/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter, .iqnav div span, #quoteLock span, #quotePrint span, #tccontainer, #quoteLockmobile span {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

header#header {
  background: url(../../images/bg10.png) left top no-repeat #337aab;
}

#box1 {
  max-height: none !important;
}

/* Variables and Classes ================================================================================================ */

.hidden {
  display: none;
}

.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter, .iqnav div span, #quoteLock span, #quotePrint span, #tccontainer, #quoteLockmobile span {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

#box1 {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  max-height: 1200px;
  position: relative;
  overflow: hidden !important;
  z-index: 20;
  text-align: center;
  position: relative;
}

#box1sub {
  background: url(../images/headerbg.png) center top no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  height: 100%;
}

#box1 #box1content {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

#box1 #box1content h1 {
  font-size: 95px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}

#box1 #box1content p {
  font-size: 25px;
  font-family: "Lato", sans-serif;
  color: #000;
}

#box1 #box1content .buttons {
  width: 350px;
  margin-top: 20px;
}

#box1 #b1downarrow {
  background: url(../images/arrow1-down.png) no-repeat 50% 50% rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  display: block;
  z-index: 10;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 30px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#box1 #b1downarrow:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1890px) {
  #box1sub {
    background: url(../images/headerbg.png) center 20px no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1650px) {
  #box1 #box1content {
    top: 55%;
  }

  #box1 #box1content h1 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 1336px) {
  #box1sub {
    background: url(../images/headerbg.png) center 30px no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1260px) {
  #box1sub {
    background: url(../images/headerbg.png) center 50px no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  #box1 #box1content h1 {
    font-size: 75px;
  }

  #box1 #box1content .buttons {
    max-width: 350px;
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1012px) {
  #box1 {
    height: auto;
    background-position: center center !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: inherit;
  }

  #box1:before {
    content: '';
    display: block;
    background: rgba(0, 95, 156, 0.85);
    position: absolute;
    height: 100%;
    width: 100%;
  }

  #box1sub {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    background: none;
  }

  #box1 #box1content {
    top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #box1 #box1content h1 {
    font-size: 45px;
    line-height: 50px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 8px;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  }

  #box1 #box1content p {
    padding-left: 5%;
    padding-right: 5%;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }

  #box1 #box1content .buttons {
    max-width: 350px;
    width: 90%;
    margin-top: 10px;
  }

  #box1 #b1downarrow {
    display: none;
  }
}
#box1sub {
  background: url(../../images/headerbg.png) center top no-repeat;
}

#box1 {
  height: auto;
  background: url(../../images/pattern1.png);
  padding-bottom: 0;
}

#box1padding {
  height: 90px;
  clear: both;
  display: block;
}

/*.pagebottom {padding-bottom:80px !important}
.pagebottomnone {padding-bottom:0 !important}*/
#box1sub {
  height: auto;
}

#box1sub .sitewidth {
  position: relative;
}

#box1 h1 {
  color: #000;
  text-shadow: none;
  padding-top: 280px;
  font-size: 85px;
  font-weight: bold;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  padding-bottom: 50px;
  line-height: 1em;
}

@media screen and (max-width: 1890px) {
  #box1 h1 {
    padding-top: 270px;
  }
}
@media screen and (max-width: 1650px) {
  #box1 h1 {
    padding-top: 330px;
    font-size: 75px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1410px) {
  #box1 h1 {
    padding-top: 320px;
  }
}
@media screen and (max-width: 1336px) {
  #box1 h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1260px) {
  #box1 h1 {
    padding-top: 290px;
    font-size: 65px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1012px) {
  #box1 {
    border-bottom: 1px solid #ddd;
  }

  #box1padding {
    height: 70px;
  }

  #box1:before {
    display: none;
  }

  #box1 h1 {
    padding-top: 90px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 35px;
  }

  #box1sub {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
}
@media screen and (max-width: 516px) {
  #box1 h1 {
	line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  #box1 h1 {
    font-size: 35px;
    line-height: 40px;
  }

  #lightgallery a {
    width: 100%;
    margin: 0 0 1px 0;
    height: 170px;
  }
}
/* Layout Globals ================================================================================================ */
/*#box1 .sitewidth {visibility:hidden}
.iqshow {visibility:visible !important}*/
#iqleft {
  float: left;
  width: 70%;
  background: #fff;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

a#quote-tool {
  position: absolute;
  left: 0;
  top: -30px;
}

.iqnav {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}

.iqnav:after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background: #989899;
}

.iqnav div {
  text-align: center;
  height: 60px;
  line-height: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-transform: none;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #2073a9;
  display: block;
  float: left;
  width: 16.66%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.iqnav div:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(0, 70, 116, 0.8);
  top: 0;
  right: 0;
}

.iqnav div span {
  display: block;
  z-index: 1;
  padding-left: 15%;
  padding-right: 15%;
}

.iqnav div:last-child:after {
  display: none;
}

