
/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root { color-scheme: light !important }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  line-height: 1;
  margin:0;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}



* {
/*  -webkit-transition: all 0.15s ease;
  -moz-transition:    all 0.15s ease;
  -ms-transition:     all 0.15s ease;
  -o-transition:      all 0.15s ease;
  transition:         all 0.15s ease; */
}

html { scroll-behavior: smooth; }

.clear {
    clear: both;
}

.noto-serif-reg {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.open-sans-reg {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
    color: #48545B;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    background: #ededed;
    font-size: clamp(16px, 1.4vw, 20px);
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
}

::-moz-selection { /* Code for Firefox */
    color: #ededed;
    background: #6c9f40;
}

::selection {
    color: #ededed;
    background: #6c9f40;
}


.action.primary {
    background: #6c9f40;
    border-color: #6c9f40;
}

.action.primary:hover, .action.primary:focus {
    background: #5c8736;
}

.action.secondary {
    background: #d3dfcb;
    border: 1px solid #cccccc;
}

.action.secondary:hover, .action.secondary:focus {
    background: #bdc9b5;
    border-color: #888888;
}

a {
    font-weight: 500;
}

a, .alink, a:visited {
    color: #6c9f40;
    text-decoration: none;
}

a:focus, a:hover {
    color: #a5a5a5;
    text-decoration: none;
}

.page-main {
    min-height: 600px;
}

.col-third, .col-quarter, .col-half, .col-two-thirds, .col-three-quarters {
  display:inline-block;
  vertical-align: top;
}

.col-third {
  width:32%;
}

.col-two-thirds {
  width:62%;
}

.col-half {
    width: 48%;
}

.col-quarter {
    width: 21.4%;
}

.col-three-quarters {
    width: 71%;
}


  @media all and (max-width: 767px) {

    .col-third, .col-half, .col-two-thirds { /* .col-quarter, */
        width: 100%;
    }

  }

  .col-half:nth-child(1) {
    margin-right: 2%;
  }

  .row {
    margin-bottom: 1.5vw;
  }

  .kit #start .col-third {
    margin-right: 4vw;
    margin-bottom: 2vw;
}

.kit #start .col-third img {
    margin-bottom: 2vw;
}




/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty,
.input-text.qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
  -moz-appearance: spinner-textfield;
}

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
  }

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Custom Styles
 */

/* colors */

.gray {
    color: #ededed;
    background-color: #48545B;
}

.medgray {
    color: #ededed;
    background-color: #5f6e77;
}

.ltgray {
    color: #ededed;
    background-color: #6e7f89;
}

.ltgreen, .ltgreen a {
    color: #48545B;
    background-color: #CFE8CA;
}

.medgreen {
    color: #48545B;
    background-color: #bad9b4;
}

.blue {
    color: #ededed;
    background-color: #2C469B;
}

.gray-text {
    color: #48545B;
}

.green-text {
    color: #6c9f40;
}

.blue-text {
    color: #2C469B;
}

.center {
    text-align:center;
}

/* Layout */

@media (max-width: 767px) {

    #start {
        margin-top: 18px; 
    }

  #page-wrapper {
      margin-top: -118px;
    }  

  .faq #page-wrapper, .faq-page #page-wrapper {
      margin-top: -101px;
    }

}

    #page-wrapper {
        position: relative;
        z-index: 0;
    }

  section {
    margin: 0 auto;
    overflow: hidden;
    padding: 2vw 0;
    /*border-bottom: 1px solid #fff;*/
  }

  section#hero {
    padding: 0;
  }

  section article {
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
  }

  section article h2 {
    text-transform: lowercase;
    font-size: clamp(30px, 3vw, 60px);
    line-height: 1.3;
    padding: 1vw 0 4vw;
    text-align:center;
  }

  section article h3 {
    margin-bottom: .5vw;
  }

  section .illo {
   width: clamp(60px, 5vw, 100px);
    margin-right: 20px;
    float: left; 
    max-height: 100px;
  }

  section .col-quarter .illo {
   width: clamp(60px, 5vw, 100px);
    margin-right: 0px;
    float: none; 
    max-height: 100px;
  }

  section .kits {
    width: 150px;
    margin-right: 20px;
    float: left;
  }

  section article .sidebar {
    margin-right: 2vw;
  }

  section article .sidebar h2 {
    padding: 0;
    text-align:left;
    margin: 1vw 0;
  }

@media (max-width: 767px) {
  .home section article h3 {
    margin: 3vw 0 1vw;
  }

  .home section article p {
    margin-bottom: 4vw;
  }
}
 
  section .divider {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 538.08 12.29"><defs><style> .cls-1 { fill: %23ededed; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M538.08,5.38c-19.67,1.19-37.46,5.05-61.36,5.34-18.39.22-29.01-1.04-38.08-1.65-17.3-1.16-32.4-4.77-56.51-5.13-44.81-.66-94.42,6.58-113.68,7.04-33.8.8-64.38-7.5-108.61-1.58-53.99,7.23-69.96-1.09-91.63-3.6C42.28,2.79,23.63,3.64,0,5.38V0h538.08v5.38Z"/></g></svg>');
    background-position: 50% top;
    background-size: 101%;
    background-repeat: repeat-x;
    height: 4vw;
    margin-top: -2vw;
  }

section .divider-thin {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2498.17 50.29"><defs><style>.cls-1 {fill: %23ededed;}</style></defs><path class="cls-1" d="M0,28.27C91.33,23.4,173.93,7.6,284.88,6.42c85.4-.91,134.67,4.26,176.79,6.76,80.31,4.76,150.42,19.53,262.35,20.98,208.04,2.68,438.39-26.93,527.79-28.79,156.9-3.26,298.91,30.69,504.26,6.45,250.66-29.59,324.8,4.47,425.39,14.75,120.42,12.3,206.98,8.82,316.71,1.71v22.02H0v-22.02Z"/></svg>');
    background-position: 50% top;
    background-size: 101%;
    background-repeat: repeat-x;
    height: 4vw;
    margin-top: -1.9vw;
    position: relative;
    z-index: 0;
  }

section .divider.btm {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 538.08 12.29"><defs><style> .cls-1 { fill: %23ededed; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M0,6.91C19.67,5.72,37.46,1.86,61.36,1.57c18.39-.22,29.01,1.04,38.08,1.65,17.3,1.16,32.4,4.77,56.51,5.13,44.81.66,94.42-6.58,113.68-7.04,33.8-.8,64.38,7.5,108.61,1.58,53.99-7.23,69.96,1.09,91.63,3.6,25.94,3.01,44.58,2.16,68.22.42v5.38H0v-5.38Z"/></g></svg>');
    background-position: 50% 2vw;
    background-size: 101%;
    background-repeat: repeat-x;
    height: 4vw;
    margin-bottom: -2vw;
    margin-top: 0;
  }

