/*======================================================
Screen Style Sheet
Paul Ryan Windows
------------------------------------------------------
Author(s): Melody Tran
Created:11/27/2018

/* Fonts */
/* Colors */
/* ----- General Styles ----- */
body:not(#id-1) #content-wrap,
#home-banner {
  padding-top: 120px;
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
}
h6.heading {
  font-size: 13px;
  line-height: 1.67;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.white-color {
  color: #fff;
}
h1 {
  font-size: 44px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin: 0 0 15px;
}
h2 {
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin: 0 0 15px;
}
h4 {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 7px;
  margin: 0 0 10px;
}
.block.white-bg,
.block .white-bg {
  color: #393533;
  background: #fff;
}
.block.gray-bg,
.block .gray-bg {
  color: #393533;
  background: #f2f2f2;
}
.block.dark-gray-bg,
.block .dark-gray-bg {
  color: #fff;
  background: #676767;
}
.block.black-bg,
.block .black-bg {
  color: #fff;
  background: #393533;
}
.block.blue,
.block .blue {
  color: #fff;
  background: #346b89;
}
.block.blue-gradient-bg,
.block .blue-gradient-bg {
  background-image: linear-gradient(to bottom, #346b89, rgba(49, 149, 204, 0.38));
}
p.borderLeft {
  position: relative;
}
p.borderLeft:before {
  content: "";
  width: 68px;
  height: 1px;
  background: #84a13c;
  position: absolute;
  left: -80px;
  top: 14px !important;
}
.borderLeft {
  padding-left: 90px;
  position: relative;
}
.borderLeft h2.heading {
  position: relative;
}
.borderLeft h2.heading:before {
  content: "";
  width: 68px;
  height: 2px;
  background: #84a13c;
  position: absolute;
  left: -80px;
  top: 20px;
}
.borderLeft.white h2.heading:before {
  background: #fff;
}
.borderLeft + .borderLeft {
  margin-top: 30px;
}
.tpl-2 .block-1 h1,
.tpl-3 .block-1 h1,
.tpl-4 .block-1 h1 {
  margin-bottom: 0;
}
.tpl-2 .block-2,
.tpl-3 .block-2,
.tpl-4 .block-2 {
  width: 70%;
  margin: 0 auto;
  padding: 0 100px 30px 0;
}
.tpl-2 .block-2 .borderLeft,
.tpl-3 .block-2 .borderLeft,
.tpl-4 .block-2 .borderLeft {
  padding-left: 0;
}
.tpl-2 .block-2 .borderLeft:before,
.tpl-3 .block-2 .borderLeft:before,
.tpl-4 .block-2 .borderLeft:before {
  top: 10%;
}
.tpl-2 .block-2 .borderLeft + .nested,
.tpl-3 .block-2 .borderLeft + .nested,
.tpl-4 .block-2 .borderLeft + .nested {
  margin-top: 15px;
}
/* Custom Style Elements */
.block ul.fancy,
.block ul:not(.slick-dots) {
  padding: 0;
}
.block ul.fancy li,
.block ul:not(.slick-dots) li {
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1px;
}
.block ul.fancy li:before,
.block ul:not(.slick-dots) li:before {
  content: " — ";
}
.block ul.fancy li > ul,
.block ul:not(.slick-dots) li > ul {
  padding-left: 20px;
}
/* ----- Header ----- */
#header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 120px;
}
#header .constrain {
  max-width: 1440px;
  position: relative;
}
#header .consult-btn {
  color: #fff;
  background: #2b5f7f;
  border: 2px solid #2b5f7f;
  padding: 8px 18px;
  float: right;
}
#header .consult-btn:hover {
  color: #393533;
  background: #fff;
  border: 2px solid #393533;
}
#header .header-links,
#header #global-nav {
  float: left;
  padding-top: 11px;
}
#header .header-links {
  margin: 0 10px;
}
#header .header-links a {
  color: rgba(57, 53, 51, 0.5);
  font-size: 16px;
  margin: 0 12px;
}
#header .header-links a:hover {
  color: #292b2c;
}
#header #global-nav {
  margin-left: 92px;
}
#header #global-nav li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
#header #global-nav li a {
  color: rgba(57, 53, 51, 0.5);
  font-size: 12px;
  font-weight: 400;
}
#header #global-nav li:not(.first):before {
  content: "";
  width: 2px;
  height: 40px;
  background: #eef1f4;
  position: absolute;
  left: 0;
  top: -11px;
}
#header #global-nav li.last a {
  color: #007bab;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}
