/* Color Tokens */
.color-tokens {
	color: #00678F; /* $primary */
	background-color: #F5866C; /* $secondary */
	border-top-color: #0F563E; /* $tertiary */
	border-right-color: #939598; /* $text */
	border-bottom-color: #DDEBF8; /* $light */
	border-left-color: #2C2C2E; /* $dark */
}
/* End Color Tokens */

/* General Site Styles */
html {
	overflow-x: hidden;
	font-size: 20px;
	-webkit-text-size-adjust: 100%;
}

body {
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-family: 'Work Sans', sans-serif; /* @mainfont */
	line-height: 1.4;
	color: #2C2C2E;
	background-color: #fff;
	transition: padding-top .2s ease 0s;
}

body.print {
	overflow: visible;
	height: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	body.print {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}
}

.cms-admin div#FBShareTags {
	display: block !important;
}

.site-container {
	overflow-x: hidden;
}

form *, form *:before, form *:after {
	box-sizing: border-box;
}

#MainZone.large-fonts {
	font-size: 1.125em;
}

main > .section {
	padding: 3em 0;
}

main > .section header {
	padding-bottom: 2em;
}

body:not(.cms-admin) main > .section header:empty {
	display: none;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: 'EB Garamond', serif; /* @accentfont */
	font-weight: 400;
	line-height: 1.1;
}

.large-fonts {
	font-size: 1.25em;
}

.locations-details.hc1 .locations .call-to-schedule a {
	cursor: pointer;
}

.service-panel.hc1 .panel .service-holder .service.letter-T a[href='/Locations/Test-Location.aspx'] {
	display: none;
}

.content-panel h1 {
	margin-bottom: 1rem;
}

.content-panel h1 .tmp-header {
	font-size: .5em;
	color: #2C2C2E; /* $dark */
}

.content-panel h2, .content-panel h3, .content-panel h4 {
	margin: 1rem 0;
	_padding-top: .5em;
}

h1, h2.look-like-h1, .content-panel h2.look-like-h1 {
	font-size: 2.75em;
	color: #00678F; /* $primary */
	font-style: normal;
	line-height: 1.05;
}

.content-panel h2.neg-top, .content-panel h3.neg-top {
	padding-top: 0;
	margin-top: 0;
}

.scroll-box h2, .scroll-box h3 {
	padding-top: .5em;
	font-size: 1.2em;
	color: #dc3028;
}

h4 {
	font-size: 1.25em;
	color: #00678F; /* $primary */
}

h2, h3, .content-panel h2, .content-panel h3 {
	font-size: 1.6em;
	color: #0F563E;
}

.content-panel h2, h3 {
	font-style: italic;
}

.content-panel h2 {
	color: #F5866C; /* $secondary */
}

.content-panel h3 {
	font-style: normal;
}

a {
	color: #00678F;
	text-decoration: none;
	transition: color .3s ease 0s;
}

a:hover {
	color: #3C7261;
	text-decoration: none;
}

a[href^=tel] {
	cursor: default;
}

img {
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.Event-Details div.content-details div.description ul {
	list-style-type: disc;
	margin-left: 2.5em;
}

.content-panel ul.collumns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.content-panel ul.collumns-2 li {
	list-style: none;
	text-align: center;
}

.content-panel ul, .content-format ul {
	padding-left: 2.5em;
	margin: 1em 0;
	list-style: disc;
}

.B-Leadership .content-panel ul, .B-Leadership .content-format ul {
	padding-left: 0;
}

.content-panel .flex ul, .content-format .flex ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

.B-Leadership .content-panel .flex ul li, .B-Leadership .content-format .flex ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 33.33%;
}

