@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?22793827');
  src: url('../fonts/fontello.eot?22793827#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?22793827') format('woff2'),
       url('../fonts/fontello.woff?22793827') format('woff'),
       url('../fonts/fontello.ttf?22793827') format('truetype'),
       url('../fonts/fontello.svg?22793827#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?22793827#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-right-open-big:before { content: '\e800'; } /* '' */
.icon-left-open-big:before { content: '\e801'; } /* '' */
.icon-facebook-1:before { content: '\e802'; } /* '' */
.icon-down-open-big:before { content: '\e804'; } /* '' */
.icon-up-open-big:before { content: '\e805'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
.icon-linkedin-1:before { content: '\f31a'; } /* '' */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.clearfix:after, 
.container:after {
	content: '';
	display: block;
	clear: both;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: 0;
}
strong{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset { margin: 0 0 15px; }
blockquote, q, i, cite, em, var, dfn, address {font-style:italic; }
u, ins { text-decoration: underline; }
s, strike, del { text-decoration: line-through; }

p {
	word-break: break-word;
}

blockquote, q{ quotes: none; }
q:before, q:after, 
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: medium none;
	vertical-align: middle;
}
table th {
	border: 0;
	padding: 3px 4px;
	text-align: left;
}
table td {
	padding: 3px 4px;
	text-align: left;
}
a img { border: 0; }
img {
	max-width: 100%;
	height: auto;
	vertical-align:middle; 
	border:0;
}

label { vertical-align: middle; }
h1, h2, h3, h4, h5, h6 { 
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	color:#343434;
}
h1 {
	font-size:36px;
	line-height:40px;
}
h2 {
	font-size:28px;
	line-height:30px;
}
h3 {
	font-size:22px;
	line-height:1;
}
h4 {
	font-size:18px;
	line-height:1;
}
h5 {
	font-size: 12px;
	line-height:1;
}
h6 {
	font-size: 8px;
	line-height:1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #e2000f; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color:#b5000c; }
a, p a {
	color: #e2000f;
	text-decoration: none;
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, p a:hover {
	color:#b5000c;
	text-decoration: none;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
ul{
	list-style-type:disc;
	list-style-position:inside;
	padding-left:15px;
}
ol{
	list-style-type:decimal;
	list-style-position:outside;
	padding-left:28px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="number"],
select,
textarea{
	border:none;
	background:#fff;
	color: #1d252c;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	line-height:1;
	outline: 0 ;
	padding: 0 15px;
	width: 100%;
	height:48px;
	margin-bottom:15px;
}
/*input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus{
	border-color:#7cb821;
}*/
textarea{
	min-height:130px;
	resize:none;
	padding:20px 28px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #455556;
  opacity:0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #455556;
  opacity:0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #455556;
  opacity:0.5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #455556;
  opacity:0.5;
}

.btn{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	letter-spacing: .03em;
	font-size: 18px;
	height:48px;
	line-height:48px;
	box-sizing: initial !important;
	background:#e2000f;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform:none;
	border:1px solid #e2000f;
	border-radius: 4px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.white{
	background:#fff;
}
.btn:hover,
.btn.white:hover{
	background:#303030;
	color:#fff;
	border:1px solid #303030;
}
body{
	background-color:#F2F2F2;
	color: #343434;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:20px;
	letter-spacing:.01em;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
#wrapper{
	width:100%;
	overflow:hidden;
	margin:0;
	position:relative;
}
.container{
	max-width:1250px;
	margin:0px auto;
	padding:0 25px;
}
.sm-container{
	max-width:764px;
	margin:0px auto;
	padding:0 32px;
}
/*header*/
#header{
    width: 100%;
	padding:0;
	position:fixed;
	top:0;
	z-index:9999;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.top-pad{
	padding-top:126px;
}
#header .primery-head{
	background: #e2000f;
	color:#fff;
	padding: 6px 0;
	position: relative;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.logo{
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position:relative;
	margin: 0;
	z-index:99;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.logo img {
    line-height: 24px;
    color: #686868;
    height: 60px;
	width:auto;
    margin-left: -1px;
	transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-property: height;
}
.logo a{
	display:block;
    text-decoration: none;
    margin-left: -5px;
}
.logo-title {
    display: inline-block;
    padding-left: 5px;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 13px;
    font-size: 14px;
}
.logo-title strong {
    letter-spacing: 1.6px;
    margin-left: 1px;
	display:block;
}
#header .menu-holder{
	position:relative;
	background:#fff;
	padding: 18px 0;
	line-height: 1;
	box-shadow: 0 1px 4px rgba(0,0,0,.25);
}
@media only screen and (min-width: 768px) {
	#header.header-change .logo img{
		height: 48px;
	}
	#header.header-change .menu-holder{
		padding: 8px 0;
	}
}
#header .nav-holder{
	position: relative;
}
#nav{
	clear:both;
}
#nav ul.menu{
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li{
	display:inline-block;
	vertical-align:top;
	margin-right:35px;
	line-height:1;
	position: relative;
}
@media only screen and (min-width: 768px) {
	#nav ul li:last-child{
		margin-right:0;
	}
}
#nav ul li a{
	font-weight:700;
	font-size:18px;
	line-height:1;
	color:#303030;
	display:inline-block;
	vertical-align:top;
	padding:0;
	position: relative;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: none;
	z-index:99;
}
#nav ul li.active a,
#nav ul li a:hover{
	color:#b6000f;
}
#nav ul li.menu-item-has-children a:after{
	content:"\f107";
	font-family: 'fontello';
	display:inline-block;
	vertical-align:middle;
	font-size: 22px;
	margin-left: 20px;
}

