/*************************************************************************
 * NOTE
 	- Generic colors used until override
	- An example media query for mobile at the bottom
	
 *************************************************************************/
 

/*************************************************************************
 * Filters
 *************************************************************************/
.filters {
	/*height: 50px;*/
	/*margin-top: 5em;*/
	clear: both;
	margin: 3em 0px;
	padding: 15px 20px;
}

#vol-filter {
	float: left;
	width: 100%;
	position: relative;
}

#vol-filter #filter-categories {
	float: left;
	width: 240px;
	position: relative;
}

#vol-filter #filter-day {
	float: left;
	width: 240px;
	position: relative;
}

#vol-filter .childcare {
	float: left;
	width: 16%;
	height: 100%;
	position: relative;
	padding: 0 1.5%;
	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);
}

#vol-filter .childcare-inner {
	padding-top: 1em;
	overflow: hidden;
}

#vol-filter #filter-childcare {
	float: right;
}

#vol-filter .zip {
	float: left;
	width: 24%;
	/*height: 99%;*/ /*plus padding for 100% height*/
	position: relative;
	/*padding: 1% 1% 0 1%;*/
	padding: 10px 1% 0 1%;
}

#vol-filter .zip-inner {
	background: #ffffff;
	padding: 2%;
	border: 1px solid #dadada;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#vol-filter #filter-zip { 
	float: left; 
	width: 75%; 
	height: 18px; 
	line-height: 18px;
	font-size: 13px;
	color: #999999; 
	border: 0; 
	padding: 0;
	outline: 0;
	background: none;
}

#vol-filter #vol-filter-submit { 
	float: right; 
	width: 12px;
	height: 16px;
	border: 0;
	background: url(/_img/layouts/volunteer_2/groupfinder_submit.png);
	display:block;
	text-indent: -9999px;
	cursor: pointer;
}

#text article h3 {
	margin-top: 0.75em;
}

#text article h4.contactH4 {
	margin-top: 0px;
	font-weight: 400;
}

/*filters - select plugin*/
/* @group Select Menus */
.ui-selectmenu {
  display: block;
  float: left;
  position: relative;
  height: 2.4em;
  width: 150px;
  text-decoration: none;
  overflow: hidden;
  margin-right: 5px;
  padding: 5px 0;
  border: 1px solid #ccc;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.ui-selectmenu:hover {
  opacity: 0.82;
}

#content a.ui-selectmenu:hover {
  text-decoration: none;
}

.ui-selectmenu .icon-sort-updown {
  position: absolute;
  right: 10px;
  margin-top: -12px;
  top: 50%;
  font-size: 1em;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 1001;
  top: 0;
  visibility: hidden;
  overflow: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
  height: 200px;
  width: auto;
  border: 1px solid #ccc;
}

.ui-selectmenu-open {
  visibility: visible;
}

.ui-selectmenu-menu-popup {
  margin-top: -1px;
}

.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: normal !important;
}

.ui-selectmenu-menu li a, .ui-selectmenu-status {
  line-height: 1.45;
  display: block;
  padding: .3em 1.5em .3em 1em;
  outline: none;
  text-decoration: 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: 16px;
  height: 16px;
  overflow: hidden;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
  background: #ebebeb;
}

.ui-selectmenu-menu li span, .ui-selectmenu-status span {
  display: block;
  margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-weight: bold;
}

.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;
  font-weight: bold;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin: 0;
  padding: 0;
}

#text .ui-selectmenu-status {
  font-weight: 700;
  font-size: 1em;
}

#text .ui-selectmenu .icon-sort-updown {
  display: none;
}


#volunteer-opportunity .ui-selectmenu:after {
	content: "";
	font-family: "pictonic" !important;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    line-height: 1em;
    font-size: .85em;
}

.ui-selectmenu {
	background-color: white;
}
#text .ui-selectmenu-status {
	line-height: 1.5em;
}

/*************************************************************************
 * List
 *************************************************************************/
 
h2.vol-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;
	margin-bottom: 2em;
}

