body {
    margin: 0px;
}

.ae-cform-title {
    font-weight: normal;
    line-height: inherit;
}

.ae-cform-container.newsletter-side {
    max-width: 100%
}

.ae-cform-container>* {
    margin-top: 0;
    margin-bottom: 1rem;
}

.ae-cform-container {
    max-width: 500px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ae-cform-email-container,
.ae-cform-mailing-list-success,
.ae-cform-verify-email-container {
    max-width: 550px;
}

.ae-cform-title hr {
    display: none;
}

.ae-cform-signin-options {
    margin-top: 0;
}

.ae-cform-signin-options hr {
    display: block;
    border: none;
    box-shadow: 0 -0.0625rem 0 rgba(0, 0, 0, 0.9);
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
}

.ae-cform-signin-options-list {
    flex-direction: row;
    gap: 1rem;
}

.ae-cform-social-link {
    display: flex;
    align-items: center;
    height: auto;
    color: inherit !important;
    font-size: 1rem !important;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.04rem;
    background-color: transparent !important;
    min-width: initial;
    flex: 0;
}

.ae-cform-social-link .fa-twitter:after {
    top: 50%;
    transform: translateY(-50%);
}

.ae-cform-social-link i.socicon,
.ae-cform-social-link i.mdi,
.ae-cform-social-link i.fa,
.ae-cform-social-link i.fab,
.ae-cform-social-link i.fas {
    line-height: inherit;
    font-size: 1.25rem;
    background-color: transparent;
    padding: 0;
}

.ae-cform-social-link:hover {
    color: inherit;
    opacity: 0.6;
}

.ae-cform-signin-button {
    padding: 0 0.25rem;
}

.ae-cform-item input[type=text],
.ae-cform-item input[type=email],
.ae-cform-item input[type=password],
.ae-cform-item input[type=tel],
.ae-cform-item .ae-cform-select select {
    background-color: transparent !important;
    color: inherit !important;
    height: 2.5rem !important;
    border: none !important;
    box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 0;
    max-width: 100% !important;
    width: 100% !important;
}

.ae-cform-item input[type=text]:focus,
.ae-cform-item input[type=email]:focus,
.ae-cform-item input[type=password]:focus,
.ae-cform-item input[type=tel]:focus,
.ae-cform-item .ae-cform-select select:focus {
    box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
    background-color: transparent !important;
}

.ae-cform-item input[type=text]:hover,
.ae-cform-item input[type=email]:hover,
.ae-cform-item input[type=password]:hover,
.ae-cform-item .ae-cform-select select:hover {
    box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2) !important;
    background-color: transparent !important;
}


.ae-cform-email-reg-container form>* {
    margin-bottom: 1rem;
}

.ae-cform-item .ae-cform-select {
    margin-bottom: 0;
}

.ae-cform-email-container .ae-cform-optins-container {
    padding-bottom: 0;
}

.ae-cform-optin label {
    display: flex;
    align-items: center;
}

.ae-cform-item.ae-cform-item-submit-button.button-container {
    text-align: left;
}

.ae-cform-item input[type=submit] {
    padding: 1rem 2rem;
    width: auto;
    letter-spacing: 0.06rem;
    cursor: pointer;
}

.ae-cform-optin-terms a {
    color: inherit;
}

.ae-cform-item .ae-cform-select .select__arrow {
    right: 0;
}

.ae-cform-email-container .optin-options {
    flex-direction: row;
    width: 100%;
    justify-content: left;
}

.ae-cform-email-container .form-inputs {
    grid-template-columns: 1fr;
}

.ae-cform-optin-terms>div {
    text-align: left !important;
}

#section-newsletter .ae-cform-item input[type=submit] {
    width: auto;
    padding: 1rem 2rem;
    font-weight: var(--umg-font-base-weight-regular, 400);
    font-size: var(--umg-font-body-size-sm, 0.875rem);
    letter-spacing: 0.06rem;
    outline: none;
    appearance: none;
    text-decoration: none;
    --webkit-appearance: none;
}

.ae-cform-signin-options .ae-cform-social-link i.fab {
    background-color: transparent;
    color: #000;
    width: 36px;
    font-size: 1.5em;
}

.ae-cform-signin-options .ae-cform-social-link:hover {
    color: #000;
    opacity: 0.5;
}

.ae-cform-signin-options .ae-cform-signin-options-list {
    justify-content: start;
}

.ae-cform-signin-options .ae-cform-signin-options-list {
    justify-content: start;
}

.ae-optin-holder {
    margin-bottom: 14px;
}

