/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  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 {
  background: url(../images/bg12.jpg);
}

/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  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;
  }
}
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  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);
}

#box2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 4;
  background: white;
}

#box2 a {
  display: inline-block;
  width: 20%;
  padding-right: 2%;
  height: 108px;
  line-height: 108px;
  margin-left: 1%;
  margin-right: 1%;
  background: no-repeat;
  text-align: right;
  position: relative;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

#box2 a:nth-child(1):after, #box2 a:nth-child(2):after, #box2 a:nth-child(3):after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  background: #ddd;
  position: absolute;
  right: -13px;
  cursor: default;
}

#box2 a:hover {
  color: #005f9c;
  text-decoration: none;
  background-color: rgba(0, 95, 156, 0.02);
}

@media screen and (max-width: 1260px) {
  #box2 a {
    font-size: 18px;
    height: 88px;
    line-height: 88px;
    width: 21%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1012px) {
  #box2 a {
    font-size: 20px;
    height: 78px;
    line-height: 78px;
    width: 80% !important;
    max-width: 260px;
    padding-right: 5% !important;
    margin-left: 3%;
    margin-right: 3%;
    border-bottom: 1px solid #ddd;
  }

  #box2 a:nth-child(3), #box2 a:nth-child(4) {
    border-bottom: 0;
  }

  #box2 a:nth-child(1):after, #box2 a:nth-child(2):after, #box2 a:nth-child(3):after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #box2 a {
    width: 95% !important;
    max-width: 330px;
    margin-left: -2px;
    margin-right: -2px;
  }

  #box2 a:nth-child(3) {
    border-bottom: 1px solid #ddd;
  }
}
#box2 a:nth-child(1) {
  background-image: url(../images/icon-colors.png);
  background-position: 11% 50%;
  padding-right: 3%;
  width: 19%;
}

#box2 a:nth-child(2) {
  background-image: url(../images/icon-colorsselect.png);
  background-position: 5% 50%;
  padding-right: 1.5%;
  width: 20.5%;
}

#box2 a:nth-child(3) {
  background-image: url(../images/icon-homepaint.png);
  background-position: 5% 50%;
  padding-right: 1.5%;
  width: 20.5%;
}

#box2 a:nth-child(4) {
  background-image: url(../images/icon-people.png);
  background-position: 12% 50%;
  padding-right: 5%;
  width: 17%;
}

#box2 a:nth-child(1):hover {
  background-position: 11% 45%;
}

#box2 a:nth-child(2):hover {
  background-position: 5% 45%;
}

#box2 a:nth-child(3):hover {
  background-position: 5% 45%;
}

#box2 a:nth-child(4):hover {
  background-position: 12% 45%;
}

@media screen and (max-width: 1260px) {
  #box2 a:nth-child(1) {
    background-position: 6% 50%;
    padding-right: 3%;
    width: 19%;
  }

  #box2 a:nth-child(2) {
    background-position: 4% 50%;
    padding-right: 1%;
    width: 21%;
  }

  #box2 a:nth-child(3) {
    background-position: 5% 50%;
    padding-right: 1%;
    width: 21%;
  }

  #box2 a:nth-child(4) {
    background-position: 16% 50%;
    padding-right: 3%;
    width: 19%;
  }

  #box2 a:nth-child(1):hover {
    background-position: 6% 45%;
  }

  #box2 a:nth-child(2):hover {
    background-position: 4% 45%;
  }

  #box2 a:nth-child(3):hover {
    background-position: 5% 45%;
  }

  #box2 a:nth-child(4):hover {
    background-position: 16% 45%;
  }
}
@media screen and (max-width: 1012px) {
  #box2 a:nth-child(1) {
    background-position: 4% 50% !important;
  }

  #box2 a:nth-child(2) {
    background-position: 5% 50% !important;
  }

  #box2 a:nth-child(3) {
    background-position: 3% 50% !important;
  }

  #box2 a:nth-child(4) {
    background-position: 4% 50% !important;
  }
}
#box3 {
  padding-top: 60px;
  padding-bottom: 46px;
  background-color: white;
  background: url(../images/pattern1.png);
  z-index: 3;
  position: relative;
}

