/*
Theme Name: First Home Improvements
Author: Ian Loats - The Creative Plot
Author URI: https://thecreativeplot.com/
Description: Custom WordPress themes, Grown by The Creative Plot.
Version: 1.0
*/
:root {
  --boxhgt: x;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #3c3c3c;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

html, body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #ffffff;
}

h1 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  line-height: 45px;
  padding: 0.5em 0;
  color: #1E72BD;
  font-weight: 800;
  font-style: normal;
}

h2 {
  font-family: "Inter", sans-serif;
  font-size: 38px;
  line-height: 43px;
  padding: 0 0 0.5em;
  color: #726f6f;
  font-weight: 800;
  font-style: normal;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  line-height: 36px;
  padding: 1em 0 0.5em 0;
  color: #726f6f;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 29px;
  padding: 1em 0 0.5em;
  color: #e31e14;
  font-weight: 700;
  font-style: normal;
}

h5 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 29px;
  padding: 1em 0 0.5em;
  color: #e31e14;
  font-weight: 700;
  font-style: normal;
}

h5 a {
  color: #726f6f;
}

h5 a:hover {
  color: #1E72BD;
}

h6 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 0.5em;
  color: #726f6f;
  font-weight: 700;
  font-style: normal;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 1em;
  margin: 0;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}

#q-app p {
  font-family: unset;
  font-size: unset;
  line-height: unset;
  padding: unset;
  margin: unset;
  color: unset;
  font-weight: unset;
  font-style: unset;
}

blockquote p {
  font-size: 24px;
  line-height: 29px;
  color: #726f6f;
  font-style: italic;
  padding: 1em 0 0;
}

ul, ol {
  padding: 0 0 1em 1em;
}

ul li, ol li {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}

ul li ul {
  padding: 0 0 0 1em;
}

a {
  color: #000000;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #e31e14;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a.button {
  padding: 11px 24px;
  background-color: #e31e14;
  color: #ffffff;
  text-decoration-line: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  transition: background-color 0.3s;
}

a.button:hover {
  background-color: #e31e14;
}

section.acred a {
  text-decoration-line: none;
  text-decoration-thickness: 0;
  text-underline-offset: 0;
}

hr {
  border: none;
  border-top: 2px solid #E8E8E8 !important;
  margin: 3em 0;
}

strong {
  font-weight: 700;
}

.header {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  height: 116px;
  background-color: #ffffff;
  transition: box-shadow 0.5s;
}

