/*************************************************************************
 * NOTE
 	- Generic colors used until override
	- An example media query for mobile at the bottom
	
 *************************************************************************/
 

/*************************************************************************
 * Filters
 *************************************************************************/
.filters {

}

form#gF-filter {
	float: left;
	width: 100%;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
 	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/*background: #999999;
	background-image: -ms-linear-gradient(top, #999999 0%, #666666 100%);
	background-image: -moz-linear-gradient(top, #999999 0%, #666666 100%);
	background-image: -o-linear-gradient(top, #999999 0%, #666666 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #f1f1f1));
	background-image: -webkit-linear-gradient(top, #999999 0%, #666666 100%);
	background-image: linear-gradient(to bottom, #999999 0%, #666666 100%);*/
}

form#gF-filter #filter-categories {
	float: left;
	width: 240px;
	position: relative;
}

form#gF-filter #filter-day {
	float: left;
	width: 240px;
	position: relative;
}

form#gF-filter .childcare {
	float: left;
	width: 20%;
	height: 100%;
	position: relative;
	padding: 2px 1.5%;
	line-height: 50px;
	color: #ffffff;
	font-size: 14px;
	/*border-right: 1px solid #666666;*/
	-moz-box-shadow: 1px 0px 1px -1px rgba(255, 255, 255, .4);
	-webkit-box-shadow: 1px 0px 1px -1px rgba(255, 255, 255, .4);
	box-shadow: 1px 0px 1px -1px rgba(255, 255, 255, .4);
}

form#gF-filter .childcare-inner {
	overflow: hidden;
	 color: black;
    font-size: 16px;
        float: left;
    display: inline-block;
    margin-top: 0px;
    color: white;
    line-height: 2em;
    font-size: 16px;
    float: none;
    display: block;
    block-size: inherit;
    text-align: left;
}

form#gF-filter #filter-childcare {
	float: right;
	    margin-top: 12px;
    margin-left: 20px;
}

form#gF-filter .zip {
	float: left;
	width: 24%;
	height: 99%;/*plus padding for 100% height*/
	position: relative;
	padding: 0px 1% 0;
}

form#gF-filter .zip-inner {
	background: #ffffff;
	padding: 3px 2%;
	border: 1px solid #dadada;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

form#gF-filter #filter-zip { 
	float: left; 
	width: 75%; 
	height: 22px; 
	line-height: 18px;
	font-size: 13px;
	color: #999999; 
	border: 0; 
	padding: 4px 0 3px 5px;
	outline: 0;
	background: none;
}

form#gF-filter #gF-filter-submit { 
	background: url("/_assets/img/article_search_go.png") no-repeat center center;
	border: 0 none;
	cursor: pointer;
	display: block;
	float: right;
	height: 20px;
	margin-top: 4px;
	text-indent: -9999px;
	width: 20px;
}

/*filters - select plugin*/
.ui-selectmenu {
	display:block;
	float:left;
	position:relative;
	height: 100%;
	width:240px;
	text-decoration:none;
	overflow:hidden;
	margin: 0 !important;
	background: url(/_assets/img/groupfinder_arrow_filter.png) no-repeat 95% 50%;
	padding:0;
	border-right: 1px solid #666666;
	-moz-box-shadow: 1px 0px 1px -1px rgba(255, 255, 255, .4);
	-webkit-box-shadow: 1px 0px 1px -1px rgba(255, 255, 255, .4);
	box-shadow: 1px 0px 1px -1px rgba(255, 255, 255, .4);
}

#content a.ui-selectmenu:hover {
	text-decoration:none;
}

.ui-selectmenu-icon {
	position:absolute;
	right:6px;
	margin-top:-8px;
	top:50%;
}

.ui-selectmenu-menu {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	z-index:1001;
	top:0;
	visibility:hidden;
	background: rgb(102, 102, 102);
	background: rgba(102, 102, 102, .9);
}

.ui-selectmenu-open {
	visibility:visible;
}

.ui-selectmenu-menu-popup {
	margin-top:-1px;
}

.ui-selectmenu-menu-dropdown {
	overflow:auto;
	height:220px !important;
	margin-bottom:0;	
}

