@charset "UTF-8";
/* tus estilos */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap");
@import "vendor/bootstrap-grid.min.css";
html {
  font-size: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin: 0;
}

h1, .h1 {
  font-size: 3em;
  line-height: 1.5;
  padding: 0.5em 0;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 2em;
  }
}

h2, .h2 {
  font-size: 2.5em;
  line-height: 1.5;
  padding: 1em 0;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 1.8em;
  }
}

h3, .h3 {
  font-size: 2em;
  line-height: 1.5;
  padding: 0.5em 0;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 1.4em;
  }
}

h4, .h4 {
  font-size: 1.75em;
  line-height: 1.5;
  padding: 0.75em 0;
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 1.3em;
  }
}

h5, .h5 {
  font-size: 1.5em;
  line-height: 1.5;
  padding: 1em 0;
}
@media (max-width: 575px) {
  h5, .h5 {
    font-size: 1.2em;
  }
}

h6, .h6 {
  font-size: 1em;
  line-height: 1.5;
  padding: 1em 0;
}
@media (max-width: 575px) {
  h6, .h6 {
    font-size: 1em;
  }
}

p {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 1.5em 0;
  max-width: 33em;
}

li {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0.5em 0;
  max-width: 33em;
}

.psize {
  font-size: 1.25em;
  line-height: 1.5;
}

.fs-small {
  font-size: 1em;
}

.fs-big {
  font-size: 2em;
}

em {
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  hyphens: auto;
}

.fs-italic {
  font-style: italic;
}

.text-center {
  text-align: center;
}
.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.text-right {
  text-align: right;
}

input, textarea {
  font-family: "Poppins", sans-serif;
}

/* Shared styles */
.drop-shadow {
  position: relative;
  background: #fff;
}

.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}

/* Lifted corners */
.lifted {
  border-radius: 4px;
}

.lifted:before,
.lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

.lifted:after {
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}

/* Curled corners */
.curled {
  border: 1px solid #efefef;
  border-radius: 0 0 120px 120px/0 0 6px 6px;
}

.curled:before,
.curled:after {
  bottom: 12px;
  left: 10px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  max-height: 100px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  transform: skew(-8deg) rotate(-3deg);
}

.curled:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

/* Perspective */
.perspective:before {
  left: 80px;
  bottom: 5px;
  width: 50%;
  height: 35%;
  max-width: 200px;
  max-height: 50px;
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  transform: skew(50deg);
  transform-origin: 0 100%;
}

.perspective:after {
  display: none;
}

/* Raised shadow - no pseudo-elements needed */
.raised {
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/* Curved shadows */
.curved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  border-radius: 10px/100px;
}

.curved-vt-2:before {
  right: 0;
}

.curved-hz-1:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px/10px;
}

.curved-hz-2:before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px/10px;
}

/* Rotated box */
.rotated {
  box-shadow: none;
  transform: rotate(-3deg);
}

.rotated > :first-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.bg-1 {
  background-color: rgb(39, 82, 149);
  color: #fff;
}

.bg-2 {
  background-color: #797e82;
  color: #fff;
}

.margin__bottom {
  margin-bottom: 3em;
}

.margin__top {
  margin-bottom: 3em;
}

img {
  width: auto;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  top: -199px;
  background: #004380;
  color: white;
  border: solid 1px white;
  padding: 10px;
  z-index: 100000;
  font-family: "Montserrat", serif;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  margin: 0 0;
  padding: 0;
  background: #fafafa;
}

section {
  margin: 0 0 4em;
}
section .title h2 {
  padding-bottom: 0;
}
section .title p {
  margin-top: 0;
}
section .title p.large {
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}

.btn {
  background: #fff;
  border: 1px solid #000;
  padding: 0.5em 1em;
  text-align: left;
  font-size: 100%;
  line-height: 1.25;
  cursor: pointer;
  margin: 0.5em 0;
  text-decoration: none;
  transition: all 0.3s linear;
  color: #000;
  display: inline-block;
}
.btn:hover {
  background: #000;
  color: #fff;
}

