@charset "UTF-8";
/* CSS Document */

.top-contact {
	background-color: #085dad;
	font-size: 1.25em;
	line-height: 53px;
	border-bottom: 0px solid #e9e9e9;
	padding-left: 20px;
	padding-right: 10px;
}


.contact-list a {
	color: #fff;
}
.contact-list a:hover {
	color: #ccc;
}
.contact-list {
	color: #fff;
}

.top-social {
	text-align: right;
}


.top-icon {
	background-color: #fff;
	border-radius: 0%;
	color: #085dad;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
}

.top-social ul {
	margin: 0px;
	padding: 0px;
}
.top-social li {
	display: inline-block;
}
.contact-list ul {
	margin: 0px;
	padding: 0px;
}
.contact-list li {
	display: inline-block;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
	.top-contact {
	background-color: #085dad;
	font-size: 1em;
	line-height: 53px;
	border-bottom: 0px solid #e9e9e9;
	padding-left: 10px;
	padding-right: 10px;
}
.top-social {
	display: none;
}
}


@media screen and (max-width: 600px) {
#footer p.copyright-text {
	font-size: 10px;
	line-height: 12px;
}
	.footer-box a {
	display: none;
}
	#footer p.locations-text {
	font-size: 14px;
	letter-spacing: 1px;
}
	.footer-box {
	padding: 1px;
}
.footer-box p {
	font-size: 16px;
	letter-spacing: 1px;
}
}

@media print {
	.top-contact {
	display: none;
}
}
.footer-box {
	width: 100%;
	text-align: center;	
	padding: 2px;
	background-color: #085dad;
}
.footer-box p {
	font-size: 20px;
	letter-spacing: 3px;
	color: #ffffff;
	font-weight: normal;
	font-family: 'robotolight';
}
.footer-box a {
	color: #ffffff;
	font-family: 'robotobold';
}