article {
	padding: 2.5%;
	position: relative;
}

article.even {

}

article header {
	/*background: url(/_img/layouts/volunteer_2/groupfinder_article_more.png) no-repeat 100% 50%;*/
	cursor: pointer;
	padding-right: 12.5%;/*don't creep on the arrow*/
}



.content article p{
	/*font-size: 1.15em;*/
}

article p.meta {
	margin: 0;
	color: #555555;
	font-weight: 600;
	margin-bottom: 1.25em;
}

article p.meta a{
	/*font-size: 13px;*/
}

article .previewText{
	/*font-size: 13px;	*/
}

article .previewText p{
	margin-bottom: 0;
}

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(/_img/layouts/volunteer_2/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(/_img/layouts/volunteer_2/groupfinder_article_more-on.png) no-repeat 100% 50%;;
}

article.on .details {
	display: block;
}


.items{ padding: 5em 0;}

#text .items {
	padding-bottom: 0px;
}

.serveThird{
	background: #e7eaee;
	padding: 2em;
	text-align: center;
}
.whereText h5{
	font-size: 1.45em;
    font-weight: 400;
}

/*************************************************************************
 * Pagination - you may want to put this in your css
 *************************************************************************/

#pagination {
	padding:1em;
	line-height: 1.1;
	margin: 0;
	text-align: center;
	background-color: transparent;

}

#pagination a {
	padding: .25em .5em;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin: 0 .15em;
}

#pagination a#current {
	border-radius: 2px;
}

/*************************************************************************
 * Detail
 *************************************************************************/
 
#volunteerOpps .return {
	 background-color: #999999;
}
 
#volunteerOpps .return a {
	display: inline-block;
	padding: 1.3em 2.4em 1.3em 1.4em;
	font-size: 15px;
	color: #ffffff;
	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);
}
 
#volunteerOpps .return a:hover {
	background-color: #666666;
}

article.detail {
	padding: 0;
	border: none;
	background: none;
}

article.detail header {
	cursor: default;
	overflow: hidden;
	padding: 0;
}

article.detail header section {
	float: left;
	width: 61%;
	padding: 0;
}

article.detail h3 {
	font-size: 28px;
	margin-bottom: .25em;	
	font-weight: 700;
}

article.detail header section p {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: none;
	color: #5D7B9D;
}

article.detail p.meta {
	margin: 0;
	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(/_img/layouts/volunteer_2/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: 0;
	margin: 0;
	text-align: left;
}

article.detail .details p {
	/*font-size: 14px;*/
	margin-bottom: 1em;
}

article.detail .details section {
	float: left;
	width: 62%;
	padding: 0 3% 0 0;
	margin-bottom: 5em;
}

article.detail .details aside {
	float: right;
	width: 34%;
	padding: 2.5%;
	background: #fcfcfc;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}

article.detail .details aside h4 {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}

article.detail .details aside #contact-info{
	font-size: 15px;
	line-height: 20px;
}

article.detail .details aside .buttons p {
	margin: 0;
	line-height: 1;
}

#text article.detail .details #contact-form {
  padding: 40px 24px;
  box-sizing: border-box;
  display: block;
}
#text article.detail .details .contactH4 {
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 11px;
}
#text article.detail .details .contact-field {
  font-size: 18px;
  box-sizing: border-box;
  border : 0px;
  border-radius: 0px;
  margin-bottom: 25px;
  padding: 13px 12px;
  width: 90%;
  max-width: 90%;
}
#text article.detail .details .options input {
  margin-bottom: 10px;
  vertical-align: text-top;
}
#text article.detail .details .contact-submit {
  margin-top: 20px;
}
	
article.detail .details .contact-submit, .cta-button, .team-button {
	display: block;
	text-align: center;
	cursor: pointer;
	border: 0;
	margin-top: 20px;
	padding: 1.1em 2em;
	margin-bottom: .5em;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .25);
	line-height: 1;
	background-color: #5D7B9D;
	background-image: url(/_img/layouts/volunteer_2/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);
}

