html, body {
    border: none !important;
    overflow-x: hidden;
}

.logo {
    width: 115px;
}

.choices__list--dropdown:before {
    font-family: "Font Awesome 5 Pro";
}

.choices[data-type*=select-one]:after {
    font-family: "Font Awesome 5 Pro";
}

.map {
    height: 400px;
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 100%;
}

a:hover {
    color: #2C9FDA;
}

.sb-credits a {
    text-decoration: underline;
    color: #7b809a !important;
}

.sb-credits a:hover {
    text-decoration: none;
}

.sb-credits__logo {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .logo {
        width: 80px;
    }
}

@media screen and (min-width: 992px) {
    .min-vh-lg-75 {
        min-height: 75vh !important;
    }
}