.btn.btn-primary {
  background-color: rgb(39, 82, 149);
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #fff;
  color: rgb(39, 82, 149);
}

.btn.btn-secondary {
  background-color: #797e82;
  color: #fff;
}
.btn.btn-secondary:hover {
  background-color: #fff;
  color: #797e82;
}

label {
  display: flex;
  font-size: 1em;
  margin-bottom: 1em;
}
label span {
  width: 100px;
  line-height: 2em;
}

input, textarea {
  padding: 0.5em;
  width: 100%;
  display: block;
  font-size: 0.9em;
  min-height: 25px;
  border: 1px dashed #000;
  background: none;
}

textarea {
  height: 100px;
  resize: vertical;
}

.hp {
  display: none;
}

body > footer {
  border-top: 2px solid rgb(39, 82, 149);
}
body > footer section {
  margin: 0;
  padding: 0.75em;
}
body > footer h2 {
  padding-top: 0;
}
body > footer h2 img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
body > footer h3 {
  text-transform: uppercase;
  color: rgb(39, 82, 149);
  font-size: 1.25rem;
}
body > footer a {
  display: block;
  padding: 0 0 0.5em;
  text-decoration: none;
  color: #000;
  font-size: 0.75rem;
}
body > footer .cc {
  background-color: #797e82;
  margin: 0;
  padding: 0.5em 1em;
  text-align: center;
  color: #fff;
}
body > footer .cc p {
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: 0.75rem;
}
body > footer .serving {
  background-color: #eee;
  padding: 2em 0;
}
body > footer .serving h2 {
  color: rgb(39, 82, 149);
  padding-top: 0;
  font-size: 1.5rem;
}
body > footer .cities {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  body > footer .cities {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  body > footer .cities {
    grid-template-columns: repeat(2, 1fr);
  }
}
body > footer .cities li {
  font-size: 1rem;
  margin: 0.3em 0;
}
@media (max-width: 575px) {
  body > footer .cities li {
    font-size: 0.75rem;
  }
}

/*
**********************************************************
*/
body {
  padding-top: 140px;
}

header {
  position: fixed;
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1010;
  border-bottom: 1px solid #797e82;
}
header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .top-bar .logo {
  width: 240px;
}
header .top-bar .main-navigation {
  flex-grow: 1;
}
header .top-bar .main-navigation nav a {
  display: inline-block;
  padding: 0.5em 1em;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 1100px) {
  header .top-bar .main-navigation nav a {
    display: block;
    color: #fff;
  }
}
@media (max-width: 1100px) {
  header .top-bar .main-navigation nav {
    position: absolute;
    width: 100%;
    height: calc(100vh - 140px);
    top: 100px;
    left: 0;
    display: none;
    text-align: left;
    align-items: center;
    justify-content: center;
  }
}
header .top-bar .main-navigation nav .items {
  width: 100%;
}
@media (max-width: 1100px) {
  header .top-bar .main-navigation nav .items {
    transform: translate(-100%, 0%);
  }
}
header .top-bar .main-navigation #btnMb {
  display: none;
  background: transparent;
  cursor: pointer;
  border: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1100px) {
  header .top-bar .main-navigation #btnMb {
    display: block;
  }
}
header.mb-inactive .top-bar .main-navigation nav .items {
  opacity: 0;
  transform: translate(-100%, 0%);
  visibility: hidden;
  transition: opacity 0.3s, transform 0.5s, visibility 1s;
}
header.mb-active .top-bar .main-navigation nav {
  display: block !important;
}
header.mb-active .top-bar .main-navigation nav .items {
  opacity: 1;
  transform: translate(0, 0%);
  visibility: visible;
  transition-delay: 0.3s;
  transition: opacity 0.3s, transform 0.4s, visibility 1s;
}

.announcement-bar {
  background-color: #333;
  color: #fff;
  padding: 0.5em 0;
}
.announcement-bar .btn {
  margin: 0;
  padding: 0.3em 0.5em;
}

