.ui-datepicker-header {
    border-width: 0px !important;
    background: #bfd7a6 !important;
    color: #475F2F !important;
}

.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
    background: #A5BF8C !important;
    border: 1px solid #bfd7a6 !important;
}

.ui-datepicker-next-hover .ui-icon, .ui-datepicker-prev-hover .ui-icon {
    background-image: url("../grappelli/jquery/ui/images/ui-icons_ffffff_256x240.png");
}

.ui-datepicker-calendar .ui-state-hover {
    background: #DEF3C8 !important;
    border: 1px solid #bfd7a6 !important;
    color: #475F2F !important;
}

.ui-datepicker-calendar .ui-state-active {
    border: 1px solid #6F8D51 !important;
    color: #475F2F !important;
}

#ui-datepicker-div{
    z-index: 9999 !important;
}

#colophon {
    /*border-top: 2px solid lightgrey;*/
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: grey;
}

#colophon p {
    margin: 0;
    line-height: 44px;
}

.leaflet-bottom, .leaflet-control-container, .leaflet-countryselect-container {
    width: 100%;
}

.leaflet-countryselect-container {
    text-align: center;
}

.leaflet-countryselect {
    background-color: rgb(249, 249, 249);
    font-weight: bold;
    color: #000000 !important;
    border: 1px solid green;
    border-radius: 0;
}

.chosen-drop, .chosen-container {
    z-index: 9999 !important;
}

body {
    font-family: 'Lato', sans-serif;
}

.header-button {
    text-decoration: none;
    color: black;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding-left: 5px;
    text-align: right;
}

.header-button:hover {
    color: #30A0D6
}

img.logo {
    height: 40px;
    width: auto;
}

#masthead h1 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

#masthead h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #55BD64;
    font-weight: 300;
    margin: 0;
}

#masthead h3 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

a.header-text {
    text-decoration: none;
    color: black;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding-left: 5px;
}

a.header-text:hover {
    color: #30A0D6
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-text {
    text-align: left;
    vertical-align: center;
}
.right-text {
    display: flex;
    text-align: right;
    align-items: center;
}