.iqnav div > span:after {
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background: #005c97;
  display: block;
  width: 3000%;
  height: 3000%;
  content: '';
  position: absolute;
  top: -1500%;
  left: 0;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.iqnav div:before {
  display: block;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}

.iqnav div:nth-child(1):before {
  content: '1';
}

.iqnav div:nth-child(2):before {
  content: '2';
}

.iqnav div:nth-child(3):before {
  content: '3';
}

.iqnav div:nth-child(4):before {
  content: '4';
}

.iqnav div:nth-child(5):before {
  content: '5';
}

.iqnav div:nth-child(6):before {
  content: '6';
}

.iqnav div.iq-current:before {
  color: #004674 !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.iqnav div:hover > span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.iqnav div.iq-current {
  background: #fff;
  color: #000;
  cursor: default;
  z-index: 1;
}

.iqnav div.iq-current:hover span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.iqcontent {
  display: none;
  padding-top: 48px;
  clear: both;
  padding-bottom: 130px;
  position: relative;
}

.iqcontent:after {
  content: '';
  display: block;
  height: 90px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #f2f2f2;
}

.iqcontent.iqcontent-2:after,
.iqcontent.iqcontent-4:after,
.iqcontent.iqcontent-5:after 
{
  display: none;
}

.iqcontentsub {
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.iq-hide {
  display: none !important;
}

.iq-show {
  display: block !important;
}

.button-tile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 100%;
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 0 5%;
  position: relative;
  top: -1px;
}

.backbutton, .nextbutton {
  width: 90px;
  height: 40px;
  text-align: center;
  bottom: -105px;
  top: inherit;
  z-index: 1000;
  background-repeat: no-repeat;
  background-color: #d9272e;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: absolute;
  cursor: pointer;
}

.backbutton:focus, .nextbutton:focus {
  box-shadow: inset 0 0 0px 2px rgba(255, 255, 255, 0.6);
}

.backbutton {
  left: 5%;
}

.nextbutton {
  right: 5%;
}

.nextbutton:first-of-type {
  filter: grayscale(1);
}

.backbutton:after, .nextbutton:after {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  z-index: 4444;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.backbutton:after {
  content: '❮ Back';
}

.nextbutton:after {
  content: 'Next ❯';
}

.backbutton:before, .nextbutton:before {
  display: none;
}

.backbutton:hover, .nextbutton:hover {
  background: #dd3d43;
}

.iqcontent-2 .backbutton, 
.iqcontent-2 .nextbutton,
.iqcontent-4 .backbutton, 
.iqcontent-4 .nextbutton,
.iqcontent-5 .backbutton, 
.iqcontent-5 .nextbutton
{
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
}

.qtip {
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px;
  border-radius: 4px !important;
  border-color: #005f9c !important;
  overflow: hidden;
}

.qtip-content {
  background: #fdfdfd !important;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 15px 15px 20px 15px !important;
  font-style: italic;
}

.qtip-content strong {
  font-family: "Oswald", sans-serif !important;
  color: #f7232b !important;
  font-style: normal;
}

@media screen and (max-width: 1260px) {
  #iqleft {
    width: 76.4%;
  }

  .iqcontentsub {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 1012px) {
  #iqleft {
    width: 100%;
  }

  .iqcontentsub {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .iqnav div:before {
    font-size: 30px;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .iqnav div:nth-child(1):before {
    margin-left: -6px;
  }

  .iqnav div {
    font-size: 0;
  }

  .iqcontent {
    padding-top: 30px;
  }

  .iqcontent.iqcontent-4,
  .iqcontent.iqcontent-5
  {
    padding-top: 0 !important;
  }

  
}
/* Globals ================================================================================================ */
#iqleft h2 {
  font-size: 22px;
  line-height: 26px;
  color: #005f9c;
  border-top: 1px solid #ddd;
  padding-top: 35px;
  margin-top: 40px;
  padding-bottom: 2px;
  clear: both;
  letter-spacing: 1;
  font-weight: bold;
  text-transform: uppercase;
}

#iqleft ul {
  /* overflow: hidden; */
}

#iqleft .module-tile h2 {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

#iqleft .module-tile {
	padding-top: 35px;
	padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

#iqleft .lean-tos-roof-style {
	margin-top: 35px;
	padding-top: 35px;
  border-top: 1px solid #ddd;
}

/* #iqleft .module-tile:first-of-type {
  padding-top: 0;
}

#iqleft .module-tile:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
} */

a.qmark {
  cursor: pointer;
}

a.qmark img {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-left: 5px;
}

/* Select Menu */
.selectmenu {
  width: 17%;
  display: inline-block;
  margin-left: 1.6%;
  margin-right: 1.6%;
}

li .selectmenu:nth-child(1), li .selectmenu.first {
  margin-left: 0;
}

.selectmenu span {
  font-size: 14px;
  line-height: 14px;
  padding-top: 12px;
  padding-bottom: 5px;
  display: block;
}

.formentryselect {
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #e0dede;
  height: 35px;
  position: relative;
}

.formentryselect:after {
  content: '';
  display: block;
  background: url(../images/formarrow.svg) no-repeat 50% 50%/cover;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.formentryselect select, .formentryselect input {
  background: transparent;
  margin-top: 0 !important;
  padding: 0 40px 0 3%;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  cursor: pointer;
  height: 100%;
  z-index: 3;
  position: relative;
}

select::-ms-expand {
  display: none;
}

.formentryselect select {
  color: #555;
  font-style: italic;
}

.formentryselect input {
  position: relative;
}

.formentryselect select option {
  color: #000;
  font-style: normal;
}

.formentryselect select option:first-child {
  color: #ccc;
  font-style: normal;
}

/* Checkbox */
.checkboxclass {
  clear: both;
  margin-top: 15px;
  display: block;
}

.checkboxclass.flex { 
  display: flex; 
}

.checkboxclass span {
  float: left;
  display: inline-block;
  padding: 0 0 0 14px;
  font-size: 14px;
  line-height: 22px;
  vertical-align: top;
  color: #000;
}

.checkboxclass:after {
  content: '';
  display: block;
  height: 20px;
}

.checkboxclass input {
  display: none;
}

.squaredThree {
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  display: block;
  float: left;
}

.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border: 1px solid #e0dede;
  background: #f8f8f8;
}

