/** Table **/
#florida-perc-search {
	font-family: Geogrotesque;
	background: url(magnifying-glass.svg) 18px center no-repeat;
	border: 1px solid #E1E8F0;
	border-radius: 0;
	padding: 18px;
	text-indent: 40px;
	margin: 25px 0;
}
#florida-perc-search:focus {
	outline: none;
}

#florida-perc-map-mobile h4 {
    font-family: Geogrotesque;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #002e6d;
}

#florida-perc-map-mobile h2 {
    font-family: Geogrotesque;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #002e6d;
}

#florida-perc-map-mobile p {
    font-family: MetaSerif;
    font-size: 18px;
    color: #051c2c;
    line-height: 29px;
    text-align: center;
}

#florida-circle-container {
    text-align: center;
}

.mobile-circle {
    width: 165px;
    height: 165px;
    background: #002e6d;
    color: #fff;
    border: 5px solid #ab8800;
    border-radius: 200px;
    margin: 15px;
    display: inline-block;
    box-shadow: 0 11px 36px rgb(0 0 0 / 53.33%);
}

.mobile-circle h5 {
    font-family: Geogrotesque;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 20px 0 0;
}

#florida-perc-map-mobile .mobile-circle p {
    font-family: Geogrotesque;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0;
}

@media (max-width: 1024px) {
    #floridaPercDescription {
        font-size: 22px !important;
        line-height: 30px !important;
        padding: 0 100px !important;
    }
}

#florida-perc-map-mobile {
    display: none;
    background: #f5f7fa;
    padding: 30px;
}

@media (max-width: 768px) {
    #florida-perc-map-desktop {
        display: none;
    }

    #florida-perc-map-mobile {
        display: block;
    }
}

@media (max-width: 460px) {
    #florida-perc-map-mobile {
        padding: 10px;
    }

    .mobile-circle {
        margin: 5px;
    }
}
