/*
* @Author: greg
* @Date:   2022-06-08 15:29:11
 * @Last modified by:   Dustin Himes
 * @Last modified time: 06/23/2022 11:13:11 am
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

@font-face {
	font-family: "Liberation Sans";
	src: url("/themes/custom/bizreview/fonts/liberationsans-regular-webfont.woff");
	font-weight: normal;
}
@font-face {
	font-family: "Liberation Sans";
	src: url("/themes/custom/bizreview/fonts/liberationsans-bold-webfont.woff");
	font-weight: bold;
}

body {
	font-family: "Source Sans Pro",sans-serif !important;
	color: #222;
}

.region-postscript-first .block-title{
	font-size: 125% !important;
}

#slick-views-activity-photos-block-block-1-1 .slide__caption {
background-color: rgba(0, 0, 0, 0.50);
}

#slick-views-activity-photos-block-block-1-1 .slide__caption .slide__title {
	color: white;
	font-weight: bolder;
	filter: brightness(150%);
   }

.org_rollup {
    padding: 10px;
    background-color: white;
    border: 1px solid black;
}

.org_rollup_field {
    margin: 10px;
    padding: 10px;
    background-color: beige;
    border: 1px solid black;
}

.org_rollup_field_label {
	font-weight: bold;
}

.org_rollup_categories{
    width: 100%;
}

.org_rollup_details{
    width: 100%;
}

.org_rollup_counters_container {
    padding: 10px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.org_rollup_counter{
    width:20%;
    padding: 20px;
    margin: 20px;
    min-height: 75px;
    background-color: lightblue;
}

.org_rollup_dollars{
    display: inline-block;
}

.org_rollup_people{
    display: inline-block;
}

.org_rollup_scholarship{
    display: inline-block;
}

.organization_rollup_table table {
	display: none;
}

.gt-non-profit-assistance-container {
    background: rgba(0, 0, 0, 0) url("/sites/default/files/background-block/hanford-sundown_1.jpg") repeat scroll 50% 0%;

    margin-left: -100%;
    margin-right: -100%;
    min-height: 300px;
    margin-top: -55px;
    padding: 50px;
    padding-bottom: 0px;
    color: white;
    font-weight: bolder;
}

.hanfordrollup {
    color: white;
    background-color: #1881b3;
    font-weight: bolder;
    width: 100%;
		position: relative;
}
.hanfordrollup-wrapper{
    max-width: 800px;
		width: 85vw;
		margin: auto;
		padding: 30px 0;
		text-align: center;
}
.hanfordrollup-wrapper span{
	font-size: larger;
	font-weight: normal;
	text-align: center;
}
.handordrollup-title{
		text-align: center;
}
.hanfordrollup_counters_container {
		padding: 30px 0;
    width: 100%;
		position: absolute;
		left: 0;
		bottom: -250px;
}

.hanfordrollup h1 {
    color: white;
    font-weight: bolder;
}

.hanfordrollup_counter {
		z-index: 999;
		position: relative;
		display: table-cell;
		vertical-align: middle;
    color: black;
    /* background-color: rgb(11, 79, 136); */
    background-color: white;
    /* height: 200px; */
    width: 200px;
    border-radius: 50%;
    text-align: center;
    padding: 30px 20px;
    margin-left: 100px;
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.6);
		-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.6);
}

.hanfordrollup_counter .rollup-value{
	font-size: 30px;
}
.hanfordrollup_counter .rollup-title{
	font-size: 16px;
}

.handordrollup-title {
    text-align: center;
}

#block-hanfordrollup-2,
#block-views-block-map-listing-block-1-2{
    margin-bottom: 0px !important;
}
.gt-fa-rollupicon {
    font-size: xx-large;
    padding-bottom: 10px;
}

#impacts-search-results .field-title a:hover{
    text-decoration: underline;
}

.leaflet-top, .leaflet-bottom{
    z-index: 1000 !important;
}