.squaredThree label::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 11px;
  height: 7px;
  background: transparent;
  top: 2px;
  left: 3px;
  border: 3px solid #f7232b;
  border-top: none;
  border-right: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .2s;
}

.squaredThree label:hover::after {
  opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label::after,
.squaredThree input[type=checkbox]:checked + label:hover::after {
  opacity: 1 !important;
}

.squaredThree.disabledCheck label { pointer-events: none; }
.squaredThree.disabledCheck label::after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
    opacity: 0.3 !important;
}

.checkboxclass span {
  position: relative;
}

.checkboxclass span a {
  position: absolute;
  top: 3px;
  right: -25px;
}

/* Radios */
.radios {
  width: 100%;
  margin-bottom: 0;
}

.radios span {
  font-size: 14px;
  line-height: 14px;
  padding-top: 12px;
  padding-bottom: 5px;
  display: block;
}

.radios label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #000;
  vertical-align: top;
}

.radios input[type=radio] {
  display: none;
}

.radios label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #ddd;
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  vertical-align: top;
}

.radios .radio label:before {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.radios input[type=radio]:checked + label:before {
  content: "\2022";
  color: #f7232b;
  font-size: 42px;
  font-family: arial;
  text-align: left;
  line-height: 17px;
}

.addicon a {
  font-size: 16px;
  font-weight: normal;
  color: #189f38;
  position: relative;
}

.addicon a:before {
  content: '';
  display: block;
  height: 15px;
}

.addicon span {
  width: 25px;
  height: 25px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 0 0;
  background: rgba(24, 159, 56, 0.8);
  color: #fff;
  font-size: 0;
  position: relative;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.addicon span:after {
  content: '\002B';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  line-height: 23px;
  font-size: 22px;
  font-weight: normal;
}

.addicon a:hover span {
  background: #189f38;
}

.deleteicon {
  width: 25px;
  height: 25px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 36px 0 0 20px;
  background: rgba(217, 39, 46, 0.8);
  color: #fff;
  font-size: 0;
  position: relative;
}

.deleteicon:after {
  content: '\00D7';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  line-height: 23px;
  font-size: 22px;
  font-weight: normal;
}

.deleteicon:hover {
  background: #d9272e;
}

p.desc {
  font-style: italic;
  font-size: 14px;
  color: #aaa;
  line-height: 17px;
}

p.descdark {
  color: #000;
}

@media screen and (max-width: 1012px) {
  #iqleft, #iqleft ul, #iqleft li, #iqleft h2, p.desc, #roof_pitch_module {
    text-align: center;
  }

  .radios {
    width: 100%;
    text-align: center;
  }

  .radios span {
    padding: 7px 0 5px 0;
    margin-left: -15px;
  }

  .radios label {
    font-size: 15px;
    line-height: 18px;
  }

  .radios label:before {
    bottom: inherit;
    top: 2px;
  }

  .selectmenu {
    width: 100% !important;
    max-width: 400px !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
    position: relative;
    display: block;
    margin: 0 auto !important;
  }

  .selectmenu:after {
    content: '';
    display: block;
    width: 100%;
    height: 14px;
  }

  .selectmenu span {
    text-align: left;
  }

  .checkboxclass {
    width: auto;
    float: none;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
    padding-right: 15px;
    margin-top: 15px;
  }

  .checkboxclass:after {
    width: auto;
    display: inline-block;
  }

  .addicon {
    text-align: center;
    margin-top: 10px;
  }

  .addicon span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }

  .addicon a {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    line-height: 19px;
    text-align: left;
  }

  .addicon a:before {
    height: 6px;
  }

  .deleteicon {
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 10px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .radios label {
    font-size: 14px;
    line-height: 17px;
  }

  .radios label:after {
    content: '';
    display: block;
    height: 12px;
  }
}
/* Sidebar ================================================================================================ */
#iqrightcontainer {
  float: right;
  width: 269px;
  position: relative;
  margin-right: 24px;
}

#iqrightcontainersub {
  height: 618px;
}

#iqright {
  width: 269px;
  padding: 20px 12px 20px 12px;
  background: #fff;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  text-align: left;
}

#iqright h2 {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 4%;
  padding-right: 4%;
  width: 92%;
  letter-spacing: 0;
  color: #004674;
  font-weight: 400;
  border-top: 2px solid whitesmoke;
  padding-top: 5px;
}

#iqright h2.menu-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#iqright .priceWait {
  width: 16px;
  height: 16px;
  display: none; /* inline-block */
}

#iqright #materialsList {
  font-size: 10px;
  padding: 7px 10px;
}

#iqright #materialsList li {
  padding: 3px 0;
}

#iqright ul {
   padding-bottom: 20px;
	
}

#iqright li {
  box-sizing: border-box;
  text-align: right;
  padding: 4px 4%;
  width: 100%;
  margin: 0;
  margin-bottom: 4px;
  background: #f5f5f5;
  overflow: hidden;
}

@media screen and (max-width: 1260px){
	/* #iqright #pricing li { overflow: auto; }	 */
	#iqright li { overflow: hidden; }	
}

/* #iqright #pricing li span.pricingName { */
#iqright li span.pricingName {
  float: left;
  color: #555;
  font-size: 16px;
}

/* #iqright #pricing li span.pricingValue { */
#iqright li span.pricingValue {
  color: #189f38;
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

#iqright #laborArea {
  display: block;
}

#iqright a {
  color: #36537a;
  text-decoration: none;
  display: block;
}