.menu-opener,
.m-bg-holder{
	display:none;
}
/*Menu Trigger*/
.menu-opener {
	display: none;
	width: 28px;
	height: 28px;
	position:relative;
	z-index:999;
	margin-top: 8px;
}
.menu-opener span:after, 
.menu-opener span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}
.menu-opener span:after {
	top: 18px;
}
.menu-opener span {
	position: relative;
	display: block;
}
.menu-opener span, 
.menu-opener span:after, 
.menu-opener span:before {
	width: 100%;
	height: 3px;
	background-color:#fff;
	backface-visibility: hidden;
	border-radius: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-opener:hover span,
.menu-opener:hover span:after, 
.menu-opener:hover span:before{
	background-color:#343434;
}
.menu-opener.active span {
	background-color: transparent;
}
.menu-opener.active span:before {
	-moz-transform: rotate(45deg) translate(-1px, 0px);
	-webkit-transform: rotate(45deg) translate(-1px, 0px);
	transform: rotate(45deg) translate(-1px, 0px);
}
.menu-opener.active span:after {
	-moz-transform: rotate(-45deg) translate(6px, -7px);
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px);
}
.menu-opener.active:hover span:after, 
.menu-opener.active:hover span:before{
	background-color:#E2000F;
}

/***Main***/
#main{
	position:relative;
}
.section{
	width:100%;
	clear:both;
	position:relative;
	margin-bottom:48px;
}
.section:after{
	content:"";
	display:block;
	clear:both;
}
.banner-holder{
	position:relative;
}
.banner-holder img{
	width:100%;
}
.caption{
	position:absolute;
	top:50%;
	right:100px;
	font-size:18px;
	max-width:485px;
	color:#343434;
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.caption-inner{
	background:#fff;
	padding:30px 65px 38px 40px;
}
.caption-inner p:last-child{
	margin-bottom:0;
}
.caption h1{
	margin-bottom:18px;
}
.three-column{
	overflow:hidden;
	margin:0 -14px;
}
.three-column .column{
	display:inline-block;
	vertical-align:top;
	width:33.333%;
	margin-right:-4px;
	padding:0 14px;
	margin-bottom:28px;
}
.news .inner-holder{
	background:#fff;
	padding:30px 50px 40px 28px;
}
.news .inner-holder h2,
.news .inner-holder h2 a{
	color:#4A4A4A;
}
.news .inner-holder h2 a:hover{
	color:#b5000c;
}
.news .inner-holder > a{
	font-weight:700;
	font-size:18px;
}
.date{
	font-size:16px;
	font-weight: 700;
	color: #4A4A4A;
}
.page-content .date{
	margin-bottom:8px;
	font-size:18px;
}
.main-holder{
	overflow:hidden;
	padding:50px 0 35px; 
}
.page-title{
	overflow:hidden;
	margin-bottom:40px;
}
.page-title h1{
	margin-bottom:0;
}
.article-content{
	overflow:hidden;
	max-width:770px;
}
.all-centers{
	overflow:hidden;
	margin-bottom: 40px;
}
.all-centers ul{
	list-style:none;
	margin:0;
	padding:0;
}
.all-centers ul li{
	display:block;
}
.all-centers ul li a{
	color:#e2000f;
	font-weight:700;
	font-size: 18px;
}
.all-centers ul li a:hover{
	color: #343434;
}
.centers-detail .row{
	overflow:hidden;
	margin-bottom:30px;
	font-size:18px;
	line-height:18px;
}
.centers-detail .row h2{
	padding-left: 3px;
	margin-bottom:0;
	color: #4A4A4A;
}
.centers-detail .row table{
	width:100%;
	color:#000;
	margin-bottom:0;
}
.centers-detail .row table td{
	width:50%;
}
.centers-detail .row table tr:nth-child(2n + 2) td{
	background:#E6E6E6;
}
.page-content{
	overflow:hidden;
	font-size:18px;
}
.page-content p,
.page-content ul{
	margin-bottom:20px;
}
.page-content strong{
	font-size:26px;
}
.page-content ul{
	list-style:none;
	list-style-position: outside;
	padding-left:10px;
}
.page-content ul li{
	position:relative;
}
.page-content ul li:before{
	content:"";
	background:#343434;
	height:1px;
	width:5px;
	display:block;
	position: absolute;
	left: -10px;
	top: 11px;
}
.page-content ol{
	font-weight: 700;
	margin-bottom: 35px;
}
.page-content .mobile-data{
	display:none;
}
/***Footer***/
#footer{
	background:#484848;
	width:100%;
	color:#fff;
	padding: 0;
	position:relative;
}
#footer p:last-child{
	margin:0;
}
#footer .footer-primary{
	overflow:hidden;
	padding:55px 0;
	color:#B9B9B9;
}
.footer-primary .inner-holder{
	max-width:480px;
}
.footer-social{
	overflow:hidden;
	background:#D8D8D9;
	padding: 24px 0 26px;
	color: #303030;
}
.footer-social .social-head{
	margin-bottom: 12px;
	font-size: 18px;
}
.social-icons{
	line-height: 1;
	list-style:none;
	margin:0;
	padding:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.social-icons li{
	margin-right:6px;
	padding:0;
}
.social-icons li:last-child{
	margin-right:0;
}
.social-icons li a{
	display:block;
	font-size: 18px;
	text-align:center;
	color:#D8D8D9;
	background:#303030;
	height:32px;
	width:32px;
	line-height:32px;
	border-radius: 5px;
}
.social-icons li a:hover{
	color:#fff;
}
.social-icons li a i{
	display:block;
}
.footer-secondary{
	overflow:hidden;
	background:#303030;
	color:#fff;
	padding:30px 0;
}
.footer-secondary ul{
	list-style:none;
	padding:0;
	margin:0;
}
.footer-secondary ul li{
	float:left;
	margin-right:48px;
}
.footer-secondary ul li a{
	color:#fff;
	display:block;
}
.footer-secondary ul li a:hover{
	color:#E2000F;
}
@media only screen and (min-width:1025px) {
	a[href^=tel] {
		cursor: default;
		pointer-events: none;
		}
}
@media only screen and (max-width:980px) {
	.caption{
		right:50px;
	}
	.caption-inner {
		background: #fff;
		padding: 25px 30px 25px 30px;
	}
	
}
@media only screen and (max-width: 767px) {
	.logo{
		float:left;
	}
	.logo img {
		height: 36px;
	}
	.top-pad {
		padding-top: 48px;
	}
	.menu-opener{
		display:block !important;
		float: right;
	}
	#header .menu-holder{
		padding:0;
		box-shadow:none;
	}
	body.nav-active{
		overflow:hidden;
	}
	.m-bg-holder {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.m-bg-holder::before {
		content: "";
		display: block;
		background: rgba(0,0,0,.7);
		position: absolute;
		height: 100vh;
		width: 100%;
		left: 0;
		top: 0;
	}
	#nav > ul > li:hover .sub-menu-holder {
		display: none;
	}
	#nav{
		background:#303030;
		width:300px;
		right:-100%;
		height:100%;
		z-index:99;
		overflow:auto;
		top:0;
		position:fixed; 
		padding:48px 0 0; 
		}
	#nav ul.menu{
		height:100%;
		background:#fff;
	}
	#nav ul li{
		display:block;
		margin-right:0;
		position:relative;
		text-align:left;
		margin-left:0;
		border-bottom:1px solid #ebebeb;
		margin:0 20px;
		}
	#nav ul li:last-child{
		border-bottom:none;
	}
	#nav ul li::after{
		display:none;
	}
	#nav ul li a{
		font-size:16px;
		color:#fff;
	}
	#nav > ul > li.active a,
	#nav > ul > li a:hover{
		color:#E2000F;
	}
	#nav > ul > li.active:hover a{
		color:#303030;
	}
	#nav > ul > li a{
		line-height:50px;
		display:block;
		padding: 0 0 0 20px;
		color:#303030;
		position:relative;
		}
	#nav ul li.menu-item-has-children a:before {
		content: "";
		position: absolute;
		display: block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #e2000f;
		border-right: 2px solid #e2000f;
		top: 52%;
		left: 0;
		-moz-transform: translate(-50%,-50%) rotate(45deg);
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
		transform: translate(-50%,-50%) rotate(45deg);
	}
	#nav > ul > li > a::after{
		display:none;
	}
	#nav > ul > li.menu-item-has-children > a{
		padding:0 0 0 15px;
	}
	#nav > ul > li.menu-item-has-children > a::after{
		background:none;
		display:none;
	}
	#nav > ul > li > .sub-menu{
		position:relative;
		margin:0;
		width:100%;
		display:none;
		opacity:1;
		visibility:visible;
		text-align:left;
		padding:0;
		font-size:16px;
		border-top:1px solid #fff;
		max-width: 100%;
		text-align: left;
		-webkit-transition:none;
		-moz-transition:none;
		-ms-transition:none;
		-o-transition:none;
		transition:none;
	}
	#nav > ul > li .sub-menu a{
		padding-left:30px;
		line-height:50px;
		color: #ffffff !important;
		display: block;
	}
	#nav > ul > li .sub-menu a:hover{
		color:#7cb821 !important;
	}
	#nav ul .sub-menu li:last-child{
		border-bottom:none;
	}
	#nav ul li .sub-menu-opener{
		background-color: rgba(0,0,0,0.3);
		cursor: pointer;
		display: block;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		z-index:999;
		}
	#nav ul li .sub-menu-opener:before{
		position: absolute;
		top: 20px;
		right: 24px;
		display: block;
		width: 2px;
		height: 10px;
		background: #fff;
		content: '';
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
		}
	#nav ul li .sub-menu-opener:after{
		position: absolute;
		top: 24px;
		right: 20px;
		width: 10px;
		height: 2px;
		display: block;
		background: #fff;
		content: '';
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}
	#nav ul li .sub-menu-opener:hover:before,
	#nav ul li.open .sub-menu-opener:before{
		top: 24px;
		height: 0;
	}
	h1 {
		font-size: 30px;
		line-height: 32px;
	}
	h2 {
		font-size: 20px;
		line-height: 22px;
	}
	.section{
		margin-bottom:32px;
	}
	.banner{
		padding-bottom:50px;
	}
	.banner-holder{
		height:260px;
	}
	.banner-holder > img {
		display: block;
		height: 100%;
		left: 0;
		object-fit: cover;
		object-position: 50% 50%;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.banner .container{
		padding:0;
	}
	.caption{
		max-width:100%;
		left:25px;
		right:25px;
		font-size:16px;
		top:auto;
		bottom: -50px;
		-moz-transform:none;
		-ms-transform:none;
		-webkit-transform:none;
		transform:none;
	}
	.caption h1 {
		margin-bottom: 12px;
	}
	.caption-inner {
		padding: 22px 22px 22px 22px;
	}
	.three-column .column{
		width:100%;
	}
	.three-column .column {
		margin-bottom: 32px;
	}
	.three-column .column:last-child {
		margin-bottom: 0;
	}
	.news .inner-holder{
		padding: 22px 50px 30px 20px;
	}
	.news .inner-holder h2{
		margin-bottom:5px;
	}
	.date {
		font-size: 12px;
	}
	.news .inner-holder > a {
		font-size: 16px;
	}
	.main-holder {
		padding: 35px 0 15px;
	}
	.page-title{
		margin-bottom:25px;
	}
	.page-title h1{
		font-size:22px;
		line-height:24px;
	}
	.all-centers {
		margin-bottom: 30px;
	}
	.all-centers ul li a {
		font-size: 14px;
		line-height: 16px;
	}
	.centers-detail .row h2{
		font-size:18px;
		line-height:20px;
	}
	.centers-detail .row{
		font-size:15px;
		line-height:15px;
	}
	.centers-detail .row{
		margin-bottom:22px;
	}
	.page-content,
	.page-content .date {
		font-size: 16px;
	}
	.page-content p {
		margin-bottom: 15px;
	}
	.page-content strong {
		font-size: 18px;
	}
	.page-content .mobile-data{
		display:block;
	}
	.page-content ol{
		font-size:13px;
	}
	.footer-social{
		padding: 20px 0 22px;
	}
	#footer .footer-primary {
		padding: 40px 0;
	}
	.footer-secondary {
		padding: 25px 0;
	}
}
@media only screen and (max-width: 380px) {
	h1 {
		font-size: 26px;
		line-height: 28px;
	}
}