/* Search form changes */
#block-exposedformimpacts-searchpage-1, #block-exposedformimpacts-searchpage-1 h2.block-title{
	background: #1881b3 !important;
}
#block-exposedformimpacts-searchpage-1 h2.block-title{
	border-right: 1px solid #0b4f88 !important;
}
#block-exposedformimpacts-searchpage-1 h2.block-title::after,
#block-exposedformimpacts-searchpage-1 h2.block-title::before{
	border-left-color: #0b4f88 !important;
}
#block-exposedformimpacts-searchpage-1 .form-submit{
	border-radius: 5px;
}
/* DH: Category Block */
.view-categories {

}
.view-categories .view-content{
	display: flex;
	justify-content: space-between;
}
.view-categories .views-row{
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 0;
	width: 30%;
	background: #fff;
}
.view-categories .views-field-field-category-image{
	border-radius: 5px 5px 0 0;
}


.category-1.views-row .views-field-nid{
	background-color: #ff9900;
	border-radius: 5px;
}
.category-13.views-row .views-field-nid{
	background-color: #f14633;
	border-radius: 5px;
}
.category-16.views-row .views-field-nid{
	background-color: #6bec15;
	border-radius: 5px;
}
.category-96.views-row .views-field-nid{
	background-color: #8C52FF;
	border-radius: 5px;
}

.category-1.views-row .views-field-name::after{
	background-color: #ff9900;
}
.category-13.views-row .views-field-name::after{
	background-color: #f14633;
}
.category-16.views-row .views-field-name::after{
	background-color: #6bec15;
}
.category-96.views-row .views-field-name::after{
	background-color: #8C52FF;
}
.home-categories, .postcontent-container{
	background-color: #1881b3;
}
.postcontent-container{
	padding: 30px 0;
}
.home-categories .home-block-title, .home-categories .home-block-description{
	color: white;
}

/* similar listings block */
.block-similar-listing .views-row{
	margin-bottom: 20px;
	/* padding: 20px 10px; */
	border: 1px solid lightgray;
	/* border-bottom: 1px solid lightgray; */
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	pointer-events: none;
}
.block-similar-listing .views-row .views-field-field-image-thumbnail{
	padding: 20px;
	border-radius: 5px 5px 0 0;
	background: rgb(24,129,179);
	background: radial-gradient(circle, rgba(24,129,179,1) 0%, rgba(0,0,0,1) 140%);
}
.block-similar-listing .views-row .views-field-field-image-thumbnail img{
	margin: auto;
	background-color: #ffffff;
}
.block-similar-listing .views-row .views-field-title{
	font-size: 18px;
	line-height: 1.5em;
	margin: 10px 20px;
	pointer-events: auto;
}
.block-similar-listing .views-row .views-field-field-locations{
	margin-bottom: 20px;
}
.block-similar-listing .views-row:hover{
	border: 1px solid #00bff3;
	border-radius: 5px;
}
.block-views-blocklisting-list-block-1{
	border-radius: 5px;
}

/* map, content view */
.field-map{
	border-radius: 5px;
}

.page-node-type-listing .main-content-inner{
	border-radius: 5px;
}

/* org rollup */
.org-rollup-field-label{
	font-weight: bold;
	margin-bottom: 10px;
}
.org-rollup-categories, .org-rollup-details{
	margin-bottom: 20px;
}
.org-rollup-details{
	font-size: 18px;
	line-height: 1.5em;
}
.org-rollup-counters{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.org-rollup-categories .category-1{
	background-color: #ff9900;
	border-radius: 5px;
}
.org-rollup-categories .category-13{
	background-color: #f14633;
	border-radius: 5px;
}
.org-rollup-categories .category-16{
	background-color: #6bec15;
	border-radius: 5px;
}
.org-rollup-categories .category-96{
	background-color: #8C52FF;
	border-radius: 5px;
}

.org-rollup-counter{
	border-radius: 50%;
	margin: 20px;
	background-color: #0b4f88;
	color: white;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.org-rollup-counter-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 200px;
	padding: 30px 20px;
}
.org-rollup-counter .rollup-value{
	font-size: 30px;
	font-weight: bolder;
}
.org-rollup-counter .rollup-title{
	font-size: 16px;
	font-weight: bolder;
}

/* table, media */
.activity-header{
	margin-bottom: 20px;
	font-weight: bold;
}
.region-content-bottom .block .block-inner{
	padding: 25px;
	border-radius: 5px;
}

/* org header */
.business-detail-header{
	min-height: 500px;
}
.business-detail-header .header-logo{
	min-height: 200px;
	max-width: 750px;
	display: grid;
	align-items: center;
  background-color: white;
	padding-left: 20px
}
.business-detail-header .header-logo img{
	max-height: 200px;
	background-color: white;
}

.business-detail-header .header-logo img{
	margin: auto;
	max-height: 200px;
	width: auto;
	background-color: white;
}

/* search results */
#impacts-search-results{
	z-index: 20; /* this section was placed behind the map in the mobile results */
}
#impacts-search-results .views-row .views-row-inner, .list-impacts .views-row .views-row-inner{

	border-radius: 5px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

