@charset "UTF-8";
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media screen and (max-width: 640px) {
  .row {
    padding: 0 0;
  }
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.natural-height {
  align-items: flex-start;
}
.row.flex-column {
  flex-direction: column;
}
.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 1rem;
}
.col.reverse {
  flex-direction: column-reverse;
}
.first {
  order: -1;
}
.last {
  order: 1;
}
.align-start {
  align-self: flex-start;
}
.align-end {
  align-self: flex-end;
}
.align-center {
  align-self: center;
}
.align-baseline {
  align-self: baseline;
}
.align-stretch {
  align-self: stretch;
}
.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 1rem;
}
.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0 1rem;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 1rem;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 1rem;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 1rem;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 1rem;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 1rem;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 1rem;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 1rem;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 0 1rem;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0 1rem;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0 1rem;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1rem;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.row.start-xs {
  justify-content: flex-start;
}
.row.center-xs {
  justify-content: center;
}
.row.end-xs {
  justify-content: flex-end;
}
.row.top-xs {
  align-items: flex-start;
}
.row.middle-xs {
  align-items: center;
}
.row.bottom-xs {
  align-items: flex-end;
}
.row.around-xs {
  justify-content: space-around;
}
.row.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 641px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    justify-content: flex-start;
  }
  .row.center-sm {
    justify-content: center;
  }
  .row.end-sm {
    justify-content: flex-end;
  }
  .row.top-sm {
    align-items: flex-start;
  }
  .row.middle-sm {
    align-items: center;
  }
  .row.bottom-sm {
    align-items: flex-end;
  }
  .row.around-sm {
    justify-content: space-around;
  }
  .row.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 801px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    justify-content: flex-start;
  }
  .row.center-md {
    justify-content: center;
  }
  .row.end-md {
    justify-content: flex-end;
  }
  .row.top-md {
    align-items: flex-start;
  }
  .row.middle-md {
    align-items: center;
  }
  .row.bottom-md {
    align-items: flex-end;
  }
  .row.around-md {
    justify-content: space-around;
  }
  .row.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    justify-content: flex-start;
  }
  .row.center-lg {
    justify-content: center;
  }
  .row.end-lg {
    justify-content: flex-end;
  }
  .row.top-lg {
    align-items: flex-start;
  }
  .row.middle-lg {
    align-items: center;
  }
  .row.bottom-lg {
    align-items: flex-end;
  }
  .row.around-lg {
    justify-content: space-around;
  }
  .row.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1241px) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    justify-content: flex-start;
  }
  .row.center-xl {
    justify-content: center;
  }
  .row.end-xl {
    justify-content: flex-end;
  }
  .row.top-xl {
    align-items: flex-start;
  }
  .row.middle-xl {
    align-items: center;
  }
  .row.bottom-xl {
    align-items: flex-end;
  }
  .row.around-xl {
    justify-content: space-around;
  }
  .row.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}
.col-no-gutter {
  padding: 0;
}
.show {
  display: block !important;
}
.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hide {
  display: none !important;
}
.show-xs {
  display: block !important;
}
.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hide-xs {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 800px) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 801px) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1240px) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1241px) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone, img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
@media screen and (max-width: 1024px) {
  .alignright, .alignleft {
    float: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 642px) {
  .alignright, .alignleft {
    float: none;
    width: 100%;
    height: auto;
  }
}
* {
  font-family: "neulis-sans", sans-serif;
  color: #606060;
}
*:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 125px;
  }
}
html.no-scrolling, html.no-scrolling body {
  max-height: 100%;
  overflow: hidden;
}
.background-dark {
  background-color: #353b47;
}
.background-light {
  background-color: #EDECEC;
}
.background-white {
  background-color: #ffffff;
}
.bg-dark, .background-dark {
  background: #353b47;
  color: #fff;
}
.bg-light, .background-light {
  background: #EDECEC;
}
html h1, html .h1 {
  font-size: 65px;
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 15px;
}
@media screen and (max-width: 640px) {
  html h1, html .h1 {
    font-size: 50px;
  }
}
html h2, html .h2 {
  font-size: 46px;
  line-height: 1.15;
  font-family: "neulis-sans", sans-serif;
  font-weight: 300;
  color: #0079b3;
  margin: 0 0 25px;
}
@media screen and (max-width: 1024px) {
  html h2, html .h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 640px) {
  html h2, html .h2 {
    font-size: 30px;
  }
}
html h3, html .h3 {
  font-size: 40px;
  line-height: 1.3em;
  font-family: "neulis-sans", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 10px;
  color: #0079b3;
}
@media screen and (max-width: 1024px) {
  html h3, html .h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  html h3, html .h3 {
    font-size: 25px;
  }
}
html h3.h3--small {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  html h3.h3--small {
    font-size: 17px;
  }
}
html h4, html .h4 {
  font-size: 28px;
  line-height: 1.2em;
  font-family: "neulis-sans", sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  html h4, html .h4 {
    font-size: 27px;
  }
}
@media screen and (max-width: 640px) {
  html h4, html .h4 {
    font-size: 22px;
  }
}
html h4.h4--small, html .h4.h4--small {
  font-size: 28px;
}
@media screen and (max-width: 640px) {
  html h4.h4--small, html .h4.h4--small {
    font-size: 22px;
  }
}
html h5, html .h5 {
  font-size: 22px;
  line-height: 1.4em;
  font-family: "neulis-sans", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  html h5, html .h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  html h5, html .h5 {
    font-size: 18px;
  }
}
html h6, html .h6 {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "neulis-sans", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  color: #606060;
}
html p, html .text, html .text p {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "neulis-sans", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}
@media screen and (max-width: 640px) {
  html p, html .text, html .text p {
    font-size: 14px;
  }
}
html p:last-of-type, html .text:last-of-type {
  margin-bottom: 0;
}
html p.text--large, html div.text--large, html .text--large p {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  html p.text--large, html div.text--large, html .text--large p {
    font-size: 18px;
  }
}
html p:empty {
  margin: 0 !important;
}
a, a > span {
  color: #0079b3;
}
.text--center {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mobile-text--left {
    text-align: left;
  }
}
hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.title-font {
  font-family: "neulis-sans", sans-serif;
}
.text-font {
  font-family: "neulis-sans", sans-serif;
}
.text--primary {
  color: #0079b3;
}
.text--white {
  color: white !important;
}
.text--white * {
  color: white;
}
.text--bold {
  font-weight: 700;
}
.text--semi-bold {
  font-weight: 600;
}
.text--light {
  font-weight: 300;
}
.text--small {
  font-size: 14px;
}
.text--uppercase {
  text-transform: uppercase;
}
.border--left {
  border-left: 5px solid #0079b3;
  padding-left: 30px;
}
blockquote, blockquote p {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 600;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  blockquote, blockquote p {
    font-size: 22px;
  }
}
.rel {
  position: relative;
}
.z10 {
  z-index: 10;
}
.row--full, .full-width-row {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.row--full [class^="col"], .full-width-row [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row.row--no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.row.row--no-gutters > [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row--standard, .max--1240 {
  max-width: 1240px;
}
@media screen and (max-width: 1024px) {
  .row--standard, .max--1240 {
    max-width: 700px;
  }
}
.row--1240 {
  max-width: 1240px;
}
.max--1024 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .max--1024 {
    max-width: 700px;
  }
}
.max--700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.max--800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.bg-white {
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .bg-white {
    padding-top: 40px;
  }
}
.bg-grid {
  padding-top: 2rem;
}
.bg-color {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .bg-color {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.background-dark * {
  color: #fff;
}
.bg-color + .bg-color {
  margin-top: 0px;
}
.bg-color + .footer {
  margin-top: 0;
}
.bg-color + .bg-color.bg-grid {
  padding-top: 0;
}
main > section:first-of-type {
  margin-top: 0;
}
.flex--center {
  display: flex;
  align-items: center;
}
.m-t-10 {
  margin-top: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.m-r-45 {
  margin-right: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.m-l-80 {
  margin-left: 80px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.m-r-80 {
  margin-right: 80px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
a {
  color: #0079b3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.link {
  text-decoration: none;
  color: #0079b3;
  font-size: 16px;
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  border: none;
  background: none;
  position: relative;
  padding-right: 30px;
  display: inline-block;
  line-height: 1.2em;
}
.link:after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 4px;
  top: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23d41e1e' d='M264.6 70.63l176 168c4.75 4.531 7.438 10.81 7.438 17.38s-2.688 12.84-7.438 17.38l-176 168c-9.594 9.125-24.78 8.781-33.94-.8125c-9.156-9.5-8.812-24.75 .8125-33.94l132.7-126.6H24.01c-13.25 0-24.01-10.76-24.01-24.01s10.76-23.99 24.01-23.99h340.1l-132.7-126.6C221.8 96.23 221.5 80.98 230.6 71.45C239.8 61.85 254.1 61.51 264.6 70.63z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.button, input[type="submit"], .nav-button a {
  color: #fff;
  border: 2px solid #0079b3;
  padding: 10px 26px 10px 26px;
  background: #0079b3;
  transition: background 0.25s ease-out, color 0.25s ease-out;
  font-weight: 500;
  font-size: 16px;
  font-family: "neulis-sans", sans-serif;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  line-height: 1 !important;
  box-sizing: border-box;
}
.button:hover, input[type="submit"]:hover, .nav-button a:hover {
  background: #fff;
  color: #0079b3;
  text-decoration: none;
}
.button.button--ghost, input[type="submit"].button--ghost, .nav-button a.button--ghost {
  border: 1px solid #0079b3;
  background: transparent;
}
.button.button--ghost:hover, input[type="submit"].button--ghost:hover, .nav-button a.button--ghost:hover {
  background: #0079b3;
  color: #fff;
}
.post-card .link::after {
  transition: 0.25s ease-out;
}
.post-card *:hover {
  text-decoration: none;
}
.post-card *:hover .link::after {
  transform: translateX(7px);
}
main ul {
  margin: 10px 0 15px 0;
  padding-left: 0;
  list-style: none;
}
main ul li {
  padding: 0px 0 0px 13px;
  line-height: 1.5em;
  font-family: "neulis-sans", sans-serif;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
}
main ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 11px;
  background: #0079b3;
}
main ul ul {
  margin-left: 15px;
}
ol {
  padding-left: 20px;
}
ol li + li {
  margin-top: 15px;
}
ol strong {
  font-weight: 800;
}
ol li {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "neulis-sans", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0px;
}
.image__sizer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.image__sizer.image__sizer--4x4 {
  padding-top: 100%;
}
.image__sizer.image__sizer--16x9 {
  padding-top: 56.25%;
}
.image__sizer.image__sizer--2x3 {
  padding-top: 149.81%;
}
.image__sizer.image__sizer--21x9 {
  padding-top: 42.857%;
}
.image__sizer.image__sizer--full {
  padding-top: 0;
  height: 100%;
}
.image__sizer.image__sizer--full-screen {
  padding-top: 0;
  height: 100vh;
}
.image__sizer .image__wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.image__sizer .image__wrap.max--800 {
  max-height: 800px;
}
.image__sizer .image__wrap.contain img {
  object-fit: contain;
}
.image__sizer .image__wrap img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
header {
  position: relative;
  z-index: 10;
}
main {
  position: relative;
  z-index: 5;
}
main section {
  position: relative;
  z-index: 5;
  background: transparent;
}
main .z-10 {
  z-index: 10;
}
footer {
  position: relative;
  z-index: 4;
}
main > div {
  position: relative;
  z-index: 5;
}
.spinner {
  margin: 0px auto;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #0079b3;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.text-center {
  text-align: center;
}
.background-dark .cpt-intro-text * {
  color: #fff;
}
.popup-vimeo {
  position: relative;
  display: block;
}
.popup-vimeo::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fefefe' d='M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9V344c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z'/%3E%3C/svg%3E");
}
@view-transition {
  navigation: auto;
}
.background-pattern {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/screenmobile-home-services-bg-6.jpg");
  position: relative;
}
.background-pattern:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.background-pattern .row {
  position: relative;
  z-index: 1;
}
.estimate-btn-sec {
  padding: 16px 0;
}
.blue-bg {
  background-color: #0079b3;
}
.estimate-btn-sec .btn {
  border-width: 2px;
  font-size: 16px;
  padding: 9px 22px;
  font-weight: 400;
  border-color: #fff;
}
.estimate-btn-sec .btn:hover {
  background-color: #404040;
  border-color: #404040;
  color: #fff;
  text-decoration: none;
}
body .white-border {
  border-color: #fff;
}
* {
  box-sizing: border-box;
}
#navigation {
  border-bottom: 1px solid #0279b3;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
  background: #fff;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1160px) {
  #navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
  }
}
@media (max-width: 1160px) {
  #navigation .col-lg-2, #navigation .col-lg-10 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
#navigation .sub-menu li a {
  line-height: 1.5;
}
#navigation.scroll-down {
  transform: translateY(-100%);
}
#navigation.scroll-up {
  transform: translateY(0);
}
#navigation.at-top {
  transform: translateY(0);
}
#navigation ul {
  list-style: none;
  padding-left: 0;
}
#navigation .logo img {
  height: 50px;
  width: auto;
  display: block;
}
@media (min-width: 1160px) {
  #navigation .logo img {
    height: 70px;
  }
}
#navigation .logo__wrap {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
#navigation .logo-text {
  padding-left: 20px;
}
#navigation .nav__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1160px) {
  #navigation .nav__wrap {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