.shad {
  -webkit-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.noshad {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

header {
  height: 116px;
  display: flex;
  align-items: center;
  transition: height 0.3s;
}

header p {
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  font-weight: 500;
  color: #726f6f;
  padding: 0;
}

header p span {
  font-size: 16px;
  line-height: 18px;
}

header p a {
  color: #e31e14;
  font-weight: 700;
  text-decoration-line: none;
}

header p a:hover {
  color: #e31e14;
  text-decoration-line: none;
}

a.nav-brand img {
  width: 199px;
  height: 80px;
  transition: width 0.3s, height 0.3s;
  margin-right: 16px;
  z-index: 99999;
  position: relative;
}

.phone {
  width: 30px;
  height: 30px;
  display: none;
  margin: 0 64px 0 16px;
}

.phone a svg {
  width: 30px;
  height: 30px;
  display: block;
}

main {
  margin-top: 116px;
  background-color: #F5F5F5;
}

footer {
  background-color: #000000;
  padding: 32px 0 24px 0;
}

footer p {
  color: #726f6f;
  font-size: 13px;
  line-height: 20px;
}

footer a {
  color: #726f6f;
  text-decoration-line: none;
}

footer a:hover {
  color: #e31e14;
  text-decoration-line: none;
}

footer ul.footer-menu {
  padding: 0;
  margin-bottom: 2em;
}

footer ul.footer-menu li {
  color: #ffffff;
  list-style: none;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 1em 0 0;
}

footer ul.footer-menu li ul {
  padding: 0;
}

footer ul.footer-menu li ul li {
  font-weight: 300;
}

footer ul.footer-menu > li a {
  color: #ffffff;
}

footer ul.footer-menu > li a:hover {
  color: #e31e14;
}

.wrap {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 32px;
}

main .wrap {
  max-width: 1320px;
}

section {
  padding: 4em 0;
}

section.slm {
  padding: 1em 0;
}

.four-col {
  display: flex;
  flex-flow: row wrap;
}

.four-col > div {
  flex: 0 0 25%;
}

.three-col {
  display: flex;
  margin: 1em -16px;
  flex-flow: row wrap;
}

.three-col > div {
  flex: 1 0 calc(33.33% - 32px);
  margin: 16px;
  background-color: #ffffff;
  border: 1px solid #726f6f;
  box-shadow: 8px 8px 0 #E8E8E8;
  display: inline-flex;
  flex-flow: column;
}

.three-col > div h5 {
  padding: 0.5em 16px;
}

.three-col > div p {
  font-size: 16px;
  line-height: 18px;
  padding: 1em 16px;
}

.three-col.twocolbox > div {
  flex: 1 0 calc(50% - 32px);
}

.three-col.fourcolbox > div {
  flex: 1 0 calc(25% - 32px);
}

.two-col {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
}

.two-col > div:nth-child(1) {
  flex: 0 0 60%;
}

.two-col > div:nth-child(2) {
  flex: 0 0 40%;
}

.split-col {
  display: flex;
  margin: 0 -32px;
  flex-flow: row wrap;
}

.split-col > div:nth-child(1) {
  flex: 0 0 40%;
  padding: 0 32px;
}

.split-col > div:nth-child(2) {
  flex: 0 0 60%;
  padding: 0 32px;
}

.split-col-one {
  display: flex;
  margin: 1em -32px;
  flex-flow: row wrap;
}

.split-col-one > div:nth-child(1) {
  flex: 0 0 40%;
  padding: 0 32px;
}

.split-col-one > div:nth-child(2) {
  flex: 0 0 60%;
  padding: 0 32px;
}

.split-col-two {
  display: flex;
  margin: 1em -32px;
  flex-flow: row wrap;
}

.split-col-two > div:nth-child(1) {
  flex: 0 0 60%;
  padding: 0 32px;
}

.split-col-two > div:nth-child(2) {
  flex: 0 0 40%;
  padding: 0 32px;
}

section.acred {
  background-color: #E8E8E8;
  padding: 0;
  height: 76px;
}

section.acred .wrap {
  padding: 0;
  max-width: 1700px;
}

.acred p {
  color: #726f6f;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  padding: 0 10px 0 10px;
}

.acred .four-col > div {
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: 34px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acred .four-col > div:nth-child(odd) {
  background-color: #f8f8f8;
}

.acred .four-col > div:nth-child(even) {
  background-color: #f1f1f1;
}

.acred .four-col > div a {
  text-decoration: none;
  display: inline-flex;
  width: 100%;
}

.usp-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  flex: 0 0 100%;
  width: 100%;
  height: 76px;
}

.usp-icon {
  flex: 0 0 34px;
  height: 34px;
}

.usp-icon > img {
  width: 34px;
  height: 34px;
}

.acred .slick-track {
  display: flex;
  height: 100%;
}

.acred .slick-track .slick-slide:nth-child(odd) {
  background-color: #f8f8f8;
}

.acred .slick-track .slick-slide:nth-child(even) {
  background-color: #f1f1f1;
}

.slick-slider div {
  transition: none;
}

section.desc-line {
  background-color: #000000;
  padding: 0.62em 0;
  min-height: 38px;
}

section.desc-line p {
  color: #ffffff;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

section.desc-line p span {
  color: #e31e14;
}

a.nohvr {
  text-decoration-line: none;
  text-decoration-thickness: 0;
  text-underline-offset: 0;
}

section.red {
  background-color: #e31e14;
  padding: 2em 0;
}

section.red h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  padding: 0;
}

section.red h3 a {
  color: #ffffff;
  font-weight: 700;
}

section.blue {
  background-color: #1E72BD;
  padding: 0;
  text-align: center;
  display: none;
}

section.blue a.button {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 29px;
}

section.banner {
  background-color: #1E72BD;
  padding: 1em 0;
}

section.banner p {
  color: #ffffff;
  padding: 0;
  text-align: center;
}

section.banner p a {
  color: #ffffff;
  font-weight: 700;
}

section.heroimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 0;
  display: flex;
  align-items: flex-end;
  background-color: #e31e14;
}

.home section.heroimg {
  height: 50vh;
  min-height: 600px;
}

section.smlhero {
  background-color: #1E72BD;
}

.tintbox {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) calc(var(--boxhgt) + 6em), rgba(0, 0, 0, 0) calc(var(--boxhgt) + 6em));
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) calc(var(--boxhgt) + 6em), rgba(0, 0, 0, 0) calc(var(--boxhgt) + 6em));
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.5) calc(var(--boxhgt) + 6em), rgba(0, 0, 0, 0) calc(var(--boxhgt) + 6em));
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5) calc(var(--boxhgt) + 6em), rgba(0, 0, 0, 0) calc(var(--boxhgt) + 6em));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) calc(var(--boxhgt) + 6em), rgba(0, 0, 0, 0) calc(var(--boxhgt) + 6em));
  padding: 3em 0;
  width: 100%;
}

