﻿body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

/* Typography */

h1, h2, h3, h4, p, th, td, fieldset, legend {
  font-family: acumin-pro, Arial, Tahoma, Helvetica, sans-serif;
  color: #222222;
  line-height: 1.5;
}

h1 {
  color: #26211e;
  font-family: acumin-pro, sans-serif;
  font-size: 32px;
  font-weight: bold;
  padding: 10px 0 6px 0;
  letter-spacing: -0.5px;
  line-height: 1;
}

h2 {
  font-size: 22px;
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
}

.door-name-number h2 {
  display: inline-block;
  margin-top: 0;
  padding: 6px 12px;
  border: 1px solid #282828;
  font-size: 20px;
  font-weight: normal;
}

.section-box h2 {
  padding: 4px 0 4px 12px;
  color: #ffffff;
  background-color: #52616d;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 12px;
  text-transform: uppercase;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

h3, p, th, td, input, fieldset, legend, select, textarea, ul, li {
  /*font-size: 14px;*/
  font-size: 1rem;
  font-family: acumin-pro, "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
}

p {
  margin-bottom: 13px;
}

a:link, a:visited {
  color: #007ee7;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

/* Layout */

.body-content {
  padding: 0;
}

.container {
  /*max-width: 1200px;*/
}


.container {
  width: 100%;
  /*width: 1200px;*/
  /*margin-bottom: 20px;*/
  padding: 0 0 20px 0;
  text-align: left;
  color: #222222;
  background-color: #ffffff;
}

.header {
  position: fixed;
  width: 100%;
  /*width: 1200px;*/
  height: 90px;
  background-color: #dddddd;
  z-index: 11;
}

.header-logo {
  position: absolute;
  top: 20px;
  left: 50px;
}

.header-vertical-line {
  position: absolute;
  top: 15px;
  left: 280px;
  display: inline-block;
  width: 1px;
  height: 60px;
  background-color: #222222;
}

.header-ezq {
  position: absolute;
  top: 18px;
  left: 330px;
}

.header-links {
  position: absolute;
  right: 50px;
  top: 35px;
}

@media(max-width: 500px) {
  .header-logo {
    left: 15px;
  }

  .header-vertical-line {
    left: 220px;
  }

  .header-ezq {
    left: 240px;
  }

  .header-links {
    display: none;
  }
}

.header-links a {
  font-family: acumin-pro;
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
  margin-right: 30px;
}

  .header-links a img {
    margin-right: 5px;
    vertical-align: text-bottom;
  }

.login-form p {
  margin: 20px 0;
}

.login-form input {
  width: 220px;
  background-color: #ebebeb;
  border: 1px solid #c5c6c8;
  padding: 8px;
}

.content {
  position: relative;
  margin-top: 80px;
  /* padding: 30px 40px 0; */
  padding-top: 30px;
}

/* Top nav */

.topnav {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-color: #52616d;
}

  .topnav ul {
    margin: 0 auto;
    text-align: center;
  }

  .topnav li {
    display: inline-block;
    margin: 0;
  }

  .topnav a {
    display: inline-block;
    padding: 16px 16px;
    font-family: acumin-pro;
    font-size: 15px;
  }

    .topnav a:link, .topnav a:visited {
      color: #ffffff;
      background-color: #52616d;
      text-transform: uppercase;
      text-decoration: none;
    }

    .topnav a:hover, .topnav a.current {
      background-color: #222222;
    }

/* */

input[type=submit], .ezq-red-button {
  color: #000000;
  background-color: #dddddd;
  display: inline-block;
  border: 1px solid transparent;
  font-size: 13px;
  margin-top: 1px;
  font-weight: bold;
  padding: 4px 12px;
  cursor: pointer;
}

  input[type=submit]:hover, .ezq-red-button:hover {
    color: #000000;
    background-color: #cccccc;
    border: 1px solid #999999;
  }

h2.section, h2.standard-options {
  margin-top: 0;
  padding: 4px 0 4px 12px;
  color: #ffffff;
  background-color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
}

h2.standard-options {
  position: relative;
  padding-left: 8px;
  text-align: left;
}

.collapsible {
  position: absolute;
  top: 2px;
  right: 0;
  padding: 2px 8px 2px 8px;
}

  .collapsible:link, .collapsible:visited {
    color: #ffffff;
  }

  .collapsible:hover {
    text-decoration: none;
  }

a.ezq-button {
  background: #f40101;
  border: 2px solid #f40101;
  padding: 4px 10px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem;
  display: inline-block;
  transition: all 250ms ease;
}

  a.ezq-button.not-current {
    background: white;
    color: #f40101;
  }

  a.ezq-button:hover {
    background: #f40101;
    color: #ffffff;
  }

.section-details-box {
  display: inline-block;
  vertical-align: top;
}

.section-resources .door-detail-nav {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

  .section-resources .door-detail-nav div:not(.modal) {
    display: flex;
    align-content: center;
    align-items: center;
  }

  .section-resources .door-detail-nav div p {
    margin: 0;
    color: #f40101;
    margin-right: 5px;
    text-transform: uppercase
  }

  .section-resources .door-detail-nav div input {
    border: 1px solid #f40101;
    padding: 5px;
  }




.section-details-box .main-image-wrapper {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-details-box .current-specs {
  width: 100%;
  height: 650px;
}

.section-details-box .thumbnail-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}

  .section-details-box .thumbnail-wrapper .thumbnail {
    cursor: pointer;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0;
    border-top: 1px solid lightgray;
    box-sizing: border-box;
    background-color: #dddddd;
    flex: 1;
  }

    .section-details-box .thumbnail-wrapper .thumbnail.one-line p {
      padding-left: 20px;
      padding-right: 20px;
    }

    .section-details-box .thumbnail-wrapper .thumbnail:hover {
      background-color: #eeeeee;
    }

    .section-details-box .thumbnail-wrapper .thumbnail.current {
      border-top: none;
      background-color: #ffffff;
    }

    /*.section-details-box .thumbnail-wrapper .thumbnail-fill {
    display: flex;
    flex: 1;
    flex-flow: row;
    border-top: 1px solid lightgray;
  }*/

    .section-details-box .thumbnail-wrapper .thumbnail:not(:last-of-type) {
      /*margin-right: 5px;*/
      border-right: 1px solid lightgray;
    }

.section-details-box #ezqPhoto.standard-drawing {
  max-width: 460px;
  max-height: 460px;
  margin-top: 10px;
}

.section-details-box #ezqPhoto.elevation-drawing {
  max-width: 450px;
  max-height: 500px;
  margin-top: 0 !important;
}

.product {
  max-height: 500px;
}

.section-details-box #ezqPhoto.end-use {
  max-height: 550px;
}