.home section .divider.btm {
  margin-bottom: 0;
}

.home section .divider-thin, .instructions-videos section .divider-thin, .faq .divider-thin, .technical-bulletins-sds .divider-thin, .faq-page .divider-thin {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2498.17 50.29"><defs><style>.cls-1 {fill: %23CFE8CA;}</style></defs><path class="cls-1" d="M0,28.27C91.33,23.4,173.93,7.6,284.88,6.42c85.4-.91,134.67,4.26,176.79,6.76,80.31,4.76,150.42,19.53,262.35,20.98,208.04,2.68,438.39-26.93,527.79-28.79,156.9-3.26,298.91,30.69,504.26,6.45,250.66-29.59,324.8,4.47,425.39,14.75,120.42,12.3,206.98,8.82,316.71,1.71v22.02H0v-22.02Z"/></svg>'); 
}

.distributors .divider-thin {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2498.17 50.29"><defs><style>.cls-1 {fill: %23b5cce6;}</style></defs><path class="cls-1" d="M0,28.27C91.33,23.4,173.93,7.6,284.88,6.42c85.4-.91,134.67,4.26,176.79,6.76,80.31,4.76,150.42,19.53,262.35,20.98,208.04,2.68,438.39-26.93,527.79-28.79,156.9-3.26,298.91,30.69,504.26,6.45,250.66-29.59,324.8,4.47,425.39,14.75,120.42,12.3,206.98,8.82,316.71,1.71v22.02H0v-22.02Z"/></svg>'); 
}

 section#documents .divider {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 538.08 12.29"><defs><style> .cls-1 { fill: %23CFE8CA; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M538.08,5.38c-19.67,1.19-37.46,5.05-61.36,5.34-18.39.22-29.01-1.04-38.08-1.65-17.3-1.16-32.4-4.77-56.51-5.13-44.81-.66-94.42,6.58-113.68,7.04-33.8.8-64.38-7.5-108.61-1.58-53.99,7.23-69.96-1.09-91.63-3.6C42.28,2.79,23.63,3.64,0,5.38V0h538.08v5.38Z"/></g></svg>');
 }

 section#documents .divider.btm {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 538.08 12.29"><defs><style> .cls-1 { fill: %23ededed; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M0,6.91C19.67,5.72,37.46,1.86,61.36,1.57c18.39-.22,29.01,1.04,38.08,1.65,17.3,1.16,32.4,4.77,56.51,5.13,44.81.66,94.42-6.58,113.68-7.04,33.8-.8,64.38,7.5,108.61,1.58,53.99-7.23,69.96,1.09,91.63,3.6,25.94,3.01,44.58,2.16,68.22.42v5.38H0v-5.38Z"/></g></svg>');
 }

 section#handgel .divider {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 538.08 12.29"><defs><style> .cls-1 { fill: %2348545B; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M538.08,5.38c-19.67,1.19-37.46,5.05-61.36,5.34-18.39.22-29.01-1.04-38.08-1.65-17.3-1.16-32.4-4.77-56.51-5.13-44.81-.66-94.42,6.58-113.68,7.04-33.8.8-64.38-7.5-108.61-1.58-53.99,7.23-69.96-1.09-91.63-3.6C42.28,2.79,23.63,3.64,0,5.38V0h538.08v5.38Z"/></g></svg>');
 }
 section#sd370 .divider {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 538.08 12.29"><defs><style> .cls-1 { fill: %235f6e77; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M538.08,5.38c-19.67,1.19-37.46,5.05-61.36,5.34-18.39.22-29.01-1.04-38.08-1.65-17.3-1.16-32.4-4.77-56.51-5.13-44.81-.66-94.42,6.58-113.68,7.04-33.8.8-64.38-7.5-108.61-1.58-53.99,7.23-69.96-1.09-91.63-3.6C42.28,2.79,23.63,3.64,0,5.38V0h538.08v5.38Z"/></g></svg>');
 }

 section#facegel .divider {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 538.08 12.29"><defs><style> .cls-1 { fill: %236e7f89; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M538.08,5.38c-19.67,1.19-37.46,5.05-61.36,5.34-18.39.22-29.01-1.04-38.08-1.65-17.3-1.16-32.4-4.77-56.51-5.13-44.81-.66-94.42,6.58-113.68,7.04-33.8.8-64.38-7.5-108.61-1.58-53.99,7.23-69.96-1.09-91.63-3.6C42.28,2.79,23.63,3.64,0,5.38V0h538.08v5.38Z"/></g></svg>');
 }

 section#bodygel .divider {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 538.08 12.29"><defs><style> .cls-1 { fill: %23CFE8CA; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M538.08,5.38c-19.67,1.19-37.46,5.05-61.36,5.34-18.39.22-29.01-1.04-38.08-1.65-17.3-1.16-32.4-4.77-56.51-5.13-44.81-.66-94.42,6.58-113.68,7.04-33.8.8-64.38-7.5-108.61-1.58-53.99,7.23-69.96-1.09-91.63-3.6C42.28,2.79,23.63,3.64,0,5.38V0h538.08v5.38Z"/></g></svg>');
 }

 .alginates section#ready-to-buy .divider {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 538.08 12.29"><defs><style> .cls-1 { fill: %23bad9b4; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M538.08,5.38c-19.67,1.19-37.46,5.05-61.36,5.34-18.39.22-29.01-1.04-38.08-1.65-17.3-1.16-32.4-4.77-56.51-5.13-44.81-.66-94.42,6.58-113.68,7.04-33.8.8-64.38-7.5-108.61-1.58-53.99,7.23-69.96-1.09-91.63-3.6C42.28,2.79,23.63,3.64,0,5.38V0h538.08v5.38Z"/></g></svg>');
 }

 .casting-materials section#liquistone .divider {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 538.08 12.29"><defs><style> .cls-1 { fill: %2348545B; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M538.08,5.38c-19.67,1.19-37.46,5.05-61.36,5.34-18.39.22-29.01-1.04-38.08-1.65-17.3-1.16-32.4-4.77-56.51-5.13-44.81-.66-94.42,6.58-113.68,7.04-33.8.8-64.38-7.5-108.61-1.58-53.99,7.23-69.96-1.09-91.63-3.6C42.28,2.79,23.63,3.64,0,5.38V0h538.08v5.38Z"/></g></svg>');
 }

 .alginates section#bodygel article + div.divider.btm {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 538.08 12.29"><defs><style> .cls-1 { fill: %23ededed; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M0,6.91C19.67,5.72,37.46,1.86,61.36,1.57c18.39-.22,29.01,1.04,38.08,1.65,17.3,1.16,32.4,4.77,56.51,5.13,44.81.66,94.42-6.58,113.68-7.04,33.8-.8,64.38,7.5,108.61,1.58,53.99-7.23,69.96,1.09,91.63,3.6,25.94,3.01,44.58,2.16,68.22.42v5.38H0v-5.38Z"/></g></svg>');
    border-bottom: 1px solid #ededed;
 }

