@charset "UTF-8";
/*
	======================== WARNING ================================
	This file has been generated by compiling SCSS - any changes made
	directly to .css files will be lost. Please consult the V1 docs
	for assistance or contact info@turboweb.co.nz.
*/
html, body, div, span, dl, dt, dd, ul, ol, li, h1, .site-tagline, h2, h3, h4, h5, h6, p, blockquote, big, small, table, tbody, thead, tfoot, tr, th, td, form, fieldset, input, textarea, text, img, a {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html, body {
  height: 100%; }

* {
  box-sizing: border-box; }

#website-container {
  z-index: 0; }

.popup {
  background-color: #fff;
  color: #2F2F2F; }

.information, .error, .success {
  line-height: 1.2em !important;
  color: black;
  margin: 10px 0;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  padding: 10px 10px 10px 34px;
  position: relative; }
  .information p, .error p, .success p {
    color: black !important;
    font-weight: normal !important;
    margin: 0 !important; }
  .information ul, .error ul, .success ul {
    margin: 0; }

.success {
  border: 1px #8a8 solid;
  background: #efe url(/images/icons/success.png) no-repeat 10px center; }
  .success a {
    color: green !important;
    font-weight: normal !important;
    text-decoration: underline !important; }

.error {
  border: 1px #f88 solid;
  background: #fee url(/images/icons/error.png) no-repeat 10px center; }
  .error a {
    color: red !important;
    font-weight: normal !important;
    text-decoration: underline !important; }

.information {
  border-color: #BDB337;
  background: #fff8d7 url(/images/icons/information.png) no-repeat 10px center; }
  .information a {
    color: orange !important;
    font-weight: normal !important;
    text-decoration: underline !important; }

.page-content .error p, .page-content .information p, .page-content .success p {
  padding-bottom: 0; }

.imageControls {
  display: none;
  border: 1px red solid;
  background-color: #ff0; }

.ajax-message {
  border: 5px gray solid;
  background-color: #ff8;
  padding: 10px;
  margin: 10px;
  position: fixed;
  border-radius: 2px;
  font-size: 14pt;
  font-weight: bold;
  top: 150px; }

.subscriber-update-message {
  background: #ffffaa;
  color: #404040;
  border: 2px #404040 solid;
  font-size: 110%;
  padding: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px; }

.team-member {
  clear: both; }

.article-category {
  overflow: auto; }

.attachment {
  min-height: 20px; }

.f-field.validation-failed, .teaser.subscribe .validation-failed.inputbox, .validation-failed#captcha-code {
  border: 2px red solid !important; }

.turboweb-sig {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/* Lead Box Styles */
.teaser.leadbox {
  padding: 10px; }
  .teaser.leadbox h3 {
    padding: 0;
    margin: 0; }
  .teaser.leadbox a.colorbox {
    display: inline-block;
    margin-top: 30px; }
  .teaser.leadbox img {
    width: 100%; }
  .teaser.leadbox a.colorbox:after {
    content: '  \00bb'; }
  .teaser.leadbox .leadbox-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: right center; }

.popup .leadbox {
  padding: 10px;
  background-color: #fff; }
  .popup .leadbox .table {
    padding: 10px;
    border-radius: 2px;
    background-color: #F5F5F6;
    background-repeat: no-repeat;
    background-position: right bottom; }
    .popup .leadbox .table th {
      text-align: left;
      width: 150px; }
    .popup .leadbox .table input {
      border: 1px #ccc solid;
      background-color: #fff;
      margin-right: 10px;
      padding: 6px;
      margin: 2px 0;
      border-radius: 0 2px 2px 0; }

.btn-primary {
  border: 1px #999 solid;
  min-width: 120px;
  padding: 5px;
  background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
  color: #444;
  border-radius: 0;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer; }

/* Default styles for nivo direction controls */
/* Note: Styles are prefixed with .slider-wrapper to be more specific than the defaults defined in nivo-slider.css */
.slider-wrapper .nivo-directionNav {
  display: none; }
.slider-wrapper:hover .nivo-directionNav {
  display: block; }
.slider-wrapper .nivo-directionNav a {
  top: 50%;
  margin-top: -23px; }
.slider-wrapper .nivo-prevNav, .slider-wrapper .nivo-nextNav {
  width: 33px;
  height: 47px;
  text-indent: -99999px;
  display: block; }
.slider-wrapper .nivo-prevNav {
  background: url(images/bgno_slidernav_prev.png) no-repeat 0 0; }
.slider-wrapper .nivo-nextNav {
  background: url(images/bgno_slidernav_next.png) no-repeat 0 0; }
.slider-wrapper.item-count-1 .nivo-directionNav {
  display: none !important; }

/* Nivo uses div's for .nivo-caption but we've overriden it to use h2. */
h2.nivo-caption {
  margin: 0; }

/* Fix for images wrong size if wider than their container - ref: http://stackoverflow.com/questions/14872634/nivo-slider-first-image-is-scaled-unproportional-when-displayed-the-first-time */
.nivo-main-image {
  height: auto; }

/* Fix for IE8 not showing links as clickable */
.is-ie8 .nivoSlider a.nivo-imageLink, .is-ie9 .nivoSlider a.nivo-imageLink, .is-ie10 .nivoSlider a.nivo-imageLink {
  border: 0;
  display: block;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0; }

.nivoSlider img {
  max-width: none; }

/* Common store styles */
.product-bottom-right {
  text-align: right; }

.item-remove a,
a.product-option-add-to-cart {
  border: 1px #999 solid;
  min-width: 120px;
  padding: 5px;
  background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
  color: #444;
  border-radius: 0;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer; }

td.product-bottom-left, td.product-header-right {
  width: 150px; }

.store.terms {
  padding: 10px;
  margin: 10px 0;
  border: 1px #C4C1BC solid;
  max-height: 100px;
  overflow: auto; }

/*
 * Captcha: make good defaults for Captcha forms.
 */
#captcha-code {
  text-transform: uppercase;
  font-size: 1.5em;
  width: 150px;
  box-sizing: border-box;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.cart .coupon .f-field.f-text, .cart .coupon .teaser.subscribe .f-text.inputbox, .teaser.subscribe .cart .coupon .f-text.inputbox, .cart .coupon .f-text#captcha-code {
  width: 80px;
  text-transform: uppercase; }

.developer .swm-view .template-path-hint {
  top: 0;
  left: 0;
  position: relative;
  display: none; }
.developer .swm-view:hover {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: yellow;
  border: 1px red dotted; }
  .developer .swm-view:hover .template-path-hint {
    display: block; }

/* /pages/2/Contact */
.contact-form td.column50 {
  width: 50%;
  vertical-align: top; }
.contact-form .row {
  clear: both; }
.contact-form div.column50 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; }
.contact-form #map {
  margin-top: 10px;
  width: 100%;
  height: 300px;
  border: 1px #999 solid;
  overflow: auto; }
.contact-form #nomap {
  margin-top: 10px;
  width: 100%;
  height: 300px;
  border: 1px #999 solid;
  overflow: auto;
  display: none;
  text-align: center; }
  .contact-form #nomap span {
    display: block;
    padding-top: 120px; }
.contact-form#formtable label {
  display: block;
  font-weight: bold; }
.contact-form .column50 ul {
  margin-top: 0px; }
.contact-form .f-field.f-text, .contact-form .teaser.subscribe .f-text.inputbox, .teaser.subscribe .contact-form .f-text.inputbox, .contact-form .f-text#captcha-code, .contact-form .f-field.f-textarea, .contact-form .teaser.subscribe .f-textarea.inputbox, .teaser.subscribe .contact-form .f-textarea.inputbox, .contact-form .f-textarea#captcha-code, .contact-form .f-field.f-email, .contact-form .teaser.subscribe .f-email.inputbox, .teaser.subscribe .contact-form .f-email.inputbox, .contact-form .f-email#captcha-code, .contact-form .f-field.f-company, .contact-form .teaser.subscribe .f-company.inputbox, .teaser.subscribe .contact-form .f-company.inputbox, .contact-form .f-company#captcha-code {
  width: 90%; }

/* /subscribe */
/* First Name and Last Name Sub Table */
.subscribe #formtable table.firstlast {
  width: 300px; }
  .subscribe #formtable table.firstlast td {
    padding: 0px;
    width: 120px; }
.subscribe .f-email, .subscribe .f-company {
  width: 260px; }

.simple-products .item {
  clear: both;
  float: left;
  width: 100%; }

/* Featured Categories */
/*
.item-list.category.featured.default {
	float: right;
	position: relative;
	left: -50%;
}
.item-list.category.featured.default .items-container {
	position: relative;
	left: 50%;
}
*/
.item-list.category.featured.default .item {
  float: left;
  width: 160px;
  height: 300px;
  text-align: center; }
.item-list.category .item {
  clear: none; }
.item-list.product .item {
  clear: none; }
.item-list .item {
  clear: both; }

/* Hide mobile-only burger button by default */
.burger {
  display: none; }

@media only screen and (min-width: 1081px) {
  #viewport-detector-small {
    display: none; }

  #viewport-detector-medium {
    display: none; }

  #viewport-detector-large {
    display: block; }

  #nav li:last-child {
    border-right: none; }

  img.product-border-float-right, img.category-border-float-right {
    margin-left: 10px; }

  .product-bottom-right > span {
    float: right;
    clear: both; }

  .product-bottom-right .product-option-add-to-cart {
    margin-top: 10px;
    margin-right: initial;
    text-align: center; } }
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  #viewport-detector-small {
    display: none; }

  #viewport-detector-medium {
    display: block; }

  #viewport-detector-large {
    display: none; } }
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #viewport-detector-small {
    display: block; }

  #viewport-detector-medium {
    display: none; }

  #viewport-detector-large {
    display: none; }

  body {
    min-width: 275px; }

  body, #website-container {
    background: initial; }

  .page-content, .more-content, .top-content, #hdr, .page-content.has-column-left, .page-content.has-column-right,
  .page-content.has-column-left.has-column-right, #nav-container, #outer, #ftr, .turboweb-sig, #no-teaser, #left-cont {
    width: initial;
    padding: initial; }

  #cont, #cont.page9 .page-content, #leftcol, #left-cont, #rightcol {
    width: 100%;
    padding-top: initial;
    padding-left: initial;
    padding-right: initial; }

  #cont {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }

  .page-content .thickbox img,
  #website-container .twimage-multiimage-verticalcascade-container.page_content,
  #website-container .twimage-multiimage-fade5-container.page_content {
    width: 33%;
    margin: 0 0 10px 10px; }

  #website-container .twimage-multiimage-verticalcascade-container.page_content ul > li,
  #website-container .twimage-multiimage-fade5-container.page_content ul > li {
    width: 100%; }

  .twimage-multiimage-verticalcascade-container img,
  .twimage-multiimage-fade5-container img {
    width: 100%; }

  .column.left, .column.right {
    float: initial;
    width: initial;
    padding: initial; }

  iframe {
    width: 100%; }

  .contact {
    margin-bottom: 40px;
    width: initial;
    float: initial;
    display: table;
    position: initial; }
    .contact li {
      float: left;
      clear: left; }

  #hdr {
    display: table;
    width: 100%;
    margin-bottom: 40px;
    box-sizing: border-box;
    height: initial;
    padding: 10px; }

  .logoimg {
    width: 75%;
    padding: initial;
    margin: initial; }

  .burger {
    display: initial;
    float: right;
    font-size: 1.85em;
    cursor: pointer;
    background-color: transparent;
    color: #fefefe;
    padding: 10px;
    margin: 10px;
    border-radius: 10%; }

  #nav-container {
    margin-bottom: 40px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 40px;
    height: initial;
    display: none; }
    #nav-container #nav {
      display: block;
      width: 100%; }
      #nav-container #nav ul {
        width: 100%;
        position: initial; }
      #nav-container #nav ul {
        display: none; }
      #nav-container #nav li ul li a {
        width: auto; }
      #nav-container #nav.nav-nested li:hover ul, #nav-container #nav #nav li.sfhover ul {
        display: initial; }
      #nav-container #nav li {
        text-align: center;
        border: initial;
        width: 100%; }
        #nav-container #nav li a {
          display: inline-block;
          box-sizing: border-box;
          padding: 10px;
          text-shadow: initial;
          border: initial; }
        #nav-container #nav li.off a {
          color: #fefefe; }
        #nav-container #nav li.off a:hover, #nav-container #nav li ul li a {
          background-color: #bfbfbf;
          color: #010a28; }
        #nav-container #nav li.on span.no-href, #nav-container #nav li.on a {
          background-color: #fff;
          color: #010a28; }

  .slogan, .top-content .slogan {
    position: initial; }

  .slogan2, .top-content .slogan2 {
    width: initial;
    margin-bottom: 40px; }

  #ftr {
    display: table;
    width: 100%; }
    #ftr .item.social-link {
      float: initial;
      width: initial;
      margin: initial; }

  #ftr-nav, #ftr .row-wrapper {
    width: initial; }

  #ftr-nav {
    text-align: center; }

  #ftr-nav, #ftr, .turboweb-sig-container {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }

  .more-content-wrapper {
    background: none; }

  .more-content .column {
    margin-bottom: 40px;
    clear: left; }

  .ftr-cboxes {
    clear: left; }

  .turboweb-sig {
    font-size: 0.8em;
    padding: 16px 0; }

  .more-content li .content, .more-content li .date {
    font-size: inherit; }

  .more-content li p {
    padding: 0; }

  .more-content .column.small-3 {
    width: 100%; }

  .homepage-content .left-content, .homepage-content .right-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 0; }

  .more-content-wrapper {
    margin-top: 0; }

  .top-content-wrapper {
    margin-bottom: 40px; }

  input[type=button], input[type=submit] {
    -webkit-appearance: none; }

  .teaser.box.subscribe table {
    width: 100%; }
    .teaser.box.subscribe table input {
      width: 100%;
      padding-left: initial;
      padding-right: initial; }

  #formtable.contact-form {
    border: none;
    margin-top: 40px;
    padding-bottom: 40px; }
    #formtable.contact-form form {
      margin-bottom: 40px; }
    #formtable.contact-form td {
      padding: 0; }
    #formtable.contact-form td.column50, #formtable.contact-form div.column50 {
      width: 100%;
      margin-bottom: 20px;
      float: left; }
    #formtable.contact-form fieldset, #formtable.contact-form .f-form-v2 .f-fieldcontainer {
      padding-left: initial;
      padding-right: initial; }
  #formtable input#formbutton, #formtable input[type="checkbox"] {
    border: 1px solid #010a28 !important; }
  #formtable fieldset {
    padding: 10px; }
  #formtable .column-form {
    margin-bottom: 40px; }
  #formtable #map {
    margin-top: 20px;
    box-sizing: border-box; }

  #gallery-list table td.item-description, #gallery-list table td.album-item-description {
    width: 100%;
    float: left;
    padding: initial; }

  .body-store-category .product-summary {
    margin-bottom: 40px; }
    .body-store-category .product-summary .product-border-float-right {
      width: 33%;
      margin: 0 0 10px 10px; }
    .body-store-category .product-summary .product-header-left, .body-store-category .product-summary .product-header-right {
      width: 100%;
      float: left;
      text-align: left; }
    .body-store-category .product-summary .product-header-left h2 {
      width: 100%; }
    .body-store-category .product-summary .product-header-right {
      clear: left;
      text-align: left;
      padding-top: initial;
      padding-bottom: 10px; }
    .body-store-category .product-summary tbody > tr:last-of-type td {
      width: 100%;
      float: left;
      text-align: left; }
    .body-store-category .product-summary .product-bottom-right span {
      float: left;
      clear: left; }
    .body-store-category .product-summary .product-bottom-left {
      padding-bottom: 20px; }
    .body-store-category .product-summary .product-bottom-right .product-option-add-to-cart {
      margin: initial; }
    .body-store-category .product-summary .cat-list-price {
      margin-bottom: 10px; }

  .product-body .thickbox img {
    width: 50%;
    margin: 0 0 20px 20px; }

  #option-choice {
    margin-top: 40px; }
    #option-choice table td {
      width: 100%;
      float: left;
      text-align: left; }
    #option-choice table tr td:last-of-type {
      margin-bottom: 40px; }
    #option-choice a {
      margin-left: initial; }

  .product-border-float-right {
    float: initial; }

  table.store-search-results {
    margin-top: 40px; }
    table.store-search-results td {
      width: 100%;
      float: left;
      text-align: left; }
    table.store-search-results tr td:last-of-type {
      margin-bottom: 40px; }
    table.store-search-results th {
      display: none; }
    table.store-search-results img {
      margin-bottom: 10px; }

  .body-cart .teaser.box.cart, .body-cart-checkout .teaser.box.cart {
    display: none; }

  .body-cart .coupon {
    display: table;
    margin-bottom: 40px; }
    .body-cart .coupon label {
      margin-bottom: 10px; }
    .body-cart .coupon label, .body-cart .coupon input {
      float: left; }
    .body-cart .coupon input[type=text] {
      clear: left;
      margin-right: 10px; }
  .body-cart .checkout > table:last-of-type td {
    width: 100%;
    float: left;
    text-align: left; }
  .body-cart .checkout form table td {
    width: 100%;
    float: left;
    text-align: left; }
  .body-cart .checkout form table tr td:last-of-type {
    margin-bottom: 20px; }
  .body-cart .checkout form table tr:first-of-type {
    display: none; }
  .body-cart .checkout form table .store-cart-border {
    border: initial; }
  .body-cart .checkout form table td.item-title a {
    padding: initial; }
  .body-cart .checkout .button-update {
    float: left;
    margin-bottom: 20px; }

  .body-cart-checkout form table td {
    width: 100%;
    float: left;
    text-align: left; }
  .body-cart-checkout #formtable {
    padding: 10px; }
    .body-cart-checkout #formtable input[type=text], .body-cart-checkout #formtable input[type=email], .body-cart-checkout #formtable select, .body-cart-checkout #formtable textarea {
      width: 95%; }
    .body-cart-checkout #formtable td {
      width: 100% !important; }
    .body-cart-checkout #formtable td.left {
      padding-bottom: initial; }
    .body-cart-checkout #formtable #deliveryOption {
      margin-left: initial !important; }
    .body-cart-checkout #formtable .entryTable table td {
      float: initial !important;
      width: initial !important; }
    .body-cart-checkout #formtable tr:first-of-type th {
      display: none; }
    .body-cart-checkout #formtable td:last-child {
      padding-bottom: 20px; }
    .body-cart-checkout #formtable h2:not(:first-of-type) {
      margin-top: 40px; }
    .body-cart-checkout #formtable .currency-unitprice:after {
      content: ' per item'; }
    .body-cart-checkout #formtable .currency-subtotal:after {
      content: ' in total'; }
  .body-cart-checkout #cart-continue-proceed table td {
    width: 100%;
    float: left;
    text-align: left; } }