/*
**********************************************************
*/
.hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero .content {
  padding: 2em;
  color: #fff;
}
.hero .content h1, .hero .content h2 {
  padding: 0.5em 0;
  margin: 0;
  color: #fff;
}
.hero .content ul {
  list-style: none;
  padding: 0;
}
.hero .content ul li {
  line-height: 1;
  margin: 0.5em 0;
}
.hero .content .btn {
  margin: 0;
  padding: 0.3em 0.5em;
}
.hero.stamping .col-lg-12 {
  position: relative;
}
.hero.stamping .stamp {
  height: 150px;
  width: 150px;
  right: 1em;
  bottom: -2em;
  border-radius: 5px;
  position: absolute;
  background: url(/images/logo_stamp.png) no-repeat;
  background-size: cover;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
    transform-origin: 50% 50%;
    transform: rotate(-2deg) scale(5);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    transform: rotate(-15deg) scale(1);
  }
}
/* Slides */
.hero__slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: heroFade 16s infinite;
}

/* Delay por imagen (4 imágenes → 4s cada una) */
.hero__slides img:nth-child(1) {
  animation-delay: 0s;
}

.hero__slides img:nth-child(2) {
  animation-delay: 8s;
}

.hero__slides img:nth-child(3) {
  animation-delay: 16s;
}

.hero__slides img:nth-child(4) {
  animation-delay: 24s;
}

/* Animación */
@keyframes heroFade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Overlay oscuro */
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

/* Contenido */
.hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero__slides img {
  transform: scale(1);
  animation: heroFade 32s infinite, heroZoom 32s infinite;
}

@keyframes heroZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.icon-bullet {
  list-style: none;
  padding: 0;
}
.icon-bullet li {
  line-height: 1;
  margin: 0.5em 0;
}

.home .hero {
  min-height: 100vh;
}
.home .hero .content {
  background: rgba(39, 82, 149, 0.6);
}
.home .hero .content h2 {
  padding-top: 0;
}

