@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css | Prefixed by https://autoprefixer.github.io */html{-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

html {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  color: #757575;
}

article {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

h1, h2, .info-panel h2 a, .american-made-products h2 a, h3, .luxhome-seating .member-page-photo-gallery h5 {
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 500;
	letter-spacing: 2px;
  margin: 0;
}

p, .info-panel ul {
  margin: 5% 0;
}

p, ol, ul, label {
  font-size: 1.56rem;
	line-height: 1.6;
	letter-spacing: 0.8px;
}

@media (max-width: 1200px) {
  p, ol, ul, label {
    font-size: 1.5rem;
  }
}

a, button.search {
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  -webkit-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

button.search {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  color: #fff;
  width: 100%;
  height: auto;
}

.max {
  max-width: 100%;
  width: auto;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.underline-red {
  text-decoration: underline !important;
  color: #be4e2b !important;
}

.underline-red:hover {
  color: #933c20 !important;
}

.text-center, .resource-list {
  text-align: center;
}

.nowrap, .builder-resources a, button.nav-link, a.nav-link {
  white-space: nowrap;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

.niwa-logo svg path, footer svg path, .niwa-furniture-expo-banner svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.w100 {
  width: 100% !important;
}

.w100-900 {
  width: 100% !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5%;
}

.mb30 {
  margin-bottom: 30px;
}

.mr0-auto {
  margin-right: 0 !important;
}

.mt0-6 {
  margin-top: 0 !important;
}

@media (max-width: 1200px) {
  .w100-900 {
    max-width: 900px !important;
  }
  
  .mr0-auto {
    margin-right: auto !important;
  }
  
  .mt0-6 {
    margin-top: 6% !important;
  }
}

/* ------------------------------------------------------ Header Navigation ------------------------------------------------------ */

#niwa-logo {
  display: none;
}

.niwa-logo {
  position: absolute;
  left: 5%;
  top: 10px;
}

.niwa-logo svg {
  height: 30px;
  width: auto;
}

.niwa-logo:hover svg path {
  fill: #f4a110;
}

.homepage-navigation.navigation {
  background: -o-linear-gradient(left, transparent 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.7) 100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.7)));
  background: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.7) 100%);
  position: absolute;
}

.homepage-navigation-open.navigation {
  background: #4677b4;
}

.navigation {
  background: #4677b4;
  padding-right: 5%;
  width: 95%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
}

header nav {
  max-width: 1400px;
  width: calc(90% - 150px);
}

header nav ul, footer nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav a, button.search, footer nav a {
  color: #fff;
  font-size: 1.25rem;
  line-height: 50px;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

header nav a:hover, header nav button:hover, footer nav a:hover {
  color: #f4a110;
}

@media (max-width: 1600px) {
  header nav a, button.search, footer nav a {
    font-size: 1.1rem;
  }
}

@media (max-width: 1400px) {
  header nav a, button.search, footer nav a {
    font-size: 1rem;
  }
}

#menu-icon {
  position: absolute;
  right: 5%;
  top: 11px;
  display: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#menu-icon span {
  display: block;
  width: 43px;
  height: 4px;
  margin-bottom: 8px;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.close span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
      -ms-transform: rotate(45deg) translate(-8px, -8px);
          transform: rotate(45deg) translate(-8px, -8px);
}

