/*
#484848 - dark gray
#A9A9A9 - gray
#95AFD6 - lightest blue
#21385A - light blue
#082147 - blue
#041226 - dark blue
#00A550 - green
#007336 - dark green
#004B1B - darkest green
#88171A - red
#FDCC99 - peach
#F5823F - orange

font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Yellowtail', cursive;
font-family: 'Zilla Slab', serif;
*/

BODY {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #484848;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8em;
}

IMG {
  border: 0;
  max-width: 100%;
  height: auto;
}

A {
  text-decoration: none;
  transition: all 0.2s;
}

.site-width {
  width: 1028px;
  margin: 0 auto;
}

.site-width:after,
.cf:after {
  content: "";
  display: table;
  clear: both;
}

HEADER {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #082147;
  color: #FFFFFF;
}

HEADER #notice {
  background: #F5823F;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

HEADER #notice A { color: #FFFFFF; }
HEADER #notice A:hover { color: #082147; }

#notice-modal {
  display: none;
  font-size: 16px;
  line-height: 1.5;
}

HEADER .site-width {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

HEADER .logo {
  height: 50px;
  width: auto;
}

HEADER NAV {
  margin-left: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

#nav-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.4em;
}

#menu-top LI { display: inline-block; padding-left: 1em; }

#menu-top LI.tel { border-left: 2px solid #FFFFFF; padding-left: 0.7em; }

#menu-top, #nav-bot {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#nav-bot LI {
  display: inline-block;
  margin-left: 1.2em;
}

#nav-bot LI.jump {
  margin-left: 0;
  color: #A9A9A9;
  font-weight: 600;
  font-style: italic;
  font-size: 80%;
  line-height: 1em;
}

#mobile-tel, #nav-bot LI.contact, #nav-bot LI.sample,
#toggle-menu, LABEL[for="toggle-menu"] { display: none; }

HEADER NAV A:link, HEADER NAV A:visited { color: #FFFFFF; }
HEADER NAV A:hover, HEADER NAV A:active { color: #95AFD6; }

#menu-top A:link, #menu-top A:visited { color: #95AFD6; }
#menu-top A:hover, #menu-top A:active, #menu-top LI.tel A { color: #FFFFFF; }

#hero {
  margin-top: 110px;
  height: 790px;
  background: url(../images/hero.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#hero:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/grid.png);
}

#hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 40px 55px;
  background: rgba(8,33,71,0.8);
  color: #A9A9A9;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
}

#hero-text H1 {
  margin: 0 0 0.75em;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 300%;
  line-height: 1.2em;
  letter-spacing: 0.3em;
  white-space: nowrap;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.header {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 5;
  width: 100%;
  background-image: linear-gradient(to right, #082147, #082147 59%, transparent 59%);
}

.header H2 {
  display: inline-block;
  margin: 0 0 0 217px;
  padding: 0.9em 0.35em 0.9em 0;
  background: #082147;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 41px;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
}

.header H2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -217px;
  transform: translateY(-50%);
  width: 184px;
  height: 184px;
  background: #082147 url(../images/celuka-badge.webp) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
}

.header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.text {
  width: 56%;
  box-sizing: border-box;
  padding: 330px 60px 50px 0;
}

.text STRONG {
  color: #082147;
  font-weight: 900;
}

.text UL {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 86%;
}

.text UL LI {
  line-height: 1.5em;
  padding: 0 0 1em 2.25em;
  position: relative;
}

.text UL LI:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 0.1em;
  left: 0.5em;
  transform: rotate(-20deg);
}

.text .button:link, .text .button:visited {
  display: inline-block;
  width: 200px;
  box-sizing: border-box;
  margin: 0.5em 0 0.5em 1.5em;
  outline: 0;
  border: 5px solid #082147;
  color: #082147;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  padding: 1.1em 0 0.9em;
}

.text .button.pdf:link, .text .button.pdf:visited {
  margin-left: 0;
  background: #082147;
  color: #FFFFFF;
  font-weight: 700;
  padding-left: 2em;
  position: relative;
}

.text .button.pdf .far {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  font-size: 175%;
  line-height: 1em;
}

.text .button:hover, .text .button:active {
  border-color: #95AFD6;
  color: #95AFD6;
}

.text .button.pdf:hover, .text .button.pdf:active {
  background: #95AFD6;
}

.image {
  width: 44%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.image IMG {
  max-width: 100%;
  height: auto;
}

#celuka-trim {
  background-image: linear-gradient(to right, transparent, transparent 66%, #00A550 66%), url(../images/grid.png);
  position: relative;
}

#celuka-trim .header SPAN, #celuka-trim .text UL LI:before { color: #00A550; }

#celuka-trim .text { padding-top: 250px; }

#celuka-trim .image { background: #00A550; padding: 118px 0 40px 40px; }

#ct-chart {
  margin: 25px 20px 50px 50px;
  text-align: center;
}