.casting-materials section#liquistone .divider.btm {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 538.08 12.29"><defs><style> .cls-1 { fill: %23ededed; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M0,6.91C19.67,5.72,37.46,1.86,61.36,1.57c18.39-.22,29.01,1.04,38.08,1.65,17.3,1.16,32.4,4.77,56.51,5.13,44.81.66,94.42-6.58,113.68-7.04,33.8-.8,64.38,7.5,108.61,1.58,53.99-7.23,69.96,1.09,91.63,3.6,25.94,3.01,44.58,2.16,68.22.42v5.38H0v-5.38Z"/></g></svg>');
 }

 .product-silo {
    position: relative;
    z-index: 5;
    margin: 0 auto;
 }

/* Typography */
h1, section h2 { 
    font-family: "Arial Black", Gadget, Arial, sans-serif; 
    font-size: 26px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 900; 
    line-height: 26.4px; 
}


h3 {
    font-size: clamp(18px, 1.4vw, 22px);
}

.text {
    font-size: clamp(16px, 1.4vw, 20px);
}

.inline {
    padding: 0;
    margin: 0;
    text-align:left;
    display: inline;
    line-height: 1;
}


/* Header */

header {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 150px;
}

header .header-curve {
    margin-top: -2vw;
    background-image: url('data:image/svg+xml,<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 2498.33 413.7"><defs><style> .cls-1 { fill: %23ededed; } .cls-2 { clip-path: url(%23clippath); } </style><clipPath id="clippath"><path class="cls-1" d="M212.84,221.17C49.95,221.06.33,262.2.33,262.2H0V0s2498.33,0,2498.33,0v262.38c-74.93,49.53-133.11,91.4-202.44,102.27-69.33,10.87-146.67,0-230.06-19.84-78.4-18.65-141.12-16.82-141.12-16.82-17.39-.52-43.27-.35-72.95,4.04-61.66,9.11-97.04,28.92-119.92,39.35-87.04,39.83-216.45,46.39-300.8,19.35-89.64-28.76-96.44-77.78-185.88-104.76-113.02-34.07-207.96,23.46-398.73,15.62-282.11-11.59-449.82-80.31-633.59-80.42Z"/></clipPath></defs><g id="hero_2" data-name="hero 2"><g><g><path class="cls-1" d="M212.84,221.17C49.95,221.06.33,262.2.33,262.2H0V0s2498.33,0,2498.33,0v262.38c-74.93,49.53-133.11,91.4-202.44,102.27-69.33,10.87-146.67,0-230.06-19.84-78.4-18.65-141.12-16.82-141.12-16.82-17.39-.52-43.27-.35-72.95,4.04-61.66,9.11-97.04,28.92-119.92,39.35-87.04,39.83-216.45,46.39-300.8,19.35-89.64-28.76-96.44-77.78-185.88-104.76-113.02-34.07-207.96,23.46-398.73,15.62-282.11-11.59-449.82-80.31-633.59-80.42Z"/><g class="cls-2"><rect class="cls-1" x="0" width="2498.33" height="426.21"/></g></g><g><path class="cls-1" d="M1194.77,353.43c-14.4,0-26-11.6-26-26s11.6-26,26-26,26,11.6,26,26-11.6,26-26,26Z"/><path class="cls-1" d="M1248.77,365.53c-7.8,0-14.1-6.3-14.1-14.1s6.3-14.1,14.1-14.1,14.1,6.3,14.1,14.1-6.3,14.1-14.1,14.1Z"/><path class="cls-1" d="M1831.57,405.53c-5.9,8.6-17.6,10.7-26.1,4.9-8.6-5.9-10.7-17.6-4.9-26.1,5.9-8.6,17.6-10.7,26.1-4.9,8.6,5.8,10.8,17.5,4.9,26.1Z"/><path class="cls-1" d="M1848.97,374.03c-2.7,3.9-8.1,4.9-12,2.2-3.9-2.7-4.9-8.1-2.2-12,2.7-3.9,8.1-4.9,12-2.2,3.9,2.7,4.9,8.1,2.2,12Z"/></g></g></g></svg>');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: clamp(300px, 20vw, 324px); /*36vh*/
}

/* deprecated but keep, just in case 
header .header-curve svg {
    display: none;
}
header .header-curve svg .cls-1 {
    fill: #fff;
 fill: #BBD8F7;
 fill: linear-gradient(90deg, rgba(143,182,225,1) 0%, rgba(176,202,226,1) 100%);
}
*/

header .header-content {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    margin-top: 2vw;
    z-index: 5;
    width: 100%;
}

img.logo {
    max-height: 100px;
    margin: 0 auto;
}


@media (max-width: 767px) {

   /* header .header-curve {
        height: 34vh;
        position: relative;
        top: -10vh;
    }*/

  header .header-curve {
    background-image: url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2495.6 178.14"><defs><style>.cls-1 { fill: %23ededed; }</style></defs><path class="cls-1" d="M0,127.04s124.7-12.66,234.69-6.57c110,6.09,212.01,17.89,413.17,24.25,199.93,6.32,296.14-17.83,409.46-18.24,113.32-.41,150.59,6.17,210.71,16.16,56.32,9.36,125.22,35.87,294.52,34.71,169.29-1.16,244.77-38.47,348.44-38.47,80.38,0,139.36,18.67,261.9,22.51,121.02,3.79,169.12,13.28,322.71-33.75V0H0v127.04Z"/><path class="cls-1" d="M1144.3,171.81c-10.89,0-19.66-8.77-19.66-19.66s8.77-19.66,19.66-19.66,19.66,8.77,19.66,19.66-8.77,19.66-19.66,19.66Z"/><path class="cls-1" d="M1183.7,177.39c-5.9,0-10.66-4.76-10.66-10.66s4.76-10.66,10.66-10.66,10.66,4.76,10.66,10.66-4.76,10.66-10.66,10.66Z"/><path class="cls-1" d="M1919.27,175.37c-6.99,4.87-16.55,3.16-21.42-3.83-4.87-6.99-3.16-16.55,3.83-21.42s16.55-3.16,21.42,3.83,3.16,16.55-3.83,21.42Z"/><path class="cls-1" d="M1948.91,162.01c-3.79,2.64-8.98,1.71-11.61-2.08s-1.71-8.98,2.08-11.61,8.98-1.71,11.61,2.08,1.71,8.98-2.08,11.61Z"/></svg>');
    background-position: 50% 100%;
    background-size: cover;
    width: 100%;
    height: 120px;
  }

}