#iqright #calcPrice {
  padding-left: 2px;
  font-size: 10px;
  padding-bottom: 3px;
  color: #36537A;
}



#iqright .totalbox {
  color: #189f38;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-align: right !important;
    padding: 8px 4% !important;
/* 	  font-size: 35px;
  line-height: 35px; */
}

#iqright .medium-text {
  font-size: 25px;
  line-height: 25px;
}

#iqright .large-text {
  font-size: 35px;
  line-height: 35px;
}

#quoteLock {
  width: 100%;
  height: 70px;
  display: block;
  cursor: pointer;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #2073a9;
}

#quoteLock:before {
  content: '';
  display: block;
  width: 34px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -25px;
  z-index: 2;
  background: url(../images/lock.png);
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#quoteLock span {
  display: block;
  color: #fff;
  padding-left: 30%;
  padding-right: 10%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 28px;
}

#quoteLock:hover {
  background: #237fba;
}

#quoteLock:hover:before {
  left: 28px;
}

#quotePrint {
  width: 132px;
  float: right;
  margin-top: 18px;
  height: 40px;
  display: block;
  background: url("../images/printer.png") 15px 50% no-repeat #fff;
  cursor: pointer;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 1px 1px 2px transparent;
  -webkit-box-shadow: 1px 1px 2px transparent;
  box-shadow: 1px 1px 2px transparent;
  border: 1px solid #d7d7d7;
  text-align: right;
}

#quotePrint span {
  display: block;
  color: #444;
  padding-left: 30%;
  padding-right: 12%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  line-height: 20px;
}

#quotePrint:hover {
  background-color: #f7f7f7;
  background-position: 17px 50%;
}

#laborArea h2 {
  padding-bottom: 3px;
}

#preferredBuilderText,
#iqright .small-text
{
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 8px;
  padding-left: 4%;
  padding-right: 5%;
}

#preferredBuilderText a,
#iqright .small-text a
{
  display: inline;
  font-size: 14px;
  line-height: 17px;
}

#preferredBuilderText a:hover,
#iqright .small-text a:hover
{
  text-decoration: underline;
}

#preferredBuilderDisclaimer {
  margin-bottom: 20px;
  margin-top: -18px;
  color: #aaa;
  font-size: .7em;
  line-height: normal;
  padding-left: 4%;
  font-style: italic;
}

.disclaimerMobile {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  font-style: italic;
  padding: 0;
  line-height: 1em;
  font-weight: bold;
}

@media screen and (max-width: 1260px) {
  #iqrightcontainer {
    width: 196px;
    margin-right: 20px;
  }

  #iqright {
    width: 196px;
    padding: 20px 10px 20px 10px;
  }

  #quoteLock:before {
    left: 13px;
  }

  #quoteLock:hover:before {
    left: 15px;
  }

  #quoteLock span {
    padding-left: 30%;
    padding-right: 8%;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1012px) {
  #iqrightcontainer, #iqright {
    display: none;
  }
}
/* 1. Location ================================================================================================ */
#location {
  /* width: 210px; */
  float: right;
  text-align: center;
  margin: 25px 40px 0 0;
  position: relative;
  overflow: visible !important;
}

#location:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  left: -50px;
  top: 0;
  z-index: 10;
  display: none;
}

#location input {
  text-align: center;
}

.spansteps {
  display: block;
  text-align: left;
  font-size: 13px !important;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  line-height: 12px;
  color: #005f9c;
  font-weight: 300;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 6px;
  margin-bottom: 13px;
  text-transform: uppercase;
  width: auto !important;
}

#ctocsn {
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  line-height: 10px;
  color: rgba(247, 35, 43, 0.5);
  padding-top: 8px;
  position: relative;
}

#zipel {
  margin: 0 auto;
  float: none;
  position: relative;
}

#zip {
  width: 90px;
  padding: 0 2px 0 0;

}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type='number'] {
    -moz-appearance:textfield;
}

#zipWait {
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  bottom: 13px;
  /* right: 26px; */
  margin-left: 10px;
}

#SnowloadCalculate{
    border: 0;
    margin-left: 10px;
    margin-top: 0;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    font-size: 17px;
    width: 50px;
    outline: none;
    background: #d9272e;

	display: inline-block;
	margin: 0 auto;
	font-family: "Oswald", sans-serif;
	color: #fff !important;
	font-weight: normal;
	text-decoration: none !important;
	padding: 0;
	text-align: center;
	border-radius: 2px;
}

#SnowloadCalculate:hover { background: #dd3d43; }

#locationsnowload {
  margin: 0 auto;
  float: none;
  margin-top: 20px;
}

#locationsnowload input {
  width: 130px;
  padding: 0 2px 0 0;
}

#locationsnowload label {
	line-height: 23px;
    display: block;
    color: #aaa;
    font-style: italic;
	margin-bottom: 7px;
}

#locationsnowload label span {
  font-size: 14px;
  display: block;
  margin: 0 0 6px 0;
  padding: 0;
  line-height: 14px;
}

#NewYorkMessage {
  display: none;
  padding-top: 30px;
  line-height: 20px;
  font-size: 16px;
}

#NewYorkMessage a {
  line-height: 20px;
  font-size: 16px;
}

#CountyMessage {
  padding-top: 20px;
}

#CountyMessage .selectmenu {
  width: 100%;
}

#ErrorMessage {
  display: none;
  padding-top: 20px;
  color: #f7232b;
  line-height: 22px;
  max-width: 210px;
}

#areasofservice {
  margin-top: 50px;
  float: left;
  width: 400px;
  margin-left: 5px;
  position: relative;
}

