.bg-off {
	background-color: #ECECEC;
}

.bg-light {
	background-color: #FFFFFF;
}

.bg-light-2 {
	background-color: rgba(255,255,255,0.95);
}

.bg-light-3 {
	background-color: rgba(255,255,255,0.75);
}

.no-rgba .bg-light-3, no-rgba .bg-light-2 {
	background-color: #FFFFFF;
}

.bg-primary {
	background-color: #198049; /* $primary */
}

.color-light, .color-light * {
	color: #FFFFFF;
}

.off-top-border {
	border-top: solid 4px #D9D9D9;
}

.primary-top-border {
	border-top: solid 8px #198049; /* $primary */
}

/* General Site Styles */
.main {
	max-width: 1700px;
	padding: 5em 4%;
}

.lp-main-slide ul.bullet-list-fancy li {
	letter-spacing: 0.015em;
	font-size: 0.999em;
	text-shadow: 0 0 2.5em white;
}

h1 {
	font-size: 1.944em;
	font-weight: 400;
	line-height: 1.1;
	color: #4C4C4C;
	margin-bottom: 1rem;
	font-family: 'Playfair Display', serif;
}

h2 {
	font-size: 1.389em;
	color: #092750;
	letter-spacing: .010em;
	font-weight: 400;
}

h3 {
	font-weight: bold;
	margin-bottom: 1em;
}

.cancer h3 {
	font-weight: 400;
}

h4 {
	font-family: inherit;
	font-size: 1.81em;
	color: #198049; /* $primary */
	margin: .6em 0 1.2em;
}

p {
	margin-top: .3em;
	margin-bottom: .9em;
	font-weight: 400;
	line-height: 1.778;
}

header p {
	margin-bottom: 0;
	margin-top: .5em;
}

.btn {
	padding: 1em 2%;
	text-transform: none;
	border-radius: .25em;
	box-shadow: inset 0 -4px rgba(0,0,0,.25);
}

a.btn[href^=tel] {
	padding: 1em 2%;
}

a.btn[href^=tel]:hover {
	background-color: #B3D377;
}

.phone:hover {
	color: #FFF;
}

.phone {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .15em;
}

a .phone {
	font-size: 1.6rem;
	letter-spacing: .15em;
}

.award-panel.v1.lp-award-panel .list-scroll .scroll-nav {
	top: 70%;
}

.award-panel.v1.lp-award-panel header {
	margin: 0;
	padding: 0;
}

ul.bullet-list-fancy {
	font-size: 1.3em;
}

ul.fancy li {
	font-size: 1.3em;
}

.small-italics {
	font-size: 1em;
	font-style: italic;
	text-align: left;
}
/* End General Site Styles */

/* General Classes */
.max-w-1 {
	max-width: 770px;
}

.max-w-2 {
	max-width: 640px;
}

.max-w-100p {
	max-width: 100%;
	margin-top: 1em;
}

.bg-img-wrapper {
	position: absolute;
	top: 0;
	left: 15%;
	width: 100%;
	height: 100%;
}

.cancer .bg-img-wrapper {
	left: 10%;
}

.bg-img-wrapper img {
	position: absolute;
	width: auto !important;
	max-width: none !important;
	right: 0;
	bottom: 0;
	height: 100% !important;
}

.bg-img-wrapper.neurology-img img {
	height: 85% !important;
	right: 6em;
}

.pad-sides {
	padding-left: 4%;
	padding-right: 4%;
}

.pad-sides-2 {
	padding-left: 8%;
	padding-right: 8%;
}

.pad-sides-3 {
	padding-left: 12%;
	padding-right: 12%;
}

.pad-ends {
	padding-top: 2em;
	padding-bottom: 2em;
}

.pad-ends-2 {
	padding-top: 3em;
	padding-bottom: 3em;
}

.pad-ends-3 {
	padding-top: 4em;
	padding-bottom: 4em;
}

.contains {
	position: relative;
}

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

.fill-w {
	width: 100%;
}

.border-full {
	border: solid 3px #7DAFD7;
}

