/* MAIN ------------------------------------------------------------------------- */

html {
    height: 100vh;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 16px !important;
    height: 16px !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(204, 207, 212);
    border: 2px solid transparent !important;
    border-left-width: 4px !important;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(209, 212, 217) !important;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgb(214, 217, 222) !important;
    }

::-webkit-scrollbar-track {
    background-color: rgb(252, 252, 252) !important;
    border-left: 2px solid rgb(225, 225, 225) !important;
}

body {
    height: auto;
}

#main {
    width: 100%;
    overflow: hidden;
}

.section-background {
    height: 100vh;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

footer {
    background-color: #ffffff;
    box-shadow: 0 0 8px 8px rgba(16, 30, 30, 0.25);
    padding: 16px 0 0 0;
    text-align: center;
    height: 64px;
    font-weight: bold;
}

.form-check > label.form-input.error > span.label {
    color: red !important;
}

.bg-image::after {
    content: '';
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-image: url(https://www.cm.com/app/aurora/svg/images/light/aurora-mobile-shopping.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

header {
    position: fixed;
    left: 0;
    top: -2px;
    height: 40px;
    width: 100%;
    display: block;
    padding: 40px;
    text-align: right;
    transition: filter 0.3s;
    z-index: 999999 !important;
}

    header:before {
        background-color: #fff !important;
        border-bottom: 2px solid rgba(60, 72, 89, 0.1);
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        height: 76px;
        padding: 32px 40px;
        width: 100%;
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
    }

    header label {
        text-align: left;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: block;
        padding: 20px 40px;
        cursor: default;
    }

        header label a.logo {
            display: inline-block;
            position: relative;
            text-decoration: none;
            color: inherit;
            height: 40px;
            width: auto;
        }

            header label a.logo > img {
                height: 0;
                width: 0;
                padding: 20px;
                position: absolute;
                top: 0;
                left: 0;
                background-image: url(https://www.cm.com/cdn/cm/cm.svg);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 40px 40px;
            }

        header label > a.logo > .header-title {
            position: relative;
            display: inline-block;
            height: 40px;
            font-size: 14px;
            color: inherit;
            line-height: 40px;
            vertical-align: top;
            padding-left: 50px;
            font-weight: 700;
        }


.content {
    padding: 120px 40px;
}

.delay-content {
    padding: 20px 40px;
}


@media only screen and (min-width: 768px) {
    #main {
        margin: 0 auto;
    }

    .bg-image {
        max-width: 768px;
    }
}

#modal-container-aurora {
    width: 100%;
    min-height: 100vh;
}

    #modal-container-aurora.preview-container {
        min-height: calc(100vh - 42px);
    }

.dynamic-text-wrapper, .textarea-wrapper, .text-field-wrapper, .checkbox-container, .carousel-wrapper, .video-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .dynamic-text-wrapper.h-align-center {
        text-align: center
    }

    .dynamic-text-wrapper.h-align-right {
        text-align: right
    }

    .dynamic-text-wrapper.h-align-left {
        text-align: left
    }

span.cm-icon-cm {
    height: 32px;
    width: 32px;
    margin: 0 0 4px 0;
    display: inline-block;
    background-image: url(https://cdn.cm.com/cm/favicon-32x32.png);
    vertical-align: middle;
}

.form-group .form-input .form-control, .form-group .form-search .form-control, .form-group .form-input-special .form-control {
    background: #ffffff !important;
}

    .form-group .form-input .form-control:read-only:not(select), .form-group .form-search .form-control:read-only:not(select), .form-group .form-input-special .form-control:read-only:not(select) {
        background-color: #ffffff !important;
    }

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-input-notes-right > .cm-icon {
    font-size: 14px;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt {
    white-space: normal;
}

.text-center {
    text-align: center;
}

.title {
    opacity: 0.5;
    color: #3C4859;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.card-wrapper {
    padding: 0 40px;
}

    .card-wrapper .card {
        margin-bottom: 16px;
    }

.btn.btn-secondary-icon-text {
    display: flex;
    align-items: center;
    outline: none;
}

    .btn.btn-secondary-icon-text > span {
        color: #3C4859;
    }

    .btn.btn-secondary-icon-text > img {
        height: 32px;
        width: 32px;
        padding: 6px;
    }

.payment-footer {
    margin-top: 48px;
    margin-bottom: 80px;
    color: rgba(60, 72, 89, 0.5);
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
}

.h-align-left {
    justify-content: flex-start;
}

.h-align-right {
    justify-content: flex-end;
}

.h-align-center {
    justify-content: center;
}

.v-align-top {
    align-items: flex-start;
}

.v-align-middle {
    align-items: center;
}

.v-align-bottom {
    align-items: flex-end;
}

.w-20 {
    width: 20% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-80 {
    width: 80% !important;
}

.w-100 {
    width: 100% !important;
}

.img-h-100 {
    height: 100% !important;
}

.text-underline {
    text-decoration: underline;
}

.text-italic {
    font-style: italic;
}

.text-bold {
    font-weight: bold;
}

/* BARCODE ------------------------------------------------------------------------- */


/* BUTTON ------------------------------------------------------------------------- */

.button-container {
    display: flex;
    height: 100%;
}

.button-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
}

    .button-wrapper button.btn {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: unset;
    }

/* DROPDOWN ------------------------------------------------------------------------- */

.dropdown-container {
    display: flex;
    height: 100%;
}

.dropdown-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
}

/* IMAGES ------------------------------------------------------------------------- */

.image-container {
    display: flex;
    height: 100%;
}

.image-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    line-height: 0px;
}

    .image-wrapper a img {
        width: 100%;
    }

/* SOCIAL ------------------------------------------------------------------------- */

.social-container {
    display: flex;
    height: 100%;
}

.social-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
}

    .social-wrapper a {
        display: flex;
        align-items: center;
    }

