/*FONTS*/

.helvet-w01-w02-lt-w10 {
    font-family: helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
}

.arial-helvet-sans-serif {
    font-family: Arial,Helvetica,sans-serif;
}

.nav-font {
    font: normal normal 700 15px/1.4em 'Open Sans', sans-serif;
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.din-next {
    font: normal normal normal 14px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
}

/*COLOR*/
.white {
    color: #FFFFFF;
}

.purple {
    color: rgb(73, 34, 89);
}

.dark-purple {
    color: #492259;
}

.black {
    color: #000000;
}

/*FONT-WEIGHTS*/
.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

/*LINE-HEIGHTS*/
.line-1em {
    line-height: 1em;
}

.line-1-1em {
    line-height: 1.1em;
}

.line-1-4em {
    line-height: 1.4em;
}

.line-1-65em {
    line-height: 1.65em;
}

.line-67px {
    line-height: 67px;
}

/*FONT-SIZE*/
.font-size-36-px {
    font-size: 36px;
}

.font-size-35-px {
    font-size: 35px;
}

.font-size-34-px {
    font-size: 34px;
}

.font-size-33-px {
    font-size: 33px;
}

.font-size-33-px-mobile-22-px {
    font-size: 33px;
}

.font-size-30-px {
    font-size: 30px;
}

.font-size-24-px {
    font-size: 24px;
}

.font-size-22-px {
    font-size: 22px;
}

.font-size-20-px {
    font-size: 20px;
}

.font-size-18-px {
    font-size: 18px;
}

.font-size-18-px-mobile-14-px {
    font-size: 18px;
}

.font-size-16-px {
    font-size: 16px;
}

.font-size-15-px {
    font-size: 15px;
}

.font-size-10-px {
    font-size: 10px;
}

/*ALIGN*/
.text-align-center {
    text-align: center;
}

.content-align-center {
    margin: 0 auto;
}

.display-inline {
    display: inline-block;
}

.align-top {
    vertical-align: top;
}

/*WIDTHS*/
.width-306px {
    width: 306px;
}

/*MARGIN*/
.margin-0px {
    margin: 0;
}

.margin-left-15px {
    margin-left: 15px;
}

.margin-left-16px {
    margin-left: 16px;
}

.margin-left-28px {
    margin-left: 28px;
}

.margin-left-100px-mobile-20px {
    margin-left: 100px;
}

.margin-bottom-0px {
    margin-bottom: 0;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.margin-top-0px {
    margin-top: 0;
}

.margin-top-10px {
    margin-top: 10px;
}

.margin-top-40px {
    margin-top: 40px;
}

.margin-top-60px {
    margin-top: 60px;
}

.margin-top-70px {
    margin-top: 70px;
}

/*PADDING*/
.padding-2px {
    padding: 2px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.header {
    height: 290px;
    width: 100%;
    background-color: rgba(147, 82, 178, 1);
    overflow: hidden;
}

.header-container {
    position: relative;
    width: 1007px;
    height: 100%;
    margin: 0 auto;
}

.site-logo {
    position: absolute;
    top: 60px;
    left: 0px;
    max-width: 618px;
    width: 100%;
}

.header-bubble {
    position: absolute;
    top: 14px;
    right: 0px;
    height: 100%;
    width: 359px;
    padding-top: 45px;
    background-image: url('../img/header_bubble.webp');
    background-repeat: no-repeat;
}

.header-social-container {
    position: absolute;
    right: -60px;
    top: 20px;
}

.header-divider {
    background-color: rgba(75, 24, 90, 1);
    width: 100%;
    height: 12px;
}

.nav-menu-button {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    background: #A0A0A0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

    .nav-menu-button img {
        display: block;
        width: 28px;
        margin: 10px auto 0;
    }

    .nav-menu-button:hover {
        background: #909090;
    }

.nav-button-popup-options {
    display: none;
    position: absolute;
    top: 62px;
    right: 15px;
    background: #A0A0A0;
    opacity: 0.95;
    width: 280px;
    border: 1px solid #FFFFFF;
    z-index: 2;
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

    .nav-button-popup-options .nav-button-popup-option-item {
        text-decoration: none;
    }

        .nav-button-popup-options .nav-button-popup-option-item.active div {
            background-color: rgba(112, 112, 112, 1);
        }

        .nav-button-popup-options .nav-button-popup-option-item div {
            padding: 0 17px;
            width: 100%;
            height: 48px;
            line-height: 48px;
            color: #FFFFFF;
            border-bottom: 1px solid #FFFFFF;
            font-size: 16px;
        }

        .nav-button-popup-options .nav-button-popup-option-item:hover div {
            background-color: rgba(140, 140, 140, 1);
        }

        .nav-button-popup-options .nav-button-popup-option-item:last-child div {
            border-bottom: none;
        }

.nav-container {
    position: relative;
    width: 979px;
    height: 65px;
    margin: 0 auto;
    box-shadow: 0px 2px 3px 0px rgba(162,158,158,0.6);
}

    .nav-container ul {
        height: 100%;
        white-space: nowrap;
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .nav-container ul li {
            position: relative;
            display: inline-block;
            padding: 0;
            margin: 0 -2px;
            width: 163px;
            height: 100%;
            white-space: nowrap;
            display: inline-block;
            transition: background-color 0.4s ease 0s;
            text-align: center;
            background: #FFFFFF;
            background-position: center bottom;
            cursor: pointer;
            border-left: 1px solid rgba(255, 255, 255, 1);
        }

            .nav-container ul li:first-child {
                width: 167px;
            }

            .nav-container ul li:last-child {
                width: 165px;
            }

            .nav-container ul li:hover {
                background-color: rgba(136, 84, 157, 1);
            }

                .nav-container ul li:hover a .repeater-button-text {
                    color: #FFFFFF;
                }

            .nav-container ul li a {
                display: inline-block;
                height: 100%;
                width: 100%;
                margin: 0;
                padding: 0;
                border: 0;
                outline: 0;
                vertical-align: baseline;
                background: 0 0;
                text-decoration: none;
            }

                .nav-container ul li a .repeater-button,
                .nav-container ul li a .repeater-button-wrapper {
                    background-position: center top;
                    background: url(../img/indented_bg_inverted.png) repeat-x;
                    transition: 0.4s background-image ease 0s;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    vertical-align: baseline;
                    display: block;
                }

                .nav-container ul li a .repeater-button-wrapper {
                    background-position: center bottom;
                }

                .nav-container ul li a .repeater-button-text {
                    margin: 0;
                    padding: 0;
                    border: 0;
                    outline: 0;
                    vertical-align: baseline;
                    transition: color 0.4s ease 0s;
                    color: rgba(73, 34, 89, 1);
                }

            .nav-container ul li.active a .repeater-button,
            .nav-container ul li.active a .repeater-button-wrapper {
                background: url(../img/indented_bg.png) repeat-x;
                background-position: center bottom;
            }

            .nav-container ul li.active a .repeater-button-wrapper {
                background-position: center 0px;
            }

            .nav-container ul li.active a .repeater-button-text {
                background-color: rgba(73, 34, 89, 1);
                color: #FFFFFF;
            }

.content-container {
    margin: 55px auto 0;
    width: 979px;
}

.content-col-540px,
.content-col-420px {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.content-col-540px {
    width: 540px;
}

.content-col-420px {
    width: 420px;
}

.online-form {
    max-width: 408px;
    width: 100%;
    margin-left: 7px;
    border: 3px solid rgba(75, 24, 90, 1);
    background: rgba(204,204,204,1);
}

.online-form-margin-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.online-form-header {
    background: rgba(75, 24, 90, 1);
    padding: 12px 0 8px;
}

.online-form-heading {
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    color: rgb(73,34,89);
    font-family: 'Open Sans';
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
}

.online-form-sub-heading {
    font-size: 15px;
    font-family: 'Open Sans';
    text-align: center;
    margin-top: 0;
}

.online-form .form-control-group {
    margin: 0 15px;
}

.online-form .form-control {
    width: 100%;
    border: 1px solid rgba(204,204,204,1);
    box-shadow: none;
    padding: 6px 12px;
    margin: 0 0 15px;
    background-color: #FFFFFF;
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: normal;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
    line-height: 1.428571429;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: none;
}

    .online-form .form-control.required {
        border: 1px solid #AA0000;
        background-color: #FFEEEE;
    }

    .online-form .form-control:focus {
        border: 1px solid rgba(82,135,223,0.7);
        box-shadow: inset 0 0 4px rgba(102,175,233,0.6);
    }

.online-form .online-form-upload-button {
    background: rgb(73, 34, 89);
    color: rgb(204,204,204);
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

    .online-form .online-form-upload-button:hover {
        background: rgb(93, 54, 109);
    }

.online-form .online-form-submit-button {
    margin: 30px auto 52px;
    background: rgb(73, 34, 89);
    color: rgb(204,204,204);
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

    .online-form .online-form-submit-button:hover {
        background: rgb(93, 54, 109);
    }

    .online-form .online-form-submit-button[disabled] {
        background: rgb(73, 73, 73);
        color: rgb(204,204,204);
        cursor: auto;
    }

.online-form-link {
    text-decoration: none;
    color: #FFFFFF;
    background: #A0A0A0;
    padding: 0px 10px;
    transition: color 0.4s ease 0s;
}

    .online-form-link:hover {
        color: #707070;
        background: #CCCCCC;
    }

.online-form-error-box {
    display: none;
    width: 90%;
    border: 1px solid #AA0000;
    border-radius: 4px;
    background: #CC8888;
    color: #AA0000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px;
    padding: 15px;
}

    .online-form-error-box.success {
        border: 1px solid #007300;
        background: #88CC88;
        color: #007300;
    }

.file-upload-message {
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

    .file-upload-message .error {
        color: #AA0000;
    }

.no-decoration {
    text-decoration: none;
}

footer {
    width: 100%;
    background-color: #492259;
    padding: 25px 0 15px 0;
}

.footer-container {
    position: relative;
    width: 979px;
    margin: 0 auto;
}

.footer-box-left,
.footer-box-right {
    display: inline-block;
    margin: 0;
    padding: 0;
    max-width: 482px;
    width: 100%;
    color: #ffffff;
}

.footer-box-left,
.footer-bottom-mobile {
    font: normal normal normal 14px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
}

.footer-box-right {
    text-align: right;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.4em;
}

    .footer-box-right a {
        color: #ffffff;
        transition: color 0.4s ease 0s;
        text-decoration: none;
    }

        .footer-box-right a:hover {
            color: #CCCCCC;
        }

.footer-social-container {
    width: 100%;
    margin: 28px 0 0 0;
}

.footer-bottom-mobile {
    display: none;
    color: #ffffff;
}

.in-page-bubble-container {
    position: relative;
    display: inline-block;
    max-width: 400px;
    width: 100%;
    max-height: 279px;
    height: 100%;
    margin-top: 50px;
    -webkit-animation: bummer 1s;
    animation: bummer 1s;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .in-page-bubble-container .in-page-bubble {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: rotate(180deg);
        width: 100%;
    }

    .in-page-bubble-container .in-page-bubble-text {
        position: absolute;
        font-weight: bold;
        font-style: italic;
        max-width: 315px;
        margin: 100px 0 0 40px;
        padding: 0;
        border: 0;
        outline: 0;
        color: #FFFFFF;
        font-size: 30px;
        text-align: center;
        line-height: normal;
        font-family: 'Open Sans', sans-serif;
        z-index: 3;
        vertical-align: baseline;
        text-align: center;
    }

@-webkit-keyframes bummer {
    100% {
        -webkit-transform: scale(1,1);
    }
}

@keyframes bummer {
    100% {
        transform: scale(1,1);
    }
}

.step-text {
    max-width: 750px;
}

.image-gallery {
    width: 100%;
    position: relative;
    overflow: auto
}

    .image-gallery::after {
        content: "";
        clear: both;
        display: table;
    }

.image-gallery-item {
    position: relative;
    width: 229px;
    height: 240px;
    background: #CCCCCC;
    float: left;
    margin: 15px 0 0 15px;
    overflow: hidden;
    cursor: pointer;
}

    .image-gallery-item .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #FFFFFF;
        opacity: 0;
        transition: opacity 0.4s ease 0s;
        color: #000000;
        text-align: center;
        padding-top: 50%;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
    }

    .image-gallery-item:hover .overlay {
        opacity: 0.8;
    }

    .image-gallery-item img {
        width: 229px;
        height: 240px;
        object-fit: cover;
    }


.contact-form {
    width: 890px;
}

.contact-form-col {
    position: relative;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.contact-form .form-control {
    width: 100%;
    border: 1px solid rgba(204,204,204,1);
    padding: 5px;
    margin: 0 0 5px;
    background-color: #FFFFFF;
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: normal;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.428571429;
    outline: none;
}

    .contact-form .form-control.required {
        border: 1px solid #AA0000;
        background-color: #FFEEEE;
    }

.contact-form textarea.form-control {
    height: 147px;
    resize: none;
}

.contact-form-send-button {
    float: right;
    border: none;
    background: rgba(160, 160, 159, 1);
    cursor: pointer;
    color: #FFFFFF;
    padding: 5px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    transition: color 0.4s ease 0s;
}

    .contact-form-send-button:hover,
    .contact-form-send-button:active,
    .contact-form-send-button:focus {
        color: #A0A0A0;
        background: rgba(160,160,160, 0.5);
    }

    .contact-form-send-button[disabled] {
        background: rgb(73, 73, 73);
        color: rgb(204,204,204);
        cursor: auto;
    }

@media only screen and (max-width: 996px) {
    .mobile {
        width: 100%;
    }

    .mobile-hidden {
        display: none;
        visibility: hidden;
    }

    .mobile-center {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .header {
        height: auto;
    }

    .header-container {
        height: auto;
    }

    .site-logo {
        position: relative;
        text-align: center;
        left: auto;
        top: auto;
        margin: 60px auto 40px auto;
        width: 90%;
    }

    .nav-menu-button {
        display: block;
    }

    .content-container {
        width: 100%;
    }

    .content-col-540px {
        display: block;
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
    }

    .content-col-420px {
        display: block;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .footer-container {
        width: 100%;
    }

    .footer-box-right {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .footer-bottom-mobile {
        display: block;
        text-align: center;
        margin: 20px auto 0;
    }

    .online-form {
        margin-left: auto;
        border: none;
    }

    .font-size-18-px-mobile-14-px {
        font-size: 14px;
    }

    .font-size-33-px-mobile-22-px {
        font-size: 22px;
    }

    .margin-left-16px {
        margin-left: auto;
    }

    .margin-left-100px-mobile-20px {
        margin-left: 20px;
    }

    .step-container {
        position: relative;
        padding-bottom: 70px;
    }

        .step-container img {
            max-width: 90px;
        }

    .step-paragraph {
        display: block;
        position: absolute;
        top: 70px;
        left: 0px;
    }

    .contact-form {
        width: 100%;
    }

    .contact-form-col {
        display: block;
        width: 100%;
        max-width: 445px;
        margin: 0 auto;
    }

    .image-gallery-item {
        width: 45%;
        height: 200px;
    }

        .image-gallery-item img {
            width: 100%;
        }
}
