/* Page Footer */

#footer {
	background-color: #041E3A;
	padding: 0;
}

#footer .block-content {
	color: #fff;
}

#footer #block-block-13 .block-inner {
	margin: 0;
}

#footer #block-block-3 {
	text-align: center;
	width: 100%;
	margin-top: 3em;
	color: #fff;
}

#footer #block-block-3 .footer-caption-block p {
	font-family: "merriweather";
	font-size: 30px;
	margin-bottom: 0;
}

#footer #block-block-3 .footer-caption-block h1 {
	font-family: "merriweather";
	font-size: 22px;
	color: #BE1E2D;
	margin-top: 0;
}

#footer #block-block-3 div.underline-div {
	width: 10%;
	margin: auto;
	border-top: 2px solid #BE1E2D;
}

#footer nav {
	text-align: center;
}

#footer nav ul {
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-family: "ralewaybold";
	font-size: 13px;
	letter-spacing: 0.25em;
	line-height: 2.5em;
}

#footer .stay-connected {
	text-transform: uppercase;
	font-family: "ralewaybold";
	font-size: 13px;
	letter-spacing: 0.25em;
}

#footer nav li {
	margin-right: 2em;
}


#footer .contact {
	text-align: center;
	font-family: "ralewaybold";
	font-size: 13px;
 	padding-bottom: 1.75em;
	margin-bottom: 1em;
	border-bottom: 1px solid #277FB5;
	letter-spacing: 0.25em;
}

#footer .links div
{
	display: inline-block;
}

#footer li 
{
	display: inline;
}

#footer li a
{
	color: #277FB5;
}

#footer li a:hover
{
	color: #fff;
}

#footer .links
{
	margin: 0 5%;
}

#footer .links div li img
{
	height: 1em;
	margin-right: 1em;
}

#footer #block-block-13 .links .left {
	font-family: "open_sansregular";
	font-size: 12px;
	letter-spacing: 0.10em;
	margin-top: .90em;
}

#footer #block-block-13 .links .left li:nth-child(1) {
	border-right: 1px solid #fff;
	padding-right: 1em;
	margin-right: 1em;
}



/* Mobile styling */
@media screen and (max-width: 780px){ 

#footer #block-block-3 .footer-caption-block p {
	margin: 0;
	font-size: 10px;
	margin-bottom: 4px;
}

#footer #block-block-3 .footer-caption-block h1 {
	font-size: 17px;
	margin: 0;
}

#footer {
	text-align: center;
}


#footer nav li 
{
	display: block;
	text-align: center;
	line-height: 2;
}

#footer .contact {
	margin: 0 15% 2em 15%;
}

#footer .links
{
	text-align: center;
}

#footer .links div
{
	display: block;
}

#footer .links .right
{
	width: 100%;
}


#footer #block-block-3 div.underline-div {
	width: 60%;
	margin-top: 1em;
}



}