/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: none 4px #fff;
  max-width: 100%;
  box-shadow: none; }
  .th img {
    max-width: 100%; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(1, 10, 40, 0.5); }
  .th.radius {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; }

/* Block Grids */
/* Mixin */
@media (min-width: 0px) {
  .item-list {
    display: block; }
    .item-list:before, .item-list:after {
      content: " ";
      display: table; }
    .item-list:after {
      clear: both; }
    .item-list.small-block-grid-1 .item {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .item-list.small-block-grid-1 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-1 .item:nth-of-type(1n+1) {
        clear: both; }
      .item-list.small-block-grid-1 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-1 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-2 .item {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .item-list.small-block-grid-2 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-2 .item:nth-of-type(2n+1) {
        clear: both; }
      .item-list.small-block-grid-2 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-2 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-3 .item {
      float: left;
      box-sizing: border-box;
      width: 33.3333333333%; }
      .item-list.small-block-grid-3 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-3 .item:nth-of-type(3n+1) {
        clear: both; }
      .item-list.small-block-grid-3 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-3 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-4 .item {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .item-list.small-block-grid-4 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-4 .item:nth-of-type(4n+1) {
        clear: both; }
      .item-list.small-block-grid-4 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-4 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-5 .item {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .item-list.small-block-grid-5 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-5 .item:nth-of-type(5n+1) {
        clear: both; }
      .item-list.small-block-grid-5 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-5 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-6 .item {
      float: left;
      box-sizing: border-box;
      width: 16.6666666667%; }
      .item-list.small-block-grid-6 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-6 .item:nth-of-type(6n+1) {
        clear: both; }
      .item-list.small-block-grid-6 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-6 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-7 .item {
      float: left;
      box-sizing: border-box;
      width: 14.2857142857%; }
      .item-list.small-block-grid-7 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-7 .item:nth-of-type(7n+1) {
        clear: both; }
      .item-list.small-block-grid-7 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-7 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-8 .item {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .item-list.small-block-grid-8 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-8 .item:nth-of-type(8n+1) {
        clear: both; }
      .item-list.small-block-grid-8 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-8 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-9 .item {
      float: left;
      box-sizing: border-box;
      width: 11.1111111111%; }
      .item-list.small-block-grid-9 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-9 .item:nth-of-type(9n+1) {
        clear: both; }
      .item-list.small-block-grid-9 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-9 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-10 .item {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .item-list.small-block-grid-10 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-10 .item:nth-of-type(10n+1) {
        clear: both; }
      .item-list.small-block-grid-10 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-10 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-11 .item {
      float: left;
      box-sizing: border-box;
      width: 9.0909090909%; }
      .item-list.small-block-grid-11 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-11 .item:nth-of-type(11n+1) {
        clear: both; }
      .item-list.small-block-grid-11 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-11 .item a.th img {
        width: 100%; } }
@media (min-width: 769px) {
  .item-list {
    display: block; }
    .item-list:before, .item-list:after {
      content: " ";
      display: table; }
    .item-list:after {
      clear: both; }
    .item-list.medium-block-grid-1 .item {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .item-list.medium-block-grid-1 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-1 .item:nth-of-type(1n+1) {
        clear: both; }
      .item-list.medium-block-grid-1 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-1 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-2 .item {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .item-list.medium-block-grid-2 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-2 .item:nth-of-type(2n+1) {
        clear: both; }
      .item-list.medium-block-grid-2 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-2 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-3 .item {
      float: left;
      box-sizing: border-box;
      width: 33.3333333333%; }
      .item-list.medium-block-grid-3 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-3 .item:nth-of-type(3n+1) {
        clear: both; }
      .item-list.medium-block-grid-3 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-3 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-4 .item {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .item-list.medium-block-grid-4 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-4 .item:nth-of-type(4n+1) {
        clear: both; }
      .item-list.medium-block-grid-4 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-4 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-5 .item {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .item-list.medium-block-grid-5 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-5 .item:nth-of-type(5n+1) {
        clear: both; }
      .item-list.medium-block-grid-5 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-5 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-6 .item {
      float: left;
      box-sizing: border-box;
      width: 16.6666666667%; }
      .item-list.medium-block-grid-6 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-6 .item:nth-of-type(6n+1) {
        clear: both; }
      .item-list.medium-block-grid-6 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-6 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-7 .item {
      float: left;
      box-sizing: border-box;
      width: 14.2857142857%; }
      .item-list.medium-block-grid-7 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-7 .item:nth-of-type(7n+1) {
        clear: both; }
      .item-list.medium-block-grid-7 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-7 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-8 .item {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .item-list.medium-block-grid-8 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-8 .item:nth-of-type(8n+1) {
        clear: both; }
      .item-list.medium-block-grid-8 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-8 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-9 .item {
      float: left;
      box-sizing: border-box;
      width: 11.1111111111%; }
      .item-list.medium-block-grid-9 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-9 .item:nth-of-type(9n+1) {
        clear: both; }
      .item-list.medium-block-grid-9 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-9 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-10 .item {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .item-list.medium-block-grid-10 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-10 .item:nth-of-type(10n+1) {
        clear: both; }
      .item-list.medium-block-grid-10 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-10 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-11 .item {
      float: left;
      box-sizing: border-box;
      width: 9.0909090909%; }
      .item-list.medium-block-grid-11 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-11 .item:nth-of-type(11n+1) {
        clear: both; }
      .item-list.medium-block-grid-11 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-11 .item a.th img {
        width: 100%; } }
@media (min-width: 1081px) {
  .item-list {
    display: block; }
    .item-list:before, .item-list:after {
      content: " ";
      display: table; }
    .item-list:after {
      clear: both; }
    .item-list.block-grid-1 .item {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .item-list.block-grid-1 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-1 .item:nth-of-type(1n+1) {
        clear: both; }
      .item-list.block-grid-1 .item a.th {
        width: 100%; }
      .item-list.block-grid-1 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-1 .item {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .item-list.large-block-grid-1 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-1 .item:nth-of-type(1n+1) {
        clear: both; }
      .item-list.large-block-grid-1 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-1 .item a.th img {
        width: 100%; }
    .item-list.block-grid-2 .item {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .item-list.block-grid-2 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-2 .item:nth-of-type(2n+1) {
        clear: both; }
      .item-list.block-grid-2 .item a.th {
        width: 100%; }
      .item-list.block-grid-2 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-2 .item {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .item-list.large-block-grid-2 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-2 .item:nth-of-type(2n+1) {
        clear: both; }
      .item-list.large-block-grid-2 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-2 .item a.th img {
        width: 100%; }
    .item-list.block-grid-3 .item {
      float: left;
      box-sizing: border-box;
      width: 33.3333333333%; }
      .item-list.block-grid-3 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-3 .item:nth-of-type(3n+1) {
        clear: both; }
      .item-list.block-grid-3 .item a.th {
        width: 100%; }
      .item-list.block-grid-3 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-3 .item {
      float: left;
      box-sizing: border-box;
      width: 33.3333333333%; }
      .item-list.large-block-grid-3 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-3 .item:nth-of-type(3n+1) {
        clear: both; }
      .item-list.large-block-grid-3 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-3 .item a.th img {
        width: 100%; }
    .item-list.block-grid-4 .item {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .item-list.block-grid-4 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-4 .item:nth-of-type(4n+1) {
        clear: both; }
      .item-list.block-grid-4 .item a.th {
        width: 100%; }
      .item-list.block-grid-4 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-4 .item {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .item-list.large-block-grid-4 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-4 .item:nth-of-type(4n+1) {
        clear: both; }
      .item-list.large-block-grid-4 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-4 .item a.th img {
        width: 100%; }
    .item-list.block-grid-5 .item {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .item-list.block-grid-5 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-5 .item:nth-of-type(5n+1) {
        clear: both; }
      .item-list.block-grid-5 .item a.th {
        width: 100%; }
      .item-list.block-grid-5 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-5 .item {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .item-list.large-block-grid-5 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-5 .item:nth-of-type(5n+1) {
        clear: both; }
      .item-list.large-block-grid-5 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-5 .item a.th img {
        width: 100%; }
    .item-list.block-grid-6 .item {
      float: left;
      box-sizing: border-box;
      width: 16.6666666667%; }
      .item-list.block-grid-6 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-6 .item:nth-of-type(6n+1) {
        clear: both; }
      .item-list.block-grid-6 .item a.th {
        width: 100%; }
      .item-list.block-grid-6 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-6 .item {
      float: left;
      box-sizing: border-box;
      width: 16.6666666667%; }
      .item-list.large-block-grid-6 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-6 .item:nth-of-type(6n+1) {
        clear: both; }
      .item-list.large-block-grid-6 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-6 .item a.th img {
        width: 100%; }
    .item-list.block-grid-7 .item {
      float: left;
      box-sizing: border-box;
      width: 14.2857142857%; }
      .item-list.block-grid-7 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-7 .item:nth-of-type(7n+1) {
        clear: both; }
      .item-list.block-grid-7 .item a.th {
        width: 100%; }
      .item-list.block-grid-7 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-7 .item {
      float: left;
      box-sizing: border-box;
      width: 14.2857142857%; }
      .item-list.large-block-grid-7 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-7 .item:nth-of-type(7n+1) {
        clear: both; }
      .item-list.large-block-grid-7 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-7 .item a.th img {
        width: 100%; }
    .item-list.block-grid-8 .item {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .item-list.block-grid-8 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-8 .item:nth-of-type(8n+1) {
        clear: both; }
      .item-list.block-grid-8 .item a.th {
        width: 100%; }
      .item-list.block-grid-8 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-8 .item {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .item-list.large-block-grid-8 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-8 .item:nth-of-type(8n+1) {
        clear: both; }
      .item-list.large-block-grid-8 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-8 .item a.th img {
        width: 100%; }
    .item-list.block-grid-9 .item {
      float: left;
      box-sizing: border-box;
      width: 11.1111111111%; }
      .item-list.block-grid-9 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-9 .item:nth-of-type(9n+1) {
        clear: both; }
      .item-list.block-grid-9 .item a.th {
        width: 100%; }
      .item-list.block-grid-9 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-9 .item {
      float: left;
      box-sizing: border-box;
      width: 11.1111111111%; }
      .item-list.large-block-grid-9 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-9 .item:nth-of-type(9n+1) {
        clear: both; }
      .item-list.large-block-grid-9 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-9 .item a.th img {
        width: 100%; }
    .item-list.block-grid-10 .item {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .item-list.block-grid-10 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-10 .item:nth-of-type(10n+1) {
        clear: both; }
      .item-list.block-grid-10 .item a.th {
        width: 100%; }
      .item-list.block-grid-10 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-10 .item {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .item-list.large-block-grid-10 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-10 .item:nth-of-type(10n+1) {
        clear: both; }
      .item-list.large-block-grid-10 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-10 .item a.th img {
        width: 100%; }
    .item-list.block-grid-11 .item {
      float: left;
      box-sizing: border-box;
      width: 9.0909090909%; }
      .item-list.block-grid-11 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-11 .item:nth-of-type(11n+1) {
        clear: both; }
      .item-list.block-grid-11 .item a.th {
        width: 100%; }
      .item-list.block-grid-11 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-11 .item {
      float: left;
      box-sizing: border-box;
      width: 9.0909090909%; }
      .item-list.large-block-grid-11 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-11 .item:nth-of-type(11n+1) {
        clear: both; }
      .item-list.large-block-grid-11 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-11 .item a.th img {
        width: 100%; } }
@media (min-width: 0px) {
  .item-list.inner-padding-tertiary,
  .item-list.small-inner-padding-tertiary {
    margin-left: -10px;
    margin-right: -10px; }
    .item-list.inner-padding-tertiary .item .item-inner,
    .item-list.small-inner-padding-tertiary .item .item-inner {
      padding: 10px; }

  .item-list.inner-padding-secondary,
  .item-list.small-inner-padding-secondary {
    margin-left: -20px;
    margin-right: -20px; }
    .item-list.inner-padding-secondary .item .item-inner,
    .item-list.small-inner-padding-secondary .item .item-inner {
      padding: 20px; }

  .item-list.inner-padding-primary,
  .item-list.small-inner-padding-primary {
    margin-left: -40px;
    margin-right: -40px; }
    .item-list.inner-padding-primary .item .item-inner,
    .item-list.small-inner-padding-primary .item .item-inner {
      padding: 40px; } }
@media (min-width: 769px) {
  .item-list.medium-inner-padding-tertiary {
    margin-left: -10px;
    margin-right: -10px; }
    .item-list.medium-inner-padding-tertiary .item .item-inner {
      padding: 10px; }

  .item-list.medium-inner-padding-secondary {
    margin-left: -20px;
    margin-right: -20px; }
    .item-list.medium-inner-padding-secondary .item .item-inner {
      padding: 20px; }

  .item-list.medium-inner-padding-primary {
    margin-left: -40px;
    margin-right: -40px; }
    .item-list.medium-inner-padding-primary .item .item-inner {
      padding: 40px; } }
@media (min-width: 1081px) {
  .item-list.large-inner-padding-tertiary {
    margin-left: -10px;
    margin-right: -10px; }
    .item-list.large-inner-padding-tertiary .item .item-inner {
      padding: 10px; }

  .item-list.large-inner-padding-secondary {
    margin-left: -20px;
    margin-right: -20px; }
    .item-list.large-inner-padding-secondary .item .item-inner {
      padding: 20px; }

  .item-list.large-inner-padding-primary {
    margin-left: -40px;
    margin-right: -40px; }
    .item-list.large-inner-padding-primary .item .item-inner {
      padding: 40px; } }
.row:before, .row:after {
  content: " ";
  display: table; }
.row:after {
  clear: both; }
.row.collapse div {
  padding-left: 0 !important;
  padding-right: 0 !important; }
@media (min-width: 0px) {
  .row .columns.small-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-3 {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-6 {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-9 {
    box-sizing: border-box;
    width: 75%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-12 {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
@media (min-width: 769px) {
  .row .columns.medium-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-3 {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-6 {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-9 {
    box-sizing: border-box;
    width: 75%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-12 {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
@media (min-width: 1081px) {
  .row .columns.large-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-3 {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-6 {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-9 {
    box-sizing: border-box;
    width: 75%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-12 {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
.row .columns.end:before, .row .columns.end:after {
  content: " ";
  display: table; }
.row .columns.end:after {
  clear: both; }

/* Common styles for V2 forms (version 2 of forms in V1, not forms from V2 of SWM) */
.f-form-v2 fieldset {
  padding: 10px; }
.f-form-v2.no-legends fieldset {
  padding: 0; }
.f-form-v2 .f-section .f-fieldcontainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  float: left; }
.f-form-v2 .f-fieldcontainer {
  padding: 0 5px;
  margin-bottom: 5px; }
  .f-form-v2 .f-fieldcontainer:last-child {
    margin-bottom: 10px; }
  .f-form-v2 .f-fieldcontainer .f-field, .f-form-v2 .f-fieldcontainer .teaser.subscribe .inputbox, .teaser.subscribe .f-form-v2 .f-fieldcontainer .inputbox, .f-form-v2 .f-fieldcontainer #captcha-code {
    margin-bottom: 0px; }
.f-form-v2 .f-action {
  padding: 0 10px; }
.f-form-v2 .f-fields:before, .f-form-v2 .f-fields:after {
  content: " ";
  display: table; }
.f-form-v2 .f-fields:after {
  clear: both; }
.f-form-v2 .f-fields.collapse div {
  padding-left: 0 !important;
  padding-right: 0 !important; }
@media (min-width: 0px) {
  .f-form-v2 .f-fields .f-fieldcontainer.small-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-3 {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-6 {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-9 {
    box-sizing: border-box;
    width: 75%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-12 {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
@media (min-width: 769px) {
  .f-form-v2 .f-fields .f-fieldcontainer.medium-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-3 {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-6 {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-9 {
    box-sizing: border-box;
    width: 75%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-12 {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
@media (min-width: 1081px) {
  .f-form-v2 .f-fields .f-fieldcontainer.large-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-3 {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-6 {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-9 {
    box-sizing: border-box;
    width: 75%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-12 {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
.f-form-v2 .f-fields .f-fieldcontainer.end:before, .f-form-v2 .f-fields .f-fieldcontainer.end:after {
  content: " ";
  display: table; }
.f-form-v2 .f-fields .f-fieldcontainer.end:after {
  clear: both; }

.f-field, .teaser.subscribe .inputbox, #captcha-code {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 17.92px;
  padding: 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #ccc;
  color: #000000;
  border: #aaa;
  box-shadow: inset 1px 1px 0.1em rgba(0, 0, 0, 0.25);
  width: 100%; }
  .f-field.f-checkbox, .teaser.subscribe .f-checkbox.inputbox, .f-checkbox#captcha-code {
    width: auto;
    float: left;
    margin: 6px; }
    .f-field.f-checkbox.f-list, .teaser.subscribe .f-checkbox.f-list.inputbox, .f-checkbox.f-list#captcha-code {
      width: 100%;
      background-color: transparent;
      color: #000000;
      border: none;
      float: none; }

.f-form.view .f-field, .f-form.view .teaser.subscribe .inputbox, .teaser.subscribe .f-form.view .inputbox, .f-form.view #captcha-code {
  border: none;
  background-color: #e6e6e6; }

.select {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
  background-image: url("images/field/select/arrow-down-00000080.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ccc;
  display: inline-block;
  box-shadow: inset 1px 1px 0.1em rgba(0, 0, 0, 0.25);
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 2px;
  border: #aaa; }
  .select select {
    margin-bottom: 0;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding: 5px 0;
    padding-right: 10px;
    width: 130%;
    box-shadow: none;
    background: transparent;
    background-image: none;
    border: none;
    -webkit-appearance: none; }
    .select select option {
      background-color: #ccc;
      color: #000000; }

.select select:focus {
  outline: none; }

#captcha-code {
  width: 150px; }

.f-option input {
  width: auto; }
.f-option label {
  margin-left: 5px; }

fieldset.f-section {
  border: 1px #aaa solid;
  margin-bottom: 10px; }

.f-no-legends fieldset.f-section {
  margin: 0;
  padding: 0;
  border: none; }

.f-message.failed {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1.2em;
  background-color: #f02;
  color: white;
  margin-top: 2px;
  font-size: 0.9em;
  padding: 4px; }

.f-textarea {
  height: 150px; }

label:after {
  content: ":"; }

.f-option label:after, .f-checkbox.f-list label:after {
  content: ''; }

.contact-form#formtable .f-form-v2 label {
  font-weight: normal; }

#formtable .f-form-v2 .f-select, #formtable .f-form-v2 .f-text, #formtable .f-form-v2 .f-textarea {
  width: 100%; }

.f-form-subscribe {
  width: 50%; }
  @media (min-width: 0px) {
    .f-form-subscribe {
      width: 100%; } }

@media (min-width: 0px) {
  .hide-for-small {
    display: none; } }
@media (min-width: 769px) {
  .hide-for-medium, .v1-lightbox .mobile-closer, .feature-store-teaser-burger.store-nav-burger {
    display: none; } }
@media (min-width: 1081px) {
  .hide-for-large {
    display: none; } }
span.show-for-small-only, span.feature-store-teaser-burger.store-nav-burger, a.show-for-small-only, a.feature-store-teaser-burger.store-nav-burger, small.show-for-small-only, small.feature-store-teaser-burger.store-nav-burger, strong.show-for-small-only, strong.feature-store-teaser-burger.store-nav-burger {
  display: none; }
  @media (min-width: 1px) and (max-width: 768px) {
    span.show-for-small-only, span.feature-store-teaser-burger.store-nav-burger, a.show-for-small-only, a.feature-store-teaser-burger.store-nav-burger, small.show-for-small-only, small.feature-store-teaser-burger.store-nav-burger, strong.show-for-small-only, strong.feature-store-teaser-burger.store-nav-burger {
      display: inline; } }
span.show-for-small, .v1-lightbox span.mobile-closer, a.show-for-small, .v1-lightbox a.mobile-closer, small.show-for-small, .v1-lightbox small.mobile-closer, strong.show-for-small, .v1-lightbox strong.mobile-closer {
  display: none; }
  @media (min-width: 0px) {
    span.show-for-small, .v1-lightbox span.mobile-closer, a.show-for-small, .v1-lightbox a.mobile-closer, small.show-for-small, .v1-lightbox small.mobile-closer, strong.show-for-small, .v1-lightbox strong.mobile-closer {
      display: inline; } }

*.show-for-small-only, .feature-store-teaser-burger.store-nav-burger {
  display: none; }
  @media (min-width: 1px) and (max-width: 768px) {
    *.show-for-small-only, .feature-store-teaser-burger.store-nav-burger {
      display: block; } }
*.show-for-small, .v1-lightbox .mobile-closer {
  display: none; }
  @media (min-width: 0px) {
    *.show-for-small, .v1-lightbox .mobile-closer {
      display: block; } }

span.show-for-medium-only, a.show-for-medium-only, small.show-for-medium-only, strong.show-for-medium-only {
  display: none; }
  @media (min-width: 769px) and (max-width: 1080px) {
    span.show-for-medium-only, a.show-for-medium-only, small.show-for-medium-only, strong.show-for-medium-only {
      display: inline; } }
span.show-for-medium, a.show-for-medium, small.show-for-medium, strong.show-for-medium {
  display: none; }
  @media (min-width: 769px) {
    span.show-for-medium, a.show-for-medium, small.show-for-medium, strong.show-for-medium {
      display: inline; } }

*.show-for-medium-only {
  display: none; }
  @media (min-width: 769px) and (max-width: 1080px) {
    *.show-for-medium-only {
      display: block; } }
*.show-for-medium, .feature-store-teaser-burger ul {
  display: none; }
  @media (min-width: 769px) {
    *.show-for-medium, .feature-store-teaser-burger ul {
      display: block; } }

span.show-for-large-only, a.show-for-large-only, small.show-for-large-only, strong.show-for-large-only {
  display: none; }
  @media (min-width: 1081px) {
    span.show-for-large-only, a.show-for-large-only, small.show-for-large-only, strong.show-for-large-only {
      display: inline; } }
span.show-for-large, a.show-for-large, small.show-for-large, strong.show-for-large {
  display: none; }
  @media (min-width: 1081px) {
    span.show-for-large, a.show-for-large, small.show-for-large, strong.show-for-large {
      display: inline; } }

*.show-for-large-only {
  display: none; }
  @media (min-width: 1081px) {
    *.show-for-large-only {
      display: block; } }
*.show-for-large {
  display: none; }
  @media (min-width: 1081px) {
    *.show-for-large {
      display: block; } }

@media (min-width: 1px) and (max-width: 768px) {
  .hide-for-small-only, .feature-store-teaser-burger ul {
    display: none; } }
@media (min-width: 769px) and (max-width: 1080px) {
  .hide-for-medium-only {
    display: none; } }
@media (min-width: 1081px) {
  .hide-for-large-only {
    display: none; } }
@media screen {
  .hide-for-screen {
    display: none !important; }

  .show-for-screen {
    display: block !important; } }
@media print {
  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; } }
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media (min-width: 0px) {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media (min-width: 0px) {
  .small-up-text-left {
    text-align: left !important; }

  .small-up-text-right {
    text-align: right !important; }

  .small-up-text-center {
    text-align: center !important; }

  .small-up-text-justify {
    text-align: justify !important; } }
@media (min-width: 769px) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media (min-width: 769px) {
  .medium-up-text-left {
    text-align: left !important; }

  .medium-up-text-right {
    text-align: right !important; }

  .medium-up-text-center {
    text-align: center !important; }

  .medium-up-text-justify {
    text-align: justify !important; } }
@media (min-width: 1081px) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media (min-width: 1081px) {
  .large-up-text-left {
    text-align: left !important; }

  .large-up-text-right {
    text-align: right !important; }

  .large-up-text-center {
    text-align: center !important; }

  .large-up-text-justify {
    text-align: justify !important; } }
@media (min-width: 0px) {
  .small-padding-primary {
    padding: 40px; }

  .small-padding-secondary {
    padding: 20px; }

  .small-padding-tertiary {
    padding: 10px; }

  .small-margin-none {
    margin: 0; }

  .small-outdent-primary {
    margin-left: -40px;
    margin-right: -40px; }

  .small-outdent-secondary {
    margin-left: -20px;
    margin-right: -20px; }

  .small-outdent-tertiary {
    margin-left: -10px;
    margin-right: -10px; }

  .small-outdent-none {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 769px) {
  .medium-padding-primary {
    padding: 40px; }

  .medium-padding-secondary {
    padding: 20px; }

  .medium-padding-tertiary {
    padding: 10px; }

  .medium-margin-none {
    margin: 0; }

  .medium-outdent-primary {
    margin-left: -40px;
    margin-right: -40px; }

  .medium-outdent-secondary {
    margin-left: -20px;
    margin-right: -20px; }

  .medium-outdent-tertiary {
    margin-left: -10px;
    margin-right: -10px; }

  .medium-outdent-none {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 1081px) {
  .large-padding-primary {
    padding: 40px; }

  .large-padding-secondary {
    padding: 20px; }

  .large-padding-tertiary {
    padding: 10px; }

  .large-margin-none {
    margin: 0; }

  .large-outdent-primary {
    margin-left: -40px;
    margin-right: -40px; }

  .large-outdent-secondary {
    margin-left: -20px;
    margin-right: -20px; }

  .large-outdent-tertiary {
    margin-left: -10px;
    margin-right: -10px; }

  .large-outdent-none {
    margin-left: 0;
    margin-right: 0; } }
.feature-default-hide {
  display: none; }

.v1-lightbox {
  z-index: 1000;
  position: fixed; }
  .v1-lightbox .lightbox-cover {
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .v1-lightbox .lightbox-content {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    overflow: hidden;
    background: black;
    position: fixed;
    text-align: center; }
    .v1-lightbox .lightbox-content .lightbox-content-inner {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column; }
      .v1-lightbox .lightbox-content .lightbox-content-inner.transitions {
        transition: left 400ms; }
    @media (min-width: 769px) {
      .v1-lightbox .lightbox-content {
        left: 20%;
        right: 20%;
        top: 10%;
        bottom: 10%;
        border: 10px black solid; } }
    .v1-lightbox .lightbox-content .image {
      flex-basis: 100%; }
    .v1-lightbox .lightbox-content .caption {
      font-size: 1.2rem;
      font-family: "Montserrat", "Helvetica Neue", "Myriad Pro", Helvetica, Arial, sans-serif;
      margin: 0;
      padding: 0.5em;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: black;
      color: white; }
  .v1-lightbox .mobile-closer {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 10px;
    font-family: FontAwesome;
    font-size: 2rem;
    color: white;
    text-shadow: 0 0 5px black;
    cursor: pointer;
    transition: ease 0.3s all; }
    .v1-lightbox .mobile-closer:hover {
      text-shadow: none;
      color: #800; }
  .v1-lightbox .previous, .v1-lightbox .next {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 0;
    bottom: 0; }
    .v1-lightbox .previous:after, .v1-lightbox .next:after {
      transition: opacity 0.3s ease;
      opacity: 0;
      position: absolute;
      font-family: FontAwesome;
      font-size: 4rem;
      top: calc(50% - 3.2rem);
      color: white;
      text-shadow: 0 0 5px black; }
    .v1-lightbox .previous:hover:after, .v1-lightbox .next:hover:after {
      opacity: 1; }
  .v1-lightbox .previous {
    left: 0;
    right: 50%; }
  .v1-lightbox .next {
    right: 0;
    left: 50%; }
  .v1-lightbox .next.has-next:after {
    content: '\f101';
    right: 1em; }
  .v1-lightbox .previous.has-previous:after {
    content: '\f100';
    left: 1em; }

/* Floating images */
.image-caption, .image-nocaption {
  margin: 0 0 20px 0; }
  .image-caption a, .image-nocaption a {
    display: block; }
    .image-caption a img, .image-nocaption a img {
      margin: 0px;
      float: none !important;
      clear: none;
      max-width: 100%;
      width: 100%; }
    .image-caption a figcaption, .image-nocaption a figcaption {
      margin-top: 5px;
      text-align: center; }
  @media (min-width: 769px) {
    .image-caption, .image-nocaption {
      float: right;
      margin: 0 0 20px 20px; }
      .image-caption .image-caption-inner, .image-nocaption .image-caption-inner {
        display: table; }
        .image-caption .image-caption-inner img, .image-nocaption .image-caption-inner img {
          margin: 0px;
          float: none;
          clear: none; }
        .image-caption .image-caption-inner figcaption, .image-nocaption .image-caption-inner figcaption {
          display: table-caption;
          caption-side: bottom; } }

.multiimage-grid .item .item-inner {
  position: relative; }
  .multiimage-grid .item .item-inner .item-inner-image {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    margin: 5px; }
.multiimage-grid .item .caption {
  display: block;
  text-align: center;
  width: 90%;
  margin-top: 5px; }

img.twimage-multiimage-thumbs-mainimage, img.twimage-multiimage-thumbs-child {
  position: relative; }

@media (min-width: 1px) and (max-width: 768px) {
  .twimage-multiimage-thumbs-container {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px; }
    .twimage-multiimage-thumbs-container .twimage-multiimage-thumbs-main a {
      width: 100%; }
      .twimage-multiimage-thumbs-container .twimage-multiimage-thumbs-main a img {
        width: 100% !important; }
    .twimage-multiimage-thumbs-container .twimage-multiimage-thumbs-children {
      overflow: hidden; } }
@media (min-width: 1px) and (max-width: 768px) {
  .twimage-multiimage-verticalcascade-container {
    float: none !important;
    width: 100% !important; }
    .twimage-multiimage-verticalcascade-container .twimage-multiimage-verticalcascade-container-item a {
      display: block; }
      .twimage-multiimage-verticalcascade-container .twimage-multiimage-verticalcascade-container-item a img {
        margin: 0 !important;
        float: none !important;
        width: 100% !important;
        display: block !important;
        max-width: 100% !important; } }
#cont .twimage-multiimage-thumbs-mainimage, #cont .twimage-multiimage-fade5-main img, #cont div.twimage-multiimage-thumbs-main, #cont img.twimage-multiimage-thumbs-child {
  padding: 0;
  margin: 0; }
#cont div.twimage-multiimage-thumbs-main {
  border: 0 none; }
#cont img.twimage-multiimage-thumbs-child {
  margin: 5px; }
#cont .twimage-multiimage-thumbs-container {
  max-width: 100%; }
  #cont .twimage-multiimage-thumbs-container .twimage-multiimage-thumbs-main a {
    display: inline-block; }
    #cont .twimage-multiimage-thumbs-container .twimage-multiimage-thumbs-main a img {
      max-width: 100%; }

#TB_window * {
  box-sizing: content-box; }

.store-search .item {
  padding: 20px; }
  .store-search .item img {
    width: 100%; }

#sub-cat table td {
  padding: 5px; }
  #sub-cat table td img {
    width: 100%; }

.item-list .item img {
  max-width: 100%; }

.product-summary label:after {
  content: ''; }

.currency {
  display: block; }
  .currency.currency-rrp {
    text-decoration: line-through;
    color: red; }
    .currency.currency-rrp:before {
      content: 'RRP: '; }
  .currency.currency-single {
    font-weight: bold;
    font-size: 1.1em; }

.gallery.album.item-list .item, #gallery-list.item-list .item {
  padding: 20px; }
  .gallery.album.item-list .item h2, #gallery-list.item-list .item h2 {
    margin-top: 10px; }

div.social-icons {
  display: inline-block; }
  div.social-icons .social-link .item {
    width: 60px;
    display: inline-block;
    margin-right: 5px; }
    div.social-icons .social-link .item a {
      font-size: 0px;
      display: inline-block; }
      div.social-icons .social-link .item a:hover::after {
        background-color: #fff;
        color: #010a28; }
      div.social-icons .social-link .item a:after {
        box-sizing: border-box;
        width: 60px;
        height: 60px;
        line-height: 60px;
        display: inline-block;
        text-align: center;
        font-family: FontAwesome;
        font-size: 45px;
        background-color: #fff;
        color: #010a28;
        text-shadow: none;
        border-radius: 50%; }
      div.social-icons .social-link .item a.facebook:after {
        content: '\0f09a'; }
      div.social-icons .social-link .item a.google:after {
        content: '\0f0d5'; }
      div.social-icons .social-link .item a.youtube:after {
        content: '\0f167'; }
      div.social-icons .social-link .item a.linkedin:after {
        content: '\0f0e1'; }
      div.social-icons .social-link .item a.twitter:after {
        content: '\0f099'; }
      div.social-icons .social-link .item a.instagram:after {
        content: '\0f16d'; }
      div.social-icons .social-link .item a.pinterest:after {
        content: '\0f0d2'; }

.vehicle {
  display: block;
  table-layout: fixed; }
  @media only screen and (min-width: 1081px) {
    .vehicle {
      display: table; } }
  .vehicle .vehicle-search {
    display: block;
    margin-bottom: 30px; }
    @media only screen and (min-width: 1081px) {
      .vehicle .vehicle-search {
        display: table-cell;
        padding-right: 20px; } }
    .vehicle .vehicle-search .vehicle-search-title h2 {
      color: #fefefe;
      background-color: transparent;
      margin-bottom: 0;
      padding: 10px 20px; }
      .vehicle .vehicle-search .vehicle-search-title h2:before {
        content: '\0f002';
        font-family: FontAwesome;
        margin-right: 10px; }
    .vehicle .vehicle-search form {
      background-color: transparent;
      color: #fefefe;
      padding: 0 20px 20px 20px; }
      .vehicle .vehicle-search form fieldset {
        border: none; }
      .vehicle .vehicle-search form .f-action {
        width: 200px; }
        .vehicle .vehicle-search form .f-action input {
          width: 100%; }
  .vehicle .vehicle-results {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 1081px) {
      .vehicle .vehicle-results {
        display: table-cell; } }
    .vehicle .vehicle-results .item {
      margin-bottom: 50px;
      background-color: #ccc;
      float: left;
      clear: none;
      margin-right: 20px; }
      @media only screen and (min-width: 769px) {
        .vehicle .vehicle-results .item {
          width: calc((100% - 40px) / 3); }
          .vehicle .vehicle-results .item:nth-child(3n) {
            margin-right: 0px; }
          .vehicle .vehicle-results .item:nth-child(3n + 1) {
            clear: left; } }
      @media only screen and (min-width: 577px) and (max-width: 768px) {
        .vehicle .vehicle-results .item {
          width: calc((100% - 20px) / 2); }
          .vehicle .vehicle-results .item:nth-child(2n) {
            margin-right: 0px; }
          .vehicle .vehicle-results .item:nth-child(2n + 1) {
            clear: left; } }
      @media only screen and (min-width: 1px) and (max-width: 576px) {
        .vehicle .vehicle-results .item {
          width: 100%;
          margin-right: 0px; } }
      .vehicle .vehicle-results .item .vehicle-results-image a {
        display: block;
        position: relative; }
        .vehicle .vehicle-results .item .vehicle-results-image a img:not(.is-placeholder) {
          width: 100%; }
        .vehicle .vehicle-results .item .vehicle-results-image a img.is-placeholder {
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
      .vehicle .vehicle-results .item .vehicle-results-detail {
        padding: 10px; }
        .vehicle .vehicle-results .item .vehicle-results-detail a {
          display: block; }
          .vehicle .vehicle-results .item .vehicle-results-detail a h2 {
            color: #FF2500; }
          .vehicle .vehicle-results .item .vehicle-results-detail a h3 {
            color: #FF2500; }

.vehicle-detail-title h1, .vehicle-detail-title .site-tagline {
  margin-bottom: 0px; }
.vehicle-detail-title h2 {
  color: #FF2500;
  margin-bottom: 25px; }

.vehicle-detail {
  table-layout: fixed;
  display: block;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .vehicle-detail {
      display: table; } }
  .vehicle-detail .vehicle-detail-specs, .vehicle-detail .vehicle-detail-images {
    display: block;
    vertical-align: top;
    margin-bottom: 30px; }
    @media only screen and (min-width: 769px) {
      .vehicle-detail .vehicle-detail-specs, .vehicle-detail .vehicle-detail-images {
        display: table-cell;
        width: 50%; } }
  @media only screen and (min-width: 769px) {
    .vehicle-detail .vehicle-detail-specs {
      padding-right: 20px; } }
  .vehicle-detail .vehicle-detail-specs table {
    width: 100%;
    table-layout: fixed;
    border: solid 1px #ccc; }
    .vehicle-detail .vehicle-detail-specs table tr:nth-child(odd) {
      background-color: #f2f2f2; }
    .vehicle-detail .vehicle-detail-specs table tr:nth-child(even) {
      background-color: white; }
    .vehicle-detail .vehicle-detail-specs table tr td {
      padding: 10px 10px; }
      @media only screen and (min-width: 769px) {
        .vehicle-detail .vehicle-detail-specs table tr td {
          padding: 10px 20px; } }
      .vehicle-detail .vehicle-detail-specs table tr td ul {
        margin: 0px;
        list-style-type: disc; }
        .vehicle-detail .vehicle-detail-specs table tr td ul li {
          float: left;
          width: calc((100% - 60px) / 2);
          margin-left: 30px; }
  .vehicle-detail .vehicle-detail-specs .vehicle-detail-comments {
    padding: 10px;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.6; }
  .vehicle-detail .vehicle-detail-images a img {
    width: calc((100% - 10px) / 3); }
  .vehicle-detail .vehicle-detail-images a:first-child img {
    width: 100%; }

.vehicle-actions {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .vehicle-actions .vehicle-action {
    width: 50%;
    display: table-cell; }
    .vehicle-actions .vehicle-action a {
      color: #fefefe;
      background-color: transparent;
      padding: 5px 5px;
      width: 100%;
      display: block;
      text-align: center;
      height: 100%; }
    .vehicle-actions .vehicle-action:not(:last-child) {
      padding-right: 5px; }
    .vehicle-actions .vehicle-action:not(:first-child) {
      padding-left: 5px; }

.vehicle-detail-images-print img {
  width: 49%;
  float: left;
  page-break-inside: avoid;
  margin-bottom: 10px; }
  .vehicle-detail-images-print img:nth-child(2n) {
    float: right; }

@media only print {
  .body-url-part-dealerbase.body-url-part-vehicle #hdr, .body-url-part-dealerbase.body-url-part-vehicle #nav-container, .body-url-part-dealerbase.body-url-part-vehicle .slider-wrapper, .body-url-part-dealerbase.body-url-part-vehicle .vehicle-actions, .body-url-part-dealerbase.body-url-part-vehicle .social-icons, .body-url-part-dealerbase.body-url-part-vehicle .signature {
    display: none !important; }
  .body-url-part-dealerbase.body-url-part-vehicle #cont {
    width: 100% !important; } }
.vehicle-lightbox {
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: calc(50% - 250px);
  padding-right: calc(50% - 250px);
  overflow: auto; }
  .vehicle-lightbox.is-shown {
    opacity: 1;
    visibility: visible; }
  .vehicle-lightbox .vehicle-lightbox-inner {
    padding: 20px;
    background-color: white;
    position: relative; }
    .vehicle-lightbox .vehicle-lightbox-inner .vehicle-lightbox-cancel {
      position: absolute;
      top: 5px;
      right: 5px;
      zoom: 250%;
      color: transparent; }
  .vehicle-lightbox form .select {
    width: 100%; }
  .vehicle-lightbox form .f-action {
    text-align: center; }

.stream section {
  margin-bottom: 40px; }
  .stream section.stream-singleimage.is-float-left {
    float: left;
    margin-right: 20px; }
  .stream section.stream-singleimage.is-float-right {
    float: right;
    margin-left: 20px; }
  .stream section.stream-singleimage.is-float-left, .stream section.stream-singleimage.is-float-right {
    display: inline;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1px) and (max-width: 768px) {
      .stream section.stream-singleimage.is-float-left, .stream section.stream-singleimage.is-float-right {
        display: block;
        float: none;
        margin-left: 0;
        margin-right: 0; } }
  .stream section.stream-singleimage figure {
    text-align: center;
    margin: 0; }
    .stream section.stream-singleimage figure img {
      max-width: 100%;
      display: inline-block; }
    .stream section.stream-singleimage figure figcaption {
      font-style: italic; }
  .stream section.stream-video .stream-video-inner {
    max-width: 800px;
    margin: auto; }
    .stream section.stream-video .stream-video-inner .stream-video-iframe-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      .stream section.stream-video .stream-video-inner .stream-video-iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
.stream .stream-clearfix {
  clear: both; }

body {
  font-size: 17.92px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 1.4em;
  background: #ffffff; }

a:link, a:active, a:visited, a:hover {
  font-size: 1em;
  color: #fb0007;
  font-style: normal;
  text-decoration: none; }
a:active, a:hover {
  text-decoration: none;
  color: #ff6266; }
a:active, a:hover {
  outline: 0; }
a.more:after {
  content: ' \00BB'; }
a[href^=tel] {
  color: inherit;
  text-decoration: none; }

/*--- Centre the site and TW signature footer ---*/
#outer, .turboweb-sig {
  margin: 0 auto; }

#cont {
  display: block;
  padding: 0px 0px 15px 0px;
  margin: auto;
  text-align: left;
  min-height: 500px;
  background: #fff; }
  #cont:before, #cont:after {
    content: " ";
    display: table; }
  #cont:after {
    clear: both; }

/*--- set page width containers ---*/
@media (min-width: 1081px) {
  #hdr, #nav-container, #outer, #ftr, .turboweb-sig {
    width: 100%; } }
@media (min-width: 769px) and (max-width: 1080px) {
  #hdr, #nav-container, #outer, #ftr, .turboweb-sig {
    width: 100%; } }
@media (min-width: 1px) and (max-width: 768px) {
  #hdr, #nav-container, #outer, #ftr, .turboweb-sig {
    width: 100%; } }

#cont {
  width: 960px; }

.page-content {
  width: 100%; }

/* set various inner container widths and padding */
#nav {
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: auto; }
  @media (min-width: 769px) {
    #nav {
      padding: 0 40px; } }

.column {
  box-sizing: border-box; }
  .column.left {
    width: 240px; }
  .column.right {
    width: 240px; }
  .column.left, .column.right {
    padding: 20px 20px; }

@media (min-width: 769px) and (max-width: 1080px) and (min-width: 0px) {
  .column {
    display: block; }
    .column:before, .column:after {
      content: " ";
      display: table; }
    .column:after {
      clear: both; }
    .column.small-block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.small-block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.small-block-grid-1 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.small-block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.small-block-grid-2 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.3333333333%; }
      .column.small-block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.small-block-grid-3 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.small-block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.small-block-grid-4 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.small-block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.small-block-grid-5 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.6666666667%; }
      .column.small-block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.small-block-grid-6 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.2857142857%; }
      .column.small-block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.small-block-grid-7 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.small-block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.small-block-grid-8 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.1111111111%; }
      .column.small-block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.small-block-grid-9 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.small-block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.small-block-grid-10 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.0909090909%; }
      .column.small-block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.small-block-grid-11 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-11 .teaser a.th img {
        width: 100%; } }
@media (min-width: 769px) and (max-width: 1080px) and (min-width: 769px) {
  .column {
    display: block; }
    .column:before, .column:after {
      content: " ";
      display: table; }
    .column:after {
      clear: both; }
    .column.medium-block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.medium-block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.medium-block-grid-1 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.medium-block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.medium-block-grid-2 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.3333333333%; }
      .column.medium-block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.medium-block-grid-3 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.medium-block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.medium-block-grid-4 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.medium-block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.medium-block-grid-5 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.6666666667%; }
      .column.medium-block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.medium-block-grid-6 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.2857142857%; }
      .column.medium-block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.medium-block-grid-7 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.medium-block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.medium-block-grid-8 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.1111111111%; }
      .column.medium-block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.medium-block-grid-9 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.medium-block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.medium-block-grid-10 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.0909090909%; }
      .column.medium-block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.medium-block-grid-11 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-11 .teaser a.th img {
        width: 100%; } }
@media (min-width: 769px) and (max-width: 1080px) and (min-width: 1081px) {
  .column {
    display: block; }
    .column:before, .column:after {
      content: " ";
      display: table; }
    .column:after {
      clear: both; }
    .column.block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.block-grid-1 .teaser a.th {
        width: 100%; }
      .column.block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.large-block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.large-block-grid-1 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.block-grid-2 .teaser a.th {
        width: 100%; }
      .column.block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.large-block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.large-block-grid-2 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.3333333333%; }
      .column.block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.block-grid-3 .teaser a.th {
        width: 100%; }
      .column.block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.3333333333%; }
      .column.large-block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.large-block-grid-3 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.block-grid-4 .teaser a.th {
        width: 100%; }
      .column.block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.large-block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.large-block-grid-4 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.block-grid-5 .teaser a.th {
        width: 100%; }
      .column.block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.large-block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.large-block-grid-5 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.6666666667%; }
      .column.block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.block-grid-6 .teaser a.th {
        width: 100%; }
      .column.block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.6666666667%; }
      .column.large-block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.large-block-grid-6 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.2857142857%; }
      .column.block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.block-grid-7 .teaser a.th {
        width: 100%; }
      .column.block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.2857142857%; }
      .column.large-block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.large-block-grid-7 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.block-grid-8 .teaser a.th {
        width: 100%; }
      .column.block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.large-block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.large-block-grid-8 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.1111111111%; }
      .column.block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.block-grid-9 .teaser a.th {
        width: 100%; }
      .column.block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.1111111111%; }
      .column.large-block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.large-block-grid-9 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.block-grid-10 .teaser a.th {
        width: 100%; }
      .column.block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.large-block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.large-block-grid-10 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.0909090909%; }
      .column.block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.block-grid-11 .teaser a.th {
        width: 100%; }
      .column.block-grid-11 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.0909090909%; }
      .column.large-block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.large-block-grid-11 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-11 .teaser a.th img {
        width: 100%; } }
@media (min-width: 769px) and (max-width: 1080px) {
  .column {
    clear: both;
    width: 100% !important; }
    .column.right {
      float: none !important; } }
@media (min-width: 1px) and (max-width: 768px) and (min-width: 0px) {
  .column {
    display: block; }
    .column:before, .column:after {
      content: " ";
      display: table; }
    .column:after {
      clear: both; }
    .column.small-block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.small-block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.small-block-grid-1 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.small-block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.small-block-grid-2 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.3333333333%; }
      .column.small-block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.small-block-grid-3 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.small-block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.small-block-grid-4 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.small-block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.small-block-grid-5 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.6666666667%; }
      .column.small-block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.small-block-grid-6 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.2857142857%; }
      .column.small-block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.small-block-grid-7 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.small-block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.small-block-grid-8 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.1111111111%; }
      .column.small-block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.small-block-grid-9 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.small-block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.small-block-grid-10 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.0909090909%; }
      .column.small-block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.small-block-grid-11 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-11 .teaser a.th img {
        width: 100%; } }
@media (min-width: 1px) and (max-width: 768px) and (min-width: 769px) {
  .column {
    display: block; }
    .column:before, .column:after {
      content: " ";
      display: table; }
    .column:after {
      clear: both; }
    .column.medium-block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.medium-block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.medium-block-grid-1 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.medium-block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.medium-block-grid-2 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.3333333333%; }
      .column.medium-block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.medium-block-grid-3 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.medium-block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.medium-block-grid-4 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.medium-block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.medium-block-grid-5 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.6666666667%; }
      .column.medium-block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.medium-block-grid-6 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.2857142857%; }
      .column.medium-block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.medium-block-grid-7 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.medium-block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.medium-block-grid-8 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.1111111111%; }
      .column.medium-block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.medium-block-grid-9 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.medium-block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.medium-block-grid-10 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.0909090909%; }
      .column.medium-block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.medium-block-grid-11 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-11 .teaser a.th img {
        width: 100%; } }
@media (min-width: 1px) and (max-width: 768px) and (min-width: 1081px) {
  .column {
    display: block; }
    .column:before, .column:after {
      content: " ";
      display: table; }
    .column:after {
      clear: both; }
    .column.block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.block-grid-1 .teaser a.th {
        width: 100%; }
      .column.block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.large-block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.large-block-grid-1 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.block-grid-2 .teaser a.th {
        width: 100%; }
      .column.block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.large-block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.large-block-grid-2 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.3333333333%; }
      .column.block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.block-grid-3 .teaser a.th {
        width: 100%; }
      .column.block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.3333333333%; }
      .column.large-block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.large-block-grid-3 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.block-grid-4 .teaser a.th {
        width: 100%; }
      .column.block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.large-block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.large-block-grid-4 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.block-grid-5 .teaser a.th {
        width: 100%; }
      .column.block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.large-block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.large-block-grid-5 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.6666666667%; }
      .column.block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.block-grid-6 .teaser a.th {
        width: 100%; }
      .column.block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.6666666667%; }
      .column.large-block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.large-block-grid-6 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.2857142857%; }
      .column.block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.block-grid-7 .teaser a.th {
        width: 100%; }
      .column.block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.2857142857%; }
      .column.large-block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.large-block-grid-7 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.block-grid-8 .teaser a.th {
        width: 100%; }
      .column.block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.large-block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.large-block-grid-8 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.1111111111%; }
      .column.block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.block-grid-9 .teaser a.th {
        width: 100%; }
      .column.block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.1111111111%; }
      .column.large-block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.large-block-grid-9 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.block-grid-10 .teaser a.th {
        width: 100%; }
      .column.block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.large-block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.large-block-grid-10 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.0909090909%; }
      .column.block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.block-grid-11 .teaser a.th {
        width: 100%; }
      .column.block-grid-11 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.0909090909%; }
      .column.large-block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.large-block-grid-11 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-11 .teaser a.th img {
        width: 100%; } }