.section-details-box #ezqPhoto.sticking {
  max-width: none !important;
}

.section-details-box .thumbnail-wrapper .thumbnail img {
  max-height: 65%;
}

.thumbnail p {
  font-size: 11px;
  text-transform: uppercase;
}

.sections-container {
  display: flex;
  /*overflow: hidden;*/
  /*height: calc(100vh - 120px);*/
  /*height: 100vh;*/
  /*width: 100vw;*/
  margin-top: -90px;
  padding-top: 120px;
  padding-bottom: 20px;
  position: relative;
  backface-visibility: hidden;
  will-change: overflow;
}

.details-resources-container {
  display: flex;
}



.section-options {
  overflow: auto;
  /*height: auto;*/
  max-width: 450px;
  min-width: 450px;
  width: 450px;
  margin-top: 205px;
  padding-right: 30px;
}

.section-details {
  overflow: auto;
  height: auto;
  width: 660px;
  min-width: 660px;
  margin: 0 40px 0 40px;
}

.section-details-box {
  width: 100%;
  padding: 10px 0 20px 0;
  text-align: center;
  border: 1px solid #c3c4c6;
  padding-bottom: 0;
}

.column-left-header {
  position: absolute;
  top: 120px;
  left: 0;
  max-width: 450px;
  min-width: 450px;
  width: 450px;
  /* updated this 10/15 after displaying entire DoorDescription instead of just number */
  /*display: flex;
  justify-content: space-between;
  width: 440px;*/
}

.sections-container .door-number-box {
  /*min-width: 130px;*/
  margin-bottom: 10px;
}

  .sections-container .door-number-box h2 {
    font-family: acumin-pro, sans-serif;
    margin: 0;
  }