.cta-button:hover{
	color: white;
}

.team-button{
	background-color: #ededed;
	color: #5D7B9D;
}

.button-container{
	display: inline-block;
}

.iconBox{
	display: inline-block;
	width: 12.5%;
}

.serveThird .iconBox{
	display: block;
    width: 100%;
    margin-bottom: 1.75em;
}

.iconBoxInner{
    width: 70px;
    height: 70px;
    border: 5px solid #506a87;
    border-radius: 50%;
    opacity: .4;
}

.serveThird .iconBoxInner{
	margin: 0 auto;
	position: relative;
    left: -5px;
}

#text .iconBox span.iconServe{
	font-size: 3.25em;
    font-weight: 700;
    /*color: #506a87;*/
    display: block;
    text-align: center;
    padding: 0px;
    margin-left: 1px;
}

.whereText{
	display: inline-block;
    vertical-align: top;
    width: 60%;
}

.serveThird .whereText{
	width: 100%;
}

.serveWide .button-container{
	width: 24.5%;
}

article.detail .details aside .buttons a:hover {
	background-color: #e1e1e1; 
}

.serveWide{
	display: block;
	clear: both;
	background: #e7eaee;
    padding: 2.5em;
}

.serveWide p{
	margin-bottom: 0;
}

.highlight{
	display: block;
	clear: both;
	background: #f6f8fa;
	padding: 3em 2.5em;
}
#volunteer-opportunity .highlight > .div-row {
	float: none;
}
#volunteer-opportunity .highlight > .div-row:after,
.highlight:after {
	content : '';
	clear: both;
}

/*************************************************************************
 * GRID STYLES - remove this if site has existing styling
*************************************************************************/

.div-row {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.div-row::after{
	content: '';
	display: block;
	clear: both;
}
@media (min-width: 47.9375em) {
  .div-row {
    margin-bottom: 2em;
  }
}
.div-row .div-col {
  float: none;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
}
@media (min-width: 47.9375em) {
  .div-row .div-col {
    float: left;
    margin: 0 0 0 4%;
  }
}
@media (min-width: 47.9375em) {
  .div-row .div-col:first-child {
    margin-left: 0 !important;
  }
}
.div-row .div-col p:last-child {
  margin: 0;
}
.div-row .div-col p img,
.div-row .div-col div img,
.div-row .div-col p iframe,
.div-row .div-col div iframe,
.div-row .div-col p object,
.div-row .div-col div object,
.div-row .div-col p video,
.div-row .div-col div video {
  margin-bottom: 1em;
}

@media (min-width: 47.9375em) {
  .div-row.one-half .div-col {
    width: 48%;
  }
}

@media (min-width: 47.9375em) {
  .div-row.one-third .div-col {
    width: 30.66666666666667%;
  }
}

@media (min-width: 47.9375em) {
  .div-row.one-fourth .div-col {
    width: 22%;
  }
}

@media (min-width: 47.9375em) {
  .div-row.two-third .div-col {
    width: 72%;
  }
}
@media (min-width: 47.9375em) {
  .div-row.two-third .div-col:first-child {
    width: 24%;
  }
}

@media (min-width: 47.9375em) {
  .div-row.two-third.right .div-col {
    width: 24%;
  }
}
@media (min-width: 47.9375em) {
  .div-row.two-third.right .div-col:first-child {
    width: 72%;
  }
}

/*************************************************************************
 * Override
*************************************************************************/




/*fonts - the base layouts site has no core styling to inherit*/
#volunteerOpps,
.vol-list h2.vol-heading,
article h3,
article p,
article.detail .details aside h4, {
	/*font-family: proxima-nova-1, proxima-nova-2, sans-serif;*/
}

.vol-list h2.vol-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;
}

#vol-filter {
	float: none;
	height: auto;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: none
}

#vol-filter #filter-categories {
	float: none;
	margin-bottom: 1em;
}

#vol-filter #filter-day {
	float: none;
	margin-bottom: 1em;
}

#vol-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;
}

#vol-filter .childcare-inner {
	padding-top: 0;
}