#ct-chart H3 {
  margin: 0;
  color: #082147;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

#ct-chart H4 {
  margin: 0.25em 0 1em;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

#ct-chart TABLE { width: 100%; border-collapse: collapse; }

#ct-chart TD {
  border: 3px solid #004B1B;
  width: 20%;
  box-sizing: border-box;
  padding: 0.6em 0.25em 0.5em 0.35em;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

#ct-chart TD.t { background: #007336; }

#ct-chart TD.footer {
  border: 0;
  font-size: 8px;
  text-align: left;
}

#ct-chart TD.footer DIV {
  display: inline-block;
  vertical-align: text-top;
  width: 8px;
  height: 8px;
  border: 1px solid #004B1B;
  background: #007336;
  margin-right: 0.5em;
}

#sheets {
  background-image: linear-gradient(to left, transparent, transparent 66%, #00A550 66%), url(../images/grid.png);
  position: relative;
}

#sheets .header {
  background-image: linear-gradient(to left, #082147, #082147 50%, transparent 50%);
}

#sheets .header H2 {
  margin-left: 400px;
  padding-left: 265px;
  padding-right: 0;
  color: #00A550;
}

#sheets .header H2:before { left: 48px; }

#sheets .image { background: #00A550; padding: 100px 75px 0 0; }

#sheets .image .sheets-table { margin-top: 3rem; }

#sheets .header-image {
  left: auto;
  right: 0;
  background-image: url('../images/sheets-header.webp');
}

#sheets .text { padding-right: 0; padding-left: 60px; }

#sheets .text UL LI:before { color: #00A550; }

#millwork {
  background-image: linear-gradient(to right, transparent, transparent 66%, #00A550 66%), url(../images/grid.png);
  position: relative;
}

#millwork .header SPAN, #millwork .text UL LI:before { color: #00A550; }

#millwork .header-image { background-image: url('../images/millwork-header.jpg'); }

#millwork .image { background: #00A550; padding: 220px 0 50px; text-align: right; }

#millwork .image H3 {
  margin: 0 0 0.5em;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.5em;
  text-align: center;
  text-transform: uppercase;
}

#millwork .cycle-slideshow {
  display: inline-block;
  width: 367px;
  margin-right: 33px;
  margin-bottom: 155px;
  position: relative;
}

#millwork .cycle-slideshow IMG { display: none; max-width: 100%; height: auto; }
#millwork .cycle-slideshow IMG:first-of-type { display: block; }

#millwork .cycle-prev, #millwork .cycle-next {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 40px;
  transform: translateY(-50%);
  color: #082147;
  cursor: pointer;
}

#millwork .cycle-prev { right: 104%; }
#millwork .cycle-next { left: 104%; }

#millwork .cycle-prev:before, #millwork .cycle-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70px;
  line-height: 1em;
  content: "\f0d9";
}

#millwork .cycle-next:before { content: "\f0da"; }

#millwork .cycle-caption {
  position: absolute;
  bottom: 0;
  right: 10%;
  color: #082147;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1em;
  margin: 0;
}

#millwork .cycle-caption SPAN { color: #FFFFFF; }

.dim-box,
#millwork .cycle-overlay {
  display: inline-block;
  margin-top: 55px;
  padding: 20px;
  background: #082147;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 8px;
  line-height: 1.4em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

#millwork .cycle-overlay {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-transform: none;
  z-index: 1000;
}

#millwork .cycle-overlay SMALL { font-size: 70%; }

.dim-box H3,
#millwork .cycle-overlay H3 {
  margin: 0;
  font-weight: 800;
  font-size: 166.625%;
  line-height: 1.4em;
}

#millwork .cycle-overlay H3 { letter-spacing: 0.15em; text-transform: none; }

.dim-box H4,
#millwork .cycle-overlay H4 {
  margin: 0;
  font-weight: 500;
  font-size: 133.25%;
  line-height: 1.4em;
}

#millwork .cycle-overlay H4 { letter-spacing: 0.15em; }

.dim-box STRONG { font-weight: 800; }

.dim-box .line,
#millwork .cycle-overlay DIV:first-of-type {
  position: absolute;
  left: 49%;
  bottom: 92%;
  width: 2px;
  height: 90px;
  background: #FFFFFF;
}

#porch-flooring, #fascia {
  background-image: linear-gradient(to left, transparent, transparent 66%, #F5823F 66%), url(../images/grid.png);
  position: relative;
}

#porch-flooring .header, #fascia .header {
  background-image: linear-gradient(to left, #082147, #082147 59%, transparent 59%);
  text-align: right;
}