#areasofservice h3 {
  text-align: left;
  color: #d9272e;
  letter-spacing: 0;
  font-size: 16px;
  position: absolute;
  bottom: 16px;
  left: 14px;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(217, 39, 46, 0.2);
  border-top: 1px solid rgba(217, 39, 46, 0.2);
}

#areasofservice img {
  margin: 0 auto;
  margin-top: -5px;
  width: 100%;
  max-width: 502px;
}

@media screen and (max-width: 1260px) {
  #areasofservice {
    width: 380px;
    margin-left: 5px;
  }

  #areasofservice h3 {
    font-size: 16px;
    bottom: 12px;
    left: 12px;
  }

  #location:before {
    left: -40px;
  }
}
@media screen and (max-width: 1012px) {
  #location {
    width: 100%;
    margin: 0;
    padding-bottom: 37px;
  }

  #location:before {
    width: 100%;
    height: 1px;
    top: inherit;
    bottom: 0;
    left: 0;
    display: block;
  }

  #areasofservice {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    clear: both;
  }

  #areasofservice h3 {
    position: relative;
    text-align: center;
    left: inherit;
    bottom: inherit;
    border: 0;
  }

  .spansteps {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 13px;
  }

  #location .selectmenu {
    max-width: 210px;
  }
}
/* 2. Dimensions ================================================================================================ */
#postspacingh2 {
  padding-top: 0 !important;
  border: none !important;
  margin-top: 0 !important;
}

#barnsize {
  padding-top: 10px;
}

#barnsize li {
  font-size: 0;
}

#barnImage {
  position: absolute;
  top: 55px;
  right: 40px;
}

#concrete_credit_container {
  padding-top: 15px;
  display: none;
}

#barnsize .checkboxclass {
  margin-top: 0;
}

#barnsize .checkboxclass:after {
  height: 0;
}

#porches li {
  font-size: 0;
}

#porches .selectmenu {
  width: 22%;
}

.overhangs .selectmenu {
  width: 300px;
}

.overhangs:first-child .selectmenu {
  margin-left: 0;
}

.overhangs {
  display: inline-block;
  vertical-align: top;
}

#overhangstylelieave, #overhangstyleligable {
  margin-left: 50px;
  position: relative;
  margin-top: 15px;
}

#overhangstylelieave .qmark, #overhangstyleligable .qmark {
  position: absolute;
  right: -23px;
}

#overhangstylelieave .deleteicon, #overhangstyleligable .deleteicon {
  position: absolute;
  top: -5px;
  right: -80px;
}

#overhangstylelieave label[for=ohse1], #overhangstyleligable label[for=ohsg1] {
  margin-right: 35px;
}

@media screen and (max-width: 1260px) {
  #barnImage {
    right: 30px;
  }

  #porches .selectmenu {
    width: 26%;
  }
}
@media screen and (max-width: 1012px) {
  .overhangs {
    display: block;
  }

  #overhangstylelieave, #overhangstyleligable {
    margin-left: -19px;
  }

  #overhangstylelieave .radios span, #overhangstyleligable .radios span {
    text-align: center;
    padding-left: 33px;
  }

  #barnImage {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
/* 3. Doors & Windows ================================================================================================ */
#doorsHeader {
  padding-top: 0 !important;
  border: none !important;
  margin-top: 0 !important;
}

#doors li {
  font-size: 0;
}
/* 
#doors li .selectmenu:nth-child(1) {
  width: 28%;
}

#doors li .selectmenu:nth-child(2) {
  width: 22%;
}

#doors li .selectmenu:nth-child(3) {
  width: 30%;
}

.ohdoptions {
  display: none;
}

#doors2 li {
  font-size: 0;
}

#doors2 li .selectmenu {
  width: 340px;
}
 */
#windows li {
  font-size: 0;
  clear: both;
}

#windows li .windowcontainer { 
	display: inline-block;
	max-width: calc(100% - 50px);
}

@media screen and (max-width: 1012px){
#windows li .windowcontainer {
    width: 100% !important;
    max-width: 400px !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
    position: relative;
    display: block;
    margin: 0 auto !important;
}	
	
}


#windows li .windowcontainer .selectmenu {
	width: auto;
	margin-left: 0;
/* 	margin-right: 3%; */
	margin-right: 8px;
}

/* #windows li .windowcontainer .selectmenu:nth-child(1) { */
#windows li .windowcontainer .windowtypeclass {
	/* width: 40%; */
	/* width: 272px; */
	/* width: 266px; */
	width: 232px;
}

/* #windows li .windowcontainer .selectmenu:nth-child(2) { */
#windows li .windowcontainer .windowinsulationclass {
	/* width: 22%; */
	/* width: 160px; */
	/* width: 120px; */
	width: 100px;
}

/* #windows li .windowcontainer .selectmenu:nth-child(3) { */
#windows li .windowcontainer .windowsizeclass {
	/* width: 22%; */
	/* width: 130px; */
	width: 100px;
}

#windows li .windowcontainer .windowgridsclass {
	width: 100px;
}

#windows li .windowcontainer .windowquantityclass {
	/* width: 35px; */
	width: 75px;
}


/* .windowquantityclass {
	position: relative;
	top: -13px;
}

.windowquantityclass input[type='text'] {
	font-size: 13.333px;
	text-align: center;
}
 */

#windows li .windowcontainer .checkboxclass {
	margin-top: 0;
	margin-bottom: 20px;
	display: inline-block;
	clear: both;
	
	background: rgb(226, 226, 226);
	padding: 10px 20px;
	border-radius: 15px;
    width: fit-content;
}