#vol-filter #filter-childcare {
	float: none;
}

#vol-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;
}

.vol-list h2.vol-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;
}
 
#volunteerOpps .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;
} 

/*fix css*/
#volunteerOpps .items article {
	background-color: transparent;
}
#volunteerOpps .button-container {
	margin-top: 10px;
	margin-bottom: 0px;
}
#volunteerOpps .button-container a{
	margin-left: 0px;
}
#volunteer-opportunity .ui-selectmenu-button  {
	border-right-width: 1px;
	border-right-style: solid;
}
#volunteer-opportunity .ui-selectmenu-menu .ui-menu {
	max-width: 300px;
}
#volunteer-opportunity .highlight > .div-row {
	margin-bottom: 0px;
}
#volunteer-opportunity  .items {
	padding-top: 0px;
}
#volunteer-opportunity  article.detail .details .contact-submit {
	font-weight: 600;
    text-transform: uppercase;
    padding: 0.4em 1em !important;
    font-size: 14px;
    line-height: 2em;
    vertical-align: bottom;
	display: block;
    outline: none;
    text-decoration: none;
    margin: 0 0.3em;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    -ms-border-radius: 0.15em;
    -o-border-radius: 0.15em;
    border-radius: 0.15em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) -0.1em -0.1em 0.1em inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) -0.1em -0.1em 0.1em inset;
    box-shadow: rgba(0, 0, 0, 0.25) -0.1em -0.1em 0.1em inset;
    -webkit-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}
#volunteer-opportunity  article.detail .details .contact-submit:hover{
	text-decoration: none !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) -0.1em -0.2em 0.1em inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) -0.1em -0.2em 0.1em inset;
    box-shadow: rgba(0, 0, 0, 0.25) -0.1em -0.2em 0.1em inset;
}
@media (max-width: 991px) {
	#volunteer-opportunity .ui-selectmenu-button {
		border-right: 0px;
	}
}
#volunteer-opportunity article.detail .details aside h4 {
	margin-top: 0px;
}
/*end fixing*/


#volunteerOpps .return a:before {
  content: ""; 
  font-family: 'pictonic' !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;
  font-size: 20px;
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
}
.ui-selectmenu:after {
  content: "";
  font-family: "pictonic" !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;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: white;
  pointer-events: none;
}

#text div.previewText p {
	margin-bottom: 0.5em;
}

#text .btn-return-wrapper {
	margin-top: 20px;
}
#text .medium-btn.btn-return {
	margin-left: 0px;
}
#text .medium-btn.btn-return span {
	font-size: 1em;
}

@media (max-width: 56em) {
  #volunteer-opportunity  .items {
  	padding-top: 5em;
  }
  #volunteer-opportunity .ui-selectmenu-button {
  	margin-bottom: 0px;
  }
  #vol-filter{
	padding-bottom:0px;
  }

  #vol-filter .input,
  #vol-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;
  }

  #vol-filter .input.childcare{
  	width:30%;
  }

  #vol-filter .input{
  	margin:0 auto;
  }


  article.detail header section{
  	width:95%;
  }

  article.detail header aside{
  	clear:both;
  	width:95%;
  }
  article.detail .details aside,
  article.detail .details section {
  	float: none;
  	width: 100%;
  }
  #volunteer-opportunity .serveWide .iconBoxInner {
  	display: block;
  	margin : 0 auto;
  }
  #volunteer-opportunity .serveWide  .whereText {
  	width: 100%;
  	text-align: center;
  }
  #volunteer-opportunity .serveWide  .iconBox {
  	width: 100%;
  	margin-bottom: 20px;
  }
  #volunteer-opportunity .serveWide .button-container {
  	margin: 10px auto;
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 47.9375em){
	.div-row {
	    margin-bottom: 2.5em;
	}
}
@media (max-width: 480px){
	#volunteer-opportunity article h3 {
		margin-top: 15px;
	}
	#volunteer-opportunity article.detail .details aside {
		margin-bottom: 1em;
	}
}
