.header-base-tile-text {
	color: #453d3d;
	transition: all .3s;
}

.header-base-google-maps-link {
	color: #c7b95e;
	text-decoration: none;
}

.header-base-non-link {
	color: #c7b95e;
	font-family: Roboto, "Roboto Regular", sans-serif;
	text-decoration: none;
}

.online-giving-bar-text-area {
	padding: 19 0 19 0;
	display: inline-block;
}


.header-base-tile-text-hover {
	color: #c7b95e;
}

.header-base-tile-text-current {
	color: #c7b95e;
}


.online-giving-bar {
	background-color: #fff;
	height: 90px;
	width: 100%;
	position: relative;
	
}

.online-giving-bar-centered {
	position: relative;
	padding: 0 25%;
	display: flex;
}

/* --- MOBILE STYLES --- */
/* This kicks in ONLY when the screen width drops below 1024px */
@media (max-width: 1024px) {
	.online-giving-bar-centered {
		position: relative;
		padding: 0 23% !important;
		display: flex;
	}
}

/* This kicks in ONLY when the screen width drops below 912px */
@media (max-width: 912px) {
	.online-giving-bar-centered {
		position: relative;
		padding: 0 20% !important;
		display: flex;
	}
}


/* This kicks in ONLY when the screen width drops below 820px */
@media (max-width: 820px) {
	.online-giving-bar-centered {
		position: relative;
		padding: 0 15% !important;
		display: flex;
	}
}

/* This kicks in ONLY when the screen width drops below 768px */
@media (max-width: 768px) {
	.online-giving-bar-centered {
		position: relative;
		padding: 0 !important;
		display: flex;
	}
 
	.online-giving-bar-donate-button {
		background-color: #fff;
		border: solid 3px #603696;
		color: #000;
		width: 90% !important;
		height: 46px;
		float: right;
		transition: all .3s;
	}

	.online-giving-bar-donate-button span {
		height: 54px;
		padding: 0px !important;
		position: relative;
		top: 4px !important;
		text-transform: uppercase;
	}
	
	
}

.online-giving-bar-centered-left-panel {
	width: 70%;
	margin: 1em 0em;
}

.online-giving-bar-centered-right-panel {
	width: 30%;
	margin: 0.5em 0em;
}

.online-giving-bar-text {
	color: rgb(82, 82, 82);
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.online-giving-bar-donate-button {
	background-color: #fff;
	border: solid 3px #603696;
	color: #000;
	width: 160px;
	height: 46px;
	float: right;
	transition: all .3s;
}

.online-giving-bar-donate-button span {
	height: 54px;
	padding: 0px 16px 0px 16px;
	position: relative;
	top: 16px;
	text-transform: uppercase;
}


.online-giving-bar-donate-button:hover {
	color: #fff;
	border-color: #603696;
	background-color: #603696;
}


.header-base-panel-icon {
	width: 25px;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
	left: calc(50% - 12.5px);
	top: -10px;
	transition: all .3s;
}

.header-base-panel-icon-hover {
	transform: scale(5, 1);
}


.header-base-panel-icon span {
	display: block; 
    width: 25px; 
    height: 4px; 
    background-color: #453d3d;
	color: #453d3d;
    border-radius: 3px;
    transition: all 0.3s;
	top: 150px;
}

.header-base-photo-container {
	padding: 1em 0 0 10px;
}

