body {
    font-family: Poppins, sans-serif !important;
    margin: 0;
    padding: 0;
}
body * {
    font-family: Poppins, sans-serif !important;
}
h1, h2, h3 {
    margin-bottom: 5px;
    color: #54B872;
}
#results h1, #results h2, #results h3, #person1 div, #person2 div {
    font-weight: 200;
    color: #fff;
}
#results h3 {
    padding: 1em 0;
}
input[type="text"]::placeholder {
    color: #aaa;
    font-weight: 100;
    font-size: 1em;
}
input[type="text"] {
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
    background-color: #eee;
    color: #777;
    font-weight: 400;
    border-radius: 1.4em;
    padding: 0.4em 0.4em 0.4em 1.4em;
    width: 75%;
    font-size: 1em;
}
h2 > span {
    font-size: 0.5em;
}

h3 > span {
    margin-left: 1em !important;
    border-style: solid !important;;
    border-color: #aaa !important;;
    background-color: #eee !important;;
    color: #54B872 !important;;
    border-radius: 1.4em !important;;
}
.ui-selectmenu-icon.ui-icon {
    margin-top: 7px;
}
.ui-datepicker {
    width: 100%;
}
.ui-selectmenu-menu .ui-menu {
    max-height: 200px;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: #ffffff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ffffff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.spacer {
    height: 20px;
}
#map {
    width: 920px;
    height: 920px;
}
#opener {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}
.container {
    background-color: #54B872;
}
#heading {
    height: 230px;
}
.subcontainer {
    width: 1020px;
    margin: auto;
}
#logo {
    width: 1020px;
    height: 130px;
    text-align: center;
}
#logo img {
    display: inline-block;
    height: 100px;
    padding-top: 30px;
}
#logo h1 {
    display: inline-block;
    color: #54B872;
    position: relative;
    top: -70px;
    left: 10px
}
#slogan {
    width: 1020px;
    height: 50px;
    text-align: center;
}
#slogan h1, #slogan h2 {
    color: white;
}
.left {
    float: left;
    width: 400px;
    margin-right: 10px;
    clear: left;
    padding-left: 100px;
}
.right {
    float: left;
    width: 400px;
    margin-left: 10px;
    padding-left: 50px;
    clear: right;
}
.middle {
    clear: both;
    width: 500px;
    margin: auto;
}
.inner-left {
    float: left;
    width: 405px;
    margin-right: 100px;
    clear: left;
    text-align: right;
}
.inner-right {
    float: left;
    width: 500px;
    margin-left: 10px;
    clear: right;
}
#rende {
    margin-top: 0.4em;
    font-size: 1em;
    width: 50%;
    border-radius: 1em;
}
#basicInfo {
    text-align: center;
    padding-left: 50px;
}
#basicInfo h2, #basicInfo h3 {
    padding-right: 50px;
}
#person1 {
    width: 450px;
    float: left;
    margin-right: 10px;
    clear: left;
    padding-left: 50px;
    padding-bottom: 20px;
}
#person2 {
    width: 500px;
    float: left;
    margin-left: 10px;
    clear: right;
    padding-bottom: 20px;
}