@media (min-width: 1px) and (max-width: 768px) {
  .column {
    clear: both;
    width: 100% !important; }
    .column.right {
      float: none !important; } }
@media (min-width: 1081px) {
  .page-content {
    /* Width of .page-content when just the LEFT column is present. Width = page content minus width of the left column. */
    /* Width of .page-content when NO columns are present. For 'contact' page and 'gallery' page by default */
    width: 960px; }
    .page-content.has-column-right {
      /* Width of .page-content when just RIGHT column is present. Width = page content minus width of right column.*/
      width: 720px; }
      .page-content.has-column-right.has-column-left {
        width: 480px; }
    .page-content.has-column-left {
      width: 720px; } }
@media (min-width: 0px) {
  .page-content {
    width: 100%; }
    .page-content:before, .page-content:after {
      content: " ";
      display: table; }
    .page-content:after {
      clear: both; } }
h1, .site-tagline, h2, h3, h4, h5 {
  font-family: "Montserrat", "Helvetica Neue", "Myriad Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em; }

h1, .site-tagline {
  font-size: 2.56em;
  color: #FF2500;
  margin-bottom: 0.64em; }

h2 {
  font-size: 1.83em;
  color: #FF2500;
  margin-top: 0.4575em;
  margin-bottom: 0.4575em; }

h3 {
  font-size: 1.167em;
  color: #000000;
  margin-top: 0.29175em;
  margin-bottom: 0.29175em; }

h4 {
  font-size: 1.1em;
  color: #000000;
  margin-top: 0.275em;
  margin-bottom: 0.275em; }

p {
  font-size: 17.92px;
  margin-bottom: 15px; }

.page-content {
  box-sizing: border-box;
  padding: 20px 20px; }
  .page-content ul, .page-content ol {
    margin: 20px 0 20px 35px; }
  .page-content ul {
    list-style: disc; }
  .page-content ol {
    list-style: decimal; }

blockquote {
  position: relative;
  font-family: Georgia,Times,"Times New Roman",serif;
  font-size: 1.3em;
  font-weight: 500;
  font-style: italic;
  line-height: 110%;
  color: #FF2500;
  margin: 0px;
  padding: 15px 20px; }
  blockquote:before, blockquote:after {
    position: absolute;
    font-size: 1.5em;
    font-weight: 900; }
  blockquote:before {
    top: 5px;
    left: 5px;
    content: "\201C"; }
  blockquote:after {
    bottom: 10px;
    right: 5px;
    content: "\201D"; }

.testimonial-body {
  font-style: italic; }

#hdr {
  height: auto;
  background: #010a28; }

.site-title {
  text-align: center;
  font-size: 5.12em;
  padding: 10px 20px;
  margin: 0;
  line-height: 1em;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #FF2500; }
  .site-title else {
    text-align: left; }
  @media (min-width: 0px) {
    .site-title {
      font-size: 3.84em !important; } }

.site-tagline {
  margin: 0;
  padding: 10px 20px; }

#nav {
  background: transparent;
  list-style: none outside none;
  /* turn off for nested nav */
  position: relative;
  list-style: none outside none; }
  #nav ul {
    list-style: none outside none; }
  #nav > li {
    background: transparent;
    font-family: "Montserrat", "Myriad Pro", Helvetica, Arial, sans-serif;
    font-size: 0.833em; }
    #nav > li span.no-href, #nav > li a {
      color: #fefefe;
      display: block;
      margin: 0 1px 0 0;
      padding: 9px 10px; }
      #nav > li span.no-href:hover, #nav > li a:hover {
        color: #010a28;
        background: #fff; }
    #nav > li.on > span.no-href, #nav > li.on > a {
      color: #010a28;
      background: #fff; }
  #nav.nav-nested li ul {
    list-style: none outside none;
    position: absolute;
    left: -9999px;
    z-index: 1000; }