/* SPACE ------------------------------------------------------------------------- */

/* SPLIT SECTION ------------------------------------------------------------------------- */

/* TEXT ------------------------------------------------------------------------- */

/* TEXT AREA ------------------------------------------------------------------------- */



/* VIDEO ------------------------------------------------------------------------- */

/* Quill ------------------------------------------------------------------------- */

.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative;
}

    .ql-container.ql-disabled .ql-tooltip {
        visibility: hidden;
    }

    .ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
    .ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
        cursor: pointer;
    }

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
}

    .ql-clipboard p {
        margin: 0;
        padding: 0;
    }

.ql-editor {
    box-sizing: border-box;
    counter-reset: list-0;
    line-height: 1.42;
    height: 100%;
    outline: none;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: normal !important;
    word-wrap: break-word;
}

    .ql-editor > * {
        cursor: text;
    }

    .ql-editor p,
    .ql-editor ol,
    .ql-editor pre,
    .ql-editor blockquote,
    .ql-editor h1,
    .ql-editor h2,
    .ql-editor h3,
    .ql-editor h4,
    .ql-editor h5,
    .ql-editor h6 {
        color: black;
        margin: 0;
        padding: 0;
    }

    .ql-editor p,
    .ql-editor h1,
    .ql-editor h2,
    .ql-editor h3,
    .ql-editor h4,
    .ql-editor h5,
    .ql-editor h6 {
        counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .ql-editor table {
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%;
    }

        .ql-editor table td {
            outline: none;
        }

    .ql-editor td {
        border: 1px solid #000;
        padding: 2px 5px;
    }

    .ql-editor ol {
        padding-left: 1.5em;
        list-style-type: decimal;
    }

    .ql-editor ul {
        padding-left: 1.5em;
        list-style-type: disc;
    }

    .ql-editor li > .ql-ui:before {
        display: inline-block;
        margin-left: -1.5em;
        margin-right: 0.3em;
        text-align: right;
        white-space: nowrap;
        width: 1.2em;
    }

    .ql-editor li[data-list=checked] > .ql-ui,
    .ql-editor li[data-list=unchecked] > .ql-ui {
        color: #777;
    }

    .ql-editor li[data-list=bullet] > .ql-ui:before {
        content: '\2022';
    }

    .ql-editor li[data-list=checked] > .ql-ui:before {
        content: '\2611';
    }

    .ql-editor li[data-list=unchecked] > .ql-ui:before {
        content: '\2610';
    }

    .ql-editor li[data-list=ordered] {
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        counter-increment: list-0;
    }

        .ql-editor li[data-list=ordered] > .ql-ui:before {
            content: counter(list-0, decimal) '. ';
        }

        .ql-editor li[data-list=ordered].ql-indent-1 {
            counter-increment: list-1;
            counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        }

            .ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
                content: counter(list-1, lower-alpha) '. ';
            }

        .ql-editor li[data-list=ordered].ql-indent-2 {
            counter-increment: list-2;
            counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        }

            .ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
                content: counter(list-2, lower-roman) '. ';
            }

        .ql-editor li[data-list=ordered].ql-indent-3 {
            counter-increment: list-3;
            counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
        }

            .ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
                content: counter(list-3, decimal) '. ';
            }

        .ql-editor li[data-list=ordered].ql-indent-4 {
            counter-increment: list-4;
            counter-reset: list-5 list-6 list-7 list-8 list-9;
        }

            .ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
                content: counter(list-4, lower-alpha) '. ';
            }

        .ql-editor li[data-list=ordered].ql-indent-5 {
            counter-increment: list-5;
            counter-reset: list-6 list-7 list-8 list-9;
        }

            .ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
                content: counter(list-5, lower-roman) '. ';
            }

        .ql-editor li[data-list=ordered].ql-indent-6 {
            counter-increment: list-6;
            counter-reset: list-7 list-8 list-9;
        }

            .ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
                content: counter(list-6, decimal) '. ';
            }

        .ql-editor li[data-list=ordered].ql-indent-7 {
            counter-increment: list-7;
            counter-reset: list-8 list-9;
        }

            .ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
                content: counter(list-7, lower-alpha) '. ';
            }

        .ql-editor li[data-list=ordered].ql-indent-8 {
            counter-increment: list-8;
            counter-reset: list-9;
        }

            .ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
                content: counter(list-8, lower-roman) '. ';
            }

        .ql-editor li[data-list=ordered].ql-indent-9 {
            counter-increment: list-9;
        }

            .ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
                content: counter(list-9, decimal) '. ';
            }

    .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 3em;
    }

    .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 4.5em;
    }

    .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 3em;
    }

    .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 4.5em;
    }

    .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 6em;
    }

    .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 7.5em;
    }

    .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 6em;
    }

    .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 7.5em;
    }

    .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 9em;
    }

    .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 10.5em;
    }

    .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 9em;
    }

    .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 10.5em;
    }

    .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 12em;
    }

    .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 13.5em;
    }

    .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 12em;
    }

    .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 13.5em;
    }

    .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 15em;
    }

    .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 16.5em;
    }

    .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 15em;
    }

    .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 16.5em;
    }

    .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 18em;
    }

    .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 19.5em;
    }

    .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 18em;
    }

    .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 19.5em;
    }

    .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 21em;
    }

    .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 22.5em;
    }

    .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 21em;
    }

    .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 22.5em;
    }

    .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 24em;
    }

    .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 25.5em;
    }

    .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 24em;
    }

    .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 25.5em;
    }

    .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 27em;
    }

    .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 28.5em;
    }

    .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 27em;
    }

    .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 28.5em;
    }

    .ql-editor li.ql-direction-rtl {
        padding-right: 1.5em;
    }

        .ql-editor li.ql-direction-rtl > .ql-ui:before {
            margin-left: 0.3em;
            margin-right: -1.5em;
            text-align: left;
        }

    .ql-editor .ql-code-block-container {
        font-family: monospace;
    }

    .ql-editor .ql-video {
        display: block;
        max-width: 100%;
    }

        .ql-editor .ql-video.ql-align-center {
            margin: 0 auto;
        }

        .ql-editor .ql-video.ql-align-right {
            margin: 0 0 0 auto;
        }

    .ql-editor .ql-bg-black {
        background-color: #000;
    }

    .ql-editor .ql-bg-red {
        background-color: #e60000;
    }

    .ql-editor .ql-bg-orange {
        background-color: #f90;
    }

    .ql-editor .ql-bg-yellow {
        background-color: #ff0;
    }

    .ql-editor .ql-bg-green {
        background-color: #008a00;
    }

    .ql-editor .ql-bg-blue {
        background-color: #06c;
    }

    .ql-editor .ql-bg-purple {
        background-color: #93f;
    }

    .ql-editor .ql-color-white {
        color: #fff;
    }

    .ql-editor .ql-color-red {
        color: #e60000;
    }

    .ql-editor .ql-color-orange {
        color: #f90;
    }

    .ql-editor .ql-color-yellow {
        color: #ff0;
    }

    .ql-editor .ql-color-green {
        color: #008a00;
    }

    .ql-editor .ql-color-blue {
        color: #06c;
    }

    .ql-editor .ql-color-purple {
        color: #93f;
    }

    .ql-editor .ql-font-serif {
        font-family: Georgia, Times New Roman, serif;
    }

    .ql-editor .ql-font-monospace {
        font-family: Monaco, Courier New, monospace;
    }

    .ql-editor .ql-size-small {
        font-size: 0.75em;
    }

    .ql-editor .ql-size-large {
        font-size: 1.5em;
    }

    .ql-editor .ql-size-huge {
        font-size: 2.5em;
    }

    .ql-editor .ql-direction-rtl {
        direction: rtl;
        text-align: inherit;
    }

    .ql-editor .ql-align-center {
        text-align: center;
    }

    .ql-editor .ql-align-justify {
        text-align: justify;
    }

    .ql-editor .ql-align-right {
        text-align: right;
    }

    .ql-editor .ql-ui {
        position: absolute;
    }

    .ql-editor.ql-blank::before {
        color: rgba(0, 0, 0, 0.6);
        content: attr(data-placeholder);
        font-style: italic;
        left: 15px;
        pointer-events: none;
        position: absolute;
        right: 15px;
    }

.hoverable:hover {
    cursor: pointer;
}

.carousel .slick-list {
    height: 100%;
}

.carousel .slick-track {
    height: 100%;
}

.carousel .carousel-image {
    background: url('/Content/image_placeholder.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.preview-header {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    position: sticky;
    top: 0px;
    z-index: 10;
    padding-top: 5px;
    background-color: white;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px #e6e6e6 solid;
    margin: 0 auto;
}

    .preview-header .cm-icon-cm {
        margin-right: 8px;
    }

    .preview-header .description {
        font-size: 16px;
        font-weight: normal;
    }

.lobbySpinner {
    display: flex;
    justify-content: center;
    font-size: 80px;
}

.checkbox-label, .checkbox-label span {
    white-space: normal;
    word-break: break-word;
}

.hidden {
    display: none;
}

.pages-alert-container {
    width: 100%;
}

    .pages-alert-container pages-alert {
        margin: 12px;
    }

pages-select:not(:defined) {
    display: none;
}

pages-autocomplete:not(:defined) {
    display: none;
}

pages-menu-item:not(:defined) {
    display: none;
}