#porch-flooring .header H2, #fascia .header H2 { padding-left: 265px; padding-right: 0; }

#porch-flooring .header H2:before, #fascia .header H2:before { left: 48px; }

#porch-flooring .header SPAN, #porch-flooring .text UL LI:before,
#fascia .header SPAN, #fascia .text UL LI:before { color: #F5823F; }

#porch-flooring .header-image {
  left: auto;
  right: 0;
  background-image: url('../images/porch-flooring-header.jpg');
}

#fascia .header-image {
  left: auto;
  right: 0;
  background-image: url('../images/fascia-header.jpg');
}

#porch-flooring .text, #fascia .text { padding-right: 0; padding-left: 60px; text-align: right; }

#porch-flooring .text UL, #fascia .text UL { display: inline-block; text-align: left; margin-right: 25%; }

#porch-flooring .image, #fascia .image { background: #F5823F; text-align: center; }

#porch-flooring .image { padding: 230px 40px 50px 0; }
#fascia .image { padding: 200px 40px 50px 40px; }

#stair-risers {
  background-image: linear-gradient(to right, transparent, transparent 66%, #F5823F 66%), url(../images/grid.png);
  position: relative;
}

#stair-risers .header SPAN, #stair-risers .text UL LI:before { color: #F5823F; }

#stair-risers .header-image { background-image: url('../images/stair-risers-header.jpg'); }

#stair-risers .image { background: #F5823F; text-align: center; padding: 160px 89px 50px 107px; }

.size-box {
  display: inline-block;
  width: 255px;
  margin-top: 55px;
  border-top: 2px solid #082147;
  border-bottom: 1px solid #082147;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
  position: relative;
}

.size-box DIV:not(.line) {
  border-top: 1px solid #082147;
  border-bottom: 2px solid #082147;
  border-left: 3px solid #082147;
  border-right: 3px solid #082147;
  padding: 0.5em 0;
}

.size-box DIV:not(.line).sb-header {
  background: #082147;
  font-size: 80%;
  line-height: 1em;
  letter-spacing: 0.25em;
  padding: 0.8em 0 0.72em;
}

.size-box .line {
  position: absolute;
  left: 49%;
  bottom: 98%;
  width: 2px;
  height: 85px;
  background: #FFFFFF;
}

#toggle-process { display: none; }

LABEL[for="toggle-process"], .ribbon {
  display: block;
  height: 92px;
  background: #082147;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.3em;
  cursor: pointer;
  position: relative;
}

.ribbon { cursor: default; }

LABEL[for="toggle-process"] .badge, .ribbon .badge {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 120px;
  height: 120px;
  background: #082147 url(../images/celuka-badge.webp) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
}

LABEL[for="toggle-process"] .badge:before, LABEL[for="toggle-process"] .badge:after,
.ribbon .badge:before, .ribbon .badge:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.ribbon .badge:before, .ribbon .badge:after { background-image: none; }

#toggle-process:checked + LABEL .badge:before, #toggle-process:checked + LABEL .badge:after {
  background-image: url(../images/play-down.png);
}

LABEL[for="toggle-process"] .badge:before {
  content: "WHAT IS THE";
  right: 106%;
  padding-left: 1.8em;
  background-position: left center;
}

LABEL[for="toggle-process"] .badge:after {
  content: "PROCESS?";
  left: 109%;
  padding-right: 1.5em;
  background-position: right center;
}

.ribbon .badge:before { content: "SCROLL FOR MORE"; right: 106%; }
.ribbon .badge:after { content: "PRODUCT LINES"; left: 109%; }

#process {
  display: none;
  background: #00A550;
  color: #FFFFFF;
}

#toggle-process:checked + LABEL + #process { display: block; }

#process .site-width {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

#process .site-width > DIV { width: 63%; }

#process .site-width > DIV H3 {
  margin: 0 0 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  box-sizing: border-box;
}

#process .site-width > DIV H3 SPAN { color: #082147; }

#process .site-width > DIV STRONG { color: #082147; font-weight: 900; }

#process .site-width > DIV .two-col { display: flex; justify-content: space-between; align-items: flex-start; }

#process .site-width > DIV IMG { width: 48%; height: auto; margin-left: 4%; }

#process TABLE { width: 32%; border-collapse: collapse; margin-left: auto; box-sizing: border-box; }

#process TD {
  border: 5px solid #004B1B;
  box-sizing: border-box;
  padding: 12px 8px;
  color: #FFFFFF;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.05em;
}

#process .h TD { font-size: 70%; background: #007336; white-space: nowrap; }