.tintbox h1 {
  padding-right: 3em;
  color: #ffffff;
}

.tintbox p {
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  padding-right: 3em;
}

.tintbox p a {
  color: #ffffff;
}

.tintbox p a:hover {
  color: #7ec2ff;
}

section.smlhero .tintbox {
  background-image: none;
  padding: 3em 0 1em;
}

.contbox {
  background-color: #F5F5F5;
  margin-bottom: -3em;
  padding: 32px;
}

.contbox p, p.sml {
  color: #726f6f;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
}

.contbox p a, p.sml a {
  color: #726f6f;
}

.contbox p a:hover, p.sml a:hover {
  color: #e31e14;
}

section.breadcrumbs {
  padding: 1em 0 0;
}

section.breadcrumbs p.sml a {
  text-decoration: none;
}

.contbox h3 {
  text-align: center;
  padding-top: 0;
}

form {
  margin: 0;
}

.tintbox form p {
  padding-right: 0;
  line-height: 14px;
  padding-bottom: 1em;
}

.tintbox form p.highlite {
  padding: 0.5em 0 0.25em;
  font-size: 18px;
  line-height: 26px;
}

.tintbox form .frm-two-col {
  margin: 0 -0.25em;
  display: flex;
}

.tintbox form .frm-two-col > div {
  flex: 0 0 calc(50% - 0.5em);
  margin: 0 0.25em;
}

form input[type=email], form input[type=text], form input[type=tel], form input[type=password], form textarea {
  font-family: "Inter", sans-serif;
  padding: 0.5em 2em 0.5em 1em;
  font-size: 18px;
  line-height: 26px;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 300;
  border: 0;
  height: auto;
  margin: 0.5em 0;
  outline: 0 none;
  width: 100%;
  background: #E8E8E8;
  color: #726f6f;
  display: inline-block;
}

form input[type=email]:focus, form input[type=text]:focus, form input[type=tel]:focus, form input[type=password]:focus, form textarea:focus {
  background-color: #E8E8E8;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #726f6f !important;
}

form input[type=date] {
  font-family: "Inter", sans-serif;
  padding: 0.5em 2em 0.5em 1em;
  font-size: 18px;
  line-height: 26px;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 300;
  border: 0;
  height: auto;
  margin: 0 0 0.5em;
  outline: 0 none;
  width: 100%;
  background: #E8E8E8;
  color: #726f6f;
}

form input[type=submit], form button[type=submit] {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  background-color: #1E72BD;
  padding: 0.5em 1em;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  border-radius: 0;
  -webkit-appearance: none;
  height: auto;
  border: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border: 0;
  width: 100%;
  transition: background-color 0.3s;
}

