@charset "utf-8";
/* CSS Document */
@import url('fonts/fonts.css');

.img-responsive{
	max-width:100%;
}

body{
	margin:0;
	padding:0;
	font-family: 'open_sansregular';
}

.banner img{
	width:100%;
}

.container{
	width:1020px;
	margin:0 auto;
}

.content{
	padding-bottom:50px;
	position: relative;
}

.content h2{
	font-family: 'open_sansbold';
	color:#015987;
	font-size: 22px;
	margin-bottom: 0;
    font-weight: normal;
}

.content ul{
	padding:0;
}

.content ul li {
    color: #686868;
    float: left;
	box-sizing: border-box;
    font-family: "open_sansbold";
    font-size: 18px;
    font-style: italic;
	background:url(../images/tick-mark.png) left center no-repeat;
	list-style:none;
    padding: 7px 0 7px 45px;
    text-transform: uppercase;
    width: 50%;
}

.left-content{
	width:65%;
	float:left;
}

.right-content{
	bottom: -5px;
    float: right;
    position: absolute;
    right: 0;
    width: 35%;
}

.clear-fix{
	clear:both;
}

.address p{
	margin: 5px 0;
	font-size:16px;
	color: #686868;
}

.address p b{
	font-family: "open_sansbold";
	font-weight:normal;
}

.map{
	padding-top:10px;
}

.map a{
	color:#686868;
	font-size:16px;
	text-decoration:underline;
}

footer {
    text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+49,ffffff+100 */
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 49%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 49%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 49%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-bottom: 20px;
}


.logo {
    margin-top: -52px;
}

footer p{
	margin: 5px 0;
	font-size:16px;
	color: #686868;
}

footer p a{
	font-family: "open_sansbold";
	color: #686868;
}

.mobile-only{
	display:none;
}