#process TD.f { width: 20%; text-align: center; background: #ABA000; }
#process TD.b { width: 20%; text-align: center; background: #082147; }
#process TD.g { width: 20%; text-align: center; background: #538428; }
#process TD.p { width: 20%; text-align: center; background: #E0D000; }

#greenbuild {
  background-image: linear-gradient(to right, transparent, transparent 66%, #00A550 66%), url(../images/grid.png);
  position: relative;
}

#greenbuild .header SPAN, #greenbuild .text UL LI:before { color: #00A550; }

#greenbuild .text { padding-top: 50px; }

#greenbuild .image { background: #00A550; padding: 100px 0 40px 40px; }

#greenbuild INPUT[type="text"],
#greenbuild INPUT[type="email"],
#greenbuild INPUT[type="tel"] {
  border-color: #082147;
  background: #FFFFFF;
  color: #082147;
}

#greenbuild INPUT[type="submit"] {
  border: 5px solid #082147;
  width: 100%;
  background: #FFFFFF;
  color: #082147;
  font-size: 24px;
  line-height: 1em;
}

#greenbuild INPUT[type="submit"]:hover {
  border-color: #95AFD6;
  color: #95AFD6;
}

#greenbuild-form-messages {
  margin-top: 1em;
  color: #F5823F;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}

#locator {
  background: #082147;
  color: #FFFFFF;
  padding: 55px 0;
}

#locator H2 {
  margin: 0 0 1em;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.3em;
}

#dealers { text-align: center; }

#dealers INPUT[type="text"] {
  width: 33%;
  margin: 0 1em 0 0;
  padding: 0.65em 0.75em 0.629em;
  font-size: 18px;
  line-height: 1em;
}

#dealers INPUT::-webkit-input-placeholder { color: #FFFFFF; text-transform: uppercase; }
#dealers INPUT:-moz-placeholder { color: #FFFFFF; text-transform: uppercase; }
#dealers INPUT::-moz-placeholder { color: #FFFFFF; text-transform: uppercase; }
#dealers INPUT:-ms-input-placeholder { color: #FFFFFF; text-transform: uppercase; }
#dealers INPUT:focus::-webkit-input-placeholder { color: transparent; }
#dealers INPUT:focus:-moz-placeholder { color: transparent; }
#dealers INPUT:focus::-moz-placeholder { color: transparent; }
#dealers INPUT:focus:-ms-input-placeholder { color: transparent; }

#dealers INPUT[type="submit"] {
  border: 0;
  padding: 1.06em 1.2em 1em 1.4em;
  background: #FFFFFF;
  color: #082147;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.2em;
}

#dealers INPUT[type="submit"]:hover { background: #95AFD6; }

#dealer-message {
  color: #A2A2A2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#dealer-map-loc {
  margin: 55px 0;
  display: none;
  position: relative;
}

#dealer-map-loc.show-dealers { display: block; }

#dealer-map {
  width: 60.67%;
  color: #000000;
}

#dealer-map:before {
  content: '';
  display: block;
  padding-top: 100%;
}

#dealer-map H3 { margin: 0; }
#dealer-map H4 { margin: 0; font-weight: 300; }

#dealer-locations {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  overflow-y: auto;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  box-sizing: border-box;
  padding-right: 1em;
}

#dealer-locations::-webkit-scrollbar { width: 8px; }
#dealer-locations::-webkit-scrollbar-track { background: #484848; border-radius: 8px; }
#dealer-locations::-webkit-scrollbar-thumb { background: #F5823F; border-radius: 8px; }

#dealer-locations H2 {
  margin: 0;
  color: #A2A2A2;
  font-weight: 800;
  font-size: 114.28%;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: left;
}

#dealer-locations H3 {
  margin: 1.8em 0 0.1em;
  font-weight: 800;
  font-size: 114.28%;
  line-height: 1.2em;
  text-transform: uppercase;
}

#dealer-locations H3:first-of-type { margin-top: 1.25em; }

#dealer-locations H4 {
  margin: 0.25em 0 0;
  font-weight: 800;
  font-size: 114.28%;
  line-height: 1em;
  text-transform: uppercase;
}

#contact {
  background: #EEEEEE;
  color: #082147;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: 0.3em;
  padding: 2.2em 0;
}

#contact H2 {
  margin: 0 auto 1.5em;
  text-align: center; 
  font-weight: 800;
  font-size: 133.33%;
  line-height: 1em;
  letter-spacing: 0.5em;
}

#contact H3 {
  margin: 1.7em 0 0.9em;
  color: #484848;
  font-weight: 800;
  font-size: 52.63%;
  line-height: 1em;
  letter-spacing: 0.3em;
}

#contact H3:first-of-type { margin-top: 0; }

