/* ------------------------------
Import separate stylesheets
-------------------------------*/

/* Focus states */
a:focus-visible:focus-visible,
select:focus-visible,
input:focus-visible,
textarea:focus-visible,
button:focus-visible {
    outline: 2px solid currentColor !important;
}

/* Skip to main content */
.skip-to-main-content-link {
    position: absolute;
    left: -9999em;
    opacity: 0;
}
.skip-to-main-content-link:focus {
    position: relative;
    left: 0;
    opacity: 1;
}

/* ------------------------------
Helpers
--------------------------------*/
.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
/* responsive iframe */
.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .responsive-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* zoom effect */
.zoom {
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

    .zoom:hover {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        -ms-transform: scale(1.5);
        filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1.5, M12=-0, M21=0, M22=1.5);
    }

.center-align {
    text-align: center;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

@media (min-width: 768px) {
    .right-align-desktop-only {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .center-align-mobile-only {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .center-align-desktop-only {
        text-align: center;
    }
}

.round-green {
    background: #8fe079;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    position: relative;
    top: 3px;
}

    .round-green.fac-check:before {
        top: 3px;
        left: 5px;
        position: absolute;
    }

.margin-top {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .margin-top {
        margin-top: 20px;
    }
}

.padding-top {
    padding-top: 40px;
}

    .padding-top.rounded-box {
        padding-top: 40px;
    }

    .padding-top.grey-bg {
        padding-top: 0px;
    }

@media (min-width: 768px) {
    .padding-top.grey-bg {
        padding-top: 40px;
    }
}

.padding-bottom {
    padding-bottom: 40px;
}

    .padding-bottom.rounded-box {
        padding-bottom: 40px;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.no-margin-top {
    margin-top: 0;
}

    .no-margin-top.rounded-box {
        margin-top: 0;
    }

.no-padding {
    padding: 0;
}

.chapter .no-padding {
    padding: 0;
}

    .chapter .no-padding.white-box {
        padding: 0;
    }

.chapter .padding-2px {
    padding: 2px;
}

    .chapter .padding-2px.white-box {
        padding: 2px;
    }

.img-holder img {
    width: 100%;
}

.padding {
    padding: 20px 20px;
}

.bg-primary {
    background-color: #28265B;
}

.color-white {
    color: #ffffff !important;
}

/* ------------------------------
Top
--------------------------------*/
.top {
    box-shadow: 5px 0px 25px 0px rgba(0, 0, 0, 0.35);
    z-index: 3;
    position: fixed;
    width: 100%;
    background: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .top .btn {
        background: #3655A2;
        border-radius: 18px;
        padding: 12px 25px;
        color: #ffffff;
    }

        .top .btn span {
            color: #ffffff;
        }

    .top .burger {
        position: absolute;
        display: block;
        top: 5px;
        left: 20px;
        width: 25px;
        height: 25px;
        background: rgba(0, 0, 0, 0);
    }

@media (min-width: 992px) {
    .top .burger {
        display: none;
    }
}

@media (min-width: 768px) {
    .top .burger {
        top: 15px;
        left: 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .top .burger {
        display: block;
    }
}

.top .burger span {
    background: #029dd2;
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    top: 10px;
}

    .top .burger span:before {
        content: "";
        background: #029dd2;
        width: 100%;
        height: 2px;
        display: block;
        position: absolute;
        top: -8px;
    }

    .top .burger span:after {
        content: "";
        background: #029dd2;
        width: 100%;
        height: 2px;
        display: block;
        position: absolute;
        top: 8px;
    }

@media (min-width: 768px) {
    .top {
        padding-top: 15px;
        padding-bottom: 17px;
    }
}

@media (min-width: 1024px) {
    .top {
        padding-bottom: 8px;
    }
}

.top .brand {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 120px;
}

@media (min-width: 768px) {
    .top .brand {
        width: 180px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .top .brand {
        margin-top: 15px;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .top .brand {
        margin-top: 0px;
        text-align: left;
        margin: 0;
        width: 100%;
        padding-bottom: 15px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .top .brand {
        width: 180px;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .top .brand {
        left: 40px;
        position: relative;
    }
}

.top .brand img {
    height: 32px;
}

@media (min-width: 768px) {
    .top .brand img {
        height: 58px;
    }
}

@media (min-width: 1024px) {
    .top .brand img {
        height: 58px;
    }
}

.top nav {
    text-align: center;
}

@media (min-width: 992px) {
    .top nav {
        margin-top: 25px;
    }
}

@media (min-width: 1024px) {
    .top nav {
        margin-top: 32px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .top nav {
        display: none;
    }
}

.top nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .top nav ul li {
        text-align: left;
        display: inline-block;
        position: relative;
        z-index: 1;
        padding: 0 20px 10px 20px;
    }

        .top nav ul li:last-child:after {
            display: none;
        }

        .top nav ul li:after {
            content: "|";
            width: 1px;
            color: #029dd2;
            height: 40%;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        .top nav ul li:hover a {
            color: #28265B;
        }

        .top nav ul li:hover ul,
        .top nav ul li:focus-within ul {
            display: block;
        }

            .top nav ul li:hover ul li a {
                color: white;
            }

        .top nav ul li a {
            color: #029dd2;
            font-size: 16px;
            font-weight: 400;
            font-family: "FFCoconWebProRegular", sans-serif;
        }

        .top nav ul li ul {
            box-shadow: 5px 0px 25px 0px rgba(0, 0, 0, 0.15);
            display: none;
            background: #3655A2;
            border-radius: 10px;
            padding: 10px 20px;
            position: absolute;
            z-index: 2;
            width: 24em;
            left: -7em;
            top: 60px;
        }

            .top nav ul li ul:before {
                content: "";
                background: rgba(0, 0, 0, 0);
                width: 100%;
                height: 100%;
                top: -30px;
                display: block;
                position: absolute;
                z-index: 0;
                left: 0;
            }

            .top nav ul li ul:after {
                content: "";
                background: url("../img/blue-angle.svg");
                width: 28px;
                height: 28px;
                top: -20px;
                left: 10em;
                background-size: cover;
                position: absolute;
            }

            .top nav ul li ul li {
                display: block;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                padding: 0 0px;
            }

                .top nav ul li ul li:after {
                    content: "";
                    display: none;
                }

                .top nav ul li ul li:last-child {
                    border-bottom: 0;
                }

                .top nav ul li ul li a {
                    color: #ffffff;
                    padding: 8px 0;
                    display: block;
                    text-decoration: none;
                }

                    .top nav ul li ul li a:hover {
                        color: #029dd2;
                    }

                        .top nav ul li ul li a:hover i {
                            color: #ffffff;
                        }

                    .top nav ul li ul li a i {
                        margin-top: 3px;
                        float: right;
                    }

.top .profile-holder {
    float: right;
    position: relative;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .top .profile-holder {
        display: none;
    }
}

.top .profile-holder:hover .account-menu,
.top .profile-holder:focus-within .account-menu {
    display: block;
}

.top .profile-holder .profile-img {
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: block;
    overflow: hidden;
    text-align: center;
}

.top .profile-holder .account-menu {
    position: absolute;
    top: 50px;
    display: none;
    right: 0;
}

.top .profile-holder img {
    display: block;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.top .profile-holder ul {
    box-shadow: 5px 0px 25px 0px rgba(0, 0, 0, 0.15);
    display: block;
    background: #3655A2;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
    width: 11em;
    top: 60px;
}

    .top .profile-holder ul:before {
        content: "";
        background: rgba(0, 0, 0, 0);
        width: 100%;
        height: 100%;
        top: -50px;
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
    }

    .top .profile-holder ul:after {
        content: "";
        background: url("../img/blue-angle.svg");
        width: 28px;
        height: 28px;
        top: -20px;
        left: 7em;
        background-size: cover;
        position: absolute;
    }

    .top .profile-holder ul li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0 0px;
        font-size: 18px;
        font-weight: 600;
    }

        .top .profile-holder ul li:after {
            content: "";
            display: none;
        }

        .top .profile-holder ul li:last-child {
            border-bottom: 0;
        }

        .top .profile-holder ul li a {
            color: #ffffff;
            padding: 8px 0;
            display: block;
            text-decoration: none;
        }

            .top .profile-holder ul li a:hover {
                color: #029dd2;
            }

                .top .profile-holder ul li a:hover i {
                    color: #ffffff;
                }

            .top .profile-holder ul li a i {
                margin-top: 3px;
                float: right;
            }

.top.no-signed-in .brand {
    text-align: left;
    margin: 0;
}

@media (min-width: 768px) {
    .top.no-signed-in .brand {
        width: 100%;
        margin: 0;
        text-align: left;
    }
}

.top.no-signed-in nav {
    text-align: right;
    margin-top: 3px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .top.no-signed-in nav {
        display: block;
    }
}

@media (min-width: 768px) {
    .top.no-signed-in nav {
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .top.no-signed-in nav {
        margin-top: 5px;
    }
}

.top.no-signed-in nav li {
    padding-right: 0;
    padding-bottom: 0;
}

    .top.no-signed-in nav li:after {
        display: none;
    }

    .top.no-signed-in nav li a {
        color: #3655A2;
    }

/* ------------------------------
Headers
--------------------------------*/
/* ------------------------------
Primary nav
--------------------------------*/
.menu-on .primary-nav {
    z-index: 999;
    visibility: visible;
}

.primary-nav {
    opacity: 0;
    background: #3655A2;
    position: fixed;
    z-index: -9;
    width: 100%;
    height: 100%;
    overflow: scroll;
    top: 0;
    visibility: hidden;
}

    .primary-nav .close {
        margin: 20px;
        opacity: 1;
        color: #ffffff;
        font-size: 25px;
    }

    .primary-nav nav {
        margin-top: 40px;
        padding: 0 20px;
        text-align: center;
    }

        .primary-nav nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .primary-nav nav ul li {
                text-align: left;
                display: block;
                position: relative;
                z-index: 1;
                padding: 10px 0px 10px 0px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }

                .primary-nav nav ul li:last-child:after {
                    display: none;
                }

                .primary-nav nav ul li a {
                    color: white;
                    font-size: 21px;
                    font-family: "FFCoconWebProRegular", sans-serif;
                    -webkit-font-smoothing: antialiased;
                }

                .primary-nav nav ul li ul {
                    display: block;
                    padding: 10px 0px;
                    z-index: 2;
                }

                    .primary-nav nav ul li ul li {
                        display: block;
                        border-bottom: 1px solid rgba(255, 255, 255, 0);
                        padding: 0 0px;
                    }

                        .primary-nav nav ul li ul li:after {
                            content: "";
                            display: none;
                        }

                        .primary-nav nav ul li ul li:last-child {
                            border-bottom: 0;
                        }

                        .primary-nav nav ul li ul li a {
                            color: #ffffff;
                            padding: 8px 0;
                            display: block;
                            text-decoration: none;
                            font-size: 16px;
                        }

                            .primary-nav nav ul li ul li a:hover {
                                color: #029dd2;
                            }

                                .primary-nav nav ul li ul li a:hover i {
                                    color: #ffffff;
                                }

                            .primary-nav nav ul li ul li a i {
                                margin-top: 3px;
                                float: right;
                            }

    .primary-nav .profile-holder {
        padding: 30px 20px 10px 20px;
        margin-bottom: -20px;
    }

        .primary-nav .profile-holder a:hover span {
            color: #029dd2;
        }

        .primary-nav .profile-holder a img {
            background: rgba(255, 255, 255, 0.3);
            padding: 3px;
            border-radius: 100px;
            max-width: 65px;
        }

        .primary-nav .profile-holder a span {
            text-decoration: none;
            font-size: 16px;
            color: #ffffff;
            font-family: "FFCoconWebProRegular", sans-serif;
            -webkit-font-smoothing: antialiased;
            margin-left: 10px;
        }

/* ------------------------------
Panels
--------------------------------*/
/* ***** RESPONSIVE PANEL PADDING ***** */
.panel-padding {
    width: 100%;
    overflow: hidden;
    margin: 80px 0 0 0;
}

@media screen and (max-width: 1199px) {
    .panel-padding {
        width: 100%;
        overflow: hidden;
        margin: 80px 0 80px 0;
    }
}

@media screen and (max-width: 991px) {
    .panel-padding {
        width: 100%;
        overflow: hidden;
        margin: 60px 0 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .panel-padding {
        width: 100%;
        overflow: hidden;
        margin: 40px 0 40px 0;
    }
}

@media screen and (max-width: 640px) {
    .panel-padding {
        width: 100%;
        overflow: hidden;
        margin: 30px 0 30px 0;
    }
}
/* ***** PANEL CONTENT ***** */
/* ------------------------------
Cards
--------------------------------*/
/* ------------------------------
Footer
--------------------------------*/
footer {
    background: #3385c0;
    position: relative;
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
}

    footer:before {
        content: "";
        display: block;
        background: url("../img/footer-left.svg");
        width: 260px;
        height: 10px;
        position: absolute;
        top: -8px;
        left: -1px;
        background-repeat: no-repeat;
        background-position: -2px 0;
    }

@media (min-width: 768px) {
    footer:before {
        top: -10px;
    }
}

footer:after {
    content: "";
    display: block;
    background: url("../img/footer-right.svg");
    width: 470px;
    height: 30px;
    position: absolute;
    top: -30px;
    right: -0px;
    background-repeat: no-repeat;
    background-position: 2px 0;
}

footer ul {
    text-align: center;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

    footer ul li {
        display: inline-block;
        margin-right: 15px;
    }

        footer ul li a {
            color: #ffffff;
            font-size: 14px;
            color: #ffffff;
        }

            footer ul li a:hover {
                color: #ffffff;
            }

footer p {
    margin-top: 5px;
    display: block;
    color: #ffffff;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
}

footer .privacy {
    color: #fff;
    text-decoration: underline;
}

/* ------------------------------
Signoff
--------------------------------*/
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: rgba(40, 38, 91, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

    .lity.lity-opened {
        opacity: 1;
    }

    .lity.lity-closed {
        opacity: 0;
    }

    .lity * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

    .lity-wrap:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    /* -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); */
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #28265B;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .lity-close::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .lity-close:hover,
    .lity-close:focus,
    .lity-close:active,
    .lity-close:visited {
        text-decoration: none;
        text-align: center;
        padding: 0;
        color: #272758;
        font-style: normal;
        font-size: 35px;
        font-family: Arial, Baskerville, monospace;
        line-height: 35px;
        /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
        border: 0;
        background: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    position: relative;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    position: relative;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

    .lity-iframe-container iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.lity-hide {
    display: none;
}

.lity-content h2 {
    font-size: 20px;
}

/* ------------------------------
Default Modals
--------------------------------*/
.j-modal-active {
    overflow: hidden;
    height: 100%;
}

    .j-modal-active .site {
        overflow: hidden;
        height: 100%;
    }

.j-modal.fade-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.j-modal.fade-out {
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.j-modal#login.fade-out {
    opacity: 0;
}

.j-modal-overlay {
    background: rgba(40, 38, 91, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    display: none;
}

.j-modal {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
    opacity: 0;
    overflow: auto;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

    .j-modal .close {
        padding: 8px 11px;
        width: 40px;
        height: 40px;
    }

    .j-modal .j-modal-vertical-align {
        display: table;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 30px auto;
        vertical-align: middle;
        width: 100%;
    }

@media (min-width: 768px) {
    .j-modal .j-modal-vertical-align {
        margin: auto;
    }
}

.j-modal .j-modal-vertical-align .j-modal-content {
    margin: auto;
    padding: 40px;
    position: relative;
}

@media (max-width: 768px) {
    .j-modal .j-modal-vertical-align .j-modal-content {
        position: relative;
    }
}

@media (max-height: 400px) {
    .j-modal .j-modal-vertical-align .j-modal-content {
        position: relative;
    }
}

@media (min-width: 768px) {
    .j-modal .j-modal-vertical-align .j-modal-content {
        margin: 0 auto;
    }
}

.j-modal form {
    margin: 0px 0;
}

.Firefox .j-modal-vertical-align {
    top: 15%;
    bottom: 15%;
}

.j-modal .j-modal-vertical-align {
    display: block;
}

@media (min-height: 600px) {
    .j-modal .j-modal-vertical-align {
        display: flex;
        align-items: center;
    }
}

.modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
}

    .modal-content .small-heading {
        margin-top: 0;
    }

    .modal-content textarea {
        height: 150px;
    }

/* ------------------------------
End Default Modals
--------------------------------*/
.small-modal .j-modal-content {
    border-radius: 10px;
}

@media (min-width: 768px) {
    .small-modal .j-modal-content {
        max-width: 600px;
    }
}

#sign-in .j-modal-content, #create-account .j-modal-content, #forgot-password .j-modal-content {
    background: none !important;
    padding: 0;
    margin: 0px auto;
}

    #sign-in .j-modal-content .rounded-box, #create-account .j-modal-content .rounded-box, #forgot-password .j-modal-content .rounded-box {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }

@media (min-width: 768px) {
    #sign-in .j-modal-content .rounded-box, #create-account .j-modal-content .rounded-box, #forgot-password .j-modal-content .rounded-box {
        padding-bottom: 60px;
    }
}

#sign-in .j-modal-content .rounded-box.blue-box, #create-account .j-modal-content .rounded-box.blue-box, #forgot-password .j-modal-content .rounded-box.blue-box {
    padding: 60px 0px;
    text-align: center;
}

@media (min-width: 768px) {
    #sign-in .j-modal-content .rounded-box.blue-box, #create-account .j-modal-content .rounded-box.blue-box, #forgot-password .j-modal-content .rounded-box.blue-box {
        margin-top: 30%;
    }
}

#sign-in .j-modal-content .rounded-box.blue-box .small-heading, #create-account .j-modal-content .rounded-box.blue-box .small-heading, #forgot-password .j-modal-content .rounded-box.blue-box .small-heading {
    margin-top: 0;
}

#sign-in .j-modal-content .rounded-box.blue-box .submit, #create-account .j-modal-content .rounded-box.blue-box .submit, #forgot-password .j-modal-content .rounded-box.blue-box .submit {
    margin-top: 20px;
}

#sign-in .j-modal-content .btn, #create-account .j-modal-content .btn, #forgot-password .j-modal-content .btn {
    width: auto;
}

#sign-in .j-modal-content .submit.padding-top, #create-account .j-modal-content .submit.padding-top, #forgot-password .j-modal-content .submit.padding-top {
    padding-top: 10px;
}

@media (min-width: 768px) {
    #sign-in .j-modal-content .submit .btn-text span, #create-account .j-modal-content .submit .btn-text span, #forgot-password .j-modal-content .submit .btn-text span {
        margin-top: 20px;
    }
}

#sign-in .j-modal-content .small-heading, #create-account .j-modal-content .small-heading, #forgot-password .j-modal-content .small-heading {
    font-weight: 100;
    font-family: "Neue Helvetica W05", sans-serif;
    margin-bottom: 0;
}

#sign-in .j-modal-content .sub-heading, #create-account .j-modal-content .sub-heading, #forgot-password .j-modal-content .sub-heading {
    margin-top: 5px;
    color: #28265B;
    font-size: 24px;
    font-weight: normal;
    font-family: "FFCoconWebProBold", sans-serif;
}

@media (min-width: 768px) {
    #sign-in .j-modal-content .sub-heading, #create-account .j-modal-content .sub-heading, #forgot-password .j-modal-content .sub-heading {
        font-size: 28px;
    }
}

#sign-in .j-modal-content .rounded-box.white-box, #forgot-password .j-modal-content .rounded-box.white-box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media (min-width: 768px) {
    #sign-in .j-modal-content .rounded-box.white-box, #forgot-password .j-modal-content .rounded-box.white-box {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 50px;
    }
}

#sign-in .j-modal-content .rounded-box.blue-box, #forgot-password .j-modal-content .rounded-box.blue-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 768px) {
    #sign-in .j-modal-content .rounded-box.blue-box, #forgot-password .j-modal-content .rounded-box.blue-box {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}

#create-account .j-modal-content .rounded-box.white-box, #forgot-password .j-modal-content .rounded-box.white-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 768px) {
    #create-account .j-modal-content .rounded-box.white-box {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 50px;
    }
}

#create-account .j-modal-content .rounded-box.blue-box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media (min-width: 768px) {
    #create-account .j-modal-content .rounded-box.blue-box {
        margin-top: 70%;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.j-modal .j-modal-vertical-align .j-modal-content {
    margin: 30px 30px;
    padding: 25px;
}

@media (min-width: 768px) {
    .j-modal .j-modal-vertical-align .j-modal-content {
        margin: 30px auto;
    }
}

@media (min-width: 1024px) {
    .j-modal .j-modal-vertical-align .j-modal-content {
        padding: 40px;
        margin: 30px auto;
    }
}

.j-modal-overlay {
    background: rgba(40, 38, 91, 0.9);
}

.j-modal-content {
    background: #ffffff;
    padding: 15px;
}

    .j-modal-content .content a.btn {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .j-modal-content span.close {
        position: absolute;
        top: 5px;
        right: 0px;
        opacity: 1;
    }

        .j-modal-content span.close i {
            color: #28265B;
        }

@media (min-width: 768px) {
    .j-modal-content {
        padding: 25px;
    }
}

/* ------------------------------
Rich Text Editor
--------------------------------*/
.rte p strong {
    font-weight: bold;
}

.rte img {
    max-width: 100%;
    height: auto;
}

/* ------------------------------
Main
--------------------------------*/
/* no-gutters Class Rules */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

/* Overrides Class Rules */
.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row .col-lg-1, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9, .row .col-md-1, .row .col-md-10, .row .col-md-11, .row .col-md-12, .row .col-md-2, .row .col-md-3, .row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-9, .row .col-sm-1, .row .col-sm-10, .row .col-sm-11, .row .col-sm-12, .row .col-sm-2, .row .col-sm-3, .row .col-sm-4, .row .col-sm-5, .row .col-sm-6, .row .col-sm-7, .row .col-sm-8, .row .col-sm-9, .row .col-xs-1, .row .col-xs-10, .row .col-xs-11, .row .col-xs-12, .row .col-xs-2, .row .col-xs-3, .row .col-xs-4, .row .col-xs-5, .row .col-xs-6, .row .col-xs-7, .row .col-xs-8, .row .col-xs-9 {
        padding-left: 10px;
        padding-right: 10px;
    }

/* Default Slick Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

    .slick-slide:focus {
        outline: none;
    }

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

    .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 100px;
        }

/* End Default Slick Slider */
body, html {
    height: 100%;
}

.content-wrapper {
    height: 100%;
}

.main {
    background: #EEEEEE;
    padding-top: 45px;
    min-height: calc(100% - 45px);
}

@media (min-width: 768px) {
    .main {
        padding-top: 90px;
        min-height: calc(100% - 90px);
    }
}

[data-chapter] {
    padding: 100px 0 50px 0;
    position: relative;
}

    [data-chapter] .heading {
        color: #28265B;
        font-size: 22px;
        margin-top: 10px;
    }

@media (min-width: 768px) {
    [data-chapter] .heading {
        font-size: 50px;
        margin-top: 20px;
    }
}

@media (min-width: 1024px) {
    [data-chapter] .heading {
        font-size: 50px;
    }
}

[data-chapter]:before {
    content: "";
    display: block;
    width: 2px;
    height: 100px;
    top: 0px;
    position: absolute;
    margin: 0 auto;
    left: -1px;
    right: 0;
    margin: 0 auto;
    background: #28265B;
    z-index: 0;
}

[data-chapter]:after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    bottom: 0px;
    position: absolute;
    margin: 0 auto;
    left: -1px;
    right: 0;
    margin: 0 auto;
    background: #28265B;
    z-index: 0;
}

[data-chapter='chapter-1'] {
    background: #FFA466;
}

    [data-chapter='chapter-1']:before {
        display: none;
    }

[data-chapter='chapter-2'] {
    background: #4FC6C9;
}

[data-chapter='chapter-3'] {
    background: #E88EBD;
}

[data-chapter='chapter-4'] {
    background: #FED650;
}

[data-chapter='chapter-5'] {
    background: #8FE079;
}

[data-chapter='chapter-6'] {
    background: #A18CD3;
}

[data-chapter='chapter-7'] {
    background: #FF6357;
}
/*[data-chapter='chapter-7']:after {*/
/*  bottom: 52px;*/
/*  height: 30px; }*/

.next-chapter-msg {
    color: #ffffff;
    margin-top: 8px;
    min-height: 65px;
}

    .next-chapter-msg .img-holder {
        position: relative;
        margin-right: 10px;
        border-radius: 100px;
        width: 65px;
        height: 65px;
        float: left;
        padding: 10px;
    }

        .next-chapter-msg .img-holder:after {
            content: "";
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            background: #ffffff;
            width: 1px;
            height: 100%;
        }

        .next-chapter-msg .img-holder img {
            width: 100%;
        }

    .next-chapter-msg p {
        margin-left: 80px;
        font-size: 14px;
        padding-top: 8px;
        line-height: 1.1;
    }

@media (min-width: 480px) {
    .next-chapter-msg p {
        padding-top: 15px;
    }
}

@media (min-width: 768px) {
    .next-chapter-msg p {
        padding-top: 8px;
        font-size: 16px;
        text-align: center;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .next-chapter-msg p {
        padding-top: 10px;
    }
}

.primary-bg {
    background: #28265B;
    color: #ffffff;
    height: 100%;
}

.grey-bg {
    background: #EEEEEE;
    height: 100%;
}

.purple-bg {
    background: #A18CD3;
    height: 100%;
}

.orange-bg {
    background: #ffa466;
    height: 100%;
}

.green-bg {
    background: #8fe079;
    height: 100%;
}

.teal-color {
    color: #4FC6C9;
}

.blue-color {
    color: #029dd2;
}

.accent-color {
    color: #3655A2;
}

.chapter-1 {
    background: #ffa466;
}

.chapter-2 {
    background: #4fc6c9;
}

.light-blue-box {
    background: #B0E5E7;
    border: 3px solid #4fc6c9;
}

    .light-blue-box .non-editable .add-note {
        border-top: 1px solid #4fc6c9;
    }

    .light-blue-box .text {
        background: #ffffff;
    }

    .light-blue-box .textarea {
        background: #ffffff;
    }

.chapter-3 {
    background: #e88ebd;
}

.light-pink-box {
    background: #F5CCE1;
    border: 3px solid #e88ebd;
}

    .light-pink-box .non-editable .add-note {
        border-top: 1px solid #e88ebd;
    }

    .light-pink-box .text {
        background: #ffffff;
    }

    .light-pink-box .textarea {
        background: #ffffff;
    }

.chapter-4 {
    background: #ffd242;
    color: #272758;
}

.light-yellow-box {
    background: #FFEDB0;
    border: 3px solid #ffd242;
}

    .light-yellow-box .non-editable .add-note {
        border-top: 1px solid #ffd242;
    }

    .light-yellow-box .text {
        background: #ffffff;
    }

    .light-yellow-box .textarea {
        background: #ffffff;
    }

.chapter-5 {
    background: #8fe079;
    color: #272758;
}

.light-green-box {
    background: #D3F5CA;
    border: 3px solid #8fe079;
}

    .light-green-box .non-editable .add-note {
        border-top: 1px solid #8fe079;
    }

    .light-green-box .text {
        background: #ffffff;
    }

    .light-green-box .textarea {
        background: #ffffff;
    }

.chapter-6 {
    background: #a18cd3;
}

.light-purple-box {
    background: #D5CBEB;
    border: 3px solid #a18cd3;
}

    .light-purple-box .non-editable .add-note {
        border-top: 1px solid #a18cd3;
    }

    .light-purple-box .text {
        background: #ffffff;
    }

    .light-purple-box .textarea {
        background: #ffffff;
    }

.chapter-7 {
    background: #ff6357;
}

.light-red-box {
    background: #FFD8D5;
    border: 3px solid #ff6357;
}

    .light-red-box .non-editable .add-note {
        border-top: 1px solid #ff6357;
    }

    .light-red-box .text {
        background: #ffffff;
    }

    .light-red-box .textarea {
        background: #ffffff;
    }

.intro-copy {
    margin: 20px 0;
    font-size: 16px;
    font-family: "Neue Helvetica W05", sans-serif;
}

@media (min-width: 768px) {
    .intro-copy {
        font-size: 22px;
    }
}

.intro-copy a {
    font-weight: 600;
    text-decoration: underline;
    color: #28265B;
}

.img-lrg-center {
    border-radius: 100px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    /* float: left; */
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .img-lrg-center {
        width: 180px;
        height: 180px;
    }
}

.img-lrg-center img {
    width: 100%;
}

.img-med-left {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    padding: 0px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: left;
    text-align: left;
    margin: 0 0 0 0;
}

    .img-med-left img {
        width: 100%;
        position: relative;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

.start-of-timeline {
    margin: 20px auto 0px auto;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    border: 2px solid #28265B;
    background: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
    .start-of-timeline {
        margin: 20px auto -30px auto;
    }
}

.end-of-timeline {
    margin: -20px auto 30px auto;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    border: 2px solid #28265B;
    background: rgba(0, 0, 0, 0);
    position: relative;
    top: 50px;
}

ul.timeline {
    list-style: none;
    padding: 1px 0 50px 0;
    margin: 0;
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
    margin: 0 auto;
}

    ul.timeline:after {
        content: "";
        display: table;
        clear: both;
    }

    ul.timeline:before {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 0px;
        margin: 0 auto;
        background: #28265B;
    }

@media (min-width: 768px) {
    ul.timeline:before {
        height: calc(100% - 30px);
        top: 30px;
    }
}

ul.timeline li {
    margin-top: 30px;
    vertical-align: top;
    width: 100%;
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {
    ul.timeline li {
        float: left;
        width: 50%;
    }
}

ul.timeline li.show-event {
    display: block;
}

    ul.timeline li.show-event.in .rounded-box {
        -webkit-animation: pulse 1s normal forwards ease-in-out;
        /* Safari 4+ */
        -moz-animation: pulse 1s normal forwards ease-in-out;
        /* Fx 5+ */
        -o-animation: pulse 1s normal forwards ease-in-out;
        /* Opera 12+ */
        animation: pulse 1s normal forwards ease-in-out;
        /* IE 10+, Fx 29+ */
        opacity: 1;
    }

    ul.timeline li.show-event.out .rounded-box {
        -webkit-animation: unpulse 1s normal forwards ease-in-out;
        /* Safari 4+ */
        -moz-animation: unpulse 1s normal forwards ease-in-out;
        /* Fx 5+ */
        -o-animation: unpulse 1s normal forwards ease-in-out;
        /* Opera 12+ */
        animation: unpulse 1s normal forwards ease-in-out;
        /* IE 10+, Fx 29+ */
        opacity: 1;
    }

@-webkit-keyframes pulse {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes pulse {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes unpulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0);
    }
}

@-moz-keyframes unpulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0);
    }
}

@-o-keyframes unpulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes unpulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0);
    }
}