/* when touch devices are detected the '.device-touch' element will be added to the <html> tag.. */
.device-touch #nav.nav-nested li ul {
  display: none;
  left: auto; }

#nav.nav-nested li:hover ul, #nav li.sfhover ul {
  left: auto; }
  @media (min-width: 1px) and (max-width: 768px) {
    #nav.nav-nested li:hover ul, #nav li.sfhover ul {
      left: 25%;
      width: 50%; } }

.device-touch #nav.nav-nested li:hover ul {
  display: block; }

#nav.nav-nested li ul {
  box-shadow: 1px 1px 1em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 1em rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1em rgba(0, 0, 0, 0.25);
  overflow: hidden;
  zoom: 1; }
  #nav.nav-nested li ul li {
    /* Second level LI's should not float - this makes them drop down vertically */
    float: none;
    border: 0 none; }
    #nav.nav-nested li ul li a {
      width: 100%;
      min-width: 150px;
      padding: 10px 20px; }

.column.left {
  float: left; }
.column.right {
  float: right; }
.column .teaser h3 {
  background-color: transparent;
  color: #fefefe;
  padding: 5px 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4em; }
  .column .teaser h3 a {
    color: #fefefe; }
.column .teaser.social h3:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px; }
.column .teaser.store-nav h3:before, .column .teaser.cart h3:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px; }
.column .teaser.store-search h3:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px; }
.column .teaser.news h3:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px; }
.column .teaser.events h3:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px; }
.column .teaser.subscribe h3:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px; }
.column .teaser.cart .mini-cart-total, .column .teaser.cart .mini-cart-link {
  padding: 10px 0 5px 0;
  text-align: right; }