.border-bottom {
	border-bottom: solid 1px #7DAFD7;
}

em {
	font-style: normal;
}

.cancer section header {
	padding-bottom: 0;
}
/* End General Classes */

/* Scroll Bars */
.ui-scroll {
	overflow: auto;
}

.ui-scroll.horizontal {
	overflow-x: auto;
	overflow-y: hidden;
}

.ui-scroll.vertical {
	overflow-x: hidden;
	overflow-y: auto;
}

.ui-scroll::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	background: none;
}

.ui-scroll::-webkit-scrollbar-track {
	background: none;
	background-color: #EDF2F8;
}

.ui-scroll::-webkit-scrollbar-thumb {
	border: solid 2px transparent;
	background-clip: padding-box;
	border-radius: 12px;
	background-color: #B3D377;
}

.ui-scroll::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}

.ui-scroll::-webkit-scrollbar-corner {
	background-color: transparent;
}

.ui-scroll-wrap .ui-scroll-thumb {
	position: absolute;
	margin: 2px;
	border-radius: 4px;
	background-color: rgba(16,37,78,.5);
}

.ui-scroll-wrap .ui-scroll-thumb.vertical {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	width: 8px;
	height: 100px;
	min-height: 8px;
}

.ui-scroll-wrap .ui-scroll-thumb.horizontal {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	height: 8px;
	width: 100px;
	min-width: 8px;
}

.ui-scroll.horizontal .ui-scroll-thumb.vertical {
	display: none !important;
}

.ui-scroll.vertical .ui-scroll-thumb.horizontal {
	display: none !important;
}
/* End Scroll Bars */

/* Header */
.lp-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	box-shadow: 0 0 1em rgba(44,44,46,0.4);
}

.TOMO-3D-Mammography .lp-header {
	position: relative;
}

.no-flexbox .lp-header {
	position: relative;
}

.cms-layout .lp-header {
	position: relative;
}

.lp-header .main {
	padding: 1em 4%;
}

.no-flexbox .lp-header .main {
	padding: 1em 4%;
	width: 100%;
}

.no-lastchild .lp-header .contact-info {
	text-align: right;
}

.lp-header .contact-info a {
	padding: 1em 2em;
	text-align: center;
}

.contact-info a p {
	margin: 0;
	color: #FFFFFF; /* $white */
}

.contact-info a p.call-out {
	font-weight: 700;
	font-size: 1em;
}

.no-flexbox .lp-header .main > * {
	width: 50%;
	vertical-align: middle;
}
/* End Header */

/* Main Slide */
.emergency .main .info h2 {
	color: #000000;
}

.cms-layout .lp-main-slide .main {
	padding-top: 2em;
}

.lp-main-slide h2 {
	color: #092750;
	font-size: 1.389em;
}

.lp-main-slide h4 {
	font-family: 'PFDINDisplayPro-Regular', sans-serif;
	font-size: 1.5em;
	color: #61666A;
	margin: .4em 0 1.2em;
}

.cms-layout .lp-main-slide .bg-img-wrapper {
	position: relative;
	width: 100%;
	height: 20em;
}

div.ui-dialog div.rb-main div.rb-preview2 * {
	max-width: 100% !important;
	position: relative;
}

main .slide-content section {
	padding: 1em;
	padding-bottom: 0;
}
/* End Main Slide */

/* Video Panel */
.video-panel {
}

.video-panel video {
	max-width: 100%;
	margin: 1em 0 0;
}
/* End Video Panel */

/* Contact Form */
.form.label-top div > span:first-child, .form.label-top span.spacer, .form.label-top label {
	color: #61666A;
}

fieldset.form ul li {
	margin: .5em 0 0 0;
}

fieldset.form ul li.submit-btn {
	margin-top: 2.2em;
	font-size: 1.1em;
}

fieldset.form ul li label {
	font-size: 1.2em;
}

.form input, .form textarea, .form select {
	border: none;
	border-radius: 0;
	padding: 1em 3%;
	width: 100%;
}

header.has-after {
	padding-bottom: 3.3em;
}

.no-csstransforms header.has-after {
	padding-bottom: 1.8em;
}