.about-us .hero {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url("/images/home/hero/puddle_proof_shutterstock_66607627.jpg") no-repeat center center;
  background-size: cover;
}
.about-us .hero h1, .about-us .hero h2 {
  text-transform: uppercase;
  text-align: center;
}
.about-us .bodylogo {
  width: 100%;
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

.contact .hero {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url("/images/home/hero/puddle_proof_shutterstock_66607627.jpg") no-repeat center center;
  background-size: cover;
}
.contact .hero h1, .contact .hero h2 {
  text-transform: uppercase;
  text-align: center;
}

.services .hero {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url("/images/home/hero/puddle_proof_shutterstock_1115692958.jpg") no-repeat center center;
  background-size: cover;
}
.services .hero h1, .services .hero h2 {
  text-transform: uppercase;
  text-align: center;
}

.faq .hero {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url("/images/home/hero/puddle_proof_shutterstock_207505381.jpg") no-repeat center center;
  background-size: cover;
}
.faq .hero h1, .faq .hero h2 {
  text-transform: uppercase;
  text-align: center;
}

.reviews .hero {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url("/images/home/hero/puddle_proof_shutterstock_395173240.jpg") no-repeat center center;
  background-size: cover;
}
.reviews .hero h1, .reviews .hero h2 {
  text-transform: uppercase;
  text-align: center;
}

.insurance-approved .hero {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url("/images/home/hero/puddle_proof_shutterstock_1115692958.jpg") no-repeat center center;
  background-size: cover;
}
.insurance-approved .hero h1, .insurance-approved .hero h2 {
  text-transform: uppercase;
  text-align: center;
}

.community-giving .hero {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url("/images/community/hero.jpg") no-repeat center center;
  background-size: cover;
}
.community-giving .hero h1, .community-giving .hero h2 {
  text-transform: uppercase;
  text-align: center;
}

.for-realtors .hero {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url("/images/for-realtors/hero.jpg") no-repeat center 7%;
  background-size: cover;
}
.for-realtors .hero h1, .for-realtors .hero h2 {
  text-transform: uppercase;
  text-align: center;
}

.for-engineers .hero {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url("/images/home/hero/puddle_proof_shutterstock_207505381.jpg") no-repeat center center;
  background-size: cover;
}
.for-engineers .hero h1, .for-engineers .hero h2 {
  text-transform: uppercase;
  text-align: center;
}

.why {
  background-color: rgb(39, 82, 149);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 2em 0;
}
.why h2 {
  font-size: 2em;
  margin: 0 0 1em;
  color: #fff;
  padding-top: 0;
}
.why .icon {
  font-size: 3em;
  padding: 1em 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  background: rgba(39, 82, 149, 0.5);
}
.why h3 {
  margin: 0;
  padding: 0.5em 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.home-services h2 {
  text-align: center;
  color: rgb(39, 82, 149);
}
.home-services .item {
  margin-bottom: 30px;
  overflow: hidden;
}
.home-services .item .image img {
  display: block;
  width: 100%;
}
.home-services .item .content {
  background-color: #797e82;
  color: #fff;
  height: 100%;
}
.home-services .item h3 {
  background-color: rgb(39, 82, 149);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center;
}
.home-services .item p {
  padding: 1em;
  margin: 0.5em 0;
  font-size: 1rem;
}

.home-steps {
  background-color: rgb(39, 82, 149);
  color: #fff;
  padding: 2em 0;
}
.home-steps .col-lg-4 {
  padding-bottom: 60px;
}
.home-steps h2 {
  margin-bottom: 2em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.home-steps .step {
  border: 4px solid #fff;
  position: relative;
  padding: 60px 1em 1em 1em;
  height: 100%;
  margin-bottom: 30px;
}
.home-steps .step .number {
  position: absolute;
  left: 20px;
  top: -40px;
  width: 80px;
}
.home-steps .step h3 {
  text-transform: uppercase;
  font-size: 1.25rem;
}
.home-steps .step p {
  margin: 0;
  font-size: 1rem;
}

.home-reviews h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  color: rgb(39, 82, 149);
}

.list-images .item {
  margin-bottom: 30px;
  overflow: hidden;
}
.list-images .item .marquee {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.list-images .item .marquee img {
  display: block;
}

.list-galleries .item {
  margin-bottom: 30px;
  overflow: hidden;
}
.list-galleries .item a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.list-galleries .item a:hover img {
  transform: scale(110%);
}
.list-galleries .item img {
  display: block;
  width: 100%;
  transition: all 3s;
}
.list-galleries .item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center;
  background: rgba(39, 82, 149, 0.5);
}

.list-services .item {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0.5em 2em;
  border-right: 1px solid #797e82;
  position: relative;
}
.list-services .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 991px) {
  .list-services .item {
    border-right: none;
    border-bottom: 1px solid #797e82;
  }
}
.list-services .item .anchor {
  position: absolute;
  left: 0;
  top: -160px;
}
.list-services .item .heading {
  display: flex;
  text-decoration: none;
  position: relative;
  justify-content: space-between;
  text-decoration: none;
  color: rgb(39, 82, 149);
  align-items: center;
}
.list-services .item .heading .thumb {
  width: 25%;
}
.list-services .item .heading .title {
  width: 70%;
  font-size: 1.5rem;
}
.list-services .item .heading img {
  display: block;
  width: 100%;
}
.list-services .item .subservices {
  padding: 1em 0;
}
.list-services .item .subservices a {
  text-decoration: none;
  display: block;
  padding: 0.3em 0;
  color: rgb(39, 82, 149);
}

.list-reviews .item {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
.list-reviews .item .rating .fa-star {
  font-size: 2em;
  margin-top: 1em;
}
.list-reviews .item .rating {
  text-align: center;
  background-color: #797e82;
  color: #fff;
  padding: 0.5em;
}
.list-reviews .item .content {
  background-color: #797e82;
  color: #fff;
  height: 100%;
  margin: 0;
  padding: 1em;
}
.list-reviews .item h3 {
  background-color: rgb(39, 82, 149);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center;
}
.list-reviews .item p {
  padding: 1em;
  margin: 0 auto;
  font-size: 1rem;
  max-width: 100%;
}

header.mb-active .icon-bar:first-child {
  transform: rotate(45deg);
  top: -1px;
  left: 0;
}

header.mb-active .icon-bar:nth-child(2) {
  width: 0;
  opacity: 0;
}

header.mb-active .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 23px;
  left: 0;
}

.bars {
  width: 36px;
  height: 26px;
  position: relative;
}

.icon-bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgb(39, 82, 149);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.icon-bar:first-child {
  top: 0;
  transform-origin: left center;
}

.icon-bar:nth-child(2) {
  top: 12px;
  transform-origin: left center;
}

.icon-bar:nth-child(3) {
  bottom: 0;
  transform-origin: left center;
}

#blackout {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

#blackout.active {
  opacity: 1;
  visibility: visible;
}

