.location-section {
    padding: 50px 16px;
}
.location-section .separator {
    position: relative;
}
.location-section .location-split-container {
    padding: 25px 0px;
}
.location-section .split-text h4 {
    margin: 0px;
}
.location-section .button {
    margin: 16px 0px;
    min-width: 300px;
}
.location-section .quadcam-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
    min-height: 264px;
}
.location-section .alt-location-container {
    margin: 25px 0px;
}
.location-section .alt-location-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    justify-content: space-between;
}
.location-section a {
    text-decoration: none;
    display: inline-block;
}
.alt-location-text a:hover {
    text-decoration: underline;
}
.alt-location-text a:hover + span {
    color: #D74100;
}