#contact H4 {
  margin: 1.5em 0 0.7em;
  font-weight: 800;
  font-size: 63.15%;
  line-height: 1em;
  letter-spacing: 0.3em;
}

#contact-sections { display: flex; align-items: center; }

#contact-general {
  width: 54%;
  background: #082147;
  color: #FFFFFF;
  text-align: right;
  box-sizing: border-box;
  padding: 2em 2.5% 2em 2%;
}

#contact-general > DIV { display: inline-block; text-align: left; }

#contact-general H3 { color: #FFFFFF; }

#contact-sales {
  width: 46%;
  box-sizing: border-box;
  padding: 0 2% 0 5%;
}

#contact A { color: #082147; }

#request {
  background: #082147;
  color: #FFFFFF;
  text-align: center;
  padding: 50px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#koma-logo {
  width: auto;
  height: 50px;
}

#request H2 {
  display: inline-block;
  margin: 1em auto;
  border: 5px solid #FFFFFF;
  padding: 0.5em 1em;
  font-weight: 800;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

#request-form #narrow { width: 65%; margin: 0 auto; }

#request-form .radio {
  display: inline-block;
  padding-bottom: 30px;
}

#request-form .radio INPUT[type="radio"] { display: none; }

#request-form .radio LABEL {
  display: inline-block;
  margin-right: 2em;
}

#request-form .radio LABEL:last-of-type { margin-right: 0; }

#request-form .radio LABEL:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #FFFFFF;
  margin-right: 1em;
  cursor: pointer;
}

#request-form .radio LABEL:first-of-type:before { margin-left: 1.5em; }

#request-form .radio INPUT[type="radio"]:checked + LABEL:before {
  background: radial-gradient(#082147, #082147 45%, #FFFFFF 45%, #FFFFFF 100%);
}

#request-form .two-col, #request-form .three-col {
  display: flex;
  justify-content: space-between;
}

#request-form .two-col INPUT { width: 48%; }
#request-form #address { width: 65.34%; }
#request-form #unit { width: 30.66%; }
#request-form .three-col INPUT { width: 30.66%; }

INPUT[type="text"], INPUT[type="email"], INPUT[type="tel"] {
  margin: 0 0 20px;
  outline: 0;
  border: 5px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.2em;
  padding: 0.9em 1.2em 0.8em;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

INPUT::-webkit-input-placeholder { color: #53647F; text-transform: uppercase; }
INPUT:-moz-placeholder { color: #53647F; text-transform: uppercase; }
INPUT::-moz-placeholder { color: #53647F; text-transform: uppercase; }
INPUT:-ms-input-placeholder { color: #53647F; text-transform: uppercase; }
INPUT:focus::-webkit-input-placeholder { color: transparent; }
INPUT:focus:-moz-placeholder { color: transparent; }
INPUT:focus::-moz-placeholder { color: transparent; }
INPUT:focus:-ms-input-placeholder { color: transparent; }

INPUT.alert { border-color: #F5823F; }

INPUT.alert::-webkit-input-placeholder { color: #F5823F; }
INPUT.alert:-moz-placeholder { color: #F5823F; }
INPUT.alert::-moz-placeholder { color: #F5823F; }
INPUT.alert:-ms-input-placeholder { color: #F5823F; }
INPUT.alert:focus::-webkit-input-placeholder { color: transparent; }
INPUT.alert:focus:-moz-placeholder { color: transparent; }
INPUT.alert:focus::-moz-placeholder { color: transparent; }
INPUT.alert:focus:-ms-input-placeholder { color: transparent; }

#kits {
  margin: 30px 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#kits INPUT[type="checkbox"] { display: none; }

#kits LABEL {
  outline: 0;
  border: 5px solid #21385A;
  margin: 0 auto 2em;
  width: 22%;
  padding: 25px 0 15px;
  background: #21385A;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 1em;
  cursor: pointer;
}

#kits LABEL[for="kits-trim"],
#kits LABEL[for="kits-millwork"],
#kits LABEL[for="kits-porch"] { width: 25%; }

#kits LABEL:hover,
#kits INPUT[type="checkbox"]:checked + LABEL { border-color: #FFFFFF; transform: translateY(-10px); }

#kits LABEL IMG { max-width: calc(100% - 20px); }

#kits LABEL .logo { height: 63px; width: auto; margin: 20px 0; }
#kits LABEL[for="kits-windows"] IMG { margin: 32px 0; }
#kits LABEL[for="kits-doors"] IMG { margin: 35px 0; }

#kits LABEL .check {
  display: inline-block;
  margin-top: 20px;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  position: relative;
}

#kits INPUT[type="checkbox"]:checked + LABEL .check:before {
  color: #082147;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%,-50%) rotate(-20deg);
}

#request-form INPUT[type="checkbox"] { display: none; }

#request-form INPUT[type="checkbox"] + LABEL[for="subscribe"] {
  display: inline-block;
  font-size: 150%;
  line-height: 1em;
  margin-bottom: 3em;
  position: relative;
}

#request-form INPUT[type="checkbox"] + LABEL[for="subscribe"]:before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
}

#request-form INPUT[type="checkbox"]:checked + LABEL[for="subscribe"]:after {
  color: #082147;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-48%) rotate(-20deg);
  cursor: pointer;
}

INPUT[type="submit"] {
  display: inline-block;
  outline: 0;
  border: 5px solid #FFFFFF;
  width: auto;
  box-sizing: border-box;
  padding: 0.5em 1.5em 0.4em;
  background: transparent;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.2s;
}

INPUT[type="submit"]:hover { border-color: #95AFD6; color: #95AFD6; }

#request-form-messages {
  margin-top: 2em;
  min-height: 1.4em;
  color: #F5823F;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-transform: none;
}

#resources {
  background: #EEEEEE;
  color: #082147;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  padding: 4em 0 6em;
}

#resources H2 {
  margin: 0 auto 2em;
  text-align: center; 
  font-weight: 800;
  font-size: 200%;
  line-height: 1em;
  letter-spacing: 0.2em;
}

#resources-sections { display: flex; align-items: center; }

#resources-general {
  width: 46%;
  background: #082147;
  color: #FFFFFF;
  text-align: right;
  box-sizing: border-box;
  padding: 3.2em 2.5% 3.1em 2%;
  line-height: 2em;
  letter-spacing: 0.1em;
}

#resources-links {
  width: 54%;
  box-sizing: border-box;
  padding: 0 2% 0 2%;
}

