* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

.anchor {
  display: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

section {
  min-width: 100%;
  padding: calc(10vh + 5em) 0;
  overflow-x: hidden; }
  @media (max-width: 650px) {
    section {
      padding: 12rem 0 2rem 0; } }
  section.full {
    min-height: calc(100vh - 5rem); }

article {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto; }
  article p {
    margin-bottom: 2rem; }
  article *:last-child {
    margin-bottom: 0; }

.contained {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto; }

._row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

._col {
  display: flex;
  flex-direction: column; }

._full {
  width: 100%; }

._1-2 {
  width: 50%; }

._1-3 {
  width: 33%;
  width: calc(100% / 3); }

._2-3 {
  width: 66.666%;
  width: calc(100% / 3 * 2); }

._1-4 {
  width: 25%; }

._3-4 {
  width: 75%; }

@media (max-width: 1100px) {
  ._1-3, ._1-4 {
    width: 50%; }

  ._2-3, ._3-4, ._solo {
    width: 100%; } }
@media (max-width: 650px) {
  ._1-2, ._1-3, ._1-4 {
    width: 100%; } }
hr {
  content: ' ';
  margin-top: 5vh; }

.-nomar {
  margin: 0; }

.-nopad {
  padding: 0; }

.-nopad-b {
  padding-bottom: 0; }

.-island {
  padding: 10vh 2rem; }

.-center {
  text-align: center; }

.-white {
  background: #FFF;
  color: #333333; }

.-ltgrey {
  background: #EEE;
  color: #333333; }

.-main {
  background: #6571b7;
  color: #FFF; }

.-main-low {
  background: #d4d8e5;
  color: #333333; }

.residential {
  color: #337577; }

.designer {
  color: #003063; }

.thermal {
  color: #d6982f; }

.specialty {
  color: #7c2353; }

.architectural {
  color: #028ba3; }

.commercial {
  color: #3b3251; }

.thermal-com {
  color: #669900; }

.framing {
  color: #a12116; }

.hardware {
  color: #afb1b3; }

h1, h2, h3 {
  line-height: 1.125em;
  margin-bottom: 2rem; }
  @media (max-width: 650px) {
    h1, h2, h3 {
      margin-bottom: 1em; } }

h1 {
  font-size: 3rem;
  text-align: center;
  margin: 4rem 0 0 0; }
  @media (max-width: 650px) {
    h1 {
      font-size: 2rem;
      margin-bottom: 1rem; } }

h2 {
  font-size: 2rem;
  text-align: center;
  color: #6571b7; }
  @media (max-width: 650px) {
    h2 {
      font-size: 1.75rem; } }

h3 {
  font-size: 1.5rem;
  line-height: 1.66em; }

h4 {
  font-size: 1.125em; }

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5em; }

.tabular {
  margin: 0 0 1rem 0; }
  .tabular tr {
    padding: .5rem 0;
    border-bottom: 1px solid currentColor; }
    .tabular tr td:first-child {
      margin-right: 1.5rem;
      min-width: 8rem; }
      @media (max-width: 650px) {
        .tabular tr td:first-child {
          min-width: 3.25rem; } }

.--minor {
  margin-top: 1.5rem; }

.--big {
  font-size: 1.25em;
  line-height: 1.6125em; }
  @media (max-width: 650px) {
    .--big {
      font-size: 1rem; } }

.btn {
  display: inline-block;
  margin-top: .5em;
  padding: .25em .5em;
  border: 1px solid currentColor;
  border-radius: .125em;
  text-decoration: none;
  background: transparent;
  transition: ease-in-out,all,.2s; }
  .btn:hover {
    background: rgba(51, 51, 51, 0.15); }

html, body {
  width: 100%;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333333; }

main {
  min-height: 95%; }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #DDD;
  background: #FFF; }
  @media (max-width: 650px) {
    header {
      flex-wrap: wrap; } }

.logo {
  margin-right: auto;
  padding: 0 1.5rem;
  overflow: hidden;
  align-self: flex-start;
  order: 1; }
  .logo span {
    display: inline-block;
    float: left;
    padding-top: 1.5rem;
    margin-left: 1.5rem;
    font-weight: bold;
    text-align: left;
    line-height: 1em; }
  .logo img {
    display: inline-block;
    height: 2.5rem;
    float: left;
    margin-top: 1.25rem; }
  @media (max-width: 1100px) {
    .logo {
      padding: 0 1rem 0 1.5rem; } }
  @media (max-width: 650px) {
    .logo {
      display: block;
      margin: 0;
      width: 100%;
      height: 5rem;
      border-bottom: 1px solid #EEE;
      text-align: center; }
      .logo img, .logo span {
        float: none; } }
  @media (max-width: 400px) {
    .logo span {
      display: none; } }

nav {
  float: right;
  order: 2; }
  nav li {
    transition: ease-in-out,all,.2s;
    float: left; }
    nav li a {
      display: inline-block;
      padding: 0 1.5rem;
      line-height: 5rem; }
    nav li:hover {
      background: white; }
  @media (max-width: 1100px) {
    nav {
      order: 3; }
      nav.closed ul {
        display: none; }
      nav.closed li a {
        padding: 0 1rem; }
      nav.open .menukey {
        background: #6571b7; }
        nav.open .menukey svg {
          fill: #FFF; }
      nav.open .mainmenu {
        border: 1px solid rgba(51, 51, 51, 0.25); }
      nav.open ul {
        display: block;
        position: absolute;
        right: 0;
        width: 10rem; }
        nav.open ul li {
          display: inline-block;
          width: 100%;
          background: #EFEFEF;
          text-align: right; }
          nav.open ul li a {
            width: 100%;
            padding: .75rem 1.5rem;
            line-height: 2rem; }
            nav.open ul li a:hover {
              background: #6571b7;
              color: #FFF; }
          nav.open ul li:nth-child(2n+1) {
            background: #f7f8fb; } }
  @media (max-width: 650px) {
    nav.open .mainmenu {
      border: 0; }
    nav.open ul {
      width: 100%;
      height: 100vh;
      background: rgba(51, 51, 51, 0.25); }
      nav.open ul li {
        text-align: center; }
        nav.open ul li a {
          font-size: 1.25em; } }
  nav a.active {
    color: #6571b7;
    font-weight: bold; }

.menukey {
  display: none; }
  .menukey svg {
    height: 1.5rem; }
  @media (max-width: 1100px) {
    .menukey {
      display: inline-block;
      height: 5rem;
      padding: 1.75rem;
      border-left: 1px solid #DDD; }
      .menukey:hover {
        background: #EEE; } }
  @media (max-width: 650px) {
    .menukey {
      height: 3.5rem;
      padding: 1rem;
      background: #DDD; } }

.contact-bar {
  display: block;
  padding: 0 1.5rem;
  order: 3;
  line-height: 5rem;
  font-weight: bold;
  border-left: 1px solid #DDD; }
  .contact-bar:hover {
    background: #EEE; }
    .contact-bar:hover svg path {
      fill: #6571b7; }
  .contact-bar svg {
    margin-bottom: -3px;
    height: 1rem;
    width: 1rem; }
  @media (max-width: 1100px) {
    .contact-bar {
      order: 2; } }
  @media (max-width: 650px) {
    .contact-bar {
      line-height: 3.5rem;
      padding: 0 1rem;
      margin-right: auto; } }

.submenu {
  position: absolute;
  max-height: 0;
  overflow: hidden; }

.home-slider {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100vh;
  text-align: center;
  background: #B4DA55;
  overflow: hidden; }
  .home-slider .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    .home-slider .slide figure {
      position: absolute;
      bottom: 3.5rem;
      left: 2.5rem;
      width: calc(100% - 5rem);
      padding-bottom: 1em;
      font-size: 3rem;
      line-height: 1.125em;
      font-weight: bold;
      text-align: center;
      text-shadow: 1px 2px 15px rgba(51, 51, 51, 0.25);
      color: #FFF; }
      @media (max-width: 400px) {
        .home-slider .slide figure {
          font-size: 2rem; } }
  .home-slider .ctrl {
    position: absolute;
    bottom: 1rem;
    z-index: 900;
    padding: 2rem;
    font-size: 3rem;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    transition: ease-in-out,all,.25s; }
  .home-slider .prev {
    left: 0; }
    .home-slider .prev:hover {
      transform: translateX(-0.5rem); }
  .home-slider .next {
    right: 0; }
    .home-slider .next:hover {
      transform: translateX(0.5rem); }
  .home-slider .doormat {
    font-size: 1.25rem;
    bottom: .75rem;
    font-weight: normal;
    transform: translateX(-50%); }

.card {
  padding: 1.75rem; }

.stack {
  padding: 0 1.75rem 1.75rem 0; }

@media (max-width: 1100px) {
  .stack {
    padding: 1rem; } }
@media (max-width: 650px) {
  .card {
    padding: 1rem; } }
.listings h2 {
  text-align: left;
  border-bottom: 5px solid currentColor; }

.product-list {
  margin: 1rem 0;
  padding-left: 2rem; }
  .product-list li {
    list-style: disc;
    padding: .25rem 0; }

.brands {
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .brands a {
    height: 7rem;
    padding: 1rem;
    display: block;
    text-align: center; }
  .brands img {
    height: 5rem; }
  @media (max-width: 1100px) {
    .brands {
      flex-direction: row;
      flex-wrap: wrap; } }

.cta {
  width: 100%;
  min-height: 15vh;
  background: #595959;
  align-items: center;
  justify-content: center;
  font-size: 1.375em;
  line-height: 1.125em;
  text-align: center;
  color: #FFF; }
  .cta span {
    display: block; }
  @media (max-width: 650px) {
    .cta {
      padding: 1.5rem;
      font-size: 1.25rem; } }

footer {
  width: 100%;
  padding: 2em;
  text-align: center;
  color: #FFF;
  background: #333333; }

/*# sourceMappingURL=base.css.map */
