/* Content Editor */
p.half-left {
}

p.half-right {
}

p.third {
}

.text-highlight-1 {
}

.text-highlight-2 {
}

p.text-highlight-3 {
}

.call-out-v1 {
}

.call-out-v2 {
}

ul.bullet-list-1 {
}

ul.bullet-list-2 {
}

ul.bullet-list-3 {
}

ul.bullet-list-fancy {
}

ul.bullet-list-fancy-2 {
}

a.btn {
}

img.half {
}

img.left {
}

img.right {
}

img.half.left {
}

img.half.right {
}
/* End Content Editor */

/* Column Box */
.column-box {
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	display: flex;
	padding-bottom: 1.5em;
}

.column-box .box-left {
	flex: 0 1 auto;
	order: 1;
	width: 72%;
}

.column-box .box-right {
	flex: 0 1 auto;
	order: 1;
	width: 25%;
	text-align: center;
}
/* End Column Box */

/* One Line Default Feed */
.one-line-results-feed {
	display: table;
	width: 100%;
	margin: 1em 0;
	table-layout: fixed;
}

.one-line-results-feed > div {
	display: table-row;
}

.one-line-results-feed .title > * {
	padding: 1em;
	font-weight: 600;
	background-color: #e8f2f1;
}

.one-line-results-feed > div > div {
	display: table-cell;
	padding: 1em;
	border-bottom: 1px solid #e8f2f1;
}
/* End One Line Default Feed */

/* Default Feed */
.feed-container.flex {
	align-items: stretch;
	flex-wrap: wrap;
}

.results-feed a {
	text-decoration: none !important;
}

.results-feed header {
	padding: .5em 0;
}

html.no-flexbox .results-feed header {
	float: left;
	width: 100%;
	clear: both;
}

.results-feed header h1 {
	margin-bottom: 0;
}

.results-feed header h2 {
	margin: 1em;
}

.results-feed .divider {
	margin: .5em 0;
}

.results-feed .divider h2 {
	margin: 0;
}

.results-feed .divider h2 a {
	color: #2C2C2E; /* $dark */
}

.results-feed .divider h2 a:hover {
	color: #03245F; /* $primary */
}

.results-feed .article-holder {
	display: flex;
	flex-flow: row wrap;
}

.results-feed .article-holder .noresults {
	width: 100%;
	padding: 2em 0;
}

@supports (flex-wrap:wrap) {
	.results-feed .article-holder {
		display: flex;
	}
}

.results-feed .article-holder .article {
	width: 100%;
	border: solid 1px #ECECEC; /* $light */
}

.site-search-branch .results-feed.physicians .article-holder li {
	align-items: stretch;
	display: flex;
}

.results-feed.four .article-holder .article {
	float: none;
	width: 24%;
}

.results-feed.four .article-holder .article.noresults {
	width: 100%;
}

.nursery.results-feed .article-holder .article {
	padding: 1.5em 1em;
	text-align: center;
	border-top: solid 6px #03245F; /* $primary */
}

.nursery.results-feed .article-holder .article img {
	margin-bottom: .5em;
}

.nursery.results-feed .article-holder .article .name {
	font-weight: 600;
}

.nursery.results-feed .article-holder .article .gender-female {
	color: #e6a1e0;
}

.nursery.results-feed .article-holder .article .gender-male {
	color: #99bcef;
}

.nursery.results-feed .article-holder .article .parents {
	display: block;
}

.no-flexbox .results-feed.four .article-holder .article {
	float: left;
	margin-right: 1%;
	clear: none;
}

.results-feed.two .article-holder .article {
	width: 48.5%;
	margin-bottom: 1em;
}

.results-feed.two .article-holder .article.noresults {
	width: 100%;
}

html.no-flexbox .results-feed.two .article-holder .article {
	float: left;
	width: 48%;
	margin: 0 1% 1em;
}

html.no-display-table .results-feed.two .article-holder .article {
	width: 47%;
}