form input[type=submit]:hover, form button[type=submit]:hover {
  color: #ffffff;
  background-color: #e31e14;
}

select {
  background: #E8E8E8;
  padding: 0.5em 2em 0.5em 1em;
  border: 0;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: #726f6f;
  min-height: 40px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+Cgk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM3MjZmNmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtNiA5IDYgNiA2LTYiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  min-width: 100%;
  margin: 0 0 0.5em;
}

fieldset {
  border: 0;
  padding: 0;
}

legend {
  display: none;
}

textarea {
  font-family: "Inter", sans-serif;
  padding: 0.5em 2em 0.5em 1em;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.tintbox p.som-password-error-message, .tintbox p.som-password-sent-message {
  margin-bottom: 2em;
  color: #ffffff;
  padding: 0.25em 1em;
  font-weight: 500;
}

#menu-item-245 {
  display: none;
}

.logged-in #menu-item-245 {
  display: unset;
}

.login-remember {
  display: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #726f6f;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #726f6f;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #726f6f;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 1em;
  font-size: 13px;
  line-height: 20px;
  border-width: 1px;
}

.wpcf7-spinner {
  margin: 0.5em auto 0;
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e31e14;
  color: #e31e14;
  border-width: 1px;
}

.cent {
  text-align: center;
}

.logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 15%;
}

.logos > div {
  flex: 0 0 auto;
  display: inline-flex;
  justify-content: center;
  padding: 0 1em 2em;
  display: block;
}

.logos > div > img.reg {
  height: 100px;
  width: auto;
}

.logos > div > img.sml {
  height: 60px;
  width: auto;
}