.ui-selectmenu-menu li {
	padding:0;
	margin:0;
	display:block;
	border-top:1px dotted transparent;
	border-bottom:1px dotted transparent;
	border-right-width:0!important;
	border-left-width:0!important;
	font-weight:400!important;
}

.ui-selectmenu-menu li a,.ui-selectmenu-status {
	line-height:1.4em;
	display:block;
	padding:.3em 1.5em .3em 1em;
	outline:none;
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
}
.ui-selectmenu-open li.ui-selectmenu-item-selected {
  display:none;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,.ui-selectmenu-hasIcon .ui-selectmenu-status {
	padding-left:20px;
	position:relative;
	margin-left:5px;
}

.ui-selectmenu-menu li .ui-icon,.ui-selectmenu-status .ui-icon {
	position:absolute;
	top:1em;
	margin-top:-8px;
	left:0;
}

.ui-selectmenu-status {
	line-height:1.5em;
	height:auto;
	color:#ffffff;
	font-size:16px;
	font-weight: normal;
	text-align: left;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
	background: rgb(153, 153, 153);
	background: rgba(255, 255, 255, .1);
}

.ui-selectmenu-open li.ui-selectmenu-item-selected {
}

.ui-selectmenu-menu li span,.ui-selectmenu-status span {
	display:block;
	margin-bottom:.2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
}

.ui-selectmenu-menu li .ui-selectmenu-item-content {
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
	opacity:.8;
}

/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group {
	font-size:1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
	line-height:1.4em;
	display:block;
	padding:.6em .5em 0;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
	margin:0;
	padding:0;
}

/*************************************************************************
 * List
 *************************************************************************/
 
h2.gF-heading {
	position: relative;
	color: #3c3c3c;
	font-size: 24px;
	padding: 2.5%;/*match article padding*/
	margin: 0;
	border: 1px solid #f1f1f1;
	border-bottom-color: #dadada;
	font-weight: normal;
}

article {
	padding: 2.5%;
	position: relative;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	padding-top: 1.5%;
    padding-bottom: 4%;
    background: url(/_assets/img/groupfinder_article_more.png) no-repeat 100% 50%;
    background-position-x: calc(100% - 30px);
}

article.even {
	/*background: #f1f1f1;
	background-image: -ms-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
	background-image: -moz-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(1, #f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #f1f1f1 100%);*/
}

article header {
	/*background: url(/_assets/img/groupfinder_article_more.png) no-repeat 100% 50%;*/
	/*cursor: pointer;*/
	/*padding-right: 12.5%;don't creep on the arrow*/
}

article h3 {
	font-size: 22px;
	margin-bottom: .5em;	
}

article p.meta {
	margin: 0;
	color: #555555;
}

article p.meta span.sep {
	color: #bbbbbb;
}

article .details {
	display: none;
	border-top: 1px solid #ffffff;
	padding-top: 2.5%;
	margin-top: 2.5%;
	text-align: center;
}

article .details p {
	font-size: 16px;
	text-align: left;
	margin-bottom: 1em;
}

article .details .more {
	display: inline-block;
	padding: 1em 2.4em;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
	line-height: 1;
	background-color: #666666;
	background-image: url(/_assets/img/groupfinder_bg_btn.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}

article .details .more:hover {
	background-color: #999999;
}

article.on {
	width: 95%;/*width padding top and left should expand out to 102%*/
	left: -.5%;
	padding-left: 3%;
	padding-right: 3%;
	background: #eaeaea;
	border-color: #d1d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 100;
	-moz-user-select: none;
	-webkit-user-select: none;
}

article.on header {
	background: url(/_assets/img/groupfinder_article_more-on.png) no-repeat 100% 50%;;
}

article.on .details {
	display: block;
}

/*************************************************************************
 * Pagination - you may want to put this in your css
 *************************************************************************/

#pagination {
	padding:1em;
	line-height: 1.1;
	margin: 0;
	text-align: center;
}

#pagination a {
	padding: .25em .5em;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#3c3c3c;
	margin: 0 .15em;
}

#pagination a:hover {
	/*color:#ffffff;*/
	/*background-color:#666666;*/
}

#pagination a#current {
	/*color:#ffffff;*/
	/*background-color:#666666;*/
}

#pagination a#off {
	color:#cccccc !important;
	background: none !important;
	cursor: default;
}


