@font-face {
    font-family: 'museo_sans_rounded500';
    src: url('../fonts/museosansrounded-500-webfont.eot');
    src: url('../fonts/museosansrounded-500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosansrounded-500-webfont.woff2') format('woff2'),
         url('../fonts/museosansrounded-500-webfont.woff') format('woff'),
         url('../fonts/museosansrounded-500-webfont.ttf') format('truetype'),
         url('../fonts/museosansrounded-500-webfont.svg#museo_sans_rounded500') format('svg');
    font-weight: normal;
    font-style: normal;

}

.benefits {
	clear: both;
	position: relative;
	margin: 0 0 0 18px;
	padding: 0;
	z-index: 2;
}

.benefits li {
	margin: 0 0 2.9%;
	padding: 0;
	list-style: outside;
	font-size: 21.67px;
}

#contact {
	padding-top: 18px;
	padding-bottom: 18px;
}

#contact p {
	margin: 15px 0;
}

#contact address {
	margin: 15px 0;
	padding: 0;
}

#contact .inner {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 16.25px;
}

#contact .location {
	display: table-cell;
	width: 33.33333333333333%;
	vertical-align: middle;
}

#contact .map {
	display: table-cell;
	width: 33.33333333333333%;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #337d9d;
	border-right: 1px solid #337d9d;
}

#contact .map a img {
	display: block;
	padding: 5px;
	background: #fff;
	width: 100%;
}

#contact .timings {
	display: table-cell;
	width: 33.33333333333333%;
	vertical-align: middle;
}
/* Miscelleneous */

p {
	margin: 0 0 20px;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}
