


:root {
    font-size: 16px;
}

.mcolor {
    color: #214794;
}
.hover-mcolor:hover {
    color: #214794;
}
.bg-mcolor {
    background-color: #214794;
}
.hover-bg-mcolor:hover {
    background-color: #214794;
}
.b--mcolor {
    border-color: #214794;
}
.s-mcolor g, .s-mcolor {
    stroke: #214794;
}
.f-mcolor g, .f-mcolor {
    fill: #214794;
}
.scolor {
    color: #fd8d44;
}
.hover-scolor:hover {
    color: #fd8d44;
}
.bg-scolor {
    background-color: #fd8d44;
}
.hover-bg-scolor:hover {
    background-color: #fd8d44;
}
.b--scolor {
    border-color: #fd8d44;
}
.s-scolor g, .s-scolor {
    stroke: #fd8d44;
}
.f-scolor g, .f-scolor {
    fill: #fd8d44;
}
.ecolor {
    color: ;
}
.hover-ecolor:hover {
    color: ;
}
.bg-ecolor {
    background-color: ;
}
.hover-bg-ecolor:hover {
    background-color: ;
}
.b--ecolor {
    border-color: ;
}
.s-ecolor g, .s-ecolor {
    stroke: ;
}
.f-ecolor g, .f-ecolor {
    fill: ;
}