.results-feed.two .article:nth-of-type(2n+1) {
	clear: left;
}

.results-feed.three .article {
	float: left;
	width: 30%;
}

.results-feed.three .article:nth-of-type(3n+1) {
	clear: left;
}

.results-feed.four .article {
	float: left;
	width: 25%;
}

.results-feed.four .article:nth-of-type(4n+1) {
	clear: left;
}

.results-feed.five .article {
	width: 19%;
}

.results-feed .article {
	margin: 1em 0;
	border-bottom: 1px solid #BDBDBD; /* darken($light,20%) */
	_border: 1px solid #b8d6d6;
	_background-color: #ecf4f4;
}

.results-feed .more {
	padding: 1em 0;
}

.results-feed .paging .page-number {
	display: inline-block;
	width: auto;
	padding: .25em;
	color: #fff;
	text-align: center;
	background-color: #21B7D6; /* $tertiary */
}
/* End Default Feed */

/* Default Feed Item */
.article .top {
	display: block;
}

.hr .top .column {
	font-size: .9em;
}

.article-holder .article {
	position: relative;
}

.article .title {
	display: block;
	padding: .5em .75em 0;
	margin-bottom: 0;
	font-size: 1.333em;
	color: #03245F; /* $primary */
	text-decoration: none;
}

.ecards .article .title {
	font-size: 1em;
}

.blog .article .title {
	padding: 0;
}

.blog.results-feed .article .title {
	padding: .5em .75em;
}

.blog.article .title h2 {
	float: none;
}

.article .title h1 {
	margin: 0;
	font-family: inherit;
	font-size: 1.5em;
	line-height: 1.25em;
}

.article .title h2 {
	float: left;
	margin-top: .5em;
	font-family: inherit;
	font-size: 1.25em;
	line-height: 1.25em;
}

.blog .article .title h2 {
	float: none;
}

.article .title .btn.small {
	font-size: .85rem;
}

