textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
}
.faqs-toogle {
  white-space: normal;
}
.w-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 9px;
  appearance: none;
}
ol {
  list-style-type: none;
  position: relative;
}
ol li {
  counter-increment: step-counter;
}
ol li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 13px;
  color: white;
  font-weight: 500;
  background-color: #3cc1ca;
  border-radius: 99px;
  text-align: center;
  line-height: 18px;
  margin-top: 4px;
}
*:focus {
  outline: none;
}



.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}



.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}
.alignright {
  float: right;
  margin: 0 0 24px 24px;
}
.aligncenter {
  display: block;
  margin: 24px auto;
}

@media (max-width: 767px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 24px 0;
  }
}



.brushstroke {
  position: relative;
  display: inline-block;
}
.brushstroke svg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: calc( 100% + 20px);
  height: calc( 100% + 20px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.brushstroke svg path {
  fill: none;
  stroke: #ff8539;
  stroke-width: 6px;
  stroke-dasharray: 1500;
  -webkit-animation: brushstroke-no-loop 25s ease;
  animation: brushstroke-no-loop 25s ease;
}

@-webkit-keyframes brushstroke-no-loop {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}

@keyframes brushstroke-no-loop {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}



img:not(.logo-img) {
  height: auto;
}



p.button-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
}

p.link-w-icon-2-wrap {
  margin-bottom: 12px;
  padding-bottom: 0;
}
p.link-w-icon-2-wrap:last-child {
  margin-bottom: 0;
}



.wpcf7 form.submitting span.button {
  overflow: visible;
}

.wpcf7 form span.button .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -12px;
}

.wpcf7 form .wpcf7-not-valid-tip {
  margin: 0;
  font-size: 14px;
  text-align: left;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 2% 0 0;
  font-size: 14px;
  line-height: 24px;
}



span.button {
  cursor: pointer;
}
span.button input[type=submit].button-text {
  padding: 0;
  background-color: transparent;
  border: 0;
  letter-spacing: 1px;
}



.responsive-map {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.section.orange h2 a {
  text-decoration: underline;
  color: #fff;
}



body.error404 {
  background: #3cc1ca;
}

body.error404 .section {
  background: #fff;
}

body.error404 h1 {
  margin-top: 0.5em;
  text-transform: uppercase;
}
body.error404 h1 span {
  color: #3cc1ca;
}



.sidebar-cyan {
  padding: 24px;
  color: #fff;
  background-color: #3cc1ca;
  border-radius: 10px;
}
.sidebar-dark {
  padding: 24px;
  color: #fff;
  background-color: #091f3f;
  border-radius: 10px;
}
.sidebar-tint {
  padding: 24px;
  color: #091f3f;
  background-color: #f4f2f2;
  border-radius: 10px;
}
.sidebar-white {
  padding: 24px;
  color: #091f3f;
  background-color: #fff;
  border-radius: 10px;
}
