/* Landing Page */
.full-width .content-sidebar-wrap {
    max-width: 1200px;
    padding: 0 20px;
}

.full-width .content-sidebar-wrap .content {
    width: 100%;
    float: none;
}

.site-inner .wrap {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.bg-white {
    background-color: #fff;
}

.bg-light-grey {
    background-color: #F2F2F2;
}

 .slick-prev, .slick-next {
    background: transparent;
    padding: 0;
    font-size: 40px;
    color: #999999;
    outline: none;
 }

 .slick-prev:hover, .slick-next:hover {
    background: transparent;
 }

 #before-footer {
    display: none;
 }


 /* WYSIWYG Section */
.wysiwyg-section {
    padding: 80px 0;
}

.wysiwyg-section h2 {
    font-size: 18px;
    font-weight: 500;
    color: #314B70;
    margin-bottom: 18px;
}

.wysiwyg-section p {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.wysiwyg-section .btn.btn-primary {
    display: inline-flex;
    align-items: center;
    background-color: #E6413F;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    font-family: Raleway, sans-serif;
}

.wysiwyg-section .btn::after {
    display: none;
}

.wysiwyg-section .btn.btn-primary:hover {
    background-color: #d14b3c;
}

.wysiwyg-section .container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-template-page_new_landing .site-inner {
    padding-top: 0;
}

.page-template-page_new_landing .content-sidebar-wrap {
    display: none;
}

@media (min-width: 768px) {
    .wysiwyg-section h2 {
        font-size: 24px;
    }

    .wysiwyg-section p {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .wysiwyg-section h2 {
        font-size: 52px;
        letter-spacing: 1px;
    }
}