a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}


.dropDownPadding {
    padding-left: 14px;
    padding-right: 15px;
}

.dropdown-style {
    position: absolute !important;
    transform: translate3d(0px, 37px, 0px);
    top: 0px !important;
    left: 0px !important;
    will-change: transform;
    min-width: 0px !important;
    text-align: left !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 80%;
        left: 40%;
        margin-top: 0;
        margin-left: 0;
        position: absolute !important;
        min-width: 0rem !important;
        text-align: left !important;
    }

.title {
    text-align: center;
    color: darkgray;
}

.error {
    float: right !important;
    padding-top: 60px;
    padding-right: 20px;
    width: 250px !important;
}

.navbar {
    background-color: #333;
    top: 0;
    width: 100%;
    z-index: 99;
}

.buttonDiv {
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: block;
}

.table-default,
.table-info,
.table-secondary {
    height: 55px !important;
}

h3,
h5 {
    margin: 7px !important;
}

.text-black {
    color: black !important;
}

.text-gray {
    color: lightgray !important;
}

.text-white {
    color: white !important;
}

.left-column {
    text-align: right;
    vertical-align: top;
}

.right-column {
    text-align: left;
    vertical-align: top;
}

.details-align {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-cell {
    text-align: center;
    vertical-align: middle !important;
}

.map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
}

.headerLinkBtn {
    text-decoration: none !important;
    color: white;
}

.buttonCollection {
    max-width: 745px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

@media (max-width: 767.98px) {
    .buttonCollection {
        max-width: 350px;
    }
}

.btnFormatted {
    vertical-align: central;
    padding: 10px;
    width: 100%;
    text-decoration: none;
    border-radius: 5px !important;
}

.searchBar {
    padding: 10px !important;
    margin-bottom: 15px;
    border-radius: 5px 0px 0px 5px !important;
    height: 50px !important;
}

.btnNext {
    float: right;
    margin-left: 10px !important;
    width: 30px !important;
}

.btnPrevious {
    float: left;
    margin-right: 10px !important;
    width: 30px !important;
}

.hiddenPerson {
    pointer-events: none;
}

img.dropShadow {
    filter: drop-shadow(3px 3px 3px gray);
}

.bubble {
    position: relative;
    z-index: 2;
    left: 35px;
    top: -5px;
    height: 32px;
    width: 32px;
    border-color: #158cba;
    border-style: solid;
    border-radius: 50%;
    pointer-events: none !important;
    padding: 3px 0px 0px 0px !important;
    font-size: 12pt !important;
}

.btnBorder {
    border-color: #158cba;
    border-style: solid;
    border-radius: .5rem;
    padding: 15px;
    background-color: white;
}

.personButtons {
    display: block;
    align-items: center;
    justify-content: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.gm-ui-hover-effect {
    display: none !important;
}

.custom-infowindow {
    padding: 0px 0px 5px 7px;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.20s ease-in;
}

    .fade-in.show {
        opacity: 1;
    }

#highlight {
    background-color: #ff851b;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 20px;
}

@media (max-width: 767.98px) {
    .button-container {
        max-width: 100%;
    }
}

.button-wrapper {
    width: 300px;
    margin: 10px;
}

@media (max-width: 767.98px) {
    .center-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.responsive-image {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .col-lg-5 {
        max-width: 275px;
    }

    .responsive-image {
        width: 275px;
    }
}

.fancybox__caption {
    font-size: 36px !important;
}