.pricing-box-container {
  /*display: flex;
  justify-content: flex-end;*/
  z-index: 10;
  width: 100%;
  /*margin-left: 20px;*/
  position: relative;
}

.pricing-box {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
}

  .pricing-box h3 {
    margin: 0;
    margin-bottom: 2px;
  }

.pricing-box-header {
  padding: 6px 12px 0 12px;
  border: 1px solid #f40101;
  position: relative;
  display: inline-block;
  width: 100%;
}

  .pricing-box-header .pricing-box-header-info {
    width: calc(100% - 50px);
  }

  .pricing-box-header .pricing-arrow {
    background: #f40101;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .pricing-box-header h3 span {
    font-family: acumin-pro;
    font-weight: bold;
  }

.pricing-box-details {
  position: relative;
  z-index: 1;
  display: none;
  background: white;
  padding: 20px 20px 10px 20px;
  border: 1px solid #f40101;
  border-top: none;
}

  .pricing-box-details p {
    margin-bottom: 4px;
    font-size: 13px;
  }

.net-factored-price {
  position: absolute;
  top: 30px;
  width: 402px;
}

.start-over-link {
  display: none !important;
}

.standard-options {
  max-width: 420px;
}

  .standard-options label {
    max-width: 170px;
    font-weight: normal;
    font-size: 14px;
    font-family: acumin-pro, "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  }

  .standard-options select, .standard-options input[type=text] {
    float: right;
    width: 200px;
  }

.current-specs {
  display: inline-block;
  vertical-align: top;
}

.pricing-box {
  position: relative;
  max-width: 402px;
}

  .pricing-box h3 {
    margin-top: 0;
    white-space: nowrap;
  }

.button a:link, .button a:visited {
  color: #ffffff;
  background-color: #f40101;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
}

.button a:hover {
  background-color: #000000;
  text-decoration: none;
}

.table {
  width: auto;
}

  .table th, .table td {
    padding: 10px;
  }

  .table th, .header-row {
    text-align: center;
    color: #ffffff;
    background-color: #52616d;
  }

  .table th, .table td {
    border: 1px solid #bbbbbb;
  }

.start-over-link {
  position: absolute;
  top: -68px;
  left: 0;
  width: 180px;
}

  .start-over-link a:link, .start-over-link a:visited {
    color: #ffffff;
    background-color: #f40101;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
  }

  .start-over-link span {
    float: left;
    margin-right: 8px;
    vertical-align: top;
    font-size: 40px;
    line-height: 1;
  }

/*.questions
{
  float: left; 
  width: 60%;
}*/

footer p {
  text-align: center;
  color: #999999;
}

.filters .question-group form {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  text-align: left;
}

  .filters .question-group form label {
    float: none;
  }

  .filters .question-group form input {
    width: auto;
  }

.question-group {
  z-index: 1;
  display: flex;
}

  .question-group form {
    display: flex;
    align-items: flex-start;
    width: 100%;
    text-align: right;
  }

    .question-group form label {
      float: left;
      margin-bottom: 0;
      margin-right: 5px;
    }

    .question-group form .view-more-link {
      font-size: 75%;
      text-transform: lowercase;
      float: left;
      display: block;
      width: 100%;
    }

    .question-group form select, .question-group form input {
      /*flex: 1;*/
      margin-left: 15px;
      width: 220px;
    }

    .question-group form.set-by-unit-form {
      margin-right: 5px;
      width: auto !important;
    }

      .question-group form.set-by-unit-form input {
        width: auto;
        background: lightgray;
        color: initial;
        margin: 0;
        font-size: 11px;
        padding: 3px;
        -webkit-appearance: none;
        box-shadow: none;
        border: none;
      }

.width-height-dropdowns {
  float: right;
  display: flex;
}

.question-group form select.widthFeet, .question-group form select.heightFeet {
  margin-left: 0;
}

.limitations-modal {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid black;
  z-index: 12;
  width: 400px;
  background: white;
}

  .limitations-modal h3 {
    font-family: acumin-pro;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
  }

  .limitations-modal .close-x {
    position: absolute;
    right: 15px;
    color: black;
  }


.finalize {
  max-height: 35px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: max-height 1000ms ease;
}

.finalize-quote {
  background-color: #f40101 !important;
  cursor: pointer;
}

h2.finalize-quote {
  margin-bottom: 0;
}

.finalize-options {
  border: 1px solid #f40101;
  padding: 10px;
  background: white;
}

.steps-tabs {
  display: flex;
  margin-bottom: 25px;
}

  .steps-tabs input[type=submit] {
    color: #f40401;
    background-color: white;
    border: 2px solid #f40401;
    display: inline-block;
    /* border: none; */
    font-size: 13px;
    margin-top: 1px;
    font-weight: bold;
    padding: 4px 12px;
    cursor: pointer;
    margin-right: 10px;
  }

    .steps-tabs input[type=submit].selected {
      color: #ffffff;
      background-color: #f40101;
      display: inline-block;
      font-size: 13px;
      margin-top: 1px;
      font-weight: bold;
      padding: 4px 12px;
      cursor: pointer;
    }

  .steps-tabs p {
    color: black;
    font-weight: bold;
    font-size: 3rem;
    margin: 0;
    margin-right: 10px;
  }

  .steps-tabs form {
    display: flex;
    align-items: center;
  }

    .steps-tabs form:last-of-type p {
      display: none;
    }


.section-resources {
  /*flex-shrink: 4;*/
  overflow: auto;
  height: auto;
  padding-right: 20px;
}

.similar-links {
  display: flex;
}

  .similar-links a.ezq-button {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #c3c4c6;
    border-bottom: none;
    padding-bottom: 1px;
  }

    .similar-links a.ezq-button.not-current {
      color: #222222;
      background-color: #dddddd;
      border-bottom: 1px;
      padding-bottom: 0;
    }

    .similar-links a.ezq-button:hover {
      color: #222222;
      background-color: #eeeeee;
    }

.similar-box {
  margin-top: -13px;
  padding: 12px 12px 6px 12px;
  border: 1px solid #c3c4c6;
  border-top: none;
}

  .similar-box.resources, .similar-box.similar-doors {
    display: none;
  }

.similar-doors div {
  display: inline-block;
  margin: 0 10px 30px 0;
  max-width: 130px;
  padding: 10px 10px 0 10px;
  vertical-align: top;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.similar-doors img {
  max-width: 120px;
  max-height: 250px;
}

.similar-doors a:link, .similar-doors a:visited {
  text-decoration: none;
}

.similar-door-link:hover div {
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.full-width-off {
  display: none;
}

.detail-box {
  display: none;
}

.section-details-box #drawing {
  display: block;
}

.detail-box .end-use {
  max-width: 100%;
  max-height: 500px;
}

.question-group {
  margin-bottom: 10px;
}

.required {
  border: 1px solid red;
}

.req {
  background: rgba(255, 0, 0, 0.4);
}

.warning {
  display: block;
  color: red;
  margin-top: 10px;
}

.sticking-header {
  margin-top: 15%;
  font-size: 2rem;
}

#cross-section {
  height: 100%;
}

.cross-section {
  width: 90%;
  margin-top: 40%;
  transform: translateY(-50%);
  position: relative;
}

.sticking {
  width: 90%;
  margin-top: 25%;
  transform: translateY(-50%);
  position: relative;
}

.species-header, .glass-options-header {
  margin: 0;
  font-size: 2rem;
}

.glass-options-header {
  position: absolute;
  top: 0;
  left: 90px;
}

  .glass-options-header.clear {
    position: absolute;
    top: 0;
    left: 360px;
  }

.species-note {
  margin-top: 4px;
  font-family: acumin-pro !important;
}

.door-overlay, .glass {
  position: absolute;
  top: 30px;
  left: 90px;
  z-index: 4;
  height: 500px;
}

  .door-overlay.clear {
    left: 360px;
  }

.current-glass {
  position: absolute;
  top: 30px;
  left: 100px;
  z-index: 3;
}

.standard-drawing.clear {
  position: absolute;
  top: 30px;
  left: 360px;
  z-index: 3;
}

.glass {
  display: block;
  z-index: 3;
}

.glass-close-up {
  float: right;
  margin: 30px 80px 0 0;
  max-width: 200px;
  max-height: 200px;
  overflow: hidden;
}

  .glass-close-up img {
    max-width: 300px;
    max-height: 300px;
    margin: -50px 0 0 -50px;
  }

.header-links-ezq-tools {
  position: relative;
  float: right;
}

  .header-links-ezq-tools a {
    margin-right: 0;
  }

  .header-links-ezq-tools:hover .ezq-tools-sub-nav {
    display: block;
  }

.ezq-tools-sub-nav {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 20px 20px 0 20px;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  white-space: nowrap;
}

.ezq-tools-sub-nav-header {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: acumin-pro;
  font-size: 15px;
  font-weight: bold;
}

.ezq-tools-sub-nav label {
  white-space: nowrap;
  font-weight: normal;
}

.ezq-tools-sub-nav a {
  font-family: acumin-pro;
  line-height: 1.75;
  font-size: 1.4rem;
}

.header-links-ezq-tools:hover div {
  display: block;
}

.zoom {
  max-width: 25px;
  display: inline-block;
  margin-top: -14px;
  text-decoration: none;
  color: #222222;
  font-size: 3rem;
  transition: ease-in-out .2s transform;
}

.modal-link:hover .zoom {
  transform: scale(1.25);
}

.zoom img {
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.75);
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

.close-x {
  position: absolute;
  top: 25px;
  right: 25px;
  color: white;
  font-size: 2.5rem;
  cursor: pointer;
}

.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(1px);
  border: 2px solid black;
  padding: 20px;
  background: #ffffff;
}

  .modal-content img {
    max-height: 85vh;
    max-width: 85vw;
    transform: translateZ(5px);
  }

