/* @import url(google fonts, icons, etc.);*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

@font-face {
    font-family: 'chaletmedium';
    src: url(../fonts/chaletparisnineteensixty-webfont.eot);
    src: url(../fonts/chaletparisnineteensixty-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/chaletparisnineteensixty-webfont.woff2) format('woff2'),
         url(../fonts/chaletparisnineteensixty-webfont.woff) format('woff'),
         url(../fonts/chaletparisnineteensixty-webfont.ttf) format('truetype'),
         url(../fonts/chaletparisnineteensixty-webfont.svg#chaletmedium) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'chaletbold';
    src: url(../fonts/chaletnewyorknineteensixty-webfont.eot);
    src: url(../fonts/chaletnewyorknineteensixty-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/chaletnewyorknineteensixty-webfont.woff2) format('woff2'),
         url(../fonts/chaletnewyorknineteensixty-webfont.woff) format('woff'),
         url(../fonts/chaletnewyorknineteensixty-webfont.ttf) format('truetype'),
         url(../fonts/chaletnewyorknineteensixty-webfont.svg#chaletmedium) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'journalregular';
    src: url(../fonts/journal-webfont.eot);
    src: url(../fonts/journal-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/journal-webfont.woff) format('woff'),
         url(../fonts/journal-webfont.ttf) format('truetype'),
         url(../fonts/journal-webfont.svg#journalregular) format('svg'); 
    font-weight: normal;
    font-style: normal;
}

/* DROPDOWNS */
.select {
	position:relative;
	margin:0 0 10px;
}
.select p,
.select a {
	cursor:pointer;
}
.select p {
	position: relative;
	display: block;
	overflow: hidden;
	font-family: 'Proxima-Nova', Helvetica, sans-serif;
	font-size:19px;
	font-weight:400;
	line-height: normal;
	background:#fff;
	border: 2px solid #2e71b6;
	padding: 14px;
	text-decoration: none;
	white-space: nowrap;
	height: 54px;
	color: #f48343 !important;
}
.select p strong {
	font-weight:400;
}
.select .open {
	border: 2px solid #2e71b6;
	background-clip: padding-box;
}
.select p b {
	width:48px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background: url(../images/search-arrow.png) no-repeat 0px 20px;
}
.select .open b {
	background-position: 18px 20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.select .dropdown {
	margin-top:-1px;
	position:absolute;
	top:100%;
	left:0;
	z-index:1010;
	border-top:0;
	padding:0;
	overflow:hidden;
	width:100%;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select ul {
	color: #292929;
	background:#fff;
	border: 2px solid #2e71b6;
	border-radius: 0 0 4px 4px;
	border-top:none;
	position:relative;
	overflow-x:hidden;
	overflow-y:auto;
	max-height:240px;
	-webkit-overflow-scrolling:touch;
}
.select ul li {
	width:100%;
	height:auto;
	line-height:normal;
	border-radius:0;
	font-size:16px;
	list-style:none;
	line-height:15px;
	word-wrap:break-word;
	-webkit-touch-callout:none;
}
.select ul li a {
	font-family: 'Proxima-Nova', Helvetica, sans-serif;
	color: #292929;
	display:block;
	padding:12px 45px 12px 15px;
}
.select ul li:hover {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}
.select ul li:hover a {
	color:#fff;
}
/* Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi), only screen and (min-resolution:1.5dppx) {
	.select p b {
		background-image: url(../images/search-arrow@2x.png) !important;
		background-size: 17px 12px !important;
		background-repeat: no-repeat !important;
		background-position: 12px 20px;
	}
}
/* END DROPDOWNS */

/* SIMPLE ACCORDION */
.accordion {
	position: relative;
	max-width: 770px;
	padding: 0;
	margin:0 0 30px;
}
.accordion dl {
	border-bottom: 1px solid #ddd;
	margin: 0;
}
.accordion dl:last-of-type {
	border-bottom: none;
}
.accordion dd {
	margin: 0;
	text-indent: 0;
	display: none;
}
.accordion dd .text {
	padding: 0;
}
.accordion dt .accordion-title {
	font-size: 23px;
	text-align: left;
	font-weight: 400;
	padding: 15px 0;
	display: block;
	text-decoration: none;
	color: #9e3325;
	-webkit-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
.no-touch .accordion dt .accordion-title:hover {
	color: #2e71b6;
}
.accordion dt .accordion-title.open {
	color: #2e71b6;
}
.accordion-content {
	height: auto;
	overflow: hidden;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;
}
@media screen and (min-width: 768px) {
	.accordion {
		padding: 0 15px 0 0;
	}
	.accordion dt .accordion-title {
		padding: 15px 70px 15px 25px;
	}
	.content .accordion dl dt h2 a span.chevron {
		right:25px;
	}
	.accordion dd .text {
		padding: 0 25px;
	}
	.accordion-content {
		-webkit-transition: max-height 0.5s;
		transition: max-height 0.5s;
	}
}
/* END SIMPLE ACCORDION */

/* RESET */
article, aside, figure, footer, header, main, nav, section {display:block;}
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, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, nav, section {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
button::-moz-focus-inner {border:0; padding:0;}
img, iframe {display:block;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse;border-spacing:0;}
input[type="image"], input[type="text"], input[type="submit"], input[type="email"], input[type="search"], input[type="password"], textarea { -webkit-appearance:none; -moz-appearance:none; -webkit-border-radius:0; }
html { -webkit-text-size-adjust:100%; }
* {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
/* END RESET */


/* CLEARING */
.cleared:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.cleared {display:inline-block;}
/* Hides from IE-mac \*/
* html .cleared {height:1%;}
.cleared {display:block;}
/* End hide from IE-mac */
/* END CLEARING */


body {
	font-family: 'Proxima-Nova', Helvetica, sans-serif;
	font-size:19px;
	font-weight:400;
	color: #5d5c5c;
	background: #fff;
	visibility:visible !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
}
strong, th {
	font-weight:600;
}
img {
	max-width:100%;
	height:auto !important;
}
a {
	text-decoration:none;
	color:#9e3325;
}
.no-touch a:hover, .no-touch .content .active a {
	color:#2e71b6;
}
.underline a {
	text-decoration:underline;
}
.no-touch .underline a:hover {
	text-decoration:none;
}
.button {
	font-family: 'Proxima-Nova', Helvetica, sans-serif;
	display:inline-block;
	font-size: 25px;
	font-weight: 600;
	line-height: 44px;
	text-decoration:none !important;
	color:#9e3325 !important;
	padding:11px 24px;
	cursor:pointer;
	border: 2px solid #9e3325;
	font-size: 25px;
	font-weight: 600;
	line-height: 44px;
	min-width: 264px;
	text-align: center;
}
.no-touch .button:hover {
	color:#fff !important;
	background:#9e3325;
}
.wrapper {
	margin:0 auto;
	max-width:1330px;
	padding:0 15px;
	position:relative;
}<div></div>

/* Header */
header {
	position: relative;
}
header .logo {
	display:block;
	max-width: 220px;
	padding: 10px 0;
}
header .login-nav {
	display: none;
	margin: 0 0 20px;
}
/* nav */
header nav {
	display:none;
	margin-top:80px;
}
header a.nav-toggle {
	display:block;
	width:40px;
	font-size:10px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	color:#9e3325;
	position:absolute;
	top: 15px;
	right:15px;
}
header a.nav-toggle i {
	display:block;
	font-size:35px;
}
.no-touch header a.nav-toggle:hover {
	color:#2e71b6;
}

.adsidebar {
	margin-top:60px;
}

.ad {
	padding:15px;
	margin-bottom: 10px;
}

.greyad {
	background:#666666;
	min-height: 300px;
}

.bluead {
	background: #3471B3;
	min-height: 200px;
}

.ad h2 {
	font-family: "chaletmedium", Helvetica, Arial, sans-serif;
    font-size: 32px !important;
    color: #fff !important;
    line-height: normal;
    margin-bottom: 0 !important;
    line-height: 40px !important;
}

.ad h3 {
	font-family: "chaletbold", Helvetica, Arial, sans-serif;
    font-size: 20px !important;
    line-height: 22px !important;
    color: #fff !important;
    line-height: normal;
    margin-top: 0 !important;
}


/* Blog Pages */

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}


.text-center {
	text-align: center;
}

.blogareatitle {text-align: center;}

.blog-title {
	color: #2e71b6;
	font-size: 44px;
	margin-top:20px;
}

@media (max-width:767px) {
	.blog-title {
		font-size:30px;
	}
}

.blog-entry {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom:1px solid #666666;
	font-size: 19px;	
}

.bloglist-title {
	margin-bottom:0 !important;
	font-size: 30px !important;
}
.blog-meta {
	font-size: 16px;
	margin:0;
	padding:0;
    margin-bottom: 19px !important;
    margin-top: 5px !important;
}

.readmorebtn {
	clear: both;
	margin: 20px 0;
}


.sidebar.blogsidebar {
	background: #F2F1F1;
	padding:15px !important;
	margin-top:56px;
}

.widget {
	margin-bottom: 50px;
}

.widget ul {
	list-style: none !important;
	margin:0 !important;
	padding:0 !important;
} 

.widget ul li {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}

/* GENERIC */

.partnerlogo {
	max-height: 120px;
}

.page-title {
	padding: 20px 0;
	position: relative;
}
.page-title.with-banner {
	padding: 20px 0 40px;
	position: relative;
}
.page-title .wrapper {
	max-width: 1140px;
}
.page-title .text {
	display: block;
}
.page-title .text .align {
	vertical-align: middle;
	display: table-cell;
	position: relative;
}
.page-title .text p {
	font-size: 18px;
	font-weight: 600;
	color: #ffc700;
	text-transform: uppercase;
	margin: 0;
}
.page-title .text h1 {
	font-family: "chaletmedium", Helvetica, Arial, sans-serif;
	font-size: 46px;
	color: #fff;
	line-height: normal;
}
.page-title .share {
	padding: 10px 0;
}
.page-title .share > span {
	display: inline-block;
	margin:0 0 0 3px;
	height: 40px;
	width: 40px;
	color: #000;
	background: #fff;
	line-height: 22px;
	border-radius: 50px;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}
.page-title .share .fa {
	line-height: 40px;
}
.no-touch .page-title .share > span:hover {
	opacity: .85;
}
.page-banner {
	height: auto;
	background: url(../images/page-banner-shadow.png) no-repeat top right;
	max-width: 1145px;
	margin: 0 auto -10px;
	top: -40px;
	position: relative;
}
.page-banner img {
	width: 100%;
	max-width: 1110px;
}
.page-intro .text {
	border-bottom: 1px solid #2e71b6;
	margin: 0 0 35px 0;
	padding: 0 0 15px;
}
.page-intro .text h2 {
	font-size: 24px;
}
.page-intro .text p {
	font-size: 19px;
	line-height: 26px;
	padding: 35px 0 20px;
	margin: 0 !important;
}
.page-intro.with-banner p {
	padding: 0 0 20px;
}
.content .wrapper {
	max-width: 1130px;
	margin: 0 auto;
}
.content p, 
.content ul, 
.content ol {
	margin: 0 0 35px;
	line-height: 26px;
}
.content ul, .content ol {
	list-style-type:disc;
	padding:0 0 0 25px;
}
.content ol {
	list-style-type:decimal;
}
.content h2 {
	font-size: 24px;
	margin: 0 0 20px;
    line-height: 32px;
}
.content h3 {
	font-size: 22px;
	line-height: 22px;
}
.content h4 {
	font-size: 20px;
	line-height: 20px;
}
.content h5 {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.content h6 {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.content h3,
.content h4,
.content h5,
.content h6 {
	margin: 0 0 15px;
}
.content .no-banner-intro {
	padding: 35px 0 0;
}
.content .sidebar .block {
	margin: 0 0 10px;
}
.content .sidebar img {
	margin: 0 auto;
}
.content .sidebar p small {
	font-size: 12px;
}
.content .directory {
	max-width: 834px;
}
.content .directory .item {
	border-bottom: 1px solid #c6c6c6;
	margin: 0 0 12px;
	padding: 0 0 12px;
}
.content .directory .item .background {
	background: #f2f1f1;
	padding: 12px;
}
.content .directory .item .float-left {
	margin: 0 0 12px;
}
.content .directory .item .float-left img {
	border: 3px solid #fff;
	width: 100%;
	max-width: 130px;
}
.content .directory .item .text h3 {
	border-bottom: 1px solid #c3c2c2;
	padding: 0 0 10px;
	margin: 5px 0 10px;
	overflow: hidden;
}
.content .directory .item .text h3 .doctor {
	display: block;
	color: #9e3325;
}
.content .directory .item .text h3 .phone {
	margin: 10px 0 0;
	display: block;
	color: #9e3325;
}
.no-touch .content .directory .item .text h3 .doctor:hover {
	color: #2e71b6;
}
.no-touch .content .directory .item .text h3 .phone:hover {
	color: #2e71b6;
}
.content .directory .item .text a {
	color: #9e3325;
}
.content .directory .item .text a span {
	display: block;
}
.content .directory .item .text p {
	margin: 0;
}
.content .pagination {
	text-align: center;
	margin: 35px 0;
}
.content .pagination a i.fa {
	position: relative;
	font-size: 34px;
	top: 6px;
}
.content .pagination a.prev, .content .pagination a.next {
	display: none;
}
.content .pagination a.prev {
	margin: 0 13px 0 0;
}
.content .pagination a.next {
	margin: 0 0 0 13px;
}
.content .pagination a.num {
	margin: 0 10px;
	min-width: 26px;
	line-height: 30px;
	display: inline-block;
	border: 1px solid #2e71b6;
	font-weight: 600;
	padding: 0 5px;
}
.no-touch .content .pagination a.num:hover, .content .pagination a.num.active {
	background: #2e71b6;
	color: #fff;
}
.content .pagination a {
	color: #2e71b6;
}
.no-touch .content .pagination a:hover {
	color: #9e3325;
}
.content .pagination a img {
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 10px;
}
.content .core-banner {
	border-bottom: 1px solid #c6c6c6 !important;
	padding: 15px 0 0;
	margin: 0 0 20px;
}
.content .core-banner .core-main h2 {
	padding: 8px 0 12px;
	color: #9e3325;
}
.content .core-banner .core-sidebar p {
	font-size: 19px;
	margin: 0 0 5px;
}
.content .core-banner .core-sidebar h3 {
	font-size: 24px;
	margin: 0;
	color: #9e3325;
}
.content .core-sidebar .block.gray {
	background: #f2f1f1;
	padding: 20px;
}
.content .core-sidebar .block.gray .county {
	border-bottom: 1px solid #c6c6c6;
	padding: 26px 4px;
}
.content .core-sidebar .block.gray .county:last-of-type {
	border: none;
	padding: 26px 0 0 4px;
}
.content .core-sidebar .block.gray span.county {
	padding: 0 !important;
}
.content .core-sidebar .block.gray .county p:last-of-type {
	padding: 0;
}
.content .core-sidebar .block p img {
	border: 10px solid #fff;
	width: 100%;
}
.content .core-sidebar .block h3,
.content .core-sidebar .block p:last-of-type {
	margin: 0;
}
.content .core-sidebar .block h3 {
	color: #9e3325;
	font-size: 20px;
}
.content .core-sidebar .block p {
	margin:0 0 26px;
}
.content .core-sidebar .block p a {
	color: #2e71b6;
}
.no-touch .content .core-sidebar .block p a:hover {
	color: #9e3325;
}

/* FAQs */
.content .accordion dl dt h2 {
	margin: 0;
	position: relative;
}
.content .accordion dl dt h2 a {
	color: #9e3325;
}
.no-touch .content .accordion dl dt h2 a:hover {
	color: #2e71b6;
}
.content .accordion dl dt h2 a span.question {
	float: left;
	width: 78%;
}
.content .accordion dl dt h2 a span.chevron {
	display: block;
	background: #fff;
	border-radius: 50px;
	padding: 4px;
	position: absolute;
	top: 10px;
	line-height: 0px;
	right: 25px;
}

/* SPOKESPERSON BIO */

.position {
	color:#5d5c5c;
	font-size: 16px;
	font-style: italic;
	margin-top:10px;
	margin-bottom: 40px;
}




/* DIRECTORY LISTING */
.content .results h2 {
	color: #7b7a7a;
	border-bottom: 1px solid #c6c6c6; 
	padding: 35px 0 15px;
	margin: 0 0 25px;
}
/* FORM */
.content form {
	max-width: 690px;
}
.content form label {
	display:inline-block;
}
.content form input.text, .content form textarea {
	display:block;
	width:100%;
	font-family: 'Proxima-Nova', Helvetica, sans-serif;
	font-size:19px;
	font-weight:400;
	line-height: normal;
	padding: 14px;
	color:#292929;
	background:#fff;
	margin: 0 0 25px;
	border: 2px solid #2e71b6;
}

.content form textarea {
	min-height: 100px;
	margin: 0 0 25px;
}
/* HOMEPAGE */
.home .hero {
/* 	background:#9e3325 url(../images/hero-fade.jpg) bottom left repeat-x; */
	background:#2e71b7;
}
.home .hero .wrapper {
	max-width: 1400px;
	padding: 0;
}
.home .hero h1 {
	font-family: 'chaletmedium';
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 30px;
	line-height: 44px;
}
.home .hero h1 strong {
	font-family: 'journalregular';
	font-size: 44px;
	font-weight: 300;
}
.home .hero-nav {
	background: #ffc700;
	padding: 15px 0;
}
.home .hero-nav p a {
	font-size: 26px;
	line-height: 44px;
	color: #fff;
	display: block;
}
.no-touch .home .hero-nav p a:hover {
	color: #9e3325;
}
.home .panel h2 {
	font-family: 'chaletmedium';
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 35px;
}
.home .panel p {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 35px;
}
.home .abtcore {
	margin: 60px 0;
}
.home .abtcore .text .button {
	color: #9e3325 !important;
	border: 2px solid #9e3325;
}
.no-touch .home .abtcore .text .button:hover {
	background: #9e3325;
	color: #fff !important;
}
.home .services {
	background: #f4f4f4;
}
.home .services .wrapper {
	max-width: 1430px;
}
.home .services .text {
	padding: 65px 0 35px;
}
.home .services .text .button {
	color: #2e71b6 !important;
	border: 2px solid #2e71b6;
}
.no-touch .home .services .text .button:hover {
	background: #2e71b6;
	color: #fff !important;
}

.main ul {
	list-style: none;
}

.main ul li:before {
    content: "•";
    color: #9E3028;
    display: inline-block;
    width: 28px;
    margin-left: -28px;
    font-size: 50px;
}

/* COLOR BASED */

/* BLUE */
.blue .page-title {
	background: #2e71b6;
}
.blue .page-title p {
	color: #ffc700;
}
.blue .page-intro .text {
	border-bottom: 1px solid #2e71b6;
}
.blue h2, .blue h3, .blue h4, .blue h5, .blue h6, .blue .page-title .share .fa {
	color: #2e71b6;
}
.blue .button {
	color:#9E3325 !important;
	border: 2px solid #9E3325;
}

.blue .button.redbutton {
	background: #9E3325 !important;
	color:white !important;
}

.small-btn {
	font-size: 18px !important;
    padding-top: 8px !important;
    line-height: 28px;
}
.no-touch .blue .button:hover {
	color:#fff !important;
	background:#2e71b6;
}
.bg-orange {
	background-color: #2e71b6;
}
.blue .content .accordion dl dt h2 a {
	color: #2e71b6;
}
.no-touch .blue .content .accordion dl dt h2 a:hover {
	color: #9e3325;
}
.blue .content .accordion dl dt h2 a span.chevron {
	border: 1px solid #2e71b6;
}
.no-touch .blue .content .accordion dl dt h2 a:hover span.chevron {
	border: 1px solid #9e3325;
}

/* SUBMIT BUTTONS */
.content form [type="submit"].button.solid {
	color:#fff !important;
	background: #2e71b6;
	border: 2px solid #2e71b6;
}
.no-touch form [type="submit"].button.solid:hover {
	color:#2e71b6 !important;
	background:#fff;
}
/* END COLOR BASED */

/* FOOTER */
footer {
	position: relative;
	background: #112a44;
	overflow: hidden;
}
footer .footer-top {
	background: #fff;
	text-align: center;
}
footer .footer-top img {
/*
	max-width: 335px;
	max-height: 180px;
*/
	margin: 15px auto;
	padding: 15px 15px;
	display: inline;
}

.redicon {
	color:#9E3325;
}

.biowidget p {margin-bottom: 0 !important; padding:0 !important;}
.biowidget {margin-bottom: 40px;}

.partnerlogo {
	max-height: 120px;
}
footer .footer-bottom {
	padding: 15px 15px;
    position: relative;
/*     background: url(/assets/images/footer-bg.png) center center no-repeat; */
    background-size: cover;
    min-height: 300px;
    margin-left: -15px;
    margin-right: -15px;
}
footer .footer-bottom .wrapper { 
/* 	width: 1430px; */
}
footer .footer-bottom .foot-bg {
	display: none;
}
footer .footer-bottom ul li {
	display: block;
	margin: 0 0 10px;
}
footer .footer-bottom ul li a {
	font-size: 16px;
	color: #fff;
}
footer .footer-bottom ul li a.last {
	margin: 0;
}
.no-touch footer .footer-bottom ul li a:hover,
footer .footer-bottom ul li a.active {
	color:#f3efb9;
}
footer .footer-bottom .social {
	padding: 35px 0 0;
}
footer .footer-bottom .social a {
	display: inline-block;
	margin: 0 5px 0 0;
	height: 40px;
	width: 40px;
	color: #928a86;
	background: #fff;
	line-height: 22px;
	border-radius: 50px;
	font-size: 24px;
	text-align: center;
}
footer .footer-bottom .social a span {
	line-height: 40px;
}
.no-touch footer .footer-bottom .social a:hover {
	opacity: .85;
}
footer .footer-bottom .social a img {
	display: inline-block;
}
footer .footer-bottom p {

	color: #fff;
	clear: both;
	width: 100%;
	margin: 35px 0;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
footer .footer-bottom p strong {

    font-size: 14px;
    font-weight: 300;
}
/* PARSLEY ERRORS */
.parsley-errors-list {
	display:block;
	font-size:11px !important;
	color:#c00 !important;
	margin: 0 !important;
}
.parsley-errors-list.filled {
	list-style-type: none;
	padding: 0;
}
.parsley-errors-list li {
	padding-left: 0 !important;
	background: none !important;
}
.parsley-error {
	border:2px solid #c00 !important;
}
.text.parsley-error {
	margin: 0;
}
#parsley-id-12 {
	margin: 0 0 25px !important;
}
li.parsley-error {
	border:none !important;
}
/* END PARSLEY ERRORS */

/* NAV OFF-CANVAS */
html, body {
	overflow-x:hidden;
}
.row-offcanvas {
	position:relative;
	-webkit-transition:all .25s ease-out;
	-o-transition:all .25s ease-out;
	transition:all .25s ease-out;
}
.row-offcanvas-right {
	right:0;
}
.row-offcanvas-right .sidebar-offcanvas {
	right:-235px;
}
.row-offcanvas-right.active {
	right:235px;
}
.sidebar-offcanvas {
	width:235px;
	height:100%;
	border-left:1px solid #615db8;
	background:#9e3325;
	position:absolute;
	top:0;
}
.sidebar-offcanvas ul {
	list-style-type:none;
}
.sidebar-offcanvas ul li {
	overflow:hidden;
}
.sidebar-offcanvas ul li a {
	display:block;
	font-size:12px;
	font-weight: 600;
	line-height:32px;
	text-transform:uppercase;
	color:#fff;
	padding:0 10px;
	border-bottom:1px solid #d8786c;
}
.no-touch .sidebar-offcanvas ul li a:hover {
	color: white;
    background: #752217;
}
.sidebar-offcanvas ul li.active > a, .sidebar-offcanvas ul li > a.on {
	color: white;
    background: #752217;
}
.sidebar-offcanvas ul ul li.active a {
	color: white;
    background: #752217;
}
/* second level */
.sidebar-offcanvas ul ul {
	display: none;
}
.sidebar-offcanvas ul li.active ul, .sidebar-offcanvas ul ul a.on {
	position: relative;
}
.sidebar-offcanvas ul li ul li a {
	height:35px;
	padding:0 13px 0 26px;
	background:#86271b;
}
.sidebar-offcanvas ul li ul li.active > a {
	background:#9694d0;
}

.copyright a {
	color:white;
}

/* END NAV OFF-CANVAS */
@media screen and (min-width:650px) {
	
	.content .directory .item .float-left {
		float: left;
		padding: 0 25px 0 0;
		margin: 0;
	}
	.content .directory .item .text {
		padding: 0 0 0 156px;
	}
	.content .directory .item .text.no-img {
		padding: 0;
	}
	/* GENERIC */
	.content .main {
		float: left;
		width: 70%;
		padding: 0 25px 0 30px;
	}
	.content .no-banner-intro {
		padding: 35px 25px 0 30px;
	}
	.content .sidebar {
		float: left;
		width: 30%;
		padding: 0 0 0 25px;
	}
	.content .sidebar.map {
		padding: 35px 0 0 25px;
	}
	.content .main .accordion {
		margin: 0 0 0 -30px !important;
	}
	.content .accordion dl dd .text {
		padding: 0 0 0 25px;
	}
	.content .accordion dl dt h2 a span.chevron {
		right: 25px;
		margin: 0 0 30px -30px;
	}
	.content .core-banner {
		padding: 35px 0 0;
		margin: 0 0 40px;
	}
	.content .core-banner h2 {
		font-size: 34px;
		line-height: 48px;
	}
	.content .core-banner h2,
	.content .core-banner h3,
	.content .core-banner p {
		margin: 0;
	}
	.content .core-banner h3,
	.content .core-banner p {
		text-align: right;
		padding: 0 10px 0 0;
	}
	.content .core-main {
		width: 60%;
	    padding: 0 25px 0 0;
	    float: left;
	}
	.content .core-sidebar {
		width: 40%;
	    padding: 0 0 0 25px;
	    float: right;
	}
}
@media screen and (min-width:768px) {
	
	
	
	/* GENERIC */
	.page-title {
		padding: 0;
	}
	.page-title.with-banner .with-subheader,
	.page-title.with-subheader {
		padding: 0 0 22px !important;
	}
	.page-title.with-banner {
		padding: 0 !important;
	}
	.page-title.with-banner .text {
		height: 144px;
		padding: 0 0 20px;
	}
	.page-title .text {
		float: left;
		width: 100%;
		display: table;
		height: 120px;
	}
	.page-title .text p {
		font-size: 18px;
		text-transform: uppercase;
		margin: 0;
	}
	.page-title .share {
		padding: 0;
		position: absolute;
		top: 52px;
		right: 18px;
		margin: 0;
	}
	.page-intro {
		padding: 55px 0 20px;
	}
	.page-intro .text {
		margin: 0;
		padding: 0;
	}
	.page-intro .text p {
		padding: 0 0 20px;
	}
	.page-intro .wrapper {
		max-width: 1145px;
		padding: 0 15px;
	}
	.page-intro.with-banner {
		padding: 0;
		margin: 0 0 35px 0;
	}
	.content .main {
		width: 73%;
	}
	.content .main.no-banner-intro {
		padding: 55px 50px 0 25px;
	}
	.content .sidebar {
		width: 27%;
	}
	.content .sidebar.map {
		padding: 55px 0 0 25px;
	}
	.content form fieldset {
		margin: 0 0 25px;
	}
	.content form p,
	.content form input.text {
		margin: 0 !important;
	}
	.content form fieldset .col1 {
		float: left;
		width: 50%;
		padding: 0 18px 0 0;
	}
	.content form fieldset .col2 {
		float: left;
		width: 50%;
		padding: 0 0 0 18px;
	}
	
	.content .directory .item .text h3 .doctor {
		width: 70%;
	}
	.content .directory .item .text h3 .phone {
		width: 30%;
	}
	
	.content .results {
		padding: 0 5px;
	}
	.content .directory {
		padding: 0 5px;
	}
	.content .pagination a.prev, .content .pagination a.next {
		display: inline-block;
	}
	.content .pagination a.num {
		margin: 0 3px;
	}
	.content .core-banner {
		padding: 94px 0 0;
	}
	.content .core-main {
		width: 65%;
	}
	.content .core-sidebar {
		width: 35%;
	}

	/* HOMEPAGE */
	.home .hero h1 {
		font-size: 32px;
		padding: 0px;
		position: absolute;
		top: 70px;
		left: 32px;
	}
	.home .hero h1 strong {
		font-size: 54px;
	}
	.home .hero-nav {
		padding: 32px 0;
	}
	.home .hero-nav p {
		text-align: center;
	}
	.home .hero-nav p a {
		display: inline;
		margin: 0 26px 0 0;
	}
	.home .hero-nav p a:last-of-type {
		margin: 0;
	}
	.home .panel h2 {
		font-size: 56px;
		line-height: 56px;
	}
	.home .abtcore .text {
		margin: 0 auto;
		max-width: 1010px;
		text-align: center;
	}
	.home .services .text {
		padding: 30px 15px;
		margin: 0 auto;
		text-align: center;
	}
	/* FOOTER */
	footer .wrapper {
		padding: 0;
		max-width: 100% !important;
		overflow: hidden;
	}
	footer .footer-bottom {
		padding: 0;
	}
	footer .footer-bottom .foot-bg {
		display: block;
	}
	footer .footer-bottom .text {
		position: absolute;
		top: 35px;
		width: 100%;
		padding: 0 15px;
	}
	footer .footer-bottom .text .wrapper-1010 {
		width: 100%;
		/* max-width: 1010px; */
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		padding-bottom: 30px;
	}
	
	footer .footer-bottom .text .wrapper-1010 ul {
	    text-align: center;
		width: 100%;
	}
	
	footer .footer-bottom ul {
		float: left;
		width: 70%;
		padding: 7px 0 0;
	}
	footer .footer-bottom ul li {
		display: inline;
		margin: 0;
	}
	footer .footer-bottom ul li a {
		margin: 0 10px 0 0;
	}
	footer .footer-bottom .social {
		float: left;
		width: 30%;
		padding: 0 0 0 28px;
	}
	footer .footer-bottom .social a {
		margin: 0 10px 0 0;
		color: #5a5350;
	}
	footer .footer-bottom p {
		margin: 0 auto;
		font-size: 14px;
		line-height: 18px;
	}
	footer .footer-bottom p strong {
	    font-size: 14px;
	}
}

@media screen and (min-width:920px) {
	/* HEADER */
	header .logo {
		max-width:220px;
		padding: 17px 0 13px;
		float: left;
	}
	header .align-right {
		position: relative;
		float: right;
		width: 66%;
		margin: 0 0 25px;
	}
	header .login-nav {
		display: block;
		float: right;
		margin: 40px 0 20px;
	}
	header .login-nav .button {
		margin: 0 0 0 10px;
		float: left;
		display:inline-block;
		font-size:18px;
		font-weight: 400;
		line-height:normal;
		text-decoration:none !important;
		color:#9e3325 !important;
		padding:11px 24px;
		cursor:pointer;
		border: 1px solid #9e3325;
		min-width: auto !important;
	}
	.no-touch header .login-nav .button:hover {
		color:#fff;
		background:#9e3325;
	}
	header a.nav-toggle {
		display:none;
	}
	header nav {
		display:block;
		float: right;
	}
	header nav ul {
		list-style-type:none;
	}
	header nav ul li {
		display:inline;
		float:left;
		margin:0 0 0 20px;
		position:relative;
	}
	header nav ul li.first {
		margin: 0;
	}
	header nav ul li a {
		display:block;
		height:36px;
		font-size:12px;
		font-weight: 600;
		text-transform:uppercase;
		color:#9e3325;
		line-height: 38px;
	}
	header nav ul > li.active a {
		color:#2e71b6;
	}
	.no-touch header nav ul li a:hover, header nav ul li a.open, .no-touch header nav ul li.open > a {
		color:#2e71b6;
		background: #fefdfe;
	}
	header nav ul li ul {
		display:none;
		width:214px;
		position:absolute;
		top:36px;
		left:-20px;
		z-index: 9999;
		border-top:4px solid #9e3325;
		border-bottom:4px solid #9e3325;
		background: #fefdfe;
		opacity: .9;
	}
	.no-touch header nav ul li.open ul {
		display:block;
	}
	header nav ul li ul li {
		float:none;
		margin:0;
	}
	header nav ul li ul li a, header nav ul li ul li.active a {
		height:auto;
		color:#2e71b6 !important;
		padding:10px;
		line-height: normal;
		width: 90%;
		margin: 0 auto;
		text-transform: none;
		border-bottom: 1px solid #c1c1c1;
	}
	header nav ul li ul li:last-of-type a {
		border-bottom:none !important; 
	}
	header nav ul li ul li.active a {
		color:#9e3325 !important;
	}
	.no-touch header nav ul li ul li a:hover {
		color:#9e3325 !important;
	}
	.row-offcanvas-right.active {
		right:0;
	}
	.row-offcanvas-right.active .sidebar-offcanvas {
		right:-235px;
	}
	/* HOMEPAGE */
	.home .services .background {
		background: #f4f4f4 /*url(/uploads/home/core-team.jpg) top right no-repeat*/;
		background-size: cover !important;
	}
	
	.home .services .servicesimg {
		float: right;
		width:50%;
	}
	
	.home .services .servicesimg img {
		width:100%;
	}
	
	.home .services .text {
		width: 50%;
		text-align: left;
		float: left;
		margin: 0;
		padding: 30px 85px 30px 15px;
	}
	/* FAQS */
	.content .accordion dl dt h2 a span.question {
		width: 92%;
	}
	footer .footer-bottom p {
		font-size: 14px;
	}
}
@media screen and (min-width:980px) {
	header .align-right {
		width: 69%;
	}
	header nav ul li a {
		font-size:13px;
	}
	/* HOMEPAGE */
	.home .hero h1 {
		font-size: 44px;
		line-height: 56px;
		top: 126px;
		left: 85px;
		max-width: 521px;
		text-align: left;
	}
	.home .hero h1 strong {
		font-size: 74px;
	}
	.home .hero-nav p a {
		font-size: 32px;
		margin: 0 40px 0 0;
	}
	/* GENERIC */
	.content .main {
		padding: 0 50px 0 30px;
	}
	.content .sidebar {
		padding: 0 0 0 50px;
	}
	.content .directory .item .text h3 .doctor {
		float: left;
		width: 65%;
	}
	.content .directory .item .text h3 .phone {
		float: right;
		width: 35%;
		text-align: right;
		margin: 0;
	}
	.content .core-main {
	    padding: 0 50px 0 0;
	}
	.content .core-sidebar {
	    padding: 0 0 0 50px;
	}
	/* FOOTER */
	footer .footer-bottom ul li a {
		font-size: 20px;
	}
}
@media screen and (min-width:1080px) {
	.page-title .wrapper {
		padding: 0 13px;
	}
	.page-title .share {
		right: 36px;
		top: 50px
	}
}
@media screen and (min-width:1090px) {
	header .align-right {
		width: 69%;
	}
	header nav ul li a {
		font-size:16px;
	}
}

@media screen and (min-width:1140px) {
	header .align-right {
		width: 73%;
	}
	header nav ul li a {
		font-size:18px;
	}
	/* GENERIC */
	.page-title.with-banner {
		padding: 0 0 8px;
	}
	.content .main .accordion {
		margin: 0 0 0 -40px !important;
	}
	/* HOMEPAGE */
	.home .hero-nav p a {
		font-size: 36px;
		margin: 0 60px 0 0;
	}
}
@media screen and (min-width:1330px) {
	/* HEADER */
	header nav ul li {
		margin:0 0 0 35px;
	}
	/* GENERIC */
	.content .sidebar.offset {
		margin: 260px 0px 35px;
		position: relative;
	}
	.content .sidebar.offset.with-page-intro {
		margin: 55px 0px 35px;
	}
	.content .sidebar .block.offset {
		margin-right: -100px;
	}
	/* HOMEPAGE */
	.home .panel p {
		font-size: 25px;
		line-height: 33px;
	}
	.home .services .text {
		padding: 65px 75px;
	}
	/* FOOTER */
	footer .footer-bottom .foot-bg {
		height: 238px !important;
	}
	footer .footer-bottom ul {
		width: 80%;
		padding: 8px 0 0 25px;
	}
	footer .footer-bottom ul li a {
		font-size: 22px;
		margin: 0 30px 0 0;
	}
	footer .footer-bottom .social {
		float: right;
		width: 20%;
		padding: 0 0 0 20px;
	}
	footer .footer-bottom .social a {
		margin: 2px 4px 0 0;
	}
	footer .footer-bottom p {
		margin: 0 auto;
	}
}
@media screen and (min-width:1430px) {
	/* GENERIC */
	.content .sidebar .block.offset {
		margin-right: -140px;
	}
}

@media screen and (max-width:919px) {
	header .logo {
		
	}
	
	header .logo img {

		width: 120px;
	}
}


/* GOOGLE WEB FONT FIX */
body {
	-webkit-animation-delay:0.5s;
	-webkit-animation-name:fontfix;
	-webkit-animation-duration:0.5s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:linear;
}
@-webkit-keyframes fontfix {
	from { opacity:1; }
	to { opacity:1; }
}
/* GOOGLE WEB FONT FIX */