.column .teaser {
  margin-bottom: 20px; }

#cont .column ul {
  /*	list-style-type:none;	*/
  padding-left: 0;
  margin: 8px 5px 0 5px;
  font-size: 1em;
  font-weight: 500; }

.column li {
  padding-bottom: 5px;
  margin-left: 10px;
  margin-bottom: 5px; }

.articlelist-timestamp {
  font-size: .85em; }

.subscribe-table {
  width: 100%;
  padding: 0;
  margin: 0; }
  .subscribe-table input {
    box-sizing: border-box;
    width: 100%; }

.item-list:before, .item-list:after {
  content: " ";
  display: table; }
.item-list:after {
  clear: both; }

.teaser a.facebook {
  background: transparent url("images/bgno-ic-fb20.png") no-repeat left top;
  padding: 3px 0 2px 25px; }
.teaser a.twitter {
  background: transparent url("images/bgno-ic-twtr.png") no-repeat left top;
  padding: 3px 0 2px 25px; }

.column .box.store-nav {
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px; }
  .column .box.store-nav ul {
    list-style-type: none;
    margin-top: 8px;
    margin-left: 0px;
    margin-right: 5px;
    padding-left: 0; }
    .column .box.store-nav ul li {
      margin: 0;
      border-bottom: 1px solid #999998;
      margin-bottom: 0px;
      font-weight: 500;
      padding: 2px 0 2px 5px; }
      .column .box.store-nav ul li.on {
        border-bottom: 1px solid #3766ac;
        /* same as link visited colour 		*/
        margin-bottom: 5px;
        background: #EAEAEA; }
  .column .box.store-nav p.searchtitle {
    padding-left: 3px;
    margin: 20px 0 5px 3px;
    color: #555554;
    font-weight: bold; }

.page-content {
  float: left;
  margin-bottom: 25px; }
  .page-content ol, .page-content ul {
    margin: 4px 4px 4px 35px; }

.item-description {
  overflow: hidden;
  margin: 0px 0px 20px 0px;
  padding: 10px 0 20px 0;
  text-align: left;
  border-bottom: 1px dotted #999998; }

.slider-wrapper {
  clear: both; }
  .slider-wrapper #slider {
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    overflow: hidden; }

#content-list {
  clear: left; }
  #content-list.eventslist-timestamp {
    color: #999;
    font-size: 90%; }
  #content-list table {
    background: transparent;
    width: 100%; }
    #content-list table td {
      border-bottom: 0;
      text-align: left; }
      #content-list table td.title-row {
        border-top: 1px solid #999998;
        padding: 8px 20px;
        text-align: left;
        font-size: 90%; }
      #content-list table td.item-description {
        padding: 10px 0 20px 0;
        text-align: left; }
        #content-list table td.item-description img {
          float: right; }