#box3 p {
  font-size: 22px;
  line-height: 29px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1260px) {
  #box3 {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  #box3 p {
    line-height: 27px;
    padding-bottom: 18px;
  }
}
#box4 {
  background: url(../images/pic11.jpg) right top no-repeat #005f9c;
  position: relative;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#box4sub {
  background: url(../images/bg5flipped.png) left top no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
}

#box4content {
  width: 40%;
  float: left;
}

#box4content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 52px;
}

#box4content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 22px;
  padding-top: 15px;
  line-height: 28px;
}

#box4content p {
  color: #fff;
}

#box4content a {
  color: #adacac;
  text-decoration: underline;
}

#box4content a:hover {
  color: #c6c5c5;
}

#box4content .buttons {
  height: 70px;
  line-height: 68px;
  margin-left: 0;
  margin-top: 15px;
  width: 250px;
}

/* #box4content > div:nth-child(2) {
  border-top: 1px solid #2476aa;
  padding-top: 30px;
  margin-top: 10px;
} */

#box4content > div:nth-child(2) p {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1890px) {
  #box4 {
    background: url(../images/pic11.jpg) 800px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1650px) {
  #box4 {
    background: url(../images/pic11.jpg) 680px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1410px) {
  #box4 {
    background: url(../images/pic11.jpg) 630px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1336px) {
  #box4 {
    background: #005f9c;
  }

  #box4sub {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  #box4content {
    margin-left: 1%;
  }

  #box4 img.hum {
    display: block !important;
    float: right;
    width: 630px;
  }
}
@media screen and (max-width: 1260px) {
  #box4sub {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  #box4content {
    width: 48%;
    margin-left: 6%;
  }

  #box4 img.hum {
    width: 350px;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1012px) {
  #box4sub {
    padding-top: 60px;
    padding-bottom: 50px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #box4 img.hum {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-right: inherit;
    margin: 0 auto;
    margin-top: 32px;
  }

  #box4content {
    width: 90%;
    float: none;
    margin-left: inherit;
    margin: 0 auto;
  }

  #box4content h2 {
    font-size: 40px;
    line-height: 45px;
  }

  #box4content .buttons {
    margin-left: inherit;
    margin: 0 auto;
    margin-top: 15px;
    width: 90%;
    max-width: 250px;
  }
}
#box5 {
  padding-top: 70px;
  padding-bottom: 56px;
  background-color: white;
  background: url(../images/pattern3.png);
  z-index: 10;
  text-align: center;
  clear: both;
}

@media screen and (max-width: 1260px) {
  #box5 {
    padding-top: 70px;
    padding-bottom: 54px;
  }

  #box5 p {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  #box5 {
    padding-top: 55px;
    padding-bottom: 40px;
  }
}
#box6 {
  padding-top: 70px;
  padding-bottom: 56px;
  background: url(../images/pattern1.png);
}

#b6p1 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 50px;
}

#b6p2 {
  font-size: 16px;
  text-align: center;
  padding-top: 40px;
  line-height: 21px;
}

#colorpanels {
  text-align: center;
  cursor: default;
}

#colorpanels div {
  display: inline-block;
  width: 15%;
  margin-left: 8px;
  margin-right: 8px;
  height: 80px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
  cursor: default;
  position: relative;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}

#colorpanels div > span {
	display: inline-block;
	width: 80%;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#colorpanels div:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -2;
  background-color: inherit;
}
/* 
#colorpanels div:nth-child(1):after {
  background: #212226;
}

#colorpanels div:nth-child(2):after {
  background: #505048;
}

#colorpanels div:nth-child(3):after {
  background: #a8a8a8;
}

#colorpanels div:nth-child(4):after {
  background: #fbfbfb;
}

#colorpanels div:nth-child(5):after {
  background: #ffffff;
}

#colorpanels div:nth-child(6):after {
  background: #ffffcf;
}

#colorpanels div:nth-child(7):after {
  background: #fee8b9;
}

#colorpanels div:nth-child(8):after {
  background: #ecb071;
}

#colorpanels div:nth-child(9):after {
  background: #cebf9e;
}

#colorpanels div:nth-child(10):after {
  background: #52513c;
}

#colorpanels div:nth-child(11):after {
  background: #5e3c30;
}

#colorpanels div:nth-child(12):after {
  background: #531f23;
}

#colorpanels div:nth-child(13):after {
  background: #840a07;
}

#colorpanels div:nth-child(14):after {
  background: #7c1f10;
}

#colorpanels div:nth-child(15):after {
  background: #af0a06;
}

#colorpanels div:nth-child(16):after {
  background: #49979b;
}

#colorpanels div:nth-child(17):after {
  background: #1c3c63;
}

#colorpanels div:nth-child(18):after {
  background: #0f3f29;
}

 */