/*
.search-org-logo {
  margin-right: 30px;
  float: right;
  width: 120px;
  position: absolute;
  padding:  10px !important;
  background-color:  white;
  bottom: 20px;
  right: 0px;
	border-radius: 5px;
} */


.search-org-logo {
	float: right;
	position: absolute;
	background-color: white;
	right: 0px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search-org-photo{
	position: relative;
}
.search-org-photo img{
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}
.search-main-content .summary-text{
	padding: 20px;
}

@media (min-width: 992px){
	.business-detail-header{
		padding-top: 30px;
		background: white;
	}
}
@media (max-width: 991px){
	.business-detail-header .header-logo{
		display: none;
	}
}
.org-activity-slider  .media--blazy {
	min-height: 300px;
  }

.testimonial-body {
	color: white;
	font-weight: bolder;
	font-size: large;
}

.testimonial-byline {
	color: white;
	font-weight: bold;
	font-size: large;
	font-style: italic;
}

#block-hanfordrollup-2--2 {
    margin-bottom: 0px !important;
}


#main-navigation .menu > li > a, #main-navigation .menu > li > span {
	text-transform: uppercase;
    font-size: 19px;
    font-family: liberation_sansbold, sans-serif;
}


#node-listing-form > div.form-item.js-form-item.form-type-vertical-tabs.js-form-type-vertical-tabs.form-item-.js-form-item-.form-no-label.form-group {
	display: none;
}

#node-community-activity-form > div.form-item.js-form-item.form-type-vertical-tabs.js-form-type-vertical-tabs.form-item-.js-form-item-.form-no-label.form-group > div {
	display: none;
}

#node-testimonial-form > div.form-item.js-form-item.form-type-vertical-tabs.js-form-type-vertical-tabs.form-item-.js-form-item-.form-no-label.form-group > div {
	display: none;
}

.gt-text-shadow {
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}


.hanfordrollup_counters_inner {
	display: flex;
	justify-content: space-between;
	width: 85vw;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1200px) {
	/* impacts circles */
	.hanfordrollup_counters_container{
		padding: 0 2%;
	}
}
@media (max-width: 1024px){
	.hanfordrollup_counters_container{
		bottom: -220px;
	}
}
@media (max-width: 990px){
		/* mobile menu */
		.nav-open .menu{
			padding-left: 0 !important;
			background-color: #1881b3;
			/* border: 1px solid white; */
		}
		#main-navigation .menu > li > a, #main-navigation .menu > li > span{
			border-bottom: none;
		}
}
@media (max-width: 776px){
	.hanfordrollup_counters_container{
		bottom: -270px;
	}
	/* impacts circles */
	.hanfordrollup_counter{
		/* height: 150px; */
		width: 150px;
	}
	.hanfordrollup_counter .rollup-value{
		font-size: 18px;
	}
	.hanfordrollup_counter .rollup-title{
		font-size: 14px;
	}
}
@media (max-width: 767px){
	/* undo the weird responsive table no-wrap */
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td{
		white-space: unset !important;
	}
}

