/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - https://cssreset.com/ */
html {
  color: #000;
  background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  font-size: 100%;
}
legend {
  color: #000;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}

html {
  font-size: 62.5% !important;
}

body {
  background-color: #ede6e6;
  font-family: 'Roboto', sans-serif;
}

i {
  font-size: 100%;
}

a {
  text-decoration: none;
  color: #545454;
}

.flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.banner {
  background-color: #01549d;
  width: 100%;
  height: auto;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 300;
  padding: 15px;
}

.banner img {
  margin-right: 10px;
}
.banner span {
  text-align: center;
}

.site-container {
  max-width: 1466px;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}

.logo-container {
  background-color: #ffffff;
  padding-left: 70px;
  padding-right: 50px;
  height: 160px;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  width: 246px;
}

header {
}

#top-promo {
  background-image: url('https://converge-strapi-prod.s3.amazonaws.com/flag_ec9a176371.webp');
  align-items: center;
  background-size: cover;
  background-position: center;
}
#top-promo .bar {
  background-color: #01549d;
  width: 275px;
  height: 5px;
  margin-bottom: 30px;
}
#clear-gutters .mnoffer {
  text-shadow: 0px 0px 9px #0000006e;
  font-size: 48px;
}
.special-offer-container .mobile {
  display: none;
}
.special-offer {
  width: 400px;
}

#clear-gutters {
  width: 60%;
  align-items: center;
}

#form-container {
  padding: 48px 0;
  width: 40%;
}

#clear-gutters h1 {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.form {
  max-width: 545px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}

.form header {
  background-image: url('https://converge-strapi-prod.s3.amazonaws.com/starspattern_b5d7713d61.webp');
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 144px;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
}

#form-container footer {
  font-family: 'Lato', sans-serif;
  color: #fff;
  background-color: #ababab;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  padding: 10px;
  font-size: 1.25rem;
}

#form-container input,
#form-container select {
  width: 100%;
  /*padding: 10px;*/
  padding: 15px 20px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  color: #000;
  font-size: 1.8rem;
}
#form-container .outer-input {
  margin-bottom: 20px
}

#form-container input::placeholder {
  color: #000;
}

/* Form validation styling */
#form-container .input-error {
  border: 1px solid #ff0000 !important;
  background-color: #fff0f0;
}

#form-container .error-message {
  color: #ff0000;
  font-size: 1.4rem;
  margin-top: -16px;
  margin-bottom: 16px;
  display: block;
}

.button,
#form-container button,
.estimate a {
  background-color: #fe3e0f;
  width: 366px;
  height: 70px;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  transition: background-color 0.3s, transform 0.2s;
  cursor: pointer;
}

.button:hover,
#form-container button:hover,
.estimate a:hover {
  background-color: #ff5a33;
}

.button:active,
#form-container button:active,
.estimate a:active {
  transform: scale(0.98);
  background-color: #e43200;
}

#form-container button {
  width: 100%;
  font-size: 2.4rem;
  margin-bottom: 20px
}

#form-container button:disabled {
  background-color: #b8b8b8;
  cursor: not-allowed;
}

#callouts {
  background-color: #fff;
  height: 220px;
  justify-content: space-around;
  align-items: center;
}

#callouts .callout {
  align-items: center;
  font-size: 2.6rem;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  width: 400px;
}

#callouts .callout .callout-image-container {
  /*width: 92px;*/
  margin-right: 20px;
}

#callouts .callout img {
  width: 78px;
}

#professional {
  align-items: center;
  padding-top: 75px;
  padding-bottom: 60px;
}

#professional h2 {
  font-size: 5rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 70px;
  letter-spacing: 1.7px;
}

#cards {
  /*  justify-content: center;*/

  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 28px;
}

.offerBackground {
  background-color: #00853e;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border-radius: 10px;
  height: auto;
  width: 350px;
  margin-left: -2px;
  margin-right: 2px;
  margin-top: 15px;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 20px;
}
.offerBackground img {
  display: inline-block;
  margin-top: 4px;
  width: 54px;
  height: 38px;
}
.offerBackground div {
  margin-top: 35px;
  margin-bottom: 40px;
  display: inline-block;
  width: 60%;
  font-size: 20px;
  margin-right: -10px;
  line-height: 24px !important;
}

@media screen and (max-width: 1466px) {
  #cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1266px) {
  #clear-gutters .mnoffer {
    text-shadow: 0px 0px 9px #0000006e;
    font-size: 38px;
}
}

@media screen and (max-width: 767px) {
  #cards {
    grid-template-columns: 1fr;
  }
}

.card {
  /*margin-right: 28px;*/
  width: 328px;
}

.card:last-child {
  margin-right: 0px;
}

.card header {
  background-color: #01549d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 85px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.card header span {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.card header .number-container {
  font-size: 4rem;
  font-weight: 300;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.card header .number {
  font-size: 3.4rem;
}

.card img {
  margin-bottom: 24px;
}

.card .content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 60px;
  padding-left: 34px;
  padding-right: 34px;
  width: 328px;
  height: 334px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card .content .copy {
  text-align: center;
  font-size: 1.5rem;
}

#accolades {
  background-color: #fff;
  padding-top: 88px;
  padding-bottom: 100px;
}