input[type=submit].add-line-item-to-quote {
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
  padding: 6px 20px;
  color: #ffffff;
  background-color: #f40101;
  font-size: 18px;
  text-transform: uppercase;
}

  input[type=submit].add-line-item-to-quote:hover {
    background-color: #000000;
  }

.line-item-detail {
  display: none;
  margin-bottom: 20px;
}

  .line-item-detail th, .line-item-detail td {
    border: 2px solid #ffffff;
    padding: 6px 10px;
    vertical-align: top;
    background-color: #f0f0f0;
  }

  .line-item-detail td {
    font-size: 13px;
  }

.quantity {
  margin-bottom: 10px;
}

.quantity-input {
  width: 6rem;
  /*margin-left: 15px;*/
}

.glass-and-panel-option {
  display: inline-block;
  text-align: center;
}

  .glass-and-panel-option form label {
    margin: 0 5px 10px 5px;
    text-align: center;
    cursor: pointer;
  }

.glass-panel-selected {
  border: 4px solid #000000;
}

.leaded-glass-door-image, .leaded-glass-close-up {
  display: inline-block;
  vertical-align: top;
  max-height: 500px;
}

/* Dark theme */

body.dark .container, body.dark .content, body.dark .similar-links a.ezq-button {
  background-color: #444444;
}

  body.dark .content th, body.dark .content td, body.dark .content h1, body.dark .content h2, body.dark .content h3, body.dark .content h4, body.dark .content label, body.dark .content p, body.dark .content p a, body.dark .door-number-box h2, body.dark .similar-links a.ezq-button {
    color: #ffffff;
  }