/*************************************************************************
 * Detail
 *************************************************************************/
 
#groupFinder .return {
	 /*background-color: #999999;*/
	 -webkit-border-top-left-radius: 5px;
	 -webkit-border-top-right-radius: 5px;
	 -moz-border-radius-topleft: 5px;
	 -moz-border-radius-topright: 5px;
 	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
}
 
#groupFinder .return a {
	padding:1.5em 2.4em 1.5em 3.4em;
	background: url(/_assets/img/groupfinder_arrow_return.png) no-repeat 10% 50%;
}
 
/*#groupFinder .return a:hover {
	background-color: #666666;
}*/

article.detail {
	padding: 0;
	border: none;
	background: none;
}

article.detail header {
	background: #f1f1f1;
	cursor: default;
	overflow: hidden;
	padding: 0;
}

article.detail header section {
	float: left;
	width: 61%;
	padding: 2.5%;
}

article.detail h3 {
	font-size: 28px;
	margin-bottom: .25em;	
}

article.detail p.category {
	font-size: 18px;
	margin-bottom: 2em;	
}

article.detail p.meta {
	margin: 0;
	line-height: 1em;
	padding: 0 0 5px;
	font-size: 16px;
}

article.detail p.meta span.sep {
	color: #3c3c3c;
	font-weight: 700;
}

article.detail header aside {
	float: right;
	width: 29%;
	padding: 2.5%;
}

article.detail header aside #map-display {
	width: 96%;
	height: 160px;
	padding: 2%;
	margin-bottom: 1em;
	background: #ffffff;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}

article.detail header aside #map-display #gmap {
	width: 100%;
	height: 100%;
}

article.detail header aside .map-directions {
	display: block;
	padding: 1em .5em;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
	line-height: 1;
	background-color: #666666;
	background-image: url(/_assets/img/groupfinder_bg_btn.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}

article.detail header aside .map-directions:hover {
	background-color: #999999;
}

article.detail .details {
	display: block;
	border-top: none;
	padding: 2.5% 0;
	margin: 0;
	text-align: left;
}

article.detail .details p {
	font-size: 14px;
	margin-bottom: 1em;
}

article.detail .details section {
	float: none;
	width: 100%;
	padding: 2.5%;
	font-size: 1.125em; line-height: 1.44em; margin-bottom: 1.75em;
	box-sizing: border-box;
}

article.detail .details aside {
	float: right;
	width: 29%;/*1% less accounts for border*/
	padding: 2.5%;
	/*background: #fcfcfc;*/
	border: 1px solid #ebebeb;
}

article.detail .details aside h4 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

article.detail .details aside .buttons p {
	margin: 0;
	line-height: 1;
}
	
article.detail .details aside .buttons a {
	display: block;
	text-align: center;
	padding: 1em .5em;
	margin-bottom: .5em;
	/*color: #999999;*/
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 1px rgba(255, 255, 255, .25);*/
	line-height: 1;
	/*background-color: #ebebeb;*/
	/*background-image: url(/_assets/img/groupfinder_bg_btn.png);*/
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	/*-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);*/
}

article.detail .details aside .buttons a:hover {
	/*background-color: #e1e1e1; */
}

/*************************************************************************
 * Override
*************************************************************************/

/*link and bg color #5d7b9d*/
article h3,
article.detail .details aside .buttons a {
	/*color: #4d4d4d;*/
}

article .details .more,
 article.detail header aside .map-directions {
	background-color: #5d7b9d;
}

/*hover #526c8a*/
article .details .more:hover,
article.detail header aside .map-directions:hover {
	background-color: #526c8a;
}

form#gF-filter .childcare,
.ui-selectmenu {
	border-color: #526c8a;
}
#groupFinder .return a{
border: none;
border-radius:3px; 
margin:0px;
}
/*highlight color #eaeff4*/
article.on,
article.detail header {
	/*background-color: #eaeff4;*/
}

/*gradient color link color to hover color*/
#pagination a:hover,
#pagination a#current,
form#gF-filter {
	/*background: #5d7b9d;
	background-image: -ms-linear-gradient(top, #5d7b9d 0%, #526c8a 100%);
	background-image: -moz-linear-gradient(top, #5d7b9d 0%, #526c8a 100%);
	background-image: -o-linear-gradient(top, #5d7b9d 0%, #666666 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5d7b9d), color-stop(1, #526c8a));
	background-image: -webkit-linear-gradient(top, #5d7b9d 0%, #526c8a 100%);
	background-image: linear-gradient(to bottom, #5d7b9d 0%, #526c8a 100%);*/
}