#gallery-list {
  clear: both; }
  #gallery-list td.item-description h2, #gallery-list td.album-item-description h2 {
    padding: 3px 0;
    margin: 0 0 4px 0;
    font-weight: bold;
    text-transform: none; }
  #gallery-list table {
    width: 100%;
    border-collapse: colapse; }
    #gallery-list table td {
      border-bottom: 0;
      padding: 0px;
      margin: 0px;
      text-align: left; }
      #gallery-list table td.title-row {
        border-top: 1px solid #999998;
        padding: 8px 20px;
        text-align: left; }
      #gallery-list table td.item-description, #gallery-list table td.album-item-description {
        width: 45%;
        padding: 2%;
        vertical-align: top;
        text-align: left; }
  #gallery-list img.border {
    margin-top: 8px; }

.gallery-layout-squarethumbs .item {
  padding: 20px; }
  .gallery-layout-squarethumbs .item .th {
    width: 100%; }

.product-border-float-right, .category-border-float-right, .twimage-multiimage-fade5-main img {
  position: relative; }

img.border {
  margin: 0 0 20px 20px;
  padding-right: 0;
  float: right;
  clear: right; }
  @media (min-width: 1px) and (max-width: 768px) {
    img.border {
      max-width: 40%; } }
img.product-border-float-right, img.category-border-float-right {
  float: right;
  clear: right;
  padding: 0;
  margin: 0 0 20px 20px; }
img.product-border {
  float: none;
  clear: none; }

.category-navigation small {
  font-size: 1em; }

.category-description img {
  display: none; }

#cont.page9 .page-content a:hover {
  text-decoration: none; }
#cont.page9 .page-content-empty {
  width: 65%;
  margin: auto;
  text-align: left;
  float: left; }
#cont.page9 .page-content table {
  width: 100%; }
  #cont.page9 .page-content table tr {
    padding: 1px 0; }
#cont.page9 .page-content td.item-description {
  width: 45%;
  padding: 10px 2% 20px 2%;
  border-top: 1px solid #999998;
  margin: 0px;
  vertical-align: top;
  text-align: left;
  background: transparent; }
#cont.page9 .page-content td.item-description-left {
  width: 45%;
  padding: 10px 2% 20px 2%;
  border: none;
  margin: 0px;
  font-size: .9em;
  vertical-align: top;
  text-align: left;
  background: transparent; }
#cont.page9 .page-content ul {
  margin: 4px 4px 4px 35px; }
#cont.page9 .page-content ol {
  margin: 4px 4px 4px 35px; }

/* Hide the "From" prefix for products with multiple prices */
.store-label-from {
  display: none; }

/*--- STORE - RECENT ITEMS ---*/
#recent-items {
  clear: both;
  background: transparent; }
  #recent-items table.rpros {
    background: #fff; }

.product-container {
  width: 150px;
  padding: 0;
  margin-right: 0px;
  margin-bottom: 9px;
  text-align: center;
  background: transparent; }

.product-border {
  vertical-align: middle;
  float: none; }

.product-header-left, .product-header-right {
  padding-top: 20px; }

.item-title, .product-header-left, .cat-list-product-code, .bold-hilight {
  font-weight: bold; }

.product-header-right {
  text-align: right; }

.product-option-title {
  font-style: italic; }

.item-desc {
  padding-left: 8px;
  padding-right: 8px;
  margin: 0;
  font-size: .9em;
  vertical-align: top;
  background: transparent; }
  .item-desc em {
    display: block;
    padding: 0 9px 9px 0; }

.item-more-info {
  font-size: 85%;
  padding-bottom: 10px; }

/*--- STORE ITEM GET ---*/
.page9 #item-list table {
  background: transparent;
  width: 100%; }
.page9 #item-list td td.store-cart-border {
  padding: 4px 2px 8px 2px; }
.page9 .product-bottom-right {
  text-align: right; }
.page9 .cat-item-container {
  float: left;
  width: 100%;
  padding: 0;
  margin-right: 0px;
  margin-bottom: 9px;
  text-align: left;
  background: #fff; }
.page9 .cat-item-title {
  padding: 9px 9px 0 0px;
  margin: 0;
  font-weight: bold;
  color: #0094C6;
  background: transparent; }
.page9 .cat-item-desc {
  margin: 0px;
  padding: 0 9px 0px 0px; }
.page9 .cat-item-code {
  font-size: .9em;
  padding: 0px;
  margin: 0px;
  background: transparent; }
  .page9 .cat-item-code p {
    margin-right: 6px; }
  .page9 .cat-item-code em {
    clear: right;
    display: block;
    margin-top: 9px;
    padding: 0 9px 9px 0;
    background: transparent; }
.page9 #option-choice {
  clear: right;
  padding: 0 9px 9px 0;
  background: transparent; }
  .page9 #option-choice table {
    clear: right;
    background: none; }
  .page9 #option-choice td {
    padding: 4px 0; }
.page9 .cat-product-border {
  margin: 5px 8px 5px 5px;
  padding: 3px;
  border: 1px solid #FFFFFF;
  border-bottom-color: #A09D9E;
  border-right-color: #A09D9E;
  background: #F3F3F3; }
.page9 .sub-cat {
  text-align: center;
  font-size: 85%;
  line-height: 1em;
  width: 25%;
  vertical-align: bottom; }
  .page9 .sub-cat img {
    padding: 0;
    border: 0; }
.page9 #item-list a.full-detail {
  vertical-align: bottom;
  margin: 0;
  padding: 0; }
.page9 .price {
  font-size: 100%;
  font-weight: bold;
  color: #BDBDBF;
  float: right;
  margin-right: 20px; }

/*--- SHOPPING CART ---*/
.checkout .store-cart-image {
  padding: 2px; }
.checkout .store-cart-border {
  border-top: 1px solid #A09D9E;
  padding: 8px 0; }
.checkout .item-quantity input {
  width: 50px; }
.checkout td {
  vertical-align: middle; }

.store-search-results tr {
  border-top: 1px #ccc dotted;
  border-bottom: 1px #ccc dotted; }
.store-search-results td, .store-search-results th {
  padding: 10px 0;
  vertical-align: middle; }
  .store-search-results td a, .store-search-results th a {
    border: 1px #999 solid;
    min-width: 120px;
    padding: 5px;
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    color: #444;
    border-radius: 0;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer; }

#frmCheckout textarea {
  vertical-align: top;
  height: 100px;
  width: 90%; }

#cart-continue-proceed {
  clear: left;
  margin-top: 5px; }

span.requiredfield {
  float: left;
  position: absolute;
  margin-left: 5px;
  color: #c00; }

#formtable table {
  width: 100%; }