#header #global-nav li a:hover {
  color: #292b2c;
}
#header .logo,
#header nav {
  float: left;
}
#header nav {
  margin-left: 0 !important;
}
#header .header-right {
  float: right;
}
#header .header-right a,
#header .header-right .search-container {
  float: left;
  height: 79px;
  line-height: 1.4;
  text-align: center;
}
#header .header-right a {
  border: 2px solid #393533;
  width: 180px;
  color: #393533;
  font-size: 16px;
  font-weight: 700;
  pointer-events: none;
  padding: 25px 0;
}
#header .header-right .phone {
  width: 140px;
}
#header .header-right .search-container {
  width: 60px;
  background: #393533;
}
#header .header-right .search-container .fa-search {
  color: #fff;
  cursor: pointer;
  padding: 29px 0;
}
#header .header-right .search-container .fa-search.active:before {
  content: "\f00d";
}
#header .search-toggle {
  position: absolute;
  width: 85.5%;
  display: none;
  background: #fff;
  z-index: 10;
  right: 0;
  top: 0;
  height: 79px;
  border: 2px solid black;
}
#header .search-form {
  position: relative;
}
#header .search-form .search-input {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  border: none;
  padding: 26px 15px;
}
#header .search-form .search-btn {
  color: #393533;
  background: none;
  border: none;
  position: absolute;
  right: 15px;
  top: 0;
  padding: 0;
}
#header .search-form .search-btn .fa-search {
  font-size: 18px;
  color: #393533;
}
/* ----- Buttons ----- */
.button {
  font-family: soleil, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 18px;
  min-width: 260px;
  text-align: center;
  position: relative;
}
.button.arrow-right {
  text-align: left;
  padding: 15px 40px 15px 22px;
}
.button.arrow-right:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: 100;
  position: absolute;
  right: 10px;
  top: 18%;
}
.button.black {
  background: #393533;
  border: 2px solid #393533;
  color: #fff;
}
.button.black:hover {
  background: #fff;
  color: #393533;
}
.button.hollow {
  background: #fff;
  border: 2px solid #393533;
  color: #393533;
}
.button.hollow:hover {
  background: #393533;
  color: #fff;
}
.button.brown {
  background: #676767;
  border: 2px solid #676767;
  color: #fff;
}
.button.brown:hover {
  background: #fff;
  color: #393533;
}
.button.fullwidth {
  width: 100%;
  padding: 12px 55% 12px 20px;
}
.button.fullwidth + .img-wrapper {
  margin-top: 25px;
}
.inline-button + .inline-button {
  margin-left: 15px;
}
/* ----- Footer ----- */
#footer .footer-top {
  background: #393533;
  text-align: center;
}
#footer .footer-top a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 19px 0;
  display: inline-block;
}
#footer .footer-top a:hover {
  color: #007bab;
}
#footer .constrain {
  padding: 50px 0 ;
  position: relative;
}
#footer .footer-block {
  display: inline-block;
  vertical-align: top;
}
#footer .footer-left,
#footer .footer-right {
  width: 24%;
}
#footer .footer-middle {
  width: 50%;
  text-align: center;
}
#footer .footer-middle ul li {
  display: inline-block;
  vertical-align: top;
  border-right: 2px solid #393533;
  line-height: 1;
}
#footer .footer-middle ul li.last {
  border-right: none;
}
#footer .footer-middle ul li a {
  color: #393533;
  font-size: 12px;
  font-weight: 700;
  padding: 0 5px;
}
#footer .footer-middle ul li a:hover {
  color: #007bab;
}
#footer #back-top {
  font-size: 14px;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
}
#footer #back-top:hover {
  color: #007bab;
}
#footer #copyright {
  font-size: 12px;
  margin: 20px auto 0;
  text-align: center;
  color: #9e948e;
}
#footer .bbb-logo {
  position: absolute;
  right: 0;
  top: 90px;
}
/* ----- Home Banner ----- */
#home-banner {
  height: 740px;
  position: relative;
  overflow: hidden;
}
#home-banner.constrain {
  max-width: 1440px;
}
#home-banner .bbb-sidebar {
  width: 70px;
  height: 620px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  position: relative;
}
#home-banner .bbb-sidebar span {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  width: 260px;
  color: #393533;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 12px;
}
#home-banner .bbb-sidebar img {
  position: absolute;
  bottom: 15px;
  left: 7px;
}
#home-banner .banner-image {
  display: inline-block;
  vertical-align: top;
}
#home-banner .caption-wrap {
  color: #393533;
  width: 780px;
  height: 75%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 120px;
  right: 38px;
  padding: 50px 80px 0 115px;
  opacity: 1;
}
#home-banner .caption-wrap:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #346b89;
  position: absolute;
  left: 0;
  top: 105px;
}
#home-banner .caption-wrap .caption p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1px;
}
#home-banner .caption-wrap .caption a {
  color: #393533;
  text-decoration: underline;
}
#home-banner .caption-wrap .caption a:hover {
  color: #007bab;
}
#home-banner .window-icon {
  position: absolute;
  left: 140px;
  bottom: 0;
}
#home-banner .texas-spacial {
  position: absolute;
  bottom: 0;
  right: 120px;
}
#home-banner .texas-spacial img {
  float: left;
}
#home-banner .texas-spacial .special-text {
  float: right;
  background: #676767;
  padding: 10px 5px 10px 25px;
  color: #fff;
  width: 110px;
  margin: 21px 0 0 -10px;
}
#home-banner .texas-spacial i {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
}
#home-banner .texas-spacial i:hover {
  color: #346b89;
}
#home-banner #quoteForm {
  background: #fff;
  position: absolute;
  bottom: 80px;
  left: 114px;
  width: 586px;
  height: 110px;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home-banner #quoteForm.active {
  height: 426px;
}
#home-banner #quoteForm.active h4 {
  background: #346b89;
}
#home-banner #quoteForm h4 {
  background: #393533;
  color: #fff;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 700;
  padding: 10px 18px;
  margin: 0;
  display: inline-block;
}
#home-banner #quoteForm .expand-button {
  width: 8.6%;
  background: #393533;
  height: 62px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 20px 0 0;
  cursor: pointer;
}
#home-banner #quoteForm .expand-button i {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home-banner #quoteForm .expand-button.active i {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
#home-banner #quoteForm .expand-button:hover,
#home-banner #quoteForm .expand-button.active {
  background: #346b89;
}
#home-banner #quoteForm .submit {
  color: #fff;
  background: #393533;
}
#home-banner #quoteForm .submit i {
  color: #fff;
}
#home-banner #quoteForm .submit:hover {
  background: #346b89;
}
/* ----- Quick Contact Form ----- */
.forms .form-left,
.forms .form-right {
  width: 50%;
  float: left;
}
.forms .form-right {
  border-left: 1px solid #393533;
}
.forms .file {
  height: 59px;
}
.forms .title {
  height: 116px;
}
.forms .input-group h4 {
  font-size: 24px;
  line-height: 1;
  margin: 5px 0 0 0;
}
.forms .input-group h4 span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}
.forms .input-group .tagline {
  color: #9e948e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.forms .input-group .tagline + h4 {
  margin-bottom: 10px;
}
.forms .input-group.signup label {
  line-height: 2;
  letter-spacing: 0.1px;
  font-size: 14px;
  font-weight: 300;
  text-transform: inherit;
}
.forms .input-group.signup label,
.forms .input-group.signup .radio-container {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  margin: 24px 0;
}
/* ----- Buckets ----- */
.full .buckets .bucket {
  padding: 20px 100px;
  border-right: 2px solid #fff;
}
.full .buckets .bucket.bucket-3 {
  border-right: none;
}
.buckets .bucket a {
  color: #393533;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  max-width: 160px;
}
.buckets .bucket .svg-wrap {
  width: 80px;
  margin: 15px auto;
  opacity: 0.3;
}
.buckets .bucket:hover {
  background: #346b89;
}
.buckets .bucket:hover .svg-wrap {
  opacity: 1;
}
.buckets .bucket:hover .svg-wrap svg * {
  fill: #fff;
}
.buckets .bucket:hover a {
  color: #fff;
}
.bucket-styles-wrap {
  min-height: 400px;
  overflow: hidden;
}
.bucket-styles-wrap .w100 {
  position: relative;
}
.bucket-styles-wrap .home-buckets {
  width: 100%;
  position: absolute;
  left: 100px;
  bottom: 0;
}
.home-buckets {
  background: #fff;
  padding: 15px 10px;
}
.home-buckets h2 {
  width: 9%;
  float: left;
  margin: 30px 30px 0px 30px;
}
.home-buckets h2:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #84a13c;
  position: absolute;
  left: 0;
  top: 45%;
}
.home-buckets .mobile-carousel {
  width: 85%;
  float: left;
}
.home-buckets .mobile-carousel .bucket {
  padding: 10px 4px !important;
  border: none !important;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 12%;
  height: 115px;
}
.home-buckets .mobile-carousel .bucket .svg-wrap {
  width: 40px;
  margin: 0 auto 10px;
}
.home-buckets .mobile-carousel .bucket a {
  max-width: 110px;
  font-size: 12px;
  line-height: 1;
}
.fauxlink {
  cursor: pointer;
}
.type-buckets .fauxlink {
  padding: 0;
  overflow: hidden;
}
.type-buckets .fauxlink:hover .front {
  opacity: 0;
}
.type-buckets .fauxlink:hover .back {
  opacity: 1;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running;
}
.type-buckets .back,
.type-buckets .front {
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.type-buckets .title {
  margin: 0;
  height: 120px;
  padding: 30px 50px 10px;
}
.type-buckets .title span {
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  letter-spacing: 10px;
}
.type-buckets .title h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
.type-buckets .image-wrap {
  position: relative;
  height: 397px;
}
.type-buckets .image-wrap img {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.type-buckets .image-wrap .triangle-bottomleft {
  z-index: 2;
  width: 0;
  height: 0;
  border-bottom: 430px solid #676767;
  border-right: 150px solid transparent;
  position: absolute;
  bottom: 0;
  left: 29px;
}
.type-buckets .image-wrap .triangle-bg {
  z-index: 0;
  width: 90%;
  height: 90%;
  background: #767676;
  position: absolute;
  bottom: 0;
  right: 0;
}
.type-buckets .back {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #346b89;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 2;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running;
}
.type-buckets .back p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding: 0 50px;
  margin: 100px 0;
}
.type-buckets .back .find {
  height: 140px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 39px 110px 0 50px;
  color: #393533;
  font-size: 13px;
  letter-spacing: 4.1px;
  font-weight: 700;
  text-transform: uppercase;
}
.type-buckets .back .find i {
  position: absolute;
  right: 100px;
  top: 41%;
  font-size: 20px;
}
.landing-buckets {
  width: 100%;
  margin: 0 0 0 -85px;
}
.landing-buckets .bucket {
  background: #676767;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .landing-buckets .bucket:hover .title {
    height: 233px;
    background: #346b89;
  }
  .landing-buckets .bucket:hover .title h6 {
    -webkit-animation: 0.5s ease 0s normal forwards 1 fadein;
    animation: 0.5s ease 0s normal forwards 1 fadein;
  }
  .landing-buckets .bucket:hover .svg-wrap {
    display: none;
  }
}
.landing-buckets .bucket .title {
  margin: 0;
  height: 120px;
  padding: 30px 50px 10px;
  text-align: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #676767;
  -moz-transition: height 0.8s ease;
  -webkit-transition: height 0.8s ease;
  -o-transition: height 0.8s ease;
  transition: height 0.8s ease;
}
.landing-buckets .bucket .title span {
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  letter-spacing: 10px;
}
.landing-buckets .bucket .title h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
.landing-buckets .bucket .title h3 a {
  color: #fff;
}
.landing-buckets .bucket .title h6 {
  opacity: 0;
  color: #fff;
  position: absolute;
  margin: 0;
  left: 50px;
  bottom: 60px;
  width: 80%;
}
.landing-buckets .bucket .bg-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.landing-buckets .bucket .svg-wrap {
  width: 80px;
  margin: 0 auto;
  opacity: 0.8;
  position: absolute;
  bottom: 25px;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.landing-buckets .bucket .svg-wrap svg * {
  fill: #fff;
}
.landing-buckets .bucket-1,
.landing-buckets .bucket-2,
.landing-buckets .bucket-3 {
  width: 25%;
  height: 700px;
  float: left;
  padding: 0;
  border-right: 1px solid #fff;
}
.landing-buckets .bucket-4,
.landing-buckets .bucket-5,
.landing-buckets .bucket-6 {
  width: 25%;
  height: 233px;
  border-bottom: 1px solid #fff;
}
.landing-buckets .bucket:last-child {
  border-bottom: none;
}
/* ----- Locator Chunk on Home Page ----- */
.home-locator .column:first-child {
  width: 534px;
  height: 568px;
  margin: 0 auto;
  padding: 40px !important;
  background-image: url("/assets/images/content/img_windowservices_bg.jpg") !important;
}
.home-locator .column:first-child .borderLeft {
  background: #fff;
  height: 100%;
  padding: 20px 30px;
}
.home-locator .column:first-child .borderLeft:before {
  left: -68px;
  top: 80px;
}
.home-locator .locator-btns {
  margin: 110px auto;
}
.locator-btns {
  width: 365px;
  margin: 0 auto;
}
.locator-btns .btns-wrap a {
  display: block;
  border-bottom: 1px solid #fff;
}
.locator-btns .btns-wrap a:last-child {
  border-bottom: none;
}
/* ----- Testimonial CTA above footer ----- */
.testimonial-cta {
  height: 300px;
}
.testimonial-cta .column,
.testimonial-cta .column > .img-wrapper {
  height: 100%;
}
.testimonial-cta .column:last-child {
  padding-top: 60px;
}
.testimonial-cta .inline-btns {
  background: #fff;
  padding: 20px 18px 0;
  position: absolute;
  bottom: 0;
}
.testimonial-cta .inline-btns a {
  float: left;
}
.testimonial-cta .inline-btns a:first-child {
  border-right: 1px solid #393533;
}
.testimonial-cta .inline-btns a:last-child {
  border-left: none;
}
.testimonial-cta img {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* ----- Breadcrumb ----- */
@media only screen and (min-width: 1200px) {
  .crumb-wrap {
    width: 130px;
    min-height: 400px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .crumb-container {
    position: absolute;
    top: 250px;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    color: #393533;
    font-size: 14px;
    min-width: 400px;
  }
  .crumb-container span a {
    color: #393533;
  }
  .crumb-container span a:hover {
    color: #007bab;
  }
  .crumb-container span.current {
    color: #007bab;
  }
  .crumb-container span:not(.current) {
    padding-right: 35px;
  }
  .crumb-container span:not(.current):after {
    content: "";
    width: 25px;
    height: 1px;
    background: #393533;
    position: absolute;
    top: 10px;
    margin-left: 4px;
  }
  .crumb-wrap + .main-content-right {
    padding-left: 130px;
  }
  .tpl-11 .main-content-right {
    min-height: 400px;
  }
  #main-content.constrain {
    max-width: 1440px;
    position: relative;
  }
  .main-content-right .block.column-has-bg .column:first-child {
    padding: 30px 30px 30px 0;
  }
  .main-content-right .block.column-has-bg .column:last-child {
    padding: 30px 0 30px 30px;
  }
  .main-content-right:before {
    content: "";
    width: 130px;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .main-content-right .block.full {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ----- Contact Us Page ----- */
.contact-info {
  width: 50%;
  margin: 50px auto 0;
}
.contact-info p,
.contact-info a {
  color: #393533;
}
.contact-info p {
  position: relative;
  padding-left: 30px;
}
.contact-info p i {
  position: absolute;
  left: 0;
  top: 7px;
}
/* ----- FAQ Page ----- */
.faq-section .faq-wrap {
  margin: 0 0 30px;
  padding-top: 20px;
}
.faq-section .faq-wrap h6.heading {
  margin-bottom: 30px;
}
.faq-section .faq-wrap h6.heading a {
  pointer-events: none;
  color: #393533;
}
.faq-section .faq-wrap .panel-group .panel {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 40px;
}
.faq-section .faq-wrap .panel-heading {
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.faq-section .faq-wrap .panel-heading .panel-title {
  color: #393533;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: normal;
}
.faq-section .faq-wrap .panel-heading .panel-title a {
  display: block;
  padding-right: 40px;
}
.faq-section .faq-wrap .panel-heading .panel-title a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 60px;
  top: 0;
  font-weight: 400;
}
.faq-section .faq-wrap .panel-heading .panel-title a[aria-expanded="true"]:after {
  content: "\f077";
}
.faq-section .faq-wrap .panel-body {
  border-top: none !important;
  padding: 20px 60px 0 0;
}
.faq-jumplinks {
  width: 270px;
  margin-top: 30px;
}
.faq-jumplinks ul li {
  border-bottom: 1px solid #fff;
}
.faq-jumplinks ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  background: #393533;
  padding: 15px 22px;
}
.faq-jumplinks ul li:last-child {
  border-bottom: none;
}
.faq-jumplinks ul li:before {
  content: "" !important;
}
/* ----- RFQ Page ----- */
#id-48 .crumb-wrap + .main-content-right {
  margin-top: 60px;
}
#id-48 .block-1 {
  height: 315px;
}
#id-48 .block-1 .column.w100 {
  padding: 0;
}
/* ----- Consultation CTA above footer ----- */
.consultation-cta .column:first-child {
  padding: 85px 0;
}
.consultation-cta .column:last-child {
  padding-right: 0 !important;
}
.consultation-cta .column:last-child .img-wrapper {
  height: 100%;
}
.consultation-cta .column:last-child .img-wrapper img {
  height: 106%;
  width: auto;
  margin-top: -3%;
}
/* ----- Gallery Page ----- */
#gallery-wrap {
  max-width: 100%;
}
#gallery-wrap .column.w100 {
  padding: 0;
  margin-left: -130px;
}
#gallery-wrap .gallery .img-wrapper {
  margin: 0;
}
#gallery-wrap .gallery .img-wrapper img {
  width: 100%;
}
.gallery .slick-prev,
.gallery .slick-next {
  z-index: 99;
}
.gallery .slick-prev {
  left: 20px;
}
.gallery .slick-next {
  right: 20px;
}
/* ----- Blog Page ----- */
#blog-wrap {
  max-width: 100%;
}
#blog-wrap .column.w100 {
  padding: 0;
  margin-left: -130px;
}
#blog-wrap .post-item {
  margin-bottom: 60px;
}
#blog-wrap .post-item .img-wrapper,
#blog-wrap .post-item .post-info {
  width: 50%;
  float: left;
}
#blog-wrap .post-item .img-wrapper {
  max-height: 470px;
  overflow: hidden;
}
#blog-wrap .post-item .img-wrapper img {
  width: 100%;
}
#blog-wrap .post-item .post-info {
  padding: 0 60px;
}
#blog-wrap .post-item .post-info .title {
  line-height: 1.3;
}
#blog-wrap .post-item .post-info .title a {
  color: #393533;
  text-transform: uppercase;
}
#blog-wrap .post-item .post-info .title a:hover {
  color: #346b89;
}
#blog-wrap .post-item h6.heading {
  margin: 30px 0;
}
#blog-wrap .post-item .categories a {
  color: #393533;
}
#blog-wrap .post-item .categories a:hover {
  color: #346b89;
}
/*======================================================
Screen Style Sheet
Paul Ryan Windows
------------------------------------------------------
Author(s): Melody Tran
Created:11/27/2018

/* Fonts */
/* Colors */
/* ----- General Styles ----- */
body:not(#id-1) #content-wrap,
#home-banner {
  padding-top: 120px;
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
}
h6.heading {
  font-size: 13px;
  line-height: 1.67;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.white-color {
  color: #fff;
}
h1 {
  font-size: 44px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin: 0 0 15px;
}
h2 {
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin: 0 0 15px;
}
h4 {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 7px;
  margin: 0 0 10px;
}
.block.white-bg,
.block .white-bg {
  color: #393533;
  background: #fff;
}
.block.gray-bg,
.block .gray-bg {
  color: #393533;
  background: #f2f2f2;
}
.block.dark-gray-bg,
.block .dark-gray-bg {
  color: #fff;
  background: #676767;
}
.block.black-bg,
.block .black-bg {
  color: #fff;
  background: #393533;
}
.block.blue,
.block .blue {
  color: #fff;
  background: #346b89;
}
.block.blue-gradient-bg,
.block .blue-gradient-bg {
  background-image: linear-gradient(to bottom, #346b89, rgba(49, 149, 204, 0.38));
}
p.borderLeft {
  position: relative;
}
p.borderLeft:before {
  content: "";
  width: 68px;
  height: 1px;
  background: #84a13c;
  position: absolute;
  left: -80px;
  top: 14px !important;
}
.borderLeft {
  padding-left: 90px;
  position: relative;
}
.borderLeft h2.heading {
  position: relative;
}
.borderLeft h2.heading:before {
  content: "";
  width: 68px;
  height: 2px;
  background: #84a13c;
  position: absolute;
  left: -80px;
  top: 20px;
}
.borderLeft.white h2.heading:before {
  background: #fff;
}
.borderLeft + .borderLeft {
  margin-top: 30px;
}
.tpl-2 .block-1 h1,
.tpl-3 .block-1 h1,
.tpl-4 .block-1 h1 {
  margin-bottom: 0;
}
.tpl-2 .block-2,
.tpl-3 .block-2,
.tpl-4 .block-2 {
  width: 70%;
  margin: 0 auto;
  padding: 0 100px 30px 0;
}
.tpl-2 .block-2 .borderLeft,
.tpl-3 .block-2 .borderLeft,
.tpl-4 .block-2 .borderLeft {
  padding-left: 0;
}
.tpl-2 .block-2 .borderLeft:before,
.tpl-3 .block-2 .borderLeft:before,
.tpl-4 .block-2 .borderLeft:before {
  top: 10%;
}
.tpl-2 .block-2 .borderLeft + .nested,
.tpl-3 .block-2 .borderLeft + .nested,
.tpl-4 .block-2 .borderLeft + .nested {
  margin-top: 15px;
}
/* Custom Style Elements */
.block ul.fancy,
.block ul:not(.slick-dots) {
  padding: 0;
}
.block ul.fancy li,
.block ul:not(.slick-dots) li {
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1px;
}
.block ul.fancy li:before,
.block ul:not(.slick-dots) li:before {
  content: " — ";
}
.block ul.fancy li > ul,
.block ul:not(.slick-dots) li > ul {
  padding-left: 20px;
}
/* ----- Header ----- */
#header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: auto;
}
#header .constrain {
  max-width: 1440px;
  position: relative;
}
#header .consult-btn {
  color: #fff;
  background: #2b5f7f;
  border: 2px solid #2b5f7f;
  padding: 8px 18px;
  float: left;
}
#header .consult-btn:hover {
  color: #393533;
  background: #fff;
  border: 2px solid #393533;
}
#header .header-links,
#header #global-nav {
  float: left;
  padding-top: 11px;
}
#header .header-links {
  margin: 0 10px;
}
#header .header-links a {
  color: rgba(57, 53, 51, 0.5);
  font-size: 16px;
  margin: 0 12px;
}
#header .header-links a:hover {
  color: #292b2c;
}
#header #global-nav {
  margin-left: 92px;
}
#header #global-nav li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
#header #global-nav li a {
  color: rgba(57, 53, 51, 0.5);
  font-size: 12px;
  font-weight: 400;
}
#header #global-nav li:not(.first):before {
  content: "";
  width: 2px;
  height: 40px;
  background: #eef1f4;
  position: absolute;
  left: 0;
  top: -11px;
}
#header #global-nav li.last a {
  color: #007bab;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}
