.monthly-feature-ad:hover{
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
	  box-shadow:         3px 3px 5px 6px #ccc;
}

.nav-dropdown-option {
	margin-left: 5%;
}
.space-evenly{				
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: space-between;
	visibility: hidden;
	
}

.socialMediaLinks{	
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	align-content: space-evenly;
	font-size: 3rem;
	margin-top: 5%;
	margin-bottom: 7%;
	
}

.icon {
	color: rgba(1,1,1,0);
	fill: none;
	-webkit-text-stroke: 1.9px #314974;
	margin: auto;
	
}


.icon a:visited{
	color: #314974;
	fill: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.icon {
		color: #314974;
		margin: auto;

	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.icon {
		color: #314974;
		margin: auto;

	}
}

.alberoMEDlogo {
	float: left;
	margin: 0;
	width: 30%;
}

.alberoMEDlogo img {
	position: relative;
	left: -5px;
}

.grantor-container{
	text-align:left;
	width: 100%;
	margin:0 auto;
	
}
.grantor-header{
	display:inline-block;
	border-bottom:2px solid #bdb670;
	width:100%;
	margin-bottom:15px;	
	font-size:1.5em;
	font-weight:600;
	padding-bottom:10px;
}
.grantor-header p{
	padding-left:0;
	float:left;
	color:#314974;	
	font-family: 'Droid Serif', serif;
	font-size:18px;
	line-height: 1.2em !important;
	margin-bottom: 0!important;
}
.btn:hover, .btn:active {
	color:#314974 !important;
}
.square {
	width: 100px !important;
	height: 90px !important;
	max-width: 150px !important;
	max-height: 150px !important;
}
.sq-btn {
	width: 200px !important;
	height: 100px !important;
}
