#container.splashScreen div#middleRow {
    background-image: none!important;
    border: none!important;
    position: relative;
}

div.splash {
    width: 100%;
    height: 345px;
    display: flex;
}

div.splashPageListings, div.splashPageScreening {
    width: 430px;
    height: 350px;
    background: #FFF;
    color: #000!important;
    border: 2px solid #aaa;
    padding-left: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div.splashPageScreening .splashLogo {
    background: url(/images/TenChekLogo.gif) no-repeat;
    height: 130px;
    width: 130px;
    background-position: center;
}

div.splashPageListings .splashLogo {
    background: url(/images/TenChek_VroomsiLogo.png) no-repeat;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 130px;
    width: 200px;
    background-position: center;
}

div.splash>div:hover {
    background: #ddd;
}

div.splash h1, div.splash h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 4px;
    padding-bottom: 6px;
    border-bottom: 1px solid #000;
}

#logo_div {
    display: none;
}

div.splash h1 {
    font: 1.4em/1.4 "Palatino Linotype", Palatino, "URW Palladio L", Georgia, "Nimbus Roman No9 L", serif;
}

div.splash p {
    padding: 0!important;
}

div.splash ul li {
    font-size: 0.8em!important;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 5px;
}

div.splash ul {
    margin-bottom: 13px;
}

#btn_splashListVac {
    float: left!important;
}

#btn_splashListLearn {
    clear: both;
    float: left;
    margin: 8px 0!important;
}

#btn_splashScreenSignup {
    float: left!important;
    clear: none!important;
}

#btn_splashScreenLearn {
    clear: both;
    float: left;
    margin: 8px 0!important;
}

#people_front {
    width: 100%;
    height: 175px;
    background: #FFF;
    display: flex;
    justify-content: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

#people_front img {
    bottom: 0;
    position: absolute;
}

.splashContent {
    width: 100%;
}

.footerText1 {
    font-family: 'Playfair Display', serif;
    font-size:3.4em;
    margin: auto;
    padding-top:13px;
}

.footerText2 {
    margin: auto;
    font-size: 1.5em;
    padding-bottom: 10px;
    font-family: 'Vollkorn SC', serif;
}

div.splashScreen #header_top {
    background-image: url('/common/images/flag.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 20%;
}