#resources-links A:link, #resources-links A:visited {
  color: #082147;
  text-decoration: underline;
  line-height: 1em;
}

#resources-links A:hover, #resources-links A:active {
  color: #95AFD6;
  text-decoration: underline;
}

#resources-links A:before {
  display: inline-block;
  margin: 0.2em 0.3em 0.2em 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 150%;
  line-height: 1em;
  content: "\f1c1";
  vertical-align: middle;
  position: relative;
  top: -1px;
}

#razor {
  font-size: 0;
  line-height: 1em;
  text-align: center;
  background-image: linear-gradient(to right, #222222, #222222 50%, #E33625 50%);
}

FOOTER {
  padding: 4em 2%;
  background: #041226;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}




@media only screen and (max-width: 1050px) {
  .site-width { width: 96%; }

  .header { background-image: linear-gradient(to right, #082147, #082147 66%, transparent 66%); }

  .header H2 { font-size: 3.9vw; }
  .header H2 { margin-left: 20.65vw; }
  .header H2:before { left: -20.65vw; width: 17.5vw; height: 17.5vw; }

  .header-image { height: 24.7vw; }

  .text { padding-top: 33.3vw; }

  #celuka-trim .text { padding-top: 23.8vw; }

  #celuka-trim .image { padding-left: 3%; }

  #millwork .cycle-slideshow { width: 80%; }

  #sheets .header H2 { margin-left: 36vw; padding-left: 25.238vw; }

  #sheets .header H2:before { left: 4vw; }

  #porch-flooring .header, #fascia .header { background-image: linear-gradient(to left, #082147, #082147 66%, transparent 66%); }

  #porch-flooring .header H2, #fascia .header H2 { padding-left: 25.2vw; }
  
  #porch-flooring .image { padding-right: 4%; }

  #stair-risers .image { padding: 170px 3% 50px 5%; }

  #fascia .image { padding: 200px 0 50px; }

  .size-box { width: auto; }
  .size-box DIV:not(.line).sb-header { padding: 0.8em 2em 0.72em; }

  #process .site-width > DIV H3 { font-size: 3vw; }

  #kits LABEL { padding: 2.4vw 0 1.44vw; font-size: 1.6vw; }
}

@media only screen and (max-width: 1000px) {
  #nav-bot LI.jump { display: none; }
  #menu-top LI:nth-of-type(2) { padding-left: 0; }

  #celuka-trim .image { padding-top: 200px; }

  #ct-chart { margin: 25px auto 50px; }
}

@media only screen and (max-width: 900px) {
  #hero { height: auto; }
  #hero:before { content: ""; display: block; padding-top: 53%; }
  #hero-text { padding: 4vw 5.4vw; }
  #hero-text H1 { font-size: 3vw; }

  #request-form #narrow { width: 80%; }
}

@media only screen and (max-width: 850px) {
  HEADER NAV { width: 66%; }
  
  #nav-top { margin-bottom: 0.4em; justify-content: flex-start; }

  #nav-bot LI { margin: 1em 1.2em 0 0; }

  #ct-chart TD { font-size: 1.18vw; }

  #resources-general { width: 40%; }
  #resources-links { width: 60%; }
}

@media only screen and (max-width: 750px) {
  .site-width { width: 88%; }

  HEADER .logo { height: 66px; }

  HEADER NAV { text-align: right; }

  #nav-top, #nav-bot { display: none; }

  #mobile-tel {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    transform: rotate(90deg);
    margin-right: 45px
  }

  #mobile-tel:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 52px;
    line-height: 1em;
    content: "\f095";
  }

  LABEL[for="toggle-menu"] {
    outline: 1px solid #082147;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transform: rotate(180deg);
  }

  LABEL[for="toggle-menu"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 70px;
    line-height: 1em;
    content: "\f0c9";
    position: relative;
    top: -5px;
  }

  LABEL[for="toggle-menu"]:hover { color: #95AFD6; }

  #toggle-menu:checked + LABEL[for="toggle-menu"]:after {
    content: "\f00d";
  }

  #toggle-menu:checked + LABEL + #nav-bot {
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    background: rgba(8,33,71,0.9);
  }

  #nav-bot LI {
    display: block;
    margin: 0.8em 6%;
    font-size: 36px;
    line-height: 1.2em;
    letter-spacing: 0.25em;
    text-align: center;
  }

  #nav-bot LI.jump {
    display: block;
    margin: 3em 6% 2em;
    font-size: 18px;
    line-height: 1em;
  }

  #nav-bot LI.contact, #nav-bot LI.sample { display: block; margin: 0.8em 6%; }

  #nav-bot LI.sample { margin-bottom: 1.5em; }

  #nav-bot LI.sample A:link, #nav-bot LI.sample A:visited { color: #95AFD6; }
  #nav-bot LI.sample A:hover, #nav-bot LI.sample A:active { color: #FFFFFF; }

  #nav-bot LI A { display: block; }

  #hero:before { padding-top: 110%; }
  #hero-text H1 { font-size: 4vw; }

  .header, #sheets .header, #porch-flooring .header, #fascia .header {
    top: 9.1vw;
    background-image: linear-gradient(to right, #082147, #082147 94%, transparent 94%);
  }

  #sheets .header, #porch-flooring .header, #fascia .header { text-align: left; }

  .header H2, #sheets .header H2, #porch-flooring .header H2, #fascia .header H2 {
    background: transparent;
    font-size: 4.6vw;
    margin-left: 28vw;
  }

  #sheets .header H2, #porch-flooring .header H2, #fascia .header H2 { padding-left: 0; }

  .header H2:before, #sheets .header H2:before, #porch-flooring .header H2:before, #fascia .header H2:before {
    left: -28vw;
    width: 25.2vw;
    height: 25.2vw;
  }

  .header-image { width: 100%; height: 34.66vw; }

  .flex { flex-direction: column; width: 100%; }

  .text, .image {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    box-sizing: border-box;
  }

  .text { padding-top: 42.66vw; font-size: 18px; line-height: 1.6em; }

  .text UL { font-size: 100%; }
  .text UL LI { padding-bottom: 0.5em; }

  .text .button:link, .text .button:visited {
    width: 47.8%;
    font-size: 2vw;
    white-space: nowrap;
    padding: 1.22em 0;
  }

  .image { text-align: center; }
  .image IMG { max-width: 82%; }

  #celuka-trim, #sheets, #millwork,
  #porch-flooring, #stair-risers, #fascia { background-image: url(../images/grid.png); background-size: 350%; }
  
  #celuka-trim .text { padding-top: 35.6vw; }

  #celuka-trim .image { padding: 10.7vw 6% 5.3vw; }

  #ct-chart H3 { font-size: 1.4vw; }
  #ct-chart H4 { font-size: 2.9vw; }

  #ct-chart TABLE { width: 65%; margin: 0 auto; }
  #ct-chart TD { font-size: 1.6vw; }

  #millwork .image { padding: 10.7vw 1% 8vw; text-align: center; }

  #millwork .image H3 { font-size: 4vw; }

  #millwork .cycle-slideshow { margin-right: 0; }

  #millwork .cycle-prev, #millwork .cycle-next { width: 22px; height: 57px; }
  #millwork .cycle-prev:before, #millwork .cycle-next:before { font-size: 100px; }

  #millwork .cycle-overlay { margin-top: 40px; }

  .dim-box, #millwork .cycle-overlay { font-size: 12px; }
  #millwork .cycle-overlay H3 { font-size: 166.625%; }

  #sheets .flex, #porch-flooring .flex, #fascia .flex { flex-direction: column-reverse; }

  #sheets .text, #porch-flooring .text, #fascia .text { padding-right: 6%; padding-left: 6%; text-align: left; }

  #sheets .image, #porch-flooring .image, #fascia .image { padding: 10.7vw 6%; }

  #stair-risers .image { padding: 10.7vw 6%; }

  .size-box { font-size: 3vw; }
  .size-box DIV:not(.line).sb-header { padding: 0.8em 3em 0.72em; }
  
  #process .site-width { flex-direction: column; }
  #process .site-width > DIV { width: 100%; }

  #process .site-width > DIV H3 { font-size: 4.3vw; text-align: center; }

  #process TABLE { width: 100%; margin-top: 2em; }

  #dealers INPUT[type="text"] { width: 40%; }

  #dealer-map-loc { margin-bottom: 0; }

  #dealer-map { width: 100%; }

  #dealer-locations {
    margin-top: 3em;
    position: static;
    width: 100%;
    height: 66vw;
  }

  #request { font-size: 1.7vw; }

  #request H2 { width: 100%; box-sizing: border-box; font-size: 4.1vw; }

  #request-form #narrow { width: 100%; }

  #kits { margin: 3em 0 1.5em; }

  #kits LABEL,
  #kits LABEL[for="kits-trim"],
  #kits LABEL[for="kits-millwork"],
  #kits LABEL[for="kits-porch"] { margin: 0 0 6vw; width: 45%; font-size: 3vw; }

  #newline { height: 1px; width: 100%; }

  #kits LABEL[for="kits-porch"], #kits LABEL:last-of-type { margin: 0 auto 6vw; }

  #kits LABEL .logo { height: 81px; }

  INPUT[type="submit"] { font-size: 4.1vw; }
}