@media (max-width: 640px){

	/* category cards */
	.view-business-categories .view-content{
		display: block;
	}
	.view-business-categories .view-content div[class*="category-"]{
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 620px){
	.hanfordrollup_counters_container{
		bottom: -320px;
	}
}
@media (max-width: 540px){
	.hanfordrollup_counters_container{
		position: relative;
		bottom: unset;
	}
	/* impacts circles */
	.hanfordrollup_counters_inner{
		display: block;
		padding-bottom: 20px;
	}
	.hanfordrollup_counters_inner > div{
		width: 200px;
		margin: 0 auto 20px auto;
	}
	.hanfordrollup_counters_inner > div:last-child{
		margin-bottom: 0;
	}
	.hanfordrollup_counter{
		/* height: 200px; */
		width: 200px;
	}
	.hanfordrollup_counter .rollup-value{
		font-size: 20px;
	}
	.hanfordrollup_counter .rollup-title{
		font-size: 18px;
	}
}

.gt-center-small-logo-slider {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}




@media (max-width: 600px) {
	/* CSS that should be displayed if width is equal to or less than 800px goes here */

	#logo-text > a {
		width: 120px !important;
		display: block;
		padding-top: 20px;
	}

  }


.gt-edu-orgcolor {
	border-top: 10px solid rgb(255, 153, 0);
}

.gt-fc-orgcolor {
	border-top: 10px solid  rgb(241, 70, 51);
}

.gt-hs-orgcolor {
	border-top: 10px solid rgb(107, 236, 21);
}

.gt-ac-orgcolor {
	border-top: 10px solid  rgb(54.9, 32.2, 100.0);
}


.gt-orgheader {
	font-family: "Open Sans" !important;
    font-weight: bold;
	color: #333333;
	font-size: 20pt !important;
}

.gt-orgdesc {
	font-family: "Open Sans" !important;
    font-weight: normal;
	color: #333333;
	font-size: 12pt !important;
	margin-right: 30%;
}

.gt-orgloc {
	font-family: "Open Sans" !important;
	color: #333333;
	font-size: 14pt !important;
}

.gt-orgread {
	font-family: "Open Sans" !important;
	color: #333333 !important;
	font-size: 14pt !important;
	text-decoration: underline;
}

.gt-orgread a {
	color: #333333 !important;
}

.gt-search-org-page-left {
	width: 90%;
	float: left;
}
.gt-search-org-page-right {
	width: 10%;
	float: right;
}


.gt-search-org-logo-mobile {
	margin: 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.gt-search-org-logo-mobile img {
	max-width: 150px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.gt-orgdesc-mobile {
	text-align: justify;
}

@media screen and (max-width: 700px) {
	.search-org-logo {
		display: none;
	}
	.gt-orgread {
		padding-bottom: 20px;
	}
}

.search-all-activities-container {
	display: grid;
	width: 100%;
	margin-bottom: 50px;
}
.search-all-activities-link {
	margin-left: auto;
	margin-right: auto;
}
.search-all-activities-button {
	margin-top: 0;
	margin-right: 0;
	padding: 10px 30px;
	background: #ffde00 !important;
	border-color: #ffde00 !important;
	color: #333 !important;
}

.newoursupport-container {
	width: 90%;
}

.newoursupport-divider {
	height: 4px;
	width: 90%;
	background-color: lightgray;
}



.hanford-ci-logo-center {
		display: flex; /* Use Flexbox to align items */
		justify-content: center; /* Horizontally center the logo */
		align-items: center; /* Vertically center the logo */
		height: 100vh; /* Set a fixed height or use appropriate height for the container (e.g., 100% if the parent has a specific height) */
		margin: auto;
}

.gt-logo-slider {
	width: 100%;
	margin: auto;
}

.blazy .slide__grid .img-responsive {
	margin: auto;
}




.blazy.slick--view ul {
	height: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hanford-ci-logo-fixed-height {
	max-height: 200px !important;
	height: 200px !important;
}

.slick-views-organization-logo-slider-block-block-1-1-slider {
	max-height: 200px !important;
}

.slide__overlay img.img-responsive{
	cursor: pointer;
}

.slide__link a,
.slide__title{
	display: none;
}

.leaflet-pane .leaflet-popup-content img{
  float: unset !important;
  margin: auto !important;
}
.leaflet-pane .img-responsive {
  max-height: 150px;
  max-width: 150px;
  margin: auto;
}

a:hover{
	text-decoration: underline;
}
.postscript a:hover{
	text-decoration: underline !important;
	background-color: unset !important;
}

.cat_breadcrumb{
	margin-top: 20px;
	padding-left: 30px;
}

.front-category-spacing {
	margin: 10px;
}