/* Navigation */

.mobile-nav {
    display:none;
}

.nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 0;
    right: 15px;
    position: absolute;
    top: 24px;
    z-index: 100;
    background: #0d245e96;
    border-radius: 18px;
    padding:8px;

}

.nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 18px;
    color: #ededed;
    content: url('../images/sandwich.svg');
    vertical-align: middle;
    display: inline-block;
    speak: none;
    text-align: center;
}



.nav-toggle.active:before {
    /*transform:rotate(90deg);*/
    content: url('../images/x-rounded2.svg');
}



#fixed-nav {
    position: fixed;
    background-image: url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2495.6 178.14"><defs><style>.cls-1 { fill: %23ededed; }</style></defs><path class="cls-1" d="M0,127.04s124.7-12.66,234.69-6.57c110,6.09,212.01,17.89,413.17,24.25,199.93,6.32,296.14-17.83,409.46-18.24,113.32-.41,150.59,6.17,210.71,16.16,56.32,9.36,125.22,35.87,294.52,34.71,169.29-1.16,244.77-38.47,348.44-38.47,80.38,0,139.36,18.67,261.9,22.51,121.02,3.79,169.12,13.28,322.71-33.75V0H0v127.04Z"/><path class="cls-1" d="M1144.3,171.81c-10.89,0-19.66-8.77-19.66-19.66s8.77-19.66,19.66-19.66,19.66,8.77,19.66,19.66-8.77,19.66-19.66,19.66Z"/><path class="cls-1" d="M1183.7,177.39c-5.9,0-10.66-4.76-10.66-10.66s4.76-10.66,10.66-10.66,10.66,4.76,10.66,10.66-4.76,10.66-10.66,10.66Z"/><path class="cls-1" d="M1919.27,175.37c-6.99,4.87-16.55,3.16-21.42-3.83-4.87-6.99-3.16-16.55,3.83-21.42s16.55-3.16,21.42,3.83,3.16,16.55-3.83,21.42Z"/><path class="cls-1" d="M1948.91,162.01c-3.79,2.64-8.98,1.71-11.61-2.08s-1.71-8.98,2.08-11.61,8.98-1.71,11.61,2.08,1.71,8.98-2.08,11.61Z"/></svg>');
    background-position: 50% 100%;
    background-size: cover;
    width: 100%;
    height: 180px;
    top: -110px; 
    z-index: 1000;
    opacity: 0;
    transition: all 200ms ease-out;
    /*display: none;*/
}

#fixed-nav.active{
   /* display: block; */
    opacity: 1;
    top: -70px;
    -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .2));
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .2));
    transition: all 200ms ease-out;
}

#fixed-nav .header-content {
    max-width: 70vw;
    margin: 0 auto;
    position: relative;
    padding-left: 2vw;
}

#fixed-nav nav {
    position: absolute;
    left: 150px;
    top: 60px;
}

#fixed-nav img.logo {
    position: absolute;
    left: 0;
    height: 55px;
    top: 70px;
}

@media (max-width: 767px) {

    #fixed-nav, #fixed-nav.active {
        display: none;
    }

}

nav {

    margin-top:25px;
    font-weight: 500;
    font-size: 1rem;
}

nav.active {
    display: block;
}


nav ul li{
    padding:0px 20px;
    list-style: none;
    display:inline-block;
    text-transform: lowercase;
    letter-spacing: 0.7px;
}

nav ul li:hover, nav ul li.nav-dropdown.active {
    background-color: #dbdbdb;
    border-radius: 16px;
}


@media (max-width: 767px) {
  nav ul li:hover, nav ul li.nav-dropdown.active {
      background-color: transparent;
  }

/*  nav ul li a, nav ul li span.open-search {
    padding: 3px 12px;
  }

  nav ul li a:active, nav ul li span.open-search:active {
    background-color: #dbdbdb;
    border-radius: 16px;

  }*/
}

nav a, nav a:visited, nav li {
    color:#2C469B;
    text-decoration:none;
}





/*.home nav a, .home nav a:visited, .home nav li{
    color:#FFF;
    text-decoration:none;
}*/

/*dropdown*/
nav ul li.nav-dropdown {
    position:relative;
    cursor: pointer;1833
}



nav ul li.nav-dropdown ul {
    display:none;
    position:absolute;
/*    top:200px; */
    left:-16px;
    width:242px;
    background-color:#ededed;
    border-radius: 0 0 116px 116px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 6px 0px -3px;
    margin-top: 6px;
    padding-top: 24px;
    padding-bottom: 50px;
    padding-left: 13px;
    padding-right: 13px;
    text-align: left;
    /*transition: top 300ms linear;*/
    z-index:8888;

}

nav ul li.nav-dropdown ul li {
    text-align: left;
    letter-spacing: 0.7px;
    margin: 5px;
    display: inline-block;

}

nav ul li.nav-dropdown ul li a {
    /*color: rgb(94, 94, 94);*/
}

nav ul li.nav-dropdown ul.open{
    display: block;
    /*top:18px;
    transition: top 300ms linear;*/
}

.dropdown-icon.rotate{
    transform: rotate(180deg);
}


@media (max-width: 767px) {
    .mobile-nav {
        display: inline-block;
        margin-right: 1em;
        cursor: pointer;
        margin-top: 8px;
    }

    nav {
        display: none;
        position: absolute;
        background: #ededed;
        right: 0;
        top: 40px;
        text-align: left;
        z-index: 5555;
        padding: 0px 12px 100px;
        box-shadow: rgba(0, 0, 0, 0.16) 0 6px 6px -3px;
        width: 300px;
        border-radius: 0 0 150px 150px;
    }

    nav ul li {
        position:relative;
        display: block;
        text-align: right;
        padding: 0px .5em 0;
        overflow: hidden;
    }

    /*nav ul li a:active {
    background: #dbdbdb;
    border-radius: 6px;

    }*/

    nav ul li.nav-dropdown span.products, nav ul li.nav-dropdown span.info {
      display:none;
    }

    nav ul li.nav-dropdown ul {
      display: none;
      text-align: right;
      border-radius: 0;
      padding: 0;
      position: relative;
      top: 0;
      right: 0;
      left: auto;
      width: auto;
      background-color: transparent;
      border-radius: 0;
      padding-top: 0;
      text-align: center;
      z-index: 8888;
      box-shadow: none;

    }

    

    nav ul li.nav-dropdown ul li{
      text-align: right;
        letter-spacing: 0.7px;
        padding: 0;
        display: block;
        margin: 0 0 6px;
    }

    nav ul li.nav-dropdown ul{
        top:0;
        display: block;
    }

    .dropdown-icon {
      display: none;
    }

    nav ul li.nav-dropdown ul li a{
        font-size: 100%;
    }

    img.logo {
        max-height: 70px;
        margin: 0 1.5em;
        float: left;
        display: inline-block;
    }

  /*  .search-container {
      top: 29px;
      right: 22px;
      display: none;
      position: static;
    } */

}

