/*****@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700';
font-family: 'Roboto', sans-serif;******/ 
/******@import 'https://fonts.googleapis.com/css?family=Lato:700';
font-family: 'Lato', sans-serif;********/
@font-face {
	font-family: 'gotham_htfbook';
	src: url('fonts/gothamhtf-light-webfont.eot');
	src: url('fonts/gothamhtf-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothamhtf-light-webfont.woff2') format('woff2'), url('fonts/gothamhtf-light-webfont.woff') format('woff'), url('fonts/gothamhtf-light-webfont.ttf') format('truetype'), url('fonts/gothamhtf-light-webfont.svg#gotham_htflight') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'gotham_htfbook';
	src: url('fonts/gothamhtf-book-webfont.eot');
	src: url('fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothamhtf-book-webfont.woff2') format('woff2'), url('fonts/gothamhtf-book-webfont.woff') format('woff'), url('fonts/gothamhtf-book-webfont.ttf') format('truetype'), url('fonts/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gotham_htfbook';
	src: url('fonts/gothamhtf-medium-webfont.eot');
	src: url('fonts/gothamhtf-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothamhtf-medium-webfont.woff2') format('woff2'), url('fonts/gothamhtf-medium-webfont.woff') format('woff'), url('fonts/gothamhtf-medium-webfont.ttf') format('truetype'), url('fonts/gothamhtf-medium-webfont.svg#gotham_htfmedium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'gotham_htfbook';
	src: url('fonts/gothamhtf-bold-webfont.eot');
	src: url('fonts/gothamhtf-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothamhtf-bold-webfont.woff2') format('woff2'), url('fonts/gothamhtf-bold-webfont.woff') format('woff'), url('fonts/gothamhtf-bold-webfont.ttf') format('truetype'), url('fonts/gothamhtf-bold-webfont.svg#gotham_htfbold') format('svg');
	font-weight: bold;
	font-style: normal;
}
* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#666666;
	margin:0;
	background-color:#f5f5f5;
}
a {
	text-decoration:none;
	outline:none;
	color:#f58020;
}
a:hover {
	color:#333;
	text-decoration:none;
}
img {
	vertical-align:top;
	max-width:100%;
	height:auto;
	border:none;
}
input, select, textarea {
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#000;
}
iframe {
	max-width:100%;
	border:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clr, .cl, .clear {
	clear:both;
}
input, select, textarea, button {
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#333;
}
.clearfix:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:"";
}
textarea {
	resize:none;
	min-height:82px;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline:none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	border:1px solid #dddddd;
	background:#fff;
	padding:0 15px;
	box-shadow:none;
	height:47px;
	max-width:100%;
	border-radius:0px;
	width:100%;
}
input[type="search"] {
	-webkit-appearance:none;
}
textarea {
	line-height:normal;
	padding:9px;
	width:100%;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	border-color:#0EB1FE;
	background:#f9f9f9;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.2);
}
select {
	border:1px solid #dddddd;
	background:#fff;
	max-width:100%;
	border-radius:3px;
	padding:15px 13px;
}
input[type="image"], input[type="submit"], input[type="button"], button {
	background:#f1592a;
	border: medium none;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 0px 23px;
	text-transform:uppercase;
	height:40px;
	font-weight:bold;
	appearance:normal;
	-webkit-appearance:none;
	max-width:100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
input[type="image"]:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	background-color:#555;
}
input[type="image"]:active, input[type="submit"]:active, input[type="button"]:active, button:active {
	box-shadow:inset 0 0 12px rgba(0, 0, 0, 0.2);
}
.alignright {
	float:right;
	margin:0 0 0 40px;
}
.alignleft {
	float:left;
	margin:0 40px 0 0;
}
.wrapper {
	margin:0 auto;
	padding:0;
	max-width:1360px;/*1360px*/
	box-shadow:0 0 90px rgba(0,0,0,0.07);
}
.wrap-in {
	padding:0 110px;
}
.header {
	background:#ffffff;
	padding:15px 0 0 0;
}
.logo {
	float:left;
}
.header-right {
	float:right;
	padding:11px 0 0 0;
}
.hdr-btn {
	float:left;
	padding-left:12px;
}
.hdr-btn a {
	font-size:15px;
	line-height:23px;
	border-radius:20px;
	color:#ffffff;
	font-weight:500;
	display:inline-block;
	background:#4acb6f;
	padding:8px 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hdr-btn a:hover {
	background:#d0ad7f;
}
.hdr-btn-1 a {
	background:#d0ad7f;
}
.hdr-btn-1 a:hover {
	background:#4acb6f;
}
.hdrtop-link {
	float:left;
	border:1px solid #eeeeee;
	padding:10px 18px;
	border-radius:22px;
}
.hdrtop-link ul {
	margin:0;
	padding:0;
}
.hdrtop-link ul li {
	margin:0;
	padding:0 8px;
	list-style:none;
	float:left;
	border-right:1px solid #dddddd;
}
.hdrtop-link ul li:last-child {
	border-right:none;
}
.hdrtop-link ul li a {
	text-decoration:none;
	font-size:14px;
	line-height:14px;
	color:#444444;
	font-weight:normal;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hdrtop-link ul li a:hover {
	text-decoration:underline;
}
.nav-bg {
	background:#3b5999;
	margin-top:15px;
}
.nav {
	display:table;
	margin:0 auto;
}
.nav ul {
	margin:0 -8px;
	padding:0;
}
.nav ul li {
	margin:0;
	padding:0 8px;
	list-style:none;
	float:left;
	position:relative;
}
.nav ul li a {
	text-decoration:none;
	font-size:15px;
	color:#ffffff;
	font-weight:500;
	display:block;
	padding:15px 10px;
}
.nav ul li a:hover {
	background:#d0ad7f;
}
.nav ul li ul {
	position:absolute;
	left:0;
	top:100%;
	min-width:180px;
	z-index:99;
	background:#3b5999;
	margin:0;
	padding:0 0 8px 0;
	display:none;
}
.nav ul li ul li {
	float:none;
}
.nav ul li ul li a {
	padding:7px 10px;
	font-size:14px;
}
.nav ul li:hover ul {
	display:block;
}
.banner ul {
	margin:0;
	padding:0;
}
.banner ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.banner-box {
	position:relative;
}
.banner-img img {
	width:100%;
}
.banner-text {
	position:absolute;
	top:50%;
	width:36%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-text h4 {
	font-size:36px;
	color:#3358a6;
	font-weight:300;
	margin:0;
	font-family: 'gotham_htfbook';
}
.banner-text h2 {
	font-size:56px;
	color:#3358a6;
	font-weight:bold;
	margin:0;
	font-family: 'gotham_htfbook';
	padding-bottom:13px;
}
.banner-text p {
	font-size:15px;
	line-height:23px;
	color:#1b1b1b;
	font-weight:normal;
	margin:0;
	padding-bottom:14px;
}
.banner-btn a {
	font-size:15px;
	line-height:23px;
	color:#ffffff;
	font-weight:500;
	padding:8px 32px;
	background:#4acb6f;
	border-radius:20px;
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner-btn a:hover {
	background:#3b5999;
}
.banner .bx-wrapper .bx-controls-direction a {
	height:33px;
	width:33px;
	margin-top:-17px;
}
.banner .bx-wrapper .bx-prev {
	background:url(../images/ban-prev.png) no-repeat;
	left:40px;
}
.banner .bx-wrapper .bx-next {
	background:url(../images/ban-next.png) no-repeat;
	right:40px;
}
.banner .bx-wrapper .bx-prev:hover, .banner .bx-wrapper .bx-next:hover {
	background-position:0 bottom;
}
.about-sec {
	padding:60px 0 60px 0;
	background:#ffffff;
}
.title {
	text-align:center;
}
.title h2:after {
	background:#febc44;
	height:2px;
	width:123px;
	position:absolute;
	left:50%;
	bottom:0;
	content:"";
	margin-left:-61px;
}
.title h2 {
	font-size:20px;
	color:#30b556;
	font-family: 'gotham_htfbook';
	font-weight:normal;
	padding-bottom:18px;
	position:relative;
	margin:0;
}
.title h2 strong {
	font-size:46px;
	color:#2e4b89;
	display:block;
	font-weight:bold;
	padding:3px 0 0 0;
}
.title p {
	font-size:16px;
	line-height:23px;
	color:#666666;
	font-weight:300;
	max-width:760px;
	margin:0 auto;
	padding:18px 0 0 0;
}
.about {
	padding:40px 0 0 0;
}
.about .alignright {
	margin:0 0 10px 55px;
}
.about:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:"";
}
.about p {
	font-size:14px;
	line-height:23px;
	color:#444444;
	font-weight:300;
	padding-bottom:22px;
	margin:0;
}
.about p strong {
	font-size:17px;
	line-height:27px;
	color:#2e4b89;
	font-weight:normal;
}
.more-btn {
	padding-top:6px;
}
.more-btn a {
	font-size:15px;
	line-height:23px;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	padding:7px 32px 9px 32px;
	background:#4acb6f;
	border-radius:20px;
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.more-btn a:hover {
	background:#3b5999;
}
.envir-bg {
	background:url(../images/environmental-bg.jpg) 50% 0 no-repeat;
	background-size:cover;
	min-height:566px;
	padding:86px 0 76px 0;
}
.envir .alignleft {
	margin:0 50px 10px 0;
}
.envir h2 {
	font-size:36px;
	color:#ffffff;
	font-family: 'gotham_htfbook';
	font-weight:bold;
	margin:0;
	padding-bottom:9px;
}
.envir p {
	font-size:14px;
	line-height:22px;
	color:#aec0e6;
	font-weight:normal;
	margin:0;
	padding-bottom:22px;
}
.envir ul {
	margin:0;
	padding:0 0 12px 0;
	overflow:hidden;
}
.envir ul li {
	margin:0;
	padding:7px 0 7px 26px;
	list-style:none;
	float:left;
	width:36%;
	font-size:16px;
	line-height:22px;
	color:#ffffff;
	background:url(../images/environmental-list-icon.png) 0 9px no-repeat;
	font-family: 'gotham_htfbook';
	font-weight:500;
}
.envir ul li:nth-child(3n-1), .envir ul li:nth-child(3n-2) {
	width:32%;
}
.envir ul li a {
	color:#ffffff;
}
.envir ul li a:hover {
	color:#4acb6f;
}
.envir .more-btn {
	padding:2px 0 0 0;
}
.envir .more-btn a:hover {
	background:#d0ad7f;
}
.senior-bg {
	background:#eff9ff;
	padding:90px 0 84px 0;
}
.senior:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:"";
}
.senior .alignright {
	margin:20px 0 10px 60px;
}
.senior h2 {
	font-size:36px;
	color:#395291;
	font-family: 'gotham_htfbook';
	font-weight:bold;
	margin:0;
	padding-bottom:10px;
}
.senior p {
	font-size:14px;
	line-height:25px;
	color:#666666;
	font-weight:300;
	margin:0;
	padding-bottom:23px;
}
.senior p strong {
	line-height:22px;
	font-weight:normal;
}
.senior .more-btn {
	padding:10px 0 0 0;
}
.progbg {
	background:#ffffff;
}
.nurprog {
	padding:70px 0 60px 0;
}
.nurprog h2 {
	text-align:center;
	margin:0;
	font-size:46px;
	color:#2e4b89;
	font-family: 'gotham_htfbook';
	font-weight:bold;
	padding-bottom:10px;
}
.nurprog > p {
	text-align:center;
	margin:0 auto;
	max-width:760px;
	font-size:16px;
	line-height:23px;
	color:#666666;
	font-weight:300;
}
.nurprog-list {
	padding:5px 0 0 0;
}
.nurprog-list ul {
	margin:0 -15px;
	padding:0;
}
.nurprog-list ul li {
	margin:0;
	padding:30px 15px 0 15px;
	list-style:none;
	float:left;
	width:25%;
}
.nurprog-list ul li:nth-child(4n+1) {
	clear:both;
}
.nurprogimg {
	overflow:hidden;
	height:144px;
}
.nurprogimg img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nurprogimg img:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nurprogtext {
	border:1px solid #ececec;
	border-top:none;
	padding:20px 23px 73px 23px;
	position:relative;
}
.nurprogtext h3 {
	font-size:16px;
	color:#2e4b89;
	font-family: 'gotham_htfbook';
	font-weight:500;
	margin:0;
	padding-bottom:6px;
}
.nurprogtext h3 a {
	color:#2e4b89;
}
.nurprogtext h3 a:hover {
	color:#01b9d1;
}
.nurprogtext p {
	font-size:14px;
	line-height:20px;
	color:#444444;
	font-weight:300;
	margin:0;
}
.nurprogtext .more-btn {
	padding:0;
	position:absolute;
	left:0;
	bottom:25px;
}
.nurprogtext .more-btn a {
	background:#01b9d1;
	border-radius:0 16px 16px 0;
	line-height:17px;
	padding:8px 30px 8px 24px;
}
.nurprogtext .more-btn a:hover {
	background:#2e4b89;
}
.latestnz {
	padding:0 0 80px 0;
}
.latestnz h2 {
	font-size:46px;
	color:#2e4b89;
	font-family: 'gotham_htfbook';
	font-weight:bold;
	margin:0;
	text-align:center;
	padding-bottom:10px;
}
.latestnz > p {
	font-size:16px;
	line-height:23px;
	color:#666666;
	font-weight:300;
	margin:0 auto;
	max-width:760px;
	text-align:center;
}
.latestnz-list {
	padding:24px 0 0 0;
}
.latestnz-list ul {
	margin:0 -15px;
	padding:0;
}
.latestnz-list ul li {
	margin:0;
	padding:0 15px 30px 15px;
	list-style:none;
	float:left;
	width:25%;
}
.latestnz-img {
	position:relative;
	overflow:hidden;
	height:144px;
}
.latestnz-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.latestnz-img img:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nzdt {
	background:#ffffff;
	display:inline-block;
	position:absolute;
	left:10px;
	bottom:10px;
	padding:5px 8px;
}
.nzdt p {
	font-size:14px;
	line-height:18px;
	color:#666666;
	font-weight:300;
	margin:0;
	background:url(../images/news-date-icon.png) 0 center no-repeat;
	padding-left:16px;
}
.latestnz-text {
	padding:18px 0 0 0;
}
.latestnz-text h3 {
	font-size:15px;
	color:#2e4b89;
	font-family: 'gotham_htfbook';
	font-weight:500;
	margin:0;
	padding-bottom:6px;
}
.latestnz-text h3 a {
	color:#2e4b89;
}
.latestnz-text h3 a:hover {
	color:#01b9d1;
}
.latestnz-text p {
	font-size:14px;
	line-height:20px;
	color:#666666;
	font-weight:300;
	margin:0;
}
.viewnzbtn {
	text-align:center;
	padding:15px 0 0 0;
}
.viewnzbtn a {
	display:inline-block;
	font-size:17px;
	line-height:23px;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	background:#2e4b89;
	padding:8px 36px;
	border-radius:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.viewnzbtn a:hover {
	background:#01b9d1;
}
.newsletter-bg {
	background:#eff9ff;
	padding:60px 0;
	border-bottom:2px solid #ffffff;
}
.newsletter-bg h3 {
	float:left;
	margin:-3px 0 0 0;
	font-size:22px;
	color:#3b5999;
	font-family: 'gotham_htfbook';
	font-weight:normal;
}
.newsletter-bg h3 strong {
	display:block;
	font-size:28px;
	font-weight:bold;
}
.newsletter {
	float:right;
	width:79.3%;
}
.nzltrinput {
	float:left;
	width:31.3%;
}
.nzltrinput input {
	font-size:15px;
	color:#7c94c5;
	font-weight:normal;
	border:1px solid #d7ecf9;
	border-radius:3px;
}
 .nzltrinput input::-webkit-input-placeholder {
 color:#7c94c5;
 opacity:1;
}
 .nzltrinput input::-moz-placeholder {
 color:#7c94c5;
 opacity:1;
}
 .nzltrinput input:-ms-input-placeholder {
 color:#7c94c5;
 opacity:1;
}
.nzltrtype {
	float:left;
	width:50.4%;
	padding:0 20px 0 25px;
}
.nzltrtype h4 {
	font-size:16px;
	color:#3b5999;
	margin:0;
	font-family: 'gotham_htfbook';
	font-weight:500;
	padding-bottom:9px;
}
.nzltrbox {
	display:inline-block;
	width:33.33%;
	margin:0 -4px 0 0;
}
.nzltrbox input {
	margin:0 10px 0 0;
}
.nzltrbox label {
	font-size:15px;
	color:#666666;
	font-weight:normal;
}
.nzltrsubmit {
	float:right;
}
.nzltrsubmit input {
	font-size:17px;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	background:#3b5999;
	height:47px;
	padding:0 40px;
	border-radius:3px;
	text-transform:none;
}
.nzltrsubmit input:hover {
	background:#01b9d1;
}
.footer {
	background:#222930;
}
.top-footer {
	padding:50px 0 30px 0;
	border-bottom:1px solid #313940;
}
.foot-logo {
	float:left;
}
.foot-right {
	overflow:hidden;
	padding:6px 0 0 45px;
}
.foot-nav ul {
	margin:0 -10px;
	padding:0;
}
.foot-nav ul li {
	margin:0 0 5px 0;
	padding:0 10px;
	list-style:none;
	float:left;
	position:relative;
}
.foot-nav ul li:after {
	background:url(../images/foot-nav-icon.png) no-repeat;
	position:absolute;
	right:-2px;
	top:7px;
	content:"";
	height:3px;
	width:4px;
}
.foot-nav ul li:last-child:after {
	background:none;
}
.foot-nav ul li a {
	text-decoration:none;
	font-size:14px;
	color:#b3bac1;
	font-weight:normal;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.foot-nav ul li a:hover {
	color:#febc44;
}
.foot-info {
	padding:9px 0 0 0;
}
.infobox {
	display:inline-block;
	padding-right:14px;
}
.infobox p {
	margin:0;
	font-size:14px;
	color:#a6aaae;
	font-weight:normal;
}
.infobox p a {
	color:#a6aaae;
}
.infobox p a:hover {
	color:#4acb6f;
}
.infobox-a p {
	background:url(../images/foot-info-icon1.png) 0 1px no-repeat;
	padding-left:22px;
}
.infobox-b p {
	background:url(../images/foot-info-icon2.png) 0 center no-repeat;
	padding-left:18px;
}
.btm-footer {
	padding:30px 0;
}
.copyright {
	float:left;
	padding:6px 0 0 0;
}
.copyright p {
	font-size:14px;
	color:#64686d;
	margin:0;
	font-weight:300;
}
.copyright p a {
	color:#64686d;
}
.copyright p a:hover {
	color:#ffffff;
}
.foot-social {
	float:right;
}
.foot-social a {
	background:url(../images/footer-social.png) no-repeat;
	height:30px;
	width:30px;
	float:left;
	margin-left:6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.foot-social a.soc-1 {
	background-position:0 0;
}
.foot-social a.soc-1:hover {
	background-position:0 bottom;
}
.foot-social a.soc-2 {
	background-position:-36px 0;
}
.foot-social a.soc-2:hover {
	background-position:-36px bottom;
}
.foot-social a.soc-3 {
	background-position:-72px 0;
}
.foot-social a.soc-3:hover {
	background-position:-72px bottom;
}
.foot-social a.soc-4 {
	background-position:-108px 0;
}
.foot-social a.soc-4:hover {
	background-position:-108px bottom;
}
.page-title-bg {
	background:url(../images/page-title-bg.jpg) no-repeat;
	min-height:209px;
	padding:60px 0;
	background-size:cover;
	background-position:center;
}
.page-title-bg h1 {
	margin:0;
	font-size:52px;
	color:#3358a6;
	font-family: 'gotham_htfbook';
	font-weight:bold;
}
.content {
	padding:80px 0;
	background:#ffffff;
}
.abttop-cnt {
	padding:45px 0 0 0;
}
.abttop-cnt:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:"";
}
.abttop-cnt .alignright {
	margin:8px 0 10px 55px;
}
.abttop-cnt p {
	margin:0;
	font-size:14px;
	line-height:23px;
	color:#444444;
	font-weight:300;
	padding-bottom:22px;
}
.abttop-cnt p strong {
	font-size:17px;
	line-height:27px;
	color:#2e4b89;
	font-weight:normal;
}
.abttop-cnt p:last-child {
	padding-bottom:0;
}
.abtbtm {
	padding:50px 0 0 0;
	border-top:1px solid #eaeaea;
}
.mission {
	float:left;
	width:50%;
}
.mission h3, .vision h3 {
	margin:0;
	font-size:40px;
	color:#2e4b89;
	font-family: 'gotham_htfbook';
	font-weight:normal;
	padding-bottom:11px;
}
.mission h3 strong, .vision h3 strong {
	font-weight:bold;
}
.mission p {
	margin:0;
	font-size:16px;
	line-height:23px;
	color:#666666;
	font-weight:300;
	padding-bottom:24px;
}
.mission img {
	margin:30px 0 0 0;
	border-radius:4px;
}
.vision {
	float:right;
	width:50%;
	padding-left:40px;
}
.vision h6 {
	margin:0;
	font-size:16px;
	line-height:23px;
	color:#666666;
	font-weight:300;
	padding-bottom:48px;
}
.vision p {
	font-size:14px;
	line-height:23px;
	color:#444444;
	margin:0;
	font-weight:300;
	padding-bottom:22px;
}
.vision p strong {
	font-size:15px;
	font-weight:normal;
}
.vision p:last-child {
	padding-bottom:0;
}
.emrgncy > p {
	margin:0 auto;
	max-width:760px;
	font-size:16px;
	line-height:23px;
	color:#666666;
	font-weight:300;
	text-align:center;
}
.emrgncy-top {
	padding:40px 0 0 0;
}
.emrgncy-top:after {
	clear:both;
	content:"";
	display:block;
	visibility:hidden;
}
.emrgncy-top .alignright {
	margin:4px 0 10px 45px;
}
.emrgncy-top p {
	margin:0;
	font-size:14px;
	line-height:25px;
	color:#666666;
	font-weight:300;
	padding-bottom:24px;
}
.emrgncy-top p:last-child {
	padding-bottom:0;
}
.emrgncy-btm {
	padding:50px 0 0 0;
}
.emrgncy-btm:after {
	clear:both;
	content:"";
	display:block;
	visibility:hidden;
}
.emrgncy-btm .alignright {
	margin:6px 0 10px 45px;
}
.emrgncy-btm h3 {
	margin:0;
	font-size:16px;
	line-height:25px;
	color:#555555;
	font-weight:500;
	padding-bottom:12px;
}
.emrgncy-btm ul {
	margin:0;
	padding:0;
}
.emrgncy-btm ul li {
	margin:0;
	padding:12px 0;
	list-style:none;
	font-size:16px;
	line-height:25px;
	color:#3358a6;
}
.emrgncy-btm ul li a {
	color:#3358a6;
	text-decoration:underline;
}
.emrgncy-btm ul li a:hover {
	color:#555555;
}
/*.emrgncy-btm ul li:last-child{padding-bottom:0; }*/
.env-health > p {
	text-align:center;
	font-size:16px;
	line-height:23px;
	color:#666666;
	font-weight:300;
	margin:0 auto;
	max-width:760px;
}
.env-health-top {
	padding:40px 0 0 0;
}
.env-health-top:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:"";
}
.env-health-top .alignleft {
	margin:4px 40px 10px 0;
}
.env-health-top p {
	margin:0;
	font-size:14px;
	line-height:23px;
	color:#444444;
	font-weight:300;
	padding-bottom:22px;
}
.env-health-top p strong {
	font-size:15px;
	font-weight:normal;
}
.env-health-top p:last-child {
	padding-bottom:0;
}
.env-health-top ul {
	margin:-10px 0 0 0;
	padding:3px 0 18px 0;
	overflow:hidden;
}
.env-health-top ul li {
	margin:0;
	padding:10px 0 10px 32px;
	list-style:none;
	float:left;
	width:44%;
	font-size:18px;
	line-height:25px;
	color:#444444;
	font-family: 'gotham_htfbook';
	font-weight:normal;
	font-weight:500;
	background:url(../images/envir-health-list-icon.png) 0 13px no-repeat;
}
.env-health-top ul li a {
	text-decoration:none;
	color:#444444;
}
.env-health-top ul li a:hover {
	color:#3b5999;
}
.env-health-top ul li:nth-child(3n-1) {
	width:29%;
}
.env-health-top ul li:nth-child(3n-2) {
	width:27%;
}
.env-health-btm {
	text-align:center;
	padding:32px 70px 0 70px;
}
.env-health-btm p {
	font-size:14px;
	line-height:22px;
	color:#666666;
	font-weight:300;
	margin:0;
	padding-bottom:22px;
}
.env-health-btm p:last-child {
	padding-bottom:0;
}
.seniorcare-top {
	padding:50px 0 0 0;
}
.seniorcare-top:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:"";
}
.seniorcare-top .alignright {
	margin:4px 0 16px 35px;
}
.seniorcare-top p {
	font-size:14px;
	line-height:25px;
	color:#666666;
	font-weight:300;
	margin:0;
	padding-bottom:22px;
}
.seniorcare-top p strong {
	font-weight:500;
}
.seniorcare-top h3 {
	margin:0;
	font-size:20px;
	line-height:25px;
	color:#666666;
	font-weight:500;
	padding:15px 0 22px 0;
}
.presentation p {
	font-size:16px;
	line-height:23px;
	color:#666666;
	font-weight:300;
	margin:0 auto;
	max-width:760px;
	text-align:center;
}
.pres-cal {
	padding:48px 0 0 0;
	text-align:center;
	position:relative;
}
.caleditbtn {
	position:absolute;
	right:110px;
	top:50px;
}
.caleditbtn a {
	display:inline-block;
	font-size:16px;
	color:#3b5999;
	font-weight:300;
	padding-left:27px;
	background:url(../images/edit-calende-icon.png) 0 2px no-repeat;
}
.caleditbtn a:hover {
	text-decoration:underline;
}
.employe-list {
	padding:8px 0 0 0;
}
.employe-list ul {
	margin:0 0 0 -30px;
	padding:0;
}
.employe-list ul li {
	margin:0;
	padding:30px 0 0 30px;
	list-style:none;
	float:left;
	width:25%;
}
.employe-list ul li:nth-child(4n+1) {
	clear:both;
}
.employe-box {
	position:relative;
	overflow:hidden;
}
.employe-img > img {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.employe-text {
	background:rgba(46,75,137,0.95);
	padding:15px 5px 12px 16px;
	position:absolute;
	left:0;
	bottom:0;
	right:0;
}
.employe-text h4 {
	font-size:16px;
	line-height:22px;
	color:#ffffff;
	margin:0;
	font-family: 'gotham_htfbook';
	font-weight:bold;
}
.employe-text h4 a {
	color:#ffffff;
}
.employe-text h4 a:hover {
	text-decoration:underline;
}
.employe-text p {
	font-size:14px;
	line-height:20px;
	color:#99aed7;
	margin:0;
	font-family: 'gotham_htfbook';
	font-weight:normal;
}
.employe-list ul li a:hover .employe-img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.nursing-prog > p {
	margin:0 auto;
	max-width:760px;
	font-size:16px;
	line-height:23px;
	color:#666666;
	font-weight:300;
	text-align:center;
}
.health > p {
	margin:0 auto;
	max-width:760px;
	font-size:16px;
	line-height:23px;
	color:#666666;
	font-weight:300;
	text-align:center;
}
.healthvdo ul {
	margin:0 0 0 -30px;
	padding:0;
}
.healthvdo ul li {
	margin:0;
	padding:30px 0 0 30px;
	list-style:none;
	float:left;
	width:25%;
}
.healthvdo-box a {
	position:relative;
	display:block;
}
.healthvdo-box a:after {
	background:url(../images/video-icon.png) no-repeat;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	content:"";
	width:49px;
	height:33px;
	margin:-28px auto;
}
.health .more-btn {
	padding:50px 0 0 0;
	text-align:center;
}
.faqacc {
	display:block;
	width:100%;
	margin:-20px 0 0 0;
}
.faqacc .accordion-section {
	border-bottom:1px solid #e8e8e8;
	display:block;
	width:100%;
	padding:20px 0;
}
.faqacc .accordion-section > a {
	padding:0px 50px 0px 0;
	display:block;
	width:100%;
	line-height:33px;
	position:relative;
	font-size:20px;
	font-weight:500;
	font-family:'gotham_htfbook';
	color:#3b5999;
}
.faqacc .accordion-section > a:after {
	content:"";
	position:absolute;
	top:0;
	background:url(../images/faq-icon.png) center no-repeat;
	border:1px solid #ededed;
	width:32px;
	height:32px;
	border-radius:50%;
	right:0;
}
.faqacc .accordion-section a.active:after {
	background:url(../images/faq-act-icon.png) center no-repeat;
}
.accordion-section-content {
	display:none;
}
.accordion-section-content.open {
	display:block;
}
.accordion-section-content p {
	color:#35383f;
	font-weight:300;
	font-size:15px;
	line-height:28px;
	margin:0px;
	padding:23px 0 5px 0;
}
.accordion-section-content p:first-child {
	padding-top:10px;
}
.faqacc .accordion-section:last-child {
	padding-bottom:0;
	border-bottom:0;
}
.career > p {
	text-align:center;
	margin:0 auto;
	font-size:16px;
	line-height:23px;
	color:#666666;
	font-weight:300;
	max-width:990px;
}
.career-list {
	padding:36px 0 0 0;
}
.career-list:after {
	clear:both;
	display:block;
	content:"";
	visibility:hidden;
}
.career-box {
	float:left;
	width:50%;
	padding:0 40px 40px 0;
}
.career-box:nth-child(2n+1) {
	clear:both;
}
.career-box h3 {
	margin:0;
	font-size:24px;
	line-height:30px;
	color:#2e4b89;
	font-family:'gotham_htfbook';
	font-weight:bold;
	padding-bottom:8px;
}
.career-box h3 a {
	color:#2e4b89;
}
.career-box h3 a:hover {
	color:#4acb6f;
}
.career-box p {
	margin:0;
	font-size:15px;
	line-height:23px;
	color:#666666;
	font-weight:300;
}
.career-box p strong {
	text-decoration:underline;
	display:block;
	color:#3b5999;
}
.career-box p a {
	color:#3b5999;
}
.career-box p strong a:hover {
	color:#666666;
}
.jobapp {
	padding:12px 0 0 0;
}
.jobapp h2 {
	margin:0;
	font-size:40px;
	color:#2e4b89;
	text-align:center;
	font-family:'gotham_htfbook';
	font-weight:300;
}
.jobapp h2 strong {
	font-weight:bold;
}
.jobapp-form {
	padding:26px 0 0 0;
}
.jobapp-form .frm-row-1 {
	margin:0 -5px;
}
.jobapp-form .frm-box {
	float:left;
	width:33.33%;
	padding:0 5px;
}
.jobapp-form .frm {
	padding-bottom:10px;
}
.jobapp-form input {
	font-size:16px;
	color:#666666;
	font-weight:300;
	background:#f0f0f0;
	height:50px;
	padding:0 20px;
	border-radius:4px;
	border:none;
}
.jobapp-form textarea {
	font-size:16px;
	color:#666666;
	font-weight:300;
	background:#f0f0f0;
	min-height:100px;
	padding:15px 20px;
	border-radius:4px;
	border:none;
}
.jobapp-form textarea:focus {
	background:#f9f9f9;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.2);
}
 .jobapp-form input::-webkit-input-placeholder, .jobapp-form textarea::-webkit-input-placeholder {
 color:#666666;
 opacity:1;
}
 .jobapp-form input::-moz-placeholder, .jobapp-form textarea::-moz-placeholder {
 color:#666666;
 opacity:1;
}
 .jobapp-form input:-ms-input-placeholder, .jobapp-form textarea:-ms-input-placeholder {
 color:#666666;
 opacity:1;
}
.brws-btn .frm {
	background:#f0f0f0;
	height:50px;
	padding:0 5px;
	border-radius:4px;
	position:relative;
	overflow:hidden;
}
.brws-btn input {
	position:absolute;
	opacity:0;
	width:100%;
}
.brws-btn span.file-name {
	font-size:16px;
	color:#666666;
	font-weight:300;
	line-height:48px;
}
.brws-btn span.file-name strong {
	font-size:17px;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	background:#4acb6f;
	padding:9px 25px 10px 25px;
	border-radius:3px;
	margin-right:10px;
}
.submit-btn {
	text-align:center;
	padding:20px 0 0 0;
}
.submit-btn input[type="submit"] {
	font-size:17px;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	background:#3b5999;
	height:50px;
	padding:0 35px;
	border-radius:4px;
}
.submit-btn input[type="submit"]:hover {
	background:#01b9d1;
}
.contact {
	border-bottom:1px solid #eaeaea;
	padding:0 0 60px 0;
}
.contact-left {
	float:left;
	width:50%;
	padding:0 44px 0 0;
}
.contact-left h2 {
	margin:0;
	font-size:40px;
	color:#2e4b89;
	font-family:'gotham_htfbook';
	font-weight:300;
}
.contact-left h2 strong {
	font-weight:bold;
}
.contact-form {
	padding:18px 0 0 0;
}
.contact-form .frm-row-1 {
	margin:0 -5px;
}
.contact-form .frm-box {
	float:left;
	width:50%;
	padding:0 5px;
}
.contact-form .frm {
	padding-bottom:10px;
}
.contact-form input {
	font-size:16px;
	color:#666666;
	font-weight:300;
	height:50px;
	padding:0 20px;
	background:#f0f0f0;
	border:none;
	border-radius:4px;
}
.contact-form textarea {
	font-size:16px;
	color:#666666;
	font-weight:300;
	min-height:100px;
	padding:15px 20px;
	background:#f0f0f0;
	border:none;
	border-radius:4px;
}
.contact-form textarea:focus {
	background:#f9f9f9;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.2);
}
 .contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
 color:#666666;
 opacity:1;
}
 .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
 color:#666666;
 opacity:1;
}
 .contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
 color:#666666;
 opacity:1;
}
.contact-left .submit-btn {
	text-align:left;
	padding:10px 0 0 0;
}
.contact-left .submit-btn input[type="submit"] {
	background:#4acb6f;
}
.contact-left .submit-btn input[type="submit"]:hover {
	background:#3b5999;
}
.contact-right {
	float:right;
	width:50%;
	padding:0 50px;
}
.get-in {
	padding:0 0 16px 0;
}
.get-in h3 {
	margin:0;
	font-size:22px;
	line-height:26px;
	color:#3b5999;
	font-family:'gotham_htfbook';
	font-weight:500;
	padding-bottom:18px;
}
.get-in-box {
	padding-bottom:11px;
}
.get-in-box p {
	margin:0;
	font-size:16px;
	line-height:26px;
	color:#333333;
	font-family:'gotham_htfbook';
	font-weight:normal;
	padding-left:22px;
}
.get-in-box p a {
	color:#333333;
}
.get-in-box p a:hover {
	color:#4acb6f;
}
.cont-add p {
	background:url(../images/contact-info-icon1.png) 0 6px no-repeat;
}
.cont-email p {
	background:url(../images/contact-info-icon2.png) 0 8px no-repeat;
}
.cont-call p {
	background:url(../images/contact-info-icon3.png) 0 8px no-repeat;
}
.cont-fax p {
	background:url(../images/contact-info-icon4.png) 0 8px no-repeat;
}
.ofc-hour h3 {
	margin:0;
	font-size:22px;
	line-height:26px;
	color:#3b5999;
	font-family:'gotham_htfbook';
	font-weight:500;
	padding-bottom:18px;
}
.hour-box {
	padding-bottom:10px;
}
.hour-box p {
	margin:0;
	font-size:16px;
	line-height:26px;
	color:#333333;
	font-family:'gotham_htfbook';
	font-weight:normal;
	padding-left:22px;
	background:url(../images/contact-info-icon5.png) 0 7px no-repeat;
}
.ofc-hour > p {
	margin:0;
	font-size:16px;
	color:#333333;
	font-family:'gotham_htfbook';
	font-weight:300;
	padding:0 0 0 22px;
}
.cont-map {
	padding:56px 0 0 0;
}
.cont-map iframe {
	display:block;
	height:350px;
	width:100%;
	border-radius:4px;
}
body, html {
	height:100%;
}
.main-out {
	height:100%;
}
.mason {
	display:table;
	width:100%;
	height:100%;
	text-align:center;
	padding:20px 0;
	background:url(../images/landing-page-bg.jpg) no-repeat;
	background-size:cover;
}
.mason-row {
	display:table-row;
}
.mson-cell {
	display:table-cell;
	vertical-align:middle;
}
.landing-wrap {
	max-width:1200px;
	margin:0 auto;
	padding:0 30px;
}
.mason h2 {
	margin:0;
	font-size:60px;
	color:#ffffff;
	font-family:'gotham_htfbook';
	font-weight:bold;
	padding:15px 0 3px 0;
}
.mason h6 {
	margin:0;
	font-size:15px;
	line-height:24px;
	color:#ffffff;
	font-weight:normal;
}
.mason-logo {
	padding:42px 0 45px 0;
}
.mason-logo ul {
	margin:0 -15px;
	padding:0;
}
.mason-logo ul li {
	margin:0;
	padding:0 15px;
	list-style:none;
	float:left;
	width:25%;
}
.mason-box {
	background:#ffffff;
	padding:30px 10px 32px 10px;
	position:relative;
}
.mason-box h4 {
	margin:0;
	font-size:18px;
	color:#000000;
	font-family:'gotham_htfbook';
	font-weight:bold;
	padding:29px 0 0 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.mason-box h4 a {
	color:#000000;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.mason h3 {
	margin:0 auto;
	max-width:600px;
	font-size:32px;
	line-height:40px;
	color:#ffffff;
	font-family:'gotham_htfbook';
	font-weight:bold;
	padding-bottom:23px;
}
.mason p {
	margin:0 auto;
	max-width:960px;
	font-size:15px;
	line-height:24px;
	color:#d0c5ea;
	font-weight:normal;
	padding-bottom:15px;
}
.mason-box:after {
	position:absolute;
	left:0;
	right:0;
	top:100%;
	content:"";
}
.mason-a:after {
	border-bottom:3px solid #284e7e;
}
.mason-b:after {
	border-bottom:3px solid #3b5999;
}
.mason-c:after {
	border-bottom:3px solid #64b1ce;
}
.mason-d:after {
	border-bottom:3px solid #9c2227;
}
.mason-logo-img {
	position:relative;
	bottom:0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.mason-logo ul li a:hover .mason-logo-img {
	bottom:10px;
}
.mason-logo ul li a:hover .mason-a h4, .mason-logo ul li a:hover .mason-a h4 a {
	color:#d0ad7f;
}
.mason-logo ul li a:hover .mason-b h4, .mason-logo ul li a:hover .mason-b h4 a {
	color:#3b5999;
}
.mason-logo ul li a:hover .mason-c h4, .mason-logo ul li a:hover .mason-c h4 a {
	color:#64b1ce;
}
.mason-logo ul li a:hover .mason-d h4, .mason-logo ul li a:hover .mason-d h4 a {
	color:#6b0000;
}
/* V.R. 21-9-2016 */
.mfp-inline-holder > .mfp-content {
	max-width:90%;
}
.employee-detail-block {
	background:#FFFFFF;
	padding:30px;
	margin:0 auto;
	float:left;
}
.employee-detail-block > .employee-image {
	float:left;
	width:24%;
	margin:0 20px 20px 0;
}
.employee-detail-block > .employee-content.fix-width {
	width:74%;
}
.employee-detail-block > .employee-content {
	float:left;
}
.employee-detail-block > .employee-content .employee-title h4 {
	font-size:32px;
	color:#2e4b89;
	font-family: 'gotham_htfbook';
	margin:0;
	font-weight:bold;
}
.employee-detail-block > .employee-content .employee-title h4 strong {
	font-size:20px;
	color:#30b556;
	display:block;
	font-weight:normal;
	padding:3px 0 0 0;
}
.employee-detail-block > .employee-content p {
	font-size:16px;
	line-height:23px;
	color:#666666;
	font-weight:300;
}
.page-id-135 .contact .contact-left h3 {
	margin:30px 0 0;
	font-size:24px;
	line-height:26px;
	color:#3b5999;
	font-family:'gotham_htfbook';
	font-weight:400;
}
.wpcf7-mail-sent-ok {
	display:none !important;
}
.page-id-21 .abttop-cnt p {
	font-size:14px;
	line-height:25px;
	color:#666666;
	font-weight:300;
	margin:0;
	padding-bottom:22px;
}
.page-id-21 .abttop-cnt p strong {
	font-size:14px;
	line-height:25px;
	color:#666666;
	font-weight:500;
	margin:0;
	padding-bottom:22px;
}
.page-id-21 .abttop-cnt h3 {
	margin:0;
	font-size:20px;
	line-height:25px;
	color:#666666;
	font-weight:500;
	padding:15px 0 22px 0;
}
.page-id-21 .abttop-cnt {
	padding:50px 0 0 0;
}
.page-id-21 .abttop-cnt:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:"";
}
.page-id-21 .abttop-cnt .alignright {
	margin:4px 0 16px 35px;
}
/* V.R. 22-9-2016 */
.content .wp-pagenavi {
	padding-top: 40px;
	text-align: center;
}
.content .wp-pagenavi > a, .content .wp-pagenavi > span.current {
	color:#fff;
	padding:10px;
	font-size:16px;
	font-weight:bold;
}
.content .wp-pagenavi > a, .content .wp-pagenavi > span.current:hover {
	background:#01b9d1;
	border:1px solid #2e4b89;
}
.content .wp-pagenavi > a:hover, .content .wp-pagenavi > span.current {
	background:#2e4b89;
	border:1px solid #01b9d1;
	text-decoration:underline;
}
.hdrtop-link ul li.current-menu-item a {
	text-decoration:underline;
}
.nav ul li.current-menu-item > a {
	background:#d0ad7f;
}
.foot-nav ul li.current-menu-item a {
	color:#febc44;
}
.brws-btn span.your-resume input.wpcf7-file {
	width:120px;
}
.content > .wrap-in > .latestnz.blog-list-page {
	padding-bottom:0;
}
.submit-btn .bwp-recaptcha.g-recaptcha > div {
	margin:0 auto;
}
/* V.R. 23-9-2016 */
.post-title {
	margin-bottom:20px;
}
.post-title h2 {
	font-size:30px;
	color:#2e4b89;
	font-family: 'gotham_htfbook';
	font-weight:bold;
	padding:3px 0 0 0;
	margin:0;
}
.post-title p {
	font-size:20px;
	color:#30b556;
	font-family: 'gotham_htfbook';
	font-weight:normal;
	padding-left:16px;
	background:url(../images/news-date-icon.png) 0 center no-repeat;
}
.single-post .abttop-cnt {
	padding-top:0;
}
.single-post .abttop {
	padding-bottom:0;
	border-bottom:none;
}
.footer .footer-wd309-logo {
	float:right;
	margin-right:30px;
}
.page-id-23 .emrgncy > .emrgncy-top > .emrgncy-btm {
	padding-top:26px;
}
/* footer newsletter css */
.newsletter-bg .widget_wysija h3 {
	float:left;
	padding-right:20px;
}
.newsletter-bg .widget_wysija p.wysija-paragraph {
	margin:0;
}
.newsletter-bg .widget_wysija p.wysija-paragraph input.wysija-input {
	float:left;
	width:282px;
	max-height:47px;
	border: 1px solid #d7ecf9;
	border-radius: 3px;
	color: #7c94c5;
	font-size: 15px;
	font-weight: normal;
	margin:0px;
}
.newsletter-bg .widget_wysija p.wysija-paragraph input.wysija-input:focus {
	background: #f9f9f9 none repeat scroll 0 0;
	border-color: #0eb1fe;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.newsletter-bg .widget_wysija .wysija-submit {
	float:right;
	font-size:17px;
	color:#ffffff;
	font-family:'Lato', sans-serif;
	font-weight:bold;
	background:#3b5999;
	height:47px;
	padding:0 16px;
	border-radius:3px;
	text-transform:none;
	margin:0px;
}
.newsletter-bg .widget_wysija input.wysija-submit:hover {
	background: #01b9d1 none repeat scroll 0 0;
}
.newsletter-bg .widget_wysija p.wysija-checkbox-label {
	color: #3b5999;
	font-family: "gotham_htfbook";
	font-size: 16px;
	font-weight: 500;
	margin-top: 1px;
	padding:0px 0px 0px 20px;
	position:absolute;
	display:inline-block;
	cursor:default;
}
.newsletter-bg .widget_wysija p.wysija-checkbox-paragraph {
	display:inline-block;
	padding:28px 0px 0px 20px;
	margin-top:0;
	margin-bottom:0;
}
.newsletter-bg .widget_wysija p.wysija-checkbox-paragraph .wysija-checkbox {
	color: #666666;
	font-size: 15px;
	font-weight: normal;
}
/*D.M. 28-09-2016 */
.water-page {
	padding:0;
}
.page .abttop-cnt .water-ul-li ul li a, .restaurantscores ul li a {
	background: #01b9d1;
	border-radius: 20px;
	padding: 8px 24px 8px 24px;
	color:#ffffff;
}
.page .abttop-cnt .water-ul-li ul li a:hover {
	background: #2e4b89;
}
.page .abttop-cnt .water-ul-li ul li, .restaurantscores ul li {
	margin: 0;
	padding: 10px 0 10px 32px;
	list-style: none;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #444444;
	font-family: 'gotham_htfbook';
	font-weight: normal;
	font-weight: 500;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.form-txt {
	float: left;
	width: 40%;
}
/**12-10-2016**/
.nav > ul > li > ul {
	display:none;
}
.nav > ul > li:hover > ul {
	display:block;
}
.nav > ul > li > ul > li > ul {
	position:absolute;
	left:100%;
	top:-8px;
	display:none !important;
	padding:8px 0;
}
.nav > ul > li > ul > li {
	position:relative;
}
.nav > ul > li > ul > li:hover > ul {
	display:block !important;
}
.nav ul li.current-menu-ancestor > a {
	background:#d0ad7f;
}
/*Restaurant Sores Page Css R.O 14-10-2016 **/
.restaurant-scores-detail {
	padding: 47px 0 5px;
}
.restaurant-scores-detail table {
	border: 1px solid #ededed;
	border-collapse: collapse;
	width: 100%;
}
.restaurant-scores-detail table tr:first-child::before {
	background: #f5f5f5 none repeat scroll 0 0;
}
.restaurant-scores-detail table tr::before {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: relative;
	width: 15px;
	z-index: 999;
}
.restaurant-scores-detail table tr:first-child::after {
	background: #f5f5f5 none repeat scroll 0 0;
}
.restaurant-scores-detail table tr::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	right: 0;
	width: 15px;
	z-index: 999;
}
.restaurant-scores-detail table tr:first-child {
	background: #f5f5f5 none repeat scroll 0 0;
}
.restaurant-scores-detail table tr {
	position: relative;
}
.employe-list .restaurant-scores-detail table tr th {
	color: #3b5999;
	padding: 20px 0;
}
.restaurant-scores-detail table tr td, .restaurant-scores-detail table tr th {
	color: #666666;
	font-size: 19px;
	font-weight: 500;
	line-height: 25px;
	padding: 22px 0;
	text-align: left;
}
/*Restaurant Sores Page Css end **/
/*R.O 14-10-2016 */
.abttop-cnt.no-title-content-new {
	padding: 0;
}
.page-id-357 .pres-cal .caleditbtn {
	right: 0;
	top: 20px;
}
.accordion-section-content ul li, .abttop-cnt ul li, .about-sec ul li, .emrgncy-btm ul li{
	background: rgba(0, 0, 0, 0) url("../images/envir-health-list-icon.png") no-repeat scroll 0 8px;
	color: #444444;
	font-family: "gotham_htfbook";
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	list-style: outside none none;
	margin:0;
	padding:10px 0 10px 32px;
}
.abtbtm ul li {
	background: rgba(0, 0, 0, 0) url("../images/envir-health-list-icon.png") no-repeat scroll 0 13px;
	color: #444444;
	font-family: "gotham_htfbook";
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	list-style: outside none none;
	margin:0;
	padding:10px 0 10px 32px;
}
/*D.M. 18-10-2016 */
.default-page ul, .pdf-form ul, .abttop-cnt ul {
	margin: 0;
	padding: 0 0 22px 0;
}
.emrgncy h3, .default-page h3, .pdf-form h3, .abttop-cnt h3 {
	font-size: 20px;
	color: #2e4b89;
	font-family: 'gotham_htfbook';
	font-weight: 500;
	margin: 0;
	padding-bottom: 10px;
}
.abtbtm ul li {
	float:left;
	width:50%;
}
.abtbtm ul {
	margin: 0;
	padding: 0 0 22px 0;
	overflow: hidden;
}
ol {
	margin:0;
	padding:0;
}
ol li {
	margin: 0;
	padding: 10px 0 2px 32px;
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #444444;
	font-family: 'gotham_htfbook';
	font-weight: normal;
	font-weight: 500;
}
ol li:last-child {
	padding-bottom:22px;
}
.default-page .ul-two-col li, .pdf-form .ul-two-col li, .abttop-cnt .ul-two-col li {
	display:inline-block;
	width:49%;
}
.default-page .ul-three-col li, .pdf-form .ul-three-col li, .abttop-cnt .ul-three-col li {
	display:inline-block;
	width:33%;
}
.default-page a, .pdf-form a, .abttop-cnt a, .abtbtm a, .ofc-hour a, .env-health a, .about p a,.contact a {
	color: #333333;
	font-weight:bold;
}
.default-page a:hover, .pdf-form a:hover, .abttop-cnt a:hover, .abtbtm a:hover, .accordion-section-content a:hover, .ofc-hour a:hover, .env-health a:hover, .about p a:hover {
	color: #4acb6f;
}
.default-page p, .pdf-form p, .abttop-cnt p {
	color:#666666;
}
.restaurant-scores-detail table tr td {
	border-bottom: 1px solid #ededed;
}
/*D.M. 19-10-2016 */
.ep-subtitle {
	padding-bottom:22px;
}
/*J.m 20-10-2016 */
.emrgncy a {
	color: #3358a6;
	text-decoration: underline;
}
.emrgncy a:hover {
	color: #555555;
}
.abttop-cnt .more-btn a, .abttop-cnt .more-btn a:hover {
	color:#ffffff;
}
.pres-cal #calendar .fc-view-container .fc-basic-view table .fc-head tr td.fc-head-containe {
	background:#E6E6E6;
}
/* Z.M. 20-10-2016 */
.pres-cal .fc-event, .pres-cal .fc-event-dot {
	background-color: #3b5999;
}
.pres-cal .fc-event {
	border: 1px solid #3b5999;
}
/*D.M. 21-10-2016  event calendar css*/
.pres-cal thead.fc-head tr td {
	padding: 20px 0;
	background: #e6e6e6;
}
.pres-cal {
	font-size: 20px;
	text-transform: uppercase;
	padding: 34px 110px;
	position: relative;
	text-align: center;
}
.fc-toolbar {
	font-size: 18px;
}
.fc-content {
	font-size: 16px;
	text-transform: none;
}
.fc-toolbar h2 {
	padding-top:6px;
	font-weight: 500;
}
.pres-cal .fc th {
	border-style:none;
}
.pres-cal table tr:first-child th {
	border-top: 0;
}
.pres-cal table tr:last-child td {
	border-bottom: 0;
}
.pres-cal table tr td:first-child, .pres-cal table tr th:first-child {
	border-left: 0;
}
.pres-cal table tr td:last-child, .pres-cal table tr th:last-child {
	border-right: 0;
}
.pres-cal table tr td {
	border-color:#f0f0f0;
}
.pres-cal span.fc-day-number {
	padding-right: 10px;
	padding-top: 10px;
	color:rgba(102, 102, 102, 0.9);
}
.pres-cal a.fc-more {
	background-color: #3b5999;
	color: #FFF;
	padding-right: 56px;
	border-radius: 4px;
	padding-left: 2px;
	text-decoration: none;
	text-transform: capitalize;
}
.pres-cal a.fc-more:hover {
	text-decoration:none;
}
.pres-cal .fc-toolbar .fc-left {
	padding-left: 300px;
}
.pres-cal .fc-toolbar .fc-right {
	padding-right: 300px;
}
.pres-cal .fc-left button, .pres-cal .fc-right button {
	background: none;
	font-size: 21px;
	color: #ccc;
	padding: 0;
	border:none;
	box-shadow:none;
	text-shadow:none;
}
/*==== event calendar css end ====*/
/*J.M 03-11-2016*/
#test-modal h2 {
	color: #2e4b89;
	font-family: "gotham_htfbook";
	font-size: 32px;
	font-weight: bold;
	margin: 0;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: 50%;
	margin: 20px auto;
	border-radius:10px;
}
/*D.M. 03-11-2016 */
.page-id-391 .page-title-bg .wrap-in {
	width:70%;
}
.page-id-391 .page-title-bg {
	padding:40px 0;
}
/*D.M. 04-11-2016 */
.marquee {
	background: #2e4b89;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
}
.js-marquee p {
	display:inline;
}
.js-marquee > p::after {
	content: "|";
	padding: 0 20px;
}
.js-marquee > p:last-child::after {
	content: " ";
}
.career-oppo {
	padding:50px 0;
}
.senior-care-list ul li {
	display:inline-block;
	float:none;
	vertical-align:top;
}
.senior-cares {
	text-align:center;
}
.seniortext {
	text-align:left;
	min-height:200px;
}
/*D.M. 09-11-2016 */
.post-title h2 {
	padding-bottom:10px;
}
.aligncenter {
	text-align:center;
}
.employee-detail-block h5 {
	font-size: 20px;
	color: #2e4b89;
	font-family: 'gotham_htfbook';
	font-weight: 500;
	margin: 0;
}
.employee-detail-block a {
	color: #333333;
	font-weight:bold;
}
.employee-detail-block a:hover {
	color: #4acb6f;
}
/* Z.M. 09-11-2016 */
.latestnz-list ul {
	text-align: center;
}
.latestnz-list ul li {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 24%;
	text-align:left;
}
.latestnz-list .latestnz-text h3 {
	min-height: 40px;
}
.wrap-in .about-new-cls .abttop-cnt li {
	line-height: 15px;
}
/* Z.M. 11-11-2016 */
.tax-faqs_categories .accordion-section-content ul li {
	background: rgba(0, 0, 0, 0) url("../images/envir-health-list-icon-faq.png") no-repeat scroll 0 13px;
	color: #35383f;
	font-size: 15px;
	font-weight: 300;
	line-height: 28px;
	margin: 0;
	padding: 7px 0 10px 32px;
	font-family:"Roboto", sans-serif;
}
/*J.M 11-11-2016*/
.career-oppo .accordion-section .caropp-downbtn {
	padding-top:10px;
}
.career-oppo .accordion-section .caropp-downbtn a {
	background: #01b9d1 none repeat scroll 0 0;
	border-radius: 20px;
	color: #ffffff;
	padding: 8px 24px;
	font-weight:600;
}
.career-oppo .accordion-section .caropp-downbtn a:hover {
	background:#2e4b89 none repeat scroll 0 0;
}
/*D.M. 30-11-2016 */
.bottom-info {
	position:fixed;
	right:10px;
	bottom:10px;
	width:20%;
	background-color:#3b5999;
	color:#fff;
	padding:20px;
	border-radius:10px;
	z-index:1;
	display:none;
}
.bottom-info button.close-btn {
	float:right;
	top:-5px;
	width:30px;
	height:30px;
	font-size:25px;
	padding:0;
	background:#4acb6f;
	border-radius:4px;
}
.bottom-info h2 {
	margin:5px 0 0;
}
.bottom-info p {
	font-weight:400;
}
button.close-btn:hover {
	background:#464552;
	color:#fff;
}
/*D.M. 01-12-2016 */
ul li strong {
	color:#000000;
}
/*D.M. 15-12-2016 */
ol.col-2 {
	overflow:hidden;
	list-style-position:inside;
}
ol.col-2 li {
	width:50%;
}
/*J.M. 28-12-2016 */
.presentation .title p {
	text-align:center;
	max-width:760px;
}
.presentation p {
	max-width:none;
	text-align:left;
	padding-bottom: 0;
}
.presentation p a {
	color:#333333;
}
.presentation p a:hover {
	color:#4acb6f;
}
.presentation ul li {
	font-size:16px;
	padding:10px 0 0px 32px;
}
/*D.M. 30-12-2016 */
.faqcat h2 {
	font-size: 30px;
	color: #000;
	font-family: 'gotham_htfbook';
	font-weight: bold;
	margin: 0;
}
.faqcat {
	padding-bottom:50px;
	border-bottom: 2px dotted #000;
	margin-bottom: 50px;
}
.faqcat:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom:0;
}
.page-id-394 .form-btn {
	padding-top:17px;
}
/*D.M. 17-01-2017 */
.go-back {
	margin:20px 0 0 0;
}
.go-back a:hover {
	color:#fff;
	background:#2e4b89;
}
.go-back a {
	background: #01b9d1;
	border-radius: 30px;
	line-height: 17px;
	padding: 10px 24px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	float: right;
}
/*D.M. 25-01-2017 */
.bbo-img img {
	padding: 0 0 30px 0;
}
.bbo-img:last-of-type img {
	padding: 0;
}
/*** D. M. 1-03-2017 **/
.pres-cal .fc-toolbar .fc-center {
	width:100%;
	text-align:center;
}
.pres-cal .fc-prev-button.fc-button.fc-state-default {
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
	background:none;
	border:none;
	box-shadow:none;
	color:#ccc;
}
.pres-cal .fc-toolbar h2 {
	display:inline-block;
	margin:0;
	vertical-align:middle;
	padding:0;
}
.pres-cal .fc-next-button.fc-button.fc-state-default {
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 15px;
	background:none;
	border:none;
	box-shadow:none;
	color:#ccc;
}
.pres-cal .fc-toolbar .fc-center div {
	float:none;
}
.accordion-section-content a {
	color:#333333;
	font-weight:bold;
}
/** D.M. 03-03-2017 **/
.bottom-btn a {
    background: #01b9d1;
    border-radius: 20px;
    padding: 8px 24px 8px 24px;
    color: #ffffff;
    margin: 0 30px 0 0;
}
.bottom-btn a:last-child {
    margin: 0;
}
.bottom-btn a:hover {
    background: #2e4b89;
	color:#fff;
}
.contact-extra {
    padding: 40px 0 60px 0;
}
.banner-text { background:rgba(255, 255, 255, 0.8); padding:20px; position:absolute; top:50%; width:39%; }
.page-id-826 .page-title-bg{ position:relative; } 
.page-id-826 .page-title-bg:after{ background:rgba(255, 255, 255, 0.35); position:absolute; top:0; left:0; height:100%; content:""; width:100%;}
.page-id-826 .page-title-bg h1 { position:relative; z-index:11; }
/** D.M. 06-03-2017 **/
.head-social{ float:right; padding: 4px 0 0 30px; }
.head-social a.soc-1 {
    background-position: 0 0;
}
.head-social a {
    background: url(../images/footer-social.png) no-repeat;
    height: 30px;
    width: 30px;
    float: left;
    margin-left: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.head-social a.soc-1:hover {
    background-position: 0 bottom;
}
.about-map {
    border-top: 1px solid #eaeaea;
    padding: 56px 0 0 0;
    margin: 60px 0 0 0;
}
.hdphonelink a {
    float: left;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    line-height: 37px;
    font-size: 14px;
    color: #666;
    position: relative;
    padding: 0px 25px 0px 45px;
    font-weight: 400;
}
.hdphonelink{ float:left; padding: 0 0 0 20px;}
.hdphonelink a:after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 22px;
    background: url(../images/foot-info-icon2.png) no-repeat 0 0;
    width: 13px;
    height: 12px;
    content: "";
}
.newsletter-bg .widget_wysija p.wysija-paragraph input.wysija-input{ width:67%; }
.newsletter-bg .widget_wysija_cont .updated, 
.newsletter-bg .widget_wysija_cont .login .message{ border: none; background: transparent;}
.newsletter-bg .widget_wysija_cont .allmsgs li{
    font-size: 15px;
    color: #2e4b89;
    font-family: 'gotham_htfbook';
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.jobapp-form select {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    background: #f0f0f0;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    border: none;
	width:100%;
}
.jobapp .pro-select{ padding-bottom:0; }
.event-dtl{ float: left;width: 50%; }
.eventorganiser-event-meta .event-dtl .eo-event-meta{ width:100% }
.eventorganiser-event-meta{ 
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 30px 0;
}
/*D.M. 09-03-2017*/
body.single-event .eventorganiser-event-meta .eo-event-venue-map{width:50%; overflow:hidden;} 
/*D.M. 10-03-2017*/
.eo-event-venue-map .qtip-content{ padding:15px; font-size:14px; line-height:15px;}
/*D.M. 20-03-2017*/
.emrgncy a, .emrgncy ul li a {color: #333333;font-weight: bold;text-decoration: none;}
.emrgncy a:hover,.emrgncy ul li a:hover {color: #4acb6f;}
.emrgncy ul li:nth-child(2n-1){ width:60%; }
.emrgncy ul li{ float:left; padding:5px 0 10px 32px; }
.emrgncy ul{ overflow:hidden; padding: 0 0 20px 0; }
/*J.M 29-03-2017*/
.envir-bg h3,.envir-bg h4 ,.envir-bg h5, .envir-bg h6 {  color: #ffffff;font-family: "gotham_htfbook";font-weight: bold;margin: 0;padding-bottom: 9px;}
.envir-bg h3{ font-size: 28px;}
.envir-bg h4{ font-size: 24px;}
.envir-bg h5{ font-size: 18px;}
.envir-bg h6{ font-size: 16px;}
/*D.M. 28-04-2017 */
.bottom-info a{ color:#fff; font-weight:bold; }
.bottom-info a:hover{ color:#4acb6f; }
/*KP 26-11-2018*/
.privacy-page ol {counter-reset:item; margin-bottom: 15px;}
.privacy-page ol>li {list-style-type:none;counter-increment:item;font-size: 15px;line-height: 27px;    font-weight: 300;padding: 0;}
.privacy-page ol>li:before {display:inline-block;font-weight:bold; text-align:right; content:counter(item) "."; padding-right: 05px;color: #2e4b89;}
.privacy-page .privacy-inner{ padding-left: 30px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:20px;}
.privacy-page h2{font-size: 24px; color: #2e4b89; font-family: 'gotham_htfbook'; font-weight: 500; margin: 0;padding-bottom: 10px;}
.default-page .privacy-page ul{ padding: 0 0 10px 0;}