/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .align-center {
    text-align: center;
}


ol, ul {
    list-style: none;
}


/* Spotlight (transitions) */

.spotlight.onload-content-fade-up .content {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

body.is-loading .spotlight.onload-content-fade-up .content {
    -moz-transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
}

.spotlight.onload-content-fade-down .content {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

body.is-loading .spotlight.onload-content-fade-down .content {
    -moz-transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    opacity: 0;
}

.spotlight.onload-content-fade-left .content {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

body.is-loading .spotlight.onload-content-fade-left .content {
    -moz-transform: translateX(1rem);
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
}

.spotlight.onload-content-fade-right .content {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

body.is-loading .spotlight.onload-content-fade-right .content {
    -moz-transform: translateX(-1rem);
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem);
    opacity: 0;
}

.spotlight.onload-content-fade-in .content {
    -moz-transition: opacity 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out;
}

body.is-loading .spotlight.onload-content-fade-in .content {
    opacity: 0;
}

.spotlight.onload-image-fade-up .image {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

    .spotlight.onload-image-fade-up .image img {
        -moz-transition: opacity 0.75s ease-in-out;
        -webkit-transition: opacity 0.75s ease-in-out;
        -ms-transition: opacity 0.75s ease-in-out;
        transition: opacity 0.75s ease-in-out;
        -moz-transition-delay: 0.5625s;
        -webkit-transition-delay: 0.5625s;
        -ms-transition-delay: 0.5625s;
        transition-delay: 0.5625s;
    }

body.is-loading .spotlight.onload-image-fade-up .image {
    -moz-transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
}

    body.is-loading .spotlight.onload-image-fade-up .image img {
        opacity: 0;
    }

.spotlight.onload-image-fade-down .image {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

    .spotlight.onload-image-fade-down .image img {
        -moz-transition: opacity 0.75s ease-in-out;
        -webkit-transition: opacity 0.75s ease-in-out;
        -ms-transition: opacity 0.75s ease-in-out;
        transition: opacity 0.75s ease-in-out;
        -moz-transition-delay: 0.5625s;
        -webkit-transition-delay: 0.5625s;
        -ms-transition-delay: 0.5625s;
        transition-delay: 0.5625s;
    }

body.is-loading .spotlight.onload-image-fade-down .image {
    -moz-transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    opacity: 0;
}

    body.is-loading .spotlight.onload-image-fade-down .image img {
        opacity: 0;
    }

.spotlight.onload-image-fade-left .image {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

    .spotlight.onload-image-fade-left .image img {
        -moz-transition: opacity 0.75s ease-in-out;
        -webkit-transition: opacity 0.75s ease-in-out;
        -ms-transition: opacity 0.75s ease-in-out;
        transition: opacity 0.75s ease-in-out;
        -moz-transition-delay: 0.5625s;
        -webkit-transition-delay: 0.5625s;
        -ms-transition-delay: 0.5625s;
        transition-delay: 0.5625s;
    }

body.is-loading .spotlight.onload-image-fade-left .image {
    -moz-transform: translateX(1rem);
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
}

    body.is-loading .spotlight.onload-image-fade-left .image img {
        opacity: 0;
    }

.spotlight.onload-image-fade-right .image {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

    .spotlight.onload-image-fade-right .image img {
        -moz-transition: opacity 0.75s ease-in-out;
        -webkit-transition: opacity 0.75s ease-in-out;
        -ms-transition: opacity 0.75s ease-in-out;
        transition: opacity 0.75s ease-in-out;
        -moz-transition-delay: 0.5625s;
        -webkit-transition-delay: 0.5625s;
        -ms-transition-delay: 0.5625s;
        transition-delay: 0.5625s;
    }

body.is-loading .spotlight.onload-image-fade-right .image {
    -moz-transform: translateX(-1rem);
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem);
    opacity: 0;
}

    body.is-loading .spotlight.onload-image-fade-right .image img {
        opacity: 0;
    }

.spotlight.onload-image-fade-in .image img {
    -moz-transition: opacity 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out;
}

body.is-loading .spotlight.onload-image-fade-in .image img {
    opacity: 0;
}

.spotlight.onscroll-content-fade-up .content {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

.spotlight.onscroll-content-fade-up.is-inactive .content {
    -moz-transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
}

.spotlight.onscroll-content-fade-down .content {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

.spotlight.onscroll-content-fade-down.is-inactive .content {
    -moz-transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    opacity: 0;
}

.spotlight.onscroll-content-fade-left .content {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

.spotlight.onscroll-content-fade-left.is-inactive .content {
    -moz-transform: translateX(1rem);
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
}

.spotlight.onscroll-content-fade-right .content {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

.spotlight.onscroll-content-fade-right.is-inactive .content {
    -moz-transform: translateX(-1rem);
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem);
    opacity: 0;
}

.spotlight.onscroll-content-fade-in .content {
    -moz-transition: opacity 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out;
}

.spotlight.onscroll-content-fade-in.is-inactive .content {
    opacity: 0;
}

.spotlight.onscroll-image-fade-up .image {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

    .spotlight.onscroll-image-fade-up .image img {
        -moz-transition: opacity 0.75s ease-in-out;
        -webkit-transition: opacity 0.75s ease-in-out;
        -ms-transition: opacity 0.75s ease-in-out;
        transition: opacity 0.75s ease-in-out;
        -moz-transition-delay: 0.5625s;
        -webkit-transition-delay: 0.5625s;
        -ms-transition-delay: 0.5625s;
        transition-delay: 0.5625s;
    }

.spotlight.onscroll-image-fade-up.is-inactive .image {
    -moz-transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
}

    .spotlight.onscroll-image-fade-up.is-inactive .image img {
        opacity: 0;
    }

.spotlight.onscroll-image-fade-down .image {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

    .spotlight.onscroll-image-fade-down .image img {
        -moz-transition: opacity 0.75s ease-in-out;
        -webkit-transition: opacity 0.75s ease-in-out;
        -ms-transition: opacity 0.75s ease-in-out;
        transition: opacity 0.75s ease-in-out;
        -moz-transition-delay: 0.5625s;
        -webkit-transition-delay: 0.5625s;
        -ms-transition-delay: 0.5625s;
        transition-delay: 0.5625s;
    }

.spotlight.onscroll-image-fade-down.is-inactive .image {
    -moz-transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    opacity: 0;
}

    .spotlight.onscroll-image-fade-down.is-inactive .image img {
        opacity: 0;
    }

.spotlight.onscroll-image-fade-left .image {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

    .spotlight.onscroll-image-fade-left .image img {
        -moz-transition: opacity 0.75s ease-in-out;
        -webkit-transition: opacity 0.75s ease-in-out;
        -ms-transition: opacity 0.75s ease-in-out;
        transition: opacity 0.75s ease-in-out;
        -moz-transition-delay: 0.5625s;
        -webkit-transition-delay: 0.5625s;
        -ms-transition-delay: 0.5625s;
        transition-delay: 0.5625s;
    }

.spotlight.onscroll-image-fade-left.is-inactive .image {
    -moz-transform: translateX(1rem);
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0;
}

    .spotlight.onscroll-image-fade-left.is-inactive .image img {
        opacity: 0;
    }

.spotlight.onscroll-image-fade-right .image {
    -moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}

    .spotlight.onscroll-image-fade-right .image img {
        -moz-transition: opacity 0.75s ease-in-out;
        -webkit-transition: opacity 0.75s ease-in-out;
        -ms-transition: opacity 0.75s ease-in-out;
        transition: opacity 0.75s ease-in-out;
        -moz-transition-delay: 0.5625s;
        -webkit-transition-delay: 0.5625s;
        -ms-transition-delay: 0.5625s;
        transition-delay: 0.5625s;
    }

.spotlight.onscroll-image-fade-right.is-inactive .image {
    -moz-transform: translateX(-1rem);
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem);
    opacity: 0;
}

    .spotlight.onscroll-image-fade-right.is-inactive .image img {
        opacity: 0;
    }

.spotlight.onscroll-image-fade-in .image img {
    -moz-transition: opacity 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out;
}

.spotlight.onscroll-image-fade-in.is-inactive .image img {
    opacity: 0;
}

/* Spotlight (style1) */

.spotlight.style1 {
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
    position: relative;
    overflow-x: hidden;
    text-align: left;
}

    .spotlight.style1 .content {
        padding: 7rem 7rem 5rem 7rem ;
        -moz-align-self: center;
        -webkit-align-self: center;
        -ms-align-self: center;
        align-self: center;
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        width: 65%;
        max-width: 64rem;
        margin: 0 auto;
    }

    .spotlight.style1 .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: 35%;
        min-width: 25rem;
        border-radius: 0;
    }

        .spotlight.style1 .image img {
            -moz-object-fit: cover;
            -webkit-object-fit: cover;
            -ms-object-fit: cover;
            object-fit: cover;
            -moz-object-position: center;
            -webkit-object-position: center;
            -ms-object-position: center;
            object-position: center;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 0;
        }

    @media screen and (max-width: 1680px) {

        .spotlight.style1 .content {
            padding: 5rem 5rem 3rem 5rem ;
        }

    }

    @media screen and (max-width: 1280px) {

        .spotlight.style1 .content {
            padding: 4rem 4rem 2rem 4rem ;
        }

    }

    @media screen and (max-width: 980px) {

        .spotlight.style1 .content {
            padding: 3.75rem 3rem 1.75rem 3rem ;
            width: 50%;
            min-width: 0;
        }

        .spotlight.style1 .image {
            width: 50%;
            min-width: 0;
        }

    }

    @media screen and (max-width: 736px) {

        .spotlight.style1 .content {
            padding: 2.5rem 2rem 0.5rem 2rem ;
        }

    }

@media screen and (max-width: 736px) and (orientation: portrait) {

    .spotlight.style1 {
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center !important;
    }

        .spotlight.style1 .content {
            width: 100%;
        }

        .spotlight.style1 .image {
            width: 100%;
        }

            .spotlight.style1 .image img {
                position: relative;
            }

}

    .spotlight.style1.orient-right {
        -moz-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

@media screen and (max-width: 736px) and (orientation: portrait) {

    .spotlight.style1.orient-right {
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

}

    .spotlight.style1.content-align-center {
        text-align: center;
    }

    .spotlight.style1.content-align-right {
        text-align: right;
    }

    .spotlight.style1.image-position-left .image img {
        -moz-object-position: left;
        -webkit-object-position: left;
        -ms-object-position: left;
        object-position: left;
    }

    .spotlight.style1.image-position-right .image img {
        -moz-object-position: right;
        -webkit-object-position: right;
        -ms-object-position: right;
        object-position: right;
    }

/* Spotlight (style2) */

.spotlight.style2 {
    padding: 7rem 7rem 5rem 7rem ;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
    text-align: left;
}

    .spotlight.style2 .content {
        width: 44.5rem;
        max-width: 100%;
    }

    .spotlight.style2 .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: 21rem;
        height: 21rem;
        border-radius: 100%;
        margin: 0 3.5rem 2rem 0;
    }

        .spotlight.style2 .image img {
            -moz-object-fit: cover;
            -webkit-object-fit: cover;
            -ms-object-fit: cover;
            object-fit: cover;
            -moz-object-position: center;
            -webkit-object-position: center;
            -ms-object-position: center;
            object-position: center;
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 100%;
        }

    @media screen and (max-width: 1680px) {

        .spotlight.style2 {
            padding: 5rem 5rem 3rem 5rem ;
        }

    }

    @media screen and (max-width: 1280px) {

        .spotlight.style2 {
            padding: 4rem 4rem 2rem 4rem ;
        }

    }

    @media screen and (max-width: 980px) {

        .spotlight.style2 {
            padding: 3.75rem 3rem 1.75rem 3rem ;
        }

            .spotlight.style2 .image {
                width: 18.375rem;
                height: 18.375rem;
            }

    }

    @media screen and (max-width: 736px) {

        .spotlight.style2 {
            padding: 2.5rem 2rem 0.5rem 2rem ;
            -moz-align-items: -moz-flex-start;
            -webkit-align-items: -webkit-flex-start;
            -ms-align-items: -ms-flex-start;
            align-items: flex-start;
        }

            .spotlight.style2 .image {
                width: 15.75rem;
                height: 15.75rem;
                margin: 0 2rem 2rem 0;
            }

    }

    @media screen and (orientation: portrait) {

        .spotlight.style2 {
            -moz-align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -moz-flex-direction: column-reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            text-align: center !important;
        }

            .spotlight.style2 .content {
                width: 34rem;
                max-width: 100%;
            }

            .spotlight.style2 .image {
                margin-right: 0;
            }

    }

    .spotlight.style2.orient-left {
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .spotlight.style2.orient-left .image {
            margin: 0 0 2rem 3.5rem;
        }

        @media screen and (max-width: 736px) {

            .spotlight.style2.orient-left .image {
                margin: 0 0 2rem 2rem;
            }

        }

        @media screen and (orientation: portrait) {

            .spotlight.style2.orient-left {
                -moz-flex-direction: column-reverse;
                -webkit-flex-direction: column-reverse;
                -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
            }

                .spotlight.style2.orient-left .image {
                    margin-left: 0;
                }

        }

    .spotlight.style2.content-align-center {
        text-align: center;
    }

    .spotlight.style2.content-align-right {
        text-align: right;
    }

    .spotlight.style2.image-position-left .image img {
        -moz-object-position: left;
        -webkit-object-position: left;
        -ms-object-position: left;
        object-position: left;
    }

    .spotlight.style2.image-position-right .image img {
        -moz-object-position: right;
        -webkit-object-position: right;
        -ms-object-position: right;
        object-position: right;
    }

/* Spotlight (style3) */

.spotlight.style3 {
    padding: 7rem 7rem 5rem 7rem ;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
    text-align: left;
}

    .spotlight.style3 .content {
        width: 44.5rem;
        max-width: 100%;
    }

    .spotlight.style3 .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        border-radius: 0;
        border: solid 1px;
        width: 13rem;
        height: 23.11111rem;
        margin-top: 2.5rem;
        margin-bottom: 5rem;
        margin-right: 3.5rem;
    }

        .spotlight.style3 .image img {
            -moz-object-fit: cover;
            -webkit-object-fit: cover;
            -ms-object-fit: cover;
            object-fit: cover;
            -moz-object-position: center;
            -webkit-object-position: center;
            -ms-object-position: center;
            object-position: center;
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 0;
        }

        .spotlight.style3 .image:before {
            content: '';
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            border: solid 1px;
            border-bottom: 0;
        }

        .spotlight.style3 .image:after {
            content: '';
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            border: solid 1px;
            border-top: 0;
        }

        .spotlight.style3 .image:before {
            height: 2.5rem;
            background-size: 64px 32px;
            margin-top: -2.5rem;
            border-radius: 1rem 1rem 0 0;
        }

        .spotlight.style3 .image:after {
            height: 3rem;
            background-size: 64px 32px;
            margin-bottom: -3rem;
            border-radius: 0 0 1rem 1rem;
        }

    @media screen and (max-width: 1680px) {

        .spotlight.style3 {
            padding: 5rem 5rem 3rem 5rem ;
        }

    }

    @media screen and (max-width: 1280px) {

        .spotlight.style3 {
            padding: 4rem 4rem 2rem 4rem ;
        }

    }

    @media screen and (max-width: 980px) {

        .spotlight.style3 {
            padding: 3.75rem 3rem 1.75rem 3rem ;
        }

            .spotlight.style3 .image {
                width: 11.375rem;
                height: 20.22222rem;
                margin-top: 2.1875rem;
                margin-bottom: 4.625rem;
            }

                .spotlight.style3 .image:before {
                    height: 2.1875rem;
                    background-size: 56px 28px;
                    margin-top: -2.1875rem;
                    border-radius: 0.875rem 0.875rem 0 0;
                }

                .spotlight.style3 .image:after {
                    height: 2.625rem;
                    background-size: 56px 28px;
                    margin-bottom: -2.625rem;
                    border-radius: 0 0 0.875rem 0.875rem;
                }

    }

    @media screen and (max-width: 736px) {

        .spotlight.style3 {
            padding: 2.5rem 2rem 0.5rem 2rem ;
            -moz-align-items: -moz-flex-start;
            -webkit-align-items: -webkit-flex-start;
            -ms-align-items: -ms-flex-start;
            align-items: flex-start;
        }

            .spotlight.style3 .image {
                width: 8.125rem;
                height: 14.44444rem;
                margin-top: 1.5625rem;
                margin-bottom: 3.875rem;
            }

                .spotlight.style3 .image:before {
                    height: 1.5625rem;
                    background-size: 40px 20px;
                    margin-top: -1.5625rem;
                    border-radius: 0.625rem 0.625rem 0 0;
                }

                .spotlight.style3 .image:after {
                    height: 1.875rem;
                    background-size: 40px 20px;
                    margin-bottom: -1.875rem;
                    border-radius: 0 0 0.625rem 0.625rem;
                }

    }

    @media screen and (orientation: portrait) {

        .spotlight.style3 {
            -moz-align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -moz-flex-direction: column-reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            text-align: center !important;
        }

            .spotlight.style3 .content {
                width: 34rem;
                max-width: 100%;
            }

            .spotlight.style3 .image {
                margin-right: 0;
                margin-left: 0;
            }

    }

    .spotlight.style3.orient-left {
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .spotlight.style3.orient-left .image {
            margin-right: 0;
            margin-left: 3.5rem;
        }

        @media screen and (orientation: portrait) {

            .spotlight.style3.orient-left {
                -moz-flex-direction: column-reverse;
                -webkit-flex-direction: column-reverse;
                -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
            }

                .spotlight.style3.orient-left .image {
                    margin-right: 0;
                    margin-left: 0;
                }

        }

    .spotlight.style3.content-align-center {
        text-align: center;
    }

    .spotlight.style3.content-align-right {
        text-align: right;
    }

    .spotlight.style3.image-position-left .image img {
        -moz-object-position: left;
        -webkit-object-position: left;
        -ms-object-position: left;
        object-position: left;
    }

    .spotlight.style3.image-position-right .image img {
        -moz-object-position: right;
        -webkit-object-position: right;
        -ms-object-position: right;
        object-position: right;
    }

/* Spotlight (style4) */

.spotlight.style4 {
    padding: 7rem 5.25rem 5rem 5.25rem ;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: inherit;
    position: relative;
    overflow-x: hidden;
    text-align: center;
}

    .spotlight.style4 .content {
        padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
        position: relative;
        /* width: 40rem;
        max-width: 50%; */
        background-color: inherit;
        border-radius: 0.5rem;
        margin-bottom: 2rem;
        z-index: 1;
    }

    .spotlight.style4 .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 0;
    }

        .spotlight.style4 .image img {
            -moz-object-fit: cover;
            -webkit-object-fit: cover;
            -ms-object-fit: cover;
            object-fit: cover;
            -moz-object-position: center;
            -webkit-object-position: center;
            -ms-object-position: center;
            object-position: center;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 0;
        }

    @media screen and (max-width: 1680px) {

        .spotlight.style4 {
            padding: 5rem 3.75rem 3rem 3.75rem ;
        }

            .spotlight.style4 .content {
                padding: 2.5rem 2.5rem 0.5rem 2.5rem ;
            }

    }

    @media screen and (max-width: 1280px) {

        .spotlight.style4 {
            padding: 4rem 3rem 2rem 3rem ;
        }

            .spotlight.style4 .content {
                padding: 3rem 3rem 1rem 3rem ;
            }

    }

    @media screen and (max-width: 980px) {

        .spotlight.style4 {
            padding: 3rem 2.25rem 1rem 2.25rem ;
        }

            .spotlight.style4 .content {
                padding: 2.25rem 2.25rem 0.25rem 2.25rem ;
            }

    }

    @media screen and (max-width: 736px) {

        .spotlight.style4 {
            padding: 2rem 1.5rem 0.1rem 1.5rem ;
        }

            .spotlight.style4 .content {
                padding: 1.5rem 1.5rem 0.1rem 1.5rem ;
            }

    }

    @media screen and (max-width: 480px) {

        .spotlight.style4 .content {
            max-width: 80%;
        }

    }

    .spotlight.style4.fullscreen {
        min-height: 100vh;
    }

    .spotlight.style4.halfscreen {
        min-height: 50vh;
    }

    .spotlight.style4.orient-left {
        -moz-justify-content: -moz-flex-start;
        -webkit-justify-content: -webkit-flex-start;
        -ms-justify-content: -ms-flex-start;
        justify-content: flex-start;
        padding-left: 0;
    }

        .spotlight.style4.orient-left .content {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .spotlight.style4.orient-right {
        -moz-justify-content: -moz-flex-end;
        -webkit-justify-content: -webkit-flex-end;
        -ms-justify-content: -ms-flex-end;
        justify-content: flex-end;
        padding-right: 0;
    }

        .spotlight.style4.orient-right .content {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

    .spotlight.style4.content-align-left {
        text-align: left;
    }

    .spotlight.style4.content-align-right {
        text-align: right;
    }

    .spotlight.style4.image-position-left .image img {
        -moz-object-position: left;
        -webkit-object-position: left;
        -ms-object-position: left;
        object-position: left;
    }

    .spotlight.style4.image-position-right .image img {
        -moz-object-position: right;
        -webkit-object-position: right;
        -ms-object-position: right;
        object-position: right;
    }



/* Form */

form {
    margin: 0 0 2rem 0;
}

    form .field {
        margin: 0 0 1.5rem 0;
        clear: both;
    }

        form .field.half {
            clear: none;
            width: 50%;
            float: left;
            padding: 0 0 0 0.75rem;
        }

            form .field.half.first {
                padding: 0 0.75rem 0 0;
            }

        form .field.troisquart {
            clear: none;
            width: 66.66666%;
            float: left;
            padding: 0 0 0 0.75rem;
        }

            form .field.troisquart.first {
                padding: 0 0.75rem 0 0;
            }

        form .field.third {
            clear: none;
            width: 33.33333%;
            float: left;
            padding: 0 0 0 0.75rem;
        }

            form .field.third.first {
                padding: 0 0.75rem 0 0;
            }

    form > .actions {
        clear: both;
        margin: 1.875rem 0 0 0 !important;
    }

    @media screen and (max-width: 736px) {

        form .field {
            margin: 0 0 1.125rem 0;
        }

            form .field.half {
                padding: 0 0 0 0.5625rem;
            }

                form .field.half.first {
                    padding: 0 0.5625rem 0 0;
                }

            form .field.troisquart {
                padding: 0 0 0 0.5625rem;
            }

                form .field.troisquart.first {
                    padding: 0 0.5625rem 0 0;
                }

        form > .actions {
            margin: 1.5rem 0 0 0 !important;
        }

    }

    @media screen and (max-width: 480px) {

        form .field.half {
            width: 100%;
            float: none;
            padding: 0;
        }

            form .field.half.first {
                padding: 0;
            }

        form .field.troisquart {
            width: 100%;
            float: none;
            padding: 0;
        }

            form .field.troisquart.first {
                padding: 0;
            }
        form .field.third {
            width: 100%;
            float: none;
            padding: 0;
        }

            form .field.third.first {
                padding: 0;
            }



    }

.error {
    border: 1px solid #F44336 !important;
    box-shadow: 0 0 0 1px #F44336 !important;
}


     .ahashakeheartache {
        -webkit-animation: kf_shake 0.4s 1 linear;
        -moz-animation: kf_shake 0.4s 1 linear;
        -o-animation: kf_shake 0.4s 1 linear;
    }
    @-webkit-keyframes kf_shake {
        0% { -webkit-transform: translate(20px); }
        20% { -webkit-transform: translate(-20px); }
        40% { -webkit-transform: translate(15px); }
        60% { -webkit-transform: translate(-15px); }
        80% { -webkit-transform: translate(8px); }
        100% { -webkit-transform: translate(0px); }
    }
    @-moz-keyframes kf_shake {
        0% { -moz-transform: translate(20px); }
        20% { -moz-transform: translate(-20px); }
        40% { -moz-transform: translate(15px); }
        60% { -moz-transform: translate(-15px); }
        80% { -moz-transform: translate(8px); }
        100% { -moz-transform: translate(0px); }
    }
    @-o-keyframes kf_shake {
        0% { -o-transform: translate(20px); }
        20% { -o-transform: translate(-20px); }
        40% { -o-transform: translate(15px); }
        60% { -o-transform: translate(-15px); }
        80% { -o-transform: translate(8px); }
        100% { -o-origin-transform: translate(0px); }
    }

label {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0 0 1rem 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],	
input[type="url"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 4px;
    border: none;
    border: solid 1px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 0.825rem;
    text-decoration: none;
    width: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}


    input[type="text"]:invalid,
    input[type="password"]:invalid,
    input[type="email"]:invalid,
    input[type="tel"]:invalid,
    input[type="number"]:invalid,		
    input[type="search"]:invalid,
    input[type="url"]:invalid,
    select:invalid,
    textarea:invalid {
        box-shadow: none;
    }



.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}

    .select-wrapper:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .select-wrapper:before {
        content: '\f078';
        display: block;
        height: 2.75rem;
        line-height: 2.75rem;
        pointer-events: none;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 2.75rem;
    }

    .select-wrapper select::-ms-expand {
        display: none;
    }

    .select-wrapper.field.half:before {
        width: 3.75rem;
    }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],	
input[type="search"],
input[type="url"],
select {
    height: 2.75rem;
}

textarea {
    padding: 0.75rem 1rem;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2rem;
    opacity: 0;
    width: 1rem;
    z-index: -1;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        text-decoration: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        display: inline-block;
        font-size: 1rem;
        font-weight: 300;
        padding-left: 2.4rem;
        padding-right: 0.75rem;
        position: relative;
        margin-bottom: 0;
    }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            border-radius: 4px;
            border: solid 1px;
            content: '';
            display: inline-block;
            height: 1.65rem;
            left: 0;
            line-height: 1.58125rem;
            position: absolute;
            text-align: center;
            top: 0;
            width: 1.65rem;
        }

    input[type="checkbox"]:checked + label:before,
    input[type="radio"]:checked + label:before {
        content: '\f00c';
    }

input[type="checkbox"] + label:before {
    border-radius: 4px;
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    opacity: 1.0;
}

:-moz-placeholder {
    opacity: 1.0;
}

::-moz-placeholder {
    opacity: 1.0;
}

:-ms-input-placeholder {
    opacity: 1.0;
}

.formerize-placeholder {
    opacity: 1.0;
}

label {
    color: #000000;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],	
input[type="search"],
input[type="url"],
select,
textarea {
    border-color: rgba(0, 0, 0, 0.2);
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus,		
    input[type="search"]:focus,
    input[type="url"]:focus,
    select:focus,
    textarea:focus {
        border-color: #4c1372;
        box-shadow: 0 0 0 1px #4c1372;
    }

.select-wrapper:before {
    color: rgba(0, 0, 0, 0.2);
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    color: #000000;
}

    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
        border-color: rgba(0, 0, 0, 0.2);
    }

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background-color: #4c1372;
    border-color: #4c1372;
    color: #ffffff;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: #4c1372;
    box-shadow: 0 0 0 1px #4c1372;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.75) !important;
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.75) !important;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.75) !important;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.75) !important;
}

.formerize-placeholder {
    color: rgba(0, 0, 0, 0.75) !important;
}


/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 400;
		letter-spacing: 0.125em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		font-size: 0.75rem;
		max-width: 20rem;
		height: 3.75em;
		line-height: 3.75em;
		border-radius: 3.75em;
		padding: 0 2.5em;
		text-overflow: ellipsis;
		overflow: hidden;
	}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5rem;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1rem 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6rem;
			height: 3.325em;
			line-height: 3.325em;
			border-radius: 3.325em;
			padding: 0 2em;
		}

		input[type="submit"].smaller,
		input[type="reset"].smaller,
		input[type="button"].smaller,
		button.smaller,
		.button.smaller {
			font-size: 0.6rem;
			height: 3em;
			line-height: 3em;
			border-radius: 3em;
			padding: 0 1.8em;
		}		

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 0.8rem;
			height: 4em;
			line-height: 4em;
			border-radius: 4em;
			padding: 0 3em;
		}

		input[type="submit"].wide,
		input[type="reset"].wide,
		input[type="button"].wide,
		button.wide,
		.button.wide {
			min-width: 14em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
		color: #000000 !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			box-shadow: inset 0 0 0 1px #4c1372;
			color: #4c1372 !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(76, 19, 114, 0.2);
			box-shadow: inset 0 0 0 1px #4c1372;
			color: #fff !important;
		}


		input[type="submit"].invert,
		input[type="reset"].invert,
		input[type="button"].invert,
		button.invert,
		.button.invert {

			box-shadow: inset 0 0 0 1px #cccccc;
			color: #000 !important;
		}

			input[type="submit"].invert:hover,
			input[type="reset"].invert:hover,
			input[type="button"].invert:hover,
			button.invert:hover,
			.button.invert:hover {
				background-color: #4c1372;
				color: #fff !important;
			}

			input[type="submit"].invert:active,
			input[type="reset"].invert:active,
			input[type="button"].invert:active,
			button.invert:active,
			.button.invert:active {
				background-color: #7942aa;
				color: #fff !important;
			}



		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #333;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #4c1372;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #7942aa;
			}


		input[type="submit"].special2,
		input[type="reset"].special2,
		input[type="button"].special2,
		button.special2,
		.button.special2 {
			background-color: #4c1372;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].special2:hover,
			input[type="reset"].special2:hover,
			input[type="button"].special2:hover,
			button.special2:hover,
			.button.special2:hover {
				background-color: #fff;
				box-shadow: inset 0 0 0 1px #4c1372;
				color: #4c1372 !important;
			}

			input[type="submit"].special2:active,
			input[type="reset"].special2:active,
			input[type="button"].special2:active,
			button.special2:active,
			.button.special2:active {
				background-color: rgba(76, 19, 114, 0.2);
				box-shadow: inset 0 0 0 1px #4c1372;
				color: #fff !important;
			}			



/* ############MAIN */