@media screen and (max-width: 1012px) {
	#windows li { margin-bottom: 60px; }
	#windows li .windowcontainer .checkboxclass { margin-bottom: 0; }
/* 	.windowquantityclass { top: 0; }
	.windowquantityclass input[type='number'] { text-align: left; } */
	
}

.deleteWindow, #AddWindow { cursor: pointer; display: inline-block; }


#window-images { text-align: left; }

img#windowsImage { display: inline-block; box-sizing: border-box; }
@media screen and (max-width: 1012px) {
	#window-images { text-align: center; }
}

@media screen and (max-width: 510px) {
		img#windowsImage { width: 90%; }
}

/* img#windowsImage { display: inline-block !important; width: 100% !important; max-width: 415px !important; }
	
	
@media screen and (max-width: 910px) {
	img#windowsImage { margin: 0; margin-left: auto !important; margin-right: auto !important;}
}
 */

/* #windows li .selectmenu:nth-child(1) {
  width: 40%;
}

#windows li .selectmenu:nth-child(2) {
  width: 22%;
} */





#doors3 li {
  font-size: 0;
}

#doors3 li .selectmenu {
  width: 340px;
}

.condensationcheck span.mh3 {
  display: inline-block !important;
  float: none !important;
  padding: 0 !important;
}

/* @media screen and (max-width: 1260px) {
  #doors li .selectmenu:nth-child(1) {
    width: 29%;
  }

  #doors li .selectmenu:nth-child(2) {
    width: 22%;
  }

  #doors li .selectmenu:nth-child(3) {
    width: 32%;
  }
} */
@media screen and (max-width: 767px) {
  .condensationcheck span {
    font-size: 12px;
  }

  .condensationcheck span.hum3 {
    display: inline-block !important;
    float: none !important;
    padding: 0 !important;
  }

  .condensationcheck span.mh3 {
    display: none !important;
  }
}
/* 4-6 ================================================================================================ */
.iqcontent-2,
.iqcontent-4,
.iqcontent-5
{ padding-top: 13px !important; padding-bottom: 0 !important; margin-bottom: -1px; }

.iqcontent-6 .iqcontentsub div:first-child h2 { 
  padding-top: 0 !important;
  border: none !important;
  margin-top: 0 !important;
}

.trusscontainer, .pitchcontainer {
	display: inline-block;
	text-align: center;
}

.trusscontainer img, .pitchcontainer img {
	width: 100%;
	max-width: 170px;
}

@media screen and (max-width: 406px) {
	.trusscontainer, .pitchcontainer { width: 130px; }
}

@media screen and (min-width: 460px) {
	.trusscontainer:first-child, .pitchcontainer:first-child { margin-right: 30px; }
}

@media screen and (max-width: 1012px){
	.pitchcontainer .qmark { top: -3px !important; }
}


#insulationpackage_select_div {
  clear: both;
  font-size: 0;
}

#insulationpackage_select_div .selectmenu {
  width: 48%;
  display: block;
  margin-left: 0;
}

#insulationpackage_select_div .selectmenu:nth-child(1),
#insulationpackage_select_div .selectmenu.first {
  padding-top: 15px;
}

#skylightwallpanelsoption {
  font-size: 0;
}

#skylighttypediv {
  width: 28%;
  display: block;
  margin-left: 0;
  margin-top: 25px;
  clear: both;
}

#metalthickness .selectmenu {
	width: 180px;
}

#cupola_select_div {
  clear: both;
  font-size: 0;
}

#cupola_select_div .selectmenu {
  width: 22%;
  display: block;
  margin-left: 0;
}

#cupola_select_div .selectmenu:nth-child(1) {
  padding-top: 15px;
}

div.postprotectoroption {
  font-size: 0;
}

#postprotectiondiv {
  /* width: 28%; */
  width: 100%;
  display: block;
  margin-left: 0;
  margin-top: 25px;
  clear: both;
}

/*** Wall and Roof Sheathing ***************************/

#roofsheathingoption, #wallsheathingoption {
  font-size: 0;
  display: block;
    width: 250px;
    margin-right: 30px;
	margin-bottom: 45px;
	float: left;
}

@media screen and (max-width: 1012px){
	#roofsheathingoption, #wallsheathingoption { width: 100%; margin-bottom: 0; }
	#roofsheathingoption { margin-bottom: 45px; }
}	


#roofsheathingdiv, #wallsheathingdiv {
  /* width: 28%; */
  width: 100%;
  display: block;
  margin-left: 0;
  margin-top: 25px;
  clear: both;
}

/******************************/

#linerpanel_select_div {
  clear: both;
  font-size: 0;
}

#linerpanel_select_div .selectmenu {
  width: 26%;
  padding-top: 15px;
}

#linerpanel_select_div .selectmenu:nth-child(1) {
  margin-left: 0;
}

/* Structural Options: Joe Added */
#stampedradios {
	display: block;
	float: none;
	clear: both;
	width: 180px;
	margin: 0px auto;
	margin-top: 25px;
	margin-left: 0px;
	
	background: #f8f8f8;
    border: 1px solid #e0dede;
	padding: 0px;
	padding-left: 12px;
	padding-top: 10px;
	box-sizing: border-box;
}

#stampedradios .radios label {
	font-size: 14px;
}

#stampedradios .radios span {
	display: inline-block; 
	position: relative; 
	top: -5px;
}

#stampedradios .radios p {
	padding-bottom: 0px;
    margin-bottom: -12px;
}