#colorpanels div:nth-child(4),
#colorpanels div:nth-child(5),
#colorpanels div:nth-child(6),
#colorpanels div:nth-child(7),
#colorpanels div:nth-child(8),
#colorpanels div:nth-child(9) {
  color: #000;
}

#colorpanels div:hover:after {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#colorpanels div:nth-child(odd):hover:after {
  -moz-transform: rotate(0deg) scale(1.06);
  -ms-transform: rotate(0deg) scale(1.06);
  -webkit-transform: rotate(0deg) scale(1.06);
  transform: rotate(0deg) scale(1.06);
}

#colorpanels div:nth-child(even):hover:after {
  -moz-transform: rotate(0deg) scale(1.06);
  -ms-transform: rotate(0deg) scale(1.06);
  -webkit-transform: rotate(0deg) scale(1.06);
  transform: rotate(0deg) scale(1.06);
}

@media screen and (max-width: 1260px) {
  #box6 {
    padding-bottom: 46px;
  }

  #colorpanels div {
    width: 22%;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #box6 {
    padding-top: 50px;
  }

  #colorpanels div {
    width: 44%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 16px;
    font-size: 14px;
    /* line-height: 60px; */
	height: 60px;
  }
}
#box7 {
  background: url(../images/pattern3.png);
  padding-bottom: 60px;
  margin-top: -40px;
}

/* #box7sub {
  background: url(../images/bg13.jpg) center top no-repeat;
} */

#box7 h2 {
  color: white;
  font-size: 45px;
  line-height: 52px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 80px;
}

#barnimg {
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 34%;
}

#barnimg-shim {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

#barnimg svg {
  width: 100%;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: absolute;
  top: 0;
  left: 0;
}

/*#barnimg:hover svg {@include transform(scale(1.06)); @include transition(.5s)}*/

#color-selector-tool {
	display: flex;
    justify-content: center;
}

#colorcontainer {
  background: #fff;
  margin-top: 60px;
  margin-bottom: 50px;
  /* padding: 35px 0 25px 0; */
  padding: 35px 35px 25px 35px;
  cursor: default;
  -moz-box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.1);
  clear: both;
  display: inline-block;
}

.colorrow {
  text-align: center;
  position: relative;
}

.swatchLabel, .colorBtn {
  display: inline-block;
  vertical-align: top;
  height: 43px;
  margin-bottom: 9px;
}

.swatchLabel {
  cursor: default;
  width: 105px;
  line-height: 43px;
  text-align: right;
  padding-right: 25px;
}

.colorrow .colorBtn {
  cursor: pointer;
  width: 43px;
  margin-left: 5px; /* 3px; */
  margin-right: 5px; /* 3px; */
  -moz-border-radius: 43px;
  -webkit-border-radius: 43px;
  border-radius: 43px;
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.colorrow .colorBtn:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.18);
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 43px;
  -webkit-border-radius: 43px;
  border-radius: 43px;
}

#Wainscot .st6 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.colorrow .colorBtn:nth-child(5):before,
.colorrow .colorBtn:nth-child(6):before,
.colorrow .colorBtn:nth-child(7):before,
.colorrow .colorBtn:nth-child(8):before,
.colorrow .colorBtn:nth-child(9):before,
.colorrow .colorBtn:nth-child(10):before {
  background: rgba(0, 0, 0, 0.1);
}

.colorrow .colorBtn:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.qtip {
  margin-left: -8px;
}

.qtip-content {
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 5px !important;
  font-style: italic;
}

#coloradditional {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

#coloradditional span {
  display: inline-block;
  background: #fff;
  width: 200px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}

#coloradditional:before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 15px;
  z-index: 1;
  background: #e9e9e9;
}

#bottomlinks {
  text-align: center;
}

#bottomlinks span {
  text-decoration: underline;
  color: #aaa;
  font-size: 13px;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#bottomlinks span:hover {
  color: #999;
}

.csmobile-nav {
  display: none;
}

