body {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #242629;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased
}

html,body,h1,h2,h3,h4,h5,h6,p,a,span,input{line-height:1.4em}
h1,h2,h3,h4,h5,h6{font-weight:bold}
h1{font-size:40px;line-height:1.1em}
h2{font-size:32px;line-height:1.15em}
h3{font-size:24px;line-height:1.3em}
h4{font-size:18px}
h5{font-size:16px}
h6{font-size:14px}
ul{list-style-type:disc;list-style-position:outside;padding-left:20px}
ul li{padding:3px 0}
a{font-size:inherit;color:inherit;text-decoration:none}

@media screen and (max-width: 991px) {
  h1{font-size:32px}
  h2{font-size:24px}
  h3{font-size:16px}
}
@media screen and (max-width: 767px) {
  h1{font-size:32px}
  h2{font-size:22px}
  h3{font-size:16px}
  h4{font-size:18px}
  h5{font-size:18px}
  h6{font-size:12px}
}

img {max-width: 100%;}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
  }
}


.container--wider {
  max-width: 1280px;
}

.btn {
  display: inline-block;
  max-width: 278px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 10px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  font-weight: bold;
}
.btn2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 10px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  font-weight: bold;
}
.btn:hover {
  color: #fff;
}
.btn-black {
  background-color: #242629;
}
.btn-blue {
  background-color: #1775ab;
}
.btn-green {
  background-color: #50bda7;
}



.header {
  background-color: #f3f5f6;
  padding-top: 25px;
  padding-bottom: 25px;
}
.header .logo img {
  max-width: 200px;
}
.call-now-link {
  color: #1775ab;
  font-weight: bold;
  margin: 0;
}
.call-now-link a {
  display: block;
  color: #1775ab;
}
.call-now-col {
  text-align: right;
}

.header.header--white {
  background-color: #fff;
  border-bottom: solid 6px #00619e;
  padding-top: 10px;
  padding-bottom: 10px;
}
.call-now-col-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.call-now-link-2 {
  font-size: 26px;
  margin-top: 8px;
  color: #00619e;
  font-weight: bold;
  text-decoration: none;
}
.call-now-link-2:hover {
  text-decoration: none;
}
.schedule-desktop {
  font-weight: bold;
  color: #ffffff;
  background-color: #e5811e;
  padding: 4px 18px 3px 18px;
  border-radius: 10px;
  text-align: center;
}
.schedule-desktop:hover {
  color: #ffffff;
  text-decoration: none;
}
.schedule-mobile {
  display: none;
}