@media screen and (max-width: 1012px){
	#stampedradios {
		margin-top: 5px;
		margin-left: auto;
		padding-top: 12px;
	}
	
	#stampedradios .radios {
		text-align: left !important;
	}
	
	#stampedradios .radios span {
		margin-left: 0px;
	}
}
/* End: Structural Options: Joe Added */
/* 6. Interior Options ================================================================================================ */
.hsselectmenu {
  margin-left: 0 !important;
}

.selectmenunoselect {
  width: auto;
  vertical-align: top;
  text-align: center;
}

.selectmenunoselect span {
  text-align: center;
}

.selectmenunoselect div {
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  color: #d9272e;
  font-weight: bold;
}

.hscheckboxfirst {
  padding-top: 10px;
}

@media screen and (max-width: 1012px) {
  .selectmenunoselect {
    margin-bottom: 0;
  }

  .selectmenunoselect:after {
    height: 0;
  }

  .selectmenunoselect span {
    text-align: center;
  }

  .selectmenunoselect div {
    height: 25px;
    line-height: 25px;
  }
}
/* Modal Window ================================================================================================ */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  cursor: pointer;
}

.modal-overlay > .modal-box  {
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #000;
  width: 95%;
  max-width: 600px;
  /* padding: 25px 2.5% 35px 2.5%; */
  padding: 2rem 0 2rem 0;  
  
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  box-shadow: 0px 0 0px 200000px rgba(0, 0, 0, 0.7);
  cursor: initial;

}

@media screen and (max-height: 650px) {
  .modal-overlay > .modal-box {
    top: 0;
    transform: translate(-50%, 0);
    margin: 30px 0;
  }
}

.button.b-close {
  background: #005f9c;
  color: #fff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 6px 10px 6px 10px;
  position: absolute;
  right: -7px;
  top: -7px;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.button.b-close:hover {
  background: #006fb6;
}

#submitquotecontainer {
  max-height: 80vh;
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 0 2rem;
}

#submitquotecontainer::-webkit-scrollbar {
  /* display: none; */
}

#submitquotecontainer h4 {
  text-align: center;
  color: #005f9c;
  letter-spacing: 0;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
}

#submitquotecontainer p {
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

#submitquotecontainer .formlabel {
  display: block;
  line-height: normal;
  margin-bottom: 5px;
  font-size: 16px;
}

#submitquotecontainer .formentry {
  position: relative;
  line-height: normal;
}

#submitquotecontainer input {
  margin-bottom: 10px;
}

#submitquotecontainer input::placeholder {
  color: rgb(180, 180, 180);
}

#submitquotecontainer select {
  width: 100%;
  height: 35px;
}

#submitquotecontainer textarea {
  width: 100%;
  height: 100px;
  line-height: 21px;
  padding-top: 3px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

#submitquotecontainer input, 
#submitquotecontainer textarea, 
#submitquotecontainer select {
    transition: all 0.5s;
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 0 0 0 3%;
    line-height: 35px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
}

#submitquotecontainer .radios {
  text-align: left; 
  line-height: normal;
  margin-bottom: 10px;
}

#submitquotecontainer .radios label::before {
  top: 1px;
  bottom: unset;
}

#submitquotecontainer .radios label::after {
  position: absolute;
}

#submitquotecontainer .buttons {
  width: 100%;
  background: #fff;
  margin-top: 10px;
  text-shadow: none;
  cursor: pointer;
}

#submitquotecontainer .buttons:hover {
  background: #005f9c;
  color: #fff;
}

#submitquotecontainer .formsuccess {
  text-align: center;
  color: #005f9c;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  padding-top: 15px;
  padding-bottom: 5px;
}

#submitquotecontainer label.error {
  position: absolute;
  padding: 0;
  right: 0;
  bottom: -11px;
  color: #ff0000 !important;
  font-size: 14px !important;
}

#submitquotecontainer #mailchimpspan {
  color: #aaa;
  font-style: italic;
  font-size: 14px;
}

#submitlockrequest {
  display: block;
  background: #d9272e;
  width: 100%;
  height: 70px;
  font-size: 25px;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 68px;
  font-family: "Oswald", sans-serif;
  color: #fff !important;
  font-weight: normal;
  text-decoration: none !important;
  padding: 0;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#submitlockrequest:hover {
  background: #dd3d43;
  color: #fff !important;
}

@media screen and (max-width: 1012px) {
  .modal-overlay > .modal-box {
    /* padding: 35px 2.5% 35px 2.5%; */
    padding: 2rem 0 2rem 0;
  }

  .button.b-close {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #submitquotecontainer #mailchimpspan {
    line-height: 16px;
    width: 220px;
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
#tcmobilemenu {
  position: fixed !important;
  bottom: 0 !important;
  width: 100%;
  top: inherit;
  left: 0;
  margin: 0;
  padding: 0;
  background: #005f9c;
  height: 70px;
  display: block;
  z-index: 2000;
  line-height: 14px !important;
}

#tccontainer {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  margin-left: 5%;
  display: inline-block;
  font-weight: 300;
}

#grandtotalmobile {
  color: #0C3;
  font-weight: 400;
}

#tcmobilemenu > li {
  cursor: pointer;
}

#tcmobilemenu li {
  display: inline;
  float: left;
  text-align: left;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#tcmobilemenu li a.tcmobilemenudropdown {
  position: absolute;
  width: 70px;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  background: url(../images/arrowup.png) 50% 50% no-repeat #004f83;
}

#tcmobilemenu li a.tcmobilemenudropdown span {
  display: none;
}