.about-us .sideform {
  padding: 1em;
  background-color: rgb(39, 82, 149);
}
.about-us .form-group {
  margin-bottom: 15px;
}
.about-us h3 {
  text-transform: uppercase;
  color: rgb(39, 82, 149);
  font-size: 1.5rem;
}

main {
  background: #fafafa;
}
main h2 {
  color: rgb(39, 82, 149);
  text-transform: uppercase;
}

.faq .q {
  padding: 0.5em;
  background-color: #eee;
  font-weight: bold;
  border-top: 2px solid #797e82;
  margin-bottom: 0;
  max-width: 100%;
}
.faq .a {
  padding: 0.5em;
  border-bottom: 2px solid #797e82;
  margin-top: 0;
  max-width: 100%;
}

.cta {
  margin-bottom: 0;
  padding-bottom: 2em;
}
.cta h2 {
  color: #fff;
}
.cta p {
  margin-left: auto;
  margin-right: auto;
}

.contact .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
  background-color: #eee;
  margin-bottom: 30px;
  width: 100%;
  text-decoration: none;
  color: #000000;
}
.contact .item .icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(39, 82, 149);
  border-radius: 100%;
  font-size: 2em;
  margin-right: 0.5em;
  color: #fff;
}
.contact .item .content {
  flex-grow: 1;
  padding: 0.5;
  text-transform: uppercase;
}
.contact .item .content .t1 {
  font-size: 1.5rem;
  color: rgb(39, 82, 149);
  font-weight: bold;
}
.contact h3 {
  text-transform: uppercase;
  color: rgb(39, 82, 149);
  font-size: 1.25rem;
}

.form-group {
  margin-bottom: 30px;
}

.google-map {
  height: 500px;
  width: 100%;
}

.community-giving .logos a {
  display: block;
  margin-bottom: 30px;
}
.community-giving .logos a img {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.insurance-approved main {
  background-color: #fff;
}
.insurance-approved .logos {
  margin-top: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.insurance-approved .logos .item {
  width: 45%;
  margin-bottom: 30px;
}
.insurance-approved .logos .item img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.insurance-approved .logos .item.small img {
  width: 50%;
}

.sl-overlay {
  background-color: #000 !important;
}

.sl-wrapper .sl-navigation button, .sl-close, .sl-wrapper .sl-counter {
  color: #fff !important;
}

.services.internal img {
  width: 100%;
}
.services.internal .marquee {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
.services.internal .marquee img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services.internal .clues .col {
  margin-bottom: 30px;
}
.services.internal .clues .content {
  padding: 1em;
  border-left: 3px solid rgb(39, 82, 149);
  height: 100%;
  background-color: #fff;
}
.services.internal .clues .content h3 {
  color: rgb(39, 82, 149);
  text-transform: uppercase;
  padding-top: 0;
  font-size: 1.25rem;
}
.services.internal .clues .content p {
  margin: 0;
  padding: 0.5em 0;
  font-size: 1rem;
}
.services.internal .other .col {
  margin-bottom: 30px;
}
.services.internal .other .content {
  padding: 1em;
  border: 1px solid #797e82;
  border-radius: 15px;
  height: 100%;
  background-color: #fff;
}
.services.internal .other .content h3 {
  color: rgb(39, 82, 149);
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 1.25rem;
}
.services.internal .other .content p {
  margin: 0;
  padding: 0.5em 0;
  font-size: 1rem;
}
.services.internal .other .content .marquee {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.services.internal .other .content .marquee img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