header.has-after:after {
	position: absolute;
	background-color: #092750; /* $secondary */
	font-family: 'Montserrat', sans-serif;
	bottom: 0;
	left: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	content: 'OR';
	font-size: 1.2em;
	padding-top: calc(1.75rem - .5em);
	line-height: 1em;
}

.no-csstransforms header.has-after:after {
	display: none;
}

.fill-w p {
	font-size: 1.1em;
}
/* End Contact Form */

/* Main Content */
.lp-main-content .contact-info {
	border: solid 1px #EDF2F8;
	margin-top: 3em;
	white-space: nowrap;
	font-size: 1.2em;
}

.lp-main-content .contact-info .half {
	width: 50%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.lp-main-content .contact-info .info-wrapper {
	max-width: 38em;
	margin: auto;
}

.cancer .lp-main-content .contact-info .info-wrapper {
	padding-top: 2em;
}

.lp-main-content .contact-info p {
	margin: 0;
}

.lp-main-content .contact-info p em {
	color: #198049; /* $primary */
	font-weight: 600;
	font-size: 1em;
	display: inline-block;
}

.lp-main-content .contact-info p em.address {
	color: #2C2C2E;
	font-size: .8em;
	font-weight: 700;
}

.lp-main-content .contact-info p em.address-1 {
	display: block;
}

.lp-main-content .contact-info p .phone {
	color: #2C2C2E;
	letter-spacing: normal;
	font-size: 1.2em;
}

.lp-main-content .contact-info p em.city-state {
	display: block;
}

.lp-main-content .contact-info .link {
	margin-top: 1em;
	font-weight: 700;
	display: block;
}

.no-csstransforms .lp-main-content .contact-info .link:after {
	content: '\e9e3';
}

.no-flexbox .lp-main-content .contact-half {
	padding-left: 2%;
}

.no-flexbox .lp-main-content article {
	padding-right: 2%;
}

.no-lastchild .lp-main-content article {
	padding: 0;
}

_.Bariatrics .lp-main-content .contact-info {
	margin-top: 2em;
}

.Bariatrics .contact-info.pad-ends-3 {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.lp-main-content .main {
	padding: 2em 4%;
}

.cancer main .lp-main-content section {
	padding-top: 1em;
}

.cancer section .contact-half header {
	padding-bottom: 2em;
}

.cancer section header > h4 {
	padding-bottom: .5em;
	margin-bottom: .5em;
}
/* End Main Content */

/* Slide Toggles */
.lp-sliders .list li {
	position: relative;
	margin-bottom: .25em;
	padding-left: 5em;
	padding-right: 4%;
}

.lp-sliders .list li:last-child {
	margin-bottom: 0;
}

.lp-sliders .list li .handle {
	position: absolute;
	left: 2.5em;
	top: 1.1em;
	width: 2em;
	text-align: center;
	border-radius: 50%;
	height: 2em;
	border: solid 2px #198049; /* $primary */
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.no-csstransforms .lp-sliders .list li .handle {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: 1em;
	border: none;
}

.lp-sliders .list li .handle:before, .lp-sliders .list li .handle:after {
	content: url(/images/design/Accordion-Minus.png);
	font-size: 1em;
	position: absolute;
	color: #198049; /* $primary */
	left: 50%;
	-webkit-transform: translateX(-40%) translateY(5%) rotate(90deg) scaleY(1);
	-ms-transform: translateX(-40%) translateY(5%) rotate(90deg) scaleY(1);
	transform: translateX(-40%) translateY(5%) rotate(90deg) scaleY(1);
	font-family: 'icomoon-ult';
	top: 0;
	transition: transform .5s ease;
	padding-top: .2em;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.lp-sliders .list li .handle:after {
	content: url(/images/design/Accordion-Minus.png);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.lp-sliders .list li.opened .handle:before {
	-webkit-transform: translateX(-50%) scaleY(0);
	-ms-transform: translateX(-50%) scaleY(0);
	transform: translateX(-50%) scaleY(0);
}

.lp-sliders .list li .drawer {
	display: none;
	padding: 0 4em 2em 0;
}

.cms-layout .lp-sliders .list li .drawer {
	display: block;
}

.lp-sliders .list li .head {
	padding: 1.2em 0;
	font-size: 1.1em;
	font-weight: bold;
	transition: .5s ease;
}

.lp-sliders .list li.opened .head {
	color: #198049; /* $primary */
}

.lp-sliders .main {
	padding: 1em 4%;
}

.cancer section header > h4 + p {
	font-style: normal;
	padding-bottom: 1em;
}
/* End Slide Toggles */

/* Value Statements */
.lp-more-reasons .img-wrapper {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 15em;
}

.no-flexbox .lp-more-reasons .img-wrapper {
	float: none;
	vertical-align: top;
	margin: 0;
	padding-right: 2em;
	min-width: 10em;
	width: 25%;
}

.lp-more-reasons ul {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	vertical-align: top;
}

.lp-more-reasons .img-wrapper img {
}

.lp-more-reasons .img-wrapper.left, .no-flexbox .lp-more-reasons .img-wrapper.left {
	margin-right: 2em;
}

.lp-more-reasons .img-wrapper.right, .no-flexbox .lp-more-reasons .img-wrapper.right {
	margin-left: 2em;
}
/* End Value Statements */

/* Video Section */
.no-csstransforms video {
	width: 770px;
	height: 480px;
}

.no-csstransforms .lp-video-section {
	display: none;
}
/* End Video Section */

/* Testimonials */
.lp-testimonials .main {
	padding: 4em 6em;
	max-width: 1500px;
	position: relative;
}

.lp-testimonials .container {
	position: relative;
	overflow: hidden;
	_height: 15em;
}

.no-flexbox .lp-testimonials .container {
}

.no-csstransforms .lp-testimonials .container {
}

.lp-testimonials .list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	transition: .5s ease;
}

.no-flexbox .lp-testimonials .list {
	display: table;
}

.no-csstransforms .lp-testimonials .list {
	display: block;
	width: 100%;
	overflow: auto;
}

.no-flexbox .lp-testimonials .list li {
	display: table-cell;
}

.no-csstransforms .lp-testimonials .list li {
	display: block;
	width: 100%;
}

.lp-testimonials .img-wrapper {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	min-width: 12em;
}

.lp-testimonials .img-wrapper img {
	border-radius: 50%;
}

.lp-testimonials .review-wrapper {
	padding: 0 0 0 4vw;
	position: relative;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.lp-testimonials .review-text {
	position: relative;
	overflow: visible;
	padding-right: 1em;
	_max-height: 12em;
	font-size: 1.01em;
}

.lp-testimonials .review-wrapper p {
	margin: 0.5em 0;
}

.lp-testimonials .review-wrapper p:first-child {
	margin-top: 0;
}

.no-csstransforms .lp-testimonials .review-text {
	max-height: none;
}

.lp-testimonials .review-text em {
	font-style: italic;
	line-height: 2em;
}

._lp-testimonials .review-wrapper:before {
	position: absolute;
	content: '\f155';
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	left: .5em;
	top: 0;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	font-family: 'icomoon-ult';
	font-size: 3.5rem;
	color: #ECECEC;
}

.no-csstransforms .lp-testimonials .review-wrapper:before {
	content: '\f154';
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: .7em;
	top: .7em;
	font-size: 3em;
}

.lp-testimonials .author > * {
	color: #B3D377;
	font-size: 1.15em;
}

.testimonials-panel .scroll-nav {
	width: 100%;
	z-index: 1;
}

.no-csstransforms .testimonials-panel .scroll-nav {
	display: none;
}

.testimonials-panel .scroll-nav span {
	position: absolute;
	width: 5em;
	height: 100%;
	left: 2em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	transition: .5s ease;
	opacity: 1;
	z-index: 1;
}

.testimonials-panel .scroll-nav span.right-icon {
	right: 2em;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	left: auto;
}

.testimonials-panel .scroll-nav span:before {
	content: '▶';
	font-size: 1.5em;
	line-height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #092750; /* $secondary */
	-webkit-transform: translate(-50%, -50%) scaleX(-1);
	-ms-transform: translate(-50%, -50%) scaleX(-1);
	transform: translate(-50%, -50%) scaleX(-1);
	transition: .5s ease;
	opacity: 1;
}

.testimonials-panel .scroll-nav span.right-icon:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.testimonials-panel.start .scroll-nav span.left-icon:before {
	color: #6D6E70;
	opacity: .2;
}

.testimonials-panel.end .scroll-nav span.right-icon:before {
	color: #6D6E70;
	opacity: .2;
}
/* End Testimonials */

/* Team Panel */
.team-panel .scroll-item ul {
	display: block;
}

.team-panel .main {
	max-width: 1400px;
}

.team-panel .scroll-item ul li {
	display: inline-block;
	vertical-align: middle;
}

.team-panel .scroll-item ul li .img {
	height: 12.15em;
	width: 12.15em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	border-radius: 50%;
}

.team-panel .scroll-item ul li .info {
	padding: 1em 0 0;
	text-align: center;
}

.team-panel .scroll-item ul li .info h3 {
	font-size: 1em;
}

.team-panel li {
	height: 16em;
	width: 25%;
}

.team-panel li .physician {
	padding: 0 .3em;
}

.team-panel .scroll-nav {
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
}

.team-panel .scroll-box {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 55em;
}

.team-panel a.btn {
	margin: 0 auto;
	display: block;
	width: 11em;
}

.team-panel .scroll-box .scroll-item {
	display: inline-block;
	vertical-align: middle;
	transition: margin-left .5s ease;
}

.team-panel .scroll-nav .left-icon {
	left: 1%;
}

.team-panel .scroll-nav icon.icon-arrow-left {
	left: -.2em;
	right: 0;
}

.team-panel .scroll-nav .right-icon {
	right: 1%;
}

.team-panel .scroll-nav icon.icon-arrow-right {
	left: 0;
	right: -.2em;
}

.team-panel .scroll-nav .left-icon, .team-panel .scroll-nav .right-icon {
	width: 3.3em;
	height: 3.3em;
	border-radius: 50%;
	position: absolute;
	display: inline-block;
	text-align: center;
	background: #7DAFD7;
	transition: .5s ease;
	cursor: pointer;
}

.team-panel .scroll-nav icon {
	color: #EDF2F8;
	position: absolute;
	top: 48%;
	font-size: 1.3em;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* End Team Panel */

/* Contact Section */
.lp-contact-section header p {
	margin: .5em 0 0 0;
}

.lp-contact-section fieldset ul {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.lp-contact-section fieldset ul li {
	-webkit-flex: 1 0 22%;
	-ms-flex: 1 0 22%;
	flex: 1 0 22%;
	position: relative;
	margin: 0;
	margin-right: .5em;
	display: block;
}

.no-flexbox .lp-contact-section fieldset ul li {
	margin-bottom: 1em;
}

.lp-contact-section fieldset ul li.submit-btn {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0;
	margin-left: .5em;
	width: auto;
}

.lp-contact-section fieldset ul li label {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	display: block;
}

.no-flexbox .lp-contact-section fieldset ul li label {
	position: relative;
	left: auto;
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.lp-contact-section .form input,.lp-contact-section .form textarea,.lp-contact-section .form select {
	padding: 0.7em 3%;
}

.form .btn {
	white-space: nowrap;
}

.no-flexbox .lp-contact-section li.submit-btn {
	width: 100%;
	margin: 1em 0 0;
}

.lp-contact-section {
	padding-top: 2em;
}
/* End Contact Section */

/* Footer */
.lp-footer .main {
	padding: 1em 4%;
}

.no-flexbox .lp-footer .main {
	padding: 1em 4%;
}

.lp-footer .address-wrapper {
	display: inline-block;
	padding-left: 2em;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: left;
	margin: 2vw 0;
}

.lp-footer .contact-info {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 2vw 0;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.lp-footer .contact-info a {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 1em 2em;
}

.lp-footer .contact-info p {
	margin: 0;
}

.lp-footer .contact-info .address-wrapper p {
	font-size: .9em;
}

.lp-footer .address-wrapper p.scorpion-tag {
	color: #198049; /* $primary */
}
/* End Footer */

/* No Flexbox Fallbacks */
html.no-flexbox {
	min-width: 900px;
	font-size: 16px;
	overflow: auto;
}

html.no-flexbox.no-csstransforms {
	min-width: 1000px;
}

a
.no-flexbox .lp-header .main .contact-info {
	text-align: right;
}

.no-flexbox .main, HTML.no-canvas .main {
	max-width: 1300px;
	padding-top: 3em;
	padding-bottom: 3em;
	width: auto;
}

.no-flexbox .pad-sides-3, .no-flexbox .pad-sides-2 {
	padding-left: 6%;
	padding-right: 6%;
}

.no-flexbox .pad-ends {
	padding-top: 1.8em;
	padding-bottom: 1.8em;
}

.no-flexbox .pad-ends-3 {
	padding-top: 3em;
	padding-bottom: 3em;
}
/* End No Flexbox Fallbacks */

/* Responsive */
@media screen and (max-width:1800px) {
	.temp {
		background: none;
	}
}

@media screen and (max-width:1500px) {
	.bg-img-wrapper {
		left: 24%;
	}
}

@media screen and (max-width:1150px) {
	.main {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.bg-light-3 {
		background-color: rgba(255,255,255,0.898);
	}

	.lp-more-reasons .content-wrapper h4 {
		margin-top: 0;
	}

	.lp-more-reasons .content {
		display: block;
	}

	.lp-more-reasons .img-wrapper {
		float: right;
		max-width: 20em;
		width: 40%;
		margin-left: 4%;
		margin-right: 2%;
	}

	.lp-more-reasons .img-wrapper.left {
		margin-right: 2%;
		margin-left: 4%;
		float: right;
	}

	.no-flexbox .lp-more-reasons .img-wrapper.left {
		float: none;
		margin: 0 2em 0 0;
	}

	.lp-testimonials .main {
		padding-left: 5em;
		padding-right: 5em;
	}

	.lp-testimonials .review-wrapper {
		padding-top: 0;
		padding-right: 0;
		padding-left: 4em;
	}

	.lp-testimonials .review-wrapper:before {
		top: -.2em;
		left: 0;
		font-size: 3rem;
	}

	.lp-testimonials li {
		display: block;
	}

	.lp-testimonials .img-wrapper {
		float: right;
		max-width: 11em;
		margin-left: 1em;
	}

	.lp-contact-section .main {
		padding-top: 2em;
		padding-left: 6%;
		padding-right: 6%;
	}

	.lp-contact-section fieldset ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 45em;
		margin: auto;
	}

	.lp-contact-section fieldset ul li {
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		margin-bottom: 1em;
	}

	.lp-contact-section fieldset ul li label {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.lp-contact-section fieldset ul li.submit-btn {
		margin-left: 0;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		margin-bottom: 1em;
	}

	.max-w-1, .max-w-2 {
		max-width: 100%;
	}

	video {
		width: 770px;
		max-width: 100%;
	}
}

@media screen and (max-width:1000px) {
	.Bariatrics .award-panel.v1.lp-award-panel .list-scroll .scroll-nav {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		top: 50%;
	}
}

@media screen and (max-width:800px) {
	.pad-sides-3 {
		padding-left: 6%;
		padding-right: 6%;
	}

	.lp-header {
		position: relative;
	}

	.lp-main-slide .main {
		padding: 0;
	}

	.lp-main-slide h2 {
		font-size: 2.25em;
	}

	.lp-more-reasons .img-wrapper {
		min-width: 0;
	}

	.lp-testimonials .main {
		padding: 2em 4em;
	}

	.lp-testimonials .container {
	}

	.lp-testimonials .img-wrapper {
		float: none;
		margin: 0 auto 1em;
	}

	.lp-footer .main {
		display: block;
		padding: 0;
	}

	.lp-footer .contact-info {
		display: block;
	}

	.lp-footer .contact-info .btn {
		border-radius: 0;
		width: 100%;
		float: left;
	}

	.lp-footer .address-wrapper {
		display: block;
		clear: left;
		padding: 1em 4%;
		max-width: 60%;
		margin: auto;
		text-align: center;
	}

	.lp-footer .footer-logo {
		float: right;
		padding: 1em 4%;
		max-width: 40%;
	}

	.lp-footer .address-wrapper p.scorpion-tag {
		margin-top: 1em;
	}

	.Bariatrics .bg-img-wrapper {
		top: 0;
	}
}

@media screen and (max-width:550px) {
	.lp-contact-section .form input, .lp-contact-section .form textarea, .lp-contact-section .form select, .form input, .form textarea, .form select {
		padding: .5em 3%;
	}

	.main {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	h2, .lp-main-slide h2 {
		font-size: 2em;
	}

	h4 {
		font-size: 1.6em;
	}

	.pad-ends-2, .pad-ends-3 {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.lp-main-content .contact-half .form-section h3 {
		margin: 1em 0 0;
	}

	header.has-after {
		padding-bottom: 2.7em;
	}

	.lp-header .top-logo {
		max-width: 35%;
	}

	.lp-header .contact-info a {
		padding: .5em 6%;
	}

	.contact-info a p.call-out {
		display: none;
	}

	.lp-main-slide .main {
		padding-bottom: 15em;
	}

	.lp-main-slide .main header {
		text-align: center;
	}

	.lp-main-slide .main section {
		text-align: center;
	}

	.lp-main-slide .main section ul {
		text-align: left;
		display: inline-block;
		width: auto;
	}

	.bg-img-wrapper {
		height: 15em;
		bottom: 0;
		top: auto;
	}

	.bg-img-wrapper img {
		min-width: 100%;
	}

	.lp-main-content .contact-info .half {
		width: auto;
		display: block;
	}

	.lp-main-content .contact-info .half.img-wrapper {
		margin-top: 2em;
		text-align: center;
	}

	.lp-main-content .contact-info .half.img-wrapper img {
		width: 100%;
	}

	.lp-sliders .list li {
		padding-left: 4em;
	}

	.lp-sliders .list li .drawer {
		padding-right: 4%;
	}

	.lp-sliders .list li .handle {
		left: 2em;
	}

	.lp-testimonials .main {
		padding: 2em 4%;
	}

	.lp-testimonials .review-wrapper {
		padding-left: 3em;
	}

	.lp-testimonials .review-wrapper:before {
		font-size: 2em;
	}

	.testimonials-panel .scroll-nav span:before {
		top: 40%;
	}

	.lp-testimonials .author > * {
		font-size: 1em;
	}

	.Bariatrics .lp-main-slide .main {
		padding-bottom: 0;
	}

	.Bariatrics .bg-img-wrapper {
		display: none;
	}
}

@media screen and (max-width:450px) {
	h2, .lp-main-slide h2 {
		font-size: 1.8em;
	}

	h4, .lp-main-slide h4 {
		font-size: 1.4em;
	}

	header.has-after {
		padding-bottom: 2.3em;
	}

	.lp-header .main {
		display: block;
		padding: 0;
	}

	.lp-header .contact-info a {
		border-radius: 0;
		width: 100%;
	}

	.lp-header .top-logo {
		max-width: 100%;
		padding: 1.5em 4%;
		text-align: center;
	}

	.lp-footer .main {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.lp-footer .contact-info {
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}

	.lp-footer .address-wrapper {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.lp-footer .footer-logo {
		max-width: 100%;
		width: 100%;
		text-align: center;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.main, .pad-ends-2, .pad-ends-3, .lp-contact-section .main {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
}
/* End Responsive */

.cancer .lp-main-slide .main {
	padding-top: 9em;
	padding-bottom: 0em;
}

.cancer .lp-main-slide {
	padding-top: 2em;
}

.cancer .lp-main-content .contact-info .link:after {
	content: url(/images/right-arrow-green.png);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	margin-left: .5em;
	position: absolute;
}
