/* -- Global --*/

strong {
    font-weight: bold;
}

.map-iframe {
    width: 100%;
    min-height: 350px;
    margin: 0;
}

.textwithimage-circle {
    padding-top: 1em;
    padding-bottom: 0;
}

.textwithimage-circle .row.align-items-center,
.detailedlist-circle .row.align-items-center {
    -ms-flex-align: unset !important;
    align-items: unset !important;
}

.detailedlist {
    padding: 0;
}

.detailedlist-m6 {
    padding-top: 2em;
    padding-bottom: 0;
}

/* -- For Accessibility --*/

a:focus {
    background: var(--color-theme-highlight) !important;
}

a.btn:focus,
a.gallery-card-link:focus,
.contact-companyinfo a:focus {
    border: 3px solid var(--color-theme-secondary) !important;
}

a:focus .list-img-photo,
.header-info-logo a:focus img {
    border: 3px solid var(--color-theme-primary) !important;
}

.contact-companyinfo a {
    display: block;
}

/*-- Header --*/

.header {
    background: #a1dbff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a1dbff 0%, #ffffff 65%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a1dbff 0%, #ffffff 65%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a1dbff 0%, #ffffff 65%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1dbff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.header .header-info {
    padding: 0;
    background: url(https://apihoard.webit.com/api/v1/Image/325B1B804B42CA0BE1285EF945EE0E9D/325B1B804B42CA0BE1285EF945EE0E9D.png?size=1920x1440?size=Original) no-repeat left top;
}

.header .header-info-logo-img img {
    width: 160px;
}

.header a.header-business-phone {
    font-size: 1.75rem;
    color: var(--color-theme-secondary);
}

.headerBtn {
    border-radius: 4px;
}

@media (min-width: 1024px) {
    .headerBtn {
        position: absolute;
        top: .5em;
        right: 0;
    }
}

/* Hero */
.hero {
    background: url(https://apihoard.webit.com/api/v1/Image/0F869B41D4FD4F3F76AD64B637914D0F/0F869B41D4FD4F3F76AD64B637914D0F.jpg?size=1920x1440) no-repeat center top;
    margin-top: -1px;
    overflow: hidden;
    min-height: 640px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media(max-width: 567px) {
    .hero {
        padding-top: 3em;
        padding-bottom: 3em;
        min-height: 410px;
    }
}

.hero:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(18, 39, 64, 0.5);
}

.hero .hero-container {
    z-index: 2;
}

.hero-content {
    max-width: 800px;
}

.hero-header {
    text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.hero-lines span {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
}

.hero-lines::before,
.hero-lines::after {
    content: ' ';
    height: 3px;
    width: 10%;
    background: var(--color-theme-highlight);
    display: inline-block;
    vertical-align: middle;
}

@media(max-width: 567px) {
    .hero-headline {
        font-size: 2rem;
    }
}

.hero-btm-line {
    height: 3px;
    width: 75%;
    background: var(--color-theme-highlight);
    margin: 25px auto;
}

.page-home .text {
    background: #c9ebff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c9ebff 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c9ebff 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c9ebff 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9ebff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.page-home .list {
    padding: 0;
}

.map-container {
    background: var(--color-theme-primary);
}

/* -- lists --*/

.cw-checklist li {
    display: inline-block;
    padding: .25em .5em;
}

.cw-checklist li:before {
    content: "\f14a";
    color: var(--color-theme-highlight);
    margin-right: .25em;
    font-size: 1.5rem;
    font-family: "FontAwesome";
    font-weight: 900;
}

ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 45px
}

ol li {
    margin: 0 0 1.25rem;
    counter-increment: my-awesome-counter;
    position: relative
}

ol li::before {
    content: counter(my-awesome-counter);
    font-size: 1.5rem;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: -50px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: var(--color-theme-secondary)
}

/* --- Reviews summary list --- */

.page-reviews .list {
    padding-top: 0;
}

.page-reviews .list-img-wrap {
    padding: 2em 0;
}

/*-- footer --*/

.backLinks {
    padding-top: 3em;
}

.backLinks a img {
    max-height: 30px;
    margin: .5em;
}

.page-home .list-circle {
    background: linear-gradient(rgba(59, 135, 200, 0.65),
            rgba(59, 135, 200, 0.65)), url(https://apihoard.webit.com/api/v1/Image/74CECADD61908B93A74833D5EB57E0CB/74CECADD61908B93A74833D5EB57E0CB.png?size=720x540);
    padding: 20px 10px;
    color: white;
}

.page-home .list-text-title {
    font-size: 1.3em;
    height: 70px;
}

.page-home .list-text-description {
    height: 390px;
}

footer.footer {
    padding-top: 1em;
    background: url(https://apihoard.webit.com/api/v1/Image/0B61CE2AD138BD2677B738C8BD3B68A5/0B61CE2AD138BD2677B738C8BD3B68A5.jpg?size=Original) no-repeat center bottom;
    background-size: 100% auto;
}