@media only screen and (max-width: 700px) {
  #contact-sections, #resources-sections { flex-direction: column; }

  #contact-general, #resources-general { width: 100%; text-align: center; margin-bottom: 2em; }
  #contact-general > DIV { text-align: center; }

  #contact-sales { width: 100%; text-align: center; }

  #resources-links { width: 100%; }
}

@media only screen and (max-width: 600px) {
  #nav-bot LI,
  #nav-bot LI:first-of-type, #nav-bot LI:nth-of-type(2) { font-size: 6vw; }
  #nav-bot LI.header { font-size: 3vw; }

  #ct-chart H3 { font-size: 2vw; }
  #ct-chart H4 { font-size: 3.5vw; }

  #ct-chart TABLE { width: 100%; }
  #ct-chart TD { font-size: 2.5vw; }

  LABEL[for="toggle-process"] { font-size: 2.7vw; }

  .ribbon { font-size: 2.2vw; }
  
  #process .site-width > DIV H3 { font-size: 32px; }
  #process .site-width > DIV .two-col { flex-direction: column; }
  #process .site-width > DIV IMG { width: 100%; margin: 2em 0 0; }

  #dealers INPUT[type="text"] { width: 100%; margin: 0 0 1em; text-align: center; }
  #dealers INPUT[type="submit"] { width: 100%; }

  INPUT[type="text"], INPUT[type="email"], INPUT[type="tel"] { font-size: 2.5vw; }
  
  #request-form .two-col, #request-form .three-col { flex-direction: column; }
  #request-form .two-col INPUT, #request-form #address,
  #request-form #unit, #request-form .three-col INPUT { width: 100%; }
}