#formtable td {
  padding: 5px;
  position: relative; }
  #formtable td.left {
    width: 35%; }
#formtable input {
  margin-bottom: 5px; }

textarea {
  font-size: .9em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  position: relative;
  background: #ccc;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  behavior: url(/theme/PIE.htc); }

input {
  position: relative;
  background: #ccc;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  behavior: url(/theme/PIE.htc); }

.popup textarea {
  position: relative;
  background: #fafafa;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset; }
  .popup textarea:focus {
    position: relative;
    background: #fafafa;
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset; }

/* Contact form inputs should be wider and taller */
.contact-form .f-text {
  width: 95%;
  margin-bottom: 5px; }
.contact-form .f-textarea {
  width: 95%;
  margin-bottom: 5px;
  height: 165px; }
.contact-form .button-send {
  min-width: 150px; }

/*--- BUTTONS ---*/
a.button, .button {
  border: 1px #999 solid;
  min-width: 120px;
  padding: 5px;
  background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
  color: #444;
  border-radius: 0;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer; }

tr.subscribe .button {
  width: 120px;
  margin-top: 8px; }
tr.subscribe td {
  text-align: center; }

/*-- INPUTS - text/text-areas --*/
.f-select, .f-textarea, input.searchbox {
  width: 100%;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  border-radius: 2px;
  padding: 5px;
  box-sizing: border-box; }

.f-textarea {
  min-height: 75px; }

textarea, .teaser input:not(.button) {
  border-radius: 2px;
  padding: 5px;
  margin-bottom: 10px; }

#formtable {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 25px 0;
  padding: 20px;
  background-clip: padding-box;
  border: 5px rgba(0, 0, 0, 0.1) solid; }

#ftr-nav {
  text-align: center;
  padding: 3px 0 6px 25px;
  background: #ccc; }
  #ftr-nav:before, #ftr-nav:after {
    content: " ";
    display: table; }
  #ftr-nav:after {
    clear: both; }
  #ftr-nav else {
    text-align: left; }

#ftr {
  background: #ddd; }

#footer-address {
  text-align: center;
  padding: 15px; }

ul.address li {
  list-style: none; }

.turboweb-sig-container {
  clear: both; }

.turboweb-sig {
  padding: 0 0 10px 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 95%;
  text-align: center; }
  .turboweb-sig a {
    color: #ff6266;
    text-decoration: none; }
    .turboweb-sig a:link, .turboweb-sig a:active, .turboweb-sig a:visited {
      color: #ff9598;
      text-decoration: none; }
    .turboweb-sig a:hover {
      color: #ff6266; }

/* Custom-box global styles */
.box-container {
  position: relative; }
  .box-container .box {
    float: left;
    position: relative; }

/*--- In #hdr ---*/
#hdr .box-container {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10; }
#hdr .custom .box {
  background: lightblue; }

/* In .column .right / left [RIGHT OR LEFT COLUMNS] */
.column .custom .box {
  clear: left; }

/* In #ftr */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*-- Hide these items - deprecated and pesty but remain [in the HTML] for legacy sites of old --*/
/* redundant RSS feed links on sidebar H3s */
a#event-feed-icon, a#news-feed-icon {
  display: none !important; }

#hdr {
  position: relative;
  /* Mini-Cart in Header */
  /* Mini-Search in Header */ }
  #hdr .mini-cart {
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 60px;
    color: white; }
    #hdr .mini-cart input[type="image"] {
      background-color: transparent;
      box-shadow: none; }
    #hdr .mini-cart .currency {
      color: black; }
  #hdr .mini-search {
    position: absolute;
    top: 140px;
    right: 10px; }
    #hdr .mini-search form, #hdr .mini-search input {
      display: inline; }
    #hdr .mini-search input {
      width: auto; }
    #hdr .mini-search:after {
      color: "red";
      font-family: FontAwesome;
      content: "";
      margin-left: 5px; }

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*--- Global Layout Styles
-------------------------------------------------*/
body {
  line-height: 1.3; }

h1, .site-tagline {
  font-weight: 900;
  letter-spacing: 1.5px; }

img {
  vertical-align: top; }

a, input {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

strong {
  font-weight: 700; }

.container {
  max-width: 960px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }

/*--- Header styles
-------------------------------------------------*/
#hdr {
  padding-bottom: 20px; }

.header-panel {
  position: absolute;
  width: 100%;
  z-index: 7;
  top: 31px; }
  .header-panel .phone-info {
    max-width: 960px;
    margin: auto;
    text-align: right; }
    .header-panel .phone-info span {
      font-size: 0.94em;
      color: #FFFFFF;
      padding-bottom: 3px;
      line-height: 1;
      display: inline-block;
      font-weight: 500; }
    .header-panel .phone-info h1, .header-panel .phone-info .site-tagline {
      font-size: 1.72em;
      line-height: 1; }

#nav-container {
  position: absolute;
  z-index: 9;
  background: transparent;
  right: 0; }
  #nav-container #nav {
    padding: 0; }
    #nav-container #nav ul li:first-child {
      margin-top: 2px; }
    #nav-container #nav ul li:last-child a {
      border-bottom: 0; }
    #nav-container #nav ul li a {
      background-color: #000000;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border-bottom: 1px solid #999999; }
      #nav-container #nav ul li a:hover {
        background-color: #FF2500;
        color: #FFFFFF; }
    #nav-container #nav li.on ul li a {
      color: #FFFFFF;
      font-weight: 400; }
    #nav-container #nav li.on a {
      font-weight: 900;
      color: #010a28; }
    #nav-container #nav li a {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      margin-right: 3px; }
      #nav-container #nav li a:hover {
        color: #010a28; }

.slider-wrapper {
  position: relative; }
  .slider-wrapper:after {
    position: absolute;
    background: url(images/slider-bg.png) repeat-x 0 0;
    height: 290px;
    content: "";
    z-index: 5;
    width: 100%;
    top: 0; }

.banner-caption {
  position: absolute;
  z-index: 8;
  width: 100%;
  text-align: left;
  max-width: 730px;
  background-color: #000e35;
  left: calc((100% - 960px) / 2);
  padding: 30px 35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  transform: translateY(calc(-100% - 98px)); }
  .banner-caption h1, .banner-caption .site-tagline {
    font-size: 1.67em;
    margin: 0;
    color: #fff; }
    .banner-caption h1 span, .banner-caption .site-tagline span {
      font-weight: 400; }

/*--- Content styles
-------------------------------------------------*/
#ftr-nav,
#footer-address,
.turboweb-sig-container {
  display: none; }

.body-page-1.body-index #hdr {
  position: absolute;
  top: 0;
  background-color: transparent; }
.body-page-1.body-index #cont {
  width: 100%;
  margin: 0;
  padding: 0; }
.body-page-1.body-index .page-content {
  margin: 0;
  padding: 0;
  position: relative; }

.lead-block {
  position: relative;
  border-top: 7px solid #FF2500;
  padding-top: 4.06em; }
  .lead-block .container {
    position: relative;
    z-index: 2; }
  .lead-block h1, .lead-block .site-tagline, .lead-block h2 {
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF; }
  .lead-block h1, .lead-block .site-tagline {
    font-size: 1.83em;
    line-height: 1; }
  .lead-block h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 25px; }
  .lead-block:before {
    background: url(images/lead-bg.jpg) no-repeat right 0 #000e35;
    content: "";
    height: 251px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }

