:root {
    --dark-gray: #333;
    --yellow: #ffc527;
    --theme-lavote-primary: #003471;
}

#splash_wrp .splash_hdr {
    background-color: var(--yellow);
    color: #4c4c4c;
    font-size: 32px;
    font-weight: bold;
}
    #splash_wrp .splash_hdr span {
        display: block;
        padding: 25px 30px 15px 30px;
    }
    #splash_wrp #base {
        background-color: #00aeef;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 12px 12px 12px 30px;
    }
    #splash_wrp #frame_hdr_body {
        position: relative;
    }
#splash_wrp #splash_icons {
    width: 440px;
    position: relative;
    z-index: 100;
}
    #splash_wrp #splash_icons a {
        color: #4c4c4c;
        text-decoration: none;
    }
#splash_wrp .splash_icon {
    padding: 20px 50px 25px 0;
    font-size: 18px;
    text-align: center;
}
	#splash_wrp .splash_icon p {
		margin: 0;
	}
#splash_wrp #official_ballot {
    position: relative;
    top: -110px;
    left: -20px;
    display: table;
    margin-bottom: -90px;
}
#splash_wrp .splash_hdr,
#splash_wrp #splash_body {
	width: 750px;
}
#splash_wrp #splash_body {
    background-color: #fff;
}
#splash_wrp .seal {
    padding: 10px;
}
#splash_04042022 .column {
    width: 50%;
}
#splash_04042022 .icon {
    display: inline-block;
    padding-bottom: 10px;
}
    #splash_04042022 .icon:hover,
    #splash_04042022 .button:hover {
        opacity: .75;
    }
    #splash_04042022 .icon img {
        width: 100%;
    }
#splash_04042022 #m_splash_close {
    background-color: var(--yellow);
    padding: 5px 5px 0 0;
}
#splash_04042022 .m_header {
    padding: 20px 50px 0 50px;
}
#splash_04042022 .heading {
    margin: 20px 0 20px 0;
}
.layout_25 > .layout {
    width: 25%;
}
.layout_40_60 > .layout:first-child {
    width: 40%;
}
.layout_40_60 > .layout:last-child {
    width: 60%;
}

/* Specific */
#splash_emergency_notice #splash {
    top: 5% !important;
}
#splash_emergency_notice #content {
    position: absolute;
    width: 100%;
    height: 1000px;
    top: 0;
    padding: 100px;
    box-sizing: border-box;
    margin-top: 25px;
}
    #splash_emergency_notice #content #heading {
        font-size: 65px;
        color: var(--theme-lavote-primary);
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1.1em;
    }
    #splash_emergency_notice #content #copy {
        color: var(--theme-lavote-primary);
        font-size: 45px;
    }
    #splash_emergency_notice #content #button a {
        display: table;
        background-color: #17a969;
        color: #fff;
        padding: 20px;
        text-decoration: none;
        font-size: 35px;
        font-weight: bold;
        box-sizing: border-box;
        margin: 40px auto;
        letter-spacing: 0.1em;
        border-radius: 12px;
        box-shadow: 7px 12px 5px 2px rgb(0 0 0 / 50%);
    }
    #splash_emergency_notice #content .content {
        margin: 90px auto 20px auto;
        color: var(--dark-gray);
    }
    #splash_emergency_notice #top {
        position: relative;
    }
        #splash_emergency_notice #top p:first-child {
            font-size: 65px;
            color: #fff;
            font-weight: bold;
            margin-bottom: 15px;
        }
        #splash_emergency_notice #top p:last-child {
            font-size: 35px;
            font-weight: 900;
            color: #212121;
            line-height: 1.3em;
        }
    #splash_emergency_notice #bottom {
        font-size: 40px;
        width: 80%;
        margin-top: 50px !important;
    }
        #splash_emergency_notice #bottom p {
            color: #000;
            padding: 10px;
            font-size: 30px;
            font-weight: normal;
        }
    #splash_emergency_notice #mobile_bottom {
        display: none;
    }
    #splash_emergency_notice #bg_splash,
    #splash_emergency_notice #m_bg_splash {
        position: absolute;
        left: 0;
        top: 0;
    }

@media screen and (max-width: 47.9375em) {
    #splash_emergency_notice #splash_wrp {
        margin: 0 !important;
    }
    #splash_emergency_notice #content {
        width: 90%;
        height: auto;
        box-sizing: border-box;
        margin: auto;
        padding: 30px;
        position: inherit;
        color: var(--dark-gray) !important;
        background-image: url("/Sitefinity/WebsiteTemplates/v2/images/main/splash_page/presidential_general/bg_splash_mobile.jpg");
        background-repeat: no-repeat;
    }
        #splash_emergency_notice #content > div {
            position: relative;
            z-index: 100;
        }
        #splash_emergency_notice #content #button a,
        #splash_emergency_notice #bottom {
            font-size: 5vw;
        }
        #splash_emergency_notice #bottom {
            padding-bottom: 200px;
        }
        #splash_emergency_notice #content .content {
            margin-top: 30px;
        }
    #splash_emergency_notice #top {
        top: -20px;
        line-height: 2em;
    }
        #splash_emergency_notice #top p:first-child {
            font-size: 7vw;
            color: #fff;
            font-weight: bold;
            margin-bottom: 15px;
        }
        #splash_emergency_notice #top p:last-child {
            font-size: 10vw;
            font-weight: 900;
            color: #212121;
            line-height: 1.3em;
        }
        #splash_emergency_notice #top > img {
            margin-bottom: 40px;
        }
    #splash_emergency_notice #bottom p {
        font-size: 5vw;
    }
    #splash_emergency_notice #mobile_bottom {
        display: block;
        position: absolute !important;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 55%;
        z-index: inherit !important;
    }
    #splash_emergency_notice #m_bg_splash {
        height: 100%;
    }
}