/*transparent hover color*/
.ui-selectmenu-menu {
	/*background: rgb(82, 108, 138);
	background: rgba(82, 108, 138, .9);*/
}


/*fonts - the base layouts site has no core styling to inherit*/
#groupFinder,
.gF-list h2.gF-heading,
article h3,
article p,
article.detail .details aside h4, {
	font-family: proxima-nova-1, proxima-nova-2, sans-serif;
}

.gF-list h2.gF-heading,
article.detail .details aside h4,
article.detail p.category {
	font-weight: light;
}





/*************************************************************************
 * Example responsive settings....this is just some base
   examples...remove or delete as needed. 
 *************************************************************************/
@media only screen and (max-width: 768px) {
/*
.filters {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #eaeaea;
}

form#gF-filter {
	float: none;
	height: auto;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: none
}

form#gF-filter #filter-categories {
	float: none;
	margin-bottom: 1em;
}

form#gF-filter #filter-day {
	float: none;
	margin-bottom: 1em;
}

form#gF-filter .childcare {
	float: none;
	width: 97%;
	padding: 0 1.5%;
	border-right: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 1em;
	color: #3c3c3c;
}

form#gF-filter .childcare-inner {
	padding-top: 0;
}

form#gF-filter #filter-childcare {
	float: none;
}

form#gF-filter .zip {
	float: none;
	width: 97%;
	height: auto;
	position: relative;
	padding: 0 1.5%;
	margin-bottom: 1em;
}

.ui-selectmenu {
	float:none;
	margin: 0 0 1em 0 !important;
	border-right: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #5d7b9d;
}

.ui-selectmenu-menu {
	background-color: #5d7b9d;
}

.gF-list h2.gF-heading {
	font-size: 16px;
	padding: 5%;
}

article {
	padding: 5%;
}

article h3 {
	font-size: 16px;
}

article .details p {
	font-size: 13px;
}

article .details .more {
	font-size: 12px;
}

article.on {
	width: 90%;
	padding: 5%;
	left: 0;
}
 
#groupFinder .return a {
	display: block;
	border-right: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

article.detail header {
	padding: 0;
}

article.detail header section {
	float: none;
	width: 90%;
	padding: 5%;
}

article.detail h3 {
	font-size: 16px;
}

article.detail p.detail {
	font-size: 16px;
}

article.detail p.meta {
	font-size: 13px;
}

article.detail header aside {
	float: none;
	width: 90%;
	padding: 5%;
}

	
article.detail header aside .map-directions {
	font-size: 12px;
}

article.detail .details section {
	float: none;
	width: 90%;
	padding: 5%;
}

article.detail .details aside {
	float: none;
	width: 90%;
	padding: 5%;
}

article.detail .details aside h4 {
	font-size: 14px;
}

	
article.detail .details aside .buttons a {
	font-size: 12px;
}
*/
}
 
/**************************************************************************
 * HTML 5 considerations
 *************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/**************************************************************************
 * Helper Functions - From HTML 5 Boilerplate
 *************************************************************************/

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


.push{
  clear:both;
}

.floatleft{
  float:left;
} 


/* 
 * Responsive Styles 
 *
@media (max-width: 56em) {

  form#gF-filter{
	padding-bottom:20px;
  }

  form#gF-filter .input,
  form#gF-filter select{
  	clear:both;
  	float:none !important;
  	border:0;
  	width:50%;
  	margin:15px auto;
  	-moz-box-shadow:none;
  	-webkit-box-shadow:none;
  	box-shadow:none;  	
  	display: block;
  }

  form#gF-filter .input.childcare{
  	width:30%;
  }

  form#gF-filter .input{
  	margin:0 auto;
  }


  article.detail header section{
  	width:95%;
  }

  article.detail header aside{
  	clear:both;
  	width:95%;
  }

}
/* End Responsive Styles */






