@CHARSET "ISO-8859-1";

.bene-footer
{
	width: 100%;
	position: relative;
	max-width: 1200px;
	margin: auto;
	border-radius: 0.25rem;
	box-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.2);
}

.bene-footer .footer-text
{
	padding-top: 10%;
	min-height: 10rem;
}

.bene-footer .footer-text .text-box
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0.75rem 0.0rem 0.75rem 0.5rem;
	font-family: 'Segoe UI', 'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
}

.bene-footer .footer-text .title
{
	font-size: 1.25rem;
	color: rgb(160,27,50);
}

.bene-footer .footer-text .title img
{
	width: auto;
	height: 2.5rem;
	padding-bottom: 0.25rem;
	border: none;
}

.bene-footer .footer-text address
{
	font-size: 0.8125rem;
	line-height: 1.125rem;
	font-style: normal;
	color: #000;
	margin-top: 0.5rem;
}

.bene-footer .footer-text .text-box p
{
	margin: 0;
}

.bene-footer .footer-text .text-box p.directions
{
	margin-top: 0.75rem;
}

.bene-footer .footer-text .directions a
{
	font-size: 1rem;
	background-image: linear-gradient(to bottom, #990018 0%, #66000C 100%);
}

.bene-footer .copyright
{
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 0.5rem;
	margin-bottom: 0.25rem;
	font-size: 0.625rem;
	font-family: 'Segoe UI', 'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
	color: #000;
}

.bene-footer .row
{
	max-width: 100%;
}

.bene-footer .footer-seals
{
	padding-top: 10%;
	min-height: 10rem;
}

.bene-footer .footer-seals .seal-box
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bene-footer .seal-box .link-container
{
	width: 100%;
	height: 100%;
}

.bene-footer .seals-flex
{
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 1.0rem;
}

.bene-footer .seals-flex .seal-link-box
{
	margin: auto;
	height: 6rem;
}

.bene-footer .seals-flex a
{
	margin: auto;
}

.bene-footer .seal-box .link-box
{
	background-size: cover;
	width: 6rem;
	height: 6rem;
	max-width: 7rem;
	padding: 0rem 0.5rem;
}

.bene-footer .seals-flex .seal-link-box:nth-child(1) .link-box {background-image: url(images/footer-badges.png); background-position: 0 0;}
.bene-footer .seals-flex .seal-link-box:nth-child(2) .link-box {background-image: url(images/footer-badges.png); background-position: -100% 0;}
.bene-footer .seals-flex .seal-link-box:nth-child(3) .link-box {background-image: url(images/footer-badges.png); background-position: -200% 0;}
.bene-footer .seals-flex .seal-link-box:nth-child(4) .link-box {background-image: url(images/footer-badges.png); background-position: -300% 0;}

.bene-footer .seal-box .quote-box
{
	color: rgba(255,255,255,0.75);
	font-size: 0.9rem;
	font-family: 'Segoe UI', 'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
	padding: 0.5rem;
	margin: auto;
	width: 16rem;
}

.bene-footer .seal-box .quote-box p
{
	margin: 0.5rem 0rem;
	text-indent: 1.0rem;
}

.bene-footer .seal-box .quote-box p:last-of-type
{
	text-align: right;
}

.benedictine .quote-box p::first-letter
{
	font-size: 1.25rem;
}

.bene-footer .text-box ul
{
	display: inline-block;
	width: 50%;
}

.bene-footer .text-box ul
{
	margin-top: 0.5rem;
	padding-left: 0;
	color: rgba(255,255,255,0.75);
}

.bene-footer .text-box ul li
{
	font-size: 0.8125rem;
	list-style-type: none;
	color: rgba(255,255,255,0.4);
	margin: 0.125rem 0rem;
}

.bene-footer .text-box ul a
{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.75rem;
	border-radius: 0.25rem;
	background-color: rgba(0,0,0,0.0);
	transition: background-color 0.25s, color 0.25s;
	padding: 0.1rem 0.2rem 0.1rem 0.2rem;
	display: inline-block;
}

.bene-footer .text-box ul a:visited {background-color: rgba(0,0,0,0.0); color: #000; text-decoration: none;}
.bene-footer .text-box ul a:active {background-color: rgba(0,0,0,0.0); color: #000; text-decoration: none;}
.bene-footer .text-box ul a:hover {background-color: rgba(0,0,0,0.125); color: #900;}

.bene-footer a {transition: color 0.25s;}

.bene-footer .directions a{text-decoration: none; padding: 0.1rem 0.2rem; border-radius: 0.25rem; font-weight: bold; color: rgb(160,27,50); color: #ccc; transition: color 0.25s;}
.bene-footer .directions a:visited{background-image: linear-gradient(to bottom, #990018 0%, #66000C 100%); color: #ccc;}
.bene-footer .directions a:active{color: #ccc;}
.bene-footer .directions a:hover{color: #aaa;}

.social-footer-box
{
	width: 11rem;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0.25rem;
}

.lower-footer
{
	position: relative;
	height: 2.75rem;
	margin-bottom: 1rem;
}

.lower-footer a .bene-icon
{
	opacity: 0.6;
	transition: opacity 0.25s;
}

.lower-footer a:hover .bene-icon
{
	opacity: 0.8;
}

.lower-footer .bene-icon
{
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 0.25rem;
}

.lower-footer a:nth-child(1) .bene-icon {left: 0;}
.lower-footer a:nth-child(2) .bene-icon {left: 3rem;}
.lower-footer a:nth-child(3) .bene-icon {left: 6rem;}
.lower-footer a:nth-child(4) .bene-icon {left: 9rem;}

.lower-copyright
{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 2.75rem;
	width: 16rem;
	text-align: center;
	font-size: 0.625rem;
}

@media (max-width: 1024px)
{
	.bene-footer
	{
		margin-bottom: 0rem;
		/*border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 0rem;*/
	}

	.bene-footer .text-box ul li
	{
		margin: 0.25rem 0rem;
	}

	.bene-footer .text-box ul a
	{
		font-size: 0.7rem;
	}
}

/*@media (max-width: 640px)*/
@media (max-width: 1024px)
{
	.bene-footer .seal-box .quote-box
	{
		display: none;
	}
	
	.bene-footer .seals-flex
	{
		padding: 0;
		margin: 0;
	}
	
	.bene-footer .footer-seals .seals-flex.two
	{
		position: absolute;
		left: auto;
		right: 0;
		height: 10rem;
		width: 13rem;
	}
	
	.bene-footer .footer-seals .seals-flex.four, .bene-footer .footer-seals .seals-flex.three
	{
		position: absolute;
		left: auto;
		right: 0;
		height: 10rem;
		width: 10rem;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.bene-footer .seals-flex .seal-link-box
	{
		height: 4rem;
	}

	.bene-footer .seals-flex.four .link-box, .bene-footer .seals-flex.three .link-box
	{
		width: 4rem;
		height: 4rem;
		max-width: 4rem;
		min-width: 4rem;
		padding: 0;
	}
	
	.bene-footer .seals-flex.two .link-box
	{
		max-width: 6rem;
		min-width: 6rem;
	}

	.bene-footer .footer-seals .seal
	{
		height: 33.333333%;
	}
	
	.bene-footer
	{
		box-shadow: none;
	}
}

@media (max-width: 400px)
{
	.bene-footer .footer-seals .seals-flex.two
	{
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 5rem;
		height: 9rem;
	}
	
	.bene-footer .seals-flex.two .link-box
	{
		max-width: 4rem;
		min-width: 4rem;
	}
	
	.bene-footer .footer-seals .seals-flex.four, .bene-footer .footer-seals .seals-flex.three
	{
		height: 8rem;
		width: 7rem;
	}
	
	.bene-footer .seals-flex .seal-link-box
	{
		height: 3rem;
	}
	
	.bene-footer .seals-flex.four .link-box, .bene-footer .seals-flex.three .link-box
	{
		width: 3rem;
		height: 3rem;
		max-width: 3rem;
		min-width: 3rem;
	}
}