@media screen and (max-width: 1920px) {
/*   #box7sub {
    background: url(../images/bg13.jpg) center top 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: 1890px) {
/*   #box7sub {
    -moz-background-size: auto 887px;
    -o-background-size: auto 887px;
    -webkit-background-size: auto 887px;
    background-size: auto 887px;
  } */
}
@media screen and (max-width: 1650px) {
  #box7 h2 {
    padding-top: 70px;
  }

  #barnimg {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1260px) {
  #box7 {
    padding-bottom: 47px;
  }

/*   #box7sub {
    background: url(../images/bg13.jpg) center -200px no-repeat;
  }
 */
  #box7 h2 {
    padding-top: 60px;
  }

  #barnimg {
    margin-top: 40px;
  }

  #colorcontainer {
    width: 96%;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 47px;
  }

  .swatchLabel, .colorBtn {
    height: 33px;
  }

  .swatchLabel {
    width: 85px;
    line-height: 33px;
    padding-right: 20px;
    font-size: 14px;
  }

  .colorrow .colorBtn {
    width: 33px;
    margin-left: 5px; /* 4px; */
    margin-right: 5px; /* 4px; */
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
  }

  .cstext {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1012px) {
  .swatchLabel, #coloradditional {
    display: none;
  }

/*   #box7sub {
    background: url(../images/bg13.jpg) center -310px no-repeat;
  } */

  #box7 h2 {
    font-size: 40px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.9);
    padding-left: 5%;
    padding-right: 5%;
  }

  .csmobile-nav {
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    position: relative;
    margin-top: 25px;
  }

  .csmobile-nav div {
    width: -webkit-calc(20% - 1px);
    width: calc(20% - 1px);
    border-right: 1px solid #004674;
    float: left;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 95, 156, 0.9);
    color: #fff;
    cursor: pointer;
    position: relative;
  }

  .csmobile-nav div:nth-child(5) {
    width: 20%;
    border: 0;
  }

  .cscurrent {
    background: #fff;
    color: #005f9c;
    border-top: 3px solid #fff;
  }

  #colorcontainer {
    background: #fff;
    margin-top: 0;
    margin-bottom: 50px;
    width: 90%;
    padding: 35px 5% 25px 5%;
  }

  .cs-current {
    background: #fff !important;
    color: #000 !important;
  }

  .colorrow {
    display: none;
  }

  .cr-hide {
    display: none !important;
  }

  .cr-show {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #box7 {
    padding-bottom: 40px;
  }

/*   #box7sub {
    background: url(../images/bg13.jpg) center -400px no-repeat;
  } */

  #box7 .sitewidth {
    width: 100%;
  }

  #colorcontainer {
    margin-bottom: 40px;
  }

  .csmobile-nav {
    margin-top: 15px;
  }

  .csmobile-nav div {
    font-size: 12px;
  }
}
#box8 {
  background: url(../images/pic12.jpg) right top no-repeat #005f9c;
}

#box8sub {
  background: url(../images/bg5flipped.png) left top no-repeat;
  padding-top: 90px;
  padding-bottom: 80px;
}

#box8content {
  width: 42%;
  float: left;
  margin-left: 0;
}

#box8content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 52px;
}

#box8content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 22px;
  padding-top: 15px;
  line-height: 28px;
}

#box8content p {
  color: #fff;
}

#box8content a {
  color: #adacac;
  text-decoration: underline;
}

#box8content a:hover {
  color: #c6c5c5;
}

#box8content > div:nth-child(2) {
  border-top: 1px solid #2476aa;
  padding-top: 30px;
  margin-top: 10px;
}

#box8content > div:nth-child(2) p {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1890px) {
  #box8 {
    background: url(../images/pic12.jpg) 820px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1650px) {
  #box8 {
    background: url(../images/pic12.jpg) 720px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1410px) {
  #box8 {
    background: url(../images/pic12.jpg) 660px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1336px) {
  #box8 {
    background: #005f9c;
  }

  #box8sub {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  #box8 img.hum {
    display: block !important;
    float: right;
    width: 630px;
  }
}
@media screen and (max-width: 1260px) {
  #box8sub {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  #box8content {
    width: 48%;
    margin-left: 6%;
  }

  #box8 img.hum {
    width: 350px;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1012px) {
  #box8sub {
    padding-top: 60px;
    padding-bottom: 50px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #box8 img.hum {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-right: inherit;
    margin: 0 auto;
    margin-top: 10px;
  }

  #box8content {
    width: 90%;
    float: none;
    margin-left: inherit;
    margin: 0 auto;
  }

  #box8content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  #box8content h2 {
    font-size: 35px;
    line-height: 41px;
  }
}
#box9 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: white;
  background: url(../images/pattern1.png);
  text-align: center;
  clear: both;
  position: relative;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