/*new css*/
.groupfinder-page #content{ width:100%; margin-right:0}
.groupfinder-page #gF-filter.clearfix{ background:#4381de; border-radius:0}
.groupfinder-page select.sorter {
  border: 1px solid #cecece;
  border-radius: 3px;
  color: #999;
  float: left;
  font-size: 15px;
  height: 35px;
  line-height: 29px;
  margin:10px 1.6%;
  padding: 6px 10px 6px 5px;
  width: 24%;
}
#gF-results {
  margin-top: 40px;
}

@media only screen and (max-width: 960px) {
.groupfinder-page select.sorter{ width:21%}
form#gF-filter .childcare{ width:24%}
form#gF-filter .zip{ width:22%}
}
@media only screen and (max-width: 960px) {
.groupfinder-page select.sorter {
  margin: 5px 1.5%;
  width: 96.8%;
}
form#gF-filter .childcare {
  border: medium none;
  box-shadow: none;
  width: 170px;
}
form#gF-filter .zip {
  margin: 0 1.5%;
  padding: 0;
  width: 96.8%;
}
form#gF-filter .zip-inner{ padding:3px 10px}

.groupfinder-page #gF-filter.clearfix{ padding:10px 0}
}


@media only screen and (max-width: 960px) {
.groupfinder-page select.sorter {
	margin: 5px 3%;
	width: 94%;
}
form#gF-filter .childcare {
  border: medium none;
  box-shadow: none;
  width: 170px;
}
form#gF-filter .zip {
  margin: 0 3%;
  padding: 0;
  width: 94%;
}
}


#gF-results.loading {
    background: url('/_assets/img/ajax-loader.gif');
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
}


form#gF-filter .childcare, .ui-selectmenu {
    /*border-color: #78ad35;*/
        display: inline-block;
    height: 35px;
}

#groupFinder .return {
	 height: 50px;
    line-height: 54px;
}

#groupFinder .return a:hover {
	color: white;
}

#groupFinder article.even,
#groupFinder article.on, article.detail header {
    /*background-color: #f4f9ee;*/
}

.filters .ui-selectmenu-button {
	width: 250px !important;
}
.ui-selectmenu-menu .ui-menu {
	max-width: 100%;
}

#map-canvas { width: 100%; height: 475px; margin-bottom: 25px; display:none; }
.infoBox { background: white; }

.infoBox a { text-decoration: none; }

.infoBox .wrap, .infoBox .title { padding: 10px; }

.infoBox > img { z-index: 1; }

.infoBox .title.grouped { min-height: inherit; }

