@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Dana-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Dana-Bold.woff2') format('woff2');
    font-display: swap;
}
html,
body,
button,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    outline: 0
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

body {
    line-height: 1
}

button {
    font-size: 100%
}

del {
    text-decoration: line-through
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

html {
    scroll-behavior: smooth
}

input[type=radio] {
    vertical-align: bottom
}

input,
select,
textarea {
    border-radius: 0;
    vertical-align: middle;
    outline: 0
}

input[type=submit],
input[type=email],
input[type=number],
input[type=text],
input[type=button],
textarea {
    -webkit-appearance: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

sub {
    vertical-align: sub;
    font-size: smaller
}

sup {
    vertical-align: super;
    font-size: smaller
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul {
    list-style: none
}

a {
    color: #797373
}

body {
    font-family: dana, Arial, sans-serif;
    color: #797373;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cta-link,
.listings.listings--var-1 .listing .listing__content .listing__cta {
    color: #1cb7eb;
    font-size: .8125rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.cta-link:after,
.listings.listings--var-1 .listing .listing__content .listing__cta:after {
    content: " ←";
    -webkit-transition: margin .2s;
    -o-transition: margin .2s;
    transition: margin .2s
}

.cta-link:hover,
.listings.listings--var-1 .listing .listing__content .listing__cta:hover {
    color: #179fcd
}

.cta-link:hover:after,
.listings.listings--var-1 .listing .listing__content .listing__cta:hover:after {
    margin-left: 5px
}

.h1,
h1 {
    font-size: 1.6875rem;
    line-height: 2.375rem;
    color: #2c2c2c;
    font-weight: bold;
}

@media only screen and (min-width: 750px) {
    .h1,
    h1 {
        font-size: 2.75rem;
        line-height: 3.625rem;
        color: #2c2c2c;
        font-weight: bold;
    }
}

.h2,
h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #2c2c2c;
    font-weight: bold;
}

@media only screen and (min-width: 750px) {
    .h2,
    h2 {
        font-size: 1.6875rem;
        line-height: 2.375rem;
        color: #2c2c2c;
        font-weight: bold;
    }
}

.h3,
h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #2c2c2c;
    font-weight: bold;
}

@media only screen and (min-width: 750px) {
    .h3,
    h3 {
        font-size: 1.5rem;
        line-height: 2.25rem;
        color: #2c2c2c;
        font-weight: bold;
    }
}

.h4,
h4 {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #2c2c2c;
    font-weight: bold;
}

@media only screen and (min-width: 750px) {
    .h4,
    h4 {
        font-size: 1.25rem;
        line-height: 2rem;
        color: #2c2c2c;
        font-weight: bold;
    }
}

.h5,
h5 {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #2c2c2c;
    font-weight: bold;
}

p {
    line-height: 1.6em
}

.label {
    color: #1cb7eb;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}

.text-lg {
    font-size: 1.25rem
}

.text-sm {
    font-size: .875rem
}

.text-xsm {
    font-size: .75rem
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.bg-pcolor {
    background-color: #1cb7eb
}

.color-alert-fail {
    color: #f51717
}

.color-grey {
    color: #797373
}

.margin-bottom-1 {
    margin-bottom: .5rem
}

.margin-bottom-2 {
    margin-bottom: 1rem
}

.margin-bottom-3 {
    margin-bottom: 1.5rem
}

.margin-bottom-4 {
    margin-bottom: 2rem
}

.margin-bottom-5 {
    margin-bottom: 3rem
}

.margin-bottom-6 {
    margin-bottom: 4rem
}

.margin-bottom-7 {
    margin-bottom: 6rem
}

.margin-bottom-8 {
    margin-bottom: 8rem
}

.margin-left-1 {
    margin-left: .5rem
}

.margin-left-2 {
    margin-left: 1rem
}

.margin-left-3 {
    margin-left: 1.5rem
}

.margin-left-4 {
    margin-left: 2rem
}

.margin-left-5 {
    margin-left: 3rem
}

.margin-left-6 {
    margin-left: 4rem
}

.margin-top-1 {
    margin-top: .5rem
}

.margin-top-2 {
    margin-top: 1rem
}

.margin-top-3 {
    margin-top: 1.5rem
}

.margin-top-4 {
    margin-top: 2rem
}

.margin-top-5 {
    margin-top: 3rem
}

.margin-top-6 {
    margin-top: 4rem
}

.margin-top-7 {
    margin-top: 6rem
}

.margin-top-8 {
    margin-top: 8rem
}

.margin-top-9 {
    margin-top: 12rem
}

.padding-bottom-1 {
    padding-bottom: .5rem
}

.padding-bottom-2 {
    padding-bottom: 1rem
}

.padding-bottom-3 {
    padding-bottom: 1.5rem
}

.padding-bottom-4 {
    padding-bottom: 2rem
}

.padding-bottom-5 {
    padding-bottom: 3rem
}

.padding-bottom-6 {
    padding-bottom: 4rem
}

.padding-bottom-7 {
    padding-bottom: 6rem
}

.padding-bottom-8 {
    padding-bottom: 8rem
}

.padding-bottom-9 {
    padding-bottom: 12rem
}

.padding-bottom-10 {
    padding-bottom: 16rem
}

.padding-left-1 {
    padding-left: .5rem
}

.padding-left-2 {
    padding-left: 1rem
}

.padding-left-3 {
    padding-left: 1.5rem
}

.padding-left-4 {
    padding-left: 2rem
}

.padding-left-5 {
    padding-left: 3rem
}

.padding-left-6 {
    padding-left: 4rem
}

.padding-left-7 {
    padding-left: 6rem
}

.padding-left-8 {
    padding-left: 8rem
}

.padding-right-1 {
    padding-right: .5rem
}

.padding-right-2 {
    padding-right: 1rem
}

.padding-right-3 {
    padding-right: 1.5rem
}

.padding-right-4 {
    padding-right: 2rem
}

.padding-right-5 {
    padding-right: 3rem
}

.padding-right-6 {
    padding-right: 4rem
}

.padding-right-7 {
    padding-right: 6rem
}

.padding-right-8 {
    padding-right: 8rem
}

.padding-top-1 {
    padding-top: .5rem
}

.padding-top-2 {
    padding-top: 1rem
}

.padding-top-3 {
    padding-top: 1.5rem
}

.padding-top-4 {
    padding-top: 2rem
}

.padding-top-5 {
    padding-top: 3rem
}

.padding-top-6 {
    padding-top: 4rem
}

.padding-top-7 {
    padding-top: 6rem
}

.padding-top-8 {
    padding-top: 8rem
}

.padding-top-9 {
    padding-top: 12rem
}

.padding-top-10 {
    padding-top: 16rem
}

.uppercase {
    text-transform: uppercase
}

.col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col.col--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col.col--flex-align-right,
.col .flex-align-right {
    margin-right: auto
}


.col.col--flex-v-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.col.col--flex-v-center {
    -ms-flex-item-align: center;
    align-self: center
}

.col.col--float-left {
    float: left
}

.col.col--float-right {
    float: right
}

.col.col--1 {
    width: 8.33333333%
}

.col.col--2 {
    width: 16.6666666667%
}

.col.col--2-w-gutter {
    width: 15%;
    margin-right: 2%
}

.col.col--2-w-gutter:nth-of-type(6n) {
    margin-right: 0
}

.col.col--3 {
    width: 25%
}

.col.col--3-w-gutter {
    width: calc(25% - (2rem / 1.33333));
    margin-left: 2rem
}

.col.col--3-w-gutter:nth-of-type(4n) {
    margin-left: 0
}

.col.col--4 {
    width: 33.33333333%
}

.col.col--4-w-gutter {
    width: calc(33.33333333% - (2rem / 1.5));
    margin-right: 2rem
}

.col.col--4-w-gutter:nth-of-type(3n) {
    margin-right: 0
}

.col.col--5 {
    width: 41.66666667%
}

.col.col--6 {
    width: 50%
}

.col.col--6-w-gutter {
    width: calc(50% - (2rem / 2));
    margin-right: 2rem
}

.col.col--6-w-gutter:nth-of-type(2n) {
    margin-right: 0
}

.col.col--7 {
    width: 58.33333333%
}

.col.col--8 {
    width: 66.66666667%
}

.col.col--9 {
    width: 75%
}

.col.col--10 {
    width: 83.33333333%
}

.col.col--11 {
    width: 91.66666667%
}

.col.col--12 {
    width: 100%
}

@media only screen and (min-width: 750px)and (max-width: 1199px) {
    .col.col--bp-sm-inline-w-gutter {
        width: calc(50% - (2rem / 2));
        margin-right: 2rem
    }
    .col.col--bp-sm-inline-w-gutter:nth-of-type(even) {
        margin-right: 0 !important
    }
}

@media only screen and (min-width: 750px)and (max-width: 1019px) {
    .col.col--bp-tb-inline-w-gutter {
        width: calc(50% - (2rem / 2));
        margin-right: 2rem !important
    }
    .col.col--bp-tb-inline-w-gutter:nth-of-type(even) {
        margin-right: 0 !important
    }
}

.col-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 1199px) {
    .col-parent.col-parent--stack-sm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .col-parent.col-parent--stack-sm .col {
        width: 100%;
        margin-bottom: 2rem
    }
    .col-parent.col-parent--stack-sm .col:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 1019px) {
    .col-parent.col-parent--stack-tb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .col-parent.col-parent--stack-tb .col {
        width: 100%;
        margin-bottom: 2rem
    }
    .col-parent.col-parent--stack-tb .col:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 749px) {
    .col-parent.col-parent--stack-mb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .col-parent.col-parent--stack-mb .col {
        width: 100%;
        margin-bottom: 2rem
    }
    .col-parent.col-parent--stack-mb .col:last-child {
        margin-bottom: 0
    }
}

.col-parent.col-parent--flex--h-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.col-parent.col-parent--flex--v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.col-parent.col-parent--flex--v-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.theme-grey-darker {
    background-color: #37393a;
    color: #fff
}

.theme-grey-lightest {
    background-color: #f9f9f9
}

.theme-grey-lightest .card {
    background-color: #fff
}

.theme-grey-lightest .h1,
.theme-grey-lightest h1,
.theme-grey-lightest .h2,
.theme-grey-lightest h2,
.theme-grey-lightest .h3,
.theme-grey-lightest h3,
.theme-grey-lightest .h4,
.theme-grey-lightest h4,
.theme-grey-lightest .h5,
.theme-grey-lightest h5 {
    color: #4a4a4a
}

.theme-pcolor {
    background-color: #1cb7eb;
    color: #fff
}

.theme-pcolor .h1,
.theme-pcolor h1,
.theme-pcolor .h2,
.theme-pcolor h2,
.theme-pcolor .h3,
.theme-pcolor h3,
.theme-pcolor .h4,
.theme-pcolor h4,
.theme-pcolor .h5,
.theme-pcolor h5 {
    color: #fff
}

.theme-scolor {
    background-color: #00ad9f;
    color: #fff
}

.theme-scolor .h1,
.theme-scolor h1,
.theme-scolor .h2,
.theme-scolor h2,
.theme-scolor .h3,
.theme-scolor h3,
.theme-scolor .h4,
.theme-scolor h4,
.theme-scolor .h5,
.theme-scolor h5 {
    color: #fff
}

.theme-scolor .line {
    background-color: #74c9ba
}

.theme-white {
    background-color: #fff
}

.theme-white .h1,
.theme-white h1,
.theme-white .h2,
.theme-white h2,
.theme-white .h3,
.theme-white h3,
.theme-white .h4,
.theme-white h4,
.theme-white .h5,
.theme-white h5 {
    color: #4a4a4a
}

.aligncenter {
    display: block;
    margin: .5rem auto .5rem auto
}

@media only screen and (min-width: 750px) {
    .alignleft {
        float: left;
        margin: .5rem 1.5rem 1.5rem 0
    }
}

@media only screen and (min-width: 750px) {
    .alignright {
        float: right;
        margin: .5rem 0 1.5rem 1.5rem
    }
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem
}

#tinymce a:not(.button),
.content-area a:not(.button) {
    color: #1cb7eb;
    text-decoration: underline
}

#tinymce a:not(.button):hover,
.content-area a:not(.button):hover {
    text-decoration: none
}

#tinymce blockquote,
.content-area blockquote {
    font-style: italic;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

#tinymce blockquote p,
.content-area blockquote p {
    line-height: 1.35em;
    margin-bottom: 0
}

#tinymce blockquote p:after,
.content-area blockquote p:after {
    padding-left: 2px;
    content: "”"
}

#tinymce blockquote p:before,
.content-area blockquote p:before {
    padding-right: 2px;
    content: "“"
}

#tinymce hr,
.content-area hr {
    margin-top: calc(2rem + 0.5rem);
    border-top: 1px solid #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none
}

#tinymce .button,
.content-area .button {
    margin-top: 1.5rem
}

@media only screen and (min-width: 370px) {
    #tinymce .gallery,
    .content-area .gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width: 370px) {
    #tinymce .gallery.gallery-columns-2 .gallery-item,
    .content-area .gallery.gallery-columns-2 .gallery-item {
        width: 49.25%
    }
    #tinymce .gallery.gallery-columns-2 .gallery-item:nth-child(even),
    .content-area .gallery.gallery-columns-2 .gallery-item:nth-child(even) {
        margin-right: 0
    }
}

@media only screen and (min-width: 370px) {
    #tinymce .gallery.gallery-columns-3 .gallery-item,
    .content-area .gallery.gallery-columns-3 .gallery-item {
        width: 31.83333333%
    }
}

@media only screen and (min-width: 370px) {
    #tinymce .gallery.gallery-columns-4 .gallery-item,
    .content-area .gallery.gallery-columns-4 .gallery-item {
        width: 23.875%
    }
    #tinymce .gallery.gallery-columns-4 .gallery-item:nth-child(5n+4),
    .content-area .gallery.gallery-columns-4 .gallery-item:nth-child(5n+4) {
        margin-right: 0
    }
}

@media only screen and (min-width: 370px) {
    #tinymce .gallery.gallery-columns-5 .gallery-item,
    .content-area .gallery.gallery-columns-5 .gallery-item {
        width: 18.5%
    }
}

#tinymce .gallery br,
.content-area .gallery br {
    display: none
}

#tinymce .gallery .gallery-item,
.content-area .gallery .gallery-item {
    margin-right: 1.5%;
    margin-top: 1.5%;
    width: 100%
}

#tinymce .gallery .gallery-item dt,
.content-area .gallery .gallery-item dt {
    display: block;
    height: 100%
}

#tinymce .gallery .gallery-item dt a,
.content-area .gallery .gallery-item dt a {
    display: block;
    height: 100%
}

#tinymce .gallery .gallery-item dt img,
.content-area .gallery .gallery-item dt img {
    min-height: 100%;
    margin: 0
}

#tinymce .gallery .gallery-item .gallery-caption,
.content-area .gallery .gallery-item .gallery-caption {
    font-size: .875rem;
    text-align: center;
    margin-top: .5rem
}

#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5 {
    margin-bottom: 1rem
}

#tinymce h1:not(:first-child),
#tinymce h2:not(:first-child),
#tinymce h3:not(:first-child),
#tinymce h4:not(:first-child),
#tinymce h5:not(:first-child),
.content-area h1:not(:first-child),
.content-area h2:not(:first-child),
.content-area h3:not(:first-child),
.content-area h4:not(:first-child),
.content-area h5:not(:first-child) {
    margin-top: 2rem
}

#tinymce img,
.content-area img {
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2rem;
    margin-top: 2rem;
    display: block
}

#tinymce p,
.content-area p {
    margin-bottom: 1rem
}

#tinymce .text-lg,
.content-area .text-lg {
    color: #4a4a4a
}

#tinymce ol,
#tinymce ul,
.content-area ol,
.content-area ul {
    margin-bottom: 1rem
}

#tinymce ol li,
#tinymce ul li,
.content-area ol li,
.content-area ul li {
    line-height: 1.5em;
    margin-bottom: .5rem
}

#tinymce ol li li,
#tinymce ul li li,
.content-area ol li li,
.content-area ul li li {
    margin-left: 1.5rem
}

#tinymce ol li li:first-child,
#tinymce ul li li:first-child,
.content-area ol li li:first-child,
.content-area ul li li:first-child {
    margin-top: 1rem
}

#tinymce ol li,
.content-area ol li {
    margin-left: 1rem;
    list-style-type: inherit
}

#tinymce table,
.content-area table {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 100%;
    overflow: auto
}

#tinymce table tr td,
#tinymce table tr th,
.content-area table tr td,
.content-area table tr th {
    font-size: .8125rem;
    line-height: 1.5rem;
    text-align: left;
    border: 1px solid #e9e9e9;
    padding: .5rem
}

#tinymce table tr th,
.content-area table tr th {
    text-transform: uppercase;
    background-color: #e9e9e9
}

#tinymce .text-lg,
.content-area .text-lg {
    margin-bottom: 1.5rem
}

#tinymce ul li,
.content-area ul li {
    position: relative;
    list-style-type: none
}

#tinymce ul li:before,
.content-area ul li:before {
    position: absolute;
    left: 0;
    content: "•";
    color: #1cb7eb
}

#tinymce ul li span,
.content-area ul li span {
    color: #4a4a4a
}

.wp-caption {
    margin-bottom: 2rem;
    margin-top: 3rem;
    padding: .5rem .5rem 0;
    text-align: center
}

.wp-caption .aligncenter,
.wp-caption .alignleft,
.wp-caption .alignright,
.wp-caption img {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.wp-caption p {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .75rem
}

.alert {
    display: none;
    padding: 15px 20px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    font-size: .875em
}

.alert.alert--active {
    display: block
}

.alert.alert--fail {
    border-color: #f51717;
    color: #f51717
}

.theme-scolor .alert.alert--fail {
    border-color: #b01818;
    color: #b01818
}

.alert.alert--fail a {
    color: #f51717
}

.theme-scolor .alert.alert--fail a {
    color: #b01818
}

.alert.alert--success {
    border-color: #42c79b;
    color: #42c79b
}

.theme-scolor .alert.alert--success {
    border-color: #fff;
    color: #fff
}

.alert.alert--success a {
    color: #42c79b
}

.theme-scolor .alert.alert--success a {
    color: #fff
}

.breadcrumbs {
    padding-top: 4rem;
    font-size: .8125rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #1cb7eb
}

.breadcrumbs a {
    display: inline-block;
    color: #1cb7eb;
    text-decoration: none;
    border-bottom: 1px solid #1cb7eb
}

.disclaimer {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-style: italic
}

.google-map {
    width: 100%;
    height: 50vw;
    max-height: 20rem
}

img,
embed,
object,
video {
    max-width: 100%;
    height: auto
}

.legacy-ie {
    position: fixed;
    background: #111;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: .8;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999
}

.legacy-ie a {
    text-decoration: underline;
    cursor: pointer;
    color: #fff
}

.legacy-ie .legacy-ie__text {
    color: #fff;
    margin-top: 20%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.35em;
    text-align: center;
    width: 50%;
    line-height: 1.6em;
    display: block;
    vertical-align: middle
}

.line {
    display: block;
    margin-top: .5rem;
    width: 6rem;
    height: calc(0.5rem / 1.25)
}

.line.line--grey {
    background-color: #e9e9e9
}

.line.line--scolor-light {
    background-color: #74c9ba
}

.pagination {
    text-align: center;
    margin-top: 4rem
}

.pagination li {
    display: inline-block;
    margin-right: 1rem
}

.pagination li:hover a,
.pagination li.active a {
    color: #fff;
    background: #1cb7eb;
    border-color: #1cb7eb
}

.pagination li a {
    border: 1px solid #eee;
    font-size: .75rem;
    display: block;
    text-transform: uppercase;
    padding: .5rem calc(0.5rem * 1.5);
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.section {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.section-padding-bottom {
    padding-bottom: 4rem
}

@media screen and (min-width: 1200px) {
    .section-padding-bottom {
        padding-bottom: 6rem
    }
}

.section-padding-bottom-lg {
    padding-bottom: 4rem
}

@media screen and (min-width: 1200px) {
    .section-padding-bottom-lg {
        padding-bottom: 12rem
    }
}

.section-padding-bottom-sm {
    padding-bottom: 4rem
}

@media screen and (min-width: 1200px) {
    .section-padding-bottom-sm {
        padding-bottom: 4rem
    }
}

.section-padding-top {
    padding-top: 4rem
}

@media screen and (min-width: 1200px) {
    .section-padding-top {
        padding-top: 6rem
    }
}

.section-padding-top-lg {
    padding-top: 4rem
}

@media screen and (min-width: 1200px) {
    .section-padding-top-lg {
        padding-top: 12rem
    }
}

.section-padding-top-sm {
    padding-top: 4rem
}

@media screen and (min-width: 1200px) {
    .section-padding-top-sm {
        padding-top: 4rem
    }
}

.sidebar {
    width: 100%;
    border-top: 1px solid #e9e9e9;
    padding-top: 4rem;
    top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 4rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media only screen and (min-width: 1200px) {
    .sidebar {
        width: 20%;
        position: sticky;
        margin-right: auto;
        margin-top: 0;
        border-top: 0;
        padding-top: 0
    }
}

.sidebar.sidebar--first-on-mobile {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    margin-bottom: 4rem;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 4rem
}

@media only screen and (min-width: 1200px) {
    .sidebar.sidebar--first-on-mobile {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0
    }
}

.sidebar .sidebar__nav {
    margin-top: 1.5rem
}

.sidebar .sidebar__nav ul li {
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.sidebar .sidebar__nav ul li.current_page_item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background-color: #1cb7eb
}

.sidebar .sidebar__nav ul li.current_page_item a {
    color: #1cb7eb
}

.sidebar .sidebar__nav ul li a {
    display: block;
    text-decoration: none;
    color: #4a4a4a;
    font-size: .8125rem;
    line-height: 1.5625rem;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.sidebar .sidebar__nav ul li a:hover {
    color: #1cb7eb
}

.sidebar .social-share {
    margin-top: 2rem
}

.sidebar .social-share svg .svg-bg {
    fill: #1cb7eb
}

.sidebar .social-share svg .svg-icon {
    fill: #fff
}

.sidebar-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
}

@media only screen and (min-width: 1200px) {
    .sidebar-content {
        width: 66.66666667%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.sidebar-content.sidebar-content--full {
    width: 100%
}

.social-share {
    margin-top: 2rem
}

.social-share a {
    text-decoration: none
}

.social-share a svg {
    max-width: 32px;
    margin-right: 4px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.social-share a svg:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.social-share a svg .svg-bg {
    fill: #fff
}

.social-share a svg .svg-icon {
    fill: #37393a
}

svg {
    max-width: 100%;
    height: initial
}

.tag-cloud li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
    margin-left: 0
}

@media only screen and (min-width: 750px) {
    .tag-cloud li {
        width: 30%;
        margin-right: 5%
    }
    .tag-cloud li:nth-child(3n) {
        margin-right: 0
    }
}

.tag-cloud li a {
    display: block
}

.text-w-icon a {
    text-decoration: none
}

.text-w-icon svg {
    vertical-align: middle;
    margin-left: 1rem
}

@media only screen and (min-width: 750px) {
    .two-cols.two-cols--tablet {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

.two-cols.two-cols--tablet .form__row {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.wrapper,
.listings.listings--large .listing .listing__inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 750px) {
    .wrapper,
    .listings.listings--large .listing .listing__inner {
        max-width: calc(64rem + 16rem)
    }
    .wrapper.wrapper--sm,
    .listings.listings--large .listing .wrapper--sm.listing__inner {
        max-width: 64rem
    }
}

.wrapper .wrapper,
.listings.listings--large .listing .listing__inner .wrapper,
.wrapper .listings.listings--large .listing .listing__inner,
.listings.listings--large .listing .wrapper .listing__inner,
.listings.listings--large .listing .listing__inner .listing__inner {
    padding-left: 0;
    padding-right: 0
}

.slick-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    overflow: hidden
}

.slick-list {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin: 0;
    padding: 0 !important
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    position: relative;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    border: 1px solid #000;
    font-size: 1rem
}

@media only screen and (min-width: 750px) {
    .slick-arrow {
        font-size: 1.375rem;
        width: 3rem;
        height: 3rem
    }
}

.slick-arrow.slick-arrow--next {
    margin-left: 1rem
}

.accordion .accordion__item {
    padding-bottom: 2rem
}

.accordion .accordion__item.accordion__item--active>.accordion__content {
    display: block
}

.accordion .accordion__item.accordion__item--active>.accordion__title .accordion__title-text:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion .accordion__item .accordion__content {
    display: none;
    padding-top: 1rem
}

.accordion .accordion__item .accordion__title {
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    padding-left: 1.5rem
}

@media(hover: hover) {
    .accordion .accordion__item .accordion__title:hover {
        color: #179fcd;
        cursor: pointer
    }
}

.accordion .accordion__item .accordion__title .accordion__title-text:after {
    position: absolute;
    font-size: .9375rem;
    top: 0;
    left: 0;
    content: "❯";
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.button {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: calc(0.5rem * 1.5) 1.5rem;
    font-size: .875rem;
    border-radius: 1.375rem;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.button.button--outline {
    border-width: 1px;
    border-style: solid;
    background-color: transparent
}

.button.button--outline.button--outline--pcolor {
    border-color: #1cb7eb;
    color: #1cb7eb
}

@media(hover: hover) {
    .button.button--outline.button--outline--pcolor:hover {
        background-color: #1cb7eb;
        color: #fff
    }
}

.button.button--outline.button--outline--white {
    border-color: #fff;
    color: #fff
}

@media(hover: hover) {
    .button.button--outline.button--outline--white:hover {
        background-color: #fff;
        color: #1cb7eb
    }
}

.button.button--solid {
    border-width: 1px;
    border-style: solid
}

.button.button--solid.button--solid--pcolor {
    border-color: #1cb7eb;
    background-color: #1cb7eb
}

@media(hover: hover) {
    .button.button--solid.button--solid--pcolor:hover {
        background-color: transparent;
        color: #179fcd
    }
}

.button.button--solid.button--solid--scolor-light {
    border-color: #74c9ba;
    background-color: #74c9ba
}

@media(hover: hover) {
    .button.button--solid.button--solid--scolor-light:hover {
        background-color: transparent;
        color: #74c9ba
    }
}

.button.button--lg {
    padding: 1rem 2rem;
    font-size: 1rem
}

.button.button--sm {
    padding: calc(0.5rem * 1.25) 1.5rem;
    font-size: .65625rem
}

.cards.cards--default .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cards.cards--default .card .card__content {
    padding: 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cards.cards--default .card .card__content .cta-link,
.cards.cards--default .card .card__content .listings.listings--var-1 .listing .listing__content .listing__cta,
.listings.listings--var-1 .listing .listing__content .cards.cards--default .card .card__content .listing__cta {
    display: inline-block;
    margin-top: auto
}

.cards.cards--default .card .card__content .card__text {
    margin-bottom: 3rem;
    font-size: .8125em;
    color: #797373
}

.cards.cards--default .card .card__content .card__title {
    margin-bottom: 1.5rem
}

.cards.cards--default .card .card__image {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd
}

.cards.cards--default .card .card__image .card__image__inner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%
}

.cards.cards--default .card .card__image .card__image__text {
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
    font-size: .625rem;
    line-height: .8125rem;
    text-align: center;
    color: #fff;
    padding: 6px 1.5rem
}

.cards.cards--icons .card .card__image {
    background-color: #1cb7eb
}

.cards.cards--icons .card .card__image .card__image__inner {
    background-size: auto
}

.cards .card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 3rem;
    text-decoration: none;
    display: block;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    overflow: hidden
}

.cards .card.col--3-w-gutter .card__image {
    height: 50vw;
    min-height: 12rem
}

@media only screen and (min-width: 750px) {
    .cards .card.col--3-w-gutter .card__image {
        height: 40vw
    }
}

@media only screen and (min-width: 1020px) {
    .cards .card.col--3-w-gutter .card__image {
        height: 22vw;
        max-height: 12rem
    }
}

@media only screen and (min-width: 1200px) {
    .cards .card.col--3-w-gutter .card__image {
        min-height: auto
    }
}

.cards .card.col--4-w-gutter .card__image {
    height: 50vw
}

@media only screen and (min-width: 750px) {
    .cards .card.col--4-w-gutter .card__image {
        height: 40vw
    }
}

@media only screen and (min-width: 1020px) {
    .cards .card.col--4-w-gutter .card__image {
        height: 20vw;
        max-height: 300px
    }
}

.cards .card.col--6-w-gutter .card__image,
.cards .card.col--6-w-gutter .card__video {
    height: 50vw
}

@media only screen and (min-width: 750px) {
    .cards .card.col--6-w-gutter .card__image,
    .cards .card.col--6-w-gutter .card__video {
        height: 35vw
    }
}

@media only screen and (min-width: 1020px) {
    .cards .card.col--6-w-gutter .card__image,
    .cards .card.col--6-w-gutter .card__video {
        height: 30vw;
        max-height: 350px
    }
}

.cards .card.col--12 .card__image {
    height: 50vw
}

@media only screen and (min-width: 1020px) {
    .cards .card.col--12 .card__image {
        height: 15vw;
        max-height: 300px
    }
}

@media only screen and (min-width: 1200px) {
    .cards .card.col--12 .card__image {
        height: 11vw;
        max-height: 300px
    }
}

.cards a.card {
    color: #797373;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.cards a.card:hover {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025)
}

@media only screen and (min-width: 1020px) {
    .sidebar-content .cards .card.col--4-w-gutter .card__image {
        max-height: 12rem
    }
}

@media only screen and (min-width: 1200px) {
    .footer .footer__bottom .footer__bottom__links {
        width: 75%
    }
}

.footer .footer__bottom .footer__bottom__links .footer__bottom__links__column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width: 1020px) {
    .footer .footer__bottom .footer__bottom__links .footer__bottom__links__column {
        border-left: 1px solid rgba(255, 255, 255, .2);
        padding-left: 4rem;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }
}

@media only screen and (min-width: 1020px) {
    .footer .footer__bottom .footer__bottom__links .footer__bottom__links__column:nth-child(2),
    .footer .footer__bottom .footer__bottom__links .footer__bottom__links__column:last-child {
        padding-right: 4rem
    }
}

.footer .footer__bottom .footer__bottom__links .footer__bottom__links__column:last-child {
    padding-left: 0;
    border-left: 0
}

.footer .footer__bottom .footer__bottom__links .footer__bottom__links__column ul li {
    position: relative;
    margin-top: calc(0.5rem * 1.25);
    padding-right: 1rem
}

.footer .footer__bottom .footer__bottom__links .footer__bottom__links__column ul li:before {
    content: "-";
    position: absolute;
    right: 0;
    top: 4px
}

.footer .footer__bottom .footer__bottom__links .footer__bottom__links__column ul li a {
    color: #fff;
    font-size: .8125rem;
    line-height: 1.25rem;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.footer .footer__bottom .footer__bottom__links .footer__bottom__links__column ul li a:hover {
    color: #797373
}

@media only screen and (min-width: 1200px) {
    .footer .footer__bottom .footer__bottom__logos {
        margin-right: auto;
        text-align: center
    }
}

.footer .footer__bottom .footer__bottom__logos img {
    display: block;
    margin-bottom: 2rem;
    max-height: calc(4rem + 0.5rem)
}

@media only screen and (min-width: 1200px) {
    .footer .footer__bottom .footer__bottom__logos img {
        margin-left: auto;
        margin-right: auto
    }
}

.footer .footer__bottom .footer__bottom__logos img:first-child {
    max-height: calc(4rem + 1.5rem)
}

.footer .footer__bottom .footer__bottom__logos img:last-child {
    margin-bottom: 0
}

.footer .footer__bottom .footer__bottom__title {
    text-transform: uppercase;
    color: #d3d3d3;
    margin-bottom: 1.5rem
}

.footer .footer__company-info a {
    color: #fff;
    text-decoration: none
}

.footer .footer__copyright {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
    background-color: #2c2c2c;
    color: #fff;
    font-size: .75rem
}

.footer .footer__copyright a {
    color: #fff;
    text-decoration: none
}

.footer .footer__newsletter-signup--sendinblue {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.footer .footer__newsletter-signup--sendinblue iframe {
    height: 730px;
    overflow: hidden
}

.footer .footer__newsletter-signup {
    padding-bottom: 6rem;
    padding-top: 6rem
}

.footer .footer__newsletter-signup h4 {
    text-transform: uppercase
}

.footer .footer__newsletter-signup .text-sm {
    max-width: 16rem
}

.form.form--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.form {
  max-width: 32em;
}
.form .gform_button{
  color: white;
  background: #1cb7eb;
  border: none;
  font-family: dana, Arial, sans-serif;
}
.gform_required_legend{
  display: none;
}
.form.form--horizontal .form__row {
    margin: 0
}

.form.form--horizontal .form__row.form__row--grow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.form.form--horizontal .form__row.form__row--grow input {
    width: 100%;
    height: 100%;
    max-width: none
}

.bg-pcolor .form.form--horizontal .form__row.form__row--grow input {
    border: 0
}

.form.form--horizontal .form__row.form__row--submit {
    margin: 0
}

.form.form--horizontal .form__row.form__row--submit .button {
    margin-top: 0;
    border-radius: 0
}

.form .form__row {
    margin-top: 2rem
}

.form .form__row.form__row--checkbox,
.form .form__row.form__row--radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form .form__row.form__row--checkbox .form__label,
.form .form__row.form__row--radio .form__label {
    margin-left: auto;
    width: calc(100% - 1.5rem);
    font-size: .8125rem;
    color: #4a4a4a
}

.form .form__row.form__row--select .form__label,
.form .form__row.form__row--text .form__label,
.form .form__row.form__row--file .form__label,
.form .form__row.form__row--number .form__label,
.form .form__row.form__row--textarea .form__label,
.form .form__row.form__row--date .form__label {
    font-size: .75rem;
    color: #4a4a4a;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: .5rem
}

.theme-scolor .form .form__row.form__row--select .form__label,
.theme-scolor .form .form__row.form__row--text .form__label,
.theme-scolor .form .form__row.form__row--file .form__label,
.theme-scolor .form .form__row.form__row--number .form__label,
.theme-scolor .form .form__row.form__row--textarea .form__label,
.theme-scolor .form .form__row.form__row--date .form__label {
    color: #fff
}

.form .form__row.form__row--submit {
    margin-top: 3rem
}

.form .form__row:first-of-type {
    margin-top: 0
}

.form .form__row .form__asterix {
    color: #1cb7eb
}

.form .form__row .form__field-notice {
    color: #f51717;
    font-size: .75rem;
    margin-top: .5rem
}

.form input[type=date],
.form input[type=email],
.form input[type=number],
.form input[type=text],
.form input[type=tel],
.form input[type=url],
.form select,
.form textarea {
    padding: calc(0.5rem * 1.5) 1rem;
    font-size: .9375rem;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 32rem;
    font-family: dana, Arial, sans-serif
}

.form input[type=date].form__field-failed-validation,
.form input[type=email].form__field-failed-validation,
.form input[type=number].form__field-failed-validation,
.form input[type=text].form__field-failed-validation,
.form input[type=tel].form__field-failed-validation,
.form input[type=url].form__field-failed-validation,
.form select.form__field-failed-validation,
.form textarea.form__field-failed-validation {
    border-color: #f51717
}

.form input[type=date].form__field-failed-validation::-webkit-input-placeholder,
.form input[type=email].form__field-failed-validation::-webkit-input-placeholder,
.form input[type=number].form__field-failed-validation::-webkit-input-placeholder,
.form input[type=text].form__field-failed-validation::-webkit-input-placeholder,
.form input[type=tel].form__field-failed-validation::-webkit-input-placeholder,
.form input[type=url].form__field-failed-validation::-webkit-input-placeholder,
.form select.form__field-failed-validation::-webkit-input-placeholder,
.form textarea.form__field-failed-validation::-webkit-input-placeholder {
    color: #f51717
}

.form input[type=date].form__field-failed-validation::-moz-placeholder,
.form input[type=email].form__field-failed-validation::-moz-placeholder,
.form input[type=number].form__field-failed-validation::-moz-placeholder,
.form input[type=text].form__field-failed-validation::-moz-placeholder,
.form input[type=tel].form__field-failed-validation::-moz-placeholder,
.form input[type=url].form__field-failed-validation::-moz-placeholder,
.form select.form__field-failed-validation::-moz-placeholder,
.form textarea.form__field-failed-validation::-moz-placeholder {
    color: #f51717
}

.form input[type=date].form__field-failed-validation:-ms-input-placeholder,
.form input[type=email].form__field-failed-validation:-ms-input-placeholder,
.form input[type=number].form__field-failed-validation:-ms-input-placeholder,
.form input[type=text].form__field-failed-validation:-ms-input-placeholder,
.form input[type=tel].form__field-failed-validation:-ms-input-placeholder,
.form input[type=url].form__field-failed-validation:-ms-input-placeholder,
.form select.form__field-failed-validation:-ms-input-placeholder,
.form textarea.form__field-failed-validation:-ms-input-placeholder {
    color: #f51717
}

.form input[type=date].form__field--sm,
.form input[type=email].form__field--sm,
.form input[type=number].form__field--sm,
.form input[type=text].form__field--sm,
.form input[type=tel].form__field--sm,
.form input[type=url].form__field--sm,
.form select.form__field--sm,
.form textarea.form__field--sm {
    max-width: 12rem
}

.form input[type=date]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form input[type=number]::-webkit-input-placeholder,
.form input[type=text]::-webkit-input-placeholder,
.form input[type=tel]::-webkit-input-placeholder,
.form input[type=url]::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #4a4a4a;
    opacity: 1
}

.form input[type=date]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=number]::-moz-placeholder,
.form input[type=text]::-moz-placeholder,
.form input[type=tel]::-moz-placeholder,
.form input[type=url]::-moz-placeholder,
.form select::-moz-placeholder,
.form textarea::-moz-placeholder {
    color: #4a4a4a;
    opacity: 1
}

.form input[type=date]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=number]::-ms-input-placeholder,
.form input[type=text]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form input[type=url]::-ms-input-placeholder,
.form select::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
    color: #4a4a4a;
    opacity: 1
}

.form select {
    cursor: pointer;
    padding-right: 40px;
    background-color: transparent;
    background-image: url(images/svgs/select-arrow.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 10px;
    -moz-appearance: none;
    -webkit-appearance: none
}

.form select::-ms-expand {
    display: none
}

.form textarea {
    line-height: 1.4em;
    height: 120px
}

.header {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0
}

.header.header--active {
    background-color: rgba(23, 159, 205, .9);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-top: 1rem;
    padding-bottom: 1rem
}

.header.header--active .header__right .header__nav ul li a {
    color: #fff
}

.header .header__content {
    margin-right: auto
}

@media only screen and (min-width: 1200px) {
    .header .header__content {
        margin-right: auto
    }
}

.header .header__content .button {
    margin-left: 1rem
}

@media only screen and (max-width: 749px) {
    .header .header__content .button {
        display: none
    }
}

.header .header__content .header__content__top {
    text-align: left;
    margin-bottom: 3rem
}

.header .header__content .header__content__top .header__search-icon {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.header .header__content .header__content__top .header__search-icon:hover {
    opacity: .4
}

@media screen and (min-width: 1200px) {
    .header .header__content .header__nav.header__nav--main-nav {
        display: block
    }
}

@media screen and (max-width: 1199px) {
    .header .header__content .header__nav.header__nav--main-nav {
        position: fixed;
        width: 100%;
        max-width: calc(24rem + 3rem);
        right: -100%;
        top: 0;
        bottom: 0;
        z-index: 99;
        padding-top: 8rem;
        padding-bottom: 3rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: auto;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background-color: #179fcd
    }
}

@media screen and (min-width: 1200px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li {
        position: relative;
        margin-left: 1rem;
        display: inline-block
    }
}

@media screen and (max-width: 1199px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li {
        display: block
    }
    .header .header__content .header__nav.header__nav--main-nav>ul>li.current-menu-parent>a,
    .header .header__content .header__nav.header__nav--main-nav>ul>li.current-menu-item>a {
        color: #179fcd
    }
}

@media(hover: hover) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li:hover>a {
        background-color: #1cb7eb
    }
}

.header .header__content .header__nav.header__nav--main-nav>ul>li.menu-item-has-children>a:after {
    content: "";
    display: inline-block;
    cursor: pointer;
    vertical-align: center;
    width: calc(0.5rem * 1.5);
    height: .5rem;
    margin-right: calc(0.5rem * 1.5);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg enable-background='new 0 0 50 50' width='20px' height='20px' version='1.1' viewBox='0 0 50 50' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect fill='none' height='50' width='50' /%3E%3Cpolygon fill='%23FFFFFF' points='47.25,15 45.164,12.914 25,33.078 4.836,12.914 2.75,15 25,37.25 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem
}

@media screen and (min-width: 1200px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li:first-child {
        margin-left: 0
    }
}

.header .header__content .header__nav.header__nav--main-nav>ul>li a {
    color: #fff
}

@media screen and (min-width: 1200px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li a {
        font-size: .875em;
        line-height: 1.375em;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase
    }
}

@media screen and (max-width: 1199px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li a {
        font-size: 1.125em;
        padding: 1rem 2rem;
        text-decoration: none
    }
}

@media screen and (max-width: 1199px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li>a {
        display: block;
        -webkit-transition: color .2s ease-in;
        -o-transition: color .2s ease-in;
        transition: color .2s ease-in;
        color: #fff
    }
}

@media screen and (min-width: 1200px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li>a {
        padding: .5rem 1rem
    }
}

.header .header__content .header__nav.header__nav--main-nav>ul>li>a .menu-wp-it {
    opacity: 1
}

@media screen and (max-width: 1199px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li>a ul {
        margin-bottom: 2rem;
        margin-top: 2rem
    }
}

.header .header__content .header__nav.header__nav--main-nav>ul>li .submenu-active {
    display: block
}

.header .header__content .header__nav.header__nav--main-nav>ul>li>ul {
    display: none;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

@media screen and (min-width: 1200px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li>ul {
        position: absolute;
        z-index: 5;
        right: 0;
        top: 1.5rem;
        min-width: calc(16rem + 3rem)
    }
}

@media screen and (max-width: 1199px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li>ul {
        margin-bottom: .5rem
    }
}

.header .header__content .header__nav.header__nav--main-nav>ul>li>ul.off-screen {
    right: 0;
    left: auto
}

@media screen and (max-width: 1199px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li>ul>li {
        background-color: rgba(255, 255, 255, .15)
    }
}

.header .header__content .header__nav.header__nav--main-nav>ul>li>ul>li.menu-item-has-children>a:after {
    content: "";
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
    margin-right: 1rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg enable-background='new 0 0 50 50' width='20px' height='20px' version='1.1' viewBox='0 0 50 50' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect fill='none' height='50' width='50' /%3E%3Cpolygon fill='%23FFFFFF' points='47.25,15 45.164,12.914 25,33.078 4.836,12.914 2.75,15 25,37.25 '/%3E%3C/svg%3E");
    width: 1rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem
}

@media screen and (min-width: 1200px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li>ul>li>a {
        font-weight: bold
    }
}

.header .header__content .header__nav.header__nav--main-nav>ul>li>ul li {
    display: block;
    margin-left: 0
}

@media screen and (min-width: 1200px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li>ul li {
        background-color: #1cb7eb
    }
}

@media(hover: hover) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li>ul li:hover {
        background-color: #179fcd
    }
}

.header .header__content .header__nav.header__nav--main-nav>ul>li>ul li.current-menu-item a,
.header .header__content .header__nav.header__nav--main-nav>ul>li>ul li:hover a {
    border-bottom: 0
}

.header .header__content .header__nav.header__nav--main-nav>ul>li>ul li a {
    padding: 1rem 1.5rem;
    display: block
}

.header .header__content .header__nav.header__nav--main-nav>ul>li>ul li ul {
    display: none
}

.header .header__content .header__nav.header__nav--main-nav>ul>li>ul li ul li {
    -webkit-transition: background-color .5rem;
    -o-transition: background-color .5rem;
    transition: background-color .5rem
}

@media screen and (max-width: 1199px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li>ul li ul li {
        padding-right: 1rem
    }
}

@media screen and (min-width: 1200px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li>ul li ul li {
        padding: 0
    }
}

.header .header__content .header__nav.header__nav--main-nav>ul>li>ul li ul li a {
    padding-left: 1rem;
    text-transform: none;
    position: relative;
    padding: .5rem calc(2rem + 0.5rem)
}

.header .header__content .header__nav.header__nav--main-nav>ul>li>ul li ul li a:before {
    position: absolute;
    right: 1.5rem;
    content: "- "
}

@media screen and (min-width: 1200px) {
    .header .header__content .header__nav.header__nav--main-nav>ul>li>ul li ul li a:first-child {
        padding-top: .5rem
    }
}

.header .header__content .header__nav.header__nav--main-nav>ul>li>ul li ul li a ul {
    display: none
}

.header .header__content .header__nav.header__nav--main-nav-mobile {
    position: fixed;
    width: calc(24rem + 3rem);
    right: -27rem;
    max-width: 95%;
    top: 0;
    bottom: 0;
    z-index: 99;
    padding-top: 8rem;
    padding-bottom: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #0d7294;
    -webkit-box-shadow: -5px 0 5px -3px rgba(0, 0, 0, .1);
    box-shadow: -5px 0 5px -3px rgba(0, 0, 0, .1)
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul li:hover>a {
    color: #efef91
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul li.current-menu-item a {
    color: #efef91
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li {
    display: block;
    margin-bottom: 1.5rem
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li a {
    font-size: .9375rem;
    line-height: 1.4375rem;
    text-transform: uppercase;
    padding-left: 3rem;
    padding-right: 3rem;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>a {
    display: block;
    color: #fff
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>a.active {
    color: #00ad9f
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>a ul {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>ul {
    display: none;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    margin-bottom: .5rem;
    padding-top: 1.5rem
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>ul li {
    display: block;
    margin-left: 0;
    background-color: rgba(0, 0, 0, .1)
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>ul li:first-child a {
    padding-top: 1.5rem
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>ul li:last-child a {
    padding-bottom: 1.5rem
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>ul li a {
    display: block;
    padding-bottom: .5rem;
    padding-top: .5rem;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>ul li ul {
    display: none
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>ul li ul li {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>ul li ul li:first-child {
    padding-top: .5rem
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>ul li ul li:last-child {
    padding-bottom: 0
}

.header .header__content .header__nav.header__nav--main-nav-mobile>ul>li>ul li ul li:last-child a {
    padding-bottom: 0
}

.header .header__content .header__nav-burger {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.5rem
}

@media screen and (min-width: 1200px) {
    .header .header__content .header__nav-burger {
        display: none
    }
}

.header .header__content .header__nav-burger span {
    display: block;
    height: 2px;
    width: 2rem;
    background-color: #fff;
    margin-bottom: .5rem;
    border-radius: 4px
}

.header .header__content .header__nav-burger span:last-child {
    margin-bottom: 0
}

.header .header__content .header__nav-close {
    height: 1.5rem;
    position: absolute;
    right: 2rem;
    top: 3rem;
    z-index: 2;
    cursor: pointer;
    display: block
}

@media screen and (min-width: 1200px) {
    .header .header__content .header__nav-close {
        display: none
    }
}

.header .header__content .header__nav-close span {
    display: block;
    height: 2px;
    width: 2rem;
    background-color: #fff;
    border-radius: 4px;
    margin-top: .5rem
}

.header .header__content .header__nav-close span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .header__content .header__nav-close span:last-child {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -1px
}

.header .header__inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.header .header__logo {
    max-width: 25%
}

.header .header__logo .header__left__logo-link {
    display: inline-block
}

.header .header__search {
    display: none;
    padding: 1rem
}

.header .header__search .header__search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 48rem
}

.header-mobile-nav-active {
    height: 100%;
    max-height: 100%
}

.header-mobile-nav-active body,
.header-mobile-nav-active .site-wrapper {
    height: 100%;
    max-height: 100%
}

.header-mobile-nav-active .header .header__content .header__nav--main-nav {
    right: 0
}

.hero {
    position: relative;
    background-color: #797373;
    color: #fff;
    overflow: hidden;
    width: 100%
}

.hero.hero--carousel .hero__pagination {
    position: absolute;
    z-index: 10;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.hero.hero--carousel .hero__pagination.hero__pagination--slides-1 {
    display: none
}

.hero.hero--carousel .hero__pagination li {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: calc(0.5rem * 1.5);
    padding: 0;
    cursor: pointer
}

.hero.hero--carousel .hero__pagination li:last-child {
    margin-right: 0
}

.hero.hero--carousel .hero__pagination li:hover button,
.hero.hero--carousel .hero__pagination li.slick-active button {
    background-color: #1cb7eb
}

.hero.hero--carousel .hero__pagination li button {
    border: 0;
    background-color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.hero.hero--default {
    height: 70vh;
    min-height: 24rem;
    max-height: calc(32rem * 1.25);
    background-image: url(../img/ap-logo-watermark.svg);
    background-repeat: no-repeat;
    background-position: center right 7.5%
}

@media only screen and (min-width: 1200px) {
    .hero.hero--default {
        min-height: 32rem
    }
}

.hero.hero--default .hero__overlay .hero__content .hero__strapline {
    max-width: 32rem
}

.hero.hero--no-image {
    background-color: #179fcd
}

@media only screen and (min-width: 1600px) {
    .hero.hero--no-image {
        max-height: 32rem
    }
}

.hero.hero--no-image .hero__overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(74, 74, 74, 0.16)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(74, 74, 74, 0.16) 100%);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.45) 0%, rgba(74, 74, 74, 0.16) 100%)
}

.hero.hero--video {
    height: 80vh;
    max-height: 64rem
}

@media only screen and (min-width: 750px) {
    .hero.hero--video {
        min-height: 32rem
    }
}

@media only screen and (min-width: 1020px) {
    .hero.hero--video {
        min-height: calc(32rem + 4rem)
    }
}

@media only screen and (min-width: 1919px) {
    .hero.hero--video {
        height: 63vh
    }
}

.hero.hero--video .hero__overlay .hero__content .hero__strapline {
    max-width: calc(32rem + 3rem)
}

.hero.hero--video .hero__overlay .hero__content .hero__title {
    max-width: calc(45rem + 3rem)
}
/*.hero.hero--video .hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}*/

.hero.hero--video .hero__video iframe,
.hero.hero--video .hero__video video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
}

.hero .hero__item {
    position: relative;
    width: 100%;
    height: 100%
}

.hero .hero__inner {
    width: 100%;
    height: 100%
}

.hero .hero__overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28%, rgba(0, 0, 0, 0.45)), to(rgba(74, 74, 74, 0.16)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.45) 28%, rgba(74, 74, 74, 0.16) 100%);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.45) 28%, rgba(74, 74, 74, 0.16) 100%)
}

.hero .hero__overlay .hero__content {
    width: 100%;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6rem;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.hero .hero__overlay .hero__content .hero__cta {
    display: block;
    margin-top: 3rem
}

.hero .hero__overlay .hero__content .hero__label {
    color: #d3d3d3;
    margin-bottom: 1rem
}

.hero .hero__overlay .hero__content .hero__strapline {
    font-size: 1em;
    margin-top: 2rem;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    color: #fff
}

.hero .hero__overlay .hero__content .hero__title {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.hero .hero__dots {
    display: none
}

.hero .hero__image {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    height: 100%
}

.image-gallery {
    position: relative
}

.image-gallery .image-gallery__arrows {
    text-align: center;
    margin-top: 1.5rem
}

@media only screen and (min-width: 750px) {
    .image-gallery .image-gallery__arrows {
        margin-top: 2rem
    }
}

.image-gallery .image-gallery__inner .image-gallery__image {
    height: 60vw;
    max-height: calc(32rem + 3rem);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media only screen and (min-width: 1020px) {
    .image-gallery .image-gallery__inner .image-gallery__image {
        height: 37.5vw
    }
}
.page-zigzag ul li::before{
  display: none !important;
}

.listings.listings--bordered .listing {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.listings.listings--bordered .listing:first-child {
    padding-top: 0
}

.listings.listings--bordered .listing:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.listings.listings--bordered .listing .listing__content .label {
    text-transform: none
}

.listings.listings--bordered .listing .listing__content .line {
    display: none
}

.listings.listings--bordered .listing .listing__content .listing__icon-list li {
    margin-bottom: 1.5rem
}

.listings.listings--bordered .listing .listing__content .listing__icon-list li:last-child {
    margin-bottom: 0
}

.listings.listings--bordered .listing .listing__content .listing__icon-list li .listing__icon-list__icon {
    margin-right: .5rem;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    width: 1.5rem
}

.listings.listings--bordered .listing .listing__content .listing__icon-list li .listing__icon-list__icon svg {
    vertical-align: middle;
    max-height: 1.5rem;
    width: auto
}

.listings.listings--bordered .listing .listing__content .listing__icon-list li .listing__icon-list__text {
    display: inline-block;
    line-height: 1.25rem;
    max-width: calc(100% - 3rem)
}

.listings.listings--bordered .listing .listing__content .listing__text {
    margin-top: .5rem
}

.listings.listings--bordered .listing .listing__content .listing__title {
    text-transform: none;
    margin-bottom: 1.5rem
}

.listings.listings--inline .listing {
    position: relative;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .1);
    overflow: hidden
}

@media only screen and (min-width: 1020px) {
    .listings.listings--inline .listing {
        margin-bottom: 2rem
    }
}

.listings.listings--inline .listing:nth-child(odd) .listing__content {
    margin-left: auto
}

@media only screen and (min-width: 750px) {
    .listings.listings--inline .listing:nth-child(odd) .listing__image {
        margin: auto 0 auto -1rem
    }
}

@media only screen and (min-width: 750px) {
    .listings.listings--inline .listing:nth-child(even) .listing__image {
        left: auto;
        margin: auto -1rem auto 0;
        right: 0;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}

@media only screen and (min-width: 750px) {
    .listings.listings--inline .listing .listing__content {
        width: 58.33333333%
    }
}

.listings.listings--inline .listing .listing__content .listing__text {
    font-size: .875rem;
    margin-bottom: 2rem
}

.listings.listings--inline .listing .listing__content .listing__cta {
    margin-top: 2rem
}

.listings.listings--inline .listing .listing__image {
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    background-position: bottom left;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16rem;
    height: 12rem
}

@media only screen and (min-width: 750px) {
    .listings.listings--inline .listing .listing__image {
        position: absolute;
        background-position: center left;
        top: 0;
        bottom: 0;
        left: 0;
        width: 33.33333333%;
        height: 100%
    }
}

@media only screen and (min-width: 2200px) {
    .listings.listings--inline .listing .listing__image {
        max-height: 80%
    }
}

.listings.listings--inline .listing .listing__inner {
    padding: 3rem
}

.listings.listings--large .listing {
    overflow-x: hidden;
    position: relative;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 10px 10px -3px rgba(0, 0, 0, .06);
    box-shadow: 0 10px 10px -3px rgba(0, 0, 0, .06)
}

@media only screen and (max-width: 749px) {
    .listings.listings--large .listing:first-child .listing__inner {
        padding-top: 3rem
    }
}

.listings.listings--large .listing:nth-child(odd) .listing__content {
    margin-left: auto
}

@media only screen and (min-width: 750px) {
    .listings.listings--large .listing:nth-child(odd) .listing__image {
        margin: auto 0 auto calc(4rem + 0.5rem)
    }
}

@media only screen and (min-width: 750px) {
    .listings.listings--large .listing:nth-child(even) .listing__image {
        left: auto;
        margin: auto calc(4rem + 0.5rem) auto 0;
        right: 0
    }
}

@media only screen and (min-width: 750px) {
    .listings.listings--large .listing .listing__content {
        max-width: 50%
    }
}

.listings.listings--large .listing .listing__content .listing__cta {
    margin-top: 3rem
}

.listings.listings--large .listing .listing__image {
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    background-position: bottom left;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16rem;
    height: 12rem
}

@media only screen and (min-width: 750px) {
    .listings.listings--large .listing .listing__image {
        position: absolute;
        background-position: center left;
        top: 0;
        bottom: 0;
        left: 0;
        width: 33.33333333%;
        height: 100%
    }
}

@media only screen and (min-width: 2200px) {
    .listings.listings--large .listing .listing__image {
        max-height: 80%
    }
}

.listings.listings--large .listing .listing__inner {
    padding-bottom: 3rem
}

@media only screen and (min-width: 750px) {
    .listings.listings--large .listing .listing__inner {
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

@media only screen and (min-width: 1200px) {
    .listings.listings--large .listing .listing__inner {
        padding-bottom: 12rem;
        padding-top: 12rem
    }
}

.listings.listings--var-1.listings--sm .listing {
    padding-bottom: 3rem
}

@media only screen and (min-width: 750px) {
    .listings.listings--var-1.listings--sm .listing .listing__content {
        width: calc(100% - (33.33333333% + 2rem))
    }
}

.listings.listings--var-1.listings--sm .listing .listing__image {
    margin-bottom: 1.5rem
}

@media only screen and (min-width: 750px) {
    .listings.listings--var-1.listings--sm .listing .listing__image {
        max-height: calc(8rem + 1.5rem)
    }
}

@media only screen and (min-width: 1020px) {
    .listings.listings--var-1.listings--sm .listing .listing__image {
        max-height: calc(6rem + 1.5rem)
    }
}

.listings.listings--var-1 .listing {
    padding-bottom: 4rem
}

.listings.listings--var-1 .listing .listing__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media only screen and (min-width: 750px) {
    .listings.listings--var-1 .listing .listing__content {
        width: calc(100% - (33.33333333% + 2rem));
        margin-right: auto
    }
}

.listings.listings--var-1 .listing .listing__content .label.listing__cta a:after {
    content: "→"
}

.listings.listings--var-1 .listing .listing__content .line {
    display: none
}

.listings.listings--var-1 .listing .listing__content .listing__title {
    text-transform: none;
    margin-bottom: 1rem
}

.listings.listings--var-1 .listing .listing__image {
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 55vw;
    margin-bottom: 2rem
}

@media only screen and (min-width: 750px) {
    .listings.listings--var-1 .listing .listing__image {
        margin-bottom: 0;
        width: 33.33333333%;
        height: 25vw
    }
}

@media only screen and (min-width: 1020px) {
    .listings.listings--var-1 .listing .listing__image {
        max-height: calc(16rem + 3rem);
        height: 20vw
    }
}

.listings.listings--var-1 .listing .listing__image.listing__image--blank {
    background-color: #1cb7eb;
    background-image: url(../img/ap-logo-watermark.svg);
    background-repeat: no-repeat;
    background-position: center right 7.5%
}

.listings .listing {
    display: block;
    text-decoration: none;
    list-style-type: none;
    margin-left: 0
}

.listings .listing.listing__centred {
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media only screen and (min-width: 750px) {
    .listings .listing.listing__centred {
        text-align: center
    }
}

.listings .listing .listing__content .listing__label {
    color: #797373;
    margin-bottom: .5rem
}

.listings .listing .listing__content .listing__text {
    margin-top: 2rem
}

.listings .listing .listing__content .listing__sub-title {
    margin-bottom: 15px
}

.listings .listing .listing__content .listing__sub-title svg {
    margin-right: 5px;
    vertical-align: middle
}

.listings .listing .listing__content .listing__title {
    display: block;
    text-decoration: none;
    text-transform: uppercase
}

.listings .listing .listing__image {
    display: block
}

.sidebar-content .listings.listings--default .listing {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-content .listings.listings--default .listing:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.sidebar-content .listings.listings--default .listing:nth-child(even) .listing__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width: 750px) {
    .sidebar-content .listings.listings--default .listing:nth-child(even) .listing__content {
        margin-left: 0
    }
}

.sidebar-content .listings.listings--default .listing:nth-child(even) .listing__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media only screen and (min-width: 750px) {
    .sidebar-content .listings.listings--default .listing:nth-child(even) .listing__image {
        margin-left: auto
    }
}

.sidebar-content .listings.listings--default .listing .listing__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media only screen and (min-width: 750px) {
    .sidebar-content .listings.listings--default .listing .listing__content {
        width: calc(100% - (20rem + 8rem));
        margin-right: auto
    }
}

.sidebar-content .listings.listings--default .listing .listing__content .label.listing__cta a:after {
    content: "→"
}

.sidebar-content .listings.listings--default .listing .listing__content .line {
    display: none
}

.sidebar-content .listings.listings--default .listing .listing__content .listing__title {
    text-transform: none;
    margin-bottom: 1rem
}

.sidebar-content .listings.listings--default .listing .listing__image {
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 55vw
}
.listing .listing__image{
 margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
    .listing:nth-child(2n) .listing__image{
     order: 1 !important;
   }

}

@media only screen and (min-width: 750px) {
    .sidebar-content .listings.listings--default .listing .listing__image {
        margin-top: .5rem;
        width: calc(24rem);
        height: calc(21rem)
    }

}
.listing__text li {
  list-style: circle;
}
.st-pagination{
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
  width: 100%;
}
.st-pagination .lk-navigation{
	display: inline-block;
}
.st-pagination .lk-navigation li a,
.st-pagination .lk-navigation li a:hover,
.st-pagination .lk-navigation li.active a,
.st-pagination .lk-navigation li.disabled {
	color: #fff;
	text-decoration:none;
}
.lk-navigation ul{
  padding: 0

}
.st-pagination .lk-navigation li {
	display: inline-block;
}

.st-pagination .lk-navigation li a,
.st-pagination .lk-navigation li a:hover,
.st-pagination .lk-navigation li.active a,
.st-pagination .lk-navigation li.disabled {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	padding: 10px 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	color: #555;
	text-align: center;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
  font-size: .75rem;
  border: 1px solid #eee;
}
.st-pagination .lk-navigation li a:hover{
	background-color: #1cb7eb !important;
	color: #fff !important;
}
.st-pagination .lk-navigation li.active a {
  color: #fff !important;
  background: #1cb7eb;
  border-color: #1cb7eb;
}


.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal.modal__active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal .modal__box {
    position: relative;
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 600px;
    max-width: 90%;
    max-height: 80vh;
    background-color: #fff;
    overflow-x: hidden;
    padding: 3rem 1.5rem
}

@media only screen and (min-width: 750px) {
    .modal .modal__box {
        padding: 3rem
    }
}

.modal .modal__box .modal__close {
    cursor: pointer;
    background-image: url(images/svgs/cross.svg);
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

@media(hover: hover) {
    .modal .modal__box .modal__close:hover {
        opacity: .7
    }
}

.modal .modal__box .modal__content .alert {
    margin-bottom: 2rem
}

.modal .modal__box .modal__content .modal__title {
    margin-bottom: 1.5rem
}
.text-center img{
  text-align: center;
  margin: 0 auto;
}
.st_container{
  text-align: center;
  margin: 0 auto;
}
.st_itt {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.st_container p {
  color: #364163;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.st_trustlogoh {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.st_tli {
  border: 10px solid #f7f7f7;
  padding: 10px 20px;
  min-width: 120px;
  background: white;
  border-radius: 20px;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.st_tli img {
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
  height: auto;
  max-height: 50px;
  padding-bottom: 10px;

}
.st_tli img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
.header .header__logo {
    max-width: 45%
}
.st_tli img {
  max-width: 100px;
}
.st_container p {
  font-size: 12px;
}
}

.sepas-uv-intro{
margin: 0 auto;
}
.sui-items{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.sui-item{
  text-align: center;
  width: 25%;
  font-size: 16px;
  font-weight: 700;
  color: #364163;
}
.sui-item img{
  display: block;
  margin-bottom: 10px;
}

.swiper-wrapper{
    width:40vw;
    height: 310px !important;
}
.swiper-wrapper .swiper-slide{
    height: 140px;

}
.swiper-grid-column > .swiper-wrapper {
  margin: -5px;
}
.st_trustlogoh .index-navigation{
  text-align: center;
  margin: 30px auto;
  display: flex;
  align-items: center !important;
  justify-content: center;
  direction: ltr;
}
.swiper-button-next , .swiper-button-prev{
  font-size: 15px;
  background: #dbdbdb;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}
.swiper-button-prev, .swiper-button-next {
  position: relative !important;
  right: unset !important;
  left: unset !important;
  margin: 0 5px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  color: black;
  font-size: 20px !important;
}

@media only screen and (max-width: 768px) {
  .sui-item{
    font-size: 13px;
    line-height: 18px;
  }
}

.tokanweb-popup{
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
}
.tokanweb-popup button{
  background: green;
  padding: 10px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  cursor: pointer;
}
.sonar-wave {
  position: fixed;
    bottom: 15px;
    right: 15px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: green;
    opacity: 0;
    z-index: -1;
    border-radius: 50%;
}
.sonar-wave {
  animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}


.popup {
     position: fixed;
     z-index: 9999999;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: #06196252;
       backdrop-filter: blur(5px);
     display: none;
     transition: 1s all;
 }
 .popup-content {
background-color: white;
  margin: 0 auto;
  padding: 15px;
  border-radius: 15px;
  width: 80%;
  font-weight: bolder;
  max-width: 600px;
  transform: translateY(50%);
 }
 .popup-content button {
   display: block;
     margin: 0 auto;
     position: absolute;
     z-index: 11;
     left: 10px;
     top: 10px;
     padding: 10px;
     font-weight: 700;
     color: white;
     background: #ff000040;
     border-radius: 50%;
     height: 40px;
     width: 40px;
     border: 1px solid #ff00004d;
     cursor: pointer;
 }
 .show {
     display: block;
 }

 .kt-modal-content {
  position: relative;
}
.consultation-top {
  margin-bottom: 25px;
  padding-top: 75px;
  position: relative;
}
.consultation-content {
  padding: 0 30px 26px;
}
.consultation-top::before {
  background-image: url(../img/contact-modal-bg.webp);
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  bottom: 45px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.consultation-logo {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(70,72,77,.1);
  display: flex;
  height: 90px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 90px;
  z-index: 2;
}
.consultation-logo img {
  height: 60px;
    width: auto;
}
.consultation-content h2{
  font-weight: 600;
  font-size: 20px;
  color: #46484d;
  text-align: center;
}
.consultation-content .text-xs{
  color: #7f8187;
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
}
.consultation-phone {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.consultation-phone span {
  font-size: 13px;
  margin-left: 10px;
  padding-top: 2px;
}
.consultation-phone a {
  background: #1cb7eb1c;
    border-radius: 30px;
    color: #1cb7eb;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 17px;
}