@media screen and (min-width: 600px) {
    .ae-cform-container #ae-cform-email-reg-1 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
    
        .ae-cform-container #ae-cform-email-reg-1 .ae-cform-item {
            width: 48%;
            border: 1px solid inherit!important;
        }
        .ae-cform-container #ae-cform-email-reg-1 .ae-cform-item label,
        .ae-cform-container .ae-cform-title,
        .ae-cform-container .cform-required-field
        {
            text-align: left;
        }
}

.iframe-container {
    overflow: hidden;
    padding-top: 88.5%;
    position: relative;
    min-width: 440px;
}

#featuredMusic .iframe-container {
    min-width: 440px;
}

@media screen and (max-width: 600px) {
    #featuredMusic .iframe-container {
        min-width: 0;
    }
}

.slider-two-cols.iframe-container {
    padding-top: 94.5%;
}

.slider-two-cols.slider-two-cols-horizontal.iframe-container {
    padding-top: 88.5%;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.music-embed {
    overflow: hidden;
}

.music-embed iframe {
    width: 100%;
    min-height: 159px;
}

#umggrHeader.hide-mobile-nav umg-header-drawer {
    display: none;
}

#umggrHeader umg-socials,
#umggrFooter umg-socials {
    line-height: 1;
}

.umggr-audio-toggle {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}
.umggr-audio-toggle.above {
    top: 0.5rem;
    bottom: initial;
}

umg-page {
    min-height: calc(100VH - 234px);
}

.section__content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.linkfire-group-button svg {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 20px;
    fill: var(--umg-color-button-text, rgb(128, 128, 128));
}

.linkfire-iframe {
	height: 100%;
}

.linkfire-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.linkfire-iframe-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.linkfire-iframe-wrapper iframe {
    width: 100%;
    height: 130%;
}

.spotify-embed {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px;
    max-height: 100px;
    margin-bottom: -12px;
}

.spotify-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.spotify-embed.vertical-content,
.spotify-embed.vertical-content iframe {
    min-height: 165px;
    max-height: 165px;
}

@media screen and (max-width: 768px) {
    .spotify-embed.vertical-content.four-cols-vertical iframe {
        left: -14px;
        width: 114%;
    }
    .linkfire-iframe-wrapper iframe {
        width: 100%;
        height: 130%;
        position: relative;
        top: -10px;
    }
}

@media screen and (max-width: 480px) {
    .spotify-embed.vertical-content.four-cols-vertical iframe {
        left: 0px;
        width: 100%;
    }
    .linkfire-iframe-wrapper iframe {
        width: 100%;
        height: 100%;
        top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .umggr-banner-desktop-video {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .umggr-banner-mobile-video {
        display: none;
    }
}

.content-type-blocks strong{font-weight:bold}
.content-type-blocks em{font-style:italic}
.content-type-blocks p,
.content-type-blocks ul,
.content-type-blocks ol,
.content-type-blocks pre,
.content-type-blocks blockquote,
.content-type-blocks blockquote,
.content-type-blocks figure{margin:1rem 0}
.content-type-blocks ul li{list-style:disc}
.content-type-blocks ul,
.content-type-blocks ol{padding-left:20px}
.content-type-blocks ol li{list-style:decimal}
.content-type-blocks li{padding:0.1em 0}
.content-type-blocks h2{font-size:1.95em;line-height:1.4}
.content-type-blocks pre.wp-block-code{font-family:Menlo,Consolas,monaco,monospace;font-size:.9em;color:#1e1e1e;padding:.8em 1em;border:1px solid #ddd;border-radius:4px}
.content-type-blocks pre.wp-block-code code{padding:0;margin:0;background:inherit;font-size:inherit;font-family:monospace}
.content-type-blocks blockquote.wp-block-quote{border-left:.25em solid #000;margin:0 0 1.75em;padding-left:1em}
.content-type-blocks blockquote.wp-block-quote cite{color:#555;font-size:13px;margin-top:1em;position:relative;font-style:normal}
.content-type-blocks .wp-block-table thead {border-bottom: 3px solid;}
.content-type-blocks .wp-block-table table{display:table;box-sizing:border-box;text-indent:initial;border-spacing:2px;border-color:grey;border-collapse:collapse}
.content-type-blocks .wp-block-table table th{border:1px solid;padding:.5em;word-break:normal}
.content-type-blocks .wp-block-table table td{border:1px solid;padding:.5em;word-break:normal}
.content-type-blocks .wp-block-table figcaption{color:#555;font-size:13px;text-align:center}
.content-type-blocks figure.wp-block-pullquote{border-top:4px solid #555;border-bottom:4px solid #555;margin-bottom:1.75em;color:#555}
.content-type-blocks figure.wp-block-pullquote blockquote cite{text-transform:uppercase;font-size:.8125em;font-style:normal}