/* HERO */

#hero {
    height: 80vh;
}


#hero .img-wrapper {
    background-color: #000;
    height: 80vh;
}

#hero .img {
    /*background-image: url(images/gold_torso_bodygel.jpg);*/
    opacity: .8;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: 100%;
}


#hero .content {    
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

 
  #hero .content article h1 {
    text-transform: lowercase;
    font-size: clamp(30px, 4vw, 60px);
    line-height: 1.3;
    color: #ededed;
  }

  a.btn-hero, a.btn-learnmore {
    border: 2px solid #ededed;
    /*background-color: #ededed33;*/
    font-size: clamp(12px, 1.4vw, 16px);
    font-weight: 600;
    letter-spacing: 0;
    color: #ededed;
    padding: 3px 10px 4px;
    margin: 12px 12px 0 0;
    text-align: center;
    border-radius: 18px;
    display: inline-block;
    text-transform: lowercase;
  }

  #hero a.btn-hero.sub {
    border: none;
    text-transform: none;
    background-color: transparent;
    margin: 12px 0 0 0;
  }

  #hero a.btn-hero.sub + span {
    font-size: 30px;
    position:relative;
    top: 6px;
    right: -2px;
    }

  #hero a.btn-hero:hover, a.btn-learnmore:hover {
    background-color: #ededed44;
  }


  #hero .hero-nav {
    color: #ededed;
    margin-top: 8px;
    font-size: 120%;
  }

  #hero .hero-nav .col-half:first-child {
    text-align: right;
  }

  #hero .hero-nav .col-half:last-child {
    text-align: left;
  }

@media all and (max-width: 767px) {
    #hero {
        position: relative;
        top: -100px;
        height: 300px;
    }

    #hero .img {
        background-size: cover; /*background-size: 156vw;*/
    }

  #hero .hero-nav .col-half {
    width: 48%;
  }

   /* .lifecasting-kits #hero .content {    
        top: 55%;
      }*/

    #hero .img-wrapper {
        height: 300px;
    }


}

/* Hero Images and Tweaks */

@media all and (max-width: 767px) {
    #hero .hero-nav {
        /*display: none;*/
    }
}

.baby-child-hand-casting-kit #hero .img {
    background-image: url('../images/baby-hand.jpg');
    opacity: 0.8;
}

.foot-casting-kit #hero .img {
    background-image: url('../images/hero-foot-casting-kit-2.jpg');
    opacity: 0.8;
} 

.face-casting-kit #hero .img {
    background-image: url('../images/hero-facekit.jpg');
    opacity: 0.8;
} 

.family-hand-casting-kit #hero .img {
    background-image: url('../images/hero-familyhandkit.jpg');
    opacity: 0.7;
}

.adult-hand-casting-kit #hero .img {
    background-image: url('../images/adult-hand-casting2.jpg');
    opacity: 0.8;
}
.full-torso-pregnancy-casting-kit #hero .img {
    background-image: url('../images/full-torso-pregnancy-casting-kit.jpg');
    opacity: 0.7;
}


.lifecasting-kits #hero .img {
    background-image: url('../images/hero-facegel-natural3.jpg');/*adult-hand-casting-1*/
    opacity: 0.8;
}

.home #hero .img {
    background-image: url('../images/hero-shakinghands2.jpg');
    opacity: 0.8;
}

.alginates #hero .img {
    background-image: url('../images/alginates-hero-6a.jpg');
    opacity: 0.7;
}

.casting-materials #hero .img {
    background-image: url('../images/liquistone-image-gallery.jpg'); /*hero-fun-silicone.jpg */
    opacity: 0.6;
}

.full-torso-pregnancy-casting-kit #hero .img {
    background-image: url('../images/gold_torso_bodygel.jpg');
    opacity: 0.8;
}


.about-us #hero .img {
    background-image: url('../images/hero-about-us.jpg');
    opacity: 0.8;
}

/*
.distributors #hero .img {
    background-image: url('../images/distributors-hero.jpg');
    opacity: .7;
}

.technical-bulletins-sds #hero .img {
    background-image: url('../images/TB-SDS-hero.jpg');
    opacity: 0.5;
}

.instructions-videos #hero .img {
    background-image: url('../images/hero-instructions-videos-1.jpg');
    opacity: 0.8;
}

.support #hero .img {
    background-image: url('../images/techsupport-hero.jpg');
    opacity: 0.7;
}

.faq #hero .img {
    background-image: url('../images/faq-hero-1.jpg');
    opacity: 0.7;
} */



/* Info and FAQ page tweaks*/

  .faq-page #hero .content, .faq #hero .content, .distributors #hero .content, .instructions-videos #hero .content, .support #hero .content, .technical-bulletins-sds #hero .content, .cookie-policy #hero .content, .privacy-policy #hero .content {
    top: 240px;
  }

  .faq-page #hero, .faq #hero, .distributors #hero, .instructions-videos #hero, .support #hero, .technical-bulletins-sds #hero, .cookie-policy #hero, .privacy-policy #hero {
    height: clamp(300px, 30vw, 387px);
    position: relative; 
  }

 .faq-page #hero .img-wrapper, .faq #hero .img-wrapper, .distributors #hero .img-wrapper, .instructions-videos #hero .img-wrapper, .support #hero .img-wrapper, .technical-bulletins-sds #hero .img-wrapper, .cookie-policy #hero .img-wrapper, .privacy-policy #hero .img-wrapper {
    background-color: #48545B;
    height: clamp(300px, 30vw, 387px);
 }

 .faq-page #hero .content article h1, .faq #hero .content article h1, .instructions-videos #hero .content article h1,  .distributors #hero .content article h1, .support #hero .content article h1, .technical-bulletins-sds #hero .content article h1 {
    color: #ededed;
    line-height: 1;
  }

 .faq-page #page-wrapper, .faq #page-wrapper, .instructions-videos #page-wrapper, .technical-bulletins-sds #page-wrapper { /*.support  #page-wrapper, */
    padding-top: 2vw;
    background-color: #CFE8CA;
  }
  .faq-page section.faq-content article, .faq #page-wrapper section article, .instructions-videos #page-wrapper section article, .support #page-wrapper section article, .technical-bulletins-sds #page-wrapper section article {
    padding-bottom: 2vw;
  }