.Gift-Shop-Order-by-Phone .content-panel ul.flex {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-panel ul li, .content-panel ol li {
	margin-bottom: .25em;
}

.content-panel li > ul, .content-format li > ul, .content-panel li > ol {
	margin: .25em 0;
}

.btn {
	position: relative;
	display: inline-block;
	padding: 0.8em 2.2em 0.9em;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none;
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: .25em;
	font-weight: 700;
	letter-spacing: .15em;
	background-color: #F5866C; /* $secondary */
	box-shadow: inset 0 -.15em rgba(0,0,0,.4);
	transition: background-color .3s ease, color .3s ease;
	font-size: .8em;
}

.btn.plain {
	box-shadow: none !important;
	padding: .8em 2.2em;
}

.btn.small {
	padding: .5em 1em;
	font-size: .75em;
}

.btn.big {
	font-size: 1.125em;
}

.btn.round {
	padding: .75em 2em;
	border-radius: .3em;
}

form button, button.btn {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.btn.v1, a .btn.v1 {
	color: #FFFFFF;
}

.btn:hover, a:hover .btn, .btn.v1:hover, a:hover .btn.v1 {
	background-color: #00678F; /* $primary */
	color: #FFFFFF;
}

.btn.v1b:hover, a:hover .btn.v1b {
	background-color: #0F563E; /* $tertiary */
	color: #FFFFFF;
}

.btn.v2, a.btn.v2, .btn.v2b, a.btn.v2b {
	background-color: #0F563E; /* $tertiary */
	transition: background-color .5s ease 0s;
	color: #FFFFFF;
}

.btn.v2:hover, a .btn.v2:hover {
	background-color: #00678F; /* $primary */
	color: #FFFFFF;
}

.btn.v2b:hover, a .btn.v2b:hover {
	background-color: #F5866C; /* $secondary */
	color: #FFFFFF;
}

.btn.v3, a .btn.v3 {
	background-color: #00678F; /* $primary */
	transition: background-color .5s ease 0s;
	color: #FFFFFF;
}

.btn.v3:hover, a .btn.v3:hover {
	background-color: #F5866C; /* $secondary */
	color: #FFFFFF;
}

.btn.v3b:hover, a .btn.v3b:hover {
	background-color: #0F563E; /* $tertiary */
	color: #FFFFFF;
}

.btn.v4, a .btn.v4 {
	color: #0F563E; /* $tertiary */
	background-color: #fff;
	transition: background-color .5s ease 0s, color .5s ease 0s;
}

.btn.v4:hover, a .btn.v4:hover {
	color: #fff;
	background-color: #1ba9a0;
}

.link.v1, a .link.v1 {
	display: inline-block;
	padding: 0 1em;
	font-weight: 600;
	color: #0F563E; /* $tertiary */
	text-decoration: none;
	-webkit-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.link.v1:hover, a:hover .link.v1 {
	color: #F5866C; /* $secondary */
}

.link.v1:before, a .link.v1:before {
	display: inline-block;
	margin-right: .25em;
	font-family: icomoon-ult;
	font-size: .75em;
	content: '\e0fd';
	transition: .5s ease;
}

.link.v1:hover:before, a:hover .link.v1:before {
	color: #00678F; /* $primary */
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.link.v2, a .link.v2 {
	display: inline-block;
	padding: 0 1em;
	font-weight: 600;
	color: #F5866C; /* $secondary */
	text-decoration: none;
	-webkit-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.link.v2:hover, a:hover .link.v2 {
	color: #0F563E; /* $tertiary */
}

.link.v2:before, a .link.v2:before {
	display: inline-block;
	margin-right: .25em;
	font-family: icomoon-ult;
	font-size: .75em;
	content: '\e0fd';
	transition: .5s ease;
}

.link.v2:hover:before, a:hover .link.v2:before {
	color: #00678F; /* $primary */
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.main {
	position: relative;
	width: 100%;
	max-width: 1640px;
	padding-right: 4%;
	padding-left: 4%;
	margin: 0 auto;
}

.full {
	position: relative;
	width: 100%;
	padding-right: 4%;
	padding-left: 4%;
	margin: 0 auto;
	font-size: .94vw;
}

.half {
	width: 50%;
}

.third {
	width: 33.3%;
}

.fourth {
	width: 25%;
}

.center {
	text-align: center;
}

.hide {
	display: none !important;
}

.cms-admin .hide {
	display: block;
}

.cms-edit-content .hide {
	display: initial !important;
}

.cms-edit-layout .hide {
	display: initial !important;
}

.content-panel .half {
	width: 48%;
}

.content-panel .third {
	width: 31.3%;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.content-panel .fourth {
	width: 23%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.flex {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex.flex-end {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

html.no-canvas .main {
	width: 1150px;
}

div.zone-editable > * {
	min-height: 15px;
}

body.cms-layout .cms-zone ul.zone-tab li {
	position: relative !important;
	float: none !important;
	overflow: visible !important;
	opacity: 1 !important;
}

body.cms-layout .cms-zone ul.zone-tab {
	overflow: visible !important;
	-webkit-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
	-webkit-column-count: auto !important;
	-moz-column-count: auto !important;
	column-count: auto !important;
}

.content-panel {
}

.content-panel p {
	line-height: 1.5em;
}

.content-panel strong {
	font-weight: 600;
}

body:not(.cms-admin) .content-panel:empty {
	display: none;
}

.top-nav .ui-scroll {
	overflow: visible !important;
}

main {
	display: block;
}

.sidebox {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 3em 2% 3.5em;
}

.widebox {
	padding: 3em 4% 3.5em;
	max-width: 1712px;
}

.Send-to-a-Friend .widebox {
	padding: 0;
}

.sidebox #MainZone {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 57%;
	padding: 2.1em 5% 0 0;
}

.sidebox #SideZone {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 38%;
}

.sidebox #SideZone > * {
	margin-top: 2em;
}

.sidebox #SideZone > *:first-child {
	margin-top: 0;
}

span.validator {
	font-weight: 500;
	font-size: .9em;
}

body > iframe {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.cms-admin div.ui-dialog div.jl-items {
	overflow: scroll;
}

html body div.ui-dialog ul.jl-list li:after {
	display: initial;
	color: #6689a9;
}

.pm-panel2 .pm-options .conditional[_attr=NotLink] {
	display: block !important;
}

icon.blogger:before {
	font-family: 'fontello' !important;
	content: '\e81b';
}

icon.feed:before {
	font-family: 'fontello' !important;
	content: '\e809';
}

icon.vimeo:before {
	font-family: 'fontello' !important;
	content: '\e815';
}

.full-feed-wrap {
	background: #0F563E url(/images/design/feedBG.jpg) center no-repeat; /* $tertiary */
	background-size: cover;
	padding: 4% 0;
}

.full-feed-wrap .main {
	max-width: 1800px;
}

.super-bold, strong.super-bold {
	color: #0F563E;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}

.clientportal {
	padding: 1em 5%;
	background-color: #F9F9F9;
	border: solid 1px #939598; /* $text */
}

clientportal-form.flex.flex-half {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.clientportal h1 {
	margin-bottom: .5em;
}

.clientportal > .flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.clientportal .content-panel {
}

.clientportal .auth {
	text-align: right;
}

.clientportal input {
	width: 100%;
	padding: .75em 1em;
	margin-bottom: 1em;
	color: #0F563E; /* $tertiary */
	border: solid 1px #939598; /* $text */
	font-size: .883rem;
}

.clientportal input:focus, .clientportal select:focus, .clientportal textarea:focus {
	outline: none;
	border: solid 1px #939598;
}

.clientportal ::-webkit-input-placeholder {
	color: #0F563E; /* $tertiary */
	font-size: .883rem;
}

.clientportal :-moz-placeholder {
	color: #0F563E;
	opacity: 1;
}

.clientportal ::-ms-input-placeholder {
	color: #0F563E; /* $tertiary */
}

.order-by-phone-list li {
	border-bottom: solid 1px #939598; /* $text */
	margin: 1em 0;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.order-by-phone-list li div {
	padding-left: 3%;
}

.order-by-phone-list li img {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

div.site-map li li {
	list-style: square;
}

div.site-map li li li {
	list-style: circle;
}

div.site-map li li li li {
	list-style: none;
}

div.site-map li li li li:before {
	content: '- ';
}

div.site-map li li li li li {
	list-style: disc;
}

div.site-map li li li li li:before {
	content: none;
}

div.site-map li li li li li li {
	list-style: square;
}

div.line {
	border-bottom: solid 1px #0F563E; /* $tertiary */
}

.cf {
	clear: both !important;
	list-style: none;
}

.doctor-cta-container.tmp .left {
	width: 35%;
	padding: 1em;
}

.doctor-cta-container.physician-vidcta.tmp .doc-cta-text {
	width: 65%;
}

#EventDetails .doctor-cta-container.physician-vidcta {
	width: 100%;
}

.doctor-cta-container.physician-vidcta .doc-cta-text {
	width: 50%;
	padding: 1.5em .2em;
}

.doctor-cta-container.physician-vidcta.cta-width {
	width: 100%;
}

.money img {
	height: 4.5em;
	width: 4.8em;
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	transition: 0.3s ease;
}

.money img:first-child {
	opacity: 0;
}

.money img:nth-child(2) {
	opacity: 1;
}

.money a:hover img:first-child {
	opacity: 1;
}

.money a:hover img:nth-child(2) {
	opacity: 0;
}

.doctor-cta-container.physician-vidcta {
	width: 69%;
	margin: 3em auto 2.5em;
}

.doctor-cta-container.physician-vidcta.tmp {
	width: 100%;
}

.doctor-cta-container.physician-vidcta.makowidth {
	width: 100%;
}

.doctor-cta-container.physician-vidcta.hundo-width {
	width: 100%;
	margin-top: 1em;
}

.physician-vidcta.phys-vid-size .half.left {
	padding: 1em;
	width: 90%;
}

.excellence-form-titles {
	text-align: center;
}
/* End General Site Styles */

/* Print Styles */
.print .paging-bottom.flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.print .paging-top, .print .paging-bottom {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #ECF5F2;
	border: solid 1px #CEE5DE;
	border-radius: .2em;
	overflow: hidden;
	margin: 1em;
}

.print .old-paging {
	padding: 0 2em;
}

.print .next.btn {
	margin-right: 2em;
}

.print .paging-top a.btn:hover, .print.paging-bottom a.btn:hover {
	background-color: rgb(0, 103, 143);
	box-shadow: none;
}

.print .paging-top.flex > a.btn, .print .paging-bottom.flex > a.btn {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.print .btn:hover, a:hover .btn, .print .btn.v1:hover, .print a:hover .btn.v1 {
	background-color: #00678F;
	color: #FFFFFF;
}

.print .paging-top a.btn, .print .paging-bottom a.btn {
	color: rgb(255, 255, 255);
	background-color: rgb(78, 145, 123);
	box-shadow: none;
	padding: 0.7em 2em;
	border-radius: 0px;
}

.print .paging-top .pages, .print .paging-bottom .pages {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: .85em;
	color: #0F563E;
}

.print .paging-top .pages .paging-nav, .print .paging-bottom .pages .paging-nav {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding: 0;
}

.print .paging-top a.prev.btn,  .print .paging-bottom a.prev.btn {
	border-right: solid 1px #DDEBF8;
}

.print .paging-top a.prev.btn, .print .paging-bottom a.prev.btn, .print .paging-top a.next.btn,  .print .paging-bottom a.next.btn {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding: .8em 1em;
	font-size: 1.1em;
	position: relative;
}

.print .paging-bottom a.prev.btn .b-con {
	position: relative;
	top: .15em;
	left: .1em;
}

.print icon.angle-left:before {
	content: '\e914';
}

.print .paging-bottom .pages .paging-nav span.old-paging {
	display: none;
}

.print .paging-bottom .pages .results-paging {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding: .65em 1em .65em 0;
}

.print .paging-bottom .pages .results {
	font-weight: 600;
	color: #0F563E;
}

.print .paging-bottom .pages .navigation {
	padding: 0 0 0 1.5em;
}

.print .paging-bottom .pages .navigation .current-page {
	display: inline-block;
	padding: .25em 1em;
	margin: 0 .2em;
	cursor: default;
	background-color: #D2E7E0;
	border: solid 1px #B4D7CC;
}
/* End Print Styles */

/* Alert Content */
.alert-panel.hc1 .alert-content {
	text-align: center;
	padding: .5em 2%;
	background-color: #0F563E;
	color: #FFFFFF;
}

.alert-panel.hc1 .alert-content p {
	line-height: 1;
	padding: 0;
	margin: 0;
}

.alert-panel.hc1 .alert-content strong:before {
	content: '\e141';
	font-family: 'icomoon-ult';
	font-size: 1.5em;
	line-height: 1;
	font-weight: 400;
	padding: .5em;
	position: relative;
	top: .15em;
}

.alert-panel.hc1 .alert-content strong {
	font-size: 1.111em;
}

.alert-panel.hc1 .alert-content a {
	color: #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
}

.alert-panel.hc1 .alert-content a:hover {
	border-bottom: dotted 2px #FFFFFF;
}
/* End Alert Content */

/* Alert Message Module */
.alert-message {
	background-color: #FF0004;
	padding: .1em 1em;
	color: #FFFFFF;
	font-size: 1.25em;
}

.alert-message.team-member {
	background-color: #FED330;
}

.alert-message.urgent {
	background-color: #F9CA24;
}

.alert-message.urgent p {
	color: #2C2C2E; /* $dark */
}

.alert-message.urgent a {
	text-decoration: underline;
	color: #0F563E; /* $tertiary */
	font-weight: 600;
}

.alert-message p {
	margin: 0;
	padding: .5em 0;
	margin: 0;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	line-height: 1.1;
}

.alert-message a {
	color: #FFFFFF;
	text-decoration: underline;
}

.alert-message a:hover {
	color: #00A1DF;
}

.alert-message icon {
	padding-right: .5em;
}
/* End Alert Message Module */

/* General Content */
.content-panel img.half {
	width: auto;
	height: auto !important;
	max-width: 50%;
}

.content-panel img.third {
	width: auto;
	height: auto !important;
	max-width: 33%;
}

.content-panel img.fourth {
	width: auto;
	height: auto !important;
	max-width: 25%;
}

.content-panel img.left {
	margin: 2% 2% 2% 0;
}

.content-panel img.right {
	margin: 2% 0 2% 2%;
}

.content-panel img.no-vert {
	margin-top: 0;
	margin-bottom: 0;
}

.content-panel table {
	max-width: 100%;
}

.content-panel a.btn, .content-panel h1 a, .content-panel h2 a, .content-panel h3 a, .content-panel h4 a {
	text-decoration: none;
}

.content-panel a {
	text-decoration: underline;
}

.content-panel hr {
	clear: both;
}

.content-panel iframe {
	max-width: 100%;
	border: none;
}

.content-panel .text-l {
	text-align: left;
}

.content-panel .text-r {
	text-align: right;
}

.content-panel .text-c {
	text-align: center;
}

.content-panel-list h2 {
	margin: .5em 0;
	line-height: 1;
}

.content-panel-list h3 {
	position: relative;
	padding: .5em 2.75em .6em 1em;
	margin: .25em 0;
	font-size: 1.25em;
	font-weight: normal;
	color: #00678F; /* $primary */
	border: solid 1px #ecf3f8;
	transition: .25s ease;
	box-shadow: inset 0 0 .5em #ecf3f8;
}

.content-panel-list h3.active {
	color: #fff;
	background-color: #2C2C2E; /* $dark */
}

.content-panel-list h3:after, .content-panel-list h3.active:after {
	position: absolute;
	top: .55em;
	right: 1em;
	font-family: 'icomoon-ult';
	font-size: 1em;
	line-height: 1em;
}

.content-panel-list h3:after {
	font-family: 'icomoon-ult';
	content: '\e145';
}

.content-panel-list h3.active:after {
	font-family: 'icomoon-ult';
	content: '\e147';
}

.content-panel-list h3:hover {
	color: #fff;
	cursor: pointer;
	background-color: #2C2C2E; /* $dark */
}

.content-panel-list .cl-section {
	padding: 1% 2%;
	background-color: #ecf3f8;
}

.content-panel .column {
	padding: 0;
	margin: 0;
	overflow: hidden;
	clear: both;
	list-style: none;
}

.content-panel .column.center {
	text-align: center;
}

.content-panel .column img.left, .content-panel .column img.right {
	margin-top: 0;
	margin-bottom: 0;
}

.content-panel .column ul {
	list-style: disc;
}

.content-panel .column ul li {
	list-style: inherit;
}

.content-panel .column > * {
	float: left;
	margin: 0 0 4% 0;
	list-style: none;
}

.content-panel .column.one > * {
	width: 100%;
	margin-bottom: 1%;
}

.content-panel .column.two > * {
	width: 47%;
}

.content-panel .column.two > *:nth-child(2n+1) {
	clear: both;
}

.content-panel .column.three > * {
	width: 33%;
}

.content-panel .column.three > *:nth-child(3n+1) {
	clear: both;
}

.content-panel .column.four > * {
	width: 25%;
}

.content-panel .column.four > *:nth-child(4n+1) {
	clear: both;
}

.no-hashchange .content-panel .column > * {
	margin-bottom: 5%;
}

.content-panel .table {
	display: table;
	width: 100%;
	padding: 0;
	margin: 1em 0;
	list-style: none;
	table-layout: fixed;
}

.content-panel .table.center {
	text-align: center;
}

.content-panel .table > * {
	display: table-row;
}

.no-display-table .content-panel .table > * {
	display: block;
}

.content-panel .table > * > * {
	display: table-cell;
	padding: 1%;
	margin: 0;
	vertical-align: middle;
}

.no-display-table .content-panel .table > * > * {
	float: left;
	width: 48%;
}

.Register .clientportal > .flex {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.Register .clientportal > .flex.half-flex > *:nth-child(even) {
	margin-left: 0;
}

.Register .clientportal > .flex.half-flex > * {
	-webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
}

.Phone-Directory .content-panel .table > * > * {
	border-right: solid 1px #939598; /* $text */
	border-bottom: solid 1px #939598; /* $text */
}

.Phone-Directory .content-panel .table > * > *:nth-child(3n) {
	border-right: none;
}

.Phone-Directory .content-panel .table > *:last-of-type > * {
	border-bottom: none;
}

.content-panel .table.zebra > *:nth-child(even) {
	background-color: #ecf3f8;
}

.content-panel .table.vert-top > * > * {
	vertical-align: top;
}

.content-panel .table.border > * > * {
	border: 1px solid #2C2C2E; /* $dark */
}

.content-panel .table.border {
	border: 1px solid #2C2C2E; /* $dark */
}

.content-panel .table.border.header-top > *:first-child > * {
	border: 1px solid #cecece;
}

.content-panel .table.header-top > *:first-child {
	color: #fff;
	background-color: #00678F; /* $primary */
}

.content-panel .table.header-side > * > *:first-child {
	color: #fff;
	background-color: #00678F; /* $primary */
}

.content-panel .table.border.header-top > *:first-child > h4 {
	color: #2C2C2E; /* $dark */
}

.content-panel .table.border.header-side > * > *:first-child {
	border-color: #2C2C2E; /* $dark */
}

.content-panel .table.header-side > * > h4:first-child {
	color: #2C2C2E; /* $dark */
}

.content-panel .table .spacer {
	color: #fff;
}

.content-panel .table span.spacer {
	display: none;
}

.content-panel .table .table-head {
	color: #fff;
	background-color: #00678F; /* $primary */
}

.content-panel .table .third {
	float: none;
	width: 33%;
}

.content-panel .table .two-thirds {
	float: none;
	width: 66.6%;
}

.home-cta {
	background-image: url(/images/new-section-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5% 2%;
	background-position: 30% 50%;
}

.home-cta .cta-info {
	padding: 2%;
	max-width: 50%;
	float: right;
}

.home-cta .cta-info h2 {
	color: #00678F; /* $primary */
	line-height: 1;
	font-size: 3.75em;
}

.home-cta .cta-info h3 {
	padding: 0.25em 0;
	font-size: 1.75em;
	line-height: 1.1;
}

.home-cta .cta-info p {
	color: #00678F; /* $primary */
}

.iframe-container {
	position: relative;
	overflow: hidden;
	padding-top: 56%;
}

.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/* End General Content */

/* General Bread Crumb Styles */
.bcb {
	margin: 0;
	background-color: #00678F; /* $primary */
}

.bcb > div {
	background-color: #00678F; /* $primary */
	color: #FFFFFF;
	padding-left: 2%;
	padding-right: 2%;
}

body.print .bcb {
	display: none;
}

.bread {
	float: left;
	clear: left;
	max-width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	color: #FFFFFF;
}

.bread span {
	padding: 0.65em 0.35em;
	color: #FFFFFF;
	font-size: 1em;
}

.bread a, .bread a span {
	color: #FFFFFF;
	transition: .3s ease;
}

.bread a:hover, .bread a:hover span {
	color: #A7CBED;
}

.bread span.selected {
	color: #A7CBED; /* darken($light,14%) */
}

.bread .separator {
	color: #A7CBED; /* darken($light,14%) */
	font-size: 0.85em;
	padding: 0;
}

.bc-buttons {
	float: right;
	clear: right;
	padding-right: .25em;
}

.bc-buttons li {
	display: inline-block;
	zoom: 1;
}

.bc-buttons li.share .addthis_toolbox {
	display: none;
}

.bc-buttons a {
	display: inline-block;
	width: 3em;
	height: 2.7em;
	background-color: #00587A; /* darken($primary,15%) */
	color: #A7CBED; /* darken($light,14%) */
	position: relative;
	text-align: center;
	margin-bottom: -.35em;
	transition: .3s ease;
}

.bc-buttons li.share a:hover, .bc-buttons li.share.active a:hover {
	background-color: #F1F1F1;
	color: #0F563E;
}

.bread a.home-link {
	display: inline-block;
	padding: 0.43em 0.8em;
	background-color: #00587A; /* darken($primary,15%) */
	color: #A7CBED; /* darken($light,14%) */
	text-align: center;
	font-size: 1.2em;
	transition: .3s ease;
	margin-right: .3em;
}

.tmp .bread a.home-link + span + a {
	display: none;
}

.bc-buttons a:hover, .bread a.home-link:hover {
	background: #DDEBF8;
	color: #00678F;
}

.bc-buttons a icon {
	display: block;
	font-size: 1.05em;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
}
/* End General Bread Crumb Styles */

/* AddThis */
.add-this-wrap {
}

.add-this-wrap .addthis_toolbox {
	position: absolute;
	right: 0;
	width: 22em;
	background-color: #F1F1F1; /* $bg */
	padding: 2em 0 1.5em 3em;
	border-radius: .2em;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	z-index: 2;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: .5s ease;
}

.add-this-wrap .addthis_toolbox.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.add-this-wrap .addthis_toolbox a.closer {
	font-size: 1.8em;
	position: absolute;
	right: .3em;
	top: .4em;
}

.add-this-wrap .addthis_toolbox h4 {
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .9em;
	letter-spacing: .15em;
	margin-bottom: 2em;
}

.add-this-wrap .addthis_toolbox .inner-wrap {
}

.add-this-wrap .addthis_toolbox .inner-wrap .col {
	width: 50%;
	float: left;
	display: inline-block;
}

.add-this-wrap .addthis_toolbox .inner-wrap .col a {
	display: block;
	width: 100%;
	font-size: .85em;
	font-weight: 500;
	color: #939598; /* $text */
}

.add-this-wrap .addthis_toolbox .inner-wrap .col a:hover {
	color: #00678F; /* $primary */
}

.add-this-wrap .addthis_toolbox .inner-wrap .col a .at-icon-wrapper {
	float: left;
	margin-right: .8em;
	position: relative;
	top: -.35em;
	border-radius: .2em;
	transition: .3s ease;
}

.add-this-wrap .addthis_toolbox .inner-wrap .col a.addthis_button_compact .at-icon-wrapper {
	background-color: #0F563E !important; /* $tertiary */
}

.add-this-wrap .addthis_toolbox .inner-wrap .col a:hover .at-icon-wrapper {
	background-color: #939598 !important; /* $text */
	margin-right: .2em;
}
/* End AddThis */

/* HCAHPS Graphs */
.hcahps-graph {
}

#MainZone .section {
	margin: 1em 0;
}

.hcahps-graph ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	margin: 0 0 1em 0;
}

.hcahps-graph ul li {
	width: 24%;
	text-align: center;
	height: 17em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 1% 0 0;
}

.B-Team-Member-Portal .hcahps-graph ul li {
	width: 100%;
	display: block;
	height: auto;
}

.hcahps-graph ul li:last-child {
	margin: 0;
}

.hcahps-graph ul li .container {
	background-color: #00597B;
	color: #F1F1F1; /* $bg */
	width: 100%;
	padding: 0 .5em;
	position: relative;
	_background-image: linear-gradient(to bottom,#00597B,#004862);
}

.hcahps-graph ul li:nth-child(2) .container {
	background-color: #00678F;
	_background-image: linear-gradient(to bottom,#00678F,#005270);
}

.hcahps-graph ul li:nth-child(3) .container {
	background-color: #3E7160;
	_background-image: linear-gradient(to bottom,#3E7160,#294C40);
}

.hcahps-graph ul li:nth-child(4) .container {
	background-color: #0F563E;
	_background-image: linear-gradient(to bottom,#0F563E,#3C7261);
}

.hcahps-graph ul li .percentage {
	color: #DDEBF8; /* $light */
	font-weight: 600;
	text-shadow: 0 1px 3px #000000;
	font-size: 1.8em;
}

.hcahps-graph ul li .percentage:after {
	content: '%';
}

.hcahps-graph ul li .title {
	position: absolute;
	bottom: 0;
	font-size: .8em;
	text-align: center;
	width: 90%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.Team-Member-Portal-Home .hcahps-graph ul li .title {
	font-size: .6em;
}
/* End HCAHPS Graphs */

/* Check-in */
.module-hub-location {
	width: calc(50% - 2rem);
	margin: 1rem;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1em;
	position: relative;
	padding: 1em;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
}

.module-hub-location .btn {
	padding: .7em 1.2em 0.8em;
}

.save-reservation {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.module-hub-location h4 {
	margin: 0 0 1em;
	font-size: 1.15em;
}

.module-hub-location h4 img {
	width: 33px;
	vertical-align: middle;
	margin: 0 .5rem 0 0;
}

.module-hub-location h4 .title {
	display: inline;
	vertical-align: middle;
}

.module-hub-location .info-left {
	padding-right: 1em;
}

.module-hub-location .info-right {
	padding-left: 1em;
	border-left: 1px solid #d6d6d6;
}

.module-hub-location .info-left, .module-hub-location .info-right {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - .25rem);
}

.module-hub-location p {
	margin: .5em 0 1.125em;
	font-size: .8em;
}

.module-hub-location p.time {
	font-size: 1em;
	font-weight: 700;
}

.module-hub-location strong {
	font-size: .8em;
}

.module-hub-location p:last-of-type {
	margin: 0;
}

.jump-the-line {
	border: 15px solid #00678F;
	padding: 1em;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1em 0;
}

.jump-the-line .details.left-side {
	-webkit-flex: 0 1 63%;
	-ms-flex: 0 1 63%;
	flex: 0 1 63%;
	padding-bottom: 0;
	margin-bottom: 0;
}

.jump-the-line .details p {
	text-transform: uppercase;
	font-weight: 700;
}

.jump-the-line .details p.time-available {
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;
}

.jump-the-line .details a {
	text-decoration: none;
	color: #F5866C;
	font-size: 1.1em;
}

.jump-the-line .details h4 {
	font-size: 1.75em;
}

.jump-the-line .details .top-half {
	border-bottom: 1px solid #939598;
}

.jump-the-line .button-container {
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
}

.jump-the-line .button-container .btn {
	width: 14em;
}
/* End Check-in */

/* Sasser Blog */
p.sasserfield {
	width: 100%;
	padding: 0 .25em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: .688em 0;
	flex-flow: row wrap;
}

p.sasserfield label {
	width: 35%;
}

p.sasserfield input {
	width: 60%;
}

.sasser-sign-up-container .btn {
	padding: .4em 1.4em .5em;
}

.cc-container {
	border: solid 2px #F5866C; /* $secondary */
	padding: 1.5em;
}
/* End Sasser Blog */

/* Doctor Call Out */
.doctor-cta-container {
	background-color: #F1F1F1; /* $bg */
	margin-top: 3em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.doctor-cta-container img {
	width: 25%;
}

.doctor-cta-container.tmp img {
	width: 80%;
}

.doctor-cta-container .doc-cta-text {
	width: 70%;
}

.doctor-cta-container .doc-cta-text h3 {
	color: #00678F;
	font-size: 1em;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Work Sans', sans-serif;
}

.doctor-cta-container .doc-cta-text h2 {
	font-size: 2em;
	margin-top: .25em;
}

.doctor-cta-container .doc-cta-text p {
	font-size: 1em;
	font-weight: 400;
}
/* End Doctor Call Out */

/* General Form Styles */
.form * {
	transition: .25s ease;
}

.form:after {
	display: block;
	clear: both;
	content: '';
}

.form .hide {
	display: none;
}

.form .button {
	display: block;
	max-width: 70%;
	text-align: center;
}

.form header {
	margin: 1em 0 .5em;
}

fieldset.form header:first-child {
	margin-top: 0;
}

.form header h2 {
	margin: 0;
}

.form div > span:first-child, .form span.spacer, .form div > label {
	display: block;
	float: left;
	width: 30%;
	padding: .7em 1em .7em 0;
	font-weight: 600;
}

.form.label-top div > span:first-child, .form.label-top span.spacer, .form.label-top label {
	float: none;
	width: 100%;
	padding: .5em 1em .5em 0;
}

.form div > span:first-child em {
	display: block;
	font-size: .8em;
}

.form input, .form textarea, .form select {
	width: 100%;
	padding: .7em;
	font-family: inherit;
	font-size: 1em;
	color: #00678F; /* $primary */
	background-color: #fff;
	border: solid 1px #A3C9EC; /* darken($light,15%) */
	border-radius: 3px;
	outline: none;
	resize: none;
}

.disclaimer {
	font-size: .9em;
	font-style: italic;
}

.disclaimer.small {
	font-size: .8em;
	margin-top: 1em;
}

.searchbox span, .searchbox label {
	padding: .7em 1em .7em 0;
	font-weight: 600;
}

.searchbox input, .searchbox textarea, .searchbox select {
	padding: .7em 1em;
	font-family: inherit;
	font-size: 1em;
	color: #0F563E; /* $tertiary */
	background-color: #fff;
	border: solid 1px #DDEBF8; /* $light */
	border-radius: 3px;
	outline: none;
	resize: none;
}

.form input:focus, .form textarea:focus, .form select:focus {
	border: 1px solid #00678F; /* $primary */
}

.form.label-top input, .form.label-top textarea, .form.label-top select {
	width: 100%;
}

.form select {
	padding-bottom: .6em;
}

.form input[type=radio], .form input[type=checkbox] {
	width: 20px;
	box-shadow: none;
}

.form input[type=checkbox], .form img.ui-check-style {
	margin: .5em .5em 0 0;
}

.form.text-right span {
	text-align: right;
}

.content-panel img.ui-radio-style, .form img.ui-radio-style {
	width: 28px!important;
	height: 28px!important;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(/images/design/radio-unchecked.png) !important;
	background-position: top left!important;
	background-repeat: no-repeat;
}

.content-panel img.ui-check-style, .form img.ui-check-style {
	position: relative;
	top: -.3em;
	width: 28px!important;
	height: 28px!important;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(/images/design/input-unchecked.png) !important;
	background-position: top left!important;
	background-repeat: no-repeat;
}

.content-panel img.ui-radio-style.checked, .form img.ui-radio-style.checked {
	background-image: url(/images/design/radio-checked.png) !important;
}

.content-panel img.ui-check-style.checked, .form img.ui-check-style.checked {
	background-image: url(/images/design/input-checked.png) !important;
}

.form input.short, .form select.short {
	width: 30%;
}

.form input.wide, .form textarea.wide, .form select.wide {
	width: 100%;
}

.form input.initial {
	width: 20%;
	margin-right: 1em;
	margin-bottom: 0;
}

.form input.date {
	width: 65% !important;
}

.form div.ck-editor {
	float: right;
	width: 70%;
}

.form div.ck-editor .cke_reset {
	width: 100% !important;
}

form div.ck-editor span.cke_top {
	float: none;
	width: auto;
	padding: .7em 1em;
}

.form div.ck-editor .cke_voice_label {
	display: none;
}

.form .images {
	float: right;
	width: 70%;
}

.form .images input {
	width: 100%;
}

.form textarea {
	height: 150px;
	resize: none;
}

.form > div table {
	margin-top: .5%;
}

.form div span.link {
	display: block;
	float: right;
	width: 70%;
	padding: 1.5%;
	clear: right;
}

.form div span.link span {
	display: inline;
	margin-left: -.125em;
}

.form div span.inline, .form.prereg div span.inline {
	width: auto;
}

.form div span.wide, .form.prereg div span.wide {
	float: none;
	width: 100%;
}

.form div > span.validator {
	float: none;
	width: auto;
}

.form > div {
	padding: .5em 1em;
	clear: both;
}

.form label.ui-check-style {
	font-family: inherit;
	font-size: 100%;
}

.form table.nospacing {
	width: 30%;
}

.form table.nospacing td select {
	width: 100% !important;
	padding: .7em 1em !important;
}

.form h5 {
	padding: .2em 1em;
	margin: .8em 0 0;
	font-size: 1.5em;
	color: #DDEBF8; /* $light */
	background-color: #00678F; /* $primary */
}

.form h5:first-child {
	margin: 0;
}

.form > div table.group {
	width: 50%;
	table-layout: fixed;
}

.form > div table.group td img.ui-check-style {
	margin: 0 .5em 0 0;
}

.form > div table.group td input[type=text] {
	width: 100%;
}

.form > div table.group.radio {
	width: auto;
}

.form > div table.group.radio img {
	margin: 0 .7em;
}

.form > strong {
	display: block;
	padding: .1em 1.5em .2em;
	clear: both;
	color: #2C2C2E; /* $dark */
	background-color: #00678F; /* $primary */
}

.form > div.edit {
	padding: 0 1em;
}

.form > div.edit > * {
	margin: 0;
}

.form .cc-cvc {
	margin-left: 1em;
	vertical-align: middle;
}

.form .address {
	clear: both;
}

.form .address > div {
	float: left;
	padding-bottom: .25em;
	clear: none;
	text-align: center;
}

.form .address div span {
	display: block;
	float: none;
	width: auto;
	line-height: 1em;
}

.form .address > div input, .form .address > div select {
	width: 100%;
}

.form .address .street {
	width: 70%;
}

.form.label-top .address .street {
	width: 100%;
}

.form .address .city {
	width: 30%;
	margin-right: 1%;
}

.form.label-top .address .city {
	width: 49%;
}

.form .address .state {
	width: 23%;
	margin-right: 1%;
}

.form.label-top .address .state {
	width: 24%;
}

.form .address .zip {
	width: 15%;
}

.form.label-top .address .zip {
	width: 25%;
}

.form .phones, .form .dates {
	float: left;
	width: 70%;
	clear: none;
}

.form.label-top .phones, .form.label-top .dates {
	width: 100%;
}

.form .phones > div, .form .dates > div {
	padding-bottom: .5em;
}

.form .phones > div span, .form .dates > div span {
	width: 20%;
}

.form .phones > div input {
	width: 80%;
}

.form .dates > div input {
	width: 75% !important;
}

.content-panel .form .column {
	padding: 1em 0 0 1.5em;
}

.form div h3 {
	margin: 0;
	font-family: inherit;
	font-size: 1.5em;
}

.form div h4 {
	margin: 0;
	font-family: inherit;
	font-size: 1.2em;
	color: #2C2C2E; /* $dark */
}

.form > div table td {
	padding-right: 1em;
}

.form > div table td img {
	margin-right: .5em;
}

.form > div.nested {
	padding: 0;
}

.form > div.half.left, .form > div.half.right {
	clear: none;
}

.form > div.half span:first-child {
	float: none;
	width: 100%;
	padding: .3em 1em .3em 0;
}

.form > div.half input, .form > div.half textarea, .form > div.half select {
	width: 100%;
}

.form .ui-conditional-panel {
	display: none !important;
}

.form .ui-conditional-panel.active {
	display: block !important;
}

fieldset.form table.nospacing {
	width: 100%;
}

fieldset.form {
	min-width: auto;
	padding: 0;
	margin: 0;
	border: none;
}

fieldset.form ul {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

fieldset.form ul li {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: .688em 0;
	flex-flow: row wrap;
}

fieldset.form ul .checkboxes ul li {
	display: block;
}

fieldset.form ul li.check-style {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

fieldset.form ul li.check-style img.ui-check-style {
	margin: 0 .5em 0 0;
}

fieldset.form ul li label.ui-check-style {
	padding: .5em;
}

fieldset.form ul li.half {
	width: 49%;
}

fieldset.form ul li.fourth {
	width: 24%;
}

fieldset.form ul li.third {
	width: 32%;
}

fieldset.form ul li label {
	width: 100%;
}

fieldset.form ul li label.inline {
	width: auto;
}

fieldset.form ul li .input-text {
	width: 70%;
}

fieldset.form.label-top ul li .input-text {
	width: 100%;
}

fieldset.form ul li .input-text input, fieldset.form ul li .input-text select {
	width: 100%;
	margin-bottom: 0;
}

fieldset.form.label-top ul li {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

fieldset.form div.ck-editor {
	width: 100%;
}

.form .cc-images {
	padding-top: .75em;
	padding-left: 1em;
}

.speakers-form-container {
	padding: 3em 0;
}

.contact-form.form ul li {
	margin: 1em 0;
}

.contact-form .form-clarification {
	font-style: italic;
	font-size: 0.8em;
	display: block;
}
/* End General Form Styles */

/* Content CTA */
.content-cta {
	padding: 2em 0;
	background-color: #f1f1f1;
}

.content-cta .main {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.content-cta .main .left-content, .content-cta .main .right-content {
	-webkit-flex: 0 1 45%;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
}

.content-cta .main .right-content {
	background-color: #ffffff;
	padding: 1.5em;
	position: relative;
}

.content-cta .main .right-content .button-container {
	position: absolute;
	bottom: -14%;
	left: 0;
	right: 0;
	padding: .7em;
	background-color: #00678F;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.content-cta .main .right-content .button-container a {
	color: #ffffff;
	transition: .3s ease;
}

.content-cta .main .right-content .button-container a:hover {
	color: #F5866C;
}

.content-cta .main .right-content .button-container img {
	width: 40px;
	height: auto;
}

.content-cta .cta-container .title-container {
	text-align: center;
}

.content-cta .cta-container .title-container h3 {
	font-size: 1.8em;
}

.content-cta .cta-container .title-container .look-like-link {
	color: #F5866C;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1em;
	margin: .5em 0;
}

.content-cta .cta-container .text-btn-container {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.content-cta .cta-container .text-btn-container p {
	-webkit-flex: 0 1 67%;
	-ms-flex: 0 1 67%;
	flex: 0 1 67%;
}

.content-cta .cta-container .text-btn-container a {
	-webkit-flex: 0 1 34%;
	-ms-flex: 0 1 34%;
	flex: 0 1 34%;
}
/* End Content CTA */

/* General IE Fallbacks */
html.no-flexbox .flex {
	display: table;
	width: 100%;
}

html.no-flexbox .flex > * {
	display: table-cell;
}

.no-flexbox .sidebox #MainZone {
	float: left;
	width: 60%;
}

.no-flexbox .sidebox #SideZone {
	float: right;
	width: 40%;
}

.no-flexbox fieldset.form ul li {
	display: inline-block;
	padding: 0 .5%;
	vertical-align: top;
}
/* End General IE Fallbacks */

/* Responsive @ 1500px */
@media screen and (max-width:1500px) {
	main {
		background: none;
	}

	.full {
		font-size: 1.1vw;
	}

	.jump-the-line {
		width: 100%;
	}
}
/* End Responsive @ 1500px */

/* Responsive @ 1400px */
@media screen and (max-width:1400px) {
	.module-hub-location {
		width: calc(100% - 2em);
	}
}
/* End Responsive @ 1400px */

/* Responsive @ 1300px */
@media screen and (max-width:1300px) {
	.bread {
		width: 74%;
	}

	.jump-the-line {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.location-details.hc1 .jump-the-line .details.left-side {
		padding-bottom: 0;
	}
}
/* End Responsive @ 1300px */

/* Responsive @ 1200px */
@media screen and (max-width:1200px) {
	.sidebox .content-panel img.left {
		width: 50%;
		height: auto;
		max-width: 50%;
	}

	.sidebox .content-panel img.right {
		width: 50%;
		height: auto;
		max-width: 50%;
	}

	.full {
		font-size: 1.5vw;
	}
}
/* End Responsive @ 1200px */

/* Responsive @ 1150px */
@media screen and (max-width:1150px) {
	html {
		font-size: 1.56vw;
	}

	.full {
		font-size: 1em;
	}

	.clientportal > .flex {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.clientportal .content-panel {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 50%;
	}

	.clientportal .auth {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 50%;
		margin: 0 !important;
	}
}
/* End Responsive @ 1150px */

/* Responsive @ 900px */
@media screen and (max-width:900px) {
	html {
		font-size: 1.77vw;
	}

	.sidebox #SideZone .btn {
		display: none;
	}

	.home-cta .cta-info {
		max-width: 60%;
	}
}
/* End Responsive @ 900px */

/* Responsive @ 800px */
@media screen and (max-width:800px) {
	html {
		font-size: 2.25vw;
	}

	.sidebox, .widebox {
		display: block;
		padding: 2em 4%;
	}

	.sidebox #MainZone {
		width: 100%;
		padding: 0;
	}

	.sidebox #SideZone {
		width: 100%;
		margin: 1em 0 0 0;
	}

	.no-flexbox .sidebox #MainZone, .no-flexbox .sidebox #SideZone {
		float: none;
		width: 100%;
	}

	.content-panel .column.three > * {
		float: none;
		width: 100%;
	}

	.content-panel .column.four > * {
		width: 47%;
	}

	.bc-buttons {
		display: none;
	}

	.bread {
		max-width: 100%;
		width: 100%;
	}

	.bread span {
		padding: 0.55em 0.75em;
	}

	.add-this-wrap .addthis_toolbox.active {
		display: none;
	}

	.B-Leadership .content-panel .flex ul, .B-Leadership .content-format .flex ul {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.B-Leadership .content-panel .flex ul li, .B-Leadership .content-format .flex ul li.third {
		width: 48%;
		text-align: center;
	}

	.B-Leadership .content-panel .flex ul li strong br, .B-Leadership .content-format .flex ul li.third strong br {
		display: none;
	}

	.doctor-cta-container.physician-vidcta {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.physician-vidcta .half.left {
		width: 100%;
	}

	#DoctorCTAcustom .doctor-cta-container.physician-vidcta .doc-cta-text,#DoctorCTAcustom2 .doctor-cta-container.physician-vidcta .doc-cta-text {
		width: 100%;
		padding: 1em;
	}

	.doctor-cta-container.tmp .left {
		width: 50%;
	}

	.content-cta .main {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.content-cta .cta-container .text-btn-container p {
		-webkit-flex: 0 1 55%;
		-ms-flex: 0 1 55%;
		flex: 0 1 55%;
	}
}
/* End Responsive @ 800px */

/* Responsive @ 700px */
@media screen and (max-width:700px) {
	width
	html :100% {
		font-size: 2.5vw;
	}

	.hideonmobile {
		display: none !important;
	}

	.History .content-panel img {
		display: block;
		float: none !important;
		margin: 0 auto !important;
	}

	.content-panel img {
		float: none !important;
		margin: 0 auto !important;
		display: block;
		width: 50%;
		height: 50%;
	}

	.content-panel img.save-spot {
		width: 100%;
		height: auto;
	}

	.content-panel img[src$='/icon-pdf.gif'] {
		float: left !important;
		height: 1.5em !important;
		width: 1.5em !important;
		margin-right: 1em !important;
	}

	.content-panel .checked img {
		float: none;
		margin: .5em 0 !important;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.locations-details.hc1 .column > li.text-r img {
		max-width: 100% !important;
		width: 361px !important;
		margin: auto !important;
		margin-bottom: 1em !important;
	}

	.physician-search.hc1 .search table td label {
		width: 50%;
	}

	.physician-search.hc1 .specialty .searchbox table td {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.Phone-Directory .content-panel .table > * > * {
		border-right: none;
		padding: .75em 0;
		display: block;
	}

	.clientportal .content-panel h2 {
		font-size: 1.4em;
	}

	.doctor-cta-container.physician-vidcta .doc-cta-text {
		width: 87%;
		padding: 1.5em 2em;
	}

	.home-cta .cta-info {
		max-width: 70%;
	}

	.home-cta .cta-info p {
		display: none;
	}

	.home-cta .cta-info h2 {
		font-size: 2.5em;
	}
}
/* End Responsive @ 700px */

/* Responsive @ 550px */
@media screen and (max-width:550px) {
	html {
		font-size: 3vw;
	}

	.content-panel .column.two > * {
		float: none;
		width: 100%;
	}

	.content-panel .column.four > * {
		float: none;
		width: 100%;
	}

	.content-panel .table.no-break > * > * {
		display: table-cell;
	}

	.content-panel .table > *.table-head {
		display: none;
	}

	.content-panel .table > * > *:first-child {
		border-bottom: none;
	}

	.content-panel .table > * > *:last-child {
		border-top: none;
	}

	.content-panel .table .spacer {
		color: inherit;
	}

	.content-panel .table > * > *, .content-panel .table .third, .content-panel .table .two-thirds {
		display: block;
	}

	.content-panel .table.label > * > *:before {
		display: block;
		content: ' 'attr(data-label)':';
	}

	.content-panel .half.left, .content-panel .half.right {
		float: none;
		width: 100%;
	}

	.sidebox, .widebox {
		padding: 1em 4%;
	}

	.content-panel ul.collumns-2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.clientportal {
		text-align: center;
	}

	.clientportal > .flex {
		display: block;
	}

	.clientportal .content-panel, .clientportal .auth {
		width: 100%;
		display: block;
		text-align: center;
	}

	.clientportal .auth {
		margin-bottom: 1em !important;
	}

	.clientportal .content-panel h2 {
		font-size: 1.6em;
	}

	.B-Leadership .content-panel .flex ul li, .B-Leadership .content-format .flex ul li.third {
		width: 100%;
	}

	.doctor-cta-container.physician-vidcta {
		width: 100%;
	}

	.doctor-cta-container.physician-vidcta .doc-cta-text {
		width: 87%;
		padding: 1.5em 2em;
	}
}
/* End Responsive @ 550px */

/* Responsive @ 450px */
@media screen and (max-width:450px) {
	html {
		font-size: 3.65vw;
	}

	.content-panel img.left, .content-panel img.right, .sidebox .content-panel img.left, .sidebox .content-panel img.right {
		display: block;
		float: none;
		width: 100%;
		height: auto;
		max-width: 100%;
		margin: 2% auto;
	}

	.bcb {
		display: none;
	}

	.hcahps-graph ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.hcahps-graph ul li {
		width: 49%;
	}

	.doctor-cta-container.physician-vidcta .doc-cta-text {
		width: 87%;
		padding: 1.5em 2em;
	}

	.mobile-table-text {
		font-size: 0.6em;
	}

	.content-cta .cta-container .text-btn-container p {
		-webkit-flex: 0 1 61%;
		-ms-flex: 0 1 61%;
		flex: 0 1 61%;
	}

	.iframe-container {
		padding-top: 336%;
	}

	.iframe-container iframe {
		z-index: 9999;
	}
}
/* End Responsive @ 450px */

/* Responsive @ 400px */
@media screen and (max-width:400px) {
	html {
		font-size: 4vw;
	}

	.form > div.half.left, .form > div.half.right {
		float: none;
		width: 100%;
	}

	.doctor-cta-container.physician-vidcta .doc-cta-text {
		width: 87%;
		padding: 1.5em 2em;
	}

	.content-cta .cta-container .text-btn-container p {
		-webkit-flex: 0 1 65%;
		-ms-flex: 0 1 65%;
		flex: 0 1 65%;
	}

	.iframe-container {
		padding-top: 390%;
	}
}
/* End Responsive @ 400px */

_.Phone-Directory .content-panel .ib {
	display: inline-block;
}

#reconstruction, #mammogram {
	position: relative;
	display: block;
	visibility: hidden;
	top: -185px;
}

.sidebox article .excellence-educate {
}

.sidebox article .excellence-educate .contact-form {
	background-color: #DDEBF8;
	padding: 1em;
}

.ytcontainer {
	width
	padding: 100%1em;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.ytcontainer iframe, .ytcontainer object, .ytcontainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.physician-vidcta .half.left {
	padding: 1em;
}

.physician-vidcta .half.left .imgcontainer img {
	width: 80%;
}

.print ul.the-print {
	display: inline-block !important;
}

.print li.for-printer {
	float: left;
	width: 33%;
	min-height: 15em;
}

.print .the-print li.for-printer {
	width: 25%;
}

.print .the-print li.for-printer img {
	max-width: 130px !important;
	max-height: 168px !important;
}

.sidebox #SideZone .side-nav.hc1.locations-side {
	padding: 10% 9%;
}