#tcmobilemenu li:hover a.tcmobilemenudropdown {
  background: url(../images/arrowup.png) 50% 50% no-repeat #00558e;
}

#tcmobilemenu li a#quoteLockmobile {
  text-decoration: none;
  height: 70px;
  padding: 0;
  margin: 0;
  text-transform: none;
  display: inline-block;
}

#tcmobilemenu li {
  position: relative;
}

#tcmobilemenu li ul {
  float: left;
  left: 0;
  margin: 0;
  position: absolute;
  bottom: 69px;
  z-index: 1;
  padding: 15px 5% 25px 5%;
  width: 90%;
  background: #00558e;
  border-top: 1px solid rgba(0, 70, 116, 0.3);
  text-align: center;
  cursor: default;
}

#tcmobilemenu li ul li {
  float: none;
  width: 100%;
}

#tcmobilemenu > li > a#quoteLockmobile:hover, #tcmobilemenu > li:hover > a#quoteLockmobile {
  color: #fff;
}

#tcul {
  width: 100%;
  display: none;
}

#tcul li {
  color: #fff;
  width: 100%;
  font-size: 15px;
}

#tcul li span {
  color: #0C3;
  font-weight: bold;
}

.tcmobileheading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 3px;
  padding-top: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 3px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #fff !important;
}



/* .tcmobileheading:nth-child(1) {
  padding-top: 10px;
} */

#preferredBuilderTextmobile {
  font-size: 12px;
  color: #fff;
  padding-bottom: 0;
  text-align: center;
}

#preferredBuilderTextmobile a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

#qlmbc {
  display: block;
  height: 20px;
  width: 100%;
}

#quoteLockmobile {
  width: 100%;
  max-width: 256px;
  margin: 0 auto;
  height: 70px;
  display: block;
  cursor: pointer;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #2073a9;
}

#quoteLockmobile:after {
  content: '';
  display: block;
  width: 34px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -25px;
  z-index: 2;
  background: url(../images/lock.png);
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#quoteLockmobile span {
  display: block;
  color: #fff !important;
  padding-left: 30%;
  padding-right: 7%;
  font-weight: 400 !important;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 28px;
}

#quoteLockmobile:hover {
  background: #237fba;
}

#quoteLockmobile:hover:after {
  left: 26px;
}

@media screen and (max-width: 767px) {
  #tccontainer span#costhide {
    display: none;
  }
}

[title=Add], [title=Delete] { cursor: pointer; }
.disabledCheck:after { border-color: #bdbdbd !important; }

/* Utility Icons ========================================*/
.loader-icon {
    display: inline-block;
	border: .15em solid rgba(0, 0, 0, .70);
    border-top: .15em solid rgba(255, 255, 255, 0);
    border-right: .15em solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    width: .65em;
    height: .65em;
    animation: loadspin .5s linear infinite;
}

.loader-icon.light {
    border: .15em solid rgba(255, 255, 255, .7);
	border-top: .15em solid rgba(255, 255, 255, 0);
    border-right: .15em solid rgba(255, 255, 255, 0);
}
	
.loader-icon.americana {
	border: .15em solid #1f73a9;
    border-top: .15em solid #f6d8d9;
    border-right: .15em solid #d9272e;
}

@keyframes loadspin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.dropdown-content {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
  padding: 1rem;
  justify-content: center;
  background-color: white;
  border: 1px solid #d1d5db;
  border-top: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.standard-color {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}

.standard-color-label {
  font-size: 16px;
  margin-right: 0.75rem;
}

.label {
  text-align: left;
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.windowcolorclass {
  display: none;
	width: 100% !important;
}

.window-color-input, .color-input {
  font-size: 13.33px !important;
}

.window-color-input:focus, .color-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.door-color-container {
  position: relative;
}

.color-container {
  position: relative;
  display: none;
}

.color-bar {
  position: absolute;
  top: 0;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem;
  justify-content: center;
  background-color: white;
  border: 1px solid #d1d5db;
  border-top: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.color-swatch {
  width: 30px;
  height: 13px;
  border-radius: 50%;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
}

.color-swatch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  opacity: 0;
  transition: opacity 0.3s;
}

.color-swatch:hover::before {
  opacity: 0.15;
}

.color-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-125%);
  opacity: 0;
  pointer-events: none;
  background-color: #feff9e;
  border: 1px solid #edcf0f;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-style: italic;
  white-space: nowrap;
  text-align: center;
  transition: opacity 0.3s;
}

.color-swatch:hover .color-label {
  opacity: 1;
}

.color-label .triangle-down {
  width: 10px;
  height: 15px;
  background-color: #edcf0f;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(100%) rotate(45deg);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.reset-container {
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}

.reset-link {
  font-size: 0.875rem;
  color: #9ca3af;
  cursor: pointer;
}

.color-warning {
  font-size: 14px;
  width: 100%;
  color: #858585;
  font-style: italic;
  margin: 1rem 0;
  line-height: normal;
}

.warning {
  display: none;
  font-size: 14px;
  width: 100%;
  color: #858585;
  font-style: italic;
  margin-bottom: 1rem;
  line-height: normal;
}

@media screen and (min-width: 1012px) {
  .windowcolorclass {
    width: 282px !important;
  } 

  .windowcontainer {
    width: 100%;
    position: relative;
  }

  .windowcontainer.active-position {
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #e0dede;
    background: #f8f8f8;
  }

  .windowcontainer .largedoor-quantity {
    width: 100px !important;
  }

  .deleteicon.active-position {
    position: absolute;
    top: -20px;
    right: 15px;
  }
}

