html
{
	position: relative;
	min-height: 100%;
}

.page
{
	padding: 0 0 520px;
	/* bottom = footer height */
}

.footer
{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 520px;
	width: 100%;
	background-color: #f3b125;
	color: #222;
	text-align: center;
}

.footer .region-footer
{
	width: 960px;
	margin: 0 auto;
	max-width: 100%;
}

.footer .region-footer #block-views-slideshow-block
{
	display: none;
}

.footer .footer-social
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	        justify-content: space-around;
	margin: 1em 0;
}

.footer .footer-social .fa
{
	color: #f3b125;
	background: black;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

.footer .footer-social .fa:before
{
	position: absolute;
	top: 0;
	bottom: 0;
	display: table;
	margin: auto;
	width: 100%;
}

.footer .footer-social a
{
	display: block;
	width: 200px;
	background: #c68b0d;
	color: #f9f9f9;
	border-radius: 5px;
	border: 4px solid #815d0f;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 1em auto;
	text-shadow: 1px 1px #625b48;
}

.footer .footer-sitemap
{
	margin: 1em 0;
}

.footer .footer-sitemap .view-content
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	        justify-content: space-around;
	font-size: .9em;
}

.footer .footer-sitemap .view-content > div
{
	margin: 0 1em;
	text-align: center;
	font-size: 1.2em;
}

.footer .footer-sitemap a
{
	text-decoration: none;
	color: black;
}

.footer #block-views-citations-block
{
	position: relative;
}

.footer #block-views-citations-block:before
{
	content: '';
	height: 1px;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: -25px;
	left: 20%;
	right: 20%;
}

.footer #block-views-citations-block .views-field-body
{
	margin-top: 2.5em;
	font-size: 1.25em;
	line-height: 1.25em;
	color: rgba(0, 0, 0, .7);
	position: relative;
}

.footer #block-views-citations-block .views-field-body:before
{
	content: '“';
	font-family: 'Times New Roman';
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: -25px;
	font-size: 2em;
}

.footer #block-views-citations-block .views-field-title
{
	font-size: 2em;
	color: rgba(0, 0, 0, .5);
	margin: 0;
	text-align: right;
	padding-right: 2em;
}

.footer #block-views-citations-block p:nth-of-type(2)
{
	font-style: italic;
	font-size: 1.8em;
	text-align: right;
}

.footer-sitemap a
{
	color: #f9f9f9;
}
