/* Color Tokens */

.color-tokens {
	color: #3C9085; /* $primary */
	background-color: #9D7168; /* $secondary */
	border-left-color: #B4ACA7; /* $tertiary */
	border-right-color: #3EC3B1; /* $light */
	border-top-color: #FFFFFF; /* $white */
	border-bottom-color: #000000; /* $dark */
}

#AdminToolbox {
	width: 208px !important;
}

/* End Color Tokens */

/* General Site Styles */

html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif; /* @mainfont */
	background-color: #FFFFFF; /* $white */
	line-height: 1.8;
	transition: padding-top .2s ease 0s;
	color: #000000; /* $dark */
	position: relative;
	overflow-x: hidden;
}

figure, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

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

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

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

h2 {
	color: #B4ACA7; /* $tertiary */
	font-size: 1.35em;
	font-weight: 300;
}

.content-panel h1, .content-panel h2.likeh1 {
	padding-bottom: .4em;
}

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

.sub .content-panel h2 {
	margin: 0 0 1em;
}

.meet-the-team .content-panel h2 {
	margin: 0;
}

.sub .content-panel h3 {
	margin: 1em 0 .5em 0;
}

.surgery-main-wrapper.main {
	padding: 3em 0 0;
	background-color: #F5F4F4; /* lighten($tertiary,87%) */
}

.surgery-main-wrapper {
}

.surgery-main-wrapper h3 {
	text-align: center;
}

.faq .content-panel h3 {
	margin: 1em 0 .5em 0;
}

h1, h2.look-like-h1, .content-panel h2.look-like-h1, .content-panel h2.likeh1 {
	font-size: 2.5em;
	color: #9D7168;
	margin: 0;
	text-transform: none;
	font-weight: 700;
}

.cta-panel .style-header, .contact-form-panel .style-header, .video-scroller-panel .style-header, .practice-nav-panel .style-header {
}

h3 {
	font-size: 1.2em;
	color: #9D7168; /* $secondary */
	font-weight: normal;
}

h4 {
	font-size: 1.25em;
	color: #9D7168; /* $secondary */
}

a {
	text-decoration: none;
	color: #3EC3B1; /* $light */
	transition: color .5s ease 0s;
}

p {
	margin: 0;
	padding: 0 0 1.11em;
}

a:hover {
	text-decoration: none;
	color: #000000; /* $dark */
}

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

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

figure.content-image-examples {
	max-width: 48%;
	display: inline-block;
	min-width: 250px;
}

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

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

.financing .content-panel ul {
	margin: 1em 0;
}

.content-panel ul, content-panel ol {
	margin: 0 0 1.7em;
}

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

body button, body input, body keygen, body textarea, body select {
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
}

.button-list {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
}

.btn, .button-list li a, button.btn {
	display: inline-block;
	padding: 1em 3em;
	text-align: center;
	outline: none;
	cursor: pointer;
	position: relative;
	color: #FFFFFF; /* $white */
	transition: .5s ease 0s;
	font-family: 'Montserrat', sans-serif; /* @mainfont */
	font-size: .88em;
	border-radius: 0;
	line-height: 1;
	background-color: #3C9085; /* $primary */
	text-transform: uppercase;
}

.dark .btn:hover, .dark .button-list li a:hover {
	background-color: #6F4F48; /* darken($secondary,30%) */
}

.btn:hover, a:hover .btn, .button-list li a:hover {
	background-color: #9D7168; /* $secondary */
	color: #FFFFFF; /* $white */
}

.main {
	max-width: 1600px;
	width: auto;
	margin: 0 auto;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
}

.full {
	width: auto;
	margin: 0px auto;
	position: relative;
	padding-left: 5%;
	padding-right: 5%;
	font-size: .9vw;
}