.infoBox .title { position: relative; background: #f3f3f3; min-height: 53px; }

.infoBox .title:after { content: ""; position: absolute; top: 5px; left: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-left-color: white; border-width: 12px; }

.infoBox .title img { float: left; margin-right: 10px; }

.infoBox .title h5 { color: white; font-size: 18px; margin-bottom: 0; padding-right: 20px; font-weight: 400; text-transform: uppercase; vertical-align: top; }

.infoBox p { font-size: 14px; color: #8f8f8f; margin-bottom: 5px; }

.infoBox ol { padding: 15px 15px 15px  30px; margin: 0; max-height: 200px; overflow-y: scroll; }

.infoBox ol li { padding: 3px 0; border-bottom: 1px solid white; }

.infoBox ol li:last-child { border-bottom: none; }

.infoBox ol .group a { font-size: 16px; display: block; }

.infoBox ol .time { display: block; font-size: 12px; }

.infoBox strong { color: #000; }

.infoBox .buttons { text-align: center; }

.infoBox .buttons a { display: inline-block; padding: 28px 16px; padding-bottom: 0px; }

.infoBox .buttons .group-icon { font-size: 70px; }

.infoBox .buttons .text { display: block; max-width: 90px; font-size: 14px; font-weight: bold; line-height: 1em; margin: 5px auto; text-transform: uppercase; }

.infoBox .buttons.grouped a { padding-top: 20px; }

.infoBox .buttons.grouped .group-icon { font-size: 25px; line-height: 25px; vertical-align: middle; margin-right: 10px; }

.infoBox .buttons.grouped .text { display: inline-block; max-width: inherit; line-height: 25px; vertical-align: middle; }

@font-face {font-family: 'groupfinder2'; src: url("/_css/fonts/groupfinder2/fonts/groupfinder2.eot");}
@font-face {
  font-family: 'groupfinder2';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}
.group-icon {font-family: 'groupfinder2' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal;  text-transform: none;  line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

.icon-book_1:before {content: "\e600";}

.icon-circle_right:before {content: "\e601";}

.icon-grid_1:before {content: "\e602";}

.icon-list:before {content: "\e603";}

.icon-pin_1:before {content: "\e604";}

.icon-pin_2:before { ontent: "\e605";}

.icon-square_delete:before {content: "\e606";}

.icon-target:before {content: "\e607";}

.icon-user_circle:before {content: "\e608";}

.toggle-wrap { text-align: right; margin: 20px 0; }

.view-toggle { display: inline-block; overflow: hidden; border: 1px solid #dadada; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZThlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=="); background-size: 100%; background-color: #ffffff; }

.view-toggle a { float: left; color: #7d7d7d; font-size: 23px; line-height: 33px; padding: 0 18px; vertical-align: middle; border-right: 1px solid #dadada; }

.view-toggle a:last-child { border-right: 0; }

.view-toggle .active { background: #333333; color: white !important; }

.list-view img { display: none; }

.list-view .meta div { float: left; }

.list-view .time, .list-view .location { margin-right: 1%; line-height: 1.4; }

.list-view .time { width: 39%; }

.list-view .location { width: 56%; margin-bottom: 0; }

.list-view .group { width: 32%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

article .meta p { margin: 0; font-size: 1em; }

.grid-view { display: block; }

.grid-view article { float: left; height: 133px; width: 48%; margin-right: 4%; margin-bottom: 4%; border: none; }

.grid-view article:nth-child(even) { margin-right: 0; }

.grid-view article h3 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.grid-view article img { float: left; margin-right: 10px; }

.items { position: relative; }

.items .overlay { position: absolute; top: 0; left: 0; padding: 10px 0 10px 0; width: 100%; height: 100%; z-index: 1000; background: rgba(255, 255, 255, 0.8) url("/_assets/img/layouts/groupfinder2/groupfinder_ajax_loader.svg") center center no-repeat; }


/************************************************************************* Detail ************************************************************************/
#detailmap { width: 100%; height: 360px; overflow: hidden; display:none; }

#detailmap #map-display { width: 100%; height: 360px;}

#detailmap #gmap { width: 100%; height: 100%; }

#detailmap #gmap img { max-width: none; }

#groupFinder .return { 
	/*background-color: #999999; */
	-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; 
}

#groupFinder .return a { 
	display: inline-block; 
	padding: 1em 2.4em .8em 3.4em; font-size: 15px; color: #ffffff; background: url(/_assets/img/layouts/groupfinder2/groupfinder_arrow_return.png) no-repeat 25px 50%; border-right: 1px solid #666666; -moz-box-shadow: 1px 0px 1px -1px rgba(255, 255, 255, 0.4); -webkit-box-shadow: 1px 0px 1px -1px rgba(255, 255, 255, 0.4); box-shadow: 1px 0px 1px -1px rgba(255, 255, 255, 0.4); -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; 
	padding: 0 50px;
}

#groupFinder article.detail { padding: 0; border: none; background: none; }

#groupFinder article.detail header { 
	/*background: #ffffff !important; */
	cursor: default; overflow: hidden; padding: 20px; }

#groupFinder article.detail header img { float: left; margin-bottom: 20px; margin-right: 20px; }

#groupFinder article.detail header #detailmap { margin-top: 20px; }

#groupFinder article.detail header section { width: 100%; padding: 20px; padding-top: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

#groupFinder article.detail header section .meta div { position: relative;  padding: 4px 0 4px 75px;  }

#groupFinder article.detail header section .meta div strong { color: black; position: absolute; left: 0; }

#groupFinder article.detail header section .detail-button { margin-top: 20px; margin-right: 20px; }

#groupFinder article.detail .title { font-size: 42px; margin-bottom: 0.30em; }

#groupFinder article.detail h3 { font-weight: bold; margin-bottom: .25em; }

#groupFinder article.detail .detail-button { display: inline-block; padding: .2em .5em; text-align: center; color: #ffffff; font-size: 20px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); background-color: #666666; background-image: url(/_assets/img/layouts/groupfinder2/groupfinder_bg_btn.png); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

#groupFinder article.detail .detail-button span { line-height: 25px; vertical-align: middle; }

#groupFinder article.detail .detail-button .group-icon { font-size: 25px; margin-right: 10px; }

#groupFinder article.detail .details { display: block; border-top: none; padding: 2.5% 0; margin: 0; text-align: left; }

#groupFinder article.detail .details p { margin-bottom: 1em; }

#groupFinder article.detail .details aside { 
	float: left; width: 15%; padding: 2%; margin-right: 2%; 
	/*background: #fcfcfc; */
	border: 1px solid #ebebeb; 
}

#groupFinder article.detail .details aside img { width: 100%; height: auto; }

#groupFinder article.detail .details aside h4 { font-weight: normal; text-align: center; }

#groupFinder article.detail .details aside img { margin-bottom: 15px; }

#groupFinder article.detail .details aside .detail-button { display: block; }

/************************************************************************* Filters ************************************************************************/
form#gF-filter .childcare { float: left; margin-left: 10px; position: relative; width: 200px; line-height: 40px; color: #333333; }

/************************************************************************* Override
*************************************************************************/
/*link and bg color #5d7b9d*/


#groupFinder article .details .more, #groupFinder .return, #groupFinder article.detail .detail-button { 
	/*background-color: #5d7b9d; */
}

.infoBox .title:after { border-left-color: #5d7b9d; }

/*hover #526c8a*/
#groupFinder article .details .more:hover, #groupFinder .return a:hover, #groupFinder article.detail .detail-button:hover { 
	/*background-color: #333333; */
}

form#gF-filter .childcare, #groupFinder .return a { border-color: #5d7b9d; }

.items article:hover { background-color: rgba(51, 51, 51, 0.2) !important; }

/*highlight color #eaeff4*/
#groupFinder article.on, #groupFinder article.detail header { 
	/*background-color: #eaeff4; */
}

/*gradient color link color to hover color*/
.infoBox .title { 
	/*background: #5d7b9d; */
}

/*fonts - the base layouts site has no core styling to inherit*/
.gF-list h2.gF-heading, #groupFinder article.detail .details aside h4, #groupFinder article.detail p.category { font-weight: 400; }

#module-search, #zip-search {
	width: 280px;
}
#module-search-term, #zip-search-term {
	height: 30px;
}