#navigation .mobile-menu-button {
  display: none;
}
@media screen and (max-width: 1160px) {
  #navigation .mobile-menu-button {
    display: block;
  }
  #navigation .mobile-menu-button:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 1160px) {
  #navigation .nav-header {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1160px) {
  #navigation .nav-links {
    position: absolute;
    top: 100%;
    border-top: 1px solid #ccc;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
    overflow: hidden;
    padding: 0;
  }
}
#navigation nav .menu-main-menu-container a:hover {
  text-decoration: none;
}
#navigation nav .menu-main-menu-container > ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu {
    display: block;
    margin: 0px 0 30px;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item {
  padding: 10px 15px;
  position: relative;
}
@media (min-width: 1160px) and (max-width: 1170px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item {
    padding: 10px 5px;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item a:before, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item a:after {
  display: none;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item span {
  position: relative;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item span:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -6px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #0079b3;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item .sub-menu li.menu-item:hover > a span:after {
  width: 100%;
}
@media (min-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item .sub-menu li.menu-item:hover > a {
    background: rgba(0, 0, 0, 0.25);
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item.current-menu-item > a span:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item .current-menu-item > a span:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.current_page_parent > a span:after {
  width: 100%;
  display: block !important;
}
@media (min-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.current-menu-item .current-menu-item a, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item .current-menu-item .current-menu-item a, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.current_page_parent .current-menu-item a {
    background: rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children.current-menu-item > a span:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children:hover > a span:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.current_page_parent > a span:after, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.current-menu-parent > a span:after {
    width: calc(100% + 20px);
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item .sub-menu a span:after {
    background: #fff;
    bottom: -4px;
  }
}
@media (min-width: 1160px) and (min-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item .sub-menu span.menu-text:after {
    display: none;
  }
}
@media screen and (max-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item {
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 1025px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu {
    max-height: 0px;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item:hover > ul.sub-menu, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.acc-show > ul.sub-menu {
    opacity: 1;
    max-height: 800px;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item:hover.menu-item-has-children:before, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.acc-show.menu-item-has-children:before {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a {
    position: relative;
    display: block;
    padding: 20px 2rem;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 640px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a {
    padding: 20px 1.5rem;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children {
  padding: 25px 18px 26px 15px;
  margin-right: 12px;
}
@media screen and (max-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children {
    padding: 0;
    margin-right: 0px;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%230079b3' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: center center;
  transition: 0.15s ease-out;
}
@media screen and (max-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children::before {
    display: none;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children .mobile-accordion-button {
  display: none;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children .mobile-accordion-button {
    display: block;
    position: absolute;
    width: 75px;
    height: 56px;
    min-height: 62px;
    top: 0;
    right: 0;
    color: #0079b3;
    z-index: 10;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children .mobile-accordion-button:hover {
    cursor: pointer;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children .mobile-accordion-button.open-mobile-accordion .mobile-accordion-icon {
  transform: translate(-50%, -50%) rotate(225deg);
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children .mobile-accordion-button .mobile-accordion-icon {
  transition: 0.35s ease-out;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23333333' d='M432 256C432 269.3 421.3 280 408 280h-160v160c0 13.25-10.75 24.01-24 24.01S200 453.3 200 440v-160h-160c-13.25 0-24-10.74-24-23.99C16 242.8 26.75 232 40 232h160v-160c0-13.25 10.75-23.99 24-23.99S248 58.75 248 72v160h160C421.3 232 432 242.8 432 256z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item:last-of-type > ul.sub-menu {
  left: unset;
  right: 0;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 10;
  background: #efefef;
  min-width: 220px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.15s, max-height 0.3s ease-in-out;
}
@media (min-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu {
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu {
    display: none;
    position: static;
    max-height: unset;
    opacity: 1;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu li:first-of-type {
    border-top: 1px solid #ccc !important;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu.sub-menu-active {
    display: block;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu a {
  display: block;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
  padding: 7.5px 15px 7.5px 40px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #fff;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:last-of-type {
  border-bottom: 0 !important;
}
@media (max-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:first-of-type {
    padding-top: 20px;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:last-of-type {
    padding-bottom: 20px;
  }
}
@media (min-width: 1160px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
    border-left: 0;
    border-right: 0;
    background: #0079b3;
    color: #fff;
    width: 100%;
    padding: 0;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item a {
    padding: 15px;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item a span {
    color: inherit;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu {
  padding: 10px;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item {
  padding: 5px;
}
#navigation .search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #efefef;
  width: 100vw;
  max-width: 1920px;
  margin-right: -16px;
  z-index: 10;
  padding: 15px 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1160px) {
  #navigation .search-form {
    display: flex;
    position: static;
    background: #fff;
    margin: 30px 0 130px 0;
    padding: 0 2rem;
    width: 100%;
    transform: none !important;
    opacity: 1 !important;
  }
}
#navigation .search-form input[type="search"] {
  max-width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1160px) {
  #navigation .search-form input[type="search"] {
    max-width: 100%;
  }
}
#navigation .search-form label {
  width: 100%;
}
#navigation .search-icon {
  width: 40px;
  height: 40px;
  background: #efefef;
  border-radius: 100%;
  position: relative;
  border: 0;
  margin-left: 15px;
}
@media screen and (max-width: 1160px) {
  #navigation .search-icon {
    display: none;
    margin-left: 0;
  }
}
#navigation .search-icon:hover {
  cursor: pointer;
}
#navigation .search-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
}
#navigation .search-icon svg * {
  fill: #353b47;
}
#navigation .util__wrap {
  background: #efefef;
  padding: 5px 0;
}
@media screen and (max-width: 1160px) {
  #navigation .util__wrap {
    display: none;
  }
}
#navigation .util__wrap .util__bar {
  display: flex;
  justify-content: flex-end;
}
#navigation .util__wrap .menu-item {
  margin: 5px 0 5px 15px;
}
#navigation .util__wrap .menu-item * {
  font-size: 14px;
}
#navigation svg.nav-download-icon {
  margin-left: 10px;
  width: 15px;
  fill: #0079b3;
}
.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #353b47;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #353b47;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
* Spin
*/
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1160px) {
  /*Mega Menu*/
  .main-navigation a {
    color: #0079b3;
    margin: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .main-navigation a:hover {
    text-decoration: none;
  }
  .main-navigation.mega-menu > li {
    position: relative;
  }
  .main-navigation.mega-menu > li.focus-active ul.sub-menu.level-1 {
    width: 100%;
    left: unset;
    flex-wrap: nowrap;
    padding: 30px;
    right: 0;
    background-color: #0079b3;
    color: #fff;
    font-size: 15px;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 32px;
    max-width: 1400px;
    position: relative;
    z-index: -1;
    align-items: center;
  }
  .main-navigation.mega-menu > li.focus-active .sub-menu-wrapper {
    width: 750px;
  }
  .main-navigation.mega-menu > li .sub-menu-wrapper.active {
    width: calc(100% - 218px);
    display: none;
    position: absolute;
    max-width: 1400px;
    right: 0;
    z-index: -1;
    color: #fff;
    top: 100%;
  }
  .main-navigation.mega-menu ul.sub-menu li.focus-active .sub-menu-content .sub-menu {
    left: 0;
    position: relative;
    width: 100%;
    display: flex;
    box-shadow: none;
  }
  .main-navigation.mega-menu ul.sub-menu li.preview {
    width: 100%;
    max-width: 300px;
  }
  .main-navigation.mega-menu ul.sub-menu li a {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background-color: transparent;
    width: auto;
    display: inline-block;
    position: relative;
  }
  .main-navigation.mega-menu ul.sub-menu li a.sub-menu-heading-link {
    font-size: 16px;
    font-weight: 700;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .main-navigation.mega-menu ul.sub-menu li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    content: "";
    opacity: 0;
    transition: height 0.25s, opacity 0.25s, transform 0.25s;
    transform: translateY(-7px);
  }
  .main-navigation.mega-menu ul.sub-menu li a:hover::after, .main-navigation.mega-menu ul.sub-menu li a:focus::after {
    color: red;
    height: 2px;
    opacity: 1;
    transform: translateY(0);
  }
  .main-navigation.mega-menu ul.sub-menu.level-2 {
    box-shadow: none;
    padding-left: 15px;
  }
  .main-navigation.mega-menu ul.sub-menu.level-2 li {
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding-bottom: 2px;
  }
  .main-navigation.mega-menu ul.sub-menu.level-2 li a {
    position: relative;
  }
  .main-navigation.mega-menu ul.sub-menu.level-2 li a::before {
    content: "<";
    font-family: "fontello";
    font-size: 15px;
    color: #fff;
    margin-right: 8px;
    vertical-align: middle;
    position: absolute;
    left: -13px;
  }
  .main-navigation.mega-menu .menu-toggle-arrow {
    display: none;
  }
  .main-navigation.mega-menu .mega-menu-image {
    width: 100%;
    height: 190px;
    max-width: 300px;
    border-radius: 30px 0;
    margin-bottom: 10px;
  }
  .main-navigation.mega-menu .mega-menu-image a {
    display: inline-block !important;
    width: 100% !important;
    height: 100%;
  }
  .main-navigation.mega-menu .mega-menu-image a:hover {
    text-decoration: none;
    border: none;
  }
  .fixed-header .main-navigation a.main-anchor-link {
    padding: 19px 5px;
  }
  .sub-menu-content {
    width: 100%;
  }
  .sub-menu-content ul li {
    width: 30%;
    padding-bottom: 35px;
    padding-left: 20px;
  }
  .sub-menu-content ul li a {
    font-weight: bold !important;
  }
  ul.sub-menu.level-2 {
    box-shadow: none;
    padding-left: 15px;
  }
  ul.sub-menu.level-2 li {
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding-bottom: 2px;
  }
  ul.sub-menu.level-2 li a {
    position: relative;
  }
  ul.sub-menu.level-2 li a::before {
    content: "";
    font-family: "fontello";
    font-size: 15px;
    color: #fff;
    margin-right: 8px;
    vertical-align: middle;
    position: absolute;
    left: -13px;
  }
  .main-navigation a.main-anchor-link {
    line-height: 1em;
    perspective: 800px;
    padding: 28px 5px;
  }
  .main-navigation a.main-anchor-link span.menu-item-text {
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    transition: background 0.7s;
    transform-origin: 0% 50%;
    transform-style: preserve-3d;
  }
  .main-navigation a.main-anchor-link span.menu-item-text::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 10px 5px;
    line-height: 1;
    content: attr(data-hover);
    transform: rotateX(268.9deg);
    transition: transform 0.7s;
    transform-origin: 0 0;
    pointer-events: none;
    border-radius: 3px;
    background: #0079b3;
    text-shadow: 1px 1px 1px #005780;
    opacity: 0;
  }
  .main-navigation .nav-menu > li:hover a.main-anchor-link span, .main-navigation .nav-menu > li.focus-active a.main-anchor-link span {
    background: #e6e6e6;
    color: #555;
    transition: background 0.7s, color 0.5s;
    border-radius: 3px;
  }
  .main-navigation .nav-menu > li:hover a.main-anchor-link span::before, .main-navigation .nav-menu > li.focus-active a.main-anchor-link span::before {
    transform: rotateX(10deg);
    transition: transform 0.5s;
    border-radius: 3px;
    opacity: 1;
  }
  .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .main-navigation .request-an-estimate span {
    background: #0079b3;
    text-shadow: 1px 1px 1px #005780;
    color: #fff;
    border-radius: 3px;
  }
  .mega-menu .nav-menu > li.focus-active ul.sub-menu.level-1 {
    width: 100%;
    left: unset;
    flex-wrap: nowrap;
    padding: 30px;
    right: 0;
    background-color: #0079b3;
    color: #ffffff;
    font-size: 15px;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 32px;
    max-width: 1400px;
    position: relative;
    z-index: 1;
    align-items: center;
  }
  .main-navigation.mega-menu li {
    position: unset;
  }
  .main-navigation.mega-menu ul.sub-menu li a.sub-menu-heading-link {
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .main-navigation.mega-menu ul.sub-menu li a {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background-color: transparent;
    width: 100%;
    position: relative;
    width: auto;
    display: inline-block;
  }
  .main-navigation.mega-menu ul.sub-menu li a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eeeeee;
    content: "";
    opacity: 0;
    -webkit-transition: height 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    -moz-transition: height 0.25s, opacity 0.25s, -moz-transform 0.25s;
    transition: height 0.25s, opacity 0.25s, transform 0.25s;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  .mega-menu .nav-menu > li.focus-active ul.sub-menu.level-1 {
    width: 100%;
    left: unset;
    flex-wrap: nowrap;
    padding: 30px !important;
    right: 0;
    background-color: #0079b3;
    color: #fff;
    font-size: 15px;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 32px;
    max-width: 1400px;
    position: relative;
    z-index: -1;
    align-items: center;
  }
  .main-navigation.mega-menu .nav-menu > li .sub-menu-wrapper.active {
    width: calc(100% - 218px);
    display: none;
    position: absolute;
    max-width: 1400px;
    right: 0;
    z-index: -1;
    color: #fff;
    top: 100%;
  }
}
@media (min-width: 1161px) {
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 1160px) {
  .desktop-menu {
    display: none;
  }
}
.top-header-bar {
  background-color: #353b47;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  display: flex;
  min-height: 55px;
  align-items: center;
}
@media (max-width: 1160px) {
  .top-header-bar .header-zip-search + div {
    left: 0;
    right: 0;
    bottom: 4px;
  }
  .top-header-bar .header-zip-search.invalid-zip {
    margin-bottom: 15px;
  }
}
@media (min-width: 1160px) {
  .top-header-bar .header-zip-search input {
    width: 100%;
    min-width: 195px;
  }
  .top-header-bar .header-zip-search + div {
    margin-bottom: 4px;
    margin-top: 4px !important;
    position: relative !important;
  }
}
@media (min-width: 1160px) {
  .top-header-bar {
    min-height: 72px;
  }
}
@media (max-width: 1160px) {
  .top-header-bar .zip-code-search-form {
    display: flex;
  }
  .top-header-bar .left-sec label {
    text-align: left;
    padding-right: 5px;
  }
  .top-header-bar .header-zip-search {
    justify-content: right !important;
  }
}
@media (max-width: 1160px) and (max-width: 520px) {
  .top-header-bar .left-sec label {
    font-size: 12px;
  }
}
.top-header-bar .left-sec {
  display: inline-flex;
  align-items: flex-start;
  width: 40%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 800px) {
  .top-header-bar .left-sec {
    flex-direction: row;
  }
}
.top-header-bar .left-sec p {
  padding-bottom: 9px;
}
.top-header-bar .left-sec a:hover {
  text-decoration: underline;
}
.top-header-bar .right-section {
  display: inline-flex;
  justify-content: flex-end;
  width: 60%;
  align-items: center;
}
.top-header-bar .top-header-bar a {
  color: #fff;
}
.top-header-bar .top-header-bar p {
  margin: 0;
}
.top-header-bar .contact-info {
  padding: 26px 15px;
}
@media (min-width: 1160px) {
  .top-header-bar .contact-info {
    max-width: 180px;
  }
}
.top-header-bar .contact-info svg path {
  color: #0079b3;
}
.top-header-bar .phone-wrap, .top-header-bar .phone-wrap span {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.top-header-bar .phone-wrap:hover svg path, .top-header-bar .phone-wrap span:hover svg path {
  fill: #fff;
}
.top-header-bar a {
  color: #fff;
}
.top-header-bar .mobile-text {
  display: none;
}
@media screen and (max-width: 550px) {
  .top-header-bar .mobile-text {
    display: block;
  }
}
.top-header-bar .social-icons {
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  padding: 18px 20px;
}
.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
.social-links li {
  margin-right: 10px;
  overflow: hidden;
}
.social-links li a {
  background-color: #f2f2f2;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: relative;
  font-style: normal;
  color: #0079b3;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  display: inherit;
  transition: all ease-out 0.3s;
}
.social-links li a:hover {
  background-color: #0079b3;
}
.social-links li a:hover .icons {
  color: #fff;
}
i.google-business {
  position: relative;
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.google-business:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/google-business.png);
  width: 16px;
  height: 16px;
  position: relative;
  text-align: center;
  display: inherit;
  transition: all ease-out 0.3s;
}
.gmb-white {
  position: absolute !important;
}
.gmb-white.google-business:before {
  background-image: url(../img/google-business-white.png);
}
.social-links li a {
  position: relative;
}
.social-links li a .icon-hover-state {
  opacity: 0;
  position: absolute;
  bottom: -35px;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}
.social-links li a .icon-hover-state path {
  color: #fff;
}
.social-links li a .init-icon {
  opacity: 1;
  color: #0079b3;
}
.social-links li a .init-icon path {
  color: #0079b3;
}
.social-links li:hover a .icon-hover-state {
  transition: all ease-out 0.3s;
  opacity: 1;
  bottom: 10px;
}
.social-links li:hover a .init-icon {
  opacity: 0;
}
.arrow-right-link {
  padding-right: 20px;
  position: relative;
}
.arrow-right-link svg {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}
.arrow-right-link:hover svg {
  right: -2px;
}
.arrow-right-link svg path {
  fill: #fff;
}
.top-header-bar .left-sec label {
  color: #fff;
  margin-bottom: 5px;
  display: block;
}
@media (min-width: 640px) {
  .top-header-bar .left-sec {
    min-width: 452px;
  }
}
.top-header-bar .left-sec svg path {
  fill: #fff;
  transition: 0.3s ease-in-out;
}
.top-header-bar .left-sec input {
  padding: 4px;
  min-width: 146px;
}
@media (max-width: 1160px) {
  .top-header-bar .left-sec input {
    min-width: 180px;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .top-header-bar .left-sec input {
    min-width: 160px;
    max-width: 200px;
  }
}
.top-header-bar .left-sec .btn {
  border: 0;
  border-radius: 3px;
  padding: 6px 10px;
  background: transparent;
  transition: 0.3s ease-in-out;
  line-height: 0;
}
.top-header-bar .left-sec .btn:hover {
  background: #fff;
}
.top-header-bar .left-sec .btn:hover svg path {
  fill: #0079b3;
}
.current-location-header {
  display: none;
}
.single-store_location .current-location-header {
  display: block;
}
@media (max-width: 1160px) {
  .top-header-bar {
    display: block;
    text-align: center;
  }
  .top-header-bar .right-section {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 10px 0;
  }
  .top-header-bar .left-sec {
    display: block;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
  }
  .top-header-bar .left-sec .btn {
    background: #fff;
  }
  .top-header-bar .left-sec .btn svg path {
    fill: #0079b3;
  }
  .contact-info {
    max-width: auto !important;
    text-align: center;
    flex-basis: 100%;
    padding: 5px 10px !important;
  }
  .franchise {
    padding: 5px 10px !important;
    width: 50%;
    text-align: center;
    flex-basis: 50%;
    display: none;
  }
}
@media (max-width: 1160px) and (max-width: 640px) {
  .top-header-bar .left-sec {
    padding-bottom: 5px;
  }
}
@media (max-width: 415px) {
  .top-header-bar .arrow-right-link {
    padding-right: 0;
  }
  .top-header-bar .arrow-right-link svg {
    display: none;
  }
}
.mobile-menu .social-icons {
  text-align: center;
}
.social-links li:hover i.gmb-white {
  transition: all ease-out 0.3s;
  opacity: 1;
  bottom: 0;
}
i.gmb-white {
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -35px;
  left: 50%;
}
i.google-business {
  position: relative;
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.social-links li:hover i.gmb-white {
  transition: all ease-out 0.3s;
  opacity: 1;
  bottom: 0;
}
.social-links li:hover .gmb-org {
  opacity: 0;
}
.location-active + .header-form-wrap {
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 950px) {
  .location-active + .header-form-wrap {
    height: 0;
  }
}
.location-active + .header-form-wrap.toggle-active {
  z-index: 1;
  opacity: 1;
  margin-left: 30px;
}
@media (max-width: 950px) {
  .location-active + .header-form-wrap.toggle-active {
    height: auto;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
@media (max-width: 520px) {
  .location-active + .header-form-wrap.toggle-active {
    max-width: 350px;
    margin: 15px auto 5px;
  }
}
.header-loc-name {
  padding-bottom: 0 !important;
}
#special-offer-link {
  background: #0079b3;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  width: 100%;
}
#special-offer-link:hover {
  text-decoration: none;
}
a.header-btn {
  padding: 7px 20px !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}
@media (max-width: 400px) {
  a.header-btn {
    font-size: 12px !important;
    padding: 7px 10px !important;
  }
}
.header-zip-search {
  justify-content: center;
  display: flex;
  width: 100%;
}
.header-zip-search input {
  margin-bottom: 0;
  height: 36px;
}
.header-zip-search button {
  height: 36px;
  margin-left: 5px;
}
@media (min-width: 1160px) {
  .header-zip-search input {
    height: 24px;
  }
  .header-zip-search button {
    height: 24px;
  }
}
/* Prevent body scrolling when mobile menu is open */
@media (max-width: 768px) {
  .mobile-menu-open {
    overflow: hidden;
    max-height: 100vh;
  }
}
@media (max-width: 1160px) {
  .hide-mobile {
    display: none !important;
  }
}
section {
  overflow: hidden;
}
.footer {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 2px solid #eee;
  background-color: #0079b3;
}
@media screen and (max-width: 640px) {
  .footer {
    margin-top: 40px;
  }
}
.footer .footer-logo img {
  height: 60px;
  width: auto;
}
.sidebar-main + .footer {
  margin-top: 0;
}
.site-footer h3.h4 {
  font-size: 24px;
}
@media (max-width: 640px) {
  .site-footer h3.h4 {
    font-size: 20px;
  }
}
#cookies-notice {
  line-height: 2;
  padding: 15px;
  margin: 1rem 0 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 17px rgba(58, 58, 58, 0.38);
  max-width: 1920px;
  margin: 0 auto;
  justify-content: center;
  background: rgba(237, 236, 236, 0.95);
}
@media (min-width: 650px) {
  #cookies-notice {
    padding: 15px 25px;
  }
}
.cookies-txt {
  max-width: 1200px;
  padding-right: 5px;
}
.cookies-txt p {
  color: #4a4a4a;
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.25;
}
.cookies-txt p a {
  color: #0079b3;
  text-decoration: underline;
}
.cookies-txt p a:hover {
  color: #4a4a4a;
}
.cookies-submit {
  margin-left: 10px;
}
.cookies-submit input.btn {
  transition: all 0.4s ease-in-out;
  background: #0079b3;
  border: 2px solid #0079b3;
  cursor: pointer;
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 7px;
  line-height: 1;
}
.bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-mobile-logo {
  display: none;
}
.footer-bottom {
  background-color: #212121;
  padding-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 40px;
  display: flex;
  align-items: center;
  color: #ccc;
}
.footer-bottom p {
  margin-bottom: 0;
  font-size: 13px;
  color: #fff;
}
.copyright p {
  line-height: 16px;
}
.footer-bottom p a {
  color: #ccc;
}
.footer-bottom p a:hover {
  color: #fff;
}
.col3 {
  width: 33%;
}
.social-icons.col3, .privacy-term {
  text-align: center;
}
.footer-top {
  background-attachment: fixed;
  position: relative;
  padding: 80px 0 66px;
}
.footer-top:before {
  content: "";
  left: 0;
  background: #0079b3;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  opacity: 0.95;
}
.footer-wrap {
  max-width: calc(1240px - 2rem);
  padding: 0 1rem;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.footer-wrap h3 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}
.footer-wrap p, .footer-wrap a {
  color: #fff;
}
.footer-wrap li a {
  color: #e6e6e6;
  font-size: 14px;
}
.footer-wrap a:hover {
  text-decoration: underline;
}
footer h5 {
  color: #fff;
  margin-bottom: 25px;
}
.col5 {
  padding: 0 1rem;
  width: 100%;
  max-width: 25.6%;
}
.col5 span {
  color: #fff;
}
.contact-details p a {
  text-decoration: underline;
}
footer ul.menu li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  line-height: 26px;
}
footer ul.menu li:last-child {
  margin-bottom: 0;
}
footer ul.menu li a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .footer-wrap {
    flex-wrap: wrap;
  }
  .contact-details {
    max-width: 30%;
  }
  .footer-wrap .col5 {
    max-width: 33% !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .menu-toggle-arrow {
    display: inherit;
    padding: 0 !important;
  }
  span.menu-toggle-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    display: inline-block;
    font-weight: 700;
    width: calc(100% - 210px);
    height: 24px;
    text-align: right;
    z-index: 99;
  }
  span.menu-toggle-arrow:after {
    content: "";
    font-size: 12px;
    font-family: "fontello";
    content: "";
    font-weight: 700;
    text-align: right;
    text-align: center;
    line-height: 24px;
  }
  span.menu-toggle-arrow.menu-arrow-down:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-duration: 400ms;
    transition-property: all;
    color: #fff;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  span.footer-menu-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: inline-block;
    font-size: 15px;
    font-family: "fontello";
    font-weight: 400;
  }
  .footer-mobile-logo {
    display: inherit;
  }
  .footer-desktop-logo {
    display: none !important;
  }
  span.menu-arrow-plus:after {
    content: "";
  }
  footer h5.widget-title {
    margin-bottom: 5px;
    background-color: #0079b3;
    padding: 15px 50px 15px 15px;
    font-size: 15px;
    font-weight: 300;
  }
  footer h5.widget-title + div {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 15px;
  }
  .footer-wrap .col5 {
    max-width: 100% !important;
    margin-bottom: 5px;
  }
  span.menu-arrow-plus:after {
    content: "";
  }
  span.menu-arrow-minus:after {
    content: "";
  }
  footer h5.widget-title {
    margin-bottom: 5px;
    background-color: #0079b3;
    padding: 15px 50px 15px 15px;
    font-size: 15px;
    font-weight: 300;
  }
  footer h5.widget-title + div {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 15px;
  }
  .footer-wrap .col5 {
    max-width: 100% !important;
    margin-bottom: 5px;
  }
}
.footer-toggle-content {
  display: none;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  .footer-toggle-content {
    display: block !important;
  }
}
.footer-toggle svg {
  display: none;
}
@media (max-width: 800px) {
  .footer-wrap {
    width: auto;
  }
  .footer-toggle {
    position: relative;
  }
  .footer-toggle svg {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s ease-in-out;
  }
  .footer-toggle svg path {
    fill: #fff;
  }
  .footer-toggled .footer-toggle svg {
    transform: rotate(180deg);
  }
}
.site-footer .menu {
  padding-left: 0;
}
.site-footer .menu .menu-item a {
  padding-left: 20px;
  display: block;
  position: relative;
}
.site-footer .menu .menu-item a:hover {
  text-decoration: underline;
}
.site-footer .menu .menu-item a svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-footer .menu .menu-item a svg path {
  fill: #fff;
}
@media screen and (max-width: 550px) {
  .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .footer-bottom .col3 {
    width: 100%;
    padding: 5px 0;
  }
}
.footer-mobile-logo {
  text-align: center;
}
.popup-btn .pop-icon {
  position: fixed;
  left: 0;
  left: -300px;
  bottom: 60px;
  z-index: 9;
  width: auto;
  height: auto;
  background: #0079b3;
  border: none;
  border: 1px solid #fff;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 14px 20px;
  display: flex;
  font-size: 14px;
  font-family: "neulis-sans", sans-serif;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  border-left: 0;
}
.popup-btn .pop-icon.show-animate {
  left: 0;
}
.popup-btn .pop-icon.in-view {
  left: -300px !important;
}
@media (max-width: 640px) {
  .popup-btn .pop-icon {
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
  }
  .popup-btn .pop-icon.in-view {
    bottom: -100px;
  }
}
#popup textarea.wpcf7-textarea.full-width-field {
  margin-top: 10px;
}
.popup-btn .pop-icon:hover {
  background: #404040;
  text-decoration: none;
}
.popup-btn .pop-icon svg {
  width: 100%;
  height: 100%;
}
.bg-blue .mfp-close {
  color: #fff;
}
.location-footer {
  background: #212121;
  color: #fff;
  padding: 40px 0;
}
@media only screen and (min-width: 801px) and (max-width: 1100px) {
  .location-footer .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
}
.location-footer h3 {
  color: #fff;
  font-size: 16px;
}
.location-footer h3 .fa-map-pin {
  padding-right: 12px;
}
.location-footer h3 .fa-comment-dots {
  padding-right: 7px;
}
.location-footer h3 .fa-calendar-clock {
  padding-right: 5px;
}
.location-footer h3 svg path {
  fill: #fff;
}
.location-footer ul.footer-social-links {
  margin-top: 0;
  padding-left: 30px;
}
.location-footer ul.footer-social-links li {
  display: inline-block;
}
.location-footer ul.footer-social-links li:before {
  display: none;
}
.location-footer ul.footer-social-links li svg {
  fill: #fff;
  transition: 0.3s ease-in-out;
}
.location-footer ul.footer-social-links li svg path {
  fill: #fff;
  transition: 0.3s ease-in-out;
}
.location-footer ul.footer-social-links li a {
  padding-right: 1rem;
  font-size: 1.2rem;
  vertical-align: top;
}
.location-footer ul.footer-social-links li a svg {
  vertical-align: top;
}
.location-footer ul.footer-social-links li a:hover {
  cursor: pointer;
}
.location-footer ul.footer-social-links li a:hover svg, .location-footer ul.footer-social-links li a:hover path {
  fill: #0079b3;
}
.location-footer .hours-of-operations {
  min-width: 100px;
  display: inline-block;
}
html .location-footer p {
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 14px;
}
html .location-footer p:last-of-type {
  margin-bottom: 0;
}
.location-additional-links a {
  font-size: 14px;
}
.location-additional-links {
  margin-top: 0;
}
.footer-social-links + .location-additional-links {
  margin-top: 15px;
}
ul.location-additional-links {
  padding-left: 30px;
}
ul.location-additional-links li {
  list-style-type: none;
  padding-left: 0;
}
ul.location-additional-links li + li {
  margin-top: 15px;
}
@media (min-width: 640px) {
  .site-footer p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .quick-links, .about-us-links {
    max-width: 200px;
  }
  .products-links {
    max-width: 150px;
  }
  .contact-details {
    max-width: 260px;
  }
}
.footer-desktop-logo {
  display: block;
  margin-top: 15px;
}
.search-form {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .search-form {
    margin-left: 0px;
  }
}
.search-form input[type="search"] {
  width: 100%;
  max-width: 200px;
  border: 2px solid #ccc;
  outline: none;
  border-radius: 7px 0 0 7px;
  height: 36px;
  padding: 0 12px;
}
.search-form button[type="submit"] {
  height: 36px;
  border: 2px solid #ccc;
  border-left: none;
  outline: none;
  border-radius: 0 7px 7px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-template {
  display: flex;
  justify-content: stretch;
}
.sidebar-template .sidebar {
  width: 260px;
  border-right: 1px solid #ccc;
  padding-bottom: 100px;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  transition: 0.2s ease-in-out;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  .sidebar-template .sidebar {
    display: none;
  }
}
.sidebar-template .sidebar__info {
  padding: 1rem;
}
.sidebar-template .content {
  flex-grow: 1;
  padding-bottom: 100px;
}
.sidebar-template .content section:first-of-type.bg-color {
  margin-top: 0;
}
.sidebar-template .sidebar__item {
  margin: 10px 0;
}
.sidebar-template .section-title {
  margin-top: 20px;
}
.sidebar-template .sidebar__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: #efefef;
}
.email-blocks .email-block-title {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 5px;
}
.email-blocks h4 {
  margin-top: 30px;
}
.email-blocks .sources {
  font-style: italic;
  font-size: 0.9em;
}
.email-blocks .list {
  padding-left: 20px;
}
.single-post div.sidebar-pad {
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .single-post div.sidebar-pad {
    padding-top: 40px;
  }
}
.single-post .card__post:nth-of-type(n + 2) {
  margin-top: 40px;
}
.single-post .card__post {
  width: 100%;
}
.single-post .border--right {
  border-right: 2px solid #EFEFEF;
}
@media screen and (max-width: 1024px) {
  .single-post .border--right {
    border-right: none;
  }
}
.single-post .content > section:first-of-type {
  padding-top: 0;
}
.single-post .date {
  font-family: "neulis-sans", sans-serif;
}
.single-post .back-button {
  margin-top: 0px;
}
.single-post blockquote {
  margin: 20px 0 30px;
  border-left: 5px solid #5EB6E4;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #0079b3;
}
.single-post blockquote * {
  font-size: 20px;
  font-weight: bold;
  color: #0079b3;
}
@media screen and (max-width: 1024px) {
  .single-post .related-posts-sidebar {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #EFEFEF;
  }
}
.single-post .related-posts-sidebar .post-card {
  margin-bottom: 40px;
}
.single-post .posts-row > div:first-of-type .post-card {
  margin-top: 20px;
}
.single-post .full-width-hero {
  height: calc(100vh - 200px);
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .single-post .full-width-hero {
    height: calc(100vh - 500px);
  }
}
.single-post .full-width-hero img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.single-post .side:not(.full-hero) h1 {
  margin-top: 30px;
}
.single-post section.blog-intro + section {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .sidebar-active {
    padding-right: 2rem;
  }
}
.video-bg {
  position: relative;
  overflow: hidden;
  max-height: 686px;
}
@media (max-width: 1024px) {
  .video-bg + .text-image-columns .image-text-content.flex--center {
    display: block;
    text-align: center;
  }
}
section.video-bg:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: rgba(53, 59, 71, 0.7);
}
.video-bg video {
  width: 100%;
  height: 100%;
  display: inherit;
}
.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.video-content .blue-btn {
  border: 2px solid #0079b3;
}
.video-content .blue-btn:hover {
  border: 2px solid #fff;
}
.video-content h2, .video-content h3 {
  color: #fff;
}
.video-content h3 {
  font-weight: 500;
}
@media (min-width: 1024px) {
  .video-content h2 {
    font-size: 64px;
  }
}
.video-content .btn {
  margin-top: 30px;
}
@media screen and (max-width: 550px) {
  .video-content .btn {
    margin-top: 0;
  }
  .related-pro-wrap {
    max-width: 100%;
  }
  .pb-64 {
    padding-bottom: 30px;
  }
  .pt-64 {
    padding-top: 30px;
  }
}
@media (max-width: 1024px) {
  .image-column.first-xs {
    margin-bottom: 25px;
  }
}
.video-bg {
  position: relative;
  overflow: hidden;
  max-height: 686px;
}
@media (max-width: 640px) {
  .video-bg video {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
  }
  .video-bg .blu-tex {
    margin-bottom: 10px !important;
  }
  .video-bg .video-content {
    width: auto;
    left: unset;
    transform: none;
    position: relative;
    padding: 40px 0;
  }
}
.parallax {
  background-attachment: fixed;
}
.hero {
  margin-top: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.hero h1 {
  font-size: 42px;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  .hero h1 {
    font-size: 50px;
  }
}
.hero .info {
  position: relative;
}
.hero .info .footnote {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  font-size: 13px;
  color: #fff;
}
.hero .hero__title {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {
  .hero .hero__title {
    max-width: 80%;
  }
}
.hero .intro-text {
  letter-spacing: 1px;
}
.hero .intro-text p {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .hero .intro-text {
    max-width: 50%;
  }
}
.hero .intro-text a {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .hero.text-center .hero__title, .hero.text-center .intro-text p {
    max-width: 100%;
  }
}
.hero.text-center .intro-text {
  margin: 0 auto;
}
.hero.darken:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero.darken-mobile:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-blend-mode: multiply;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
.hero h1, .hero .h1, .hero h2, .hero .h2 {
  margin-bottom: 0.8rem;
}
.hero h1, .hero .h1, .hero h2, .hero .h2, .hero p {
  color: #fff;
}
.hero .info {
  display: flex;
  z-index: 3;
  position: relative;
  padding: 4rem 1rem;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}
.hero .info.height-tall {
  min-height: calc(86vh - 150px);
}
.hero .info.height-short {
  min-height: calc(46vh - 150px);
}
.hero .info.height-default {
  min-height: calc(60vh - 150px);
}
.hero .info.height-full {
  min-height: calc(100vh - 150px);
}
@media screen and (min-width: 640px) {
  .hero .info .text--large {
    max-width: 630px;
  }
}
.hero .image-hero__wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hero .image-hero__wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
@media screen and (max-width: 640px) {
  .hero .image-hero__wrap img {
    object-position: bottom right;
  }
}
.breadcrumbs {
  background-color: #353b47;
  padding: 8px 0;
  color: #fff;
  font-size: 14px;
}
.breadcrumbs span {
  color: #fff;
  font-size: 14px;
  padding-right: 5px;
}
.hero {
  background-size: cover;
  background-position: center;
}
#breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}
.hero-buttons a {
  margin-bottom: 5px;
}
.product-options {
  position: relative;
  z-index: 1;
}
.product-options .product-image-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .product-options .product-image-wrap:before {
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: 0.75;
    position: absolute;
  }
}
.product-options .product-image-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
@media screen and (max-width: 640px) {
  .product-options .product-image-wrap img {
    object-position: bottom right;
  }
}
.color-option.flex-wrap {
  flex-wrap: wrap;
}
.color-option.flex-wrap + .color-wrap {
  padding-left: 0;
  max-width: 110px;
}
.color-wrap {
  padding: 0 5px;
  max-width: 115px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .color-wrap {
    width: calc(20% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .color-wrap {
    width: calc(25% - 10px);
  }
}
.product-info-content {
  position: relative;
  z-index: 2;
}
.product-options {
  overflow: hidden;
}
.color-option.flex-wrap {
  flex-wrap: wrap;
  display: flex;
}
.color-option.flex-wrap img {
  width: 100%;
  height: auto;
}
.m-l-auto {
  margin-left: auto;
}
.mfp-image-holder {
  /* Chevron as a pseudo-element */
  /* Rotate the right arrow chevron */
  /* Change color on hover */
}
.mfp-image-holder .mfp-arrow {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.mfp-image-holder .mfp-arrow:before {
  margin-top: 12px;
  margin-left: 0px;
}
.mfp-image-holder .mfp-arrow-left {
  left: 30px;
}
.mfp-image-holder .mfp-arrow-right {
  right: 60px;
}
.mfp-image-holder .mfp-arrow:hover {
  opacity: 1;
}
.mfp-image-holder .mfp-arrow-left::before, .mfp-image-holder .mfp-arrow-right::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(224deg);
  transition: border-color 0.3s ease;
}
.mfp-image-holder .mfp-arrow-right::before {
  transform: rotate(45deg);
}
.mfp-image-holder .mfp-arrow:hover::before {
  border-color: #0079b3;
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .prod-md-8 {
    flex-basis: 65%;
    max-width: 65%;
  }
}
.mfp-image-holder .mfp-arrow-left:before {
  margin-top: 12px;
  margin-left: 27px;
}
.loc-span {
  display: inline-block;
  color: inherit;
}
.product-info-content.centered-content {
  max-width: 780px;
  margin: 0 auto;
}
/*Tabs*/
.tab-wrap {
  display: inline-block;
  width: 100%;
}
.tab-content {
  display: none;
  padding: 20px 20px 10px 20px;
  border: 1px solid #ebebeb;
}
.tab-content.current {
  display: inherit;
}
ul.tabs {
  list-style: none;
  display: inline-block;
}
ul.tabs li {
  display: inline-block;
  margin: 0 2px 4px -1px;
}
ul.tabs li a {
  display: inherit;
  font-size: 15px;
  color: #000000;
  background: #ebebeb;
  border-radius: 0;
  border-color: #f7f8fa;
  padding: 13px 22px 11px 22px;
}
ul.tabs li.current a, ul.tabs li a:hover {
  background-color: #0079b3;
  color: #fff;
}
.tab-link {
  padding-left: 0;
}
.tab-link:before {
  display: none;
}
.mfp-gallery .mfp-arrow:after {
  display: none;
}
.dark-bg {
  background-color: #404040;
}
.zip-code-sec .flex-wrap {
  justify-content: center;
}
.zip-code-sec .h5 {
  color: #fff;
  margin: 0;
}
.zip-code-sec .zip-wrap {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin-left: 20px;
}
.zip-code-sec .zip-wrap input[type="number"] {
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  color: #000;
  font-size: 13px;
  font-family: "neulis-sans", Arial, sans-serif;
}
.zip-code-sec .zip-wrap button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border-radius: 10px;
  color: #fff;
  background: #0079b3;
  cursor: pointer;
  transform: all 0.4s ease-in-out;
  padding: 10px;
}
.zip-code-sec .zip-wrap button:hover {
  background-color: #333;
  border-color: #fff;
}
.zip-code-sec input:focus, .zip-code-sec button:focus {
  outline: none;
}
.zip-code-sec .flex-wrap {
  justify-content: center;
}
.zip-code-sec .h5 {
  color: #fff;
  margin: 0;
}
.zip-wrap {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin-left: 20px;
}
.zip-wrap input[type="number"] {
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  color: #000;
  font-size: 13px;
  font-family: "neulis-sans", Arial, sans-serif;
}
.zip-wrap button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border-radius: 10px;
  color: #fff;
  background: #0079b3;
  cursor: pointer;
  transform: all 0.4s ease-in-out;
  padding: 10px;
}
.zip-wrap button:hover {
  background-color: #333;
  border-color: #fff;
}
input:focus, button:focus {
  outline: none;
}
@media (min-width: 1024px) {
  .search-cta-text {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .zip-wrap {
    margin: 20px auto 0 auto !important;
  }
}
.get-inspired-sec img {
  max-width: 100%;
  height: auto;
}
.inspired-left-image {
  padding: 0 15px;
}
.inspired-text {
  width: 25%;
  padding: 0 15px;
}
.inspired-text h2 {
  font-size: 48px;
}
.inspired-text h5 {
  font-weight: 400;
  line-height: 38px;
}
.inspired-text .btn {
  margin-top: 10px;
}
.inspired-right-image {
  width: 41.6%;
  padding-left: 15px;
}
@media screen and (max-width: 950px) {
  .get-inspired-sec {
    padding-top: 60px;
    padding-bottom: 56px;
  }
  .get-inspired-sec .col3 {
    width: 100%;
    padding: 0;
  }
  .get-inspired-sec .flex-wrap {
    flex-wrap: wrap;
  }
  .more-reasons-wrap img, .reasons-wrap img {
    max-width: 60px;
    margin-right: 10px;
  }
  .more-reasons-wrap {
    padding: 0 5px;
  }
  .more-reasons {
    padding: 20px 15px;
    margin-top: 40px;
  }
  a.bg-btn {
    font-size: 16px;
  }
}
.reason-section {
  background-attachment: fixed;
  position: relative;
}
.reason-section .text--dark {
  color: #333;
}
.reason-section img {
  max-width: 100%;
  height: auto;
}
.reason-section .row {
  position: relative;
  z-index: 9;
}
.reason-section:before {
  content: "";
  background-color: rgba(247, 248, 250, 0.3);
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.more-reasons {
  background-color: rgba(0, 121, 179, 0.7);
  margin-top: 60px;
  padding: 32px 15px;
  display: flex;
  align-items: center;
}
.more-reasons-wrap {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 15px;
  width: 100%;
}
.more-reasons-wrap img, .reasons-wrap img {
  max-width: 100px;
  margin-right: 25px;
}
.more-reasons-wrap * {
  color: #fff;
}
.more-reasons-wrap p, .reasons-wrap p {
  margin-bottom: 5px;
  line-height: 1;
}
.more-reasons-wrap a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.more-reasons-wrap a:hover {
  color: #353b47;
}
.reasons-sec {
  flex-direction: column;
}
.reasons-wrap {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 16px;
  margin-bottom: 50px;
  display: inline-flex;
  align-items: flex-start;
  max-width: 457px;
  width: 100%;
  margin-left: auto;
}
.reasons-wrap:last-child {
  margin-bottom: 0;
}
.reasons-wrap p {
  color: #333;
}
.reason-content div p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
h3.sub-heading {
  color: #404040;
  padding-top: 32px;
  line-height: 1.25;
}
h3.sub-heading strong {
  font-weight: 700;
}
.more-reasons-wrap img, .reasons-wrap img {
  max-width: 100px;
  margin-right: 25px;
}
@media (min-width: 1024px) {
  .more-reasons-wrap img, .reasons-wrap img {
    max-width: 80px;
  }
}
.more-reasons-wrap p, .reasons-wrap p {
  margin-bottom: 5px !important;
  line-height: 1;
}
.more-reasons-wrap a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  display: block;
  margin-top: 11px;
  transition: 3s ease-in-out;
}
@media screen and (max-width: 740px) {
  .more-reasons-wrap {
    padding: 5px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .reasons-wrap {
    margin-bottom: 30px;
    width: auto;
    display: block;
    text-align: left;
    max-width: 100%;
  }
}
.grey-text {
  color: #606060;
}
@media (max-width: 640px) {
  .services-content p, .services-content p.text-large {
    font-size: 14px !important;
  }
}
.fillwidth {
  width: 100%;
  height: auto;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation: slideInRight 1s;
  animation: slideInRight 1s;
  animation-timing-function: linear;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.house-image-sec .container {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.house-sec {
  padding-top: 100px;
  background-position: bottom;
  margin-top: 0 !important;
}
div.house-image-sec {
  width: 100%;
  padding: 80px 0 0;
}
.house-img-text {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}
.active-house-menu {
  z-index: 999 !important;
}
div.house-image-sec .menu-heading {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: 700;
}
div.house-image-sec ul {
  max-width: 224px;
}
div.house-image-sec ul li {
  list-style: none;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}
.house-image-wrap {
  height: 570px;
  position: relative;
  transform: scale(0.9);
}
.sun-control-menu {
  position: absolute;
  right: 362px;
  top: unset;
  top: 235px;
  z-index: 9;
  width: 100%;
  max-width: 200px;
  height: 100%;
}
span.porch-patio-line1:before {
  display: none;
}
.image-line {
  position: absolute;
  width: 1px;
  background-color: #606060;
}
span.sun-control-line1 {
  height: 71px;
  left: 56px;
  top: -66px;
  transform: rotate(-27deg);
}
span.sun-control-line2 {
  height: 54px;
  left: 155px;
  top: -48px;
  transform: rotate(30deg);
}
.image-line-main:before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #606060;
  border-radius: 100%;
  position: absolute;
}
span.sun-control-line1:before {
  left: 0;
}
span.sun-control-line1:after, span.sun-control-line2:after {
  bottom: 0;
}
.porch-patio-menu {
  position: absolute;
  right: -60px;
  top: 217px;
  width: 100%;
  max-width: 270px;
}
span.porch-patio-line1:before {
  left: 0;
  bottom: 0;
}
span.porch-patio-line1:after {
  bottom: unset;
}
span.image-line.porch-patio-line1 {
  height: 160px;
  top: -150px;
  left: -19px;
}
.windows-content.house-image-content {
  max-width: 160px;
}
.windows-menu {
  position: absolute;
  right: 472px;
  top: 240px;
  width: 100%;
  max-width: 160px;
}
.windows-line1 {
  height: 1px;
  top: 114px;
  left: unset;
  right: 0;
}
.windows-line1:before {
  bottom: 0;
}
span.image-line.windows-line2 {
  height: 23px;
  transform: rotate(90deg);
  top: 103px;
  left: -13px;
}
.other-products-menu {
  position: absolute;
  left: -80px;
  top: 281px;
}
span.other-products-line1 {
  width: 90px;
  height: 1px;
  top: 93px;
  right: -90px;
}
span.other-products-line1:after {
  right: 0;
  left: unset;
  top: -6px;
}
.house-image-content a {
  color: #fff;
  pointer-events: none;
}
.house-image-content.active a {
  pointer-events: inherit;
}
.house-image-content a:hover {
  color: #0079b3;
}
span.other-products-line1:before {
  width: 1px;
  height: 13px;
}
span.other-products-line2, span.porch-patio-line2 {
  display: none;
}
.house-image-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  background: #353b47de;
  padding: 10px;
}
span.other-products-line1:before {
  display: none;
}
.doors-menu {
  position: absolute;
  left: 417px;
  top: 90px;
  width: 100%;
  max-width: 200px;
  height: 100%;
}
.doors-line1 {
  height: 1px;
  top: 105px;
  left: -87px;
  width: 87px;
}
.doors-line1:before {
  bottom: 0;
}
.doors-line2 {
  width: 1px;
  transform: rotate(0deg);
  top: 208px;
  left: -15px;
  height: 66px;
}
span.image-line.doors-line2::after {
  content: "";
  background-color: #606060;
  left: 0;
  top: -1px;
  height: 1px;
  width: 15px;
  position: absolute;
}
.dot-wrap {
  width: 27px;
  height: 27px;
  border-radius: 100%;
  position: absolute;
  z-index: 991;
  cursor: pointer;
}
.house-image-content.active {
  z-index: 99;
  position: relative;
  visibility: inherit;
}
span.dot-outer {
  -webkit-animation: e-hotspot-expand 2s infinite;
  animation: e-hotspot-expand 2s infinite;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 100%;
  background-color: #fff;
}
span.dot-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
@keyframes e-hotspot-expand {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.other-products-dot-wrap {
  left: 287px;
  top: 80px;
}
.dot-wrap.porch-patio-dot-wrap {
  top: 138px;
  left: -70px;
}
span.image-line.porch-patio-line1 {
  height: 1px;
  top: 152px;
  left: -54px;
  width: 55px;
}
span.porch-patio-line1:before {
  width: 1px;
  height: 12px;
  left: unset;
  right: -1px;
  bottom: -11px;
}
.dot-wrap.sun-control-dot-wrap {
  top: -78px;
  left: 31px;
}
.dot-wrap.windows-dot-wrap {
  top: 100px;
  left: -33px;
}
.dot-wrap.doors-dot-wrap {
  left: -109px;
  top: 90px;
  bottom: 130px;
}
.dot-wrap-2 {
  display: none;
}
.dot-wrap.doors-dot-wrap-2 {
  top: 258px;
  left: -27px;
  display: inline-block;
}
.dot-wrap.windows-dot-wrap-2 {
  display: inline-block;
  top: 100px;
  left: 149px;
  z-index: 99;
}
.dot-wrap.dot-wrap-2.windows-dot-wrap-2.dots-there {
  z-index: 9;
  transition: ease-in-out 0.3s all;
}
.dot-wrap.sun-control-dot-wrap-2 {
  left: 162px;
  top: -60px;
  display: inline-block;
}
.porch-patio-content.house-image-content {
  position: relative;
}
@media screen and (max-width: 1520px) {
  .porch-patio-content.house-image-content {
    padding: 10px;
  }
  .porch-patio-menu {
    right: -43px;
  }
  span.image-line.porch-patio-line1 {
    width: 95px;
  }
}
@media screen and (max-width: 1230px) {
  .house-image-wrap {
    transform: scale(0.8) translate(10px, 50px);
  }
  .other-products-dot-wrap {
    left: 257px;
    top: 74px;
  }
  span.other-products-line1 {
    width: 65px;
    right: -65px;
    top: 88px;
  }
  .dot-wrap.doors-dot-wrap {
    left: -47px;
  }
  .doors-line1 {
    left: -27px;
    width: 29px;
  }
  .doors-menu {
    left: 319px;
  }
  .doors-content.house-image-content {
    max-width: 189px;
  }
  .dot-wrap.doors-dot-wrap-2 {
    top: 249px;
    left: 27px;
  }
  .doors-line2 {
    top: 208px;
    left: 37px;
  }
  span.image-line.doors-line2::after {
    display: none;
  }
  .windows-menu {
    right: 397px;
    top: 239px;
  }
  .dot-wrap.windows-dot-wrap-2 {
    left: 131px;
  }
  .windows-line1 {
    right: 20px;
  }
  .sun-control-menu {
    right: 312px;
    top: 243px;
  }
  .dot-wrap.sun-control-dot-wrap {
    top: -68px;
    left: 46px;
  }
  span.sun-control-line1 {
    left: 74px;
  }
  .porch-patio-menu {
    right: -80px;
  }
  div.house-image-sec {
    padding: 0 0 0;
  }
}
@media screen and (max-width: 1064px) {
  .house-image-wrap {
    transform: scale(0.7) translate(0, -10px);
    height: 469px;
  }
  .other-products-menu {
    top: 218px;
    left: -90px;
  }
  .dot-wrap.doors-dot-wrap {
    left: -47px;
    top: 93px;
  }
  .doors-menu {
    left: 302px;
    top: 33px;
  }
  .doors-line1 {
    bottom: 106px;
  }
  .dot-wrap.doors-dot-wrap-2 {
    top: 261px;
    left: 16px;
  }
  .doors-line2 {
    left: 28px;
    height: 0;
  }
  .windows-menu {
    right: 362px;
    top: 179px;
  }
  .dot-wrap.windows-dot-wrap {
    left: -27px;
  }
  span.image-line.windows-line2 {
    height: 23px;
  }
  .sun-control-menu {
    right: 286px;
    top: 193px;
  }
  .dot-wrap.windows-dot-wrap-2 {
    left: 121px;
  }
  .porch-patio-menu {
    top: 137px;
    right: -60px;
  }
}
@media screen and (max-width: 1000px) {
  .house-image-wrap {
    transform: scale(1) translate(0, -10px);
  }
  div.house-image-sec .container {
    max-width: 800px;
  }
  .other-products-dot-wrap {
    left: 162px;
    top: 74px;
  }
  .dot-wrap {
    transform: scale(0.7);
  }
  .other-products-menu {
    top: 193px;
    left: -8px;
  }
  div.house-image-sec ul li {
    font-size: 12px;
    line-height: 12px;
  }
  .other-products-content.house-image-content {
    width: 160px;
  }
  div.house-image-sec .menu-heading {
    font-size: 14px;
    line-height: 16px;
  }
  span.other-products-line1 {
    width: 15px;
    right: -15px;
  }
  .windows-menu {
    right: 266px;
    top: 289px;
  }
  .dot-wrap.windows-dot-wrap {
    left: -8px;
    top: -35px;
  }
  span.image-line.windows-line2 {
    transform: rotate(-210deg);
    top: -22px;
    left: 11px;
  }
  .dot-wrap.windows-dot-wrap-2 {
    left: 92px;
    top: -34px;
  }
  .windows-line1 {
    top: -13px;
    right: 54px;
    transform: rotate(119deg);
  }
  .image-line-main:before {
    width: 23px;
  }
  .dot-wrap.doors-dot-wrap {
    left: -46px;
    bottom: 64px;
  }
  .doors-content.house-image-content {
    max-width: 166px;
  }
  .dot-wrap.doors-dot-wrap-2 {
    top: 221px;
    left: 7px;
  }
  .doors-line2 {
    left: -7px;
  }
  .sun-control-menu {
    right: 194px;
    top: 181px;
  }
  .dot-wrap.sun-control-dot-wrap {
    top: -31px;
    left: 46px;
  }
  .dot-wrap.sun-control-dot-wrap-2 {
    left: 132px;
    top: -29px;
  }
  span.sun-control-line1 {
    left: 64px;
    height: 21px;
    top: -20px;
  }
  span.sun-control-line2 {
    left: 147px;
    top: -20px;
    height: 20px;
  }
  .sun-control-content.house-image-content {
    max-width: 150px;
  }
  span.sun-control-line1::before {
    height: 0;
  }
  .porch-patio-menu {
    top: 137px;
    right: -10px;
    max-width: 200px;
  }
  span.image-line.porch-patio-line1 {
    width: 45px;
    left: -44px;
    top: 151px;
  }
  .dot-wrap.porch-patio-dot-wrap {
    left: -60px;
  }
  .doors-menu {
    left: 243px;
    top: 53px;
  }
  .doors-line1 {
    bottom: 76px;
    left: -29px;
  }
}
@media screen and (max-width: 800px) {
  .house-image-wrap {
    transform: unset !important;
    background-size: cover;
    width: 600px;
    margin: 0 auto;
    height: 400px;
  }
  .other-products-menu {
    top: 103px;
    left: 22px;
    bottom: 160px;
    top: unset;
  }
  .dot-wrap {
    transform: scale(0.6);
  }
  .other-products-dot-wrap {
    top: unset;
    bottom: -30px;
    left: 70px;
  }
  span.other-products-line1 {
    height: 15px;
    right: 76px;
    top: unset;
    bottom: -15px;
    width: 1px;
  }
  .doors-menu {
    left: 190px;
    top: 38px;
  }
  .windows-menu {
    right: 181px;
    top: 237px;
  }
  .porch-patio-menu {
    top: 87px;
    right: -4px;
    width: 186px;
  }
  .dot-wrap.porch-patio-dot-wrap {
    left: -28px;
  }
  span.image-line.porch-patio-line1 {
    width: 15px;
    left: -14px;
  }
  .sun-control-menu {
    right: 74px;
    top: 163px;
  }
  .dot-wrap.sun-control-dot-wrap {
    top: -40px;
    left: 0;
  }
  span.sun-control-line1 {
    left: 20px;
    top: -29px;
    height: 32px;
  }
  .dot-wrap.sun-control-dot-wrap-2 {
    left: 72px;
  }
  span.sun-control-line2 {
    left: 78px;
    top: -11px;
    height: 13px;
  }
  .dot-wrap.doors-dot-wrap {
    left: -46px;
    bottom: 44px;
  }
  .doors-line1 {
    bottom: 57px;
    left: -29px;
  }
  .dot-wrap.doors-dot-wrap-2 {
    top: 200px;
    left: -3px;
  }
  .doors-line2 {
    left: -44px;
    transform: rotate(21deg);
    bottom: -40px;
  }
  .dot-wrap.windows-dot-wrap-2 {
    left: 90px;
    top: -27px;
  }
  .dot-wrap.windows-dot-wrap {
    left: -3px;
    top: -25px;
  }
  .image-line-main:before {
    width: 18px;
  }
  .windows-line1 {
    top: -7px;
    right: 57px;
  }
  span.image-line.windows-line2 {
    transform: rotate(-210deg);
    top: -12px;
    left: 14px;
    height: 13px;
  }
}
@media screen and (max-width: 650px) {
  span.image-line {
    display: none !important;
  }
  s div.house-image-sec ul li {
    font-size: 11px;
  }
  .house-image-wrap {
    width: 470px;
    margin: 0 auto;
    height: 254px;
    margin: 20px auto;
  }
  div.house-image-sec {
    padding: 100px 0 1px;
  }
  .windows-menu {
    right: 132px;
    top: -88px;
    top: unset;
    bottom: 170px;
    max-width: unset;
    width: unset;
  }
  .dot-wrap.windows-dot-wrap {
    left: 32px;
    top: unset;
    bottom: -90px;
  }
  span.image-line.windows-line2 {
    transform: rotate(0deg);
    top: unset;
    left: 44px;
    height: 74px;
    bottom: -74px;
  }
  .dot-wrap.windows-dot-wrap-2 {
    left: 95px;
    top: unset;
    bottom: -91px;
  }
  .windows-line1 {
    top: unset;
    right: 62px;
    bottom: -72px;
    transform: rotate(0);
    height: 72px;
  }
  .windows-line1::before {
    width: 0;
  }
  .doors-menu {
    left: 160px;
    top: unset;
    bottom: 150px;
    height: unset;
  }
  .dot-wrap.doors-dot-wrap-2 {
    top: 261px;
    left: -13px;
  }
  .doors-line2 {
    left: -28px;
    transform: rotate(10deg);
    bottom: -60px;
  }
  span.image-line.doors-line2::after {
    height: 63px;
  }
  .dot-wrap.doors-dot-wrap {
    left: -44px;
    bottom: 0;
    top: unset;
  }
  .doors-line1 {
    bottom: 0;
    left: -25px;
    transform: rotate(145deg);
    display: none;
  }
  .other-products-menu {
    top: -112px;
    left: 152px;
    bottom: 170px;
    top: unset;
  }
  .other-products-dot-wrap {
    top: unset;
    bottom: -100px;
    left: -70px;
  }
  span.other-products-line1 {
    height: 108px;
    right: 186px;
    top: unset;
    bottom: -98px;
    transform: rotate(35deg);
  }
  .porch-patio-menu {
    bottom: 150px;
    right: 86px;
    width: 250px;
  }
  .porch-patio-menu ul {
    columns: 2;
    -webkit-columns: 2;
    max-width: 244px;
    -moz-columns: 2;
  }
  .dot-wrap.porch-patio-dot-wrap {
    left: unset;
    right: 20px;
    top: unset;
    bottom: -90px;
  }
  span.image-line.porch-patio-line1 {
    width: 15px;
    left: 217px;
    top: 196px;
    height: 73px;
    width: 1px;
  }
  .sun-control-menu {
    right: 116px;
    top: -82px;
    bottom: 199px;
    top: unset;
    max-width: 250px;
    height: unset;
  }
  .sun-control-content.house-image-content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .sun-control-content.house-image-content {
    max-width: 230px;
  }
  .dot-wrap.sun-control-dot-wrap {
    top: unset;
    left: unset;
    right: 72px;
    bottom: -40px;
  }
  .dot-wrap {
    transform: scale(0.6);
  }
  span.sun-control-line1 {
    left: 144px;
    top: 129px;
    transform: rotate(0deg);
    height: 27px;
  }
  .dot-wrap.sun-control-dot-wrap-2 {
    left: unset;
    bottom: -51px;
    right: 25px;
    top: unset;
  }
  span.sun-control-line2 {
    width: 1px;
    transform: unset;
    left: 191px;
    top: 127px;
  }
  .windows-content.house-image-content {
    max-width: 170px;
    min-width: 170px;
  }
}
@media screen and (max-width: 490px) {
  .house-image-content.active {
    z-index: 999;
  }
  .windows-content.house-image-content {
    max-width: 162px;
    min-width: 162px;
  }
  .sun-control-content.house-image-content {
    max-width: 220px;
  }
  .house-sec {
    background-image: url(https://www.screenmobile.com/wp-content/themes/screenmobile-child/images/mb-house-bg-img.jpg) !important;
  }
  div.house-image-sec {
    padding: 0 0 1px;
  }
  div.house-image-sec .container {
    padding: 60px 0 0 !important;
    padding-right: 0;
    padding-left: 0;
  }
  .house-image-wrap {
    width: 380px;
    margin: 0 auto;
    height: 212px;
    margin: 20px auto 0;
  }
  div.house-image-sec ul {
    max-width: 100%;
  }
  .windows-menu {
    right: 101px;
    top: unset;
    bottom: 90px;
  }
  .dot-wrap.windows-dot-wrap {
    bottom: -25px;
    left: 38px;
  }
  .dot-wrap {
    transform: scale(0.4);
  }
  span.image-line.windows-line2 {
    left: 51px;
    bottom: -15px;
    height: 15px;
  }
  .dot-wrap.windows-dot-wrap-2 {
    bottom: -27px;
  }
  .windows-line1 {
    height: 20px;
    bottom: -20px;
    right: 51px;
  }
  .other-products-menu {
    top: -80px;
    left: 65px;
  }
  .other-products-menu ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .other-products-content.house-image-content {
    width: 241px;
  }
  span.other-products-line1 {
    right: 206px;
    height: 98px;
    bottom: -93px;
  }
  .other-products-dot-wrap {
    bottom: -109px;
    left: -5px;
  }
  .porch-patio-menu {
    bottom: 80px;
    right: 6px;
    width: 290px;
  }
  .dot-wrap.porch-patio-dot-wrap {
    bottom: -20px;
    right: 70px;
  }
  span.image-line.porch-patio-line1 {
    height: 18px;
    top: 175px;
    left: 205px;
  }
  .sun-control-menu {
    right: 70px;
    top: -80px;
    top: unset;
    bottom: 146px;
  }
  .dot-wrap.sun-control-dot-wrap {
    right: 82px;
    bottom: -16px;
  }
  span.sun-control-line1 {
    height: 11px;
    left: 134px;
    top: 136px;
  }
  .dot-wrap.sun-control-dot-wrap-2 {
    bottom: -31px;
    right: 43px;
  }
  span.sun-control-line2 {
    left: 174px;
    top: 144px;
    height: 20px;
  }
  .doors-menu {
    left: 20px;
    top: -64px;
    width: 300px;
  }
  .doors-menu ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .doors-content.house-image-content {
    max-width: 276px;
    margin: 0;
  }
  .dot-wrap.doors-dot-wrap {
    left: 71px;
    bottom: -26px;
  }
  .doors-line1 {
    bottom: -14px;
    left: 84px;
    transform: unset;
    height: 16px;
    width: 1px;
  }
  .doors-content.house-image-content::before {
    width: 0;
    height: 1px;
  }
  .doors-line1::before {
    width: 1px;
  }
  .dot-wrap.doors-dot-wrap-2 {
    top: 181px;
    left: 95px;
  }
  .doors-line2 {
    left: 81px;
    transform: unset;
    bottom: -54px;
  }
  span.image-line.doors-line2::after {
    height: 54px;
  }
}
@media screen and (max-width: 400px) {
  .windows-line1 {
    bottom: -17px;
    right: 57px;
  }
  div.house-image-sec {
    padding: 0 0 1px;
  }
  div.house-image-sec .container {
    padding: 60px 0 0 !important;
    padding-right: 0;
    padding-left: 0;
  }
  .house-image-wrap {
    width: 320px;
    height: 212px;
  }
  div.house-image-sec ul {
    max-width: 100%;
  }
  .windows-menu {
    right: 70px;
    bottom: 96px;
  }
  .dot-wrap.windows-dot-wrap-2 {
    left: 90px;
  }
  .dot-wrap {
    transform: scale(0.4);
  }
  .other-products-menu {
    top: -80px;
    left: 52px;
  }
  .other-products-menu ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .other-products-content.house-image-content {
    width: 241px;
  }
  span.other-products-line1 {
    right: 206px;
    height: 98px;
    bottom: -93px;
  }
  .other-products-dot-wrap {
    bottom: -96px;
    left: -5px;
  }
  .porch-patio-menu {
    right: 6px;
    width: 290px;
  }
  .dot-wrap.porch-patio-dot-wrap {
    bottom: -25px;
    right: 59px;
  }
  span.image-line.porch-patio-line1 {
    height: 18px;
    top: 177px;
  }
  .sun-control-menu {
    right: 46px;
    top: -81px;
    bottom: 152px;
  }
  .dot-wrap.sun-control-dot-wrap {
    right: 78px;
    bottom: -26px;
  }
  span.sun-control-line1 {
    height: 14px;
  }
  .dot-wrap.sun-control-dot-wrap-2 {
    bottom: -31px;
    right: 43px;
  }
  span.sun-control-line2 {
    left: 174px;
    top: 145px;
    height: 20px;
  }
  .doors-menu {
    left: 20px;
    top: -64px;
    width: 300px;
  }
  .doors-menu ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .doors-content.house-image-content {
    max-width: 276px;
    margin: 0;
  }
  .dot-wrap.doors-dot-wrap {
    left: 51px;
    bottom: -26px;
  }
  .doors-line1 {
    bottom: -14px;
    left: 64px;
    transform: unset;
    height: 16px;
    width: 1px;
  }
  .doors-content.house-image-content::before {
    width: 0;
    height: 1px;
  }
  .doors-line1::before {
    width: 1px;
  }
  .dot-wrap.doors-dot-wrap-2 {
    top: 181px;
    left: 73px;
  }
  .doors-line2 {
    left: 59px;
  }
}
@media screen and (max-width: 800px) {
  .house-sec h2 {
    font-size: 38px !important;
  }
}
div.house-image-sec ul li {
  list-style: none;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  padding-left: 0;
}
div.house-image-sec ul li:before {
  display: none;
}
@media screen and (max-width: 1000px) {
  div.house-image-sec ul li {
    font-size: 12px;
    line-height: 12px;
  }
}
section.slider-section {
  position: relative;
  overflow: hidden;
  max-height: 750px;
}
.home-slider .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 100%;
}
.home-slider.owl-slider .owl-carousel .owl-nav button {
  background: #353b47;
  width: 40px;
  height: 40px;
}
.home-slider.owl-slider .owl-carousel .owl-nav button:hover {
  background: #404040;
}
.home-slider.owl-slider .owl-carousel .owl-nav button:hover span:after {
  color: #0079b3;
}
.home-slider .owl-carousel .owl-nav button.owl-prev {
  margin-left: 15px;
  left: 0;
  position: absolute;
}
.home-slider .owl-carousel .owl-nav button.owl-next {
  margin-right: 15px;
  right: 0;
  position: absolute;
}
.slider-wrap {
  width: 100%;
  height: 750px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #0079b3;
  min-height: 600px;
}
@media (max-width: 640px) {
  .slider-wrap {
    min-height: 400px;
  }
}
.slider-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(53, 59, 71, 0.57);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.slider-container {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.slider-content .slider-heading {
  font-weight: 700;
}
.slider-content .slider-sub-heading {
  font-weight: 300;
}
.slider-wrap .slider-content {
  max-width: 655px;
  color: #fff;
}
.slider-wrap .slider-content h1, .slider-wrap .slider-content h2 {
  color: #fff;
}
.slider-wrap .slider-content .btn {
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-top: 10px;
}
.slider-wrap .slider-content .btn:hover {
  background: #333;
}
.zip-wrap.banner-zip-search {
  width: 100%;
  max-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.zip-wrap.banner-zip-search form {
  margin: 0;
  max-width: 577px;
  width: 100%;
  position: relative;
}
.zip-wrap.banner-zip-search input[type="number"] {
  padding: 25px 15px;
  box-sizing: border-box;
}
.zip-wrap.find-location {
  margin-left: 0;
  max-width: 100%;
}
.zip-wrap.find-location input[type="number"] {
  width: 100%;
  border-radius: 0;
  font-size: 13px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 300;
  color: #606060;
  border-color: #ebeef6;
  background: #f7f8fa;
}
.zip-wrap.find-location button {
  position: unset;
  top: unset;
  transform: unset;
  right: unset;
  border-radius: 50px;
  transform: all 0.4s ease-in-out;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding: 15px 30px;
  margin-top: 22px;
  margin-bottom: 22px;
  line-height: 1.4;
  font-family: "neulis-sans", sans-serif;
}
@media screen and (max-width: 670px) {
  .slider-heading {
    font-size: 30px !important;
  }
  .slider-section .slider-sub-heading {
    font-size: 20px !important;
  }
  .slider-wrap {
    height: 100%;
    padding-bottom: 90px;
    padding-top: 50px;
  }
}
.mobile-slides {
  display: none;
}
.zip-wrap.banner-zip-search {
  width: 100%;
  max-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.zip-wrap.banner-zip-search form {
  margin: 0;
  max-width: 577px;
  width: 100%;
  position: relative;
}
.zip-wrap.banner-zip-search input[type="number"] {
  padding: 25px 15px;
  box-sizing: border-box;
}
.zip-wrap.find-location {
  margin-left: 0;
  max-width: 100%;
}
.zip-wrap.find-location input[type="number"] {
  width: 100%;
  border-radius: 0;
  font-size: 13px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 300;
  color: #606060;
  border-color: #ebeef6;
  background: #f7f8fa;
}
.zip-wrap.find-location button {
  position: unset;
  top: unset;
  transform: unset;
  right: unset;
  border-radius: 50px;
  transform: all 0.4s ease-in-out;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding: 15px 30px;
  margin-top: 22px;
  margin-bottom: 22px;
  line-height: 1.4;
  font-family: "neulis-sans", sans-serif;
}
.zip-wrap input[type="number"] {
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  color: #000;
  font-size: 13px;
  font-family: "neulis-sans", Arial, sans-serif;
}
.zip-wrap button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border-radius: 10px;
  color: #fff;
  background: #0079b3;
  cursor: pointer;
  transform: all 0.4s ease-in-out;
  padding: 10px;
}
.zip-wrap button:hover {
  background-color: #333;
  border-color: #fff;
}
input:focus, button:focus {
  outline: none;
}
.owl-theme .owl-nav {
  margin-top: 30px;
}
.owl-slider .owl-carousel .owl-nav button {
  width: 35px;
  height: 35px;
  background: #0079b3;
  transition: all 0.4s ease-in-out;
  margin-top: 0;
  margin-bottom: 0;
}
.owl-slider .owl-carousel .owl-nav button:focus {
  border: none;
  outline: none;
}
.owl-slider .owl-carousel .owl-nav button:hover {
  background-color: #404040;
}
.owl-nav button span {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  color: #606060;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 3px;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  border-radius: 3px;
  font-size: 0;
  padding: 7px;
}
.custom-prev-arrow, .custom-next-arrow {
  position: relative;
}
.custom-prev-arrow svg, .custom-next-arrow svg {
  width: 20px;
  margin: auto;
}
.custom-prev-arrow svg path, .custom-next-arrow svg path {
  transition: 0.3s ease-in-out;
  fill: #fff;
}
.owl-next:hover svg, .owl-prev:hover svg {
  fill: #0079b3;
}
@media screen and (max-width: 1280px) {
  .slider-container {
    max-width: 100%;
    padding: 0 65px;
  }
  .slider-wrap {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1280px) {
  .zip-wrap.banner-zip-search {
    padding-left: 65px;
    padding-right: 65px;
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 1280px) {
  .zip-wrap.banner-zip-search {
    bottom: 20px;
  }
}
@media screen and (max-width: 670px) {
  .slider-wrap {
    height: 100%;
    padding-bottom: 90px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .zip-wrap.banner-zip-search input[type="number"] {
    padding: 15px 15px;
  }
}
.slider-section .zip-wrap.banner-zip-search input[type="number"] {
  border: 1px solid #ccc !important;
}
.slider-section .zip-wrap.banner-zip-search {
  padding-left: 15px;
  bottom: 140px;
}
@media (max-width: 1281px) {
  .slider-section .zip-wrap.banner-zip-search {
    padding-left: 0;
    bottom: 100px;
  }
}
@media (max-width: 640px) {
  .slider-section .zip-wrap.banner-zip-search {
    bottom: 40px;
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .slider-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .zip-wrap.banner-zip-search {
    width: calc(100% - 40px);
  }
}
.paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6 {
  margin: 0 0 25px 0;
}
.paragraph p + h2, .paragraph p + h3, .paragraph p + h4, .paragraph p + h5, .paragraph p + h6, .paragraph ul + h2, .paragraph ul + h3, .paragraph ul + h4, .paragraph ul + h5, .paragraph ul + h6 {
  margin-top: 30px;
}
.paragraph .sb-item-rating [id^=sb-reviews-container-] .sb-item-rating-icon svg, .paragraph [id^=sb-reviews-container-] .sb-item-rating-icon svg {
  fill: #0079b3;
}
.paragraph .sb-item-rating-icon svg {
  fill: #0079b3 !important;
}
section table {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
}
section table th, section table td {
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 10px;
}
section .table-wrap {
  overflow-y: hidden;
  width: 100%;
}
@media screen and (max-width: 650px) {
  section table {
    overflow-y: auto;
    width: 600px;
  }
}
.ctct-form-defaults {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.ctct-form-button {
  margin: 0 auto;
  max-width: 300px;
}
.cards .card {
  overflow: hidden;
  height: 100%;
}
.cards .zip-code-search-form {
  display: flex;
  flex-wrap: wrap;
}
.cards .zip-code-search-form input[type="number"] {
  font-weight: 300;
  color: #606060;
  box-shadow: none;
  background: #f7f8fa;
  padding: 6px 12px;
  min-width: 250px;
  font-size: 16px;
  border: 1px solid #ebeef6;
  border-radius: 6px;
}
@media (max-width: 500px) {
  .cards .zip-code-search-form input[type="number"] {
    min-width: 138px;
  }
}
.cards .zip-code-search-form button {
  position: relative;
  top: unset;
  transform: none;
  right: unset;
  border-radius: 6px;
  color: #fff;
  background: #0079b3;
  font-size: 16px;
  font-weight: 300;
  padding: 8px 15px;
  margin-left: 10px;
}
.cards .info {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.cards .info .btn-cont {
  margin-top: auto;
}
.cards .carded {
  border: 1px solid #ccc;
  box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
}
.cards .carded .info {
  padding: 20px 30px 30px 30px;
}
.cards .cards-row {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .cards .cards-row > div {
    margin-top: 40px;
  }
}
.cards .icon.small {
  max-width: 40px;
  margin: 30px 30px 0 30px;
  border-bottom: none;
}
.cards .icon.small .image__sizer {
  padding-top: 100%;
}
.cards .icon.full {
  max-width: 100%;
}
.cards .icon.pad {
  padding: 15px;
}
.cards h2 {
  margin-bottom: 15px;
}
.cards .card-column.col-xs-12 {
  margin-top: 2rem;
}
.linked-image {
  overflow: visible !important;
}
.linked-image h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 10px;
  background-color: rgba(0, 122, 179, 0.8);
  font-size: 24px;
  transition: background-color 0.3s ease;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.linked-image a {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  border: 0;
}
.linked-image a:hover h3 {
  background-color: rgba(88, 88, 88, 0.8);
}
.textured-bg {
  background-image: url(/wp-content/themes/screenmobile-child/images/screenmobile-home-services-bg-6-1.webp);
  position: relative;
}
.textured-gery-bg {
  background-image: url(/wp-content/themes/screenmobile-child/images/screenmobile-bg-contact2.webp);
  position: relative;
}
.textured-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.textured-bg h2 {
  z-index: 1;
  position: relative;
}
.overlay-wrapper {
  z-index: 1;
  position: relative;
}
.bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.services-wrap {
  color: #fff;
  position: relative;
  width: 100%;
  height: 450px;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
.services-wrap:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.services-wrap:hover:before, .services-wrap.hovered:before {
  background-color: rgba(25, 66, 86, 0.8);
}
.services-content {
  z-index: 9;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 20px;
}
.services-content {
  color: #fff;
}
.services-content p {
  font-size: 14px;
}
.services-content h3, .services-content p, .services-content span {
  color: #fff;
}
.hover-content {
  opacity: 0;
  height: 0;
  transition: 0.3s ease-in-out;
}
.services-wrap:hover .hover-content, .services-wrap.hovered .hover-content {
  height: 100%;
  opacity: 1;
  margin-bottom: 50px;
}
.services-read-more a span {
  color: #fff;
}
.services-read-more a span.services-icon {
  border-radius: 100%;
  border: 1px solid #fff;
  width: 38px;
  height: 38px;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  vertical-align: middle;
}
.services-wrap:hover span.services-icon:before, .services-wrap.hovered span.services-icon:before {
  position: absolute;
  top: 18px;
  left: 11px;
  width: 15px;
  height: 1px;
  background: #fff;
  content: " ";
}
.services-wrap:hover span.services-icon:after, .services-wrap.hovered span.services-icon:after {
  position: absolute;
  top: 11px;
  left: 18px;
  width: 1px;
  height: 15px;
  background: #fff;
  content: " ";
}
.services-wrap:hover .services-read-more a span, .services-wrap.hovered .services-read-more a span {
  display: inherit;
}
.services-read-more a:hover span {
  background: #0079b3;
}
.owl-theme .owl-nav {
  margin-top: 30px;
}
.owl-slider .owl-carousel .owl-nav button {
  width: 35px;
  height: 35px;
  background: #0079b3;
  transition: all 0.4s ease-in-out;
  margin-top: 0;
  margin-bottom: 0;
}
.owl-slider .owl-carousel .owl-nav button:focus {
  border: none;
  outline: none;
}
.owl-slider .owl-carousel .owl-nav button:hover {
  background-color: #000;
}
.owl-nav button span {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  color: #606060;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 3px;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  border-radius: 3px;
  font-size: 0;
  padding: 7px;
}
.services-read-more a span.services-icon {
  width: 38px;
  height: 38px;
  position: relative;
  display: inline-block !important;
}
.services-read-more a span.services-icon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.services-read-more a span.services-icon svg path {
  fill: #fff;
}
.services-read-more a span.services-icon .plus-sign {
  opacity: 0;
}
.services-read-more a span.services-icon .chevron-down {
  width: 20px;
  height: auto;
}
.services-wrap:hover .fa-chevron-down {
  opacity: 0 !important;
}
button.owl-next, button.owl-prev {
  position: relative;
}
button.owl-next svg, button.owl-prev svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
button.owl-next svg path, button.owl-prev svg path {
  fill: #fff;
}
.related-wrap {
  box-shadow: 7px 7px 7px 1px rgba(0, 0, 0, 0.11);
  background-color: #0079b3;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.related-wrap .bg-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.pro-title {
  padding: 20px 0;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  display: inherit;
  text-align: center;
}
.title-narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.services-wrap:hover .hover-content, .services-wrap.hovered .hover-content {
  height: 254px;
}
@media (min-width: 1500px) {
  .services-wrap:hover .hover-content, .services-wrap.hovered .hover-content {
    height: 240px;
  }
}
.cards-wide .card {
  background: #fff;
  border-radius: 7px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .cards-wide .card h2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cards-wide.bg-color .card__inner {
  padding: 30px calc(30px - 2rem);
}
@media screen and (max-width: 1024px) {
  .cards-wide.bg-color .card__inner {
    padding: 30px calc(30px - 1.5rem);
  }
}
.cards-wide.bg-white .row .row {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .cards-wide.bg-white .row .row .col-xs-5 {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .cards-wide.bg-white .row .row [class*="col"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cards-wide .cards-row > div {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .cards-wide .cards-row > div:first-of-type {
    margin-top: 0px;
  }
}
.cards-wide .col-lg-6:nth-of-type(odd):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #E4E5E8;
}
@media screen and (max-width: 1024px) {
  .cards-wide .col-lg-6:nth-of-type(odd):after {
    content: none;
  }
}
.cards-wide .row .col-lg-12:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .text-image-columns .image-column:not(.first-xs) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .text-image-columns .image-column.first-xs {
    margin-bottom: 30px;
  }
}
.images .image-column {
  margin-top: 2rem;
}
.images .image-column.col-lg-12:first-of-type {
  margin-top: 0;
}
.images .image-column.col-lg-6:first-of-type, .images .image-column.col-lg-6:nth-of-type(2) {
  margin-top: 0;
}
.images .image-column.col-lg-4:first-of-type, .images .image-column.col-lg-4:nth-of-type(2), .images .image-column.col-lg-4:nth-of-type(3) {
  margin-top: 0;
}
.images .image-column.col-lg-3:first-of-type, .images .image-column.col-lg-3:nth-of-type(2), .images .image-column.col-lg-3:nth-of-type(3), .images .image-column.col-lg-3:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .images .row .col-lg-3:nth-of-type(n + 2), .images .row .col-lg-4:nth-of-type(n + 2), .images .row .col-lg-6:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
}
.images img.none {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.images .half {
  display: inline-block;
}
.images .half img {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .images .half img {
    width: 100%;
  }
}
.accordion .plusminus {
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 3;
  transition: 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.accordion .plusminus:before, .accordion .plusminus:after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.35s;
  width: 18px;
  height: 2px;
}
.accordion .plusminus:hover:before, .accordion .plusminus:hover:after {
  background-color: #fff;
}
.accordion .plusminus:before {
  transform: translatey(-50%);
}
.accordion .plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}
.accordion .is-active .plusminus:before, .accordion .is-active .plusminus:after {
  background-color: #fff;
}
.accordion .is-active .plusminus:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.accordion .is-active .plusminus:after {
  transform: translatey(-50%) rotate(0);
}
.accordion .is-active .ac-header button {
  background-color: #0079b3;
  color: #fff;
}
.accordion .accordion__section-title {
  margin-top: 30px;
  font-weight: 700;
}
.accordion .accordion__section-title:first-of-type {
  margin-top: 15px;
}
.accordion .ac-panel {
  background-color: #f7f8fa;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #5d5d5d;
  border-top: 0;
  padding: 30px;
}
.accordion .ac-panel p {
  font-size: 16px;
}
.accordion .ac-header {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.accordion .ac-header button {
  display: block;
  width: 100%;
  text-align: left;
  color: #34343c;
  background: transparent;
  border: 0;
  font-size: 16px;
  padding: 20px 50px 20px 30px;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  border: 0;
  z-index: 2;
}
.accordion .ac-header button:hover + .plusminus:after, .accordion .ac-header button:hover + .plusminus:before {
  background-color: #fff;
}
.accordion .ac-header:hover {
  transition: 0.3s ease-in-out;
  background-color: #0079b3;
  color: #fff;
  cursor: pointer;
}
.accordion .ac-header:hover button {
  color: #fff;
}
.accordion .ac-header:hover button .plusminus:after, .accordion .ac-header:hover button .plusminus:before {
  background-color: #fff;
}
.ac {
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}
.ac + .ac {
  border-top: 0;
}
.ac .ac-header {
  margin: 0;
  padding: 0;
}
.ac .ac-trigger:focus {
  color: #8a8a8a;
}
.ac .ac-panel {
  display: none;
}
.ac.js-enabled .ac-panel {
  visibility: hidden;
}
.ac.is-active .ac-panel {
  visibility: visible;
}
.form-intro {
  padding-bottom: 1rem;
}
.form-button-center .gform_wrapper {
  text-align: center;
}
.form-button-center .gform-body {
  text-align: left;
}
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gform_confirmation_wrapper {
  padding: 2rem;
  text-align: center;
  background: #d1eece;
  animation: fadeIn ease 1.5s;
}
.gform-body input, .gform-body textarea, .gform-body select {
  border: none;
  background: rgba(220, 220, 220, 0.25);
  padding: 16px 12px !important;
  font-size: 15px;
  line-height: 20px;
}
.gform-body label, .gform-body legend {
  color: #555;
  font-weight: 400 !important;
  letter-spacing: 1px;
}
.gform-body .ginput_container > *, .gform-body .ginput_container input[type=text] {
  border-radius: 4px;
  border-color: #555;
}
.gform-body .ginput_container.ginput_container_date {
  display: block !important;
  width: 100%;
}
.gform-body .ginput_container.ginput_container_date input {
  width: 100% !important;
}
.spacer.gfield {
  display: none !important;
}
.gform_required_legend {
  display: none;
}
.placeholder-labels .gform_body ul {
  list-style: none;
}
.placeholder-labels .gfield {
  position: relative;
  margin: 15px 5px 0 0;
}
.placeholder-labels .gfield input {
  transition: 0.1s all linear;
}
.placeholder-labels .text-field label, .placeholder-labels .textarea-field label, .placeholder-labels .email-field label, .placeholder-labels .phone-field label {
  position: absolute;
  top: 14px;
  left: 15px;
  transition: 0.1s all linear;
  cursor: text;
}
.placeholder-labels .gfield.active label {
  top: -26px;
  left: 5px;
}
.form-block .gfield {
  position: relative;
  margin: 15px 5px 0 0 !important;
}
.gfield_checkbox > *, .ginput_container_consent > * {
  margin-bottom: 8px;
}
.gfield_checkbox > *:last-of-type, .ginput_container_consent > *:last-of-type {
  margin-bottom: 0;
}
.gfield_checkbox label, .ginput_container_consent label {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
}
.gfield_checkbox input[type="checkbox"], .ginput_container_consent input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.gfield_checkbox input[type="checkbox"] + label:before, .ginput_container_consent input[type="checkbox"] + label:before {
  transition: 0.3s ease-in-out;
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid #555;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.gfield_checkbox input[type="checkbox"]:checked + label:before, .ginput_container_consent input[type="checkbox"]:checked + label:before {
  background-color: #555;
}
.gfield_checkbox input[type="checkbox"]:checked + label:after, .ginput_container_consent input[type="checkbox"]:checked + label:after {
  content: "";
  width: 12px;
  height: 6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 5px;
}
.gfield_radio > * {
  margin-bottom: 8px;
}
.gfield_radio > *:last-of-type {
  margin-bottom: 0;
}
.gfield_radio label {
  position: relative;
}
.gfield_radio label:before, .gfield_radio label:after {
  transition: 0.3s ease-in-out;
}
.gfield_radio input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.gfield_radio input[type="radio"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.gfield_radio input[type="radio"]:checked + label:before {
  background-color: #555;
}
.gfield_radio input[type="radio"]:checked + label:after {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: white;
  position: absolute;
  top: 6px;
  left: 6px;
}
.using-tab input[type="checkbox"]:focus + label:before, .using-tab input[type="radio"]:focus + label:before {
  outline: 1.5px;
  outline-style: solid;
  outline-color: #1b92fa;
}
body {
  /* Spinner */
}
body .gform-icon--close:before {
  color: #fff;
}
body .gform_wrapper.gravity-theme .field_description_above .gfield_description {
  padding: 8px;
  font-size: 14px !important;
}
body .gform-icon--circle-error:before {
  color: #c02b0a;
}
body .gform_wrapper .gform_validation_errors {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  body .gform_wrapper .gform_validation_errors {
    text-align: left;
  }
}
body .gform_wrapper .gform_validation_errors, body .gform_submission_error {
  background: #c02b0a;
  color: #fff;
}
body .gform_wrapper .gform_validation_errors > h2 {
  font-size: 16px;
  background: transparent;
}
body .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  align-items: flex-start !important;
  padding-top: 10px;
}
body .gform_wrapper .gfield_error .gfield_repeater_cell label, body .gform_wrapper .gfield_error label, body .gform_wrapper .gfield_error legend, body .gform_wrapper .gfield_validation_message, body .gform_wrapper .validation_message, body .gform_wrapper [aria-invalid=true] + label, body .gform_wrapper label + [aria-invalid=true] {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 0;
}
body .gform_ajax_spinner {
  box-sizing: border-box;
  border: 3px solid #373737;
  border-left: 3px solid rgba(55, 55, 55, 0.5);
  border-top: 3px solid rgba(55, 55, 55, 0.5);
  border-right: 3px solid rgba(55, 55, 55, 0.5);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 1;
  top: 24px;
  right: -40px;
  margin: auto;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_footer {
  position: relative !important;
  display: inline-block !important;
}
@media (max-width: 1024px) {
  body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
  }
}
.gfield_error label {
  color: #c02b0a;
}
.bg-dark .gform_body input, .bg-dark .gform_body textarea, .bg-dark .gform_body select {
  border: 1px solid #fff !important;
}
.bg-dark .gform_body label, .bg-dark .gform_body legend {
  color: #fff;
}
.bg-dark .gform_body .ginput_container > * {
  border-color: #fff;
}
.bg-dark .gform_body .gfield_checkbox input[type="checkbox"] + label:before {
  border: 2px solid #fff;
}
.bg-dark .gform_body .gfield_checkbox input[type="checkbox"]:checked + label:before {
  background-color: #fff;
}
.bg-dark .gform_body .gfield_checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}
.bg-dark .gform_body .gfield_radio input[type="radio"] + label:before {
  border: 2px solid #fff;
}
.bg-dark .gform_body .gfield_radio input[type="radio"]:checked + label:before {
  background-color: #fff;
}
.bg-dark .gform_body .gfield_radio input[type="radio"]:checked + label:after {
  background-color: white;
}
.hour_minute_colon {
  display: none;
}
.ginput_container_time {
  min-width: 70px !important;
  margin-left: 0 !important;
  margin-right: 15px;
}
.ginput_container_select select, .gfield select {
  position: relative;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 12px;
  background-position: calc(100% - .8em) center;
  background-repeat: no-repeat;
}
.ginput_container_fileupload input[type=file] {
  background: rgba(0, 0, 0, 0.02);
  border: 1px dashed #ccc !important;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 32px;
  text-align: center;
}
label.gfield_consent_label {
  top: 0 !important;
}
body .gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 13px;
}
.form-block.placeholder-labels .gfield {
  margin: 14px 5px 0 0 !important;
}
.gform_footer input[type=submit] {
  font-family: "neulis-sans", sans-serif;
  padding: 13px 32px;
  border: none;
  border-radius: 4px;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  background-color: #0079b3;
  border: 2px solid #0079b3;
  color: #fff;
  transition: all 0.2s ease-out;
  cursor: pointer;
  margin-bottom: 0;
}
.gform_footer input[type=submit]:hover {
  background: #404040;
  border: 2px solid #fff;
}
.bg-carded-blue > div > div, .bg-carded-blue-img > div > div {
  background: #0079b3;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 15px 10px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
.bg-carded-blue > div > div *, .bg-carded-blue-img > div > div * {
  color: #fff;
}
.bg-carded-blue > div > div .ginput_container, .bg-carded-blue-img > div > div .ginput_container {
  background: #fff;
}
.bg-carded-blue > div > div .ginput_container *, .bg-carded-blue-img > div > div .ginput_container * {
  color: #333;
}
.bg-carded-blue > div > div .ginput_container_checkbox, .bg-carded-blue-img > div > div .ginput_container_checkbox {
  background: transparent;
}
.bg-carded-blue > div > div .ginput_container_checkbox *, .bg-carded-blue-img > div > div .ginput_container_checkbox * {
  color: #fff;
}
.bg-blue {
  background: #0079b3;
}
.bg-dark .gfield_checkbox input[type="checkbox"] + label:before, .bg-dark .ginput_container_consent input[type="checkbox"] + label:before, .bg-blue .gfield_checkbox input[type="checkbox"] + label:before, .bg-blue .ginput_container_consent input[type="checkbox"] + label:before, .bg-carded-blue .gfield_checkbox input[type="checkbox"] + label:before, .bg-carded-blue .ginput_container_consent input[type="checkbox"] + label:before {
  border: 2px solid #fff;
}
.bg-dark .gfield_checkbox input[type="checkbox"]:checked + label:before, .bg-dark .ginput_container_consent input[type="checkbox"]:checked + label:before, .bg-blue .gfield_checkbox input[type="checkbox"]:checked + label:before, .bg-blue .ginput_container_consent input[type="checkbox"]:checked + label:before, .bg-carded-blue .gfield_checkbox input[type="checkbox"]:checked + label:before, .bg-carded-blue .ginput_container_consent input[type="checkbox"]:checked + label:before {
  background-color: #fff;
}
.bg-dark .gform_footer input[type=submit], .bg-blue .gform_footer input[type=submit], .bg-carded-blue .gform_footer input[type=submit] {
  background-color: #fff;
  color: #005da9;
}
.bg-dark .gform_footer input[type=submit]:hover, .bg-blue .gform_footer input[type=submit]:hover, .bg-carded-blue .gform_footer input[type=submit]:hover {
  background: #353b47;
  color: #fff;
}
.bg-dark .gfield_checkbox input[type="checkbox"]:checked + label:after, .bg-dark .ginput_container_consent input[type="checkbox"]:checked + label:after, .bg-blue .gfield_checkbox input[type="checkbox"]:checked + label:after, .bg-blue .ginput_container_consent input[type="checkbox"]:checked + label:after, .bg-carded-blue .gfield_checkbox input[type="checkbox"]:checked + label:after, .bg-carded-blue .ginput_container_consent input[type="checkbox"]:checked + label:after {
  content: "";
  width: 12px;
  height: 6px;
  border-left: 2px solid #005da9;
  border-bottom: 2px solid #005da9;
}
.bg-dark.placeholder-labels .gfield--type-select label, .bg-blue.placeholder-labels .gfield--type-select label, .bg-carded-blue.placeholder-labels .gfield--type-select label {
  color: #fff !important;
}
.bg-dark.placeholder-labels label.gfield_label, .bg-blue.placeholder-labels label.gfield_label, .bg-carded-blue.placeholder-labels label.gfield_label {
  color: #333;
}
.bg-dark.placeholder-labels .active label.gfield_label, .bg-blue.placeholder-labels .active label.gfield_label, .bg-carded-blue.placeholder-labels .active label.gfield_label {
  color: #fff;
}
.form-block.bg-blue *, .form-block.bg-dark * {
  color: #fff;
}
.form-block.bg-blue .gform_confirmation_wrapper, .form-block.bg-dark .gform_confirmation_wrapper {
  background: #fff !important;
}
.form-block.bg-blue .gform_confirmation_wrapper *, .form-block.bg-dark .gform_confirmation_wrapper * {
  color: #0079b3;
}
.form-block.bg-blue .ginput_container, .form-block.bg-dark .ginput_container {
  background: transparent;
}
.form-block.bg-blue .ginput_container input, .form-block.bg-blue .ginput_container select, .form-block.bg-blue .ginput_container textarea, .form-block.bg-dark .ginput_container input, .form-block.bg-dark .ginput_container select, .form-block.bg-dark .ginput_container textarea {
  background: #fff;
}
.form-block.bg-blue .ginput_container *, .form-block.bg-dark .ginput_container * {
  color: #333;
}
.form-block.bg-blue .ginput_container_checkbox, .form-block.bg-dark .ginput_container_checkbox {
  background: transparent;
}
.form-block.bg-blue .ginput_container_checkbox *, .form-block.bg-dark .ginput_container_checkbox * {
  color: #fff;
}
.gfield_validation_message {
  border-radius: 4px;
}
.placeholder-labels .gfield--type-select label {
  position: absolute;
  top: -27px;
  left: 5px;
}
body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
  font-size: 16px;
}
.modal .gform_wrapper.gravity-theme .gfield textarea.medium {
  max-height: 100px;
}
.modal .gform-body input, .modal .gform-body textarea, .modal .gform-body select {
  padding: 8px 12px !important;
}
.modal .gform_wrapper.gravity-theme .gfield_checkbox label, .modal .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 12px;
}
.disclaimertext {
  font-size: 12px !important;
}
body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
  font-size: 16px !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
  padding-left: 32px;
}
.gfield--type-select .gfield_required_text {
  color: #fff !important;
}
.bg-blue .active .gfield_required_text, .bg-dark .active .gfield_required_text {
  color: #fff !important;
}
.newsletter-wrap .grecaptcha-badge {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0;
  margin: 0 auto;
}
.bg-white .gform_footer input[type=submit]:hover {
  border-color: #404040;
}
.product-about-slider .image-title {
  color: #606060;
  font-size: 18px;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.product-about-slider .owl-carousel .owl-nav button {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 1;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  margin: 0;
}
.product-about-slider .owl-carousel .owl-nav button:focus {
  outline: none;
  border: none;
}
.product-about-slider .owl-carousel button.owl-prev {
  left: 10px;
}
.product-about-slider .owl-carousel button.owl-next {
  right: 10px;
}
.product-about-slider .owl-theme .owl-nav {
  margin-top: 0;
}
.product-about-slider .owl-carousel .owl-nav button:hover {
  background: white;
}
.product-about-slider .owl-carousel .owl-nav button span {
  color: #606060;
}
@media (max-width: 1024px) {
  .image-slider .product-about {
    order: 2;
  }
  .image-slider .image-gallery {
    order: 1;
    margin-bottom: 20px;
  }
}
.image-slider button.owl-next svg path, .image-slider button.owl-prev svg path {
  fill: #606060;
}
.posts-index .post-card {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .posts-index .post-card {
    margin-top: 30px;
  }
}
.posts-index .post-card img {
  display: block;
}
.posts-index .filter {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .posts-index .filter {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.posts-index .ss-main {
  min-height: 42px;
}
.posts-index .ss-main:focus {
  outline: none;
  box-shadow: none;
}
.posts-index .ss-main .ss-values .ss-value {
  background-color: #0079b3;
  color: #fff;
}
.posts-index .spinner-load-more {
  display: none;
  margin-top: 10px;
}
.posts-index .spinner-filter, .posts-index .spinner-search {
  display: none;
  position: absolute;
  right: 21px;
  top: 8px;
}
.posts-index .blog-search {
  position: relative;
  width: 100%;
  display: block;
}
.posts-index .blog-search input[type="text"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dcdee2;
  height: 42px;
  padding: 5px 10px;
  display: block;
  box-sizing: border-box;
}
.posts-index .blog-search input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
  opacity: 1;
  /* Firefox */
}
.posts-index .blog-search input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
}
.posts-index .blog-search input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
}
.posts-index .blog-search [type="submit"] {
  position: absolute;
  background: transparent;
  border: none;
  outline: none;
  width: 30px;
  background: transparent;
  border: none;
  outline: none;
  width: 30px;
  top: -3px;
  right: 20px;
  cursor: pointer;
  bottom: 0;
  cursor: pointer;
}
.posts-index .blog-search [type="submit"] path {
  transition: 0.3s ease-in-out;
}
.posts-index .blog-search [type="submit"]:hover * {
  fill: #0079b3;
}
div.ss-content .ss-search input:focus {
  outline: none;
  box-shadow: none;
}
div.ss-content .ss-list .ss-option:hover {
  color: #fff;
  background: #0079b3;
}
div.ss-content .ss-list .ss-option.ss-highlighted, div.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: #fff;
  background: #0079b3;
}
@keyframes slideIn {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.ss-value-delete {
  width: auto !important;
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .recent-posts .cards-row > div:nth-of-type(1n + 2) .post-card {
    margin-top: 30px;
  }
}
.recent-posts.background-dark * {
  color: #fff;
}
.recent-posts.background-dark .link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' style='fill: %23ffffff;'%3E%3Cpath d='M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z'/%3E%3C/svg%3E");
}
.posts-row-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .posts-row-wrap {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}
.posts-row-wrap .posts-row-block-slider .slick-slide {
  display: inline-block;
  /* Ensure proper layout for slides */
}
.posts-row-wrap .posts-row-block-slider .slick-list {
  overflow: hidden;
  /* Prevent overflow issues */
}
.posts-row-wrap .posts-row-block-slider .slick-track {
  display: flex;
}
.posts-row-wrap .slick-track {
  display: flex !important;
}
.posts-row-wrap .slick-slide {
  height: inherit !important;
}
@media (min-width: 1300px) {
  .posts-row-wrap .posts-row-block .posts-row-block-slider.row {
    min-width: 1300px;
  }
}
.posts-row-wrap .posts-row-block .post-card {
  margin-top: 0;
  border-radius: 12px;
  background: #EDECEC;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  transition: 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .posts-row-wrap .posts-row-block .post-card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .posts-row-wrap .posts-row-block .post-card {
    padding: 30px;
  }
}
.posts-row-wrap .posts-row-block .post-card h2, .posts-row-wrap .posts-row-block .post-card h3, .posts-row-wrap .posts-row-block .post-card h4 {
  color: #606060;
}
.posts-row-wrap .posts-row-block .post-card img {
  transition: 0.3s ease-in-out;
}
.posts-row-wrap .posts-row-block .post-card:hover .image__shrink img {
  transform: scale(1.15);
}
.posts-row-wrap .posts-row-block .info, .posts-row-wrap .posts-row-block .info__inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.posts-row-wrap .posts-row-block .categories {
  /* This pushes the categories to the bottom */
}
.posts-row-wrap .posts-row-block > .col-xs-12 {
  flex-grow: 1;
  display: flex;
}
.posts-row-wrap .posts-row-block .swiper-button-prev, .posts-row-wrap .posts-row-block .swiper-button-next, .posts-row-wrap .posts-row-block .posts-slider-button {
  border-radius: 50% 50% 50% 50%;
  overflow: hidden;
  border-width: 1px;
  border-color: #0079b3;
  top: 50%;
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #0079b3;
  background: #0079b3;
  z-index: 9;
}
@media (max-width: 1024px) {
  .posts-row-wrap .posts-row-block .swiper-button-prev, .posts-row-wrap .posts-row-block .swiper-button-next, .posts-row-wrap .posts-row-block .posts-slider-button {
    width: 34px !important;
    height: 34px !important;
  }
  .posts-row-wrap .posts-row-block .swiper-button-prev svg, .posts-row-wrap .posts-row-block .swiper-button-next svg, .posts-row-wrap .posts-row-block .posts-slider-button svg {
    width: 11px;
  }
}
@media (max-width: 640px) {
  .posts-row-wrap .posts-row-block .swiper-button-prev, .posts-row-wrap .posts-row-block .swiper-button-next, .posts-row-wrap .posts-row-block .posts-slider-button {
    width: 30px !important;
    height: 30px !important;
  }
  .posts-row-wrap .posts-row-block .swiper-button-prev svg, .posts-row-wrap .posts-row-block .swiper-button-next svg, .posts-row-wrap .posts-row-block .posts-slider-button svg {
    width: 9px;
  }
}
.posts-row-wrap .posts-row-block .swiper-button-prev:before, .posts-row-wrap .posts-row-block .swiper-button-next:before, .posts-row-wrap .posts-row-block .posts-slider-button:before {
  display: none !important;
}
.posts-row-wrap .posts-row-block .swiper-button-prev svg, .posts-row-wrap .posts-row-block .swiper-button-next svg, .posts-row-wrap .posts-row-block .posts-slider-button svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  width: 13px;
}
.posts-row-wrap .posts-row-block .swiper-button-prev {
  left: 50px;
}
@media (max-width: 1024px) {
  .posts-row-wrap .posts-row-block .swiper-button-prev {
    left: 15px;
  }
}
@media (max-width: 640px) {
  .posts-row-wrap .posts-row-block .swiper-button-prev {
    left: 3px;
  }
}
.posts-row-wrap .posts-row-block .swiper-button-next {
  right: 50px;
}
@media (max-width: 1024px) {
  .posts-row-wrap .posts-row-block .swiper-button-next {
    right: 15px;
  }
}
@media (max-width: 640px) {
  .posts-row-wrap .posts-row-block .swiper-button-next {
    right: 3px;
  }
}
.posts-row-wrap .posts-row-block .button-white {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 10px 40px;
  font-weight: 500;
  font-size: 18px;
  border: none;
  outline: none;
  border: 1px solid #fff;
  transition: 0.35s ease-in-out;
  width: auto;
  margin: 0;
}
.posts-row-wrap .posts-row-block .button-white:hover {
  background: #fff;
  color: #1C4588 !important;
}
.posts-row-wrap .posts-row-block .category-preview-wrap {
  font-size: 14px;
}
.posts-row-wrap .posts-row-block .category-preview-wrap .category-img {
  width: 35px;
  display: inline-block;
  position: relative;
  min-height: 13px;
}
.posts-row-wrap .posts-row-block .category-preview-wrap .category-img img {
  position: absolute;
  left: 0;
  top: -5px;
  width: 35px;
  height: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.posts-row-wrap .posts-row-block .resource-item {
  position: relative;
  font-weight: 600;
  color: #0079b3;
  text-transform: uppercase;
}
.posts-row-wrap .posts-row-block .resource-item .category-img {
  position: absolute;
  left: 0;
  top: -4px;
}
.posts-row-wrap .posts-row-block .media-video {
  position: relative;
}
.posts-row-wrap .posts-row-block .play-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 75px;
  width: 75px;
}
.posts-row-wrap .posts-row-block .posts-row-block {
  justify-content: center;
}
.posts-row-wrap .posts-row-block .resource-item * {
  color: #0079b3;
}
.posts-row-wrap .post-card {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .posts-row-wrap .post-card {
    margin-top: 30px;
  }
}
.posts-row-wrap .post-card img {
  display: block;
}
.posts-row-wrap .filter {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .posts-row-wrap .filter {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.posts-row-wrap .ss-main {
  min-height: 42px;
}
.posts-row-wrap .ss-main:focus {
  outline: none;
  box-shadow: none;
}
.posts-row-wrap .ss-main .ss-values .ss-value {
  background-color: #0079b3;
  color: #fff;
}
.posts-row-wrap .spinner-load-more {
  display: none;
  margin-top: 10px;
}
.posts-row-wrap .spinner-filter, .posts-row-wrap .spinner-search {
  display: none;
  position: absolute;
  right: 21px;
  top: 8px;
}
.posts-row-wrap .blog-search {
  position: relative;
  width: 100%;
  display: block;
}
.posts-row-wrap .blog-search input[type="text"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dcdee2;
  height: 42px;
  padding: 5px 10px;
  display: block;
  box-sizing: border-box;
}
.posts-row-wrap .blog-search input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
  opacity: 1;
  /* Firefox */
}
.posts-row-wrap .blog-search input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
}
.posts-row-wrap .blog-search input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
}
.posts-row-wrap .blog-search [type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  outline: none;
  width: 30px;
  top: 10px;
  right: 5px;
  cursor: pointer;
}
.posts-row-block-slider.slick-slider .col-xs-12 {
  max-width: 100%;
}
.posts-row-block-slider.slick-slider .slick-slide > div {
  height: 100%;
}
.posts-row-block-slider.slick-slider .slick-slide > div > div {
  min-height: 100%;
  display: flex !important;
}
.slider-arrows button {
  width: 35px;
  height: 35px;
  background: #0079b3;
  transition: all 0.4s ease-in-out;
  margin-top: 0;
  margin-bottom: 0;
}
.slider-arrows button:focus {
  border: none;
  outline: none;
}
.slider-arrows button span {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  color: #606060;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 3px;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  border-radius: 3px;
  font-size: 0;
  padding: 7px;
}
.resource-item span {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #0079b3;
}
.video .image-column {
  margin-top: 2rem;
}
.video .image-column.col-lg-12:first-of-type {
  margin-top: 0;
}
.video .image-column.col-lg-6:first-of-type, .video .image-column.col-lg-6:nth-of-type(2) {
  margin-top: 0;
}
.video .image-column.col-lg-4:first-of-type, .video .image-column.col-lg-4:nth-of-type(2), .video .image-column.col-lg-4:nth-of-type(3) {
  margin-top: 0;
}
.video .image-column.col-lg-3:first-of-type, .video .image-column.col-lg-3:nth-of-type(2), .video .image-column.col-lg-3:nth-of-type(3), .video .image-column.col-lg-3:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .video .row .col-lg-3:nth-of-type(n + 2), .video .row .col-lg-4:nth-of-type(n + 2), .video .row .col-lg-6:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
}
.video img.none {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.video .half {
  display: inline-block;
}
.video .half img {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .video .half img {
    width: 100%;
  }
}
.video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.video .play-button * {
  fill: #0079b3;
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.text-video .video_wrap.darken:before {
  content: "";
  transition: 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-blend-mode: multiply;
  background: #0079b3;
  z-index: 1;
  opacity: 0.3;
}
.text-video .video_wrap.darken i, .text-video .video_wrap.darken svg {
  position: absolute;
  transition: 0.3s ease-in-out;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 3rem;
  margin: auto;
  color: #fff;
  z-index: 2;
}
.text-video .video_wrap.darken i path, .text-video .video_wrap.darken svg path {
  fill: #fff;
}
.text-video .video_wrap.darken:hover:before {
  opacity: 0.2;
}
.text-video .video_wrap.darken:hover i, .text-video .video_wrap.darken:hover svg {
  opacity: 0.9;
  transform: scale(1.07);
}
@media (min-width: 1024px) {
  .text-video .col-lg-6 {
    padding: 0 30px;
  }
}
.slider-testimonials .row {
  padding-left: 0;
  padding-right: 0;
}
.slider-testimonials .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.slider-testimonials .slick-dots > li {
  padding: 5px;
  margin-bottom: 0;
}
.slider-testimonials .slick-dots > li:before {
  content: "";
  display: none;
}
.slider-testimonials .slick-dots > li button {
  width: 15px;
  height: 15px;
  background-color: #606060;
  border: 2px solid #606060;
  background: transparent;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  color: transparent;
}
.slider-testimonials .slick-dots > li.slick-active button {
  background-color: #0079b3;
}
.slider-testimonials .slider-testimonials__slide {
  padding: 0 1rem;
  box-sizing: border-box;
}
.slider-testimonials .slider-testimonials__inner {
  padding: 20px;
  border: 1px solid #E4E5E8;
  border-radius: 10px;
}
.slider-testimonials .slider-testimonials__quote * {
  font-size: 1rem;
  margin-bottom: 10px;
}
.slider-testimonials .slider-testimonials__name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.slider-testimonials .slider-testimonials__job-title {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
}
.slider-testimonials .slick-slider {
  max-width: calc(100vw - 4rem);
}
@media screen and (max-width: 640px) {
  .slider-testimonials .slick-slider {
    max-width: calc(100vw - 2rem);
  }
}
.slider-testimonials .slick-arrow {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 44px);
  z-index: 1;
}
.slider-testimonials .slick-arrow:hover {
  cursor: pointer;
}
.slider-testimonials .slick-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-testimonials .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1320px) {
  .slider-testimonials .slick-arrow.slick-next {
    right: 0;
  }
}
.slider-testimonials .slick-arrow.slick-prev {
  left: -50px;
}
@media screen and (max-width: 1320px) {
  .slider-testimonials .slick-arrow.slick-prev {
    left: 0;
  }
}
.locations-map {
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.locations-map #map {
  height: 650px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .locations-map #map {
    display: none;
    height: calc(100vh - 90px);
    width: 100%;
    position: fixed !important;
    z-index: 25;
    top: 60px;
    left: 0;
  }
  .locations-map #map.show-map {
    display: block;
  }
}
.locations-map #map .location-card {
  margin-bottom: 0px;
  padding: 5px;
  box-shadow: none;
}
.locations-map .show-filter {
  display: block;
}
.locations-map .hide-filter {
  display: none;
}
.locations-map .place-search {
  position: relative;
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .locations-map .place-search {
    width: 100%;
  }
}
.locations-map .place-search input {
  border: 2px solid #ccc;
  outline: none;
  border-radius: 30px;
  height: 42px;
  width: 300px;
  font-size: 16px;
  padding: 0 45px 0 15px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .locations-map .place-search input {
    width: 100%;
  }
}
.locations-map .place-search button {
  position: absolute;
  right: 15px;
  top: calc(50% + 2px);
  transform: translate(0, -50%);
  padding: 0;
  margin: 0;
  background: #fff;
  border: none;
  outline: none;
  font-size: 16px;
}
.locations-map .close-filters {
  position: absolute;
  width: 30px;
  right: 22px;
  top: 16px;
}
.locations-map .cat-filters {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .locations-map .cat-filters {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 60px;
    left: 0;
    background: #fff;
    z-index: 35;
    padding: 60px 1.25rem 30px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1023px) {
  .locations-map .cat-filters.hide-filters {
    display: none;
  }
}
.locations-map .cat-filters .cat-filter {
  width: calc(50% - 40px);
  border-top: 1px solid #ccc;
  padding: 15px 0;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .locations-map .cat-filters .cat-filter {
    width: 100%;
  }
}
.locations-map .cat-filters .icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
}
.locations-map .cat-filters .icon img {
  width: 25px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.locations-map .button--filter {
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .locations-map .button--filter {
    display: block;
    margin-top: 30px;
    background: #fff;
    border: 2px solid #ccc;
    border: 2px solid #ccc;
    outline: none;
    border-radius: 30px;
    height: 42px;
    padding: 0 45px 0 15px;
    text-align: center;
    color: #777;
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: left;
  }
  .locations-map .button--filter:before {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 30px;
    font-weight: 600;
    color: #005da9;
  }
}
.locations-map .map-list-view {
  display: none;
}
@media screen and (max-width: 1023px) {
  .locations-map .map-list-view {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #005da9;
    color: #fff;
    text-align: center;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    z-index: 30;
    font-size: 18px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .locations-map .map-list-view span {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: #fff;
    vertical-align: top;
  }
}
.locations-map .map-list-view.fixed-bottom {
  position: fixed;
}
.locations-map .scroll-wrap {
  height: 650px;
  overflow-y: scroll;
  padding: 10px 30px 30px 10px;
}
@media screen and (max-width: 1023px) {
  .locations-map .scroll-wrap {
    height: auto;
    overflow-y: auto;
    padding: 15px;
  }
}
.locations-map .location-card {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 12px;
}
.locations-map .location-card a {
  text-decoration: none;
  color: #0079b3;
}
.locations-map .location-card .location-categories {
  display: flex;
  flex-wrap: wrap;
}
.locations-map .location-card .info {
  padding: 15px 0 0 0;
  color: #606060;
}
.locations-map .location-card .info * {
  line-height: 1.4;
}
.locations-map .location-card .loc-title {
  font-size: 18px;
}
.locations-map .location-card .distance {
  opacity: 0.8;
}
.locations-map .location-card .info-address {
  color: #606060 !Important;
}
.locations-map .location-card .title {
  display: flex;
  align-items: center;
}
.locations-map .location-card .title h2 {
  margin-left: 10px;
}
.locations-map .location-card .icon {
  margin-top: 15px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
}
.locations-map .location-card .icon img {
  width: 25px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.locations-map .st1 {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .locations-map .mobile-hide {
    display: none;
  }
}
.locations-map .st0 {
  stroke: #ffffff;
  fill: #0079b3;
}
.locations-map g#icons\/fontawesome\/solid\/magnifying-glass {
  fill: #0079b3;
}
.locations-map .checkbox-container input:checked ~ .checkmark {
  background-color: purple;
}
@media (min-width: 1024px) {
  .hide-desk {
    display: none;
  }
}
@media (max-width: 1023px) {
  .no-scroll {
    overflow: hidden;
  }
}
.location-card .title h3, .location-card .title h2 {
  margin-top: -5px;
}
.locations-map .button-pill {
  font-size: 14px !important;
  transform: translate(0px, 0px) !important;
  min-width: 136px !important;
  text-align: center;
  padding: 10px;
  display: inline-block;
  margin-right: 5px;
}
.p-l-5 {
  padding-left: 10px !important;
}
.location-card .info > * {
  padding-left: 0 !important;
  display: block;
}
.location-card .info > .loc-btns {
  padding-left: 0 !important;
}
.location-card .loc-btns {
  padding-top: 5px;
}
.locations-map .gm-style-iw-d .location-card > a {
  padding-left: 0 !important;
}
.locations-map .location-card .info {
  padding: 0px 0 0 0;
}
.gm-style-iw-chr button {
  margin-top: 10px !important;
  width: 24px !important;
  height: 24px !important;
}
.gm-style-iw-chr button span {
  margin: 0 !important;
}
.location-main-form .invalid-zip + div {
  color: #333 !important;
  position: relative !important;
}
.location-main-form label {
  margin-bottom: 20px;
  color: #606060;
  display: block;
}
.location-main-form .search-form-wrap {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .location-main-form .search-form-wrap {
    max-width: 520px;
  }
}
.location-main-form .search-form-wrap input[type=number] {
  border-radius: 5px;
  border: 1px solid #606060 !important;
  color: #606060;
  padding: 15px 20px;
  width: 100%;
  height: auto;
  font-size: 16px;
}
.location-main-form .search-form-wrap .search-zipcode {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 50px;
  background: #fff;
  border: 0;
}
.location-main-form .search-form-wrap .search-zipcode svg {
  width: 100%;
}
.location-main-form .search-form-wrap .search-zipcode svg path {
  fill: #0079b3;
}
.location-cards .location-card {
  padding: 20px;
  background: #EDECEC;
}
.g-review-row .sb-feed-header-rating {
  background: #ffffff;
}
.g-review-row .sb-feed-header-rating:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/plugins/reviews-feed-pro/assets/icons/google-provider.svg");
  position: relative;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  top: 4px;
  display: inline-block;
}
.g-review-row .sb-feed-header-rating:after {
  content: " Avg.";
}
.g-review-row .sb-feed-header-rating-icons {
  background: #ffffff;
  padding: 10px;
  margin-left: 0;
  margin-right: 10px;
}
.sb-feed-header-packages, .sb-feed-header-average.sb-relative {
  border-radius: 7px;
  padding: 10px 25px;
  background: #fff;
}
[id^=sb-reviews-container-] .sb-feed-header-rating-icons svg {
  fill: #F0973B;
}
.sb-feed-header-average.sb-relative {
  margin: 0 auto;
  float: unset !important;
}
.gm-style .gm-style-iw-tc:after {
  background: #EDECEC !important;
}
.gm-style-iw.gm-style-iw-c {
  background: #EDECEC !important;
}
.gm-style-iw-d {
  overflow: auto !important;
  padding-bottom: 20px;
}
.gm-style-iw-chr button {
  border-radius: 500px;
  border: 1px solid #333 !important;
  margin-right: 10px !important;
  padding-left: 1px !important;
}
.gm-style-iw-chr button span {
  width: 20px !important;
  height: 20px !important;
}
.area-map-sidebar {
  background: #EDECEC;
  border-radius: 12px;
  min-height: 100%;
  /* For the container with the scrollbar */
  /* For Webkit-based browsers (Chrome, Edge, Safari) */
}
.area-map-sidebar .scroll-container {
  overflow-y: scroll;
  /* Enable vertical scrolling */
  scrollbar-width: thin;
  /* Firefox: Thin scrollbar */
  scrollbar-color: #000 #0079B3;
  /* Firefox: Black thumb, blue track */
  max-height: 395px;
  overflow: scroll;
  /* Position the scrollbar container visually */
  position: relative;
  /* For any custom placement adjustments */
}
.area-map-sidebar .scroll-container::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}
.area-map-sidebar .scroll-container::-webkit-scrollbar-track {
  background-color: #0079B3;
  /* Blue track to match your design */
}
.area-map-sidebar .scroll-container::-webkit-scrollbar-thumb {
  background-color: #000;
  /* Black scrollbar thumb */
  border-radius: 4px;
  /* Rounded corners for the thumb */
}
.area-map-sidebar .scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: #333;
  /* Darker thumb color on hover */
}
.area-map-sidebar ul {
  padding: 20px;
  margin: 0;
  position: relative;
}
.area-map-sidebar ul li {
  padding-left: 0;
}
.area-map-sidebar ul li:before {
  display: none;
}
.area-map-sidebar ul li svg {
  width: 18px;
  height: auto;
  margin-bottom: -3px;
  margin-right: 5px;
}
.area-map-sidebar h3 {
  background: #404040;
  color: #fff;
  padding: 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: 0;
}
.areas-map li:before {
  display: none;
}
/* Mobile-only toggle buttons */
.mobile-toggle-buttons-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  background: #404040;
  padding: 5px;
  border-radius: 12px;
}
.toggle-btn {
  flex: 1;
  padding: 10px;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.toggle-btn.active {
  background-color: #0079b3;
  color: white;
}
@media (min-width: 1029px) {
  .mobile-toggle-buttons {
    display: none;
    /* Hide toggle buttons for non-mobile screens */
  }
}
#map-container.hidden, #sidebar-container.hidden {
  display: none;
}
.area-map-sidebar li {
  font-size: 18px;
  font-weight: 700;
}
.area-map-sidebar li .map-zip-li {
  font-weight: 400;
  padding-left: 30px;
  font-size: 16px;
}
.difference-cta .image-column {
  margin: 0 auto;
}
.difference-cta .cta-card-white {
  border-radius: 12px;
  background: #fff;
  padding: 40px 30px;
  min-height: calc(100% - 100px);
  height: 100%;
}
.difference-cta h3 {
  color: #404040;
}
.special-offers .carded {
  background: #EDECEC;
  border-color: #EDECEC;
  box-shadow: none;
}
.special-offers .carded h3, .special-offers .carded h2 {
  color: #404040;
}
.special-offers .offer-icon {
  position: absolute;
  top: -33px;
  right: 30px;
}
.text--blue {
  color: #0079b3 !important;
}
.special-offer-text.h5 {
  font-weight: 500;
}
.text--left {
  text-align: left;
}
@media (max-width: 1023px) {
  .hide-mbl {
    display: none;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media screen and (min-width: 1920px) {
  html body {
    max-width: 1920px;
    margin: 0 auto !important;
    width: 100%;
  }
}
a.btn, input.btn {
  font-size: 16px;
  font-weight: 400;
  border-radius: 7px;
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background: #fff0;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  white-space: normal;
  color: #fff;
  transition: 0.3s ease-in-out;
}
a.bg-btn {
  font-size: 19px;
  font-weight: 400;
}
a.newsletter-btn {
  width: 100%;
  max-width: 320px;
}
a.blue-btn, input.blue-btn, button.blue-btn {
  border-color: #0079b3;
  background-color: #0079b3;
}
a.btn-alt {
  border-color: #0079b3;
  background-color: #fff;
  color: #0079b3;
}
a.btn-alt:hover {
  background-color: #0079b3;
  color: #fff;
  text-decoration: none;
}
a.white-btn, input.white-btn {
  border-color: #0079b3;
  color: #0079b3;
  background-color: #fff;
}
a.white-btn:hover, input.white-btn:hover {
  background-color: #0079b3;
  border-color: #0079b3;
  color: #fff;
}
a.dark-btn, input.dark-btn {
  border-color: #34343c;
  color: #fff;
  background-color: #34343c;
}
a.dark-btn:hover, input.dark-btn:hover {
  background-color: #3a3a44;
  border-color: #3a3a44;
  color: #fff;
}
a.blue-btn:hover, input.blue-btn:hover, button.blue-btn:hover {
  background-color: #404040;
  border-color: #404040;
  color: #fff;
  text-decoration: none;
}
a.blue-btn:hover.white-border, input.blue-btn:hover.white-border, button.blue-btn:hover.white-border {
  border-color: #fff;
}
.zip-code-sec input[type="text"], .zip-code-sec input[type="email"], .zip-code-sec input[type="url"], .zip-code-sec input[type="password"], .zip-code-sec input[type="search"], .zip-code-sec input[type="number"], .zip-code-sec input[type="tel"], .zip-code-sec input[type="range"], .zip-code-sec input[type="date"], .zip-code-sec input[type="month"], .zip-code-sec input[type="week"], .zip-code-sec input[type="time"], .zip-code-sec input[type="datetime"], .zip-code-sec input[type="datetime-local"], .zip-code-sec input[type="color"], .zip-code-sec textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 1064px;
  }
}
@media screen and (max-width: 1064px) {
  .container {
    max-width: 992px;
  }
}
.newsletter-cta {
  margin-top: 0 !important;
}
.newsletter-cta .btn {
  min-width: 160px;
}
.background-blue {
  background: #0079b3;
}
.background-blue * {
  color: #fff;
}
.background-contained-light .contained-wrap {
  background: #EDECEC;
  padding: 32px;
  border-radius: 30px;
}
.checked-list-items ul {
  margin-top: 0;
}
.checked-list-items ul li {
  position: relative;
  padding-left: 28px;
  padding-top: 0;
  list-style: none;
  line-height: 24px;
  font-weight: 300;
}
.checked-list-items ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  height: 9px;
  width: 5.5px;
  border-bottom: 2px solid #606060;
  border-right: 2px solid #606060;
  left: 7px;
  top: 5px;
  background: transparent;
  border-radius: 0;
}
.checked-list-items ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #606060;
  border-radius: 100%;
}
.background-blue .checked-list-items ul li:before, .background-blue.checked-list-items ul li:before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.background-blue .checked-list-items ul li:after, .background-blue.checked-list-items ul li:after {
  border: 2px solid #ffffff;
}
@media (min-width: 1024px) {
  .section-full {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .row.full {
    padding: 0;
  }
  .row.full .image-column {
    padding: 0;
    align-items: center;
    display: flex;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .section-full .image-text-content {
    padding: 80px 60px;
  }
}
@media (max-width: 1024px) {
  .row.full {
    max-width: 700px;
  }
}
.justify-right {
  justify-content: right;
}
.justify-center {
  justify-content: center;
}
@media (min-width: 1024px) {
  .section-full .image__sizer {
    min-height: 100%;
    padding-top: 0;
  }
}
.modal-header {
  background: #EFEFEF;
  padding: 1.5rem 3rem;
  position: relative;
}
.modal-header svg {
  fill: #d41e1e;
}
.modal-header .popup-modal-dismiss {
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2rem;
  font-size: 2rem;
}
.modal-header .popup-modal-dismiss svg * {
  fill: #d41e1e;
  transition: 0.3s ease-in-out;
}
.modal-header .popup-modal-dismiss:hover svg * {
  fill: #555;
}
.modal-body {
  padding: 2rem 3rem;
}
.modal-body img {
  margin: 1.5rem auto;
  max-width: 80%;
  display: block;
}
.modal-body .modal-title {
  margin-bottom: 1rem;
  text-align: center;
}
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.modal {
  margin: auto;
  max-width: 1000px;
  width: 90%;
}
.modal-content {
  padding: 40px;
  border-radius: 4px;
  background: #fff;
}
.modal-content .form-intro {
  text-align: center;
}
.modal-content .form-intro .icon {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}
.modal-content .gform_footer {
  text-align: center;
}
.bg-blue .modal-content {
  background: #0079b3;
}
.bg-blue .modal-content .form-intro *, .bg-blue .modal-content label, .bg-blue .modal-content legend, .bg-blue .modal-content .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
}
.bg-blue .modal-content .gform-body input, .bg-blue .modal-content .gform-body textarea, .bg-blue .modal-content .gform-body select {
  border: none;
  background: #fff;
}
main > section:last-of-type {
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  main > section:last-of-type {
    padding-bottom: 80px;
  }
}
.arrow-link svg {
  fill: #0079b3;
  margin-left: 5px;
  transition: 0.3s ease-in-out;
}
.arrow-link svg path {
  fill: #0079b3;
}
.arrow-link:hover svg {
  margin-left: 20px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.mfp-title, .mfp-counter {
  font-size: 14px;
}
html p:last-of-type + ul, html .text:last-of-type + ul {
  margin-top: 20px;
}
h1 strong, h1 span, h2 strong, h2 span, h3 strong, h3 span, h4 strong, h4 span, h5 strong, h5 span {
  color: inherit;
}
@media (min-width: 1020px) {
  .related-wrap .bg-img {
    padding-bottom: 88%;
  }
}
.cards.white, .cards.background-contained-light {
  margin-top: 0;
}
.posts-index button.btn {
  font-size: 16px;
  font-weight: 400;
  border-radius: 7px;
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  white-space: normal;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.posts-index button.btn.blue-btn {
  border: 2px solid #0079b3;
}
.posts-index button.btn.blue-btn:hover {
  border-color: #404040;
  cursor: pointer;
}
.hide-field {
  display: none !important;
}
.single-post picture img {
  max-width: 100%;
  height: auto;
}