@media all and (max-width: 767px) {

  .faq-page #hero, .faq #hero, .distributors #hero, .instructions-videos #hero, .support #hero, .technical-bulletins-sds #hero {
    height: 210px;
  }

  .faq-page #hero .content, .faq #hero .content, .distributors #hero .content, .instructions-videos #hero .content, .support #hero .content, .technical-bulletins-sds #hero .content {
    top: 110px;
  }

  .faq-page #hero .img-wrapper, .faq #hero .img-wrapper, .distributors #hero .img-wrapper, .instructions-videos #hero .img-wrapper, .support #hero .img-wrapper, .technical-bulletins-sds #hero .img-wrapper {
      height: 210px;
  }

}

/* FAQ text & Layout */

.faq-content p, .faq-content ul, .faq-content ol, .technical-bulletins-sds p, .technical-bulletins-sds ul, .technical-bulletins-sds ol {
  margin-bottom: 1vh;
}

.faq-content h1, .technical-bulletins-sds h1 {
  margin-bottom: 1vh;
  text-transform: lowercase;
  margin-top: 3vh;
}

/* call to action */

#ready-to-buy {
    text-align: center;
    background: #ededed;
    padding-bottom: 3vh;
}

.distributors #ready-to-buy {
    display: none;
}

.btn-ready a {
    background: #2C469B;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: #ededed;
    padding: 14px 20px;
    margin: 3px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

.btn-ready:after {
    content: url('../images/button-drips.svg');
    width: 20px;
    height: 20px;
    margin-left: 4px;
    margin-top: 2px;
    display: inline-block;
}

/*floating CTA */

#floating-btn {
    display: inline-block;
    position: fixed;
    bottom: 50px;
    right: 25%;
    left: 25%;
    z-index: 500;
    text-align: center;
}

/*#floating-btn .btn-ready a {
    background-color: #f87c20;
    color: #ededed;
}

#floating-btn .btn-ready:after {
    content: url('../images/button-drips-floating.svg');
}*/

.mobile #floating-btn { 
   bottom: 30px;
   /*left: 30px; */
}

.mobile .btn-ready a {
    font-size: 4vw;
    padding: 2vw 3vw;
}

/* Footer */

.page-footer {
    background-color: #6c9f40;
    vertical-align: top;
    color: #ededed;
    border-top: 1px solid #ededed;
}

.page-footer li {
    line-height: 1.2;
    margin-bottom: 7px;
}

.page-footer a {
    color: #ededed;
}

.page-footer a:hover {
    color: #ededed99;
}

.full_svg_mask img {
    margin-top: -1px; 
}


.page-footer .footer.content .socialLinks-item {
    display: inline-block;
    margin-right: .5vw;
}

.page-footer .footer.content .socialLinks-item .bg-shape {
    border-radius: 50%;
    background: #48545B;
    text-align: center;
    max-width: 35px;
    max-height: 35px;
    min-width: 24px;
    min-height: 24px;
    width: 2vw;
    height: 2vw;
    padding: 2px;
    position: relative;
}

h3.footer-store-name {
    background: url('../images/accu-cast_logo_white.png') 0 0 no-repeat;
    background-size: 100%;
    text-indent: -999px;
    width: 10vw;
    height: 4vw;
    min-width: 150px;
    min-height: 60px;
    max-width: 200px;
}

.page-footer .footer.content .socialLinks-item .icon--facebook img, .page-footer .footer.content .socialLinks-item .icon--instagram img, .page-footer .footer.content .socialLinks-item .icon--twitter img {
    width: 63%;
}
.page-footer .footer.content .socialLinks-item img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (max-width: 767px) {

  footer .contact-info.col-half, footer .col-third {
    margin-bottom: 1em;
  }

}


/* Page tweaks */

.kits #start {
    margin-top: -15vh; 
    margin-bottom: 2vh;
  }

  .kits #start .col-two-thirds {
    margin-top: 20vh; /* 42vh + 20vh on video = 62vh total. change for mobile */
    margin-bottom: 2vh;
  }

  .kits #start .col-two-thirds .bubble {
    padding:1vw 2vw 1.5vw;
    border-radius: 20px;
    background-color: #CFE8CA;
    margin-bottom: 3vw;
  }

#products img.kit {
    width: 60%;
    margin: 0 auto;
    position: relative;
  }

#products .kit-card {
    position: relative;
}

#products .kit-card:before {
    content: ' ';
    background-image: url(../images/white-circle.svg);
    background-repeat: no-repeat;
    opacity: .4;
    position: absolute;
    width: 51%;
    height: 51%;
    left: 41%;
    top: 20%;
    transform: translate(-50%, -50%);
}

.kits #documents .col-third {
    text-align: center;
  }

.kits #documents .doc-wrapper {
    display: block;
    width: 60%;
    margin: 0 auto 2em;
    padding-top: 2vw;
  }

.kits #documents .doc-wrapper:hover {
    background: #ededed44;
    
    border-radius: 20px;
  }

  .kits #documents h3 {
    line-height: 4.6;
  }

  .kits #documents a h3 {
    color: #ededed;
  }
  .kits #documents a:hover h3 {
    color: #ededed99;
  }

  
  .kits #documents .illo {
    float: none;
    margin: 0 auto;
  }
  .kits #documents .col-third {
    text-align: center;
  }


.lifecasting-kits #what .row {
    max-width: 700px;
    margin: 0 auto;
}

.lifecasting-kits #what h2.need {
    margin-top: 40px;
}

.lifecasting-kits #product h2 {
    margin-bottom: 30px;
}

  .lifecasting-kits #what .bubble {
    padding: 1.5vw;
    background: #ffffff96;
    margin: 0 4vw;
    border-radius: 50px;
  }

  .lifecasting-kits #what .bubble h3 {
    padding-top: .5vw;
    font-size: clamp(16px, 2vw, 1.2em);
  }

.lifecasting-kits #what .illo {
    margin-bottom: 2vw;
    margin-left: 1vw;
  }

  body.kits .gallery {
    padding: 2vw;
    text-align: center;
    border-radius: 2vw;
    background: #48545B55;
}


body.kits .gallery img {
    width: 75%;
    display: inline;
    vertical-align: top;
    border-radius: 1vw;
}

/* Alginates */
.alginates .lozenge {
    background-color: #8fb6e144;
    font-size: clamp(16px, 2vw, 32px);
    font-weight: 600;
    letter-spacing: 0;
    color: #ededed;
    padding: .5vw 2vw 1vw;
    margin: 2vw auto;
    text-align: center;
    /*border-radius: clamp(16px, 2.2vw, 40px);*/
    border-radius: 1vw;
    display: inline-block;
    text-transform: lowercase;
    position: relative;
    left: 3vw;
}