ul.main-callouts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.main-callouts h1, ul.main-callouts .site-tagline, ul.main-callouts h2 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  ul.main-callouts .media-img {
    position: relative; }
    ul.main-callouts .media-img img {
      width: 100%; }
    ul.main-callouts .media-img .hover-text {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 37, 0, 0.82);
      padding: 15px;
      border-radius: 50%;
      left: 0;
      opacity: 0; }
      ul.main-callouts .media-img .hover-text p {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0;
        color: #fff;
        font-size: 0.8em; }
  ul.main-callouts li {
    width: calc((100% - 102px) / 3);
    margin-bottom: 51px; }
    ul.main-callouts li:hover .media-img .hover-text {
      opacity: 1; }
    ul.main-callouts li:hover .media-img img, ul.main-callouts li:hover .media-img .hover-text {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    ul.main-callouts li a:hover h1, ul.main-callouts li a:hover .site-tagline, ul.main-callouts li a:hover h2 {
      color: #FF2500; }
    ul.main-callouts li:nth-child(3n + 1):last-child {
      margin-right: calc( 2 * (((100% - 102px) / 3) + 51px) ); }
    ul.main-callouts li:nth-child(3n + 2):last-child {
      margin-right: calc( 1 * (((100% - 102px) / 3) + 51px) ); }
    ul.main-callouts li img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.welcome-block .container {
  border-bottom: 2px solid #FF2500;
  padding-bottom: 2em; }
.welcome-block .heading span {
  font-size: 1.842em;
  color: #FF2500;
  text-transform: uppercase;
  font-weight: 500; }
.welcome-block h1, .welcome-block .site-tagline {
  line-height: 1.1;
  margin-bottom: 15px;
  text-transform: uppercase; }
  .welcome-block h1 span, .welcome-block .site-tagline span {
    font-weight: 500;
    display: block; }
.welcome-block h2 {
  font-size: 1.17em;
  color: #010a28;
  font-weight: 700;
  margin-bottom: 14px; }
.welcome-block p strong {
  font-weight: 700; }

.news-events {
  padding: 40px 0 20px; }
  .news-events ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .news-events ul li {
      padding-bottom: 10px; }
  .news-events h3 {
    color: #FF2500;
    font-weight: 900;
    text-transform: uppercase; }
  .news-events span.date {
    font-size: 0.79em;
    font-weight: 500;
    color: #010a28; }
    .news-events span.date:hover {
      color: #FF2500; }
  .news-events h4 {
    font-size: 0.83em;
    margin: 0;
    color: #010a28;
    font-weight: 700; }
    .news-events h4 a {
      color: #010a28; }
      .news-events h4 a:hover {
        color: #FF2500; }
  .news-events .subscribe-compact p {
    font-size: 0.89em; }
  .news-events .subscribe-compact .f-action input.button {
    width: 100%;
    border-radius: 30px;
    height: 40px;
    background: #fb0007;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 15px;
    padding: 0;
    font-weight: 900;
    letter-spacing: 1px;
    border: none;
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value; }
    .news-events .subscribe-compact .f-action input.button:hover {
      background-color: #010a28; }
  .news-events .subscribe-compact .f-fieldcontainer input {
    background: #E6E6E6;
    border: 1px solid transparent;
    -webkit-border-radius: 10px;
    text-transform: uppercase;
    -moz-border-radius: 9px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 7px 15px;
    height: 40px;
    font-size: 15px;
    font-weight: 500; }
    .news-events .subscribe-compact .f-fieldcontainer input:focus {
      outline: 0;
      border-color: #010a28; }
    .news-events .subscribe-compact .f-fieldcontainer input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #010a28; }
    .news-events .subscribe-compact .f-fieldcontainer input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #010a28;
      opacity: 1; }
    .news-events .subscribe-compact .f-fieldcontainer input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #010a28;
      opacity: 1; }
    .news-events .subscribe-compact .f-fieldcontainer input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #010a28; }
    .news-events .subscribe-compact .f-fieldcontainer input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #010a28; }

/*--- Footer styles
-------------------------------------------------*/
.footer-top {
  background: url(images/lead-bg.jpg) no-repeat right bottom #000e35;
  color: #FFFFFF; }
  .footer-top .mb-txt {
    padding-left: 10px; }
  .footer-top h2 {
    font-size: 1.167em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .footer-top h3 {
    color: #FF2500;
    margin: 0 0 12px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.94em; }
  .footer-top .right-foot {
    text-align: center;
    padding-top: 2.2em; }
  .footer-top .footer-info {
    padding: 2.2em 0;
    background: url("images/foot-bg.jpg") no-repeat 0 0; }
    .footer-top .footer-info p {
      margin-bottom: 8px; }
    .footer-top .footer-info a {
      color: #FFFFFF; }
    .footer-top .footer-info strong {
      font-weight: 800; }

.foot-bottom {
  padding: 1.56em 0;
  background-color: white; }
  .foot-bottom .foot-links {
    font-size: 12px;
    color: #999999;
    font-weight: 800; }
    .foot-bottom .foot-links a {
      padding: 0 10px;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      color: #acacac; }
      .foot-bottom .foot-links a:first-child {
        padding-left: 0; }
      .foot-bottom .foot-links a:hover {
        color: #010a28; }
      .foot-bottom .foot-links a:hover {
        color: #010a28; }
  .foot-bottom .copyright {
    color: #acacac;
    text-align: right;
    font-weight: 800;
    font-size: 12px; }
    .foot-bottom .copyright a {
      text-transform: uppercase;
      color: #FF2500; }
      .foot-bottom .copyright a:hover {
        color: #010a28; }

div.social-icons .social-link .item:last-child {
  margin-right: 0; }
div.social-icons .social-link .item a:hover:after {
  background-color: #FF2500;
  color: #FFFFFF; }
div.social-icons .social-link .item a:after {
  font-size: 30px;
  color: #010a28;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

/*--- Media Queries
-------------------------------------------------*/
@media only screen and (min-width: 769px) {
  .footer-top .right-foot {
    text-align: right; }

  .f-form-v2 .f-fieldcontainer {
    padding: 0 5px 0 0; }

  .news-events .row .medium-3 {
    width: 212px; }
  .news-events .row .medium-6 {
    width: 555px; }
  .news-events ul > a:hover li > span, .news-events ul > a:hover li > h4 {
    color: #FF2500; }
  .news-events .columns.medium-6 {
    padding-right: 0; }
  .news-events .f-form-v2 .f-section .f-fieldcontainer {
    width: 50% !important;
    padding-bottom: 10px; }
    .news-events .f-form-v2 .f-section .f-fieldcontainer.f-email {
      width: 70% !important; }
  .news-events .f-action {
    position: absolute;
    right: 0;
    bottom: 27px;
    width: 30%;
    text-align: right;
    padding: 0 0 0 10px; }

  .lead-block h1, .lead-block .site-tagline {
    white-space: nowrap; }

  #nav-container {
    top: 95px; }
    #nav-container #nav {
      position: relative;
      left: 10px; }

  .logoimg {
    display: inline-block;
    position: relative;
    z-index: 10;
    top: 0;
    left: 50%;
    margin-left: -480px; }

  .container {
    padding-left: 0;
    padding-right: 0; }

  .row {
    margin: 0 -10px; } }
@media only screen and (max-width: 1366px) {
  .banner-caption {
    position: absolute;
    transform: translateY(calc(-100% - 10px));
    max-width: 960px; } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .banner-caption {
    max-width: 604px; }
    .banner-caption h1, .banner-caption .site-tagline {
      font-size: 1.33em; } }
@media only screen and (min-width: 1600px) {
  .banner-caption {
    max-width: 812px;
    padding: 45px 50px; }
    .banner-caption h1, .banner-caption .site-tagline {
      font-size: 1.83em; } }
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .logoimg {
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }

  .image-caption, .image-nocaption {
    display: block; }

  #hdr {
    background-color: #010a28;
    padding-top: 0;
    text-align: center; }

  .body-page-1.body-index #hdr {
    position: relative;
    background-color: #010a28; }

  ul.main-callouts li {
    width: calc((100% - 0px) / 1);
    margin-bottom: 55px; }
    ul.main-callouts li .media-img {
      width: 300px;
      margin: auto; }

  .banner-caption {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    transform: none; }

  .lead-block {
    background-color: #010a28; }
    .lead-block:before {
      background-position: right bottom;
      height: 100%; }

  .body-page-1.body-index #cont {
    padding-top: 0; }

  body #cont {
    padding-top: 30px; }
  body .burger {
    margin: 0; }
  body #ftr {
    padding: 0; }
  body #hdr {
    margin-bottom: 0;
    padding-top: 0; }
  body #nav-container {
    background-color: #000000;
    position: static;
    margin-bottom: 0;
    padding: 20px; }
    body #nav-container #nav ul li.off a {
      background-color: #000000; }
    body #nav-container #nav ul li a {
      background-color: #000000;
      border: none;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    body #nav-container #nav li {
      margin-bottom: 3px; }
      body #nav-container #nav li.on a {
        background-color: #FF2500;
        color: #FFFFFF; }
      body #nav-container #nav li.off a:hover, body #nav-container #nav li.off a:focus {
        background-color: #FF2500;
        color: #FFFFFF; }
      body #nav-container #nav li a {
        display: block; }
        body #nav-container #nav li a:hover, body #nav-container #nav li a:focus {
          background-color: #FF2500;
          color: #FFFFFF; }

  .header-panel {
    position: static; }
    .header-panel .phone-info {
      text-align: center;
      padding: 40px 0 0;
      font-size: 1.2em; }

  .welcome-block {
    padding-top: 30px; }

  .news-events {
    padding-top: 25px;
    text-align: center; }
    .news-events .f-form-v2 .f-fieldcontainer {
      margin-bottom: 15px; }

  .footer-top .right-foot {
    padding: 0 0 30px; }
  .footer-top .footer-info {
    text-align: center;
    background-position: top center;
    padding-bottom: 20px; }

  .foot-bottom {
    padding: 20px 0; }
    .foot-bottom .foot-links {
      padding: 0 0 15px;
      text-align: center; }
    .foot-bottom .copyright {
      text-align: center; } }
@media only screen and (max-width: 600px) {
  body {
    font-size: 16px; }
    body .burger {
      padding: 10px 0;
      font-size: 1.3em;
      margin: 0; }

  h1, .site-tagline {
    font-size: 2em; }

  .header-panel .phone-info {
    padding: 30px 0 0;
    font-size: 0.9em; }

  ul.main-callouts li .media-img {
    width: 200px;
    margin: auto; } }
@media only screen and (min-width: 1081px) {
  #viewport-detector-small {
    display: none; }

  #viewport-detector-medium {
    display: none; }

  #viewport-detector-large {
    display: block; }

  #nav li:last-child {
    border-right: none; }

  img.product-border-float-right, img.category-border-float-right {
    margin-left: 10px; }

  .product-bottom-right > span {
    float: right;
    clear: both; }

  .product-bottom-right .product-option-add-to-cart {
    margin-top: 10px;
    margin-right: initial;
    text-align: center; } }
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #viewport-detector-small {
    display: block; }

  #viewport-detector-medium {
    display: none; }

  #viewport-detector-large {
    display: none; }

  body {
    min-width: 275px; }

  body, #website-container {
    background: initial; }

  .page-content, .more-content, .top-content, #hdr, .page-content.has-column-left, .page-content.has-column-right,
  .page-content.has-column-left.has-column-right, #nav-container, #outer, #ftr, .turboweb-sig, #no-teaser, #left-cont {
    width: initial;
    padding: initial; }

  #cont, #cont.page9 .page-content, #leftcol, #left-cont, #rightcol {
    width: 100%;
    padding-top: initial;
    padding-left: initial;
    padding-right: initial; }

  #cont {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }

  .page-content .thickbox img,
  #website-container .twimage-multiimage-verticalcascade-container.page_content,
  #website-container .twimage-multiimage-fade5-container.page_content {
    width: 33%;
    margin: 0 0 10px 10px; }

  #website-container .twimage-multiimage-verticalcascade-container.page_content ul > li,
  #website-container .twimage-multiimage-fade5-container.page_content ul > li {
    width: 100%; }

  .twimage-multiimage-verticalcascade-container img,
  .twimage-multiimage-fade5-container img {
    width: 100%; }

  .column.left, .column.right {
    float: initial;
    width: initial;
    padding: initial; }

  iframe {
    width: 100%; }

  .contact {
    margin-bottom: 40px;
    width: initial;
    float: initial;
    display: table;
    position: initial; }
    .contact li {
      float: left;
      clear: left; }

  #hdr {
    display: table;
    width: 100%;
    margin-bottom: 40px;
    box-sizing: border-box;
    height: initial;
    padding: 10px; }

  .logoimg {
    width: 75%;
    padding: initial;
    margin: initial; }

  .burger {
    display: initial;
    float: right;
    font-size: 1.85em;
    cursor: pointer;
    background-color: transparent;
    color: #fefefe;
    padding: 10px;
    margin: 10px;
    border-radius: 10%; }

  #nav-container {
    margin-bottom: 40px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 40px;
    height: initial;
    display: none; }
    #nav-container #nav {
      display: block;
      width: 100%; }
      #nav-container #nav ul {
        width: 100%;
        position: initial; }
      #nav-container #nav ul {
        display: none; }
      #nav-container #nav li ul li a {
        width: auto; }
      #nav-container #nav.nav-nested li:hover ul, #nav-container #nav #nav li.sfhover ul {
        display: initial; }
      #nav-container #nav li {
        text-align: center;
        border: initial;
        width: 100%; }
        #nav-container #nav li a {
          display: inline-block;
          box-sizing: border-box;
          padding: 10px;
          text-shadow: initial;
          border: initial; }
        #nav-container #nav li.off a {
          color: #fefefe; }
        #nav-container #nav li.off a:hover, #nav-container #nav li ul li a {
          background-color: #bfbfbf;
          color: #010a28; }
        #nav-container #nav li.on span.no-href, #nav-container #nav li.on a {
          background-color: #fff;
          color: #010a28; }

  .slogan, .top-content .slogan {
    position: initial; }

  .slogan2, .top-content .slogan2 {
    width: initial;
    margin-bottom: 40px; }

  #ftr {
    display: table;
    width: 100%; }
    #ftr .item.social-link {
      float: initial;
      width: initial;
      margin: initial; }

  #ftr-nav, #ftr .row-wrapper {
    width: initial; }

  #ftr-nav {
    text-align: center; }

  #ftr-nav, #ftr, .turboweb-sig-container {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }

  .more-content-wrapper {
    background: none; }

  .more-content .column {
    margin-bottom: 40px;
    clear: left; }

  .ftr-cboxes {
    clear: left; }

  .turboweb-sig {
    font-size: 0.8em;
    padding: 16px 0; }

  .more-content li .content, .more-content li .date {
    font-size: inherit; }

  .more-content li p {
    padding: 0; }

  .more-content .column.small-3 {
    width: 100%; }

  .homepage-content .left-content, .homepage-content .right-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 0; }

  .more-content-wrapper {
    margin-top: 0; }

  .top-content-wrapper {
    margin-bottom: 40px; }

  input[type=button], input[type=submit] {
    -webkit-appearance: none; }

  .teaser.box.subscribe table {
    width: 100%; }
    .teaser.box.subscribe table input {
      width: 100%;
      padding-left: initial;
      padding-right: initial; }

  #formtable.contact-form {
    border: none;
    margin-top: 40px;
    padding-bottom: 40px; }
    #formtable.contact-form form {
      margin-bottom: 40px; }
    #formtable.contact-form td {
      padding: 0; }
    #formtable.contact-form td.column50, #formtable.contact-form div.column50 {
      width: 100%;
      margin-bottom: 20px;
      float: left; }
    #formtable.contact-form fieldset, #formtable.contact-form .f-form-v2 .f-fieldcontainer {
      padding-left: initial;
      padding-right: initial; }
  #formtable input#formbutton, #formtable input[type="checkbox"] {
    border: 1px solid #010a28 !important; }
  #formtable fieldset {
    padding: 10px; }
  #formtable .column-form {
    margin-bottom: 40px; }
  #formtable #map {
    margin-top: 20px;
    box-sizing: border-box; }

  #gallery-list table td.item-description, #gallery-list table td.album-item-description {
    width: 100%;
    float: left;
    padding: initial; }

  .body-store-category .product-summary {
    margin-bottom: 40px; }
    .body-store-category .product-summary .product-border-float-right {
      width: 33%;
      margin: 0 0 10px 10px; }
    .body-store-category .product-summary .product-header-left, .body-store-category .product-summary .product-header-right {
      width: 100%;
      float: left;
      text-align: left; }
    .body-store-category .product-summary .product-header-left h2 {
      width: 100%; }
    .body-store-category .product-summary .product-header-right {
      clear: left;
      text-align: left;
      padding-top: initial;
      padding-bottom: 10px; }
    .body-store-category .product-summary tbody > tr:last-of-type td {
      width: 100%;
      float: left;
      text-align: left; }
    .body-store-category .product-summary .product-bottom-right span {
      float: left;
      clear: left; }
    .body-store-category .product-summary .product-bottom-left {
      padding-bottom: 20px; }
    .body-store-category .product-summary .product-bottom-right .product-option-add-to-cart {
      margin: initial; }
    .body-store-category .product-summary .cat-list-price {
      margin-bottom: 10px; }

  .product-body .thickbox img {
    width: 50%;
    margin: 0 0 20px 20px; }

  #option-choice {
    margin-top: 40px; }
    #option-choice table td {
      width: 100%;
      float: left;
      text-align: left; }
    #option-choice table tr td:last-of-type {
      margin-bottom: 40px; }
    #option-choice a {
      margin-left: initial; }

  .product-border-float-right {
    float: initial; }

  table.store-search-results {
    margin-top: 40px; }
    table.store-search-results td {
      width: 100%;
      float: left;
      text-align: left; }
    table.store-search-results tr td:last-of-type {
      margin-bottom: 40px; }
    table.store-search-results th {
      display: none; }
    table.store-search-results img {
      margin-bottom: 10px; }

  .body-cart .teaser.box.cart, .body-cart-checkout .teaser.box.cart {
    display: none; }

  .body-cart .coupon {
    display: table;
    margin-bottom: 40px; }
    .body-cart .coupon label {
      margin-bottom: 10px; }
    .body-cart .coupon label, .body-cart .coupon input {
      float: left; }
    .body-cart .coupon input[type=text] {
      clear: left;
      margin-right: 10px; }
  .body-cart .checkout > table:last-of-type td {
    width: 100%;
    float: left;
    text-align: left; }
  .body-cart .checkout form table td {
    width: 100%;
    float: left;
    text-align: left; }
  .body-cart .checkout form table tr td:last-of-type {
    margin-bottom: 20px; }
  .body-cart .checkout form table tr:first-of-type {
    display: none; }
  .body-cart .checkout form table .store-cart-border {
    border: initial; }
  .body-cart .checkout form table td.item-title a {
    padding: initial; }
  .body-cart .checkout .button-update {
    float: left;
    margin-bottom: 20px; }

  .body-cart-checkout form table td {
    width: 100%;
    float: left;
    text-align: left; }
  .body-cart-checkout #formtable {
    padding: 10px; }
    .body-cart-checkout #formtable input[type=text], .body-cart-checkout #formtable input[type=email], .body-cart-checkout #formtable select, .body-cart-checkout #formtable textarea {
      width: 95%; }
    .body-cart-checkout #formtable td {
      width: 100% !important; }
    .body-cart-checkout #formtable td.left {
      padding-bottom: initial; }
    .body-cart-checkout #formtable #deliveryOption {
      margin-left: initial !important; }
    .body-cart-checkout #formtable .entryTable table td {
      float: initial !important;
      width: initial !important; }
    .body-cart-checkout #formtable tr:first-of-type th {
      display: none; }
    .body-cart-checkout #formtable td:last-child {
      padding-bottom: 20px; }
    .body-cart-checkout #formtable h2:not(:first-of-type) {
      margin-top: 40px; }
    .body-cart-checkout #formtable .currency-unitprice:after {
      content: ' per item'; }
    .body-cart-checkout #formtable .currency-subtotal:after {
      content: ' in total'; }
  .body-cart-checkout #cart-continue-proceed table td {
    width: 100%;
    float: left;
    text-align: left; } }
.feature-store-teaser-burger.store-nav-burger {
  float: right;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 4px 6px;
  margin: 0;
  border: 1px #fff solid; }

/*# sourceMappingURL=style-theme.css.map */