@media (min-width: 768px) {
    ul.timeline li.show-event.even {
        float: right;
        clear: right;
    }

        ul.timeline li.show-event.even:before {
            z-index: 0;
            content: "";
            width: 0px;
            height: 2px;
            -webkit-transition: width 1s ease-out;
            -moz-transition: width 1s ease-out;
            -o-transition: width 1s ease-out;
            transition: width 1s ease-out;
            background: #28265B;
            position: absolute;
            left: 0%;
            top: 50%;
        }

        ul.timeline li.show-event.even.in:before {
            width: 120px;
        }

        ul.timeline li.show-event.even.out:before {
            width: 0px;
        }
}

@media (min-width: 768px) {
    ul.timeline li.show-event.even .rounded-box {
        float: right;
        margin-right: 0%;
    }
}

@media (min-width: 768px) {
    ul.timeline.alt-side li.show-event.even {
        float: left;
        clear: left;
    }

        ul.timeline.alt-side li.show-event.even:before {
            z-index: 0;
            content: "";
            width: 0px;
            height: 2px;
            -webkit-transition: width 1s ease-out;
            -moz-transition: width 1s ease-out;
            -o-transition: width 1s ease-out;
            transition: width 1s ease-out;
            background: #28265B;
            position: absolute;
            right: 0%;
            left: auto;
            top: 50%;
        }

        ul.timeline.alt-side li.show-event.even.in:before {
            width: 120px;
        }

        ul.timeline.alt-side li.show-event.even.out:before {
            width: 0px;
        }
}