#box9 p {
  padding-bottom: 14px;
}

#box9 .buttons {
  height: 60px;
  line-height: 58px;
  margin-top: 15px;
  width: 200px;
}

@media screen and (max-width: 767px) {
  #box9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  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);
}

#storiesbox {
  padding-top: 80px;
  padding-bottom: 250px;
  background-color: white;
  background: url(../images/pattern3.png);
  text-align: center;
}

#storiesbox h2 {
  font-size: 45px;
  line-height: 52px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

#storiesboxchat {
  display: inline-block;
  padding-left: 40px;
  background: url(../images/icon-chat.png) no-repeat left 50%;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 40px;
}

#storiesbox .story {
  display: none;
}

#storiesboxcontent {
  border-top: 1px solid #c9c9c9;
  padding-top: 50px;
  text-align: left;
  position: relative;
  z-index: 5;
}

#storiesboxcontent img {
  float: left;
  margin-left: 50px;
}

#storiesboxcontentsub {
  float: right;
  width: 750px;
  margin-right: 20px;
}

#storiesboxcontentsub h3 {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: bold;
  padding-bottom: 20px;
}

@media screen and (max-width: 1890px) {
  #storiesbox {
    padding-bottom: 270px;
  }
}
@media screen and (max-width: 1260px) {
  #storiesbox {
    padding-top: 70px;
    padding-bottom: 230px;
  }

  #storiesboxcontentsub {
    width: 580px;
  }
}
@media screen and (max-width: 1012px) {
  #storiesbox {
    padding-bottom: 200px;
  }

  #storiesbox h2 {
    font-size: 40px;
    line-height: 47px;
  }

  #storiesboxcontent img {
    float: none;
    margin-left: inherit;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }

  #storiesboxcontentsub {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #storiesbox {
    padding-top: 60px;
    padding-bottom: 200px;
  }

  #storiesboxchat {
    font-size: 22px;
    padding-left: inherit;
    padding-bottom: 36px;
    background-position: 50% 65px;
  }
}
@media screen and (max-width: 400px) {
  #storiesbox {
    padding-bottom: 160px;
  }
}
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  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);
}

#bottomcontact {
  margin-top: -390px;
  background: url(../images/bg4.png) center top no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}

#bottomcontact h2 {
  padding-top: 390px;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 46px;
  text-align: center;
  color: #fff;
}

#bbcp {
  padding: 0 20% 50px 20%;
  text-align: center;
  color: #fff;
}

#bbccontent {
  height: 756px;
}

#bbcleft {
  float: left;
  width: 35%;
  height: 100%;
  background: url(../images/pattern2.png);
  position: relative;
  display: block;
}

#bbcleft:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #002035;
}

#bbcright {
  float: right;
  width: 65%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: block;
}

#bbcrtop {
  background: #000;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

#bbcrtop p {
  padding-bottom: 6px;
  color: #fff;
}

#bbcrtop a {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: normal;
  font-size: 16px;
}

#bbcrtop #bbcphone:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 18px;
  background: url(../images/icon-phone.png);
  position: absolute;
  top: 6px;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#bbcrtop #bbcemail:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 14px;
  background: url(../images/icon-mail.png);
  position: absolute;
  top: 9px;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#bbcrtop #bbcphone {
  padding-left: 20px;
}

#bbcrtop #bbcemail {
  padding-left: 30px;
}

#bbcrtop #bbcphone:hover:before {
  top: 4px;
}

#bbcrtop #bbcemail:hover:before {
  top: 7px;
}

#bbcright img {
  display: inline-block;
  margin-top: 115px;
  width: 670px;
  height: 411px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#bbcright img:hover {
  margin-top: 100px;
  width: 699px;
  height: 429px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#bbcusam {
  display: none !important;
}