body.dark .view-more-link a:link, body.dark .view-more-link a:visited {
  color: #dddddd;
}

body.dark .pricing-box-header {
  background-color: #ffffff;
}

body.dark .pricing-box h3, body.dark .pricing-box p, body.dark .collapsible:link, body.dark .collapsible:visited {
  color: #222222;
}

body.dark h2.standard-options {
  color: #222222;
  background-color: #eeeeee;
}

body.dark .question-group label, body.dark .section-details p, body.dark .section-resources h2, body.dark .section-resources p {
  color: #ffffff;
}

body.dark .section-details-box .thumbnail-wrapper .thumbnail.current {
  color: #ffffff;
  background-color: #444444;
}

body.dark .section-details-box .thumbnail-wrapper .thumbnail, body.dark a.ezq-button.not-current {
  background-color: #666666;
  border-bottom: 1px solid lightgray;
}

  body.dark .section-details-box .thumbnail-wrapper .thumbnail:hover, body.dark a.ezq-button.not-current:hover {
    background-color: #555555;
  }

body.animate th, body.animate td, body.animate .door-number-box h2, body.animate h2.standard-options, body.animate .question-group label, body.animate .section-details p, body.animate .section-details-box .thumbnail-wrapper .thumbnail, body.animate .section-resources h2, body.animate .section-resources p {
  transition: color, 1s;
}

  body.animate .content, body.animate h2.standard-options, body.animate .section-details-box .thumbnail-wrapper .thumbnail.current {
    transition: background-color, 1s;
  }

