#contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 13px !important;
}

#contact-form ::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px !important;
}

#contact-form :-ms-input-placeholder { /* IE 10+ */
    font-size: 13px !important;
}

#contact-form :-moz-placeholder { /* Firefox 18- */
    font-size: 13px !important;
}

#contact-form .help-block {
    color: #e62727 !important;
    font-size: 11px !important;
    line-height: 0px !important;
    opacity: 1 !important;
    visibility: visible;
}

#contact-form select {
    font-size: 13px !important;
}

.info-list .info-box-wrapper > div {
    width: 100%;
}

.sortable-container ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 37px;
    height: 35px;
    margin: 0px 2.5px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px dotted #98b224;
    font-size: 0.8125em;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #98b224;
}

.sortable-container ul li:hover {
    background-color: #98b224;
    border: 2px dotted #ffffff;
    color: #e5e5e5;
}

.sortable-container ul li.active {
    background-color: #98b224;
    border: 2px dotted #ffffff;
    color: #e5e5e5;
}

.categories-menu ul li a {
    text-decoration: none;
    color: #777777;
}

.categories-menu ul li a:hover {
    color: #ffffff;
}

.categories-menu ul li.active a {
    color: #ffffff;
}

#newsletter-form .help-block {
    color: #e62727 !important;
    font-size: 11px !important;
    line-height: 0px !important;
    opacity: 1 !important;
    visibility: visible;
}

#newsletter-form label {
    color: #d3d2d2 !important;
}

.newsletter-success-message {
    padding: 15px 0 0 15px;
    color: #4BB543;
    font-size: 12px;
}

.newsletter-error-message {
    padding: 15px 0 0 15px;
    color: #e62727;
    font-size: 11px;
}

.partners-form .form-group {
    margin-bottom: 15px !important;
}

.partners-form-help-block {
    display: none;
    color: #e62727 !important;
    font-size: 11px !important;
    margin-bottom: 15px;
}

#map-pin {
    color: #fff;
    font-size: 20px;
    position: absolute;
}

.map-wrapper .map-svg-wrapper .bullseye-wrapper i {
    font-size: 20px !important;
}

.map-svg-wrapper {
    float: right;
    width: 702px !important;
}

.map-svg {
    width: 702px !important;
}

.generate-alerts {
    margin-top: 30px;
}

.homepage-generate-alerts {
    padding-top: 30px;
    margin: 0 auto;
    width: 70% !important;
}

.alert-text {
    font-size: 14px !important;
}

.or_contacts_c {
    margin-left: auto;
    margin-right: auto;
}

.or_table {
    display: table;
}

.or_cell {
    margin-top: 50px;
}

.or_assoc {
    display: table !important;
}

.or_assoc_title {
    margin-top: 29px;
}


@media (max-width: 767px) {

    .or_cell {
        margin-top: 150px;
    }

    .or_assoc_title {
        margin-top: 11px;
    }

}

.grecaptcha-badge {
    z-index: 1000;
}