@media screen and (max-width: 1920px) {
  #bottomcontact {
    margin-top: -300px;
  }

  #bottomcontact h2 {
    padding-top: 268px;
  }
}
@media screen and (max-width: 1890px) {
  #bottomcontact {
    background: url(../images/bg4.png) center top no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #bottomcontact h2 {
    padding-top: 250px;
  }
}
@media screen and (max-width: 1260px) {
  #bottomcontact {
    padding-bottom: 80px;
  }

  #bbcrtop {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  #bbcright img {
    margin-top: 80px;
    width: 530px;
    height: 325px;
  }

  #bbcright img:hover {
    margin-top: 75px;
    width: 545px;
    height: 334px;
  }
}
@media screen and (max-width: 1012px) {
  #bottomcontact {
    margin-top: -470px;
  }

  #bottomcontact h2 {
    padding-top: 420px;
  }

  #bbcp {
    padding: 0 5% 50px 5%;
  }

  #bbccontent {
    height: auto;
  }

  #bbcleft {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 0;
    float: none;
    padding-left: 5%;
    padding-right: 5%;
    height: 776px;
  }

  #bbcright {
    width: 100%;
    float: none;
    height: 640px;
  }

  #bbcrtop {
    padding-left: 5%;
    padding-right: 5%;
  }

  #bbcrtop p {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #bottomcontact {
    margin-top: -440px;
    padding-bottom: 70px;
  }

  #bottomcontact h2 {
    padding-top: 380px;
  }

  #bbcleft {
    padding-top: 0;
  }

  #bbcright {
    height: 510px;
  }

  #bbcusa {
    display: none !important;
  }

  #bbcusam {
    display: inline-block !important;
  }

  #bbcright img, #bbcright img:hover {
    margin-top: 30px;
    width: 245px;
    height: 209px;
  }
}
@media screen and (max-width: 550px) {
  #bottomcontact {
    margin-top: -468px;
  }

  #bottomcontact h2 {
    padding-top: 410px;
  }
}
/* ============================================================
  Contact Form
============================================================ */
#cpagecontainer {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

#cpagecontainer .formentry {
  display: block;
  vertical-align: top;
  position: relative;
  width: 80%;
  float: none;
  margin: 0 auto !important;
  color: #ff0000;
}

#cpagecontainer .formentrytextarea {
  display: block;
  vertical-align: top;
  position: relative;
  width: 80%;
  float: none;
  margin: 0 auto !important;
}

#cpagecontainer .formentry > span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
  display: block;
}

#cpagecontainer span span, #cpagecontainer .formbottomrequired span {
  color: #f7232b;
}

#cpagecontainer .formentryfirst {
  margin-left: 0;
}

#cpagecontainer .formsuccess {
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 40px;
}

#cpagecontainer .formerror {
  color: #ff0000 !important;
  font-size: 14px !important;
}

#cpagecontainer label.error {
  position: absolute;
  padding: 0;
  right: 0;
  bottom: -7px;
  color: #ff0000 !important;
  font-size: 14px;
  line-height: normal;
}

#cpagecontainer .formentrytextarea label.error {
  bottom: 1px;
}

#app select,
#cpagecontainer input, #cpagecontainer select, #cpagecontainer textarea {
  height: 35px;
  line-height: 35px;
  width: 98%;
  border: 0 solid #e0dede;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 0 0 2%;
  color: #000;
  font-size: 16px;
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#cpagecontainer textarea {
  height: 90px;
  width: 98%;
  padding: 6px 0 0 2%;
  position: relative;
  line-height: normal;
  line-height: 21px;
}

/* Select Menu */

#cpagecontainer .selectmenu {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}

#app .selectmenu {
  width: 250px;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}

#app .formentryselect,
#cpagecontainer .formentryselect {
  overflow: hidden;
  background: url(../images/formarrow.png) no-repeat right 50% #fff;
  border: 0 solid #e0dede;
  height: 35px;
}

#app .formentryselect select,
#cpagecontainer .formentryselect select {
  background: transparent;
  margin-top: 0 !important;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0 0 0 2%;
  cursor: pointer;
}

#app select::-ms-expand,
#cpagecontainer select::-ms-expand {
  display: none;
}

#app .formentryselect select,
#cpagecontainer .formentryselect select {
  color: #ccc;
  font-style: italic;
}

#app .formentryselect select option,
#cpagecontainer .formentryselect select option {
  color: #000;
  font-style: normal;
}

