.iti-tout-marquee {
    font-family: "Apercu Regular";

    height: 100%;
    position: relative;
    top: -76px;
    padding: 0rem 4rem;

    .eyebrow {
        font-size: 13px !important;
        letter-spacing: 1px;
    }

    .iti-tout-marquee-left-container {
        padding-left: 60px;
    }

    @media (max-width: 981px) {
        .tout-row {
            display: flex;
            flex-direction: column-reverse;
        }
    }

    .iti-tout-toggle-container {
        display: flex;
        align-items: center;
        font-family: "Apercu Pro Medium";

        a {
            color: white;
            transition: all .3s ease-in-ot;

        }

        .iti-tout-toggle {
            transition: all .2s ease-out;
            position: absolute;
            margin-top: auto;
            right: -16rem;
            color: white !important;
            box-sizing: border-box;
            padding: 2.5rem 1.5rem;
            background: #1588fc;
            float: left;
            width: 200px;
            height: auto;
            margin: 0rem 0rem 0rem 8rem;
            transition: all .3s ease-in-ot;

            .toggle-default-view {
                transition: all .3 ease-in-out;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                width: 9rem;
                height: 11rem;
                transition: all .3s ease-in-out;

                .toggle-title {
                    font-size: 21pt;
                    color: white !important;
                }

                .plus-button {
                    color: white;
                    cursor: pointer;
                    font-size: 28pt;
                    font-weight: 200;

                }
            }
            .toggle-second-view {
                transition: all .3s ease-in-out;
                color: white !important;
                width: auto;
                min-height: 24rem;
                display: flex;
                flex-direction: column;

                .close-button {
                    position: absolute;
                    top: 1rem;
                    right: 1rem;
                    color: white;
                    cursor: pointer;
                    font-size: 28pt;
                    font-weight: 200; 
                }

                .link-group {
                    margin-bottom: 1.5rem;
                    display:block;

                    .iti-tout-link-headline {
                        font-size: 22px;
                        letter-spacing: -.55px;
                        margin-bottom: .625rem;
                    }

                    .iti-tout-link-eyebrow {
                        display: block;
                        width: 100%;
                        font-size: 12px;
                        letter-spacing: 1.5px;
                        text-transform: uppercase;
                    }
                }
            }

            .tout-button-link {
                transition: all .3s ease-in-ot;
                background: #0074e8;
                border-radius: 50rem;
                padding: .8rem 1rem;
                text-transform: uppercase;
                font-size: 14px;
            }

            .tout-button-link:hover {
                background: white;
                color: black;
            }

            .hidden {
                display: none;
            }

            &.shifted {
                left: -9rem !important;
                /* margin-right: 0rem; */
                width: 350px;
            }
        }
    }

    .iti-tout-marquee-text {
        h1, h5, h6 {
            color: white !important;
        }
        h1 {
            font-size: 60px;
        }
    }

    .iti-tout-button {
        font-size: 17px !important;
        font-family: "Apercu Light", sans-serif !important;
        font-weight: 300;
        border-color: white;
        border-radius: 20rem !important;
        text-transform: uppercase !important;
        background: white;
        color: #2d1e73 importnt !important;
    }

    .iti-tout-button:hover {
        border-color: white !important;
        text-transform: uppercase !important;
        /* background: white !important; */
        /* color: #2d1e73 !important; */
    }
}