.close span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  .navigation {
    padding-right: 0;
    width: 100%;
    z-index: 2;
  }
  
  #menu-icon {
    display: block;
  }

  header nav {
    max-width: 100%;
    width: 100%;
  }

  #main-nav-wrap {
    top: 50px;
    background-color: #eff3f9;
    height: calc(100vh - 90px);
    height: calc(100svh - 90px);
    width: 100%;
    padding: 10px 0 30px 0;
    position: absolute;
    display: none;
    z-index: 2;
  }

  .main-nav {
    width: 100%;
    height: 100%;
    max-height: 800px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  header nav a, button.search {
    font-size: 1.4rem;
    color: #4677b4;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 1200px) and (max-height: 700px) {
  #main-nav-wrap {
    height: calc(100vh - 50px);
    height: calc(100svh - 50px);
    padding: 0;
  }

  .main-nav {
    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
    max-height: none;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  header nav a, button.search {
    font-size: 1.2rem;
    line-height: 2;
  }
}

@media (max-width: 1200px) and (max-height: 600px) {
  header nav a, button.search {
    font-size: 1rem;
  }
}

@media (max-width: 1200px) and (max-height: 500px) {
  .main-nav {
    height: calc(100vh - 75px);
    height: calc(100svh - 75px);
    padding-bottom: 15px;
  }
  
  header nav a, button.search {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

@media (max-width: 1200px) and (max-height: 400px) {
  header nav a, button.search {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}

@media (max-width: 1200px) and (max-height: 300px) {
  .main-nav {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    padding-top: 5px;
    padding-bottom: 10px;
  }
  
  header nav a, button.search {
    font-size: 0.7rem;
  }
}

@media (max-width: 1200px) and (max-height: 210px) {
  .main-nav {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    display: block;
    width: 300px;
    max-width: 100%;
    margin: auto;
  }
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

/* ------------------------------------------------------ Footer ------------------------------------------------------ */

footer {
  background-color: #4677b4;
  width: 100%;
  padding-top: 5%;
}

footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: auto;
}

footer nav div:nth-of-type(1) {
  width: 25%;
}

footer nav div:nth-of-type(2) {
  width: 70%;
}

footer nav div:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70%;
  margin-left: 30%;
  margin-top: -30px;
}

.northern-indiana-woodcrafters-association-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.northern-indiana-woodcrafters-association-logo svg {
  height: 85px;
  width: auto;
  float: left;
}

@media (max-width: 600px) {
  .northern-indiana-woodcrafters-association-logo svg {
    height: auto;
    width: 100%;
  }
}

.youtube-icon path, .northern-indiana-woodcrafters-association-logo path {
  fill: #fff;
}

.youtube-icon:hover path, .northern-indiana-woodcrafters-association-logo:hover path {
  fill: #f4a110;
}

@media (max-width: 1200px) {
  footer nav {
    display: block;
  }

  footer nav div:nth-of-type(1), footer nav div:nth-of-type(2), footer nav div:nth-of-type(3) {
    width: 100%;
    margin-top: 10px;
  }
  
  footer nav div:nth-of-type(2) {
    margin-top: 20px;
  }
  
  footer nav div:nth-of-type(3) {
    margin-left: 0;
    margin-top: 5px;
  }
}

@media (max-width: 980px) {
  footer nav ul {
    display: block;
    max-width: 680px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  
  footer nav div:nth-of-type(3) {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 980px) {
  footer nav ul {
    display: block;
    max-width: 680px;
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  
  footer nav div:nth-of-type(3) {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  footer nav a {
    font-size: 1.25rem;
  }
  
  footer nav ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.email-list-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 90%;
  margin: 5% auto 0 auto;
  padding-top: 5%;
  padding-bottom: 6%;
  border-top: 1px solid #fff;
}

.email-list-search section:nth-of-type(1) {
  min-width: 780px;
}

.email-list-search section:nth-of-type(2) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-left: 5%;
}

@media (max-width: 1600px) {
  .email-list-search {
    display: block;
  }
  
  .email-list-search section:nth-of-type(2) {
    margin-top: 5%;
    margin-left: 0;
  }
  
  .email-list-search section:nth-of-type(1), .email-list-search section:nth-of-type(2) {
    min-width: 100%;
    width: 100%;
  }
}

footer h2 {
  font-size: 2.5rem;
}

footer p {
  font-size: 1.4rem;
  margin: 20px 0 30px 0;
}

footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-email-list, .footer-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.footer-email-list, .footer-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.footer-email-list div, .footer-search div {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

footer .mc-field-group, .footer-search div:nth-of-type(1), .footer-search div:nth-of-type(1) {
  width: calc(100% - 200px);
}

.footer-email-list div:last-of-type, .footer-search div:nth-of-type(2) {
  width: 170px;
}

footer input {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #495057;
  margin: 0;
  border: 0;
  border-radius: 0.3em;
  width: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  background: #fff;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 720px) {
  footer form {
    display: block;
  }
  
  footer input, footer .submit-button, #search-button, .footer-email-list div, .footer-email-list div:last-of-type, .footer-search div:nth-of-type(1), .footer-search div:nth-of-type(2) {
    width: 100%;
  }
  
  .footer-email-list div:last-of-type, .footer-search div:nth-of-type(2) {
    margin-top: 25px !important;
  }
}

footer ::-webkit-input-placeholder {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #9fa5b0;
}

footer ::-moz-placeholder {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #9fa5b0;
}

footer :-ms-input-placeholder {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #9fa5b0;
}

footer ::-ms-input-placeholder {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #9fa5b0;
}

footer ::placeholder {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #9fa5b0;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dfe8f3;
  text-align: center;
  width: 90%;
  padding: 0 5%;
}

.copyright div:nth-of-type(1) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.copyright div:nth-of-type(2) {
  width: 45px;
}

.copyright p, .copyright a {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #3d699e;
  text-decoration: none;
}

.copyright a:hover {
  color: #618cc1;
}

@media (max-width: 800px) {
  .copyright {
    display: block;
    padding: 5%;
  }
  
  .copyright div:nth-of-type(2) {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 720px) {
  .copyright a {
    margin-top: 15px;
    display: block;
  }
  
  .copyright span {
    display: none;
  }
}

a.back-to-top {
  line-height: 1;
}

.back-to-top svg {
  width: 100%;
  height: auto;
}

.back-to-top:hover path {
  fill: #4677b4;
}

/* ------------------------------------------------------ Homepage ------------------------------------------------------ */

.american-hardwood-furniture {
  background-color: #76492c;
  background-image: url("../images/homepage/NIWA-Amish-Furniture-Dining-Room-Table-Top.jpg");
  background-size: cover;
  width: 90%;
  padding: 170px 5% 150px 5%;
  min-height: calc(100vh - 320px);
  color: #fff;
}

@media (max-width: 1600px) {
  .american-hardwood-furniture {
    background-image: url("../images/homepage/american-hardwood-furniture/2000/NIWA-Amish-Furniture-Dining-Room-Table-Top.jpg");
  }
}

@media (max-width: 1100px) and (orientation: portrait) {
  .american-hardwood-furniture {
    background-image: url("../images/homepage/american-hardwood-furniture/1300/NIWA-Amish-Furniture-Dining-Room-Table-Top.jpg");
    background-position: left center;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .american-hardwood-furniture {
    background-image: url("../images/homepage/american-hardwood-furniture/1000/NIWA-Amish-Furniture-Dining-Room-Table-Top.jpg");
  }
  
  .american-hardwood-furniture {
    padding: 90px 5% 50px 5%;
    min-height: calc(100vh - 140px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 600px) and (orientation: portrait) {
  .american-hardwood-furniture {
    background-image: url("../images/homepage/american-hardwood-furniture/800/NIWA-Amish-Furniture-Dining-Room-Table-Top.jpg");
  }
}

@media (max-width: 370px) and (orientation: portrait) {
  .american-hardwood-furniture {
    background-image: url("../images/homepage/american-hardwood-furniture/600/NIWA-Amish-Furniture-Dining-Room-Table-Top.jpg");
  }
}

.niwa-established-in-1999 {
  max-width: 100%;
  width: 300px;
  height: auto;
  -webkit-filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 0.4));
          filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 0.4));
}

.american-hardwood-furniture h1 {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 700;
  font-size: 5.3rem;
  line-height: 0.95;
  margin-top: 30px;
  letter-spacing: 0;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

@media (max-width: 660px) {
  .american-hardwood-furniture h1 {
    font-size: 13.5vw;
  }
}

.american-hardwood-furniture p {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  margin: 25px 0 43px 0;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

@media (max-width: 440px) {
  .american-hardwood-furniture p {
    font-size: 9.5vw;
  }
}

.american-hardwood-furniture a {
  font-size: 2.1rem;
  color: #fff;
  text-decoration: none;
  background-color: #618cc1;
  max-width: 100%;
  width: 300px;
  padding: 8px 0 10px 0;
  display: block;
  text-align: center;
}

.american-hardwood-furniture a:hover {
  background-color: #f4a110;
}

.niwa-furniture-expo-banner {
  background-color: #618cc1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.niwa-furniture-expo-banner svg {
  max-width: 100%;
  width: 600px;
  height: auto;
}

.niwa-furniture-expo-banner a:hover svg path {
  fill: #f4a110;
}

.mission-statement {
  margin-top: -1%;
  margin-bottom: 4%;
}

/* ------------------------------------------------------ Main ------------------------------------------------------ */

.wrapper {
  width: 90%;
  padding: 5%;
}

@media (max-width: 1200px) {
  .wrapper {
    padding: 10% 5%;
  }
}

.info-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.info-panel, .dealer-locator {
  max-width: 1600px;
  margin: auto;
}

.info-panel, .border, .resource-list {
  position: relative;
}

.info-panel:after, .border:after, .resource-list:after {
  content : "";
  position: absolute;
  left: 50%;
  bottom  : 0;
  height  : 0;
  width: 8.8%;
  margin-left: -4.4%;
  border-bottom: 1px solid #4677b4;
}

.info-panel.no-border:after, .resource-list.no-border:after {
  display: none;
}

.info-panel:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.info-panel div:nth-of-type(1), .mission-statement .info-panel div:nth-of-type(2) {
  width: 55%;
}

.info-panel div:nth-of-type(2), .mission-statement .info-panel div:nth-of-type(1) {
  width: 40%;
}

.info-panel h2, .american-made-products h2, .resource-list h2 {
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.info-panel h2, .info-panel h2 a, .american-made-products h2, .american-made-products h2 a, .resource-list h2 {
  color: #7f9c77;
  text-decoration: none;
}

.info-panel h2 a:hover, .american-made-products h2 a:hover {
  color: #933c20;
}

.more-info {
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: block;
  max-width: 100%;
  width: 300px;
  background-color: #be4e2b;
  padding: 8px 0 10px 0;
  margin-top: 6%;
}

.more-info:hover {
  background-color: #933c20;
}

.arrow-right {
  width: 10px;
  height: auto;
  margin-left: 5px;
  display: inline;
}

.more-info .arrow-right {
  width: 9px;
  margin-left: 3px;
}

@media (max-width: 1200px) {
  .info-panel {
    display: block;
  }
  
  .info-panel div:nth-of-type(1) {
    margin-bottom: 5%;
  }
  
  .info-panel div:nth-of-type(1), .info-panel div:nth-of-type(2), .mission-statement .info-panel div:nth-of-type(2), .mission-statement .info-panel div:nth-of-type(1), .info-panel.news-panel div:nth-of-type(1), .info-panel.news-panel div:nth-of-type(2) {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .mission-statement .info-panel div:nth-of-type(1) {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-info a.more-info {
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 300px;
  background-color: #be4e2b;
  padding: 8px 0 10px 0;
}

.contact-info a.more-info:hover {
  color: #fff;
  background-color: #933c20;
}

.contact-info .arrow-right {
  width: 10px !important;
  height: auto !important;
  margin-left: 5px !important;
  display: inline !important;
}

.contact-info .more-info .arrow-right {
  width: 9px !important;
  margin-left: 3px !important;
}

.info-panel.news-panel:after {
  content : "";
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1400px;
  margin: auto;
  border-bottom: 1px solid #dfe8f3;
}

.info-panel.news-panel:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.info-panel.news-panel div:nth-of-type(1) {
  width: 500px;
  margin-right: 5%;
}

.info-panel.news-panel div:nth-of-type(2) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: auto;
}

@media (max-width: 1200px) {
  .info-panel.news-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .info-panel.news-panel div:nth-of-type(1) {
    width: 500px;
    margin-right: 5%;
  }

  .info-panel.news-panel div:nth-of-type(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: auto;
  }
}

@media (max-width: 800px) {
  .info-panel.news-panel {
    display: block;
  }
  
  .info-panel.news-panel:after {
    max-width: 900px;
  }
  
  .info-panel.news-panel div:nth-of-type(1) {
    max-width: 900px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .info-panel.news-panel img {
    max-width: 350px;
  }
}

.info-panel.news-panel p {
  margin: 3% 0;
}

.info-panel.news-panel a.more-info, .contact-info a.more-info {
  margin-top: 4.5%;
}

@media (max-width: 1200px) {
  .info-panel.news-panel a.more-info, .contact-info a.more-info {
    margin-top: 6.5%;
  }
}

.image-border {
  border: 1px solid #dfe8f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.american-made-products {
  text-align: center;
  text-transform: uppercase;
  max-width: 2600px;
  margin: auto;
  padding: 5% 0;
}

@media (max-width: 1200px) {
  .american-made-products {
    padding: 10% 0;
  }
}

.american-made-products h2 {
  padding-bottom: 2%;
  margin: 0 5%;
}

.american-made-products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.american-made-products li {
  position: relative;
  width: 24.9%;
  margin: 0 0.05% 0.1% 0.05%;
}

@media (max-width: 1200px) {
  .american-made-products li {
    width: 33.18%;
    margin: 0 0.075% 0.15% 0.075%;
  }
}

@media (max-width: 900px) {
  .american-made-products li {
    width: 49.75%;
    margin: 0 0.125% 0.15% 0.125%;
    margin-bottom: 0.25%;
  }
}

.american-made-products a {
   color: #fff;
}

.american-made-products h3, .resource-list h3 {
  font-size: 2.1rem;
}

@media (max-width: 600px) {
  .american-made-products h3 {
    font-size: 6vw;
  }
}

.american-made-products h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0 8px 0;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.american-made-products a:hover h3 {
  background-color: rgba(71,22,3,0.9);
}

.secondary-page header, .secondary-page .header {
	background: #eff3f9;
	width: 90%;
	padding: 30px 5%;
}

.secondary-page header h1, .secondary-page .header p {
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 500;
	font-size: 3.6rem;
  line-height: 1;
	color: #757575;
	text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

@media (max-width: 480px) {
  .secondary-page header h1, .secondary-page .header p {
    font-size: 12.2vw;
  }
  
  .info-panel h2, .american-made-products h2, .resource-list h2, .builder-wrap h2, .builder-profile h1 {
    font-size: 11vw !important;
  }
}

.builders-anchor-links {
	width: 90%;
	padding: 20px 5% 30px 5%;
}

.builders-anchor-links, .builders-anchor-links ul {
  background-color: #7f9c77;
}

.builders-anchor-links ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  line-height: 1.7;
  max-width: 100%;
}

.builders-anchor-links a {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	font-size: 1.56rem;
  color: #fff;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 1px;
  margin-right: 7px;
  margin-left: 7px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.builders-anchor-links a:hover {
	background-color: #4677b4;
  color: #fff;
}

@media (max-width: 1200px) {
  .builders-anchor-links ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 545px;
  }
}

@media (max-width: 610px) {
  .builders-anchor-links ul {
    width: 370px;
  }
}

@media (max-width: 410px) {
  .builders-anchor-links ul {
    width: 285px;
  }
}

.builder-wrap {
	padding-top: 3%;
}

.builder-directory {
	list-style: none;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.builder-directory li.builder-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 1px solid #dfe8f3;
}

.builder-directory li.builder-info:first-of-type {
  border-top: none;
}

.builder-directory li.builder-info:hover {
  background-color: #eff3f9;
  border-left: 15px solid #eff3f9;
  border-right: 15px solid #eff3f9;
}

.builder-info h4 {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  font-size: 1.56rem;
  text-decoration: underline;
  color: #be4e2b;
  letter-spacing: 0.8px;
  margin: 5px 0 3px 0;
}

.builder-directory a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 70px 0;
  width: 100%;
}

.builder-directory div:nth-of-type(1), .builder-profile-info {
	width: 800px;
  margin-right: 10%;
}

.builder-directory div:nth-of-type(2), .builder-profile div:nth-of-type(2) {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.builder-directory div ul, .builder-profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1200px) {
  .builder-directory div:nth-of-type(1) {
    margin-bottom: 20px;
  }
  
  .builder-profile-info {
    margin-bottom: 5%;
  }
  
  .builder-directory a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .builder-directory div:nth-of-type(1), .builder-directory div:nth-of-type(2), .builder-profile-info, .builder-profile div:nth-of-type(2) {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: 0;
  }
  
  .builder-profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.builder-wrap h2, .builder-profile h1 {
	font-size: 2.9rem;
  line-height: 1;
	color: #757575;
	letter-spacing: 2px;
	text-decoration: none;
	display: block;
  margin-bottom: 10px;
}

.builder-wrap li h2, .builder-wrap li div:nth-of-type(2) li {
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.builder-wrap li:hover h2, .builder-wrap li:hover div:nth-of-type(2) li {
	color: #495057;
}

.builder-wrap h3, .builder-profile h2 {
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	font-size: 1.75rem;
  line-height: 1.3;
	color: #4677b4;
	letter-spacing: 0.8px;
}

@media (max-width: 350px) {
  .builder-wrap h3, .builder-profile h2 {
    font-size: 8.4vw;
  }
}

.builder-resources li, button.nav-link, a.nav-link {
	font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #757575;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-right: 25px;
}

button.nav-link, a.nav-link {
  padding: 0 0 5px 0;
}

.builder-resources img, button.nav-link img, a.nav-link img {
	height: 40px;
	width: auto;
	margin: 20px auto 5px auto;
}

@media (max-width: 1200px) {
  .builder-resources li, button.nav-link, a.nav-link {
    font-size: 1.08rem;
    margin-right: 5%;
  }

  .builder-resources img, button.nav-link img, a.nav-link img {
    height: 30px !important;
    margin: 20px auto 5px auto !important;
  }
  
  .builder-info ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.intro-panel {
  max-width: none;
}

.resource-list {
  max-width: 1400px;
  margin: auto;
}

.resource-list h3 {
  line-height: 1.2;
}

.resource-list p {
  text-transform: none;
}

.resource-list-ul {
  font-size: 1.56rem;
  text-transform: none;
  text-align: left;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.resource-list-ul li {
  line-height: 1.3;
  width: 30.33%;
  margin: 30px 1.5% 0 1.5%;
}

@media (max-width: 1200px) {
  .resource-list-ul li {
    width: 44%;
    margin: 30px 3% 0 3%;
  }
}

@media (max-width: 700px) {
  .resource-list-ul li {
    text-align: center;
    width: 100%;
    margin: 30px 0 0 0;
  }
}

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

.resource-list-ul li ul li {
  width: 100%;
  margin: 10px 0 0 0;
}

.resource-list-ul a {
  color: #be4e2b;
}

.resource-list-ul a:hover {
  color: #933c20;
}

.builder-page header {
  position: absolute;
  background-color: rgba(0,0,0,0.8);
}

@media (max-width: 800px) {
  .builder-page header {
    position: static;
    background-color: rgba(0,0,0,0.9);
  }
}

.builder-page header h1 {
  color: #fff;
}

.builder-intro {
  margin: 0;
  padding: 30px 5%;
  background-color: #7f9c77;
  color: #fff;
}

.text-link {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  color: #fff;
}

.text-link:hover {
  color: #933c20;
}

.builder-directory li.builder-info.shipping-info:hover {
  background-color: #fff;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  color: #757575;
}

.shipping-info {
  padding: 70px 0;
}

.shipping-info a, .shipping-info div:nth-of-type(2) li {
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.56rem;
  font-weight: 300;
  color: #757575;
  text-align: left;
  padding: 0;
  margin-right: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shipping-info a.more-info {
  line-height: 1;
}

.shipping-info div:nth-of-type(2) img {
  margin: 0;
}

.shipping-info a:hover {
  color: #be4e2b;
}

li.shipping-info:hover h2, li.shipping-info:hover div:nth-of-type(2) li {
  color: #757575 !important;
}

.shipping-info div ul {
  display: block;
  list-style: none;
}

@media (max-width: 1200px) {
  .builder-directory .shipping-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ------------------------------------------------------ Photo Gallery ------------------------------------------------------ */

.fancybox__container {
  --fancybox-color: #757575 !important;
  --fancybox-hover-color: #757575 !important;
  --fancybox-bg: #fff !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.fancybox__slide {
  padding-top: 60px !important;
  padding-bottom: 20px !important;
}

.fancybox__toolbar {
  --f-button-width: 46px !important;
  --f-button-height: 46px !important;
  --f-button-border-radius: 0 !important;
  --f-button-svg-width: 24px !important;
  --f-button-svg-height: 24px !important;
  --f-button-svg-stroke-width: 1.5 !important;
}

.fancybox__toolbar {
  --f-button-bg: #fff !important;
  --f-button-svg-filter: drop-shadow(none) !important;
  text-shadow: var(--fancybox-toolbar-text-shadow, none) !important;
}

.f-button:hover {
  background-color: rgba(207,224,241,0.4) !important;
  stroke: #757575 !important;
}

.f-button:hover svg {
  stroke: #757575 !important;
}

.fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  --f-button-bg: rgba(207,224,241,0.3) !important;
  --f-button-border-radius: 6px !important;
  --f-button-svg-width: 20px !important;
  --f-button-svg-height: 20px !important;
  --f-button-svg-stroke-width: 2.5 !important;
  --f-button-svg-filter: drop-shadow(none) !important;
}

.fancybox__caption, .fancybox__infobar, .is-compact .fancybox__footer .fancybox__caption {
  padding: 15px !important;
}

.fancybox__caption, .is-compact .fancybox__footer .fancybox__caption {
  font-size: 1.7rem;
  text-align: center;
}

.fancybox__caption, .is-compact .fancybox__footer .fancybox__caption, .fancybox__infobar {
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 500;
  line-height: 1 !important;
  letter-spacing: 2px;
}

.fancybox__infobar {
  font-size: 1.2rem !important;
}

.fancybox__thumbs, .is-compact .fancybox__thumbs {
  --f-thumb-width: 96px !important;
  --f-thumb-height: 64px !important;
  --f-thumb-border-radius: 4px !important;
  --f-thumb-outline: 2px !important;
  --f-thumb-outline-color: #be4e2b !important;
  --f-thumb-opacity: 1 !important;
  --f-thumb-gap: 6px !important;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 !important;
}

.is-compact .fancybox__footer {
  position: static !important;
  background: #fff !important;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
  --f-button-border-radius: 4px !important;
  --f-button-color: var(--fancybox-color, #757575) !important;
  --f-button-hover-color: var(--fancybox-color, #757575) !important;
  --f-button-bg: transparent !important;
  --f-button-hover-bg: transparent !important;
  --f-button-active-bg: transparent !important;
  --f-button-svg-width: 22px !important;
  --f-button-svg-height: 22px !important;
  top: -38px !important;
  right: 0 !important;
}

.has-youtube .fancybox__content {
  width: 1280px !important;
  height: auto !important;
}

/* ------------------------------------------------------ Member Page ------------------------------------------------------ */

.back-to-builders {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background-color: #7f9c77;
  text-decoration: none;
  display: inline-block;
  width: 90%;
  padding: 10px 5%;
}

.arrow-left {
  width: 8px;
  height: auto;
  margin-right: 3px;
  display: inline;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.builder-profile {
  margin-top: 1%;
}

.builder-profile ul {
  font-size: 1.56rem;
  margin-top: 15px;
}

ul.member-contact-info {
  list-style: none;
  margin-top: 20px;
}

.member-contact-info li, .shipping-info li {
  line-height: 1.2;
  margin: 11px 0;
}

.shipping-info li:first-of-type {
  margin-top: 0;
}

.member-contact-info li:last-of-type, .shipping-info li:last-of-type {
  margin-bottom: 0;
}

.member-contact-info a {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #757575;
  letter-spacing: 0.8px;
}

.member-contact-info a:hover {
  color: #933c20;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background: transparent;
}

.nav-tabs .nav-link {
  margin-bottom: 0;
  border: none;
}

.nav-tabs .nav-link.active {
  margin-bottom: -1px;
  border-bottom: 1px solid #933c20;
  background: transparent;
}

.nav-tabs a {
	text-decoration: none;
}

.nav-tabs button, .nav-tabs a {
  letter-spacing: 0.8px;
  cursor: pointer;
}

.nav-link:hover {
  color: #933c20;
}

.nav-tabs, .nav-tabs div, .tab-content, .tab-content div {
  width: 100%;
}

.tab-content p {
  margin: 3% 0 0 0;
}

.tab-content a, .tab-pane a {
  font-size: 1.56rem;
  color: #be4e2b;
}

.tab-content a:hover {
  color: #933c20;
}

ul.catalogs, ul.sample-photos {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}

ul.catalogs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

ul.sample-photos {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.catalogs li, .sample-photos li {
  margin: 20px 10px 0 10px;
}

.sample-photos img {
  max-height: 300px;
  height: auto;
  max-width: 100%;
  width: auto;
}

@media (max-width: 700px) {
  .sample-photos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .sample-photos li {
    max-width: calc(50% - 20px);
  }
  
  .sample-photos img {
    max-height: 200px;
  }
}

.catalogs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalogs li {
  width: 289px;
  max-width: calc(50% - 20px);
}

.catalogs.single-catalog li {
  max-width: 100%;
}

.horizontal-catalogs li {
  width: 400px;
}

.horizontal-catalogs.three-horizontal li {
  max-width: calc(33.33% - 20px);
}

@media (max-width: 700px) {
  .horizontal-catalogs.three-horizontal li {
    max-width: calc(50% - 20px);
  }
}

.catalogs img {
  margin-bottom: 5px;
}

.catalogs a {
  line-height: 1;
  color: #be4e2b;
  text-align: center;
  text-decoration: none;
  display: block;
}

.catalogs a:hover {
  color: #933c20;
}

.member-page-graphic {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------ Contact Form ------------------------------------------------------ */

.form div {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}

.form div.form-third {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

.form div.form-half {
  -ms-flex-preferred-size: 49.3%;
      flex-basis: 49.3%;
}

.form div.form-full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.form {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .form {
    display: block;
  }
}

.form label {
  display: block;
  margin: 30px 0 7px 0;
}

.form input, .form select, .form textarea, .form label {
  line-height: 1.2;
}

.form input, .form select, .form textarea {
  font-size: 1.56rem;
  font-weight: 300;
  color: #000;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0 0 4px 8px;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form textarea {
  padding: 0 7px;
  min-height: 80px;
  height: 98px;
  resize: vertical;
}

.form input, .form select, .form textarea {
  background-color: #fff;
  border: 1px solid #dfe8f3;
}

.form button, .submit-button, #search-button {
  font-family: gill-sans-nova-condensed, sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  letter-spacing: 2px !important;
  line-height: 34px !important;
  height: 40px !important;
  width: 100% !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  color: #fff !important;
  text-transform: uppercase !important;
  border: 1px solid #933c20 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  background-color: #be4e2b !important;
  cursor: pointer !important;
  -webkit-transition: background 0.3s !important;
  -o-transition: background 0.3s !important;
  transition: background 0.3s !important;
}

.footer-email-list div:last-of-type input, #search-button {
  font-size: 1.56rem !important;
  line-height: 35px !important;
  margin-top: 0 !important;
  padding: 0 0 5px 0 !important;
  border-radius: 0 !important;
}

.form button, .submit-button {
  margin: 40px 0 0 0 !important;
  padding: 0 0 6px 0 !important;
}

.form button:hover, .submit-button:hover, #search-button:hover {
  background-color: #933c20 !important;
}

.select-color {
  color: #757575 !important;
}

.select-black {
  color: #000 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.g-recaptcha {
  margin-top: 40px;
}

@media (max-width: 375px) {
  .g-recaptcha {
    -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
            transform:scale(0.9);
    -webkit-transform-origin:0 0;
        -ms-transform-origin:0 0;
            transform-origin:0 0;
  }
}

/* Safari 6.1-10.0 (but not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ 
@media {
.nav-tabs .nav-link.active {
  margin-bottom: 0;
  border-bottom: none;
  color: #757575;
}
.nav-link:hover {
  color: #757575;
  cursor: default;
}
.tab-content > .tab-pane {
  display: block;
  margin-bottom: 30px;
}
.fade:not(.show) {
    opacity: 1;
}
}}

/* ------------------------------------------------------ Search ------------------------------------------------------ */
      
#unibox-suggest-box, .ss360-pagination__copy {
  display: none !important;
}

.ss360-n-input:focus {
  outline: none;
}

#ss360-layer {
  padding: 0;
}

.ss360-fullscreen-layer__results {
  max-width: 90% !important;
  width: 1000px !important;
}

.ss360-layer {
  padding: 10px 0 5% 0 !important;
  width: 100% !important;
}

.ss360-suggests__content {
  padding: 0 !important;
  margin: 0 !important;
}

.ss360-custom-search:not(.ss360-custom-search--no-margin) {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#ss360-custom-searchbox, footer input {
  padding: 0 12px 0 15px ;
}

#ss360-custom-searchbox {
  font-size: 1.5rem !important;
  max-width: calc(1000px - 57px) !important;
}

.ss360-layer, #ss360-layer .ss360-ac-c, #ss360-custom-searchbox, .ss360-suggests__snippet, #ss360-search-result-heading {
  color: #757575 !important;
}

#ss360-layer .ss360-acd-b--hover:hover, #ss360-layer .ss360-acd-b--hover:focus {
  background-color: #933c20 !important;
}

#ss360-layer .ss360-acd-b--hover:hover, #ss360-layer .ss360-acd-b--hover:focus {
  border-color: #933c20 !important;
}

.ss360-custom-search .ss360-custom-search__searchbutton {
  min-width: 57px !important;
}

#ss360-search-result-heading {
  font-size: 1.3rem !important;
  text-transform: none;
}

#ss360-layer .ss360-ac-c, a .ss360-highlight {
  font-size: 3.2rem;
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 500 !important;
  line-height: 1;
  letter-spacing: 2px;
}

#ss360-layer .ss360-ac-c:hover {
  color: #be4e2b !important;
  text-decoration: none !important;
}

.ss360-suggests__snippet, .ss360-no-results__description {
  font-size: 1.4rem !important;
  line-height: 1.6 !important;
  text-transform: none;
  letter-spacing: 0.8px;
}

p .ss360-highlight {
  font-weight: 300 !important;
}

.ss360-suggests {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 30px 0 !important;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #eee;
}

@media all and (max-width: 1100px) {
  #ss360CloseLayerButton {
    right: 0 !important;
  }
}

@media all and (max-width: 1300px) {
  .ss360-custom-search:not(.ss360-custom-search--no-margin) {
    max-width: 100% !important;
  }

  .ss360-custom-search {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .ss360-fullscreen-layer .ss360-custom-search {
    padding-top: 70px !important;
    width: 1000px !important;
    max-width: 90% !important;
    margin: auto;
  }

  #ss360CloseLayerButton {
    width: 50px;
    height: 50px;
  }

  .ss360-close-button__icon {
    top: 9px !important;
    left: 9px !important;
  }
}

.ss360-more-results {
  padding: 9px 32px 11px 32px !important;
}

.ss360-no-results__alternative-results.ss360-grid {
  display: block !important;
}

.ss360-grid--lg .ss360-suggests__header {
  max-height: none !important;
  min-height: auto !important;
}