#header #global-nav li a:hover {
  color: #292b2c;
}
#header .logo,
#header nav {
  float: left;
}
#header nav {
  margin-left: 0 !important;
}
#header .header-right {
  float: right;
}
#header .header-right a,
#header .header-right .search-container {
  float: left;
  height: 79px;
  line-height: 1.4;
  text-align: center;
}
#header .header-right a {
  border: 2px solid #393533;
  width: 180px;
  color: #393533;
  font-size: 16px;
  font-weight: 700;
  pointer-events: none;
  padding: 25px 0;
}
#header .header-right .phone {
  width: 140px;
}
#header .header-right .search-container {
  width: 60px;
  background: #393533;
}
#header .header-right .search-container .fa-search {
  color: #fff;
  cursor: pointer;
  padding: 29px 0;
}
#header .header-right .search-container .fa-search.active:before {
  content: "\f00d";
}
#header .search-toggle {
  position: absolute;
  width: 85.5%;
  display: none;
  background: #fff;
  z-index: 10;
  right: 0;
  top: 0;
  height: 79px;
  border: 2px solid black;
}
#header .search-form {
  position: relative;
}
#header .search-form .search-input {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  border: none;
  padding: 26px 15px;
}
#header .search-form .search-btn {
  color: #393533;
  background: none;
  border: none;
  position: absolute;
  right: 15px;
  top: 0;
  padding: 0;
}
#header .search-form .search-btn .fa-search {
  font-size: 18px;
  color: #393533;
}
/* ----- Buttons ----- */
.button {
  font-family: soleil, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 18px;
  min-width: 260px;
  text-align: center;
  position: relative;
}
.button.arrow-right {
  text-align: left;
  padding: 15px 40px 15px 22px;
}
.button.arrow-right:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: 100;
  position: absolute;
  right: 10px;
  top: 18%;
}
.button.black {
  background: #393533;
  border: 2px solid #393533;
  color: #fff;
}
.button.black:hover {
  background: #fff;
  color: #393533;
}
.button.hollow {
  background: #fff;
  border: 2px solid #393533;
  color: #393533;
  margin-top: 5px;
  margin-bottom: 5px !important;
}
.button.hollow:hover {
  background: #393533;
  color: #fff;
}
.button.brown {
  background: #676767;
  border: 2px solid #676767;
  color: #fff;
}
.button.brown:hover {
  background: #fff;
  color: #393533;
}
.button.fullwidth {
  width: 100%;
  padding: 12px 55% 12px 20px;
}
.button.fullwidth + .img-wrapper {
  margin-top: 25px;
}
.inline-button + .inline-button {
  margin-left: 15px;
}
/* ----- Footer ----- */
#footer .footer-top {
  background: #393533;
  text-align: center;
}
#footer .footer-top a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 19px 0;
  display: inline-block;
}
#footer .footer-top a:hover {
  color: #007bab;
}
#footer .constrain {
  padding: 50px 0 ;
  position: relative;
}
#footer .footer-block {
  display: inline-block;
  vertical-align: top;
}
#footer .footer-left,
#footer .footer-right {
  width: 24%;
}
#footer .footer-middle {
  width: 50%;
  text-align: center;
}
#footer .footer-middle ul li {
  display: inline-block;
  vertical-align: top;
  border-right: 2px solid #393533;
  line-height: 1;
}
#footer .footer-middle ul li.last {
  border-right: none;
}
#footer .footer-middle ul li a {
  color: #393533;
  font-size: 12px;
  font-weight: 700;
  padding: 0 5px;
}
#footer .footer-middle ul li a:hover {
  color: #007bab;
}
#footer #back-top {
  font-size: 14px;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
}
#footer #back-top:hover {
  color: #007bab;
}
#footer #copyright {
  font-size: 12px;
  margin: 20px auto 0;
  text-align: center;
  color: #9e948e;
}
#footer .bbb-logo {
  position: absolute;
  right: 0;
  top: 90px;
}
/* ----- Home Banner ----- */
#home-banner {
  height: 740px;
  position: relative;
  overflow: hidden;
}
#home-banner.constrain {
  max-width: 1440px;
}
#home-banner .bbb-sidebar {
  width: 70px;
  height: 620px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  position: relative;
}
#home-banner .bbb-sidebar span {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  width: 260px;
  color: #393533;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 12px;
}
#home-banner .bbb-sidebar img {
  position: absolute;
  bottom: 15px;
  left: 7px;
}
#home-banner .banner-image {
  display: inline-block;
  vertical-align: top;
}
#home-banner .caption-wrap {
  color: #393533;
  width: 780px;
  height: 75%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 120px;
  right: 38px;
  padding: 50px 80px 0 115px;
  opacity: 1;
}
#home-banner .caption-wrap:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #346b89;
  position: absolute;
  left: 0;
  top: 105px;
}
#home-banner .caption-wrap .caption p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1px;
}
#home-banner .caption-wrap .caption a {
  color: #393533;
  text-decoration: underline;
}
#home-banner .caption-wrap .caption a:hover {
  color: #007bab;
}
#home-banner .window-icon {
  position: absolute;
  left: 140px;
  bottom: 0;
}
#home-banner .texas-spacial {
  position: absolute;
  bottom: 0;
  right: 120px;
}
#home-banner .texas-spacial img {
  float: left;
}
#home-banner .texas-spacial .special-text {
  float: right;
  background: #676767;
  padding: 10px 5px 10px 25px;
  color: #fff;
  width: 110px;
  margin: 21px 0 0 -10px;
}
#home-banner .texas-spacial i {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
}
#home-banner .texas-spacial i:hover {
  color: #346b89;
}
#home-banner #quoteForm {
  background: #fff;
  position: absolute;
  bottom: 80px;
  left: 114px;
  width: 586px;
  height: 110px;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home-banner #quoteForm.active {
  height: 426px;
}
#home-banner #quoteForm.active h4 {
  background: #346b89;
}
#home-banner #quoteForm h4 {
  background: #393533;
  color: #fff;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 700;
  padding: 10px 18px;
  margin: 0;
  display: inline-block;
}
#home-banner #quoteForm .expand-button {
  width: 8.6%;
  background: #393533;
  height: 62px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 20px 0 0;
  cursor: pointer;
}
#home-banner #quoteForm .expand-button i {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home-banner #quoteForm .expand-button.active i {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
#home-banner #quoteForm .expand-button:hover,
#home-banner #quoteForm .expand-button.active {
  background: #346b89;
}
#home-banner #quoteForm .submit {
  color: #fff;
  background: #393533;
}
#home-banner #quoteForm .submit i {
  color: #fff;
}
#home-banner #quoteForm .submit:hover {
  background: #346b89;
}
/* ----- Quick Contact Form ----- */
.forms .form-left,
.forms .form-right {
  width: 50%;
  float: left;
}
.forms .form-right {
  border-left: 1px solid #393533;
}
.forms .file {
  height: 59px;
}
.forms .title {
  height: 116px;
}
.forms .input-group h4 {
  font-size: 24px;
  line-height: 1;
  margin: 5px 0 0 0;
}
.forms .input-group h4 span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}
.forms .input-group .tagline {
  color: #9e948e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.forms .input-group .tagline + h4 {
  margin-bottom: 10px;
}
.forms .input-group.signup label {
  line-height: 2;
  letter-spacing: 0.1px;
  font-size: 14px;
  font-weight: 300;
  text-transform: inherit;
}
.forms .input-group.signup label,
.forms .input-group.signup .radio-container {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  margin: 24px 0;
}
/* ----- Buckets ----- */
.full .buckets .bucket {
  padding: 20px 100px;
  border-right: 2px solid #fff;
}
.full .buckets .bucket.bucket-3 {
  border-right: none;
}
.buckets .bucket a {
  color: #393533;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  max-width: 160px;
}
.buckets .bucket .svg-wrap {
  width: 80px;
  margin: 15px auto;
  opacity: 0.3;
}
.buckets .bucket:hover {
  background: #346b89;
}
.buckets .bucket:hover .svg-wrap {
  opacity: 1;
}
.buckets .bucket:hover .svg-wrap svg * {
  fill: #fff;
}
.buckets .bucket:hover a {
  color: #fff;
}
.bucket-styles-wrap {
  min-height: 400px;
  overflow: hidden;
}
.bucket-styles-wrap .w100 {
  position: relative;
}
.bucket-styles-wrap .home-buckets {
  width: 100%;
  position: absolute;
  left: 100px;
  bottom: 0;
}
.home-buckets {
  background: #fff;
  padding: 15px 10px;
}
.home-buckets h2 {
  width: 9%;
  float: left;
  margin: 30px 30px 0px 30px;
}
.home-buckets h2:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #84a13c;
  position: absolute;
  left: 0;
  top: 45%;
}
.home-buckets .mobile-carousel {
  width: 85%;
  float: left;
}
.home-buckets .mobile-carousel .bucket {
  padding: 10px 4px !important;
  border: none !important;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 12%;
  height: 115px;
}
.home-buckets .mobile-carousel .bucket .svg-wrap {
  width: 40px;
  margin: 0 auto 10px;
}
.home-buckets .mobile-carousel .bucket a {
  max-width: 110px;
  font-size: 12px;
  line-height: 1;
}
.fauxlink {
  cursor: pointer;
}
.type-buckets .fauxlink {
  padding: 0;
  overflow: hidden;
}
.type-buckets .fauxlink:hover .front {
  opacity: 0;
}
.type-buckets .fauxlink:hover .back {
  opacity: 1;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running;
}
.type-buckets .back,
.type-buckets .front {
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.type-buckets .title {
  margin: 0;
  height: 120px;
  padding: 30px 50px 10px;
}
.type-buckets .title span {
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  letter-spacing: 10px;
}
.type-buckets .title h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
.type-buckets .image-wrap {
  position: relative;
  height: 397px;
}
.type-buckets .image-wrap img {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.type-buckets .image-wrap .triangle-bottomleft {
  z-index: 2;
  width: 0;
  height: 0;
  border-bottom: 430px solid #676767;
  border-right: 150px solid transparent;
  position: absolute;
  bottom: 0;
  left: 29px;
}
.type-buckets .image-wrap .triangle-bg {
  z-index: 0;
  width: 90%;
  height: 90%;
  background: #767676;
  position: absolute;
  bottom: 0;
  right: 0;
}
.type-buckets .back {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #346b89;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 2;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running;
}
.type-buckets .back p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding: 0 50px;
  margin: 100px 0;
}
.type-buckets .back .find {
  height: 140px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 39px 110px 0 50px;
  color: #393533;
  font-size: 13px;
  letter-spacing: 4.1px;
  font-weight: 700;
  text-transform: uppercase;
}
.type-buckets .back .find i {
  position: absolute;
  right: 100px;
  top: 41%;
  font-size: 20px;
}
.landing-buckets {
  width: 100%;
  margin: 0 0 0 -85px;
}
.landing-buckets .bucket {
  background: #676767;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .landing-buckets .bucket:hover .title {
    height: 233px;
    background: #346b89;
  }
  .landing-buckets .bucket:hover .title h6 {
    -webkit-animation: 0.5s ease 0s normal forwards 1 fadein;
    animation: 0.5s ease 0s normal forwards 1 fadein;
  }
  .landing-buckets .bucket:hover .svg-wrap {
    display: none;
  }
}
.landing-buckets .bucket .title {
  margin: 0;
  height: 120px;
  padding: 30px 50px 10px;
  text-align: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #676767;
  -moz-transition: height 0.8s ease;
  -webkit-transition: height 0.8s ease;
  -o-transition: height 0.8s ease;
  transition: height 0.8s ease;
}
.landing-buckets .bucket .title span {
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  letter-spacing: 10px;
}
.landing-buckets .bucket .title h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
.landing-buckets .bucket .title h3 a {
  color: #fff;
}
.landing-buckets .bucket .title h6 {
  opacity: 0;
  color: #fff;
  position: absolute;
  margin: 0;
  left: 50px;
  bottom: 60px;
  width: 80%;
}
.landing-buckets .bucket .bg-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.landing-buckets .bucket .svg-wrap {
  width: 80px;
  margin: 0 auto;
  opacity: 0.8;
  position: absolute;
  bottom: 25px;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.landing-buckets .bucket .svg-wrap svg * {
  fill: #fff;
}
.landing-buckets .bucket-1,
.landing-buckets .bucket-2,
.landing-buckets .bucket-3 {
  width: 25%;
  height: 700px;
  float: left;
  padding: 0;
  border-right: 1px solid #fff;
}
.landing-buckets .bucket-4,
.landing-buckets .bucket-5,
.landing-buckets .bucket-6 {
  width: 25%;
  height: 233px;
  border-bottom: 1px solid #fff;
}
.landing-buckets .bucket:last-child {
  border-bottom: none;
}
/* ----- Locator Chunk on Home Page ----- */
.home-locator .column:first-child {
  width: 534px;
  height: 568px;
  margin: 0 auto;
  padding: 40px !important;
  background-image: url("/assets/images/content/img_windowservices_bg.jpg") !important;
}
.home-locator .column:first-child .borderLeft {
  background: #fff;
  height: 100%;
  padding: 20px 30px;
}
.home-locator .column:first-child .borderLeft:before {
  left: -68px;
  top: 80px;
}
.home-locator .locator-btns {
  margin: 110px auto;
}
.locator-btns {
  width: 365px;
  margin: 0 auto;
}
.locator-btns .btns-wrap a {
  display: block;
  border-bottom: 1px solid #fff;
}
.locator-btns .btns-wrap a:last-child {
  border-bottom: none;
}
/* ----- Testimonial CTA above footer ----- */
.testimonial-cta {
  height: 300px;
}
.testimonial-cta .column,
.testimonial-cta .column > .img-wrapper {
  height: 100%;
}
.testimonial-cta .column:last-child {
  padding-top: 60px;
}
.testimonial-cta .inline-btns {
  background: #fff;
  padding: 20px 18px 0;
  position: absolute;
  bottom: 0;
}
.testimonial-cta .inline-btns a {
  float: left;
}
.testimonial-cta .inline-btns a:first-child {
  border-right: 1px solid #393533;
}
.testimonial-cta .inline-btns a:last-child {
  border-left: none;
}
.testimonial-cta img {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* ----- Breadcrumb ----- */
@media only screen and (min-width: 1200px) {
  .crumb-wrap {
    width: 130px;
    min-height: 400px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .crumb-container {
    position: absolute;
    top: 250px;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    color: #393533;
    font-size: 14px;
    min-width: 400px;
  }
  .crumb-container span a {
    color: #393533;
  }
  .crumb-container span a:hover {
    color: #007bab;
  }
  .crumb-container span.current {
    color: #007bab;
  }
  .crumb-container span:not(.current) {
    padding-right: 35px;
  }
  .crumb-container span:not(.current):after {
    content: "";
    width: 25px;
    height: 1px;
    background: #393533;
    position: absolute;
    top: 10px;
    margin-left: 4px;
  }
  .crumb-wrap + .main-content-right {
    padding-left: 130px;
  }
  .tpl-11 .main-content-right {
    min-height: 400px;
  }
  #main-content.constrain {
    max-width: 1440px;
    position: relative;
  }
  .main-content-right .block.column-has-bg .column:first-child {
    padding: 30px 30px 30px 0;
  }
  .main-content-right .block.column-has-bg .column:last-child {
    padding: 30px 0 30px 30px;
  }
  .main-content-right:before {
    content: "";
    width: 130px;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .main-content-right .block.full {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ----- Contact Us Page ----- */
.contact-info {
  width: 50%;
  margin: 50px auto 0;
}
.contact-info p,
.contact-info a {
  color: #393533;
}
.contact-info p {
  position: relative;
  padding-left: 30px;
}
.contact-info p i {
  position: absolute;
  left: 0;
  top: 7px;
}
/* ----- FAQ Page ----- */
.faq-section .faq-wrap {
  margin: 0 0 30px;
  padding-top: 20px;
}
.faq-section .faq-wrap h6.heading {
  margin-bottom: 30px;
}
.faq-section .faq-wrap h6.heading a {
  pointer-events: none;
  color: #393533;
}
.faq-section .faq-wrap .panel-group .panel {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 40px;
}
.faq-section .faq-wrap .panel-heading {
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.faq-section .faq-wrap .panel-heading .panel-title {
  color: #393533;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: normal;
}
.faq-section .faq-wrap .panel-heading .panel-title a {
  display: block;
  padding-right: 40px;
}
.faq-section .faq-wrap .panel-heading .panel-title a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 60px;
  top: 0;
  font-weight: 400;
}
.faq-section .faq-wrap .panel-heading .panel-title a[aria-expanded="true"]:after {
  content: "\f077";
}
.faq-section .faq-wrap .panel-body {
  border-top: none !important;
  padding: 20px 60px 0 0;
}
.faq-jumplinks {
  width: 270px;
  margin-top: 30px;
}
.faq-jumplinks ul li {
  border-bottom: 1px solid #fff;
}
.faq-jumplinks ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  background: #393533;
  padding: 15px 22px;
}
.faq-jumplinks ul li:last-child {
  border-bottom: none;
}
.faq-jumplinks ul li:before {
  content: "" !important;
}
/* ----- RFQ Page ----- */
#id-48 .crumb-wrap + .main-content-right {
  margin-top: 60px;
}
#id-48 .block-1 {
  height: 315px;
}
#id-48 .block-1 .column.w100 {
  padding: 0;
}
/* ----- Consultation CTA above footer ----- */
.consultation-cta .column:first-child {
  padding: 85px 0;
}
.consultation-cta .column:last-child {
  padding-right: 0 !important;
}
.consultation-cta .column:last-child .img-wrapper {
  height: 100%;
}
.consultation-cta .column:last-child .img-wrapper img {
  height: 106%;
  width: auto;
  margin-top: -3%;
}
/* ----- Gallery Page ----- */
#gallery-wrap {
  max-width: 100%;
}
#gallery-wrap .column.w100 {
  padding: 0;
  margin-left: -130px;
}
#gallery-wrap .gallery .img-wrapper {
  margin: 0;
}
#gallery-wrap .gallery .img-wrapper img {
  width: 100%;
}
.gallery .slick-prev,
.gallery .slick-next {
  z-index: 99;
}
.gallery .slick-prev {
  left: 20px;
}
.gallery .slick-next {
  right: 20px;
}
/* ----- Blog Page ----- */
#blog-wrap {
  max-width: 100%;
}
#blog-wrap .column.w100 {
  padding: 0;
  margin-left: -130px;
}
#blog-wrap .post-item {
  margin-bottom: 60px;
}
#blog-wrap .post-item .img-wrapper,
#blog-wrap .post-item .post-info {
  width: 50%;
  float: left;
}
#blog-wrap .post-item .img-wrapper {
  max-height: 470px;
  overflow: hidden;
}
#blog-wrap .post-item .img-wrapper img {
  width: 100%;
}
#blog-wrap .post-item .post-info {
  padding: 0 60px;
}
#blog-wrap .post-item .post-info .title {
  line-height: 1.3;
}
#blog-wrap .post-item .post-info .title a {
  color: #393533;
  text-transform: uppercase;
}
#blog-wrap .post-item .post-info .title a:hover {
  color: #346b89;
}
#blog-wrap .post-item h6.heading {
  margin: 30px 0;
}
#blog-wrap .post-item .categories a {
  color: #393533;
}
#blog-wrap .post-item .categories a:hover {
  color: #346b89;
}

/*Spring Cleaning Windows Blog*/
.blog-content p {
    font-size: 18px;
}

.blog-content h2 {
    color: #2b5f7f;
}

.blog-content h3 {
    color: #2b5f7f;
}

.blog-content a {
    color: #2b5f7f;
    font-weight: 400;
}

@media only screen and (max-width: 980px){
    .blog-content img {
        max-width: 100vw;
        max-height: 40vh;
    }
    
    .blog-content p {
        font-size: 16px;
    }
    
    .blog-content h3 {
        font-size: 20px;
    }
}




