#ona-map {
    height: 300px;
    width: 100%;
    margin-bottom: 2rem;
}

.infowindow__title,
.infowindow__title--secondary {
    margin: 0 0 0.1rem;
    letter-spacing: 0;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.infowindow__title {
    font-size: 1.4rem;
    max-width: 350px;
}
.infowindow__title a {
    color: #1e73be;
}
.infowindow__title--secondary {
    margin: 1rem 0 0;
    max-width: 350px;
    font-size: 1.3rem;
}
.infowindow__content p {
    margin: 0;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    max-width: 350px;
}

#ona-local-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ona-local-group {
    width: 48%;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 0 10px;
	padding: 10px;
	background-color: #f1f1f1;
    opacity: 1;
    word-wrap: break-word;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.flex-ghost {
    height: 0;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    opacity: 0;
}

@media (min-width: 650px) {
    .ona-local-group {
        width: 31.5%;
    }
}

@media (min-width: 900px) {
	.ona-local-group {
        width: 24%;
	}
}


@media (min-width: 1100px) {
	.ona-local-group {
        width: 19%;
	}
}

.ona-local-group h4 {
    font-size: 1.8rem;
    margin: 5px 0;
    line-height: 1.2em;
}

.ona-local-group h4 a {
    color: #1e73be;
}

.ona-local-group h5,
.ona-local-group p,
.ona-local-group li {
    font-size: 1.4rem;
}

.ona-local-group h5 {
    line-height: 1.4em;
    margin: 0 0 0.2rem;
}

.ona-local-group p {
    margin-bottom: 1.2rem;
}

.ona-local-group ul {
    margin: 0;
    list-style: none;
}

.ona-local-group li {
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
}


.ona-local-group li:last-child {
    border-bottom: none;
    padding: 0;
}



#ona-local-list {

}
#ona-local-list article {
    margin: 0;
    padding: 35px 15px 35px;
		position: relative;
    border-bottom: 1px solid #bbb;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#ona-local-list article:last-of-type {
    border-bottom: 10px solid;
    margin-bottom: 90px;
}
#ona-local-list article.inactive {
    opacity: 0.5;
}
#ona-local-list article:hover {
    background: #f3f3f3;
    opacity: 1;
}
#ona-local-list h4 {
    font-weight: 100;
    font-size: 2.8em;
    line-height: 1;
    margin: 0;
    text-shadow: 1.5px 1.5px #fff;
}
#ona-local-list h4 a {
    position: relative;
    z-index: 1;
}
#ona-local-list h4 a:after {
  content: "";
	background: transparent;
  height: 7px;
  width: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	top: 46px;
	left: 14px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#ona-local-list h4 a:hover {
    color: #333;
}
#ona-local-list h4 a:hover:after {
    background: #2AB7CA;
}
@media (min-width:550px){
    .local-social {
        float: right;
    }
    #ona-local-list h4,
		#ona-local-list p {
        padding-right: 20rem;
    }
}
.local-social li {
    list-style: none;
    float: left;
    font-size: 2em;
    margin-left: 15px;
}
@media (max-width:550px){
    .local-social {
        overflow: auto;
        margin-bottom: 10px;
    }
    .local-social li {
        font-size: 1.5em;
        margin-left: 0;
        margin-right: 15px;
    }
    #ona-local-list article {
        padding-top: 25px;
    }
}
.ona-local-group-event {
    margin-top: 20px;
}
#ona-local-list h3 {
    text-align: center;
    border-bottom: 1px solid #bbb;
    line-height: 0.2;
    margin-bottom: 35px;
    margin-top: 70px;
    font-size: 2.2em;
}
#ona-local-list h3 span {
    background: white;
    padding: 0 15px;
}
#local-types {
    margin: 45px 0 40px;
    text-align: center;
}
#local-types li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.ona-local-text {
    text-align: center;
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto;
}

/* This code is also used for the /groups/ listing */

.count {
	position: absolute;
	right: 10px;
	top: 30px;
	font-size: 5em;
	line-height: 1;
	font-weight: 100;
	background: #C9DAEA;
	padding: 5px 10px;
	color: white;
}
@media (max-width:550px){
	.count {
		position: initial;
	  margin-top: 20px;
	  font-size: 4rem;
	  text-align: center;
	}
}