.alginates #layup .lozenge { 
    background-color: #8fb6e144;
    color: #48545B;
}

.alginates #pourable h2, .alginates #layup h2, .casting-materials h2 {
    text-transform: none;
}

.alginates #pourable .text, .alginates #layup .text, .casting-materials .text {
    margin-bottom: 3vw;
    margin-left: 20px;
}

.alginates #pourable .text a, .casting-materials .text a {
    color: #ededed;
}

.alginates #pourable .text a:hover, .casting-materials .text a:hover {
    color: #ededed99;
}

.alginates #layup .text a, .casting-materials #liquistone .text a {
    color: #48545B;
}

.alginates #layup .text a:hover, .casting-materials #liquistone .text a:hover, .ltgreen a:hover {
    color: #48545B99;
}

.alginates #pourable h3 span, .alginates #layup h3 span, .casting-materials h3 span {
    font-weight: 400;
}

.alginates .illo, .casting-materials .illo {
    margin-bottom: 4vw;
    margin-left: 3vw;
}

.alginates img.circle-crop, .casting-materials img.circle-crop {
    border: 4px solid #8fb6e1;
    border-radius: 50%;
    width: 40%;
    margin: 0 auto 1vw;
}

 .alginates img.bags, .casting-materials img.bags {
    width: 80%;
    margin: 0 auto;
}

.alginates .gallery, .casting-materials .gallery {
    padding: 2vw;
    text-align: center;
    border-radius: 2vw;
    background: #CFE8CA55;
}

.alginates #layup .gallery, .casting-materials #liquistone .gallery {
    background: #48545B55;
}

.alginates .gallery img, .casting-materials .gallery img {
    width: 75%;
    display: inline;
    vertical-align: top;
    border-radius: 1vw;
}

#prop65-message {
  display: none;
  color: #48545B;
}
#prop65-message h2 {
  margin-bottom: 1vw;
}

@media all and (max-width: 767px) {

    #products .kit-card {
        margin-bottom: 2.5em;
    }
  
  .kits #documents .col-third {
    width: 100%;
  }

  .alginates .gallery, .casting-materials .gallery {
        display: none;
    }
 
}

.lifecasting-kits section.blue .text, .home section.blue .text {
    margin: 2vw;
}

a.btn-learnmore.order {
    border: none;
    background-color: #4da1ff;
}

a.btn-learnmore.order:hover {
    border: none;
    background-color: #4da1ff99;
}

.sidebar.kit-contains li {
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.3;
  clear: both;
  margin-bottom: 1.5vw;
}

.sidebar.kit-contains li:before {
    content: ' ';
    width: 40px;
    height: auto;
    margin: 0 6px;
    float: left;
}

.sidebar.kit-contains li.alginate-illo:before {
    content: url(../images/alginate-illo.svg);
}

.sidebar.kit-contains li.liquistone-illo:before {
    content: url(../images/liquistone-illo.svg);
}

.sidebar.kit-contains li.moldingbucket-illo:before {
    content: url(../images/moldingbucket-illo.svg);
}

.sidebar.kit-contains li.thermometer-illo:before {
    content: url(../images/thermometer-illo-small-tilted.svg);
}

.sidebar.kit-contains li.document-illo:before {
    content: url(../images/document-illo.svg);
}

.sidebar.kit-contains li.moldingbucket-rect-illo:before {
    content: url(../images/moldingbucket-rect-illo.svg);
}

.sidebar.kit-contains li.dropcloth-illo:before {
    content: url(../images/dropcloth-illo-2.svg);
}

.sidebar.kit-contains li.mixing-stick-illo:before {
    content: url(../images/mixing-stick-illo-2.svg);
}

.sidebar.kit-contains li.clay-illo:before {
    content: url(../images/clay-illo.svg);
}

.sidebar.kit-contains li.bandages-illo:before {
    content: url(../images/bandages-illo.svg);
}
.sidebar.kit-contains li.mountinghook-illo:before {
    content: url(../images/mountinghook-illo.svg);
}
.sidebar.kit-contains li.smock-illo:before {
    content: url(../images/smock-illo.svg);
}

@media only screen and (max-width: 767px) {
    .col-third.sidebar {
        width: 100%;
    }
}





/* Search */

.ac-search {
    position: relative;
}

.search-container, .search-container2 {
    position: absolute;
    top: 29px;
    width: 365px;
    right: 22px;
    display: none;
}

.search-container.active, .search-container2.active {
    display: block;
}

.open-search {
cursor: pointer;
}

body .ss360-custom-search {
    padding: 8px 0 0 !important;
}

@media only screen and (max-width: 767px) {
  .search-container {
    position: static;
    top: 29px;
    width: auto;
    right: 22px;
    display: none;
  }

}

/* Distributors */

body.distributors #start {
  background: #b5cce6;
}

body.distributors .current-location {
    margin: 0 auto;
    position: relative;
}

body.distributors .current-location .wrapper, body.distributors .search-location .wrapper {
    background: #2C469B;
    padding: 20px;
    border-radius: 18px;
    margin: 0 40px;
}

body.distributors .current-location a {
    color: #ededed;
    font-size: clamp(14px, 80%, 16px);
}

body.distributors .current-location a:hover {
    color: #ededed99;
}

body.distributors .current-location .wrapper {
    float: right;
    /*aspect-ratio: 1 / 1;*/
}

body.distributors .current-location img {
    height: 52px;
    width: auto;
    margin: 0 auto 12px;
}
body.distributors .current-location p {
    line-height: 1;
}

body.distributors .search-location .wrapper {
    width: 90%;
    height: 120px;
}

span.or {
    position: absolute;
    right: -15px;
    top: 40%;
    transform: translate(0, -50%);
    font-family: "Arial Black", Gadget, Arial, sans-serif;
    font-size: 26px;
}
body.distributors .current-location .wrapper, body.distributors .search-location .wrapper {
    background: #2C469B;
    padding: 20px;
    border-radius: 18px;
    margin: 0 40px;
}

body.distributors .current-location .wrapper {
    margin: 0 40px 0 0;
}

body.distributors .search-location .wrapper {
  margin: 0 0 0 40px;
 }
  
body.distributors #find-nearest {
    text-align:center;
    width: clamp(350px, 90%, 1100px);
    margin: 0 auto;
}

body.distributors .category-cms {
    padding: 2vw;
    background: #ededed99;
    border-radius: 18px;
}


body.distributors .category-cms p {
    text-align: center;
    margin-bottom: 1em;
}

/*Distributor Finder */

    .only--phone {
        display: block;
    }

    .distributors #next2 {
        display: none;
    }