.grid {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .grid {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .grid {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .grid {
        width: 1200px;
    }
}
@media (max-width: 991px) {
    .grid {
        width: 100%;
    }
}

html.lock-scroll,
html.lock-scroll body {
    overflow: hidden;
}

body {
    color: #000;
}

.black {
    color: #000;
}

.wl-header {
    height: 70px;
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 80px rgba(0,0,0,0.2);
}

.wl-header nav ul,
.wl-header nav ul li {
    margin: 0;
    padding: 0;
}
.wl-header nav ul li {
    padding: 10px 20px;
    -webkit-transition: border-bottom 300ms ease;
    transition: border-bottom 300ms ease;
}
.wl-header nav ul li:hover {
    color: #214794;
}

.wl-header .logo {
    width: 235px;
}
.wl-header .logo img {
    max-width: 250px;
    max-height: 50px
}

.wl-header .mmenu span {
    font-size: 0.625rem;
    display: block;
}

.wl-mobile-menu {
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.wl-mobile-menu.inactive {
    display: none;
    opacity: 0;
}
.wl-mobile-menu.active {
    display: block;
    opacity: 1;
}
.wl-mobile-menu nav ul.list {
    padding: 0;
    margin: 0;
    width: 100%;
}
@media screen and (min-width: 60em) {
    .wl-mobile-menu nav ul.list {
        padding-bottom: 110px;
    }
}
.wl-mobile-menu nav ul.list li {
    text-align: center;
    display: block;
    padding: 1.875rem 0;
    border-top: 1px solid #efefef;
}
.wl-mobile-menu nav ul.list li:first-child {
    border-top: none;
}
.wl-mobile-menu nav ul.list li a {
    font-size: 20px;
}
.wl-mobile-menu nav ul.list li.current a {
    padding-right: .02rem;
    display: inline-block;
    line-height: 21px;
    border-bottom: 10px solid #214794;
}

.wl-popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}
.wl-popup-wrapper .wl-popup {
    position: fixed;
    padding: 1.875rem;
    width: 50%;
    top: 20%;
    left: 25%;
}
@media screen and (max-width: 60em) {
    .wl-popup-wrapper .wl-popup {
        width: 100%;
        left: 0;
        padding: 1.875rem 1rem;
    }
}

.wl-main {
    padding-top: 70px;
}

.wl-cta {
    height: 600px;
    position: relative;
}
.wl-cta .wl-slider .wl-slider-item,
.wl-cta .wl-slider {
    height: 600px;
    overflow: hidden;
}
.wl-cta .wl-slider img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
@media screen and (max-width: 60em) {
    .wl-cta {
        height: auto;
    }
    .wl-cta .wl-slider .wl-slider-item,
    .wl-cta .wl-slider {
        height: 300px;
    }
}

@media screen and (min-width: 60em) {
    .wl-cta section {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
}

.wl-btn {
    border: 1px solid #214794;
    display: inline-block;
    padding: 8px 18px;
    background-color: #214794;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 9999px;
    transition: opacity .15s ease-in;
}
.wl-btn:hover,
.wl-btn:focus {
  opacity: .7;
  transition: opacity .15s ease-in;
}
.wl-btn:active {
  opacity: .8; transition: opacity .15s ease-out;
}
.wl-btn.btn-sub {
    border: 1px solid #fd8d44;
    background-color: #fd8d44;
}
.wl-btn.btn-more {
    border: 1px solid #214794;
    background-color: transparent;
    color: #214794;
}

.sm-pill {
    display: inline-block;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 14px;
    padding: 2px 10px;
    background-color: #fff;
}

.wl-certificates .cert {
    width: 100%;
    height: 12.5rem;
    display: table;
    text-align: center;
}
.wl-certificates .cert div {
    display: table-cell;
    vertical-align: middle;
}

.wl-certificates-bar {
    height: 150px;
}
.wl-certificates-bar .cert .cert-name,
.wl-certificates-bar .cert .cert-image {
    width: 100px;
    height: auto;
    max-height: 70px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.wl-certificates-bar .cert .cert-name:hover,
.wl-certificates-bar .cert .cert-image:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.title {
    font-size: 40px;
}
@media screen and (max-width: 60em) {
    .title {
        font-size: 30px;
    }
}
.main-title {
    font-size: 40px;
    font-weight: 300;
    padding: 0;
}
@media screen and (max-width: 60em) {
    .main-title {
        font-size: 30px;
    }
}
.main-title b,
.main-title strong {
    font-weight: 700;
}
.sub-title {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    letter-spacing: 4px;
    line-height: 22px;
    text-transform: uppercase;
}
.underlined {
    padding-right: .02rem;
    display: inline-block;
    line-height: 21px;
    border-bottom: 10px solid #fd8d44;
}

.wl-column {
    border-radius: 5px;
    position: relative;
    background-color: #fff;
}
.wl-column:after {
    content: "";
    box-shadow: 0px 20px 50px rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
}

.wl-services,
.wl-reviews {
    /*display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;*/
}
.wl-prices .price,
.wl-services .service {
    padding: 50px;
}
.wl-services .service svg {
            width: 24px;
    max-width: 27px;
    height: 25px;
    max-height: 27px;
    vertical-align: middle;
}
.wl-services .service svg g {
    stroke: #fff;
}
.wl-services .service h3 {
    font-size: 18px;
    font-weight: bold;
}
.wl-services .service p {
    font-size: 16px;
    font-weight: 300;
}

.wl-prices .price .pricing {
    font-weight: 300;
    font-size: 14px;
}
.wl-prices .price .pricing b {
    font-weight: 600;
    font-size: 24px;
}
.wl-prices .price h3 {
    font-size: 30px;
    font-weight: 700;
}
.wl-prices .price p {
    font-weight: 300;
    font-size: 16px;
}

.wl-reviews .review {
    padding: 10px;
}
.wl-reviews .review .stars {
    margin-top: -30px;
}
.wl-reviews .review .stars i {
    margin: 0 8px;
    align-self: flex-end;
}
.wl-reviews .review .stars i:nth-child(1),
.wl-reviews .review .stars i:nth-child(5) {
    font-size: 26px;
    line-height: 26px;
}
.wl-reviews .review .stars i:nth-child(2),
.wl-reviews .review .stars i:nth-child(4) {
    font-size: 31px;
    line-height: 31px;
}
.wl-reviews .review .stars i:nth-child(3) {
    font-size: 36px;
    line-height: 36px;
}

.wl-reviews .review {
    width: 23%;
}
@media screen and (max-width: 60em) {
    .wl-reviews .review {
        width: 100%;
    }
}
.wl-reviews .review svg {
    width: 50px;
    height: 50px;
}
.wl-reviews .review svg g {
    fill: #fd8d44;
}

.wl-contact .contact-bar {
    margin-top: -40px;
}

.wl-input {
    position: relative;
    padding-top: 0.5rem;
}
.wl-input > textarea,
.wl-input > input {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000;
    cursor: text;
    -webkit-transition: border-bottom-color 150ms ease-out;
    transition: border-bottom-color 150ms ease-out;
}
.wl-input > textarea + label,
.wl-input > input + label {
    position: absolute;
    top: 1rem;
    left: 0.625rem;
    cursor: text;
    display: block;
    color: #909090;
    font-size: 1rem;
    -webkit-transition: font-size 150ms ease-out;
    transition: font-size 150ms ease-out;
    -webkit-transition: top 150ms ease-out;
    transition: top 150ms ease-out;
}
.wl-input > textarea:valid + label,
.wl-input > textarea:focus + label,
.wl-input > input:valid + label,
.wl-input > input:focus + label {
    top: 0;
    font-size: 0.8125rem;
}
.wl-input > textarea:focus,
.wl-input > input:focus {
    border-bottom-color: #fd8d44;
}
.wl-input > textarea:valid,
.wl-input > input:valid {
    border-bottom-color: #214794;
}

.wl-footer-bottom {
}
.wl-footer-bottom .copy {
    padding: 20px;
}
.wl-footer-bottom .powered img {
    margin-top: 2.5rem;
    max-width: 113px;
}

#funnel .roomActive,
#house-inventory .roomActive {
    background-color: #fd8d44;
}

[type=checkbox]:checked+label:before,
[type=checkbox]:hover+label:before {
    border-color: #fd8d44;
}
[type=checkbox]:checked+label:before {
    background-image:url(../image/check-bl.png);
}