.featimg {
  background: url("/construction/img/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.featimg h5 {
  color: #ffffff;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  background: url("/construction/img/anglebg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.featimgone {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.featimgone h5 {
  color: #ffffff;
  padding-right: 1em;
  padding-top: 2.5em;
  padding-bottom: 1em;
  padding-left: 1em;
  width: 100%;
  background: url("/construction/img/anglebg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

a.boxlink h5 {
  color: #ffffff;
}

a.boxlink:hover h5 {
  color: #e31e14;
}

a.boxlink {
  color: #000000;
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

a.boxlink:hover {
  color: #1E72BD;
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.three-col > div > a > div.featimg h5, .split-col > div > div.featimgone h5 {
  padding-top: 2em;
  padding-left: 20%;
}

.three-col > div > a > div.featimg h5 > svg {
  margin-left: 15px;
}

.imgwrap {
  width: 100%;
  position: relative;
}

.imgwrap:before {
  content: "";
  float: left;
}

.innerimgwrap {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.innerimgwrap img {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transition: all 0.4s;
}

.innerimgwrap:hover img {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.boxhead {
  position: absolute;
  display: inline-flex;
  height: 100%;
  top: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  background: url("/construction/img/anglebg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 160px;
}

.three-col > div .boxhead h5 {
  color: #ffffff;
  text-align: right;
  background-image: url("/construction/img/forward.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  background-size: 16px 28px;
  padding-right: 42px;
  transition: color 0.3s, background 0.3s;
}

.innerimgwrap:hover .boxhead h5 {
  color: #7ec2ff;
  background-image: url("/construction/img/forward-hover.svg");
  transition: color 0.3s, background 0.3s;
}

.three-col > div .boxhead.feature h5 {
  background-image: none;
  padding-right: 16px;
  font-weight: 400;
  text-shadow: 2px 2px 3px #000000;
}

.innerimgwrap:hover .boxhead.feature h5 {
  color: #ffffff;
  background-image: none;
}

section.npt {
  padding: 0 0 4em;
}

section.npb {
  padding: 4em 0 0;
}

section.npd {
  padding: 0;
}

div.grey {
  width: 100%;
  background-color: #E8E8E8;
  border-bottom: 18px solid #726f6f;
  padding: 3em 0;
  margin-top: 1em;
}

div.grey ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 1.25em;
}

div.grey ul li {
  font-size: 24px;
  line-height: 29px;
  color: #726f6f;
  font-weight: 700;
  padding-bottom: 0.5em;
  padding-right: 2em;
}

.nav-dropdown > li.current-menu-item > a, .nav-menu > li.current-menu-item > a {
  color: #e31e14;
}

.detail {
  background-color: #eee;
  padding: 2em;
  margin: 1em 0;
}

.detail p {
  padding: 0;
}

.detail strong {
  color: #1E72BD;
}

.jobbox {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px 1em;
}

.jobbox > div {
  flex: 0 0 calc(33.33% - 22px);
  background-color: #ffffff;
  border: 1px #000000 solid;
  margin: 0 10px 2em;
  padding: 0 1.5em 1.5em;
  box-shadow: 8px 8px 0 #E8E8E8;
}

.jobbox > div a, .detail > div a {
  text-decoration: none;
}

.jobbox p {
  padding: 0;
}

form.jobform {
  background-color: #ffffff;
  border: 1px #000000 solid;
  padding: 2.5em 2em 2em;
  box-shadow: 8px 8px 0 #E8E8E8;
}

.jobbox h4 a, .jobbox strong {
  color: #1E72BD;
}

.jobbox h4 a:hover {
  color: #e31e14;
}

.loclist {
  background-color: #eee;
  width: 100%;
  padding: 1em;
}

svg {
  display: block;
  width: 100%;
}

#states *.on {
  transform: translateY(-10px);
}

#states *.on path {
  fill: #e86e09;
}

.list-of-states {
  margin: 0;
  padding: 0;
  columns: 200px auto;
  column-gap: 8px;
  list-style: none;
}

.list-of-states li {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  padding: 4px 6px;
  display: inline-block;
  width: 100%;
  color: #000000;
}

.list-of-states li.on {
  background: #e86e09;
  color: white;
  font-weight: bold;
}

figure.map {
  margin: 0 auto 1em;
  background-color: #eee;
}

form#search-filter-form-482 {
  margin: 0 0 2em;
  background-color: #eee;
  padding: 1.5em;
}

form#search-filter-form-482 ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}

form#search-filter-form-482 ul li {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 3.5em;
}

form#search-filter-form-482 ul input, form#search-filter-form-482 ul select {
  margin: 0;
  background-color: #ddd;
}

a.search-filter-reset {
  padding: 11px 24px;
  background-color: #1E72BD;
  color: #ffffff;
  text-decoration-line: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  transition: background-color 0.3s;
}

a.search-filter-reset:hover {
  background-color: #e31e14;
}

.oppbox {
  background-color: #eee;
  padding: 1em;
  margin: 0 0 1em;
}

.oppbox ul {
  margin: 0;
  padding: 0;
  columns: 200px auto;
  column-gap: 8px;
  list-style: none;
}

.oppbox li {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  padding: 4px 6px;
  display: inline-block;
  width: 100%;
  color: #000000;
}

.oppbox li:hover {
  background: #e86e09;
  color: white;
}

.wteboxes {
  display: flex;
  flex-flow: row wrap;
  margin: 0.5em -10px;
}

.wteboxes > div {
  flex: 0 0 calc(33.33% - 22px);
  background-color: #E8E8E8;
  margin: 0 10px 20px;
  padding: 1em 0;
}

.wteboxes > div h4, .wteboxes > div p {
  font-weight: 600;
  padding: 0 20px 0.5em;
}

.wteboxes > div h4 {
  color: #1E72BD;
  font-weight: 700;
}

span.smlft {
  font-size: 70%;
}

@media (max-width: 1024px) {
  .wteboxes > div {
    flex: 0 0 calc(100% - 22px);
  }
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 2em;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
}

table thead {
  font-weight: 600;
  width: 100%;
}

table tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}

table tbody tr:nth-child(even) {
  background-color: #fcfcfc;
}

table th, table td {
  padding: 0.5em;
  border-right: 1px solid #d7d7d7;
}

.lft {
  text-align: left;
}

table td:last-child, table th:last-child {
  border-right: 0;
}

table thead tr {
  border-bottom: 2px solid #d7d7d7;
}

table tbody tr:last-child {
  border-bottom: 1px solid #d7d7d7;
}

td span {
  color: #393;
}

.prod-img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0 0;
}

.prod-img-wrap img {
  width: 60%;
}

.prod-slide {
  display: flex;
}

.prod-legend {
  flex: 0 0 30%;
  width: 30%;
  display: inline-flex;
  align-items: flex-end;
}

.prod-items {
  flex: 0 0 70%;
  width: 70%;
}

.prevnext {
  z-index: 1;
  margin: 0;
  width: 18px;
  height: 29px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: -20px;
}

.exp-chart {
  display: flex;
  margin: 0 -15px;
  flex-flow: row wrap;
}

.exp-chart a {
  flex: 0 0 calc(25% - 30px);
  text-decoration: none;
  margin: 0 15px;
}

.exp-col {
  flex: 0 0 25%;
}

.exp-col .imgwrap {
  border: 1px solid #726f6f;
  transition: box-shadow 0.2s ease;
}

.exp-col ul {
  padding: 0;
}

.exp-col ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0.5em;
}