#accolades .reviews {
  justify-content: space-around;
  margin-bottom: 78px;
}

#accolades .review {
  align-items: center;
}

.orange-stars {
  width: 80%;
  max-width: 500px;
  margin: 20px 0 30px;
}

#accolades .review .copy {
  max-width: 300px;
  width: 100%;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

#accolades .review .name {
  color: #9cc774;
  font-size: 2rem;
}

#accolades .schedule {
  justify-content: center;
  /*margin-bottom: 50px;*/
}

#accolades .schedule a {
  width: 500px;
}

#accolades .reviews-image img {
  width: 100%;
}

#warranty {
  background-color: #01549d;
  padding-bottom: 90px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

#warranty img {
  margin-top: -78px;
  margin-bottom: 50px;
}

#warranty h2 {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 3px;
}

#warranty .copy {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.2px;
}

#legalCopy {
  background-color: #ffffff;
  padding: 90px;
  justify-content: center;
  align-items: center;
  color: #333333;
}

#legalCopy h2 {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 3px;
}

#legalCopy .copy {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.2px;
}

#footer {
  background-color: #2f2f2f;
  font-size: 1.6rem;
}

#footer .site-container {
  border: none;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 50px;
}

#footer .made-in-usa {
  color: #fff;
  width: 240px;
  align-items: center;
}

#footer .made-in-usa img {
  width: 90px;
  margin-right: 25px;
}

#footer .copyright {
  color: #77867b;
  flex: 1;
}

#footer .social-misc {
  width: 266px;
}

#footer .privacy-terms {
  color: #77867b;
  margin-bottom: 20px;
}

#footer .privacy-terms .break {
  padding-left: 8px;
  padding-right: 8px;
}

#footer .copyright {
  padding-left: 50px;
  padding-right: 50px;
}

#footer .copyright p {
  margin-bottom: 20px;
}

#footer .copyright p:last-child {
  margin-bottom: 0px;
}

#footer .follow-us {
  text-transform: uppercase;
  color: #c3c3c3;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

#footer .social li {
  background-color: #888888;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 6px;
  justify-content: center;
  align-items: center;
}

#footer .social li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .estimate {
    display: none;
  }

  .logo-container {
    justify-content: center;
  }

  #top-promo {
    flex-direction: column;
    height: auto;
    background-size: cover;
  }

  #clear-gutters {
    width: 100%;
    padding-top: 32px;
  }

  #clear-gutters h1 {
    font-size: 4.5rem;
    margin-bottom: 20px;
  }

  #form-container {
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
  }

  .special-offer-container .desktop {
    display: none;
  }
  .special-offer-container {
    display: flex;
    justify-content: center;
  }
  .special-offer {
    width: 80%;
    max-width: 400px;
  }

  .special-offer-container .mobile {
    display: block;
  }

  #top-promo .bar {
    display: none;
  }

  #callouts {
    flex-direction: column;
    height: auto;
    padding-top: 64px;
  }

  #callouts .callout {
    margin-bottom: 64px;
  }

  #cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  #professional h2 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  #accolades .reviews {
    flex-direction: column;
    align-items: center;
  }

  #accolades .review {
    margin-bottom: 40px;
  }

  #accolades .video {
    margin-bottom: 20px;
  }

  .reviews-image {
    display: none;
  }

  #warranty .copy {
    padding-left: 70px;
    padding-right: 70px;
  }

  #footer .site-container {
    flex-direction: column;
  }

  .offerBackground {
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border-radius: 10px;
    height: auto;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    color: #fff;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .offerBackground img {
    display: inline-block;
    margin-top: 4px;
    width: 54px;
    height: 38px;
  }
  .offerBackground div {
    margin-top: 35px;
    margin-bottom: 40px;
    display: inline-block;
    width: 60%;
    font-size: 20px;
    margin-right: -10px;
    line-height: 24px !important;
  }
}

@media screen and (max-width: 500px) {
  .banner {
    font-size: 1.8rem;
  }

  #clear-gutters h1 {
    font-size: 2.4rem;
  }

  .special-offer-container .mobile {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  #form-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #form-container button {
    font-size: 1.6rem;
  }

  #callouts {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  #callouts .callout {
    width: 100%;
    font-size: 1.8rem;
  }

  #professional h2 {
    font-size: 3rem;
  }

  /* #accolades .review img,
  #accolades .video img {
    width: 100%;
  } */

  #accolades .reviews {
    margin-bottom: 30px;
  }

  #accolades {
    padding: 40px 20px;
    padding-bottom: 120px;
  }

  .button {
    font-size: 2rem;
  }

  #warranty h2 {
    text-align: center;
    font-size: 3rem;
  }

  #warranty .copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
  }

  #legalCopy h2 {
    text-align: center;
    font-size: 3rem;
  }

  #legalCopy .copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
  }

  #footer .site-container {
    align-items: center;
  }

  #footer .made-in-usa {
    flex-direction: column;
    margin-bottom: 20px;
  }

  #footer .made-in-usa img {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  #footer .copyright {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  #footer .copyright p {
    text-align: center;
    color: #fff;
  }

  #footer .privacy-terms {
    justify-content: center;
    color: #fff;
  }

  #footer .follow-us {
    text-align: center;
  }
}
