body{
	background:#ccc;
	color:#333;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	line-height:1.5em;
}
.layout-container{
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,.5);
	margin:0 auto;
	max-width:1600px;
	overflow:hidden;
}
.region-highlighted{
	background:#236A88 url(img/header-bg-gradient.jpg) no-repeat 0 0;
	padding:100px 130px;
	text-shadow:2px 2px 0 rgba(30,66,106,.65);
}
.region-highlighted p.intro{
    color: #fff;
    margin: 15px 0 0;
    font-size: 22px;
    max-width: 700px;
    line-height: 1.5em;
}
main{
	display:flex;
}
.layout-content{
	flex:1;
	padding:80px 130px;
}
.layout-content .primary-img img{
	display:none;
	margin-bottom:40px;
	width:100%;
}
.region-sidebar-second{
	padding:80px 100px 80px 20px;
	width:340px;
}

/* FOOTER ---------------------------------------------------------- */

footer { clear: both; background-color: #1e4269; padding: 100px 50px; color:#fff; font-size:13px; }
footer .wrap{ border-bottom: 1px solid #4dada6; max-width:1340px; margin: 0 auto; padding:0 0 45px; }
footer .col-left{ float:left; font-weight:bold; }
footer .col-left span{ padding:0 5px; }
footer .col-left a{ color:#fff; text-decoration: none; }
footer .col-right{ float:right; text-align:right;  }
footer .col-right a{ color:#4dada6; text-transform: uppercase; font-size:17px; font-weight: bold; text-decoration: none; }
footer .nav{ margin:15px 0 0; }
footer .nav a{ text-transform:none; font-size:13px; font-weight:400; }
footer ul.nav li:before { color: rgba(255,255,255,.25); }
footer .copyright{ display:block; margin:15px 0 0; opacity: .6; text-align: center; font-size:12px; }
footer h6{ color:#4dada6; font-weight:bold; font-size:22px; margin:0 0 20px; }
footer a img{ width:30px; margin:0 0 -7px; padding:0 10px 0 0; }



/* DEFAULT ELEMENTS ----------------------------------------- */

h1{
	color:#fff;
	font-size:60px;
	font-weight: 300;
	line-height:1.1em;
	margin:0 0 0;
}
h2,
.sub-title h1{
	color:#1A567B;
	font-size:32px;
	font-weight: 600;
	line-height:1.1em;
	margin:0 0 30px;
}
h3{
	color:#1A567B;
	font-size:26px;
	line-height:1.1em;
	margin:0 0 25px;
}
h4{
	color:#000;
	font-size:22px;
	font-weight:600;
	line-height:1.1em;
	margin:0 0 20px;
}
h5{
	font-size:19px;
	font-weight:700;
	line-height:1.1em;
	margin:0 0 15px;
}
p{
	margin:0 0 30px;
}
ul{
	margin:0 0 35px;
	padding-left:30px;
}
li{
	margin:0 0 10px;
}
a{
	color:#1f939a;
}
a:hover{
	color:#000;
}
img{
	height:auto;
	max-width:100%;
}
hr{
	margin:40px 0;
}
figcaption{
	font-size:14px;
	font-style:italic;
}
table{
	border:none;
	border-color:#ccc;
	font-size:.85em;
	margin:40px 0;
	width:100% !important;
}
table tr:nth-child(odd) {
	background: #f6f6f6;
}
table td{
	padding:5px 12px;
}

/* REUSABLE CUSTOM CLASSES ----------------------------------- */

p.big{
	font-size:23px;
	line-height:1.5em;
	margin-bottom:30px;
}
p.small{
	font-size:16px;
	line-height:1.5em;
}
ul.custom{
	padding-left:5px;
}
ul.custom li{
	list-style:none;
	margin-bottom:15px;
	padding-left:30px;
	position:relative;
}
ul.custom li:before{
	background:url(img/custom-bullet.png) no-repeat;
	background-size:100%;
	content:"";
	display:inline-block;
	height:20px;
	left:5px;
	position:absolute;
	top:5px;
	width:10px;
}
ul.double{
	columns:2;
	column-gap:40px;
}
ul.triple{
	columns:3;
	column-gap:40px;
}
a.btn,
.button,
.button--primary{
	background:#244393;
	border:none;
	border-radius:0;
	box-sizing: border-box;
	color:#fff;
	display:inline-block;
	font-size:16px;
	line-height:1.3em;
	margin:10px 0 10px;
	min-width:170px;
	padding:1em 1.5em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
a.btn.second{
	background:#23708A;
}
a.btn.white{
	background:#fff;
	color:#244393;
}
a.btn:hover,
.button:hover,
.button--primary:hover{
	opacity:.8;
}
ul.double{
	columns:2;
}
ul.nav{
	list-style: none;
	padding:0 0 0 30px;
}
ul.nav li{
	display:inline-block;
}
ul.nav li:before{
	color:rgba(0,0,0,.25);
	content:"|";
	padding:0 .5em 0 .3em;
}
ul.nav li:first-child:before{
	content:normal;
}
ul.nav a{
	text-decoration:none;
}
.box{
	background:#eee;
	box-sizing:border-box;
	margin-bottom:50px;
	padding:50px;
}
.box.dark{
	background:#333;
	color:#fff;
}
.box > :last-child {
	margin-bottom:0;
}
.spine{
	border-left:3px solid #ddd;
	padding-left:40px;
}
.center{
	text-align:center;
}
.wide{
	box-sizing:border-box;
	width:100%;
}
.align-right{
	margin:0 0 30px 30px;
	max-width:35%;
}
.align-left{
	margin:0 30px 30px 0;
	max-width:35%;
}
.cta-btn {
    padding: 0;
}
.cta-btn .icon-btn .info {
    min-height: 0;
    padding: 45px 20px 60px;
    border-left: 5px solid #2B6C8E;
    box-shadow: 2px 12px 10px rgba(10,35,40,0.15);
}
.icon-btn {
    display: block;
    text-align: center;
    text-decoration: none;
}
.icon-btn .info {
    display: block;
    position: relative;
    z-index: 1;
    min-height: 10.7em;
    padding: 45px 20px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.2em;
}
.icon-btn .info .title {
    margin: 0 0 0.3em;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
}
.icon-btn .info p {
    color: #2a2a2a;
    font-weight: 600;
}
.icon-btn .info *:last-child {
    margin-bottom: 0;
}
.icon-btn .image {
    display: block;
    position: relative;
    z-index: 2;
    height: 65px;
    margin-bottom: -30px;
}
.icon-btn .image img {
    display: inline-block;
    height: 100%;
    width: auto;
}
.icon-btn .info::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin: 0 0 -21px -23px;
    border-radius: 100%;
    background: #244394 url(img/arrow-white-right.png) center center no-repeat;
    background-size: 11px 17px;
}
.flex-view .name{
	font-size:14px;
	line-height: 1.2em;
	margin:0 0 5px;
}
.flex-view .name a{
	color:#333;
	text-decoration:none;
}
.flex-view .small{
	color:#777;
	font-size:13px;
	line-height: 1.2em;
}

h5.navy{
	color: #49587C;
}

h5.burgundy, span.bug{
	color: #8A1B40;
}

h5.teal{
	color: #029CA7;
}

h5.l-blue{
	color: #55C2EB;
}

h5.gray{
	color: #5B5C5E;
}

h5.olive{
	color: #A79342;
}

span.tan{
	color: #C4B998;
}

strong.red{
	color: #D1242A;
}

strong.green{
	color: #41AE49;
}

strong.blue{
	color: #0F5FA1;
}

strong.yellow{
	color: #FFB002;
}

/* SIDEBAR MENU & ELEMENTS ----------------------------------- */

aside{
	font-size:16px;
}
aside .primary-img{
	box-shadow:4px 4px 12px rgba(0,0,0,.25);
	margin:-290px 0 0 -80px;
}
aside .primary-img img{
	display: block;
}
aside .block{
	margin-bottom:40px;
}
aside .box{
	padding:40px;
}
aside h2{
	font-size:22px;
}
aside h3{
	font-size:19px;
}
aside .btn{
	font-size:12px;
	margin:0;
	min-width:0;
}
.sub-menu h2{
	font-size:14px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.sub-menu .menu{
	margin:0;
}
.sub-menu li{
	list-style:none;
	padding:0;
}
.sub-menu .menu a{
	border-top:1px solid #ccc;
	display: block;
	padding:10px 0;
	text-decoration:none;
}
.sub-menu .menu li:first-child a{
	border:none;
}

/* LIST VIEWS ---------------------------------------- */

.list-view .item{
	border-top:1px solid #ccc;
	padding:40px 0;
}
.list-view .item:first-child{
	border-top:none;
	padding-top:0;
}
.list-view .item .title{
	margin-bottom:20px;
}
.list-view .item .title a{
	color:inherit;
	text-decoration: none;
}
.list-view .item .excerpt{
	margin-bottom:10px;
}
.gallery{
	margin:30px 0;
}
.gallery img{
	display:block;
}

/* SOCIAL SHARING ---------------------------------------- */

.block-addtoany{
	margin:0 0 30px;
}
.block-addtoany span.title{
	font-size:13px;
	left:3px;
	position: relative;
	top:1px;
}
.addtoany_list > a{
	padding:0 6px 0 0;
}
.a2a_kit .a2a_svg{
	//background-color:#999 !important;
	border-radius:0 !important;
	height:24px !important;
	padding:2px;
	width:24px !important;
}
.a2a_kit .a2a_svg path{
	fill:#fff;
}

/* BREADCRUMB STYLES ---------------------------------------- */

.breadcrumb{
	font-size:16px;
	padding-bottom:10px;
}
.breadcrumb a{
	text-decoration: none;
}


/* FORM & ADMIN CLASSES ---------------------------------------- */

.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form textarea,
input.form-search{
	-webkit-appearance: none;
	border:1px solid #ccc;
	border-radius:0;
	box-sizing: border-box;
	display:block;
	max-width:550px;
	width:100%;
	padding:5px;
}
.webform-submission-form textarea{
	max-width:800px;
}
.webform-submission-form select{
	display:block;
	margin-top:5px;
}
.webform-submission-form label{
	font-weight:bold;
}
.ui-tooltip-content {
    font-size: 15px;
    line-height: 1.5em;
    padding: 20px;
}
.tabs a{
	background:#eee;
	border:1px solid #aaa;
	color:#000;
	font-size:14px;
}
body.cke_editable{
	background:#fff;
}
.cke_panel_list h1, .cke_panel_list h2, .cke_panel_list h3,
.cke_panel_list h4, .cke_panel_list h5, .cke_panel_list h6,
.cke_panel_list p.big, .cke_panel_list p.small, .cke_panel_list *{
	color:#333;
	font-size:16px;
	font-weight:400;
	margin:0;
	padding:0;
	text-transform:none;
	text-shadow:none;
}
input.form-search{
	display:block;
	margin:15px 0 10px;
	padding:7px;
}
a.search-help-link{
	display:inline-block;
	font-size:.9em;
	margin:10px 0 20px;
}
.item-list ol{
	list-style:none;
	padding:0;
}
.item-list ol li{
	margin:0;
}
.item-list h3{
	font-size:20px;
	margin:0 0 10px;
	padding-top:15px;
}
.messages{
	margin-bottom:30px;
}

/* PHYSICIANS FINDER -------------------------------------------- */
body.path-physicians aside .primary-img-block.provider-photograph .primary-img img {
	width: 100%;
}
body.path-physicians .search-again a.btn,
body.path-find-a-physician-mobile-ap {
	color: #fff;
	text-decoration: none;
}
.physicians-finder-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 -20px 30px;
	position: relative;
}
.physicians-finder-header.normal {
	margin: 0 0 30px;
}
.physicians-finder-header h2 {
	margin: 0;
}
.physicians-finder-header .btn {
	margin: 0;
}

/* search results grid */
.providers-grid,
.providers-grid * {
	box-sizing: border-box;
}
.providers-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -20px;
}
.providers-grid .provider {
	width: 25%;
	padding: 0 20px 20px;
}
.providers-grid .provider .provider-wrap {
	display: block;
	text-decoration: none;
}
.providers-grid .provider .provider-wrap .provider-image {
	display: block;
	margin: 0 0 10px;
}
.providers-grid .provider .provider-wrap .provider-image img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* details */
.physician-detail,
.physician-detail * {
	box-sizing: border-box;
}
.physician-detail {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.physician-detail .col-left {
	width: 150px;
	padding-right: 50px;
}
.physician-detail .col-right {
	width: 100%;
}
.physician-detail .col-left + .col-right {
	width: calc(100% - 150px);
}
.physician-detail .col-right > [class*='physician-'] {
	margin: 0 0 1.5em;
}
.physician-detail .col-right .physician-name {
	display: none;
}
.physician-detail .col-right .physician-office .physician-office-address {
	margin: 0 0 0.75em;
}
.physician-detail .col-right .physician-office .physician-office-address .city,
.physician-detail .col-right .physician-office .physician-office-address .state,
.physician-detail .col-right .physician-office .physician-office-address .zip {
	display: inline-block;
}

/* mobile results grid */
.providers-grid.mobile {
	display: block;
}
.providers-grid.mobile .provider {
	width: 100%;
	padding: 0 0 20px;
}
.providers-grid.mobile .provider .provider-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	align-items: center;
	padding: 10px 45px 10px 10px;
	border: 1px solid #dfe3ef;
	color: #000;
	text-decoration: none;
	position: relative;
}
.providers-grid.mobile .provider .provider-wrap .provider-image {
	display: block;
	width: 100px;
}
.providers-grid.mobile .provider .provider-wrap .provider-image img {
	display: block;
	max-width: 100%;
	width: 100%;
}
.providers-grid.mobile .provider .provider-wrap .provider-info {
	display: block;
	width: calc(100% - 100px);
	padding-left: 20px;
}
.providers-grid.mobile .provider .provider-wrap .provider-info span {
	display: inline-block;
	margin-right: 0.25em;
}
.providers-grid.mobile .provider .provider-wrap .provider-info .provider-name {
	display: block;
	font-weight: 700;
}
.providers-grid.mobile .provider .provider-wrap .provider-info .provider-specialty::after,
.providers-grid.mobile .provider .provider-wrap .provider-info .provider-city::after {
	content: ',';
	display: inline-block;
}
.providers-grid.mobile .provider .provider-wrap .arrow {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	border: solid black;
	border-width: 0 6px 6px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* mobile details */
.physician-detail.mobile {
	display: block;
}
.physician-detail.mobile .physician-detail-top {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0 0 20px;
}
.physician-detail.mobile .physician-detail-top .info {
	width: calc(100% - 100px);
	padding-right: 20px;
}
.physician-detail.mobile .physician-detail-top .info .name { }
.physician-detail.mobile .physician-detail-top .info .specialties { }
.physician-detail.mobile .physician-detail-top .info .specialties h3 {
	margin: 0 0 0.2em;
}
.physician-detail.mobile .physician-detail-top .info .specialties div { }
.physician-detail.mobile .physician-detail-top .info .specialties div + div { }
.physician-detail.mobile .physician-detail-top .photo {
	width: 100px;
}
.physician-detail.mobile .physician-detail-top .photo img { }
.physician-detail.mobile .physician-contact {
	margin: 0 0 20px;
}
.physician-detail.mobile .physician-contact .item {
	border-top: 1px solid #dfe3ef;
	font-size: 16px;
}
.physician-detail.mobile .physician-contact .item:last-child {
	border-bottom: 1px solid #dfe3ef;
}
.physician-detail.mobile .physician-contact .item .info {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	color: #000;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.physician-detail.mobile .physician-contact .item a.info:hover {
	text-decoration: underline;
}
.physician-detail.mobile .physician-contact .item .info::before,
.physician-detail.mobile .physician-contact .item .info::after {
	content: '';
	display: block;
}
.physician-detail.mobile .physician-contact .item .info::before {
	background: transparent url('img/spacer.gif') center center no-repeat;
	background-size: contain;
	height: 40px;
	margin-right: 20px;
	width: 40px;
}
.physician-detail.mobile .physician-contact .item .info::after {
	margin-left: 20px;
	font-size: 14px;
}
.physician-detail.mobile .physician-contact .item.mobile .info::before {
	background-image: url('img/finder-icon-cell.png');
}
.physician-detail.mobile .physician-contact .item.mobile .info::after {
	content: 'Mobile';
}
.physician-detail.mobile .physician-contact .item.email .info::before {
	background-image: url('img/finder-icon-mail.png');
}
.physician-detail.mobile .physician-contact .item.email .info::after {
	content: 'Email';
}
.physician-detail.mobile .physician-contact .item.phone .info::before {
	background-image: url('img/finder-icon-phone.png');
}
.physician-detail.mobile .physician-contact .item.phone .info::after {
	content: 'Office';
}
.physician-detail.mobile .physician-contact .item.fax .info::before {
	background-image: url('img/finder-icon-fax.png');
}
.physician-detail.mobile .physician-contact .item.fax .info::after {
	content: 'Fax';
}
.physician-detail.mobile .physician-contact .item.location .info::before {
	background-image: url('img/finder-icon-location.png');
}
.physician-detail.mobile .physician-contact .item.location .info::after {
	content: 'Main';
}
.physician-detail.mobile .physician-contact .item.location .info .info-wrap .physician-office-medical-group {
	font-weight: 700;
}
.physician-detail.mobile .physician-contact .item.location .info .info-wrap {
	text-align: center;
}
.physician-detail.mobile .physician-contact .item.location .info .info-wrap .physician-office-address { }
.physician-detail.mobile .physician-contact .item.location .info .info-wrap .physician-office-address .address1 { }
.physician-detail.mobile .physician-contact .item.location .info .info-wrap .physician-office-address .city,
.physician-detail.mobile .physician-contact .item.location .info .info-wrap .physician-office-address .state,
.physician-detail.mobile .physician-contact .item.location .info .info-wrap .physician-office-address .zip {
	display: inline-block;
	margin-right: 0.2em;
}
.physician-detail.mobile .physician-contact .item.location .info .info-wrap .physician-office-address .city::after,
.physician-detail.mobile .physician-contact .item .location.info .info-wrap .physician-office-address .state::after {
	content: ',';
	display: inline-block;
}


@media screen and (max-width: 750px) {

	/* PHYSICIANS FINDER -------------------------------------------- */
	.physicians-finder-header {
		display: block;
	}
	.physicians-finder-header .search-again {
		padding-top: 20px;
	}

}

@media screen and (max-width: 500px) {

	/* PHYSICIANS FINDER -------------------------------------------- */
	.physicians-finder-header {
		margin: 0 -10px 20px;
	}
	.physicians-finder-header.normal {
		margin: 0 0 20px;
	}
	.providers-grid .provider .provider-wrap .provider-image {
		width: 50px;
	}
	.providers-grid .provider .provider-wrap .provider-info {
		width: calc(100% - 50px);
	;

}

@media screen and (max-width: 600px) {

	/* PHYSICIANS FINDER -------------------------------------------- */

	/* search results grid */
	.providers-grid {
		margin: 0 -10px;
	}
	.providers-grid .provider {
		width: 50%;
		padding: 0 10px 20px;
	}

}
