/* Hacks go here */
.search-date {
    font-size: 1.25em;
    margin: 0.5em 0;
}

.o-tile__subtitle {
  display: block;
  margin: 0 0 0.25em 0;
  font-size: 1.25em;
}
.share-button {
	color: #a4a4a4 !important;
	display: inline-block;
	vertical-align: middle;
    margin-top: -10px;
	margin-left: 5px;
}

.share-button img {
	width: 40px;
}

.big-social-media--share {
	display: inline-block;
    margin-left: 6.25%;
	margin-top: 20px;
}

.big-social-media--share h3 {
	margin-top: 0;
    display: inline-block;
    margin-right: 0.5em;
	color: #a4a4a4;
}

.line-divider {
    display: block;
    width: 93%;
    background: #0072bc;
    height: 1px;
    margin-left: 1.15em;
	margin-right: 1.15em;
	max-width: 48em;
	margin-top: 3em;
}

@media screen and (min-width: 768px) {
	.line-divider {
		margin-left: 6.25%;
		margin-right: 0;
		width: 88%;
	}
}

.print__buttons, .main__content>p:last-of-type {
	border-top: none !important;
	padding-top: 0 !important;
}

.updated-date {
    max-width: 30em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0.5em 0 0;
    border: solid #0072bc;
    border-width: 2px 0;
    color: #0072bc;
}

.updated-date + .header__table-of-content {
    border-width: 0 0 2px 0;
    padding-top: 0;
}

.section--research-latest {
    clear: both;
}

.o-media__item {
	position: relative;
}

.o-media__credit {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0.25em 0.5em;
    color: white;
    background: rgba(0, 0, 0, 0.5);
}

.o-media__credit a {
	color: white;
	text-decoration: underline;
	margin-left: 2px;
}

.o-media__credit a:hover {
	text-decoration: none;
}

.o-media__credit .credit__text:after {
	content: "/";
	color: white;
	margin-left: 5px;
}

@media screen and (max-width: 39.95em){
	.view-service-gmap > .view-content .gmap-control{
		max-height: 300px;
	}
}

#_hj_feedback_container{
	z-index: 1001;
	position: relative;
}

#views-exposed-form-service-gmap-page .form-item-field-service-type-tid input {
	width: 20px;
	height: 20px;
	display: block;
	-webkit-appearance: none;
	border-radius: 10px;
	background: #dedede;
	border: 1px #424242 solid;
}

#views-exposed-form-service-gmap-page .form-item-field-service-type-tid label {
	line-height: 2;
}

#views-exposed-form-service-gmap-page .form-item-field-service-type-tid input:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: -3px;
    left: 4px;
    position: relative;
    background-color: #424242;
    content: '';
    display: inline-block;
    visibility: visible;
}

.gmap-no-results {
	display: none;
    position: absolute;
    max-width: 450px;
	min-width: 300px;
    background: white;
    padding: 1em;
    z-index: 500;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -70%);
}

.gmap-no-results p {
	margin-top: 0;
}

.navigation__section-nav .menu li a{
	background-color: #6e6e6e;
	font-size: 1em;
	padding: 0.625em .5em;
 }
 
 .navigation__section-nav .menu li a:hover,
 .navigation__section-nav .menu li.active-trail a{
        background-color: #0072BC;
 }

@media screen and (max-width: 40em){
	.flexbox.flexwrap .navigation__section-nav .menu {
		display: flex;
		flex-wrap: wrap;
	}
	.flexbox.flexwrap .navigation__section-nav .menu li {
		flex: 1 1 auto;
		margin-right: 3px;
	}
}

@media screen (max-width: 960px) {
	.view-service-gmap .view-empty {
		position: relative;
	}
}

/* Blackbaud Form hacks there is limited access to this so this is going to be a real hackfest */

/* Sort out loading image */
#bbox-msg-wrapper {
    padding: 0.75em;
    
}

#bbox-msg-wrapper img{
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

#bbox-root .BBFormContainer {
    border: 0;
}

/* Sort out labels */
#bbox-root .BBFormContainer .BBFormFieldLabel {
    width: auto !important;
    padding-right: 0 !important;
    float: none !important;
    text-align: left !important;
}

/* Other ammount button */
#bbox-root .BBFormTextbox.BBFormGiftOtherAmount {
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    width: auto;
    min-width: 0;
}

/* Justify inputs, selects and text areas */
.BBFormContainer[data-bbox-part-id] .BBFormFieldContainer .BBFormTextbox, .BBFormContainer[data-bbox-part-id] .BBFormFieldContainer .BBFormSelectList, .BBFormContainer[data-bbox-part-id] .BBFormFieldContainer .BBFormTextArea {
    max-width: 489px;
}

/* text */
#bbox-root #reCAPTCHADisclosure {
    margin-left: 0 !important;
    width: auto;
}

/* Lists line up and remove bullets */
#bbox-root ul li {
    margin-left: 0 !important;
}

#bbox-root ul li:before {
    content: none;
    display: none;
}

#bbox-root .BBFormSubmitbutton {
    min-width: 0;
    width: 100%;
}
/* event forms on mobile */
#bbox-root .BBFormContainer .BBFormTableRow .BBFormTextbox, #bbox-root .BBFormContainer .BBFormTableRow .BBFormSelectList, #bbox-root .BBFormContainer .BBFormTextArea {
        min-width: 0;
        width: 100%;
    }

/* with totals */
#bbox-root .BBFormSection, #bbox-root .BBFormPricingTable {
    max-width: none;
}

/* Donation widget form bug fixes ---------*/
#CAFDonateWidgetContainer iframe{
	height: 700px !important;
}

/* Two column  */
@media screen and (min-width: 64em){
	.d-feed--style-3 .d-feed__body > .o-tile{
		max-width: 48%;
		-ms-flex: 1 0 48%;
		-webkit-flex: 1 0 48%;
		flex: 1 0 48%;
	}
}

table[border="0"] th,
table[border="0"] td{
	border: none;
}
.d-section--modification-3 .infographic__text{
	color: #424242;
}

.d-section--modification-3 .infographic__highlight,
.d-section--modification-3.d-section--style-text .title{
	color: #5A8128;
}
/*
.d-section--modification-3 .o-splash__text,
.d-section--modification-3 p,
.d-section--modification-3 .o-tile__title,
.d-section--modification-3 .o-tile .o-btn a,
.d-section--modification-3 .the-measure ul li, 
.d-section--modification-3 .section--legacy-measure ul li.d-section--modification-3 .o-tile .o-btn a{
	background-image: url(../img/btn_arrow--green.png);
}
.d-section--modification-3 .the-measure ul li:before, 
.d-section--modification-3 .section--legacy-measure ul li:before{
	background-color: #5A8128;
}
.d-section--modification-3 .tile--style-1 .o-tile__item, 
.d-section--modification-3 .tile--style-1-flex .o-tile__item,
.d-section--modification-3.d-section--embellishment-1 .o-splash__text .o-btn{
	border-color: #5A8128;
}*/
.d-section--modification-3 .o-btn a{
	color: #fff;
    min-width: 8em;
    padding: .625em 1em;
    text-align: center;
	background-color: #5A8128;
}