@media only screen and (max-width: 480px) {
  #mobile-tel { width: 10vw; height: 10vw; margin-right: 20%; }
  #mobile-tel:after { font-size: 10vw; }

  LABEL[for="toggle-menu"] { width: 10vw; height: 10vw; }
  LABEL[for="toggle-menu"]:after { font-size: 13vw; }

  .text .button:link, .text .button:visited { width: 100%; margin-left: 0; font-size: 4vw; }

  .size-box { font-size: 4vw; }

  LABEL[for="toggle-process"] { font-size: 2.4vw; }

  #request { font-size: 3vw; }

  #request H2 { font-size: 6vw; }
  
  #request-form .radio { text-align: left; }
  #request-form .radio LABEL { display: block; margin-right: 0; padding: 0.5em 0; }
  #request-form .radio LABEL:first-of-type { padding-top: 1em; }
  #request-form .radio LABEL:first-of-type:before { margin-left: 0; }

  INPUT[type="text"], INPUT[type="email"], INPUT[type="tel"] { font-size: 3vw; }

  #kits LABEL,
  #kits LABEL[for="kits-trim"],
  #kits LABEL[for="kits-millwork"],
  #kits LABEL[for="kits-porch"] {
    width: 100%;
    padding: 1em 0 0.5em;
    font-weight: 800;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
  }

  #kits LABEL .logo { height: 100px; }
}