.exp-col ul li::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 34px;
  background-image: url("/img/tick.svg");
  background-repeat: no-repeat;
  margin-right: 0;
  flex: 0 0 34px;
}

.exp-chart h5 {
  color: #ffffff;
  padding-right: 1em;
  padding-top: 2.5em;
  padding-bottom: 1em;
  padding-left: 1em;
  width: 100%;
  background: url("/construction/img/anglebg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.exp-chart a:hover .innerimgwrap img {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.exp-chart a:hover .imgwrap {
  box-shadow: 8px 8px 0 #E8E8E8;
}

.flash::before {
  content: "Flash, Ahhh";
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  background: #e31e14;
  transform: rotate(-45deg);
  margin-left: -44px;
  margin-top: 16px;
  width: 160px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.choose {
  display: flex;
  flex-flow: row wrap;
}

.choose > div {
  flex: 0 0 50%;
}

.accordion {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #393;
  background-color: #f1f1f1;
  cursor: pointer;
  padding: 1em 20px 0.75em;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: 0;
}

.aactive, .accordion:hover, .accordion:focus {
  color: #393;
  background-color: #E8E8E8;
}

.panel {
  padding: 0 20px;
  margin: 0;
  background-color: #E8E8E8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #F5F5F5;
}

.panel:last-child {
  border-bottom: 0;
}

.panel p {
  padding-bottom: 2em;
}

.accordion:before {
  float: right;
  content: " ";
  margin-left: 5px;
  width: 36px;
  height: 36px;
  background-image: url("/img/accordion_plus.svg");
  background-repeat: no-repeat;
  margin-top: -0.15em;
}

.aactive:before {
  width: 36px;
  height: 36px;
  background-image: url("/img/accordion_minus.svg");
  background-repeat: no-repeat;
}

span.choosenumber {
  color: #ffffff;
  border-radius: 50%;
  background-color: #393;
  width: 1.25em;
  display: inline-block;
  padding-left: 0.32em;
  margin-right: 0.32em;
}

.uspslider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.uspslider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.calc-multi-step-title {
  display: none;
}

.tab__title {
  text-align: center;
}

.ccb-vertical {
  padding: 0 !important;
}

.hilite {
  color: #1E72BD;
  font-size: 13px;
  line-height: 20px;
}

.ccb-header-title {
  color: #e31e14 !important;
}

/* media queries */
@media (max-width: 1500px) {
  header a.button {
    display: none;
  }

  section.blue {
    display: unset;
  }
}
@media (max-width: 1300px) {
  header div.text {
    display: none;
  }

  div.phone {
    display: unset;
  }
}
@media (max-width: 1200px) {
  .four-col > div {
    flex: 0 0 50%;
  }

  .acred .four-col > div {
    flex: 0 0 25%;
  }

  header {
    height: 80px;
  }

  .header {
    height: 80px;
  }

  main {
    margin-top: 80px;
  }

  a.nav-brand img {
    width: 149px;
    height: 60px;
  }
}
@media (max-width: 1180px) {
  .acred p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1080px) {
  .acred .four-col > div {
    flex: 0 0 25%;
  }
}
@media (max-width: 1000px) {
  .contbox {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 32px;
    margin-right: 32px;
    background-color: #ffffff;
    padding: 16px;
  }

  .two-col > div:nth-child(1) {
    flex: 0 0 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 32px;
    padding: 19px 32px;
  }

  .two-col > div:nth-child(2) {
    flex: 0 0 calc(100% - 64px);
  }

  .tintbox {
    background-image: unset;
    padding: 32px 0;
  }

  .tintbox p, .tintbox h1 {
    padding-right: 0;
  }

  section.heroimg .wrap {
    padding: 0;
  }

  section.heroimg.smlhero .wrap {
    padding: 0 32px;
  }

  form {
    margin: 0 0;
  }

  .three-col.fourcolbox > div {
    flex: 0 0 calc(33.33% - 32px);
  }
}
@media (max-width: 980px) {
  h1 {
    font-size: 34px;
    line-height: 39px;
  }

  h2 {
    font-size: 32px;
    line-height: 37px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 22px;
    line-height: 28px;
  }

  h5 {
    font-size: 20px;
    line-height: 23px;
  }

  h6 {
    font-size: 20px;
    line-height: 23px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  ul li {
    font-size: 16px;
    line-height: 24px;
  }

  a.button {
    font-size: 14px;
    line-height: 16px;
  }

  header p {
    font-size: 12px;
    line-height: 18px;
  }

  header p span {
    font-size: 14px;
    line-height: 16px;
  }

  footer p {
    font-size: 12px;
    line-height: 18px;
  }

  footer ul.footer-menu li {
    font-size: 16px;
    line-height: 24px;
  }

  .three-col > div p {
    font-size: 14px;
    line-height: 16px;
  }

  .tintbox p {
    font-size: 20px;
    line-height: 23px;
  }

  .contbox p {
    font-size: 12px;
    line-height: 18px;
  }

  form input[type=email], form input[type=text], form input[type=tel], form input[type=password], form textarea {
    font-size: 16px;
    line-height: 24px;
  }

  form input[type=submit] {
    font-size: 20px;
    line-height: 23px;
  }

  select {
    font-size: 16px;
    line-height: 24px;
  }

  div.grey ul li {
    font-size: 20px;
    line-height: 23px;
  }

  section.blue a.button {
    font-size: 20px;
    line-height: 23px;
  }

  section.desc-line p {
    font-size: 14px;
    line-height: 16px;
  }

  .tintbox form p.highlite {
    font-size: 16px;
    line-height: 24px;
  }

  .contbox p, p.sml {
    font-size: 12px;
    line-height: 18px;
  }

  .accordion {
    font-size: 20px;
    line-height: 23px;
  }

  .accordion:before {
    width: 20px;
    height: 20px;
  }

  .aactive:before {
    width: 20px;
    height: 20px;
  }

  table {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 900px) {
  footer ul.footer-menu {
    flex-flow: row wrap;
  }

  footer ul.footer-menu li {
    flex: 0 0 50%;
    margin: 0;
    padding-right: 1em;
  }

  footer ul.footer-menu li ul {
    padding: 0;
    margin: 0 0 1em;
  }

  footer ul.footer-menu > li:first-child {
    border-right: 0;
  }

  footer p {
    padding-left: 0;
    padding-right: 0;
  }

  .split-col-one > div:nth-child(1), .split-col-one > div:nth-child(2), .split-col-two > div:nth-child(1), .split-col-two > div:nth-child(2) {
    flex: 0 0 50%;
  }

  .jobbox > div {
    flex: 0 0 calc(50% - 22px);
  }

  .three-col.fourcolbox > div {
    flex: 0 0 calc(50% - 32px);
  }
}
@media (max-width: 800px) {
  .three-col > div {
    flex: 0 0 calc(50% - 32px);
    margin: 0 16px 32px;
  }

  .three-col.twocolbox > div {
    flex: 0 0 calc(50% - 32px);
    margin: 0 16px 32px;
  }

  .innerimgwrap img {
    height: 180px;
  }

  .boxhead {
    background-position: 0 100px;
  }

  .split-col > div:nth-child(1) {
    flex: 0 0 100%;
    order: 2;
    min-height: 240px;
    margin-top: 2em;
  }

  .split-col > div:nth-child(2) {
    flex: 0 0 100%;
    order: 1;
  }

  .logos > div > img.reg {
    height: 70px;
  }

  .logos > div > img.sml {
    height: 45px;
  }

  hr {
    margin: 2em 0;
  }

  div.grey ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  section {
    padding: 2em 0;
  }

  section.npt {
    padding: 0 0 2em;
  }

  section.npb {
    padding: 2em 0 0;
  }

  section.slm {
    padding: 0.5em 0;
  }

  .exp-chart a {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 26px;
    line-height: 31px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 19px;
  }

  h6 {
    font-size: 16px;
    line-height: 19px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  ul li {
    font-size: 14px;
    line-height: 20px;
  }

  a.button {
    font-size: 13px;
    line-height: 15px;
  }

  header p {
    font-size: 11px;
    line-height: 17px;
  }

  header p span {
    font-size: 13px;
    line-height: 15px;
  }

  footer p {
    font-size: 11px;
    line-height: 17px;
  }

  footer ul.footer-menu li {
    font-size: 14px;
    line-height: 20px;
  }

  .three-col > div p {
    font-size: 13px;
    line-height: 15px;
  }

  .acred p {
    font-size: 14px;
    line-height: 17px;
  }

  .tintbox p {
    font-size: 16px;
    line-height: 19px;
  }

  .contbox p {
    font-size: 11px;
    line-height: 17px;
  }

  form input[type=email], form input[type=text], form input[type=tel], form input[type=password], form textarea {
    font-size: 14px;
    line-height: 20px;
  }

  form input[type=submit] {
    font-size: 16px;
    line-height: 19px;
  }

  select {
    font-size: 14px;
    line-height: 20px;
  }

  div.grey ul li {
    font-size: 16px;
    line-height: 19px;
  }

  section.blue a.button {
    font-size: 16px;
    line-height: 19px;
  }

  section.desc-line p {
    font-size: 13px;
    line-height: 15px;
  }

  .tintbox form p.highlite {
    font-size: 14px;
    line-height: 20px;
  }

  .contbox p, p.sml {
    font-size: 11px;
    line-height: 17px;
  }

  .accordion {
    font-size: 16px;
    line-height: 19px;
  }

  table {
    font-size: 14px;
    line-height: 20px;
  }

  .prod-legend {
    flex: 0 0 50%;
    width: 50%;
  }

  .prod-items {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 560px) {
  .three-col.twocolbox > div {
    flex: 0 0 calc(100% - 32px);
  }

  .split-col-one > div:nth-child(1), .split-col-one > div:nth-child(2), .split-col-two > div:nth-child(1), .split-col-two > div:nth-child(2) {
    flex: 0 0 100%;
  }

  .split-col-two > div:nth-child(1) {
    order: 2;
  }

  .split-col-two > div:nth-child(2) {
    order: 1;
  }

  .featimgone h5 {
    padding-top: 4.5em;
  }

  .jobbox > div {
    flex: 0 0 calc(100% - 22px);
  }

  .three-col.fourcolbox > div {
    flex: 0 0 calc(100% - 32px);
  }

  .three-col > div {
    flex: 0 0 calc(100% - 32px);
  }

  .choose > div {
    flex: 0 0 100%;
  }

  .choose > div:nth-child(1) {
    order: 2;
  }

  .choose > div:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 380px) {
  .four-col > div {
    flex: 0 0 100%;
  }

  .exp-chart a {
    flex: 0 0 calc(100% - 30px);
  }
}

/*# sourceMappingURL=style.css.map */