/* Have to overwrite some styles from simpsondoor.com's main CSS */

.tile button {
  margin: 0;
  padding: 0;
  color: #000000;
  text-transform: none;
  font-family: acumin-pro;
  white-space: normal;
}

/* Media queries */

@media (max-width: 1780px) {
  .full-width-off {
    display: block;
  }
}

@media (max-width: 1700px) {
  .column-left-header {
    width: 40%;
    max-width: 600px;
    padding-right: 48px;
  }

  .pricing-box {
    max-width: 600px;
  }

  .details-resources-container {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: auto;
  }

  .net-factored-price {
    width: 100%;
  }

  .section-details, .section-resources {
    overflow: visible;
  }

  .section-resources {
    margin-top: 40px;
    max-width: none;
  }

  .section-details {
    margin-left: 0;
  }

  .save-line-item-start-new-quote {
    position: absolute;
    top: 120px;
    right: 10px;
  }

  .details-resources-container {
    margin: 150px 0 0 0;
  }

  .full-width-off {
    display: none;
  }

  .section-options {
    width: 40%;
    max-width: 600px;
  }

  .standard-options {
    max-width: 100%;
  }

  .label-links {
    width: 50%;
  }

  .details-resources-container {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: auto;
    width: 50%;
    margin-left: 10%;
  }

  .section-details, .section-resources {
    overflow: visible;
  }

  .save-line-item-start-new-quote {
    width: 50%;
  }

  .section-details {
    width: auto;
  }

  .section-resources {
    margin-top: 40px;
    margin-right: 20px;
    max-width: none;
  }
}

@media (max-width: 1400px) {
  .save-line-item-start-new-quote {
    right: auto;
  }

  .details-resources-container {
    width: auto;
    margin-left: 5%;
  }

  .section-details {
    width: auto;
  }
}

@media (max-width: 1300px) {
  .column-left-header {
    max-width: 450px;
  }
}

@media (max-width: 1200px) {
  .details-resources-container {
    margin-left: 10px;
  }

  .section-details {
    min-width: 500px;
  }

  .similar-links a.ezq-button {
    font-size: 11px;
  }

  .leaded-glass-door-image, .leaded-glass-close-up {
    max-height: 350px;
  }
}

@media (max-width: 999px) {
  .sections-container {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: auto;
  }

  html, body, .details-resources-container, .section-options, .section-details, .section-resources {
    overflow: auto;
    height: auto;
    width: 100%;
  }

  .header {
    height: 120px;
  }

  .header-links {
    right: auto;
    left: 40px;
    top: 90px;
  }

  .content {
    margin-top: 110px;
  }
}

@media (max-height: 700px) {
  .pricing-box-details {
    max-height: 60vh;
    overflow-y: scroll;
  }
}

@media (max-height: 600px) {
  .pricing-box-details {
    max-height: 50vh;
    overflow-y: scroll;
  }
}

@media (max-height: 500px) {
  .pricing-box-details {
    max-height: 40vh;
    overflow-y: scroll;
  }
}

@media (max-height: 400px) {
  .pricing-box-details {
    max-height: 30vh;
    overflow-y: scroll;
  }
}

@media (min-width: 1800px) {
  .section-details-box .current-specs {
    height: 80vh;
  }

  .section-details-box #ezqPhoto.elevation-drawing {
    /*max-width: 480px;*/
    /*max-height: 68vh;*/
  }

  /*.cross-section {
    margin-top: 35vh;
  }*/

  .species-header, .product, .detail-box .end-use {
    margin-top: 10vh;
  }

  .leaded-glass-door-image, .leaded-glass-close-up {
    margin-top: 10vh;
  }
}

@media (max-width: 650px) {
  .cta-button {
    justify-content: space-evenly !important;
  }

  .cta-button a, .cta-button a:link, .cta-button a:visited {
    margin-right: 50px !important;
  }
}

/* Overwrite inline page styles in Views */

.filters h4 {
  font-family: acumin-pro !important;
  font-weight: bold !important;
}

.shape-button-selected, .shape-button.current {
  background: #000000 !important;
}