.article .image {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-color: #ECECEC; /* $light */
	background-image: url(/images/design/Logo.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #D7E5FE; /* lighten($primary,90%) */
	border-bottom: none;
}

.article .image a {
	display: block;
}

.article .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.article .image.empty {
	height: auto;
}

.article .image .date {
	position: absolute;
	bottom: 0;
	left: 0;
}

.article .byline {
	display: block;
	margin: 0 0 .5em;
	font-size: .8em;
	background-color: #03245F; /* $primary */
}

.article .details {
	padding: 0;
	overflow: hidden;
	font-size: .9em;
	line-height: 1.5em;
	color: #ECECEC; /* $light */
	_background-color: #1ba9a0;
}

.article .details span {
	display: inline-block;
	padding: .25em 1.5em;
	vertical-align: middle;
}

.article .details .date {
	background-color: #2C2C2E; /* $dark */
}

.article .details .byline {
	margin: 0;
	font-size: 1em;
}

.article .press-content {
	padding: 0 1.2em 1em;
	font-size: .95em;
}

.blog.results-feed .article .press-content {
	margin-bottom: 1em;
}

.article .press-content img {
	float: left;
	height: auto !important;
	margin-right: 1em;
	margin-bottom: 1em;
}

.article.page .press-content img {
	max-width: initial;
}

.article .press-content p {
	margin: .5em 0;
}

.article .bottom {
	padding: 1em 1.5em;
	background-color: #ECECEC; /* $light */
}

.site-search-branch .article .bottom {
	background-color: transparent;
}

.site-search-branch .physicians .article .bottom {
	background-color: transparent;
	margin-top: auto;
}

.article .bottom .addthis_toolbox {
	margin-top: .35em;
}

.results-feed .article .column ul {
	margin: 0;
	list-style: none;
}

.article .category {
	padding: 1em;
	font-size: .85em;
	color: #ecf4f4;
	background-color: #03245F; /* $primary */
	margin: 1.5em 0 2em;
}

.article .category a {
	color: #fff;
	text-decoration: none;
}

.article .category a:hover {
	color: #2C2C2E; /* $dark */
	text-decoration: none;
}

.article .category a span {
	font-weight: 600;
	text-decoration: none;
}

.article .category a em {
	color: #2C2C2E; /* $dark */
}

.article.rel {
	padding-bottom: 0;
}

.article.rel .top {
	flex: 0 1 50%;
}

.site-search-branch .article.rel .top {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	max-width: 66%;
}

.article.rel .title {
	padding: .5em 1em 0;
	font-size: 1.25em;
}

.article.rel .title:hover {
	color: #006965; /* $secondary */
}

.article.rel .press-content {
	padding: 0 1.25em;
}

.article.rel > .thumb {
	flex: 1 1 50%;
}

.article.rel > .thumb img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.article.rel > .thumb a {
	display: block;
}

.blog .article .content-style p {
	padding: 0 1%;
}

.share-icons a {
	display: inline-block;
	float: none !important;
	margin: .125em .05em;
}

.share-icons .addthis_toolbox {
	padding: 1em .5em;
	text-align: center;
}
/* End Default Feed Item */

/* Shared Search */
.boxes.search {
	position: relative;
	display: table;
	width: 100%;
}

.boxes.search .searchbox {
	display: table-row;
	width: 100%;
	padding: .5em;
}

.boxes.search .searchbox > div {
	position: relative;
	display: table-cell;
	width: 50%;
	padding: 1.5em 2.5em 5em;
	clear: both;
	vertical-align: top;
}

.boxes.search .searchbox .primary {
	background-color: #ECECEC; /* $light */
}

.boxes.search .searchbox .secondary {
	background-color: #03245F; /* $primary */
}

.boxes.search .searchbox h2, .boxes.search .searchbox h3 {
	margin-bottom: .5em;
	color: #2C2C2E; /* $dark */
}

.boxes.search .searchbox .secondary h2, .boxes.search .searchbox .secondary h3 {
	color: #fff;
}

.boxes.search .searchbox .secondary h3 {
	margin-top: 2em;
}

.boxes.search .searchbox p {
	margin-top: 0;
	font-size: .875em;
}

.boxes.search .searchbox .primary  p {
	color: #DBDBDB; /* darken($light,7%) */
}

.boxes.search .searchbox .secondary p {
	color: #ECECEC; /* $light */
}

.boxes.search .searchbox .btn:not(.small) {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 80%;
	padding: .75em .7em .65em;
	margin: 0 2.5em 2em;
	line-height: 1;
	text-align: center;
}

.boxes.search .searchbox .primary .btn:not(.small) icon {
	color: #ECECEC; /* $light */
}

.sbf-wrap {
	position: relative;
	margin-bottom: .5em;
}

.sbf-wrap span {
	display: block;
	font-size: .875em;
	font-weight: 700;
	padding: .5em;
}

.searchbox .sbf-wrap span.validator {
	background: transparent !important;
}

.sbf-wrap span.details {
	display: block;
	background: transparent;
}

.sbf-wrap a {
	font-weight: 600;
	color: #006965; /* $secondary */
}

.sbf-wrap input, .sbf-wrap select {
	display: block;
	width: 100%;
	padding: 1em;
	font-family: inherit;
	color: #2C2C2E; /* $dark */
	outline: none;
}

.sbf-wrap select {
	padding: .75em .5em .65em;
}

.searchbox .primary .sbf-wrap span {
	color: #FFFFFF;
	background-color: #03245F;
}

.searchbox .primary .sbf-wrap input, .primary .sbf-wrap select {
	border-color: #03245F; /* $primary */
}

.boxes.search .searchbox > div > span:first-child {
	float: left;
	width: 22%;
	line-height: 1;
}

.boxes.search .btn icon {
	float: right;
	font-size: 1.2em;
}

.boxes.search table td label {
	margin-left: .25em;
	font-family: inherit;
	font-size: .875em;
	font-weight: 500;
	color: #245594;
}

.boxes.search table {
	width: 100%;
	padding: .25em 0;
	border-radius: 0 5px 5px 5px;
}

.boxes.search .zip-search {
	display: table;
	width: 100%;
}

.boxes.search .zip-search > * {
	display: table-cell;
	vertical-align: bottom;
}

.physician .autodrop {
	position: relative;
	left: 22.5%;
	z-index: 1;
	width: 75%;
	min-height: 24.35em;
}

.physician .autodrop .result-top {
	display: none;
}

.physician .autodrop .result {
	width: 57%;
	line-height: 1;
	color: #2C2C2E; /* $dark */
	text-align: left;
	cursor: pointer;
	background-color: #fff;
	border: 5px solid #fff;
	transition: .2s ease;
	box-shadow: 0 2px 6px rgba(0,1,1,.35);
}

.physician .autodrop .result .item {
	padding: .625em;
	background-color: #fff;
}

.physician .autodrop .result.active .item {
	position: relative;
	width: 100%;
	background-color: #03245F; /* $primary */
}

.physician .autodrop .result.active .item:after {
	position: absolute;
	top: 50%;
	right: .5em;
	margin-top: -.5em;
	font-family: 'icomoon-ult';
	font-size: 1em;
	color: #5E8BDA; /* adjust($primary,52%,-33%,0%) */
	content: '\e9eb';
}

.physician .autodrop .result .item h5 {
	padding: 0;
	margin: 0;
	font-size: 1.125em;
	font-weight: 700;
}

.physician .autodrop .result.active .item h5 {
	color: #fff;
}

.physician .autodrop .result .item p {
	padding: 0;
	margin: 0;
	font-size: .875em;
	line-height: 1.5em;
	color: #555559; /* $text */
}

.physician .autodrop .result.active .item p {
	color: #fff;
}

.physician.lp-physician-search .autodrop .result {
	width: 100%;
}

.physician .autodrop .result .profile {
	position: absolute;
	top: 0;
	left: 57%;
	display: none;
	width: 43%;
	height: 100%;
	padding: 1em;
	text-align: center;
	background-color: #ECECEC; /* $light */
	border: 3px solid #fff;
}

.physician .autodrop .result .profile p {
	padding: 0;
	margin: .25em 0;
}

.physician .autodrop .result .profile h4 {
	margin: .5em 0 0;
}

.physician .autodrop .result .profile .specialty {
	display: block;
	font-style: italic;
}

.physician .autodrop .result.active .profile {
	display: block;
}

.physician .autodrop .result.active a {
	color: #73A4FB; /* lighten($primary,65%) */
	transition: .2s ease;
}

.physician .autodrop .result.active a:hover {
	color: #ECECEC; /* $light */
}

.physician .autodrop .result .name {
	display: block;
	margin: .5em 0;
	font-weight: 600;
}

.physician .autodrop .result .picture {
	flex: 0 1 auto;
	width: 20%;
	margin-right: 5%;
}

.physician .autodrop .result .picture img {
	width: 100% !important;
	height: auto!important;
	max-width: 50%;
	background-color: #2C2C2E; /* $dark */
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
	border: solid 3px #D3E2FE; /* lighten($primary,89%) */
	border-radius: 50%;
}

.physician .autodrop .result .physician-info {
	flex: 0 1 auto;
	width: 58%;
	margin: 0;
}

.physician .autodrop .result icon {
	display: block;
	margin-top: .5em;
	font-size: 1.3em;
	color: #03245F; /* $primary */
}

.physician .autodrop .result span {
	color: #2C2C2E; /* $dark */
	transition: .2s ease;
}

.physician .autodrop .result.active p span {
	color: #ECECEC; /* $light */
}

.physician .autodrop .result.active a.btn {
	width: auto;
	margin-top: .5em;
	color: #fff;
}

.applyjobs {
	margin-bottom: 1em;
}
/* End Shared Search */

/* Shared Details Pages */
.account.details {
	padding: 1em;
	border-radius: .313em;
}

.account.details .bottom {
	padding: 1.5em 2em;
	margin-top: 2em;
}

.account.details .title {
	padding: 1em;
	color: #2C2C2E; /* $dark */
	text-align: center;
}

.account.details .title h2 {
	padding: 0;
	margin: 0;
	font-size: 2em;
	color: #2C2C2E; /* $dark */
}

.account.details .title p {
	margin: 1em 0 0;
	line-height: 1.25em;
	color: #555559; /* $text */
}

.account.details .column ul {
	list-style: none;
}

.account.details .column > * {
	padding: 1em 0 0 1.5em;
	margin: 0;
	line-height: 1.75em;
}

.account.details strong {
	color: #006965; /* $secondary */
}
/* End Shared Details Pages */

/* Request Appointment Form */
.form.request {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.form.request div.full {
	width: 100%;
	height: unset;
}

.form.request div.full > span:first-child {
	height: unset;
}

.form.request div.full.half input {
	width: 34.5%;
}

.form.request div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.form.request div > span:first-child, .form.request span.spacer, .form.request div > label:first-child {
	width: 70%;
	display: block;
	float: left;
	padding: .7em 1em .7em 0;
	height: 100%;
}

.form.request div.full.confirm input.ui-check-style {
	visibility: visible !important;
	margin-right: 1em !important;
}

.form.request textarea {
	width: 70%;
}

.form.request div.full.confirm {
	display: flex;
	flex-direction: row;
}

.form.request .request-appt-btn.btn.v1 {
	padding: 1.1em 2.2em;
}
/* End Request Appointment Form */

/* Paging Styles */
.paging {
	border-top: solid 1px #ECECEC; /* $light */
	border-bottom: solid 1px #ECECEC; /* $light */
	padding-left: 2%;
	padding-right: 2%;
}

.paging strong {
	font-size: .889em;
	font-weight: 800;
	letter-spacing: .2em;
	color: #03245F; /* $primary */
	text-transform: uppercase;
	align-self: center;
}

.paging .pages {
	padding: 0;
	font-size: 1em;
	color: #2C2C2E; /* $dark */
}

.paging h3 {
	padding: .85em 0 0 1.1em;
	margin: 0;
	font-size: 1.1em;
	font-weight: 400;
}

.paging .pages .results-paging {
	order: 1;
	padding: 1em;
}

.paging .pages .paging-nav + .results-paging {
	padding: 1em;
}

.paging .pages .results {
	color: #21B7D6; /* $tertiary */
}

.paging .pages .navigation {
	padding: 0 0 0 1.5em;
}

.paging-top .pages .navigation .current-page {
	display: inline;
}

.paging .pages .paging-nav {
	order: 2;
	padding: 0;
}

.paging .pages .paging-nav span.old-paging {
	display: none;
}

.paging a.prev.btn, .paging a.next.btn {
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 1em;
	font-size: 1em;
	line-height: 1.5;
	border: 0;
}

.paging a.prev.btn.hide, .paging a.next.btn.hide {
	display: none;
}

.paging a.prev.btn:after, .paging a.next.btn:after {
	display: none;
}
/* End Paging Styles */

/* IE Fallbacks */
.no-flexbox .pages .results-paging {
	float: right;
	width: auto;
}

.no-flexbox .pages .paging-nav {
	float: right;
	width: auto;
}

.no-flexbox .article.rel > * {
	width: 50%;
	vertical-align: top;
}

.no-flexbox .column-box .box-left {
	float: left;
}

.no-flexbox .column-box .box-right {
	float: right;
}

.no-flexbox .feed-container.flex > * {
	width: 50%;
}
/* End IE Fallbacks */

/* 1200px Responsive */
@media screen and (max-width:1200px) {
	.feed-container.flex > * {
		width: 100%;
	}
}
/* End 1200px Responsive */

/* 1000px Responsive */
@media (max-width: 1000px) {
	.boxes.search .searchbox > div {
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}

	div.fixed-refinebtn {
		transform: initial;
		position: initial;
		width: initial;
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media (max-width: 800px) {
	.form {
		padding: 5%;
		box-sizing: border-box;
	}

	.form > div {
		padding: 1.5%;
	}

	.form table.nospacing {
		width: 70%;
	}

	.results-feed .article.more, .results-feed .article.video {
		width: 100%;
	}

	.results-feed.related .article .title {
		font-size: .875em;
	}

	.column-box {
		display: block;
	}

	.column-box .box-left, .column-box .box-right {
		width: 100%;
	}

	div.form span, div.form ul li {
		padding: 1.5%;
	}

	fieldset.form ul li {
		margin: .188em 0;
	}
}
/* End 800px Responsive */

/* 650px Responsive */
@media screen and (max-width:650px) {
	.results-feed.two .article, .results-feed.three .article {
		width: 100%;
	}

	.results-feed.four .article-holder .article, .results-feed.five .article-holder .article {
		float: left;
		width: 48%;
		margin: 0 1%;
	}

	fieldset.form ul li.half, fieldset.form ul li.fourth, fieldset.form ul li.third {
		width: 100%;
	}

	.results-feed.two .article-holder .article {
		width: 100%;
	}
}
/* End 650px Responsive */

/* 475px Responsive */
@media (max-width: 475px) {
	.form {
		width: 100%;
		padding: 0;
		font-size: 13px;
	}

	.form.checkin {
		padding: 5%;
	}

	.form div > span, .form div > span:first-child, .form.prereg div > span, .form.prereg div > span:first-child {
		float: none;
		width: 100%;
	}

	.form input.wide, .form textarea.wide, .form select.wide {
		width: 100%;
	}

	.form input.short, .form.prereg input.short {
		width: 50%;
	}

	.form table.nospacing td select {
		padding: .4em .5em !important;
	}

	input.ui-input-style.date {
		width: 84%!important;
	}

	.form input:not(.btn), .form textarea, .form select, .form.prereg input, .form.prereg textarea, .form.prereg select {
		width: 100%;
		max-width: 100%;
		padding: .4em .5em;
		margin: 0 auto;
	}

	.form > div table.group.radio {
		width: 100%;
	}

	.form div span.inline, .form.prereg div span.inline {
		display: inline;
		width: auto;
	}

	.results-feed {
		font-size: .8em;
	}

	#SubmitStory > div > div {
		max-width: 100%;
	}

	.form div.ck-editor {
		width: 100% !important;
	}

	.form .cke_editable {
		font-size: 16px;
	}

	.searchbox-fields table tr td {
		display: block;
		width: 100%;
		margin-bottom: .75em;
	}

	.results-feed .article-holder {
		_display: block;
	}

	.results-feed.two .article-holder .article {
		width: 100%;
	}

	.results-feed.related .article .title {
		font-size: 1em;
	}

	.paging-top a.btn, .paging-bottom a.btn {
		padding: .7em .5em;
	}
}
/* End 475px Responsive */

.site-search-branch .article.rel > .thumb img {
	width: auto !important;
}

.site-search-branch .article.rel > .thumb {
	flex: 0 1 auto;
	width: 25%;
}

.fixed-refinebtn {
	transform: rotate(-90deg);
	position: fixed;
	top: 25vh;
	z-index: 99;
	left: calc(100% - 7.2em);
	width: 12em;
}

.alert-content {
	background-color: #21b7d6;
	max-width: 2000px;
	margin: 0 auto;
	padding: .25em 1em;
	color: #FFFFFF;
	font-size: .85em;
	text-align: center;
	font-weight: 600;
	display: block;
}

.alert-content-action {
	cursor: pointer;
}

.alert-content p {
	margin: 0;
}

.alert-content a {
	color: rgb(255,255,238);
	text-decoration: underline;
}

.alert-content a:hover {
	color: #4b9d45 !important;
	text-decoration: underline;
}

.alert-content2 {
	background-color: #4B973D;
	padding: .25em 1em;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: center;
	font-weight: 600;
}