#cpagecontainer .formentryselect select option:first-child {
  color: #ccc;
  font-style: normal;
}

#cpagecontainer button {
  width: 100%;
  display: block;
  border: 0;
  padding: 0;
  cursor: pointer;
  clear: both;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#cpagecontainer .formbottomrequired {
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
  font-style: italic;
  padding-bottom: 0;
  color: #fff;
}

@media screen and (max-width: 1012px) {
	
  #app .selectmenu {
	  margin: 0 auto;
  }	
	
  #cpagecontainer {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }

  #cpagecontainer form {
    text-align: center;
  }

  #cpagecontainer .formentry {
    width: 100%;
    float: none;
    margin: 0 auto !important;
    margin-left: inherit;
    display: block;
    text-align: left;
  }

  #cpagecontainer .formsuccess {
    padding: 40px 10px 40px 10px;
  }

  #cpagecontainer label.error {
    bottom: -4px;
    font-size: 12px;
  }

  #cpagecontainer .formentrytextarea label.error {
    bottom: 3px;
  }

  #app select,
  #cpagecontainer input, #cpagecontainer select, #cpagecontainer textarea {
    width: 97%;
    padding: 0 0 0 2%;
  }

  #cpagecontainer textarea {
    width: 98%;
    padding: 6px 0 0 2%;
  }

  #cpagecontainer .radios {
    width: 100%;
    text-align: center;
  }

  #cpagecontainer .radios span {
    padding: 7px 0 5px 0;
    margin-left: -15px;
  }

  #cpagecontainer .selectmenu {
    width: 100%;
    text-align: left;
  }

  #cpagecontainer .checkboxclass {
    width: 100%;
    max-width: 350px;
    float: none;
    margin: 0 auto;
    text-align: left;
  }

  #cpagecontainer button {
    width: 100%;
    max-width: 350px;
    position: relative;
    bottom: inherit;
    left: inherit;
  }

  #cpagecontainer .formbottomrequired {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #cpagecontainer .checkboxclass span {
    padding: 0 0 20px 10px;
    font-size: 12px;
  }
}


/* Joe added */



.state-label {
	border-top: 1px solid #2476aa;
	font-size: 26px;
	color: white;
	padding: 25px 0 0 0;
	margin-top: 25px;
}

.state-sub-label {
    line-height: 1.5em;
    margin-top: 7px;
}

@media screen and (max-width: 1012px) {
	
	.state-label {
		text-align: center;
	}
}

/* #color-offerings{
	position: relative;
	
} */

#color-offerings-msg {
	position: fixed;
	text-align: center;

	box-sizing: border-box;
    width: 100%;
	padding: 0 50px;

    top: 50vh;
    font-size: 50px;
	line-height: 1em;
    color: rgb(146, 146, 146);
    font-family: "Oswald", sans-serif;
    z-index: -1;

	
}

 .disabled {
	opacity: 0.2;
	background: gray;
	
		filter: blur(5px);
	-webkit-filter: blur(5px); /* Prefixed CSS3 blur filters */
	-moz-filter: blur(5px); 
	-o-filter: blur(5px); 
	-ms-filter: blur(5px); 
	/*filter: url(#blur); /* Firefox needs SVG */
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5'); /* IE lte 9 */	
	

    
	pointer-events: none;

	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* Hover-Over Label for Colors */
.colorChoice { display: inline-block; }
.colorTitle { display: none; }

.colorChoice:hover .colorTitle { 
	display: inline-block;
    font-size: 16px;
    line-height: 1em;
    background: #feff9e;
    border: 1px solid #edcf0f;
    padding: 5px;
    font-style: italic;
    position: absolute;
    width: max-content;
    margin-top: -35px;
    margin-left: -18px;
    z-index: 3;	
}

.colorChoice:hover .colorTitle:before,
.colorChoice:hover .colorTitle:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.colorChoice:hover .colorTitle:before {
	bottom: -11px;
	left: -1px;
	border-width: 11px 13px 0 0;
	border-color: #edcf0f transparent transparent transparent;
	z-index: 4;
	
}
.colorChoice:hover .colorTitle:after {
	bottom: -10px;
	left: 0;
	border-width: 10px 10px 0 0;
	border-color: #feff9e transparent transparent transparent;
	z-index: 5;
	
}