@media (max-width: 767px) {
  .header {
    padding-top: 0;
    padding-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .header .logo img {
    max-width: 130px;
  }
  .logo-col {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .call-now-col {
    background-color: #1775ab;
    text-align: center;
  }
  .call-now-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .call-now-link a,
  .call-now-link {
    color: #fff;
    font-size: 18px;
  }

  .header.header--white {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  .header.header--white .logo {
    padding: 10px;
  }
  .header.header--white .logo img {
    max-width: 200px;
    width: 100%;
  }
  .schedule-desktop {
    display: none;
  }
  .schedule-mobile {
    display: block;
    padding: 10px 5px;
    background-color: #00619e;
    font-size: 16px;  
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .logo-col-2 {
    display: flex;
  }
  .logo-col-2 a {
    flex: 1 1 50%;
  }
  .call-now-col-2 {
    font-size: 22px;
    background-color: #e5811e;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 9px;
    text-align: center;
    text-transform: uppercase;
    align-items: center;
  }
  .call-now-col-2 a {
    font-size: 22px;
    color: #fff;
    margin-top: 0;
  }
  .logo-col-2 {
    padding: 0;
  }
}



.banner-with-form {
  margin-top: 2em;
  overflow: hidden;
}
.banner-with-form .container {
  background-image: url('../images/catan_protectyourhome.jpg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3em;
}
.claim-form {
  background-color: #1f99e0;
  padding: 30px 30px 3em;
  font-size: 12px;
}
.claim-form a {
  color: #242629;
  text-decoration: underline;
}
.claim-form button[type="submit"] {
  margin-top: 25px;
}
.claim-form h1 {
 color: #fff;
 font-weight: bold;
 margin-bottom: 25px;
}
.claim-form h3.dark {
  color: #242629;
  font-weight: bold;
  font-size: 22px;
}
.price-per-month {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.price-per-month span {
  font-size: 24px;
}
small {
  font-size: 10px;
  line-height: 1.4em;
  display: inline-block;
}
.claim-form .form-control {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  outline: none;
}
.claim-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.claim-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.claim-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.claim-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.claim-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
@media (max-width: 1199.98px) {
  .banner-with-form .container {
    padding: 3em 2em;
  }
}
@media (max-width: 992.98px) {
  .banner-with-form .container {
    padding: 3em 10px;
  }
}
@media (max-width: 767.98px) {
  .claim-form {
    padding-top: 25px;
  }
  .banner-with-form {
    margin-top: 0;
  }
  .banner-with-form .container {
    padding: 0;
    background-image: none;
  }
  .claim-form button[type="submit"] {
    max-width: 100%;
  }
}


.text-image-content {
  padding-top: 3em;
  padding-bottom: 3em;
}
.text-image-content h2 {
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .text-image-content .btn {
    max-width: 100%;
  }
}



.three-column-content .container {
  background-color: #f3f5f6;
  text-align: center;
  padding: 3em;
}
.three-column-content h2 {
  margin-bottom: 40px;
}
.icon-heading {
  width: 85px;
  height: 65px;
  display: block;
  margin: 0 auto 25px;
}
.icon-heading img {
  max-width: 85px;
  max-height: 65px;
}



.content-magazine .container {
  background-color: #1f99e0;
}
.content-magazine .image-col {
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.content-magazine .content-col {
  padding: 3em 2em;
}



.testimonies .container {
  background-color: #f3f5f6;
  padding: 3em;
}
.testimonies h2 {
  margin-bottom: 25px;
  text-align: center;
}
.testimonies-slider .testimony {
  background-color: #fff;
  border: solid 4px #E7EAEC;
  margin: 0 10px;
  outline: none;
}
.testimonies-slider .slick-track {
  display: flex !important;
}
.testimonies-slider .slick-slide {
  height: inherit !important;
}
.testimonies-slider .slick-prev:before,
.testimonies-slider .slick-next:before {
  font-size: 50px;
  color: #5e6366;
}
.testimonies-slider .slick-prev:before {
  content: '❮';
}
.testimonies-slider .slick-next:before {
  content: '❯';
}
.testimonies-slider .testimony--headings {
  font-weight: bold;
  font-size: 24px ;
  white-space: normal;
  line-height: 1em;
  display: block;
  padding: 8px 15px;
  position: relative;
  color: #fff;
  background-color: #50BDA7;
}
.testimonies-slider .testimony--headings::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  padding-bottom: 8px;
  border-top: 15px solid #50BDA7;
}
.testimonies-slider .testimony:nth-child(3n+2) .testimony--headings {
  background-color: #F5A8B5;
}
.testimonies-slider .testimony:nth-child(3n+2) .testimony--headings::after {
  border-top-color: #F5A8B5;
}
.testimonies-slider .testimony:nth-child(3n+3) .testimony--headings {
  background-color: #E76655;
}
.testimonies-slider .testimony:nth-child(3n+3) .testimony--headings::after {
  border-top-color: #E76655;
}
.testimonies-slider .testimony--headings .position {
  font-size: 18px;
  display: block;
}
.testimonies-slider .testimony--body {
  padding: 20px 15px;
  background-color: #fff;
  font-size: 16px;
}



.bottom-form .container {
  background-color: #1f99e0;
  padding: 3em;
  font-size: 14px;
}
.bottom-form h2 {
  margin-bottom: 25px;
}
.price-starts {
  margin-bottom: 30px;
  color: #fff;
}
.price-starts .label {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 0;
}
.price-starts .price {
  display: block;
  font-size: 32px;
}
.price-starts .price span {
  font-size: 22px;
}
.bottom-form .claim-form {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .bottom-form .container {
    padding: 3em 15px 0;
  }
}


.footer {
  padding-top: 3em;
  padding-bottom: 3em;
}
.footer-copy {
  font-size: 12px;
  line-height: 18px;
  color: #898e91;
}



.thank-you-banner {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}
.transparent-box {
  background-color: rgba(255,255,255,0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  color: #00619e;
  font-size: 22px;
  text-align: center;
}
.transparent-box p {
  margin-bottom: 0;
}
.transparent-box p + p{
  margin-top: 20px;
}
.transparent-box h1 {
  font-size: 32px;
  color: #00619e;
}
@media (max-width: 767px) {
  .thank-you-banner {
    height: 280px;
  }
  .transparent-box {
    background-color: rgba(255,255,255,0.8);
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
    font-size: 18px;
    margin-top: 15px;
    color: #000000;
  }
}



.video-content {
  padding-top: 3em;
  padding-bottom: 3em;
}
.video-content h2 {
  color: #00619e;
  font-size: 32px;
}
.video-content .content-col {
  font-size: 22px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .video-content {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .video-content .video-col {
    padding: 0;
  }
  .video-content h2 {
    font-size: 20px;
  }
  .video-content .content-col {
    font-size: 18px;
  }
}



.image-textarea-form {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #00619e;
}
.textarea-form {
  background-color: #fff;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  -moz-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
  box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.5);
}
.textarea-form--body {
  background-color: #e0e0e0;
  margin-top: 10px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  overflow: hidden;
}
.textarea-form--body textarea {
  resize: vertical;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  border: none;
  width: 100%;
  outline: none;
  font-size: .85em;
  padding: 7px;
}
.btn-orange {
  font-size: 22px;
  background-color: #e5811e;
  color: #fff;
  margin-top: 10px;
  padding-top: 5px;
  padding-right: 1.5em;
  padding-bottom: 5px;
  padding-left: 1.5em;
  display: inline-block;
}
.btn-orange:hover {
  color: #fff;
  text-decoration: none;
}
.textarea-form .btn-orange {
  float: right;
}
@media (max-width: 767px) {
  .image-textarea-form {
    padding-top: 0;
    padding-bottom: 20px;
    background-color: transparent;
  }
  .textarea-form {
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .textarea-form--body {
    font-size: 17px;
  }
}



.mobile-image-text-content {
  line-height: 1.4em;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.mobile-image-text-content h2 {
  color: #00619e;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 15px;
}



.thank-you-testimony {
  background-color: #404040;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #fff;
}
.thank-you-testimony h2 {
  font-size: 36px;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.4em;
}



.products-list {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #d4d4d4;
}
.products-list h2 {
  color: #00619e;
  margin-bottom: 25px;
}
.products-list .title {
  display: block;
  text-align: center;
  font-size: 20px;
  text-align: center;
  color: #272727;
  margin-top: 10px;
}
.products-slider .product {
  margin: 0 10px;
  outline: none;
}
.products-slider .slick-prev {
  left: -70px;
}
.products-slider .slick-next {
  right: -70px;
}
.products-slider .slick-prev:before,
.products-slider .slick-next:before {
  font-size: 50px;
  color: #0062A6;
}
.products-slider .slick-prev:hover:before,
.products-slider .slick-next:hover:before {
  color: #242629;
}
.products-slider .slick-prev:before {
  content: '❮';
}
.products-slider .slick-next:before {
  content: '❯';
}
@media (max-width: 1199.98px) {
  .products-slider {
    padding: 0 50px;
  }
  .products-slider .slick-prev {
    left: 0;
  }
  .products-slider .slick-next {
    right: 0;
  }
  .products-list .title {
    font-size: 14px;
  }
}



.footer-thank-you {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #595959;
  text-align: center;
}
.footer-social-accounts {
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin-bottom: 40px;
}
.footer-social-accounts a {
  margin: 0 20px;
}
.footer-thank-you h3 {
  font-size: 26px;
  color: #002856;
  text-align: center;
}
.footer-links {
  text-align: center;
}
.footer-links a {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
}
.footer-links a + a {
  margin-left: 30px;
}
.footer-copyright {
  padding-top: 50px;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
}
.footer-copyright .copyright-text {
  color: #a6a6a5;
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .footer-thank-you {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .footer-thank-you,
  .footer-thank-you h3 {
    font-size: 16px;
  }
  .footer-links a {
    font-size: 14px;
  }
  .footer-links a + a {
    margin-left: 15px;
  }
  .footer-copyright {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 15px;
  }
  .footer-copyright .copyright-text {
    font-size: 14px;
  }
}