.title {
    color: #fff;
    font-size: 6.0rem;
    line-height: 120%;
    margin: 0;
    margin-bottom: 30px;
    font-weight: bold;

    font-family: "montserrat";
}

.subtitle {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
}

.valign {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


.location {
    float: left;
    width: 100%;
    position: relative;
    height: 700px;
    background-color: #f9f9f9;
}

.location .map {
    float: left;
    width: 100%;
    position: absolute;
}

.location .content {
    width: 100%;
    float: left;
    height: 700px;
    padding: 60px 0;
    z-index: -1;
}

.autocompleteSpacer {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.eventBox {
    border-left: 3px solid #fff;
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 1px;
    border-radius: 4px;
    overflow: hidden;
}

.eventBox a {
    padding: 20px;
    float: left;
    width: 100%;
    color: #333;
}

.eventActive {
    border-right: 3px solid #EE4459459;
}

.titleText {
    font-size: 1.8rem !important;
}

.locationText {
    font-size: 1.4rem !important;
}