@media (min-width: 768px) {
    ul.timeline.alt-side li.show-event.even .rounded-box {
        float: left;
        margin-left: 0%;
    }
}

ul.timeline.alt-side li.show-event.even .rounded-box:before {
    content: "";
    width: 0%;
    height: 1px;
    background: #000;
    position: absolute;
    right: -11%;
    top: 50%;
}

@media (min-width: 768px) {
    ul.timeline.alt-side li.show-event.even .rounded-box:before {
        display: block;
    }
}

@media (min-width: 768px) {
    ul.timeline li.show-event.odd {
        float: left;
        clear: left;
    }

        ul.timeline li.show-event.odd:before {
            z-index: 0;
            content: "";
            width: 0px;
            height: 2px;
            -webkit-transition: width 1s ease-out;
            -moz-transition: width 1s ease-out;
            -o-transition: width 1s ease-out;
            transition: width 1s ease-out;
            background: #28265B;
            position: absolute;
            right: 0%;
            top: 50%;
        }

        ul.timeline li.show-event.odd.in:before {
            width: 120px;
        }

        ul.timeline li.show-event.odd.out:before {
            width: 0px;
        }
}

@media (min-width: 768px) {
    ul.timeline li.show-event.odd .rounded-box {
        float: left;
        margin-left: 0%;
    }
}

ul.timeline li.show-event.odd .rounded-box:before {
    content: "";
    width: 0%;
    height: 1px;
    background: #000;
    position: absolute;
    right: -11%;
    top: 50%;
}

@media (min-width: 768px) {
    ul.timeline li.show-event.odd .rounded-box:before {
        display: block;
    }
}

@media (min-width: 768px) {
    ul.timeline.alt-side li.show-event.odd {
        float: right;
        clear: right;
    }

        ul.timeline.alt-side li.show-event.odd:before {
            z-index: 0;
            content: "";
            width: 0px;
            height: 2px;
            -webkit-transition: width 1s ease-out;
            -moz-transition: width 1s ease-out;
            -o-transition: width 1s ease-out;
            transition: width 1s ease-out;
            background: #28265B;
            position: absolute;
            left: 0%;
            top: 50%;
        }

        ul.timeline.alt-side li.show-event.odd.in:before {
            width: 120px;
        }

        ul.timeline.alt-side li.show-event.odd.out:before {
            width: 0px;
        }
}

@media (min-width: 768px) {
    ul.timeline.alt-side li.show-event.odd .rounded-box {
        float: right;
        margin-right: 0%;
    }
}

ul.timeline li:first-child {
    margin-top: 0;
}

.chapter .rounded-box {
    padding: 10px 21px 14px 21px;
}

@media (max-width: 768px) {
    .chapter .rounded-box {
        max-width: 300px;
        margin: 20px auto 0 auto;
    }
}

.rounded-box {
    padding: 10px 21px 21px 21px;
    margin-top: 20px;
    width: 100%;
    position: relative;
    border-radius: 8px;
}

    .rounded-box.white-box {
        background: white;
    }

        .rounded-box.white-box .user-answer {
            padding-left: 60px;
        }

    .rounded-box.blue-box {
        background: #3655A2;
        color: #ffffff;
    }

        .rounded-box.blue-box .small-heading, .rounded-box.blue-box .sub-heading, .rounded-box.blue-box .heading {
            color: #ffffff;
        }

    .rounded-box.dark-blue-box {
        background: #28265B;
    }

        .rounded-box.dark-blue-box .small-heading, .rounded-box.dark-blue-box .sub-heading, .rounded-box.dark-blue-box .heading, .rounded-box.dark-blue-box p {
            color: #ffffff;
        }

        .rounded-box.dark-blue-box label {
            color: #ffffff;
            font-size: 14px;
        }

        .rounded-box.dark-blue-box .text, .rounded-box.dark-blue-box .select {
            background: #ffffff;
        }

    .rounded-box.purple-box {
        background: #2d2d69;
        color: #ffffff;
        min-height: 70px;
    }

        .rounded-box.purple-box .avalon-question {
            color: #ffffff;
            position: relative;
            padding-left: 60px;
            min-height: 44px;
        }

            .rounded-box.purple-box .avalon-question:before {
                content: "A";
                font-family: "FFCoconWebProRegular", sans-serif;
                font-size: 36px;
                background-color: #ffffff;
                border-radius: 100px;
                width: 50px;
                height: 50px;
                display: block;
                color: #272758;
                text-align: center;
                float: left;
                position: absolute;
                left: 0;
            }

    .rounded-box .small-heading {
        margin-top: 12px;
        margin-bottom: 12px;
        padding-bottom: 0px;
        font-size: 20px;
    }

        .rounded-box .small-heading.center-align {
            text-align: center;
        }

        .rounded-box .small-heading span {
            color: #ff6357;
        }

    .rounded-box .note-added {
        font-family: "FFCoconWebProRegular", sans-serif;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        margin-right: 5px;
    }

    .rounded-box .add-note {
        font-family: "FFCoconWebProRegular", sans-serif;
        margin-top: 10px;
        font-size: 16px;
        display: inline-block;
        color: #3655A2;
        cursor: pointer;
    }

        .rounded-box .add-note i {
            font-size: 14px;
            position: relative;
            top: 0px;
        }

        .rounded-box .add-note span {
            display: inline-block;
            font-size: 14px;
            font-weight: 600;
            position: relative;
            top: 0px;
            margin-left: 5px;
        }

    .rounded-box .question-ajax {
        float: right;
        position: relative;
        top: 10px;
    }

    .rounded-box .mark-completed {
        float: right;
        position: relative;
        top: 10px;
        background: #8fe079;
        border-radius: 100px;
        width: 22px;
        height: 22px;
        display: inline-block;
        text-align: center;
        transform: scale(0);
    }

        .rounded-box .mark-completed i {
            color: #ffffff;
            top: 2px;
            right: 1px;
            position: absolute;
        }

        .rounded-box .mark-completed.in {
            -webkit-animation: pulse 1s normal forwards ease-in-out;
            /* Safari 4+ */
            -moz-animation: pulse 1s normal forwards ease-in-out;
            /* Fx 5+ */
            -o-animation: pulse 1s normal forwards ease-in-out;
            /* Opera 12+ */
            animation: pulse 1s normal forwards ease-in-out;
            /* IE 10+, Fx 29+ */
        }

    .rounded-box .mark-invalid {
        float: right;
        position: relative;
        top: 10px;
        background: #ff6357;
        border-radius: 100px;
        width: 22px;
        height: 22px;
        display: inline-block;
        text-align: center;
        transform: scale(0);
    }

        .rounded-box .mark-invalid i {
            color: #ffffff;
            top: 5px;
            right: 0px;
            left: 0;
            bottom: 0;
            position: absolute;
            font-size: 12px;
        }

        .rounded-box .mark-invalid.in {
            -webkit-animation: pulse 1s normal forwards ease-in-out;
            /* Safari 4+ */
            -moz-animation: pulse 1s normal forwards ease-in-out;
            /* Fx 5+ */
            -o-animation: pulse 1s normal forwards ease-in-out;
            /* Opera 12+ */
            animation: pulse 1s normal forwards ease-in-out;
            /* IE 10+, Fx 29+ */
        }

    .rounded-box .mark-error {
        float: right;
        position: relative;
        top: 10px;
        background: #ff6357;
        border-radius: 100px;
        width: 22px;
        height: 22px;
        display: inline-block;
        text-align: center;
        transform: scale(0);
    }

        .rounded-box .mark-error i {
            color: #ffffff;
            top: 5px;
            right: 0px;
            left: 0;
            bottom: 0;
            position: absolute;
            font-size: 12px;
        }

        .rounded-box .mark-error.in {
            -webkit-animation: pulse 1s normal forwards ease-in-out;
            /* Safari 4+ */
            -moz-animation: pulse 1s normal forwards ease-in-out;
            /* Fx 5+ */
            -o-animation: pulse 1s normal forwards ease-in-out;
            /* Opera 12+ */
            animation: pulse 1s normal forwards ease-in-out;
            /* IE 10+, Fx 29+ */
        }

    .rounded-box .btn.btn-green {
        width: 95%;
        margin-right: 5px;
    }

    .rounded-box .btn.btn-light-blue {
        width: 95%;
        margin-right: 5px;
    }

    .rounded-box .btn.btn-red {
        width: 95%;
        margin-right: 5px;
    }

    .rounded-box .add-list {
        margin-bottom: 0;
    }

        .rounded-box .add-list dt {
            background: #3655a2;
            color: #ffffff;
            padding: 5px 10px;
            margin-bottom: 5px;
        }

            .rounded-box .add-list dt i {
                margin-right: 5px;
            }

            .rounded-box .add-list dt .text {
                border: 0;
            }

                .rounded-box .add-list dt .text:after {
                    display: table;
                    content: "";
                    clear: both;
                }

            .rounded-box .add-list dt input {
                font-weight: 600;
                color: #ffffff;
                width: 85%;
                float: left;
            }

                .rounded-box .add-list dt input::placeholder {
                    font-weight: 600;
                    color: #ffffff;
                }

            .rounded-box .add-list dt a {
                float: right;
                position: relative;
                top: 2px;
                color: #ffffff;
            }

                .rounded-box .add-list dt a:hover {
                    color: #ffffff;
                }

        .rounded-box .add-list dd {
            border: 1px solid rgba(0, 0, 0, 0.1);
            padding: 5px 0;
            margin-bottom: -1px;
            clear: both;
            float: left;
            width: 100%;
            cursor: pointer;
        }

            .rounded-box .add-list dd .checklist {
                float: left;
                position: relative;
                padding: 0px 0px 0px 35px;
            }

                .rounded-box .add-list dd .checklist:before {
                    content: "";
                    width: 22px;
                    height: 22px;
                    position: absolute;
                    top: 0;
                    left: 6px;
                    border-radius: 100px;
                    border-top: none;
                    border-right: none;
                    background: rgba(0, 0, 0, 0.2);
                    opacity: 1;
                    font-family: Font Awesome\ 5 Free;
                    font-weight: 900;
                    -moz-osx-font-smoothing: grayscale;
                    -webkit-font-smoothing: antialiased;
                    display: inline-block;
                    font-style: normal;
                    font-variant: normal;
                    text-rendering: auto;
                    line-height: 1;
                    color: #ffffff;
                    padding: 3px 0px 0px 6px;
                }

                .rounded-box .add-list dd .checklist.on:before {
                    background-image: url("../img/check.svg");
                    background-size: 16px;
                    display: block;
                    opacity: 1;
                    background-repeat: no-repeat;
                    background-position: 5px 3px;
                    background-color: #8fe079;
                }

            .rounded-box .add-list dd .delete {
                float: right;
                margin-right: 5px;
            }