input#nearest-region {
    border: none;
    font-size: clamp(18px, 1.4vw, 36px);
    font-weight: 600;
    letter-spacing: 0;
    color: #48545B;
    background-color: #8fb6e1;
    padding: 26px .6em;
    margin: 0 auto;
    border-radius: 9px;
    width: 100%;
    outline: none;
    min-height: 80px;
}

input#nearest-region:focus {
    background-color: #ededed;
}

button#findbyregion {
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 600;
  letter-spacing: 0;
  color: #ededed;
  border: none;
  background-color: #48545B;
  padding: 6px 10px;
  margin: 27px 12px;
  text-align: center;
  border-radius: 18px;
  display: inline-block;
  text-transform: lowercase;
  position: relative;
  top: 10%;
  right: -40%;
}

#find-nearest > h1 {
    text-transform: lowercase;
    line-height: 1;
    margin-bottom: 2vw;
}

#input-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto 20px;
}

#find-nearest label, input[id='nearest-region']{
    position: absolute;
    transition: 0.2s ease all;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0);
}

#find-nearest label {
    top: 1em;
    transform: translate(0%, 0%);
    left: 1em;
    font-size: 12px;
    line-height: 1;
    color: #000;
}

/* don't show "order now" button on these pages */
.distributors #floating-btn, .support #floating-btn {
    display: none;
}

#closest-distrib > section, #next2 > section {
    display: inline-block;
    border-radius: 18px;
    margin-bottom: 2vw;
    min-width: 630px;
    padding: 1em;
    background-color: #48545B;
    color: #ededed;
}

#closest-distrib > section a.callthem, #next2 > section a.callthem {
    border: 1px solid #48545B;
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 600;
    letter-spacing: 0px;
    color: #48545B;
    background-color: #ededed;
    padding: 6px 10px;
    margin: 1vw 3px;
    text-align: center;
    border-radius: 18px;
    text-transform: lowercase;
}

#closest-distrib h1 {
    text-transform: none;
}

#closest-distrib a {
    display: inline-block;
    color: #ededed;
}

#closest-distrib a#next2link {
    display: block;
    color: #48545B;
}

#closest-distrib a#next2link:hover {
    color: #48545B99;
}

.distributors #closest-ajax.loading {
    background: #b5cce6 url("../images/loading.gif") no-repeat scroll 50% 50%;
    background-size: contain;
    height: 80px;
    border: 0;
    box-shadow: none;
    opacity: 0.5;
}


@media only screen and (max-width: 767px) {

    #find-nearest > h1 {
        margin-bottom: 4vw;
    }

    body.distributors .current-location .wrapper, body.distributors .search-location .wrapper {
        float: none;
        margin: 0 auto;
    }

    body.distributors .current-location .wrapper {
        aspect-ratio: initial;
        margin: 0 auto 2vw;
    }

    span.or {
        position: relative;
        font-family: "Arial Black", Gadget, Arial, sans-serif;
        font-size: 26px;
        padding: 2vw;
        display: block;
        top: 4vw;
        margin: 0 auto;
        left: 0;
    }

    body.distributors .search-location .wrapper {
        width: 100%;
        margin: 0 auto 2vw;
    }

    #find-nearest label {
        transform: translate(0%, 0%);
        top: .5em;
    }

    #closest-distrib > section, #next2 > section {
        display: inline-block;
        border-radius: 18px;
        margin-bottom: 2vw;
        min-width:revert;
        width: 100%;
        padding: 1em;
    }
}

/* Flex Tables, modified for distributor table
================================== */
.DRtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: relative;
  top: 3px;
  left: 3px;
}
.DRtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px transparent;
  background: transparent;
  margin-bottom: 1em;
}

/* Flex Table column sizing
================================== */

.DRtable--6cols > .DRtable-cell {
  width: 16.6%;
}
.DRtable--6cols > .DRtable-cell:first-child {
  width: 26.6%;
}
.DRtable--6cols > .DRtable-cell:last-child {
  width: 6.6%;
}

.DRtable-cell {
  margin: -3px 0 0.2em -3px;
  background-color: white;
  /*border-color: #cdd2d6;*/
}


.DRtable-cell > h1,
.DRtable-cell > h2,
.DRtable-cell > h3,
.DRtable-cell > h4,
.DRtable-cell > h5,
.DRtable-cell > h6 {
  margin: 0;
  padding: 0;
}


.DRtable-wrapper > .striped:nth-child(odd) .DRtable-cell {
  background-color: #e1e5e8;
}


@media all and (max-width: 767px) {
  .DRtable--collapse {
    display: block;
  }

  .DRtable-wrapper > .striped:first-child {
  display: none;
} 

.DRtable--collapse.striped .DRtable-tr {
    background-color: #ededed;
  } 

  .DRtable--collapse > .DRtable-cell {
    width: 100% !important;
     margin-bottom: 0;
  }
  .DRtable--collapse > .DRtable-cell--head {
    margin-bottom: 0;
  }
  .DRtable--collapse > .DRtable-cell--foot {
    margin-bottom: 1em;
  }
}


.support #ready-to-buy {
    display: none;
}

/* About us */

.about-us .about1 p {
    margin-bottom: 2vw;
}


/* Modal */

.modal {
    display: none;
}

.blocker {
    z-index: 1000;
}



/* Cookie and other fixed notices */

#CookieNotice, #stickyNotice, #stickyNotice2 {
  background: #3f4345;
  color: #ededed;
  padding: 1em;
  line-height: 1.6;
  position: fixed;
  bottom: 0px;
  z-index: 500;
  text-align: center;
  font-size: 14px;
  width: 250px;
  right: 5%;
  border-radius: 18px 18px 0 0;
}

.acceptcookies {
  padding: 4px 12px;
    border-radius: 12px;
    border: none;
}

span.noticetxt {
  font-size: 130%;
  display: block;
}

a.privacylink {
    display: block;
    margin-bottom: 1vw;
    color: #ededed;
    text-decoration: underline;}


#stickyNotice, #stickyNotice2 {
  display: none;
 }

 #announcement {
  background: #f87c20;
  position: relative;
  z-index: 2000;
 }

#announcement p, #announcement a, #announcement .tab {
  color: #ededed;
  font-size: 14px;
}

 #announcement p {
   position: relative;
    width: clamp(90%, 70%, 1240px);
    margin: 0 auto 2px;
    text-align: center;
    padding: 10px 10px 12px;
 }

 #announcement .tab {
  position: absolute;
  top: 22px;
  right: -16px;
  font-size: 24px;
  cursor: pointer;
  line-height: 0;
 }

/* policies */

.cookie-policy p, .privacy-policy p {
  margin-bottom: 1vw;
}

.cookie-policy p strong, .privacy-policy p strong {
  margin-bottom: 0px;