@media only screen and (max-width: 64.25em) { form#gF-filter .zip { float: none; width: 180px; height: auto; position: relative; padding: 0 1.5%; margin: 1em auto; }
  .gF-list h2.gF-heading { font-size: 16px; }
  #groupFinder article { padding: 5%; }
  .grid-view article, .list-view .meta div { float: none; width: 100%; height: auto; }
  .grid-view article { margin-right: 0; }
  .grid-view article h3 { text-overflow: visible; }
  #groupFinder article.detail header img { height: auto; width: 150px; max-width: 100%; float: none; display: block; }
  #groupFinder article.detail header section .detail-button { display: block; width: 100%; margin: 1em 0; }
  #groupFinder article.detail .details section { float: none; width: 90%; padding: 5%; }
  #groupFinder article.detail .details aside { width: 30%; padding: 5%; }
  #detailmap, #detailmap #map-display { height: 240px; }
  }


#groupFinder article.detail header section .detail-button {
	    /*background-color: #639b41;*/
    border-radius: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-width : 1px;
    border-style: solid;
    border-radius: 30px;
}

#groupFinder article.detail header section .detail-button span{
	-moz-transition: color 0s ease-in-out;
    -o-transition: color 0s ease-in-out;
    -webkit-transition: color 0s ease-in-out;
    transition: color 0s ease-in-out;
}
#groupFinder article.detail header section .detail-button:hover {
	background-color: white;
	/*color: #639b41;*/
}
@media only screen and (max-width: 960px) {
	article.detail header aside,
	article.detail header section,
	article.detail .details section,
	article.detail .details aside {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	form#gF-filter .childcare {
		margin-left: 5%;
	}
}
.ui-selectmenu-menu {
	/*background-color: #098da1;*/
}

.ui-selectmenu-menu-dropdown {
	margin-top: 20px;
}


.items article:last-child {
	    border-bottom: 1px solid #f1f1f1;
}