ul.list-of-pictures {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.list-of-pictures li {
        display: inline-block;
        width: 48.6%;
        margin-bottom: 2%;
        margin-right: 1%;
        margin-top: 0;
    }

        ul.list-of-pictures li:nth-child(2n) {
            margin-right: 0%;
        }

@media (min-width: 1024px) {
    ul.list-of-pictures li {
        width: 32.6%;
        margin-top: 0;
        margin-right: 1%;
    }

        ul.list-of-pictures li:nth-child(2n) {
            margin-right: 1%;
        }
}

ul.list-of-pictures li:last-child {
    margin-right: 0%;
}

.upload-picture {
    position: relative;
}

    .upload-picture input {
        position: absolute;
        z-index: 3;
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .upload-picture .img-holder {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100px;
        line-height: 100px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
    }

        .upload-picture .img-holder img {
            position: relative;
            z-index: 1;
            max-width: 120%;
            max-height: 120%;
            vertical-align: middle;
            background: #ffffff;
            top: -10%;
            left: -10%;
            width: 120%;
        }

        .upload-picture .img-holder .placeholder {
            padding: 25px 0 0 0;
            position: absolute;
            top: 0;
            width: 100%;
            text-align: center;
            color: #3655A2;
        }

            .upload-picture .img-holder .placeholder i {
                display: block;
                font-size: 22px;
            }

            .upload-picture .img-holder .placeholder span {
                display: block;
                font-family: "Neue Helvetica W05", sans-serif;
                font-size: 13px;
                line-height: 18px;
            }

ul.list-of-files {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.list-of-files li {
        display: inline-block;
        width: 48.6%;
        margin-bottom: 2%;
        margin-top: 0;
        margin-right: 1%;
    }

        ul.list-of-files li:nth-child(2n) {
            margin-right: 0%;
        }

@media (min-width: 1024px) {
    ul.list-of-files li {
        width: 23.6%;
        margin-top: 0;
        margin-right: 1%;
    }

        ul.list-of-files li:nth-child(2n) {
            margin-right: 1%;
        }

        ul.list-of-files li:last-child {
            margin-right: 0%;
        }
}

ul.list-of-files li .note-added {
    display: none;
}

@media (min-width: 768px) {
    ul.list-of-files li .note-added {
        display: inline-block;
    }
}

.after-actions {
    z-index: -5;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

    .after-actions.alt {
        z-index: -5;
        opacity: 0;
        position: absolute;
        top: 0;
        left: auto;
        right: 5px;
        width: 30px;
        height: 30px;
        background: rgba(0, 0, 0, 0);
    }

    .after-actions .remove {
        background: rgba(40, 38, 91, 0.8);
        border-radius: 3px;
        width: 23px;
        height: 23px;
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        text-align: center;
    }

        .after-actions .remove i {
            color: #ffffff;
            font-size: 14px;
        }

    .after-actions .download {
        background: rgba(40, 38, 91, 0.8);
        position: absolute;
        bottom: 0;
        left: 0;
        height: 54px;
        width: 100%;
        text-align: center;
        padding-top: 3px;
    }

        .after-actions .download i {
            color: #ffffff;
            font-size: 14px;
            margin-right: 5px;
        }

        .after-actions .download span {
            color: #ffffff;
            font-size: 14px;
        }

    .after-actions.active {
        z-index: 4;
        opacity: 1;
    }

.upload-files {
    position: relative;
}

    .upload-files form {
        position: relative;
    }

    .upload-files input {
        position: absolute;
        z-index: 3;
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        width: 110%;
        height: 110%;
        opacity: 0;
    }

    .upload-files .img-holder {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 180px;
        line-height: 100px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
    }

        .upload-files .img-holder img {
            position: absolute;
            z-index: 1;
            max-width: 100%;
            vertical-align: middle;
            background: #ffffff;
            margin: 0 auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .upload-files .img-holder .placeholder {
            padding: 65px 0 0 0;
            position: absolute;
            top: 0;
            width: 100%;
            text-align: center;
            color: #3655A2;
        }

            .upload-files .img-holder .placeholder i {
                display: block;
                font-size: 35px;
            }

                .upload-files .img-holder .placeholder i.fac-check-blue {
                    margin-bottom: 14px;
                }

                    .upload-files .img-holder .placeholder i.fac-check-blue:before {
                        content: "";
                        margin: 0 auto;
                    }

            .upload-files .img-holder .placeholder span {
                display: block;
                font-family: "Neue Helvetica W05", sans-serif;
                font-size: 14px;
                line-height: 18px;
            }

@media (min-width: 768px) {
    [data-chapter='chapter-6'] ul.timeline li.show-event:before {
        top: 55px;
    }
}

[data-chapter='chapter-6'] ul.timeline li.show-event .rounded-box {
    min-height: 70px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    [data-chapter='chapter-6'] ul.timeline li.show-event .rounded-box {
        margin-bottom: 10px;
    }
}

[data-chapter='chapter-6'] ul.timeline li.show-event .rounded-box .lrg-text {
    width: calc(100% - 60px);
}

ul.timeline li .rounded-box {
    opacity: 0;
    margin-top: 10px;
}

@media (min-width: 768px) {
    ul.timeline li .rounded-box {
        width: 90%;
    }
}

ul.timeline li.show-event .rounded-box.has-fin {
    position: relative;
}

    ul.timeline li.show-event .rounded-box.has-fin:before {
        content: "";
        background: url("../img/white-angle.svg");
        width: 28px;
        height: 28px;
        top: -20px;
        left: 47%;
        background-size: cover;
        position: absolute;
    }

.chapter-notification {
    height: 70px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    display: none;
    top: 48px;
    background: #ffffff;
    padding: 10px 10px 15px 10px;
    border-radius: 0px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 0px 0px 0px;
    z-index: 2;
}

    .chapter-notification.active {
        display: block;
    }

@media (min-width: 768px) {
    .chapter-notification {
        top: 88px;
    }
}

@media (min-width: 992px) {
    .chapter-notification {
        top: 92px;
    }
}

@media (min-width: 1024px) {
    .chapter-notification {
        top: 96px;
    }
}

.chapter-notification.story-locked {
    background: #ff6357;
    color: #ffffff;
}

    .chapter-notification.story-locked i {
        background: #ffffff;
        color: #ff6357;
    }

    .chapter-notification.story-locked span {
        font-size: 12px;
        padding-top: 8px;
        font-family: "Neue Helvetica W05", sans-serif;
        font-weight: 500;
    }

@media (min-width: 768px) {
    .chapter-notification.story-locked span {
        font-size: 14px;
    }
}

@media (min-width: 480px) {
    .chapter-notification.story-locked span {
        padding-top: 15px;
    }
}

@media (min-width: 1024px) {
    .chapter-notification.story-locked span {
        text-decoration: none;
        position: relative;
        top: 2px;
    }
}

.chapter-notification.story-unlocked {
    background: #79BD66;
    color: #ffffff;
}

    .chapter-notification.story-unlocked i {
        background: #ffffff;
        color: #79BD66;
    }

    .chapter-notification.story-unlocked .btn {
        display: inline-block;
        padding: 0;
        margin: 0;
        border: 0;
    }

@media (min-width: 1024px) {
    .chapter-notification.story-unlocked .btn {
        border: 2px solid #ffffff;
        padding: 10px 15px;
        margin-left: 15px;
    }
}

.chapter-notification.story-unlocked .btn span {
    font-size: 12px;
    font-family: "Neue Helvetica W05", sans-serif;
    font-weight: 500;
    text-decoration: underline;
    margin: 0;
}

@media (min-width: 768px) {
    .chapter-notification.story-unlocked .btn span {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .chapter-notification.story-unlocked .btn span {
        text-decoration: none;
        position: relative;
        top: -1px;
    }
}

.chapter-notification.story-unlocked .btn:hover span {
    text-decoration: none;
}

.chapter-notification.story-keyholder {
    height: 70px;
    background: #28265B;
    color: #ffffff;
}

    .chapter-notification.story-keyholder i {
        background: #ffffff;
        color: #ff6357;
    }

    .chapter-notification.story-keyholder span {
        font-size: 14px;
        padding: 17px 0px 0px 40px;
        font-family: "Neue Helvetica W05", sans-serif;
        font-weight: 300;
    }

        .chapter-notification.story-keyholder span strong {
            font-family: "FFCoconWebProRegular", sans-serif;
            font-weight: 100;
        }

@media (min-width: 768px) {
    .chapter-notification.story-keyholder span {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .chapter-notification.story-keyholder span {
        padding: 0px 0px 0px 20px;
        top: -19px;
    }
}

@media (min-width: 1024px) {
    .chapter-notification.story-keyholder span {
        text-decoration: none;
        position: relative;
        padding: 0px 0px 0px 20px;
        top: -18px;
    }
}

.chapter-notification.story-keyholder .profile-holder {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
    background: #fff;
    display: inline-block;
    float: left;
}

@media (min-width: 992px) {
    .chapter-notification.story-keyholder .profile-holder {
        float: none;
    }
}

.chapter-notification.story-keyholder .profile-holder img {
    display: block;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    .chapter-notification {
        text-align: center;
    }
}

.chapter-notification i {
    float: left;
    display: inline-block;
    border-radius: 100px;
    padding: 9px 12px;
    font-size: 20px;
    color: #ffffff;
    background: black;
    position: relative;
    top: 5px;
    width: 40px;
    height: 40px;
    margin-right: 3px;
}

@media (min-width: 992px) {
    .chapter-notification i {
        float: none;
    }
}

.chapter-notification i.red-bgcolor {
    background: #ff6357;
}

.chapter-notification i.green-bgcolor {
    background: #8fe079;
}

.chapter-notification span {
    text-align: left;
    display: block;
    margin-left: 30px;
    font-size: 12px;
    position: relative;
    padding: 2px 0px 0px 20px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .chapter-notification span {
        display: inline-block;
        text-align: center;
        margin-left: 0px;
    }
}

@media (min-width: 1024px) {
    .chapter-notification span {
        top: 2px;
    }
}

@media (min-width: 480px) {
    .chapter-notification span {
        padding: 10px 0px 0px 20px;
    }
}

@media (min-width: 768px) {
    .chapter-notification span {
        font-size: 14px;
        padding: 4px 0px 10px 20px;
    }
}

@media (min-width: 992px) {
    .chapter-notification span {
        font-size: 14px;
        padding: 2px 0px 10px 20px;
    }
}

.chapter-notification .btn {
    margin-top: 20px;
}

    .chapter-notification .btn span {
        font-size: 13px;
        font-weight: 400;
        font-family: "FFCoconWebProRegular", sans-serif;
        -webkit-font-smoothing: antialiased;
    }

@media (min-width: 768px) {
    .chapter-notification .btn span {
        font-size: 18px;
    }
}

.chapter-locked {
    background: #ffffff;
    padding: 10px 10px 15px 10px;
    border-radius: 8px;
    position: relative;
    margin: 50px 0 0 0;
    z-index: 1;
}

    .chapter-locked:before {
        content: "";
        display: block;
        width: 2px;
        height: 50px;
        top: -50px;
        position: absolute;
        margin: 0 auto;
        left: -1px;
        right: 0;
        margin: 0 auto;
        background: #28265B;
        z-index: 0;
    }

    .chapter-locked i {
        text-align: center;
        display: block;
        border-radius: 100px;
        padding: 15px 12px;
        font-size: 40px;
        color: #ffffff;
        background: #ff6357;
        position: relative;
        top: 5px;
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }

    .chapter-locked p {
        display: block;
        margin-bottom: 20px;
    }

.media-lib {
    background: #ffffff;
    padding: 10px 10px 15px 10px;
    border-radius: 8px;
    position: relative;
    margin: 0 0 0px 0;
    z-index: 1;
}

    .media-lib p {
        display: block;
        margin-bottom: 20px;
    }

    .media-lib .note-added {
        font-family: "Neue Helvetica W05", sans-serif;
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        position: relative;
        margin-right: 12px;
    }

    .media-lib .add-note {
        font-family: "Neue Helvetica W05", sans-serif;
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        color: #3655A2;
        cursor: pointer;
    }

        .media-lib .add-note i {
            font-size: 12px;
            position: relative;
            top: -1px;
        }

        .media-lib .add-note span {
            display: inline-block;
            font-size: 15px;
            font-weight: 600;
            position: relative;
            top: 0px;
            margin-left: 5px;
        }

.progress-bar {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 20px;
    box-shadow: none;
}

    .progress-bar [data-progress] {
        width: 0;
        -webkit-transition: width 1s ease-out;
        -moz-transition: width 1s ease-out;
        -o-transition: width 1s ease-out;
        transition: width 1s ease-out;
        background: #272758;
    }

        .progress-bar [data-progress] span {
            color: #ffffff;
            font-size: 14px;
            text-align: center;
            display: block;
        }

.show-event:first-child {
    margin-top: 0;
}

ul.timeline .hide-event {
    display: none;
}

.scroll-nav {
    position: fixed;
    top: 35%;
    right: 13px;
    z-index: 9;
    z-index: 9;
}

@media (min-width: 768px) {
    .scroll-nav {
        right: 22px;
    }
}

.scroll-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .scroll-nav ul li {
        margin-bottom: 15px;
    }

@media (min-width: 768px) {
    .scroll-nav ul li {
        margin-bottom: 22px;
    }
}

.scroll-nav ul li a {
    border: 2px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
    width: 17px;
    height: 17px;
    border-radius: 100px;
    display: block;
    position: relative;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

@media (min-width: 768px) {
    .scroll-nav ul li a {
        width: 22px;
        height: 22px;
    }
}

.scroll-nav ul li a.completed:after {
    content: "";
    background-image: url("../img/check.svg");
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #ffffff;
    width: 11px;
    height: 9px;
    top: 2px;
    right: 0px;
    position: absolute;
}

@media (min-width: 768px) {
    .scroll-nav ul li a.completed:after {
        width: 15px;
        height: 15px;
    }
}

.scroll-nav ul li a span {
    position: absolute;
    right: 0;
    color: #28265B;
    font-size: 12px;
    right: 30px;
    top: 2px;
    display: none;
    width: 80px;
    text-align: right;
}

.scroll-nav ul li a:hover span {
    display: none;
}

.scroll-nav ul li a.active {
    border: 2px solid #ffffff;
    background: rgba(0, 0, 0, 0);
}

.button {
    position: absolute;
    right: 0;
    top: 2px;
}

.speak {
    float: right;
    background-color: #3655A2;
    display: block;
    width: 150px;
    height: 50px;
    padding: 12px 10px;
    border-radius: 100px;
    text-align: center;
}

    .speak:after {
        content: "\f130";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-size: 25px;
        color: #ffffff;
    }


.stop-time {
    float: right;
    background-color: #3655A2;
    display: block;
    width: 150px;
    height: 50px;
    padding: 12px 10px;
    border-radius: 100px;
    text-align: center;
    position: relative;
}

    .stop-time:after {
        content: "";
        -webkit-animation: pulsar 3s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
        background-color: #3655A2;
        display: block;
        width: 154px;
        height: 54px;
        border-radius: 100px;
        text-align: center;
        opacity: 0;
        position: absolute;
        top: -2px;
        left: -2px;
        z-index: -1;
    }

    .stop-time:before {
        content: "";
        -webkit-animation: pulsar 2s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
        background-color: #3655A2;
        display: block;
        width: 160px;
        height: 60px;
        border-radius: 100px;
        text-align: center;
        opacity: 0;
        position: absolute;
        top: -5px;
        left: -5px;
        z-index: -1;
    }

@-webkit-keyframes

'pulsar' {
    0%

{
    transform: scale(0.5);
    opacity: 0;
}

50% {
    transform: scale(1.1);
    opacity: 0.3;
}

100% {
    transform: scale(0.5);
    opacity: 0;
}

}

.stop-time i {
    color: #ffffff !important;
}



.speak.center-align {
    float: none;
    margin: 0 auto;
}

.send {
    float: right;
    background-color: #3655A2;
    display: block;
    width: 50px;
    height: 50px;
    padding: 14px 3px 14px 0;
    border-radius: 100px;
    text-align: center;
}

    .send:after {
        content: "\f1d8";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-size: 21px;
        color: #ffffff;
    }

.backspace {
    background: url("../img/backspace.svg");
    width: 35px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: 15%;
    bottom: 13px;
}

.close.alt {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 1;
    color: #3655A2;
}

.option-menu {
    position: absolute;
    top: 10px;
    right: 15px;
    background: rgba(0, 0, 0, 0);
}

    .option-menu span.dots {
        display: block;
        float: left;
        width: 3px;
        height: 3px;
        background: #28265B;
        position: relative;
    }

        .option-menu span.dots:before {
            content: "";
            display: block;
            float: left;
            width: 3px;
            height: 3px;
            background: #28265B;
            position: relative;
            margin-left: -4px;
        }

        .option-menu span.dots:after {
            content: "";
            display: block;
            float: left;
            width: 3px;
            height: 3px;
            background: #28265B;
            position: relative;
            margin-left: 4px;
        }

.popup-options {
    display: none;
    background: #ffffff;
    width: 150px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    z-index: 1;
    position: absolute;
    right: 0;
    top: 10px;
}

    .popup-options ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .popup-options ul li {
            display: block;
            width: 100%;
            margin-top: 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

            .popup-options ul li:last-child {
                border-bottom: 0;
            }

    .popup-options a {
        display: block;
        padding: 15px 15px;
        color: #3655A2;
    }

        .popup-options a span {
            font-weight: 600;
        }

        .popup-options a i {
            color: #3655A2;
            font-size: 12px;
            margin-right: 5px;
            position: relative;
            top: -1px;
        }

        .popup-options a:hover {
            text-decoration: none;
        }

            .popup-options a:hover span {
                color: #029dd2;
            }

            .popup-options a:hover i {
                color: #029dd2;
            }

@media (min-width: 992px) {
    .overlap-col {
        position: absolute;
        z-index: 2;
    }

        .overlap-col .content p {
            padding-right: 10%;
        }
}

@media (min-width: 2000px) {

    .overlap-col .content p {
        padding-right: 40%;
    }
}

.banner {
    padding: 40px 0 0px 0;
    text-align: center;
}

@media (min-width: 992px) {
    .banner {
        padding: 35px 0 0px 0;
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .banner {
        padding: 70px 0 0px 0;
        text-align: left;
    }
}

.banner .btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner .heading {
    font-size: 24px;
}

@media (min-width: 768px) {
    .banner .heading {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .banner .heading {
        font-size: 38px;
    }
}

@media (min-width: 768px) {
    .banner p {
        font-size: 18px;
    }
}

.banner.primary-bg .heading {
    color: #ffffff;
}

.banner .img img {
    width: 100%;
}

@media (min-width: 1024px) {
    .sm-banner {
        padding: 35px 0 30px 0;
    }
}

@media (min-width: 1024px) {
    .sm-banner .content {
        padding: 40px 0 0px 0;
    }
}

.sm-banner p {
    font-size: 14px;
}

@media (min-width: 768px) {
    .sm-banner p {
        font-size: 21px;
    }
}

.sm-banner p.progress-status {
    padding: 15px 0;
    font-size: 12px;
}

@media (min-width: 768px) {
    .sm-banner p.progress-status {
        font-size: 18px;
    }
}

.sm-banner p.progress-status strong {
    margin-right: 20px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .sm-banner p.progress-status strong {
        margin-right: 30px;
        font-weight: 700;
    }
}

.sm-banner .progress-bar {
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.4);
}

    .sm-banner .progress-bar span {
        color: rgba(0, 0, 0, 0);
        text-indent: -300em;
    }

.sm-banner .img {
    max-width: 220px;
    margin: 0 auto -15px auto;
    text-align: center;
}

@media (min-width: 1024px) {
    .sm-banner .img {
        max-width: 320px;
        margin: 0;
    }
}

.quick-actions.overlap {
    margin-top: -50px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .quick-actions.overlap {
        margin-top: -70px;
        margin-bottom: 70px;
    }
}

@media (min-width: 1200px) {
    .quick-actions.overlap {
        margin-top: -70px;
        margin-bottom: 70px;
    }
}

@media (min-width: 1400px) {
    .quick-actions.overlap {
        margin-top: -100px;
        margin-bottom: 100px;
    }
}

.cta {
    position: relative;
    display: block;
    text-align: left;
    padding: 30px 15px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transform: scale(1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
}

    .cta:hover {
        text-decoration: none;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    }

@media (min-width: 768px) {
    .cta {
        text-align: center;
    }
}

.cta .sub-heading {
    margin-bottom: 5px;
    margin-top: 8px;
    font-family: "FFCoconWebProRegular", sans-serif;
}

.cta p {
    color: #272758;
    line-height: 1.1;
}

.cta .img {
    width: 50px;
    height: 100px;
    float: left;
}

    .cta .img img {
        max-width: 100%;
    }

@media (min-width: 768px) {
    .cta .img {
        float: none;
        width: 60px;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .cta .img {
        width: 120px;
    }
}

.cta .content {
    margin-left: 60px;
}

    .cta .content .sub-heading {
        margin-top: 0px;
    }

@media (min-width: 768px) {
    .cta .content {
        margin-left: 0px;
    }
}

.slider {
    padding: 70px 0 40px 0;
}

    .slider .heading {
        margin-top: 0;
        font-size: 24px;
        font-family: "FFCoconWebProBold", sans-serif;
    }

@media (min-width: 768px) {
    .slider .heading {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .slider .heading {
        font-size: 38px;
    }
}

.featured-stories {
    padding: 0;
}

@media (min-width: 768px) {
    .featured-stories .slick-dots {
        margin-top: 20px;
    }
}

.featured-stories .slick-dots button {
    background: rgba(0, 0, 0, 0.2);
    width: 15px;
    height: 15px;
}

.featured-stories .slick-dots .slick-active button {
    background: #ffffff;
}

.featured-stories .slide {
    position: relative;
    padding: 0 15px;
}

@media (min-width: 480px) {
    .featured-stories .slide {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .featured-stories .slide {
        padding: 0px;
    }
}

.featured-stories .slide .img {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 185px;
}

@media (min-width: 480px) {
    .featured-stories .slide .img {
        height: 380px;
    }
}

@media (min-width: 768px) {
    .featured-stories .slide .img {
        height: 380px;
    }
}

@media (min-width: 1024px) {
    .featured-stories .slide .img {
        height: 380px;
    }
}

@media (min-width: 1400px) {
    .featured-stories .slide .img {
        height: 500px;
    }
}

.featured-stories .slide .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 38, 91, 0.5);
    z-index: 0;
}

.featured-stories .slide.slick-current .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 38, 91, 0.2);
}

@media (min-width: 768px) {
    .featured-stories .slide.slick-current .caption {
        display: block;
    }
}

.featured-stories .slide .caption {
    z-index: 1;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .featured-stories .slide .caption {
        position: absolute;
        display: none;
    }
}

.featured-stories .slide .caption .sub-heading {
    font-size: 21px;
    font-family: "FFCoconWebProRegular", sans-serif;
}

@media (min-width: 768px) {
    .featured-stories .slide .caption .sub-heading {
        font-size: 32px;
        color: #ffffff;
    }
}

.featured-stories .slide .caption p {
    font-size: 14px;
    color: #272758;
}

@media (min-width: 768px) {
    .featured-stories .slide .caption p {
        font-size: 16px;
        color: #ffffff;
    }
}

.featured-stories .slick-prev {
    left: 20px;
}

.featured-stories .slick-next {
    right: 20px;
}

.featured-stories .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 45%;
    color: #ffffff;
    font-size: 35px;
    padding: 15px;
    cursor: pointer;
}

.profile-holder.lrg-profile .profile-img {
    border-radius: 100px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    display: inline-block;
}

@media (min-width: 768px) {
    .profile-holder.lrg-profile .profile-img {
        width: 140px;
        height: 140px;
        text-align: center;
        margin: 20px auto;
        display: block;
    }
}

.profile-holder.lrg-profile .profile-img img {
    display: block;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.profile-holder.lrg-profile .btn {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .profile-holder.lrg-profile .btn {
        margin-left: 0px;
    }
}

.profile-holder.sm-profile .profile-img {
    border-radius: 100px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border: 3px solid #ffffff;
    display: inline-block;
}

@media (min-width: 768px) {
    .profile-holder.sm-profile .profile-img {
        width: 60px;
        height: 60px;
        text-align: center;
        margin: 20px auto;
        display: block;
    }
}

.profile-holder.sm-profile .profile-img img {
    min-height: 60px;
    display: block;
    height: 60px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.profile-holder.sm-profile .btn {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .profile-holder.sm-profile .btn {
        margin-left: 0px;
    }
}

.progress-paginated {
    margin-top: 20px;
}

    .progress-paginated .slick-dots {
        position: absolute;
        top: -45px;
        right: 0;
    }

        .progress-paginated .slick-dots li {
            margin: 0 3px;
        }

            .progress-paginated .slick-dots li button {
                width: 13px;
                height: 13px;
                background: rgba(54, 85, 162, 0.5);
            }

            .progress-paginated .slick-dots li.slick-active button {
                background: #3655a2;
            }

@media (min-width: 768px) {
    .progress-paginated .slick-dots {
        top: -50px;
    }
}

.progress-paginated a {
    text-decoration: none;
}

    .progress-paginated a:focus {
        outline: none;
    }

.progress-paginated .slide {
    padding: 0 15px;
    text-align: center;
}

    .progress-paginated .slide:focus {
        outline: none;
    }

    .progress-paginated .slide .img {
        max-width: 115px;
        margin: 0 auto;
    }

@media (min-width: 768px) {
    .progress-paginated .slide .img {
        max-width: 135px;
    }
}

.progress-paginated .slide .img img {
    width: 100%;
}

.progress-paginated .slide .content .small-heading {
    margin-bottom: 0px;
    color: #3655A2;
}

.progress-paginated .slide .content p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #28265B;
    min-height: 45px;
}

@media (min-width: 768px) {
    .progress-paginated .slide .content p {
        font-size: 18px;
        line-height: 21px;
    }
}

.progress-paginated .slide .progress-bar {
    height: 14px;
}

    .progress-paginated .slide .progress-bar span {
        height: 14px;
        font-size: 12px;
        line-height: 13px;
    }

.list-of-recommened-questions {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    border-top: 1px solid #DDDDDD;
}

    .list-of-recommened-questions li {
        border-bottom: 1px solid #DDDDDD;
        padding: 10px 0;
    }

        .list-of-recommened-questions li span {
            color: #28265B;
            font-weight: 500;
            font-size: 14px;
        }

@media (min-width: 768px) {
    .list-of-recommened-questions li span {
        font-size: 18px;
    }
}

.list-of-recommened-questions li i {
    color: #28265B;
    float: right;
    font-size: 15px;
    position: relative;
    top: 3px;
}

.content .intro {
    font-size: 16px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .content .intro {
        font-size: 18px;
    }
}

.content .intro a {
    color: #3655A2;
    font-weight: 700;
}

.content .intro strong {
    color: #332f2c;
}

.content.lrg-text h2.sub-heading {
    font-size: 28px;
}

.content.lrg-text .intro {
    font-size: 18px;
}

@media (min-width: 768px) {
    .content.lrg-text .intro {
        font-size: 21px;
    }
}

.content.lrg-text p, .content.lrg-text li {
    font-size: 14px;
}

@media (min-width: 768px) {
    .content.lrg-text p, .content.lrg-text li {
        font-size: 18px;
    }
}

.completed-chapter {
    margin-bottom: 20px;
}

    .completed-chapter .img {
        max-width: 115px;
        float: left;
    }

@media (min-width: 768px) {
    .completed-chapter .img {
        max-width: 105px;
    }
}

@media (min-width: 1024px) {
    .completed-chapter .img {
        max-width: 135px;
    }
}

.completed-chapter .img img {
    width: 100%;
}

.completed-chapter .content {
    margin-left: 130px;
}

@media (min-width: 768px) {
    .completed-chapter .content {
        margin-left: 120px;
    }
}

@media (min-width: 1024px) {
    .completed-chapter .content {
        margin-left: 150px;
    }
}

.completed-chapter .content .small-heading {
    margin-bottom: 0px;
    color: #3655A2;
}

.completed-chapter .content p {
    font-size: 14px;
    line-height: 16px;
    color: #28265B;
    min-height: 35px;
}

@media (min-width: 768px) {
    .completed-chapter .content p {
        font-size: 18px;
        line-height: 21px;
    }
}

.completed-chapter .content p:first-of-type {
    font-weight: 700;
}

.rounded-box label.small-heading {
    margin-top: 5px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .rounded-box label.small-heading {
        margin-top: 0;
        font-size: 21px;
    }
}

.settings-list {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
}

    .settings-list dt {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }

@media (min-width: 768px) {
    .settings-list dt {
        font-size: 21px;
    }
}

.settings-list dd .checkbox {
    margin-top: 0;
}

    .settings-list dd .checkbox label:after {
        background: rgba(0, 0, 0, 0);
        border: 1px solid #DDDDDD;
    }

.settings-list label span {
    font-size: 14px;
    position: relative;
    top: -5px;
}

    .settings-list label span strong {
        display: block;
        font-weight: 600;
    }

.light-blue-bg {
    background: rgba(54, 85, 162, 0.2);
}

.holder {
    position: relative;
    border-top: 1px solid #DDDDDD;
    padding: 15px;
    list-style: none;
    margin: 20px 0 0 0;
}

    .holder .delete {
        position: relative;
        padding-left: 20px;
    }

        .holder .delete i {
            color: #ff6357;
            font-size: 16px;
        }

@media (min-width: 768px) {
    .holder .delete i {
        font-size: 18px;
    }
}

.holder .non-editable {
    border: 0;
}

.holder .accepted {
    border-radius: 100px;
    border: 1px solid #8fe079;
    color: #8fe079 !important;
    font-size: 15px;
    padding: 3px 15px;
    margin-left: 15px;
    position: relative;
    font-family: "FFCoconWebProRegular", sans-serif;
    font-weight: 400;
    top: -2px;
}

.holder .invited {
    border-radius: 100px;
    border: 1px solid #FFA466;
    color: #FFA466 !important;
    font-size: 15px;
    padding: 3px 15px;
    margin-left: 15px;
    position: relative;
    font-family: "FFCoconWebProRegular", sans-serif;
    font-weight: 400;
    top: -2px;
}

.holder dt {
    margin-bottom: 0;
    color: #3655A2;
}

.holder dd {
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

    .holder dd label {
        margin-top: 10px;
    }

@media (min-width: 768px) {
    .holder dd label {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .holder dd {
        width: 20%;
    }
}

@media (min-width: 1024px) {
    .holder dd {
        width: 20.7%;
    }
}

.holder dd .text, .holder dd .select {
    margin-right: 10px;
    background: white;
}

.holder dd:last-of-type {
    width: 100%;
    text-align: right;
}

@media (min-width: 768px) {
    .holder dd:last-of-type {
        width: 14%;
    }
}

@media (min-width: 1024px) {
    .holder dd:last-of-type {
        width: 15%;
    }
}

.holder dd:last-of-type .submit .btn {
    position: relative;
    top: -3px;
}

.rte {
    font-size: 14px;
}

    .rte p, .rte li, .rte dd {
        font-size: 18px;
    }

    .rte.sm-text {
        font-size: 14px;
    }

        .rte.sm-text p, .rte.sm-text li, .rte.sm-text dd {
            font-size: 14px;
        }

    .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
        color: #029dd2;
        font-size: 18px;
        margin-bottom: 0;
    }

    .rte a {
        color: #3655A2;
    }

    .rte ul {
        margin-left: 0;
        padding-left: 0;
        list-style: inside;
    }

.list-of-videos {
    list-style: none;
    padding: 15px 0 0 0;
}

.faqs {
    padding: 15px 0 0 0;
    list-style: none;
    margin: 0;
}

    .faqs .question {
        border-top: 1px solid #DDDDDD;
        font-size: 18px;
        font-family: "Neue Helvetica W05", sans-serif;
        font-weight: 600;
        padding-top: 15px;
        position: relative;
    }

        .faqs .question:after {
            content: "\f078";
            display: block;
            font-size: 15px;
            color: #332f2c;
            position: absolute;
            top: 20px;
            right: 0;
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
        }

        .faqs .question.active:after {
            content: "\f077";
        }

    .faqs .answer {
        display: none;
        font-weight: 300;
    }

        .faqs .answer.active {
            display: block;
        }

a.video-holder {
    display: block;
    width: 100%;
    text-align: center;
}

    a.video-holder .video-img {
        display: block;
        width: 100%;
        padding: 40px 0;
        background-position: center;
        background-size: cover;
    }

@media (min-width: 768px) {
    a.video-holder .video-img {
        padding: 60px 0;
    }
}

@media (min-width: 1024px) {
    a.video-holder .video-img {
        padding: 80px 0;
    }
}

a.video-holder .video-img i {
    font-size: 65px;
    color: #ffffff;
}

a.video-holder .video-caption {
    color: #28265B;
    font-size: 14px;
    min-height: 40px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 16px;
}

@media (min-width: 768px) {
    a.video-holder .video-caption {
        font-size: 18px;
        line-height: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .col-device-override {
        width: 100%;
    }
}

.main.renders {
    padding-top: 0;
    min-height: 100%;
    padding-bottom: 75px;
}

@media (min-width: 768px) {
    .main.renders {
        padding-bottom: 75px;
    }
}

.main.renders .chapter {
    padding-bottom: 0px;
    padding-top: 0;
}

    .main.renders .chapter .profile-img {
        margin: 20px auto;
        display: block;
    }

@media (min-width: 1024px) {
    .main.renders .chapter {
        height: auto;
        height: calc(100vh - 75px);
    }
}

.main.renders .chapter .full-height {
    height: 100%;
    z-index: 1;
    position: relative;
}

    .main.renders .chapter .full-height .row {
        height: auto;
    }

@media (min-width: 1400px) and (min-height: 768px) {
    .main.renders .chapter .full-height .row {
        height: 100%;
    }
}

.main.renders .chapter .full-height div[class^='col-'] {
    height: 100%;
}

@media (min-width: 768px) and (min-height: 768px) {
    .main.renders .chapter .full-height {
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .main.renders .chapter {
        height: calc(100vh - 75px);
    }
}

.main.renders .chapter .timeline {
    height: calc(100% - 105px);
    padding-bottom: 0px;
    padding-top: 1px;
}

@media (min-width: 768px) {
    .main.renders .chapter .timeline {
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) and (min-height: 768px) {
    .main.renders .chapter .timeline {
        height: 100vh;
    }
}

.main.renders .chapter .heading {
    font-size: 38px;
}

.main.renders .chapter:after {
    display: none;
}

.main.renders .render-object p {
    font-weight: 400;
    font-size: 13px;
}

@media (min-width: 480px) {
    .main.renders .render-object p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .main.renders .render-object p {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .main.renders .render-object p {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .main.renders .render-object p {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .main.renders .render-object p {
        font-size: 16px;
    }
}

.ajax-spinner {
    width: 100vw;
    height: 75vh;
    display: flex;
    align-items: center;
}

    .ajax-spinner img {
        margin: 0 auto;
    }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: -2px;
    margin-right: -2px;
}

.abs-bottom {
    margin: 0 auto;
    width: 180px;
    display: block;
}

@media (min-width: 768px) {
    .abs-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 0;
    }
}

.position-top-left {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100px;
}

@media (min-width: 768px) {
    .position-top-left {
        max-width: 200px;
    }
}

.position-bottom-right {
    bottom: 0;
    right: 0;
    width: 150px;
    margin: 30px auto 0 auto;
    text-align: center;
    left: 0;
    position: absolute;
}

@media (min-width: 768px) {
    .position-bottom-right {
        width: 400px;
        left: auto;
    }
}

.render-object .avalon-times {
    position: relative;
    background: url("../img/avalon-times.svg");
    background-size: cover;
    width: 120px;
    height: 100px;
    display: block;
}

@media (min-width: 768px) {
    .render-object .avalon-times {
        width: 120px;
        height: 98px;
    }
}

@media (min-width: 992px) {
    .render-object .avalon-times {
        width: 170px;
        height: 145px;
    }
}

@media (min-width: 1024px) {
    .render-object .avalon-times {
        width: 175px;
        height: 143px;
    }
}

@media (min-width: 1200px) {
    .render-object .avalon-times {
        width: 210px;
        height: 175px;
    }
}

.render-object .avalon-times .obj {
    position: absolute;
    width: 51px;
    right: 12px;
    top: 30px;
    transform: rotate(-5deg);
    height: 58px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .render-object .avalon-times .obj {
        width: 46px;
        right: 16px;
        top: 32px;
    }
}

@media (min-width: 992px) {
    .render-object .avalon-times .obj {
        width: 73px;
        right: 16px;
        top: 44px;
        height: 85px;
    }
}

@media (min-width: 1024px) {
    .render-object .avalon-times .obj {
        width: 75px;
        right: 19px;
        top: 44px;
        transform: rotate(-5deg);
        height: 86px;
    }
}

@media (min-width: 1200px) {
    .render-object .avalon-times .obj {
        width: 85px;
        right: 26px;
        top: 53px;
        height: 102px;
    }
}

.render-object .avalon-times .obj img {
    width: 100%;
}

.render-object .avalon-times .btn-plus {
    padding: 6px 7px;
    position: absolute;
    top: 30px;
    right: -5px;
    z-index: 1;
    left: auto;
}

.render-object .star-sign {
    position: relative;
    width: 70px;
    height: 70px;
    display: block;
    z-index: 2;
    float: left;
    position: relative;
    top: 26px;
    left: 30px;
    margin-bottom: 30px;
}

    .render-object .star-sign p {
        margin-top: 30px;
    }

    .render-object .star-sign .obj {
        transform: rotate(-25deg);
    }

    .render-object .star-sign img {
        width: 100%;
    }

    .render-object .star-sign .btn-plus {
        padding: 6px 7px;
        position: absolute;
        top: -16px;
        right: 35px;
        z-index: 1;
    }

.render-object .record {
    z-index: 1;
    position: relative;
    background: url("../img/record.svg");
    background-size: cover;
    width: 179px;
    height: 120px;
    transform: rotate(-5deg);
    margin: 10px 0 15px 0;
    float: right;
    display: block;
}

@media (min-width: 768px) {
    .render-object .record {
        width: 146px;
        height: 98px;
    }
}

@media (min-width: 992px) {
    .render-object .record {
        width: 232px;
        height: 155px;
    }
}

@media (min-width: 1024px) {
    .render-object .record {
        width: 232px;
        height: 155px;
    }
}

@media (min-width: 1200px) {
    .render-object .record {
        width: 300px;
        height: 200px;
    }
}

.render-object .record .obj {
    position: absolute;
    color: #ff6357;
    width: 115px;
    left: 0;
    top: 47px;
    text-align: center;
}

    .render-object .record .obj strong {
        font-family: "FFCoconWebProBold", sans-serif;
        display: block;
        font-size: 10px;
        line-height: 1em;
    }

    .render-object .record .obj span {
        font-family: "FFCoconWebProRegular", sans-serif;
        font-size: 7px;
        line-height: 6px;
    }

@media (min-width: 768px) {
    .render-object .record .obj {
        width: 75px;
        left: 15px;
        top: 42px;
    }
}

@media (min-width: 992px) {
    .render-object .record .obj {
        width: 125px;
        left: 15px;
        top: 47px;
    }

        .render-object .record .obj strong {
            font-size: 24px;
            line-height: 18px;
        }

        .render-object .record .obj span {
            font-size: 14px;
            line-height: 16px;
        }
}

@media (min-width: 1024px) {
    .render-object .record .obj {
        width: 125px;
        left: 15px;
        top: 57px;
    }
}

@media (min-width: 1200px) {
    .render-object .record .obj {
        width: 145px;
        left: 15px;
        top: 67px;
    }
}

.render-object .record .obj img {
    width: 100%;
}

.render-object .record .btn-plus {
    padding: 6px 7px;
    position: absolute;
    bottom: -10px;
    right: 40px;
    left: auto;
    top: auto;
    z-index: 1;
}

@media (min-width: 1024px) {
    .render-object .record .btn-plus {
        bottom: -10px;
        right: 60px;
    }
}

@media (min-width: 1200px) {
    .render-object .record .btn-plus {
        bottom: -10px;
        right: 80px;
    }
}

.render-object .location-photo {
    z-index: 1;
    position: relative;
    background-size: cover;
    height: 100px;
    margin: 10px 0 15px 0;
    display: block;
}

@media (min-width: 1200px) {
    .render-object .location-photo {
        height: 180px;
    }
}

.render-object .location-photo .obj {
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: #ff6357;
    transform: rotate(-8deg);
    text-align: center;
    left: 55px;
    top: 37px;
    width: 70px;
}

@media (min-width: 768px) {
    .render-object .location-photo .obj {
        left: 25px;
        top: 37px;
        width: 83px;
    }
}

@media (min-width: 992px) {
    .render-object .location-photo .obj {
        left: 35px;
        top: 47px;
        width: 83px;
    }
}

@media (min-width: 1200px) {
    .render-object .location-photo .obj {
        left: 65px;
        top: 77px;
        width: 120px;
    }
}

.render-object .location-photo .obj img {
    border: 2px solid #fff;
}

.render-object .location-photo .obj2 {
    z-index: 1;
    position: absolute;
    transform: rotate(8deg);
    width: 120px;
}

@media (min-width: 768px) {
    .render-object .location-photo .obj2 {
        width: 100px;
    }
}

@media (min-width: 992px) {
    .render-object .location-photo .obj2 {
        width: 120px;
    }
}

@media (min-width: 1200px) {
    .render-object .location-photo .obj2 {
        width: 180px;
    }
}

.render-object .location-photo .obj2 iframe {
    padding: 2px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1200px) {
    .render-object .location-photo .obj2 iframe {
        margin-top: 15px;
        height: 140px;
    }
}

.render-object .location-photo .btn-plus {
    padding: 6px 7px;
    position: absolute;
    bottom: -10px;
    right: 40px;
    left: auto;
    top: auto;
    z-index: 3;
}

@media (min-width: 1024px) {
    .render-object .location-photo .btn-plus {
        bottom: -10px;
        right: 90px;
    }
}

@media (min-width: 1200px) {
    .render-object .location-photo .btn-plus {
        bottom: 10px;
        right: 90px;
    }
}

.render-object .books {
    position: relative;
    max-width: 140px;
    margin: 15px auto;
}

@media (min-width: 768px) {
    .render-object .books {
        max-width: 280px;
    }
}

.render-object .books img {
    width: 100%;
}

.render-object .books .btn-plus {
    position: absolute;
    top: 20%;
    right: 20%;
}

.render-object .car {
    position: relative;
    max-width: 110px;
    margin: 15px auto;
}

@media (min-width: 768px) {
    .render-object .car {
        max-width: 230px;
    }
}

.render-object .car img {
    width: 100%;
}

.render-object .car .btn-plus {
    position: absolute;
    top: 20%;
    right: 0%;
    left: auto;
}

.render-object .ticket .obj {
    transform: rotate(8deg);
}

    .render-object .ticket .obj .img-container img {
        border: 2px solid #fff;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    }

.render-object .ticket .obj2 {
    background-image: url("../img/ticket.svg");
    width: 90px;
    height: 46px;
    display: block;
    background-size: cover;
    transform: rotate(-8deg);
    position: absolute;
    bottom: -15px;
    right: 0;
    padding: 15px 20px 5px 20px;
}

@media (min-width: 1200px) {
    .render-object .ticket .obj2 {
        width: 130px;
        height: 66px;
        padding: 25px 20px 5px 20px;
    }
}

.render-object .ticket .obj2 strong {
    text-align: center;
    display: block;
    line-height: 9px;
    font-size: 7px;
    padding-top: 3px;
}

@media (min-width: 1024px) {
    .render-object .ticket .obj2 strong {
        font-size: 8px;
        line-height: 11px;
        padding-top: 0px;
    }
}

@media (min-width: 1200px) {
    .render-object .ticket .obj2 strong {
        font-size: 11px;
        line-height: 15px;
    }
}

.render-object .love-book .obj {
    background-image: url("../img/love-book.svg");
    width: 100px;
    height: 116px;
    position: relative;
    padding: 55px 10px 10px 10px;
    display: block;
    background-size: cover;
    transform: rotate(-8deg);
}

@media (min-width: 1024px) {
    .render-object .love-book .obj {
        width: 140px;
        height: 168px;
        padding: 85px 20px 15px 20px;
    }
}

@media (min-width: 1200px) {
    .render-object .love-book .obj {
        width: 160px;
        height: 190px;
        padding: 85px 20px 15px 20px;
    }
}

.render-object .love-book .obj strong {
    color: #ff6357;
    text-align: center;
    display: block;
    line-height: 13px;
    font-size: 12px;
}

@media (min-width: 1200px) {
    .render-object .love-book .obj strong {
        font-size: 16px;
        line-height: 15px;
    }
}

.render-object .love-book .btn-plus {
    position: absolute;
    top: 16%;
    left: auto;
    padding: 6px 7px;
    right: 15%;
}

@media (min-width: 768px) {
    .render-object .love-book .btn-plus {
        right: 5%;
    }
}

@media (min-width: 1024px) {
    .render-object .love-book .btn-plus {
        right: 8%;
    }
}

@media (min-width: 1200px) {
    .render-object .love-book .btn-plus {
        right: 15%;
    }
}

.render-object .love-book .btn-plus i {
    color: #ffffff;
    font-size: 21px;
}

.render-object .btn-plus {
    position: absolute;
    top: 16%;
    left: auto;
    padding: 6px 7px;
    right: 15%;
}

    .render-object .btn-plus i {
        color: #ffffff;
        font-size: 21px;
    }

.render-object p {
    font-size: 14px;
}

@media (min-width: 768px) {
    .render-object p {
        font-size: 16px;
    }
}

.single-photo {
    padding: 10px 0;
    position: relative;
    height: 130px;
    width: 100%;
}

@media (min-width: 1024px) {
    .single-photo {
        height: 150px;
    }
}

@media (min-width: 1200px) {
    .single-photo {
        height: 200px;
    }
}

@media (min-width: 1400px) {
    .single-photo {
        height: 200px;
    }
}

.single-photo .obj {
    z-index: 1;
    position: absolute;
    left: 0%;
    bottom: 20px;
    width: 90px;
    transform: rotate(8deg);
}

@media (min-width: 1024px) {
    .single-photo .obj {
        width: 110px;
        left: 10%;
    }
}

@media (min-width: 1200px) {
    .single-photo .obj {
        width: 180px;
    }
}

@media (min-width: 1400px) {
    .single-photo .obj {
        width: 180px;
    }
}

.single-photo .obj .img-container img {
    border: 2px solid #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.single-photo .btn-plus {
    right: 5%;
    z-index: 2;
    top: 20%;
}

.two-photos {
    padding: 10px 0;
    position: relative;
    height: 170px;
    width: 100%;
}

@media (min-width: 1024px) {
    .two-photos {
        height: 180px;
    }
}

@media (min-width: 1200px) {
    .two-photos {
        height: 220px;
    }
}

.two-photos .obj {
    left: 0;
    bottom: auto;
    width: 90px;
    z-index: 1;
    position: absolute;
    transform: rotate(8deg);
}

@media (min-width: 1024px) {
    .two-photos .obj {
        left: 10%;
        width: 150px;
    }
}

@media (min-width: 1200px) {
    .two-photos .obj {
        width: 180px;
    }
}

.two-photos .obj .img-container img {
    border: 2px solid #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.two-photos .obj2 {
    z-index: 0;
    right: 10%;
    bottom: -10px;
    position: absolute;
    width: 90px;
    transform: rotate(-8deg);
}

@media (min-width: 1024px) {
    .two-photos .obj2 {
        width: 150px;
        right: 10%;
    }
}

@media (min-width: 1200px) {
    .two-photos .obj2 {
        width: 180px;
        right: 10%;
    }
}

.two-photos .obj2 .img-container img {
    border: 2px solid #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.two-photos .btn-plus {
    right: 10%;
    z-index: 2;
    top: 50%;
}

@media (min-width: 1024px) {
    .two-photos .btn-plus {
        right: 45%;
        top: 35%;
    }
}

.sun .obj {
    background-image: url("../img/sun-graph.svg");
    width: 100px;
    height: 100px;
    padding: 60px 20px 15px 20px;
    display: block;
    background-size: cover;
}

@media (min-width: 1024px) {
    .sun .obj {
        width: 117px;
        height: 117px;
        padding: 71px 20px 15px 20px;
    }
}

@media (min-width: 1200px) {
    .sun .obj {
        width: 147px;
        height: 140px;
        padding: 85px 20px 15px 20px;
    }
}

.sun .obj strong {
    color: #332f2c;
    text-align: center;
    display: block;
    line-height: 13px;
    font-size: 12px;
}

@media (min-width: 1200px) {
    .sun .obj strong {
        font-size: 16px;
        line-height: 15px;
    }
}

.sun .obj strong small {
    font-size: 10px;
    position: relative;
    top: -5px;
}

.sun .btn-plus {
    position: absolute;
    top: 16%;
    left: auto;
    padding: 6px 7px;
    right: 15%;
}

@media (min-width: 768px) {
    .sun .btn-plus {
        right: 5%;
    }
}

@media (min-width: 1024px) {
    .sun .btn-plus {
        right: 8%;
    }
}

@media (min-width: 1200px) {
    .sun .btn-plus {
        right: 15%;
    }
}

.map {
    padding: 10px 0;
    position: relative;
    height: 130px;
    width: 100%;
}

@media (min-width: 1024px) {
    .map {
        height: 150px;
    }
}

.map .obj {
    z-index: 1;
    position: absolute;
    left: 0%;
    bottom: 20px;
    width: 90px;
    transform: rotate(-8deg);
}

@media (min-width: 1024px) {
    .map .obj {
        width: 110px;
        left: 0%;
    }
}

@media (min-width: 1200px) {
    .map .obj {
        width: 120px;
    }
}

@media (min-width: 1400px) {
    .map .obj {
        width: 150px;
    }
}

.map .obj iframe {
    padding: 2px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.map .btn-plus {
    right: 5%;
    z-index: 2;
    top: auto;
    bottom: 10%;
}

.dreams .obj {
    background-image: url("../img/dream.svg");
    width: 100px;
    height: 100px;
    padding: 27px 20px 15px 20px;
    display: block;
    background-size: cover;
}

@media (min-width: 1024px) {
    .dreams .obj {
        width: 117px;
        height: 99px;
        padding: 38px 25px 5px 0px;
    }
}

@media (min-width: 1200px) {
    .dreams .obj {
        width: 147px;
        height: 124px;
        padding: 40px 33px 15px 7px;
    }
}

.dreams .obj strong {
    color: #332f2c;
    text-align: center;
    display: block;
    line-height: 8px;
    font-size: 7px;
}

@media (min-width: 1200px) {
    .dreams .obj strong {
        font-size: 11px;
        line-height: 12px;
    }
}

.dreams .obj strong small {
    font-size: 10px;
    position: relative;
    top: -5px;
}

.dreams .btn-plus {
    position: absolute;
    top: auto;
    bottom: 16%;
    left: auto;
    padding: 6px 7px;
    right: 15%;
}

@media (min-width: 768px) {
    .dreams .btn-plus {
        right: 5%;
    }
}

@media (min-width: 1024px) {
    .dreams .btn-plus {
        right: 8%;
    }
}

@media (min-width: 1200px) {
    .dreams .btn-plus {
        right: 15%;
    }
}

.wonder .obj {
    background-image: url("../img/wonder.svg");
    width: 100px;
    height: 100px;
    padding: 35px 20px 15px 20px;
    display: block;
    background-size: cover;
}

@media (min-width: 1024px) {
    .wonder .obj {
        width: 117px;
        height: 109px;
        padding: 38px 25px 5px 0px;
    }
}

@media (min-width: 1200px) {
    .wonder .obj {
        width: 147px;
        height: 134px;
        padding: 47px 33px 15px 7px;
    }
}

.wonder .obj strong {
    color: #332f2c;
    text-align: center;
    display: block;
    line-height: 13px;
    font-size: 12px;
}

@media (min-width: 1200px) {
    .wonder .obj strong {
        font-size: 16px;
        line-height: 15px;
    }
}

.wonder .obj strong small {
    font-size: 10px;
    position: relative;
    top: -5px;
}

.wonder .btn-plus {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 8%;
    padding: 6px 7px;
    right: auto;
}

.renders .add-list dt {
    color: #272758;
    background: rgba(255, 255, 255, 0);
    font-size: 21px;
    font-family: "FFCoconWebProBold", sans-serif;
    font-weight: 400;
    text-align: center;
}

.renders .add-list dd {
    cursor: default;
    border: 0px;
}

    .renders .add-list dd span {
        font-weight: 400;
        font-size: 13px;
    }

@media (min-width: 768px) {
    .renders .add-list dd span {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .renders .add-list dd {
        padding: 10px 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.close.return {
    position: fixed;
    background: #28265b;
    width: 35px;
    height: 35px;
    z-index: 996;
    opacity: 1;
    top: 0;
    right: 0;
    text-align: center;
    padding: 3px 0 0 0;
}

    .close.return i {
        color: #ffffff;
        font-size: 24px;
    }

.share-bar {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background: #ffffff;
}

    .share-bar .share-links {
        background: url("../img/share-popup-bg.svg");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 70px;
        right: 16px;
        height: 227px;
        width: 173px;
        padding: 10px;
        display: none;
        text-align: right;
    }

        .share-bar .share-links.in {
            display: block;
        }

@media (min-width: 768px) {
    .share-bar .share-links {
        display: block;
        background: none;
        position: relative;
        bottom: 0;
        height: auto;
        width: auto;
    }
}

.share-bar .share-links dl {
    margin-bottom: 0;
}

.share-bar .share-links dt {
    display: none;
}

@media (min-width: 768px) {
    .share-bar .share-links dt {
        display: inline-block;
        margin-right: 20px;
        font-family: "FFCoconWebProRegular", sans-serif;
        width: 100%;
        float: none;
    }
}

.share-bar .share-links dd {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 7px 0;
}

    .share-bar .share-links dd:last-child {
        border-bottom: 0px solid rgba(255, 255, 255, 0.3);
    }

@media (min-width: 768px) {
    .share-bar .share-links dd {
        width: auto;
        padding: 0;
        border-bottom: 0;
    }
}

.share-bar .share-links dd a {
    margin-right: 10px;
}

    .share-bar .share-links dd a span {
        font-family: "FFCoconWebProRegular", sans-serif;
        color: #ffffff;
        font-size: 14px;
        width: 100px;
        display: inline-block;
        text-align: left;
        padding-left: 10px;
        font-weight: 300;
    }

.share-bar .share-links .fb {
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .share-bar .share-links .fb {
        margin: 0 auto;
    }
}

.share-bar .share-links .fb i {
    padding: 5px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 100px;
    background: #3655A2;
    color: #ffffff;
}

@media (min-width: 768px) {
    .share-bar .share-links .fb i {
        padding: 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

.share-bar .share-links .wa {
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .share-bar .share-links .wa {
        margin: 0 auto;
    }
}

.share-bar .share-links .wa i {
    padding: 5px 1px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 100px;
    background: #8FE079;
    color: #ffffff;
}

@media (min-width: 768px) {
    .share-bar .share-links .wa i {
        padding: 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

.share-bar .share-links .fm {
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .share-bar .share-links .fm {
        margin: 0 auto;
    }
}

.share-bar .share-links .fm i {
    padding: 5px 1px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 100px;
    background: #4FC6C9;
    color: #ffffff;
}

@media (min-width: 768px) {
    .share-bar .share-links .fm i {
        padding: 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

.share-bar .share-links .tw {
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .share-bar .share-links .tw {
        margin: 0 auto;
    }
}

.share-bar .share-links .tw i {
    padding: 5px 1px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 100px;
    background: #029DD2;
    color: #ffffff;
}

@media (min-width: 768px) {
    .share-bar .share-links .tw i {
        padding: 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

.share-bar .share-links .em {
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .share-bar .share-links .em {
        margin: 0 auto;
    }
}

.share-bar .share-links .em i {
    padding: 5px 1px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 100px;
    background: #FF6357;
    color: #ffffff;
}

@media (min-width: 768px) {
    .share-bar .share-links .em i {
        padding: 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

.share-bar .brand img {
    width: 110px;
}

@media (min-width: 768px) {
    .share-bar .brand img {
        width: 140px;
    }
}

.pp-section {
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .pp-section {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media (min-width: 768px) {
    .pp-section {
        position: absolute;
    }
}

.pp-easing {
    -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
    -moz-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
    -o-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
    transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    /* custom */
}

.renders .scroll-nav ul li a.completed:after {
    display: none;
}

.renders .scroll-nav ul li a.active {
    background: white;
}

#pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

    #pp-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #pp-nav li {
        margin-bottom: 22px;
    }

        #pp-nav li .active span {
            background: white !important;
            border: 2px solid white !important;
        }

    #pp-nav span {
        border: 2px solid rgba(0, 0, 0, 0) !important;
        background: rgba(0, 0, 0, 0.2) !important;
        width: 22px !important;
        height: 22px !important;
        border-radius: 100px;
        display: block;
        position: relative;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

    #pp-nav.right {
        right: 17px;
    }

    #pp-nav.left {
        left: 17px;
    }

.pp-section.pp-table {
    display: table;
}

.pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.pp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

    .pp-slidesNav.bottom {
        bottom: 17px;
    }

    .pp-slidesNav.top {
        top: 17px;
    }

.pp-scrollable {
    overflow-y: visible;
    height: 100%;
}

@media (min-width: 768px) {
    .pp-scrollable {
        overflow-y: scroll;
    }
}

.renders .chapter[data-chapter="chapter-2"] .position-top-left {
    position: absolute;
    top: 0px;
    left: -100px;
    max-width: 190px;
}

@media (min-width: 768px) {
    .renders .chapter[data-chapter="chapter-2"] .position-top-left {
        max-width: 350px;
    }
}

@media (min-width: 1024px) {
    .renders .chapter[data-chapter="chapter-2"] .position-top-left {
        max-width: 400px;
        left: -190px;
    }
}

@media (min-width: 1400px) {
    .renders .chapter[data-chapter="chapter-2"] .position-top-left {
        max-width: 500px;
        left: -290px;
    }
}

.renders .chapter[data-chapter="chapter-2"] .position-top-right {
    position: absolute;
    top: 20px;
    right: 10px;
    max-width: 60px;
}

@media (min-width: 768px) {
    .renders .chapter[data-chapter="chapter-2"] .position-top-right {
        max-width: 78px;
    }
}

@media (min-width: 1024px) {
    .renders .chapter[data-chapter="chapter-2"] .position-top-right {
        max-width: 128px;
    }
}

.renders .chapter[data-chapter="chapter-3"] .position-top-left {
    position: absolute;
    top: 20px;
    left: 0;
    max-width: 75px;
}

@media (min-width: 768px) {
    .renders .chapter[data-chapter="chapter-3"] .position-top-left {
        max-width: 75px;
        top: 60px;
    }
}

@media (min-width: 1024px) {
    .renders .chapter[data-chapter="chapter-3"] .position-top-left {
        max-width: 125px;
        left: -20px;
        top: 100px;
    }
}

@media (min-width: 1400px) {
    .renders .chapter[data-chapter="chapter-3"] .position-top-left {
        max-width: 125px;
        left: -20px;
        top: 100px;
    }
}

.renders .chapter[data-chapter="chapter-3"] .position-top-right {
    position: absolute;
    top: 0px;
    right: -10px;
    max-width: 140px;
}

@media (min-width: 768px) {
    .renders .chapter[data-chapter="chapter-3"] .position-top-right {
        max-width: 280px;
    }
}

@media (min-width: 1024px) {
    .renders .chapter[data-chapter="chapter-3"] .position-top-right {
        max-width: 320px;
    }
}

@media (min-width: 1200px) {
    .renders .chapter[data-chapter="chapter-3"] .position-top-right {
        max-width: 400px;
    }
}

.renders .chapter[data-chapter="chapter-3"] .position-bottom-right {
    bottom: 110px;
    right: -61px;
    margin: 30px auto 0 auto;
    text-align: center;
    width: 240px;
    left: auto;
    position: absolute;
}

.renders .chapter[data-chapter="chapter-4"] .position-top-left {
    position: absolute;
    top: 0px;
    left: -100px;
    max-width: 190px;
}

@media (min-width: 768px) {
    .renders .chapter[data-chapter="chapter-4"] .position-top-left {
        max-width: 350px;
    }
}

@media (min-width: 1024px) {
    .renders .chapter[data-chapter="chapter-4"] .position-top-left {
        max-width: 400px;
        left: -190px;
    }
}

@media (min-width: 1400px) {
    .renders .chapter[data-chapter="chapter-4"] .position-top-left {
        max-width: 500px;
        left: -290px;
    }
}

.renders .chapter[data-chapter="chapter-4"] .position-top-right {
    position: absolute;
    top: 20px;
    right: 10px;
    max-width: 60px;
}

@media (min-width: 768px) {
    .renders .chapter[data-chapter="chapter-4"] .position-top-right {
        max-width: 78px;
    }
}

@media (min-width: 1024px) {
    .renders .chapter[data-chapter="chapter-4"] .position-top-right {
        max-width: 128px;
    }
}

.renders .chapter[data-chapter="chapter-5"] .position-top-left {
    position: absolute;
    top: 0px;
    left: -100px;
    max-width: 190px;
}

@media (min-width: 768px) {
    .renders .chapter[data-chapter="chapter-5"] .position-top-left {
        max-width: 350px;
    }
}

@media (min-width: 1024px) {
    .renders .chapter[data-chapter="chapter-5"] .position-top-left {
        max-width: 400px;
        left: -190px;
    }
}

@media (min-width: 1400px) {
    .renders .chapter[data-chapter="chapter-5"] .position-top-left {
        max-width: 500px;
        left: -290px;
    }
}

.renders .chapter[data-chapter="chapter-5"] .position-top-right {
    position: absolute;
    top: 20px;
    right: 10px;
    max-width: 60px;
}

@media (min-width: 768px) {
    .renders .chapter[data-chapter="chapter-5"] .position-top-right {
        max-width: 78px;
    }
}

@media (min-width: 1024px) {
    .renders .chapter[data-chapter="chapter-5"] .position-top-right {
        max-width: 128px;
    }
}

.responsive-container {
    position: relative;
    width: 100%;
}

.dummy {
    padding-top: 100%;
    /* forces 1:1 aspect ratio */
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    /* Align center inline elements */
    font: 0/0 a;
}

    .img-container .centerer {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .img-container img {
        vertical-align: middle;
        display: inline-block;
        max-height: 100%;
        /* <-- Set maximum height to 100% of its parent */
        max-width: 100%;
        /* <-- Set maximum width to 100% of its parent */
    }

.rounded-popup {
    display: none;
    z-index: 999;
    border-radius: 8px;
    padding: 30px 25px;
    position: fixed;
    top: 25px;
    left: -5%;
    width: 110%;
    background: #28265B;
    color: #ffffff;
}

    .rounded-popup .close {
        opacity: 1;
        position: absolute;
        top: 25px;
        right: 25px;
    }

        .rounded-popup .close i {
            color: #ffffff;
        }

@media (min-width: 768px) {
    .rounded-popup {
        position: absolute;
        top: 25px;
        left: -25px;
        right: 25px;
        width: 100%;
    }
}

.rounded-popup p, .rounded-popup h4, .rounded-popup ul, .rounded-popup li {
    color: #ffffff;
}

.rounded-popup h4 {
    margin-top: 0;
    font-size: 21px;
}

.timeline li:last-child .rounded-popup {
    top: auto;
    bottom: 25px;
}

.rounded-box .content {
    font-weight: 400;
}

    .rounded-box .content p {
        font-weight: 400;
        font-size: 14px;
    }

    .rounded-box .content ul {
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 20px;
        display: block;
    }

        .rounded-box .content ul li {
            font-size: 14px;
            font-weight: 400;
            float: none;
            width: 100%;
            margin-top: 0;
            position: relative;
        }

            .rounded-box .content ul li:before {
                position: relative;
                content: "";
                background: url(../img/check-light-blue.svg);
                background-size: cover;
                width: 15px;
                height: 15px;
                display: inline-block;
                margin: 0 5px;
            }

.non-editable {
    text-align: center;
    font-size: 18px;
    display: block;
}

    .non-editable .btn {
        cursor: default;
    }

    .non-editable .img-holder {
        border: 0px;
    }

    .non-editable .add-note {
        border-top: 1px solid #DDDDDD;
        width: 100%;
        margin-top: 15px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

        .non-editable .add-note em {
            font-size: 14px;
            color: #28265B;
            font-style: normal;
            margin-right: 10px;
        }

#infowindow-content {
    display: none;
}


.terms .rounded-box .content ul {
    margin-left: 15px;
}

    .terms .rounded-box .content ul li:before {
        display: none;
    }

.required {
    border: 1px solid #ff0000 !important;
}

.required-note {
    color: #ff0000;
    font-size: 13px;
    margin: 3px 0 0 0;
}


.video-record-holder {
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    padding: 5px 5px 0px 5px;
    position: relative;
    background: rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.video-record-time {
}

    .video-record-time strong {
        font-weight: 400;
    }

    .video-record-time span {
        font-weight: 600;
    }

.stop-recording {
    float: right;
    color: #28265B;
    position: relative;
    /*top:-2px;*/
}

    .stop-recording span {
        font-size: 11px;
        vertical-align: middle;
        line-height: 1.1;
        display: inline-block;
        margin-right: 4px;
        font-weight: 500;
    }

    .stop-recording i {
        color: #ff6357;
        vertical-align: middle;
        animation-name: pulse;
        animation-duration: 1s;
        animation-timing-function: ease-out;
        animation-delay: 0;
        animation-iteration-count: infinite;
        animation-fill-mode: none;
        animation-play-state: running;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.wait {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    z-index: 5;
}

    .wait p {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 30%;
        z-index: 6;
        width: 30px;
        font-size: 4em;
        color: #ffffff;
        font-weight: 700;
    }

.saving {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    top: 0;
    left: 0;
    z-index: 5;
}

.saving-animation {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 6;
    width: 13px;
}

    .saving-animation span:nth-child(1) {
        display: block;
        width: 3px;
        height: 15px;
        background: #28265B;
        position: absolute;
        animation-name: saving;
        animation-duration: 1s;
        animation-timing-function: ease-out;
        animation-delay: 0;
        animation-iteration-count: infinite;
        animation-play-state: running;
        animation-direction: forward;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
        top: 5px;
    }

    .saving-animation span:nth-child(2) {
        display: block;
        width: 3px;
        height: 25px;
        background: #28265B;
        position: absolute;
        margin: 0 5px;
        animation-name: saving-2;
        animation-duration: 1s;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-play-state: running;
        animation-direction: forward;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(.14, .75, 1.2, 1.01);
    }

    .saving-animation span:nth-child(3) {
        display: block;
        width: 3px;
        height: 15px;
        background: #28265B;
        position: absolute;
        animation-name: saving-3;
        animation-duration: 1s;
        animation-timing-function: ease-out;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-play-state: running;
        animation-direction: forward;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(.14, .75, 1.2, 1.01);
        left: 10px;
        top: 5px;
    }

@keyframes saving {
    0% {
        -webkit-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        transform: scaleY(0.1);
        transform-origin: center center;
        opacity: 0.5;
    }

    25% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        transform-origin: center center;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        transform: scaleY(0.1);
        transform-origin: center center;
        opacity: 0.5;
    }
}

@keyframes saving-2 {
    0% {
        -webkit-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        transform: scaleY(0.1);
        transform-origin: center center;
        opacity: 0.5;
    }

    50% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        transform-origin: center center;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        transform: scaleY(0.1);
        transform-origin: center center;
        opacity: 0.5;
    }
}

@keyframes saving-3 {
    0% {
        -webkit-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        transform: scaleY(0.1);
        transform-origin: center center;
        opacity: 0.5;
    }

    75% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        transform-origin: center center;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        transform: scaleY(0.1);
        transform-origin: center center;
        opacity: 0.5;
    }
}

.purple-box span.add-note.toggle-j-modal {
    color: #ffffff;
}

.modal-content .xsmall-heading span {
    color: #ff6357;
}





/*LOADING OVERLAY */

.enable-loading {
    overflow: hidden;
}

.loading {
    background: rgba(255,255,255,0);
    position: fixed;
    z-index: -20;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    top: 0;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.enable-loading .loading {
    background: rgba(255,255,255,0.9);
    z-index: 9999;
}

.loading p {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 55%;
    font-family: "FFCoconWebProBold", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}


.loader {
    position: absolute;
    z-index: 3;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    list-style: none;
    padding-left: 0;
}

@-webkit-keyframes

'loadbars' {
    0%

{
    height: 10px;
    margin-top: 25px;
}

50% {
    height: 50px;
    margin-top: 0px;
}

100% {
    height: 10px;
    margin-top: 25px;
}

}

.loader li {
    background-color: #029dd2;
    width: 10px;
    height: 10px;
    float: right;
    margin-right: 5px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}

    .loader li:first-child {
        -webkit-animation: loadbars 1s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
    }

    .loader li:nth-child(2) {
        -webkit-animation: loadbars 1s ease-in-out infinite -0.2s;
    }

    .loader li:nth-child(3) {
        -webkit-animation: loadbars 1s ease-in-out infinite -0.4s;
    }

.has-fin .speak span {
    font-family: "Neue Helvetica W05", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-right: 10px;
    position: relative;
    bottom: 3px;
}

.has-fin .speak span {
    font-family: "Neue Helvetica W05", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-right: 10px;
    position: relative;
    bottom: 3px;
}

.has-fin .stop-recording span {
    font-family: "Neue Helvetica W05", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-right: 10px;
    position: relative;
    bottom: 1px;
}

.has-fin .user-answer .textarea textarea {
    padding: 4px 8px 8px 10px !important;
    min-height: 95px;
}

.render-object .rounded-popup .content {
    margin-top: 25px;
    overflow-y: auto;
    height: 35vh;
}

.profile-holder .profile-img {
    width: 50px;
    height: 50px;
}

.bucket-add {
    text-align: right;
    padding-top: 2px;
}

.register-terms {
    margin-left: 10px;
    font-weight: 500;
    color: #272758;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    padding-top: 25px;
}

.render-object .first-concert .btn-plus {
    position: absolute;
    top: 75%;
    left: -20px;
    padding: 6px 7px;
    right: 15%;
}

.promo img {
    width: 100%;
}


#cookies_banner p {
    padding-right: 30%;
    font-size: 0.9em;
    position: absolute;
}

a#close-cookie-banner {
    float: right;
    background: #f2d15a;
    border-radius: 30px;
    padding: 12px 20px;
    width: 100px;
    position: relative;
    z-index: 1;
}


@media (max-width: 767px) {
    #cookies_banner {
        text-align: center;
    }

        #cookies_banner p {
            padding-right: 0%;
            font-size: 0.9em;
            position: relative;
            margin-bottom: 20px;
        }

    a#close-cookie-banner {
        float: none;
    }
}





.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    display: none !important;
}

    .grecaptcha-badge:hover {
        width: 256px !important;
    }


.perm-modal {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    padding: 150px 0;
    text-align: center;
}

    .perm-modal h3 {
        font-family: "Neue Helvetica W05", sans-serif;
        font-size: 20px;
        -webkit-font-smoothing: antialiased;
        font-weight: 100;
    }

        .perm-modal h3 strong {
            display: block;
            font-family: "FFCoconWebProBold", sans-serif;
            font-weight: 500;
            -webkit-font-smoothing: antialiased;
            font-size: 28px;
            line-height: 45px;
        }

    .perm-modal div.rte {
        padding: 20px 0 40px 0;
    }

    .perm-modal .select select, .perm-modal .text input {
        padding: 13px 15px 13px 10px !important;
    }


    .perm-modal .select, .perm-modal .text {
        margin-bottom: 30px;
    }

        .perm-modal .select i {
            pointer-events: none;
            position: absolute;
            right: 15px;
            top: 14px;
            color: #3655A2;
        }

    .perm-modal .btn {
        width: 100%;
        border-radius: 100em;
    }
/*# sourceMappingURL=main.css.map */

#request_more_info input.btn.btn-primary {
    height: 51px;
    color: #ffffff;
    padding: 0 !important;
    font-size: 18px;
    font-family: "FFCoconWebProRegular", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.social-top {
    float: left;
    text-align: right;
    margin: 15px 0;
    display: none;
}

    .social-top a {
        font-size: 20px;
        margin: 0 0.5em;
        color: #28265B;
    }

@media (min-width: 991px) {
    .social-top {
        display: block;
    }
}

.social-top-mobile {
    float: right;
    text-align: right;
    margin: 4px 0;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

    .social-top-mobile a {
        font-size: 20px;
        margin: 0 0.5em;
        color: #28265B;
    }

@media (min-width: 768px) {
    .social-top-mobile {
        margin: 16px 0;
    }
}

@media (min-width: 991px) {
    .social-top-mobile {
        display: none;
    }
}

.error {
    color: red;
}