.half {
	width: 48%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.reviews-feed-wrapper {
	margin: 0 auto;
	width: 80%;
}

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

.flex>* {
	min-width: 25px;
	min-height: 25px;
}

.flex.StaffOverview {
	list-style: none;
	padding: 2em 0 0 0;
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex.StaffOverview li {
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	text-align: center;
	padding: 0 1% 2em 1%;
}

.flex.StaffOverview li h3 {
	margin: 0;
	padding: 0;
}

.flex.StaffOverview li p {
	margin: 0;
	padding: 0;
}

.atty-img {
	float: right;
	margin: 4px 0 4px 8px;
	max-width: 45%;
}

iframe.review-main-video {
	width: 67.7%;
	height: 560px;
	margin-bottom: 2em;
}

.before-after-wrapper {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	display: -ms-flexbox;
	display: flex;
}

.breast .before-after-wrapper, .face .before-after-wrapper, .body .before-after-wrapper {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.before-after-container {
	-ms-flex: 0 1 33%;
	flex: 0 1 33%;
}

.before-after-container h3 {
	text-transform: uppercase;
}

.before-after-container ul {
	list-style: none;
	padding-left: 0;
}

.before-after-container ul li {
	border-bottom: 1px solid #B4ACA7; /* $tertiary */
}

.before-after-container ul li a {
	display: block;
	padding: 1.25em 0 0;
	font-size: 1.05em;
}

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

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

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

body.cms-layout .cms-zone ul.zone-tab li:before {
	content: none !important;
}

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

.content-panel {
}

.beforeafter {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1em;
}

.beforeafter-par {
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding: 2em;
	background-color: #3EC3B1; /* $light */
}

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

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

.sidebox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	padding: 4em 0;
}

.sidebox .main-zone {
	-ms-flex-order: 1;
	order: 1;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0;
	width: 65%;
}

.sidebox .side-zone {
	-ms-flex-order: 0; /* Set to 1 to change to a right nav */
	order: 0; /* Set to 1 to change to a right nav */
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 30%;
}

.faq-display header {
	padding: 2em 0;
}

.faq-display .faq-list li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.faq-display .faq-list li h4 {
	padding: 0.5em 0;
	cursor: pointer;
	transition: all .4s ease 0s;
}

.faq-display .faq-list li h4:hover {
	color: #B4ACA7; /* $tertiary */
}

.panel-padding {
	padding-top: 4em;
	padding-bottom: 4em;
}

.sub .panel-padding {
	padding: 2em 0;
}

.financing-section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.financing-section h3 {
	border-bottom: 2px solid #B4ACA7; /* $tertiary */
	padding-bottom: .5em;
}

.financing-block {
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
}

.staff-section {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
}

.staff-profile {
	-ms-flex: 0 1 32%;
	flex: 0 1 32%;
}

.staff-clinical .staff-profile {
	-ms-flex: 0 1 33%;
	flex: 0 1 33%;
}

.staff-profile img {
	margin-bottom: -.5em;
}

.staff-profile h2 {
	color: #FFFFFF; /* $white */
	background-color: #000000; /* $dark */
	padding: 2%;
}

.surgeryba-type {
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	margin: 1em auto;
}

.surgeryba-type p {
	padding-bottom: 0;
}

.surgery-main-wrapper h2 {
	text-align: center;
	margin-bottom: 1.5em !important;
	font-size: 2.1em;
	color: #3C9085; /* $primary */
}

.surgeryba-container ul {
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	text-transform: uppercase;
	margin: 0 auto;
	padding-left: 2.5em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.surgeryba-container ul li {
	margin-bottom: 4em;
	width: 47%;
	text-align: center;
	background-color: #FFFFFF; /* $white */
	box-shadow: 4px 4px 8px rgba(76,76,76,0.259); /* adjust($dark,30%,0%,26%) */
	_border: solid 4px #9D7168;
}

.surgeryba-container ul li p {
	color: #3EC3B1; /* $light */
	font-weight: 400;
	font-size: .95em;
	padding: .5em 0;
	letter-spacing: .25em;
}

.surgeryba-container ul img {
	width: 279px !important;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.surgeryba-divider {
	width: 50%;
	background-color: #B4ACA7; /* $tertiary */
	height: 2px;
	margin: 2em auto;
}

.surgeryba-type .surgery-id {
	width: 25%;
	background-color: #EAE3DD;
	margin-right: .3em;
	padding: 1em;
}

.surgeryba-type .surgery-info {
	width: 75%;
	background-color: #EAE3DD;
	padding: 1em;
}

.goog-te-gadget-simple {
	float: right;
}

#RealPatientReview-Correction {
	padding: 0 3%;
}

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

.privacy-policy.main h2 {
	font-size: 1.5em;
	margin-top: .8em;
}

.site-map.main, .privacy-policy.main {
	padding: 3em 2%;
}

.privacy-policy.main h1 {
	margin-bottom: .6em;
}

img.finance-img {
	margin-right: 1em;
}

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

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

.jw-skin-seven .jw-button-color:hover {
	color: #3C9085 !important; /* $primary */
}

.fancypic {
	float: right;
	border-bottom: solid 1px #EAE3DD;
	margin: 0 1.5em 1.5em;
}

.fancypic h4 {
	text-align: left;
	margin: auto auto 0;
}

.fancypic p {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.fancybox {
	padding: 2.5em 1em 0;
	margin: 1em 10% 2em;
	background: #EAE3DD;
	border: solid 2px #B4ACA7;
}

.fancybox h4 {
	font-size: 1.6em;
}

.fancybox p {
	margin-bottom: .5em;
}

.fancybox .btn {
	margin-bottom: -.5em;
}

.actual-patient {
	position: relative;
}

.monthly-specials .actual-patient:before {
	bottom: 6em;
	top: 84%;
}

.actual-patient:before {
	position: absolute;
	content: '*Actual Patient of Smith Surgery';
	background-color: rgba(0,0,0,.4);
	padding: 1em;
	top: 0;
	left: 1em;
	color: #FFFFFF;
	z-index: 1;
	font-size: .8em;
}

.actual-patient-individual:before {
	content: '*';
	position: absolute;
	right: 0.5em;
	bottom: 105%;
	font-size: 1.5em;
	max-height: 0.5em;
}

.review-badges {
	text-align: center;
	margin: 0 auto;
}

.review-badges div {
	padding: 0.5em;
	display: inline-block;
	vertical-align: middle;
}

/* End General Site Styles */

/* Popup Styles */

.pop-up-background.showbox {
	opacity: 1;
	transition: transform .5s ease 0s;
	transform: scale(1);
	padding: 2.5em;
}

.cms-admin .pop-up-background {
	position: relative;
	z-index: 1;
	display: block;
}

div#PopUpContent h2 {
	color: #FFFFFF;
	padding: 1em;
	font-size: 2.9em;
}

h2.bar-below:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	bottom: 0;
	left: 25%;
	background-color: #FFFFFF;
}

h2.bar-below {
	position: relative;
}

.pop-up-background {
	position: fixed;
	top: 13em;
	left: 25%;
	width: 50%;
	height: 32em;
	z-index: 500;
	padding: 1% 0 1% 1%;
	box-shadow: 1px 1px 6px;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	transition: transform .5s ease 0s;
	transform: scale(0);
	background-size: cover;
	background-color: rgba(255,255,255,0.7);
}

.pop-up-content {
	$light

   position: absolute;
	left: 50%;
	bottom: 33%;
}

.pop-up-content h1 {
	margin: .5em auto;
}

.pop-up-container icon {
	font-family: icomoon-ult;
	font-size: 1.25em;
	color: #3EC3B1; /* $light */
	transition: .5s;
}

.pop-up-container icon:hover {
	color: #9D7168; /* $secondary */
}

icon.close:before {
	position: absolute;
	content: '\e137';
	top: 0;
	right: 0;
	font-family: 'icomoon-ult';
	font-size: 3em;
	z-index: 100000;
}

icon.close:hover:before {
	cursor: pointer;
}

@-webkit-keyframes pop {
	0% { opacity: 0; top: 10%; z-index: 0; }
	80% { opacity: 0; top: 10%; z-index: 0; }
	81% { z-index: 70; }
	100% { opacity: 1; top: 0%; z-index: 70; }
}

@-moz-keyframes pop {
	0% { opacity: 0; top: 10%; z-index: 0; }
	80% { opacity: 0; top: 10%; z-index: 0; }
	81% { z-index: 70; }
	100% { opacity: 1; top: 0%; z-index: 70; }
}

@-o-keyframes pop {
	0% { opacity: 0; top: 10%; z-index: 0; }
	80% { opacity: 0; top: 10%; z-index: 0; }
	81% { z-index: 70; }
	100% { opacity: 1; top: 0%; z-index: 70; }
}

@keyframes pop {
	0% { opacity: 0; top: 10%; z-index: 0; }
	80% { opacity: 0; top: 10%; z-index: 0; }
	81% { z-index: 70; }
	100% { opacity: 1; top: 0%; z-index: 70; }
}

/* End Popup Styles */

/* Contact Form Styles */

.contact-form {
	text-align: center;
	background-color: #9D7168; /* $secondary */
}

.contact-form header {
}

.contact-form header h3 {
	font-size: 2.5em;
	padding: .5em 2%;
	background-color: #B4ACA7; /* $tertiary */
	margin: 0 !important;
	color: #FFFFFF; /* $white */
}

.contact-form p {
	color: #FFFFFF;
	margin: 0;
	padding: 1.5em 0 1.5em;
}

.contact-content.vB .contact-form p {
	padding: 1.5em 0 1.5em;
}

.contact-form .contact-box {
	margin-top: 0;
}

.contact-form .contact-box>div {
	padding: 2em;
	background-image: url(../images/BG_SideContact.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-form .contact-box li {
	border: none;
	list-style: none;
}

.contact-form input {
}

.contact-form textarea {
}

.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus, .contact-form .dropdown-label.visible {
}

.contact-form .btn {
	margin-bottom: 1em;
}

/* End Contact Form Styles */

/* Input Styles */

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset .hide {
}

fieldset ul {
	display: block;
	padding-left: 0 !important;
}

fieldset li {
	position: relative;
	border: none;
}

fieldset label {
	display: block;
	text-align: left;
	color: #FFFFFF; /* $white */
}

fieldset .input-text {
	position: relative;
}

fieldset input, fieldset textarea, fieldset select {
	display: block;
	width: 100%;
	color: #000000; /* $dark */
	padding: .5em;
	margin-bottom: .5em;
	border-radius: 0; /* For no border-radius, put 0. iPhones will add it if you don't */
	font-size: 18px;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
	resize: none;
	outline: none;
	border: solid 2px transparent;
	background-color: #FFFFFF; /* $white */
	transition: border-color .35s ease;
}

fieldset input {
}

fieldset select {
}

fieldset textarea {
	min-height: 8em;
	line-height: inherit;
}

fieldset input:focus, fieldset textarea:focus, fieldset select:focus, fieldset .dropdown-label.visible {
	border-color: #9D7168; /* $secondary */
}

fieldset ::-webkit-input-placeholder {
	color: #000000; /* $dark */
}

fieldset :-moz-placeholder {
	color: #000000; /* $dark */
	opacity: 1;
}

fieldset ::-moz-placeholder {
	color: #000000; /* $dark */
	opacity: 1;
}

fieldset ::-ms-input-placeholder {
	color: #000000; /* $dark */
}

fieldset .validation {
	position: absolute;
	left: 0;
	padding: .5em 1em;
	background-color: rgba(0,0,0,0.8);
	top: 100%;
	z-index: 2;
	color: #F2F2F2;
	font-size: .8em;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10%);
	transition: .25s;
	white-space: nowrap;
}

fieldset .invalid .validation {
	opacity: 1;
	transform: translate(0);
	visibility: visible;
}

fieldset .validation:before {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-left: solid .5em transparent;
	border-right: solid .5em transparent;
	border-bottom: solid .5em rgba(0,0,0,0.8);
	bottom: 100%;
	left: 1em;
}

fieldset .input-text:after, fieldset .input-text:before {
	font-family: 'icomoon-ult';
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	opacity: 0;
	transition: opacity .5s ease 0s;
	line-height: 1.6;
	transform: translateY(-50%);
}

fieldset .input-text:before {
	content: '\e747'; /* Invalid Icon */
	color: #FF070B;
}

fieldset .invalid .input-text:before {
	opacity: 1;
}

fieldset  .input-text:after {
	content: '\e7bd'; /* Valid Icon */
	color: #22C022;
}

fieldset .valid .input-text:after {
	opacity: 1;
}

.hide {
	display: none !impotant;
}

.contact-form-panel .contact-box fieldset li.half {
	width: 49.5%;
	display: inline-block;
}

/* End Input Styles */

/* Scroller Styles */

.scroll-container {
	-ms-flex: 0 1 51.25%;
	flex: 0 1 51.25%;
	overflow: hidden;
	position: relative;
	-ms-flex-order: 1;
	order: 1;
}

.scroll-container ul {
	transition: .5s ease;
	display: -ms-flexbox;
	display: flex;
}

.scroll-container ul li {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 0;
}

.scroll-container ul li video {
	width: 100%;
}

.scroll-container .scroll-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 1;
	height: 0;
}

.scroll-container .scroll-nav a {
}

.scroll-container .scroll-nav a:before {
	font-family: icomoon-ult;
	font-size: 2em;
	display: inline-block;
	line-height: 1;
	color: #9D7168; /* $secondary */
	position: absolute;
	transition: .5s ease;
}

.scroll-container .scroll-nav a:hover:before {
	color: #000000; /* $dark */
}

.scroll-container .scroll-nav a.next:before {
	content: '\e7e7';
	right: 0;
	top: -50%;
}

.scroll-container .scroll-nav a.prev:before {
	content: '\e7e6';
	left: 0;
	top: -50%;
}

/* End Scroller Styles */

/* Mobile Scrollers */

.mobile-scroll {
	overflow: hidden;
	position: relative;
}

.mobile-scroll ul {
	transition: transform .5s ease 0s;
}

.mobile-scroll .dot-box {
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	width: 100%;
	bottom: 1em;
	left: 0;
}

.mobile-scroll .dot-box .scrollDot {
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #9D7168; /* $secondary */
	border-radius: 50%;
	margin: 0 5px;
	transition: .5s ease;
}

.mobile-scroll .dot-box .scrollDot.active {
	background-color: #9D7168; /* $secondary */
}

/* End Mobile Scrollers */

/* Side Nav Style */

.side-nav-panel {
	background-color: #D0CBC8; /* lighten($tertiary,37%) */
	margin: 3em 0;
}

.side-nav-panel:first-child {
	margin-top: 0;
}

.side-nav-panel header {
	text-align: center;
	background-color: #9E938D; /* darken($tertiary,14%) */
}

.side-nav-panel header h3 {
	color: #FFFFFF; /* $white */
	font-weight: 400;
	padding: .5em;
	font-size: 2.5em;
}

.side-nav-panel header h3 a {
	color: #FFFFFF; /* $white */
	font-weight: 300;
}

.side-nav-panel ul {
	padding: 0;
}

.side-nav-panel ul li {
	border-top: solid 1px #837770; /* darken($tertiary,30%) */
	background-color: #B4ACA7; /* $tertiary */
}

.side-nav-panel ul li.level2 {
	font-size: .9em;
	background-color: #C5BFBB; /* lighten($tertiary,23%) */
}

.side-nav-panel ul li a {
	color: #FFFFFF; /* $white */
	font-size: 1em;
	display: block;
	padding: .5em 2% 1em 2%;
	transition: .5s ease;
	position: relative;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	font-weight: 700;
	text-align: center;
}

.side-nav-panel ul li.level2 a {
	font-size: .88em;
	padding: 1em 2% 1em 2%;
}

.side-nav-panel ul li.level3 a {
	font-size: .88em;
	background-color: #B18D86; /* lighten($secondary,20%) */
	padding: 1em 2% 1em 25%;
}

.side-nav-panel ul li a:hover, .side-nav-panel ul li.selected > a {
	background-color: #9D7168; /* $secondary */
}

.side-nav-panel ul li ul {
	display: none;
	padding: 0;
}

.side-nav-panel ul li.selected ul {
	display: block;
}

.side-nav-panel ul li.selected ul ul {
	display: none;
}

.side-nav-panel ul li.selected ul li.selected ul {
	display: block;
}

/* End Side Nav Style */

/* Site Search */

.searchresults {
}

.searchresults input {
	margin-right: .3em;
	padding: .2em 3%;
}

.searchresults .search {
	margin: .2em 0;
	border-bottom: solid 2px #3C9085; /* $primary */
	padding: .5em 2%;
}

/* End Site Search */

/* Responsive */

@media screen and (max-width:1500px) {
	.full {
		font-size: 1.1vw;
	}

	.pop-up-background.showbox {
		background-color: #FFFFFF; /* $white */
	}
}

@media screen and (max-width:1375px) {
	.beforeafter-par {
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		background-color: white;
		padding: 0;
		-ms-flex-order: 2;
		order: 2;
	}

	.contact-form .contact-box>div {
		padding: 2em 2%;
	}

	iframe.review-main-video {
		height: 473px;
	}
}

@media screen and (max-width:1200px) {
	.full {
		font-size: 1.5vw;
	}

	.surgeryba-container ul {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 100%;
	}

	.surgeryba-divider {
		width: 100%;
	}

	.monthly-specials .actual-patient:before {
		display: none;
	}
}

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

	.full {
		font-size: 1em;
	}

	.meet-the-team h1 {
		text-align: center;
	}

	.staff-page .staff-profile {
		text-align: center;
	}

	.staff-profile img {
		display: block;
		margin: 0 auto;
	}

	.reviews-feed-wrapper {
		width: 90%;
	}
}

@media screen and (max-width:1050px) {
	.sidebox .main-zone {
		padding: 0;
		width: 100%;
	}

	.sidebox {
		display: block;
	}

	.sidebox .side-zone {
		width: 100%;
	}

	iframe.review-main-video {
		height: 550px;
	}

	img.gallery-page-image {
		float: none !important;
	}

	.financing-block {
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	.staff-profile, .staff-clinical .staff-profile {
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	.actual-patient-individual:before {
		display: none;
	}

	.actual-patient:before {
		display: none;
	}
}

@media screen and (max-width:900px) {
	html {
		font-size: 2vw;
	}

	.flex.StaffOverview li {
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
	}
}

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

	.sidebox {
		display: block;
		padding: 2em 0;
	}

	.pop-up-background {
		width: 75%;
		left: 13%;
		height: 40em;
	}

	.scroll-container .scroll-nav {
		display: none;
	}

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

	iframe.review-main-video {
		height: 400px;
	}

	.before-after-wrapper {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.before-after-container {
		-ms-flex: 0 1 44%;
		flex: 0 1 44%;
	}

	.surgeryba-type .surgery-id {
		width: 70%;
	}
}

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

	.flex.StaffOverview li {
		-ms-flex: 1 1 33%;
		flex: 1 1 33%;
	}
}

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

	.panel-padding {
		padding-top: 2em;
		padding-bottom: 2em;
		padding-right: 0.5em;
		padding-left: 0.5em;
	}

	.sub .panel-padding {
		padding: 2em 0.5em;
	}

	p {
		font-size: 1.11em;
	}

	.btn, .button-list li a {
		font-size: 1em;
		display: table;
		margin: .2em auto;
	}

	.atty-img {
		float: none;
		display: block;
		margin: 0 auto 1.5em !important;
		max-width: 100%;
	}

	.before-after-container {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 100%;
	}

	.surgeryba-container ul {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0;
	}

	.mobile-scroll .dot-box {
		bottom: 1.3em;
	}

	.surgeryba-type {
		-ms-flex-direction: column;
		flex-direction: column;
		width: 83%;
	}

	.surgeryba-type .surgery-id {
		width: 100%;
		margin-bottom: .5em;
	}

	.surgeryba-type .surgery-info {
		width: 100%;
	}

	.mobile-scroll .dot-box .scrollDot {
		border-color: #FFFFFF; /* $white */
		background-color: #3EC3B1; /* $light */
	}

	.reviews-feed-wrapper {
		width: 100%;
	}

	.surgeryba-container ul li {
		width: 52%;
	}
}

@media screen and (max-width:450px) {
	html {
		font-size: 3.5vw;
	}

	.flex.StaffOverview li {
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}

	.meet-the-team h1 {
		font-size: 1.9em;
	}

	iframe.review-main-video {
		height: 186px;
	}
}

@media screen and (max-width:400px) {
	html {
		font-size: 15px;
	}
}

/* End Responsive */

/* IE Fallbacks */

.no-flexbox .flex {
	display: table;
	width: 100%;
}

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

/* End IE Fallbacks */

.no-flexbox .scroll-container ul {
	display: table;
	table-layout: fixed;
}

.no-flexbox .scroll-container ul li {
	display: table-cell;
}

.no-flexbox .sidebox {
	display: table;
}

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

.review-switch select {
	background-color: #9D7168;
	color: #FFFFFF;
	padding: 1em;
	font-size: 1.125em;
	margin: 0 auto;
	display: block;
}

.review-switch {
	padding: 2em 2%;
	text-align: center;
}
