/*** TYPOGRAPHY ***/

/* FONTS */


@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/ProximaNova-Bold-webfont.eot');
    src: url('../fonts/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Bold-webfont.woff2') format('woff2'),
         url('../fonts/ProximaNova-Bold-webfont.woff') format('woff'),
         url('../fonts/ProximaNova-Bold-webfont.ttf') format('truetype'),
         url('../fonts/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/ProximaNova-Regular-webfont.eot');
    src: url('../fonts/ProximaNova-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Regular-webfont.woff2') format('woff2'),
         url('../fonts/ProximaNova-Regular-webfont.woff') format('woff'),
         url('../fonts/ProximaNova-Regular-webfont.ttf') format('truetype'),
         url('../fonts/ProximaNova-Regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/ProximaNova-Semibold-webfont.eot');
    src: url('../fonts/ProximaNova-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Semibold-webfont.woff2') format('woff2'),
         url('../fonts/ProximaNova-Semibold-webfont.woff') format('woff'),
         url('../fonts/ProximaNova-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/ProximaNova-Semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/ProximaNova-Light-webfont.eot');
    src: url('../fonts/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Light-webfont.woff2') format('woff2'),
         url('../fonts/ProximaNova-Light-webfont.woff') format('woff'),
         url('../fonts/ProximaNova-Light-webfont.ttf') format('truetype'),
         url('../fonts/ProximaNova-Light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/** VIDEO **/


/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: relative;
    left: 0;
    top:0;
    width: 100%;
    height: auto;
    z-index: -10;
    margin:0 !important;
    padding: 0 !important;
}

video {
    margin:0 !important;
    padding: 0 !important;
}

a {
	color: rgba(0,0,0,1);
}

a:hover {
	color: rgba(0,0,0,0.7);
}

body {
    font-family: 'proxima_nova_rgregular';
}

strong {
    font-family: 'proxima_nova_rgbold';
}

hr {
	margin: 30px 0;
}

h1 {
	font-size: 19px;
    font-family: 'proxima_nova_rgregular';
    text-align: center;
    padding: 70px 15px;
}


@media (max-width: 600px) {

h1 {
	font-size: 16px;
    padding: 40px 15px;
    text-align: left;
    line-height: 1.5em;
}

}

h2 {
	font-size: 20px;
	letter-spacing: 1px;
    font-family: 'proxima_nova_rgbold';
    text-align: center;
    padding: 80px 20px;
    text-transform: uppercase;
}




h4 {
    font-family: 'proxima_nova_rgbold';
}

.header {
	background-color: #000000;
	width: 100%;
}

@media (max-width: 600px) {
	.header {
		text-align: center;
	}
}

.home .header {
	position: absolute;
	top: 0;
	background-color: transparent;
}

.header_belotero_revive {
	background-image: url('../images/Revive_Header.jpg');
	background-position: center center;
	background-size: auto 100%;
	text-align: center;
	padding: 30px;
	margin-bottom: 60px;
	height: 85px;
}

.header img {
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 25px 0 !important;
}

.container {
	max-width: 1000px;
	overflow:hidden;
}

p.home {
	text-align: center;
}

.footer {
	color: #ffffff;
	font-size: 14px;
	padding-top: 60px;
	padding-bottom: 60px !important;
}

.footer img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

.footer_left {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 600px;
}

.footer_left img {
	padding-bottom: 30px;
}

.footer_right {
	text-align:left;
	padding-right: 30px;
	padding-left: 30px;
}

@media (min-width: 768px) {
	.footer_right {
		text-align:right;
		padding-right: 30px;
		padding-left: 0px;
	}
}

.footer_right ul {
	margin-left: 0;
	padding-left: 0;
}


.footer_right ul li {
	font-family: 'proxima_nova_rgregular';
	display:block;
	color: #ffffff;
	font-size: 14px;
	list-style-type: none;
	text-transform: uppercase;
	margin-right: 0px;
}

@media (min-width: 768px) {
	.footer_right ul li {
		display:inline-block;
		margin-left: 20px;
	}
}

.footer_right img {
	padding-top: 40px;
	position:relative;
	right: -30px;
}

.footer_right a {
	color: rgba(255,255,255,1);
}

.footer_right a:hover {
	color: rgba(255,255,255,0.6);
	text-decoration: none;
}

.footer_right button {
	color: rgba(255,255,255,1) !important;
	border: none  !important;
	font-family: 'proxima_nova_rgregular';
	text-transform: uppercase;
	font-size: 14px !important;
	padding: 0 !important;
	background: transparent !important;
}

.footer_right button:hover {
	color: rgba(255,255,255,0.6) !important;
	border: none  !important;
	padding: 0 !important;
	background: transparent !important;
}

.footer_right button:focus {
	outline: none !important;
}



.footer_right .box_text {
	padding: 20px;
	text-align: left;
	border: 1px solid #ffffff;
	/*border-radius: 4px;*/
}

.footer_flash {
	max-width: 266px !important;
	width: 266px !important;
	bottom: -10px !important;
	right: -10px !important;
}

ul.social_links {
	margin:10px 0 30px -5px;
	padding:0;
	text-align: left;
}

@media (min-width: 768px) {
	ul.social_links {
		margin:10px 0 30px 0;
		padding:0;
		text-align: right;
	}
}

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

ul.social_links li a{
	margin: 0 12px 0 5px !important;
}

}

.social_links li {
	display:inline-block !important;
	margin:0 !important;
	padding:0;
}

.social_links li a {
	color: rgba(255,255,255,1);
	font-size: 32px;
	margin-left: 10px !important;
	line-height: 1px;
	transition: color 0.3s ease;
}

.social_links li a:hover {
	color: rgba(255,255,255,0.7);
	transition: color 0.3s ease;
}




.folder-row{
	margin-bottom: 50px;
	margin-top: 20px;
}

.folder-row .col-12{
	justify-content: center;
	align-items: center;
}

.folder-row .col-12 .center{
	text-align: center;
}

.folder-row .col-12 .folder{
	display: flex;
	align-content: center;
	justify-content: center;
	width: 100%;
}

.folder-row .col-12 .folder img{
	max-width: 100%;
}


/** NAV TOGGLE **/

.mobile_brand img {
	width: 250px;
	padding-top: 30px;
	margin-left: 45px;
	height: auto;
}

.mobile_brand a {
	padding: 0 !important;
	margin: 0 !important;
}

.toggle {
	position:absolute;
	top: 20px;
	right: 40px;
	font-size: 30px;
	cursor:pointer;
	z-index: 100;
	color: rgba(255,255,255,0.6);
}

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

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: rgba(0,0,0,0.90); /* Trans*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav ul {
	margin-top: 20px;
}

/* The navigation menu links */
.sidenav a {
	font-family: 'proxima_nova_rgregular';
    padding: 20px 0 0px 45px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    color: rgba(255,255,255,0.7);
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: rgba(255,255,255,1);
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 30px;

}

.nex


/* NEW HOMEPAGE */

.right {

}

.center_me {
	text-align: right;
	margin: 0 auto;
}

/*.nav ul {*/
/*	margin: 0;*/
/*	list-style-type: none;*/
/*	text-align: center;*/
/*	padding: 6px 0 0 0;*/
/*	display:inline-block;*/
/*}*/

/*.nav ul li {*/
/*	letter-spacing: 1px;*/
/*	padding: 30px 0;*/
/*	list-style-type: none;*/
/*	display: inline-block;*/
/*	margin: 0 auto;*/
/*	max-width: 200px;*/
/*}*/

.nav-container {
	margin: 0 auto;
	max-width: 1100px;
	width: 90%;
}

/*@media (min-width: 992px) {*/
/*	.nav ul li {*/
/*		max-width: 100%;*/
/*		margin: 0;*/
/*		list-style-type: none;*/
/*		display: inline-block;*/
/*		padding: 30px 0;*/
/*	}*/

/*	.nav-container {*/
/*		max-width: 1100px;*/
/*	}*/
/*}*/


/*@media (min-width: 1200px) {*/
/*	.nav ul li {*/
/*		padding: 0 0 0 20px;*/
/*	}*/
/*}*/

/*@media (min-width: 1400px) {*/
/*	.nav ul li {*/
/*		padding: 0 0 0 22px;*/
/*	}*/
/*}*/

/*.nav ul li a {*/
/*	font-size: 14px;*/
/*	text-transform: uppercase;*/
/*	font-family: 'proxima_nova_rgregular';*/
/*	color: #ffffff;*/
/*	text-decoration: none;*/
/*}*/

.hp_beautiful_skin {
	min-height: 500px;
	background-image: url('../images/Beautiful_Skin_Crop.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 65% center;
}

@media (min-width: 768px) {
	.hp_beautiful_skin {
		min-height: 600px;
		background-position: center center;
	}
}

.black_bg {
	background: #000000;
	padding-bottom: 10px;
}

.grey_bg {
	background: #eeeeee;
	padding-bottom: 80px;
	margin-top: -8px;
}

.grey_bg_less {
	padding-bottom: 10px;
}

.grey_bg h2 {
	padding-bottom: 40px;
}

.pink_bg {
	background: #ffffff;
	position: relative;
}

.hp_lead {
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	font-family: 'proxima_nova_rgregular';
	color: #ffffff;
	padding-top: 100%;
	padding-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
}

@media (min-width: 768px) {
	.hp_lead {
		font-size: 40px;
		line-height: 40px;
		text-align: left;
		padding-top: 20%;
		padding-left: 5%;
		width: 50%;
	}
}

@media (min-width: 980px) {
	.hp_lead {
		width: 45%;
	}
}

@media (min-width: 992px) {
	.hp_lead {
		font-size: 50px;
		line-height: 50px;
		padding-top: 15%;
		padding-left: 5%;
		width: 48%;
	}
}

@media (min-width: 1200px) {
	.hp_lead {
		padding-top: 15%;
		padding-left: 10%;
		width: 40%;
	}

}

@media (min-width: 1400px) {
	.hp_lead {
		font-size: 60px;
		line-height: 60px;
		padding-top: 10%;
		padding-left: 10%;
		width: 45%;
	}

}

@media (min-width: 1870px) {
	.hp_lead {
		width: 35%;
	}
}

.hp_links .dividers {
	/*border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;*/
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 992px) {
	.hp_links .dividers {
		border:none;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		/*border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;*/
	}
}

.hp_links {
	/*margin-top: 30px;*/
	max-width: 1140px;
	margin: 0 auto;
	padding-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.hp_links p {
	text-align: center;
	color: #000000;
	max-width: 280px;
	margin: 0 auto 30px auto;
}

.hp_links a:hover {
	opacity: 0.7;
}

.hp_links img {
	width: auto;
	height: 60px;
	margin: 20px auto 10px auto;
}

a.events {
    font-family: 'proxima_nova_rgregular';
	letter-spacing: 1px;
	max-width: 240px;
	margin: 0 auto 20px auto;
	display:block;
	text-align: center;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	border-radius: 0px;
	text-decoration: none;
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
	border: 1px solid #000000;
}

a.events:hover{
	background-color: transparent;
	text-decoration: none;
	color: #000000;
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
}

a.ecademy {
    font-family: 'proxima_nova_rgregular';
	letter-spacing: 1px;
	max-width: 240px;
	margin: 0 auto 20px auto;
	display:block;
	text-align: center;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	border-radius: 0px;
	text-decoration: none;
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
	border: 1px solid #000000;
}

a.ecademy:hover{
	background-color: transparent;
	text-decoration: none;
	color: #000000;
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
}

a.eprint {
    font-family: 'proxima_nova_rgregular';
	letter-spacing: 1px;
	max-width: 240px;
	margin: 0 auto 20px auto;
	display:block;
	text-align: center;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	border-radius: 0px;
	text-decoration: none;
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
	border: 1px solid #000000;
}

a.eprint:hover{
	background-color: transparent;
	text-decoration: none;
	color: #000000;
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
}

.brand_image {
	min-height: 350px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.brand_image_belotero {
	background-image: url('../images/Belotero_image.jpg');
}

.brand_image_belotero_two {
	background-image: url('../images/Belotero_image_two.jpg');
}

.brand_image_belotero_revive {
	background-image: url('../images/Belotero_Revive_image.jpg');
}

.brand_image_belotero_revive_nov23 {
	background-image: url('../images/belotero-revive-nov23.jpg');
}

.brand_image_belotero_revive_lips {
	background-image: url('../images/Belotero_Revive_Lips_image.jpg');
}

.brand_image_ultherapy {
	background-image: url('../images/Ultherapy_image_new.jpg');
}

.brand_image_ultherapy_oct24 {
	background-image: url('../images/Ultherapy_image_new_oct24.jpg');
}

.brand_image_radiesse {
	background-image: url('../images/Radiesse_image.jpg');
}

.brand_image_radiesse_new {
	background-image: url('../images/Radiesse_image-new.jpg');
}

.brand_image_radiesse_two {
	background-image: url('../images/RadiessePlus_two.jpg');
}

.brand_image_radiesse_two_new {
	background-image: url('../images/Radiesse_Header_Image-right.jpg');
}

.brand_image_radiesse_three_new {
	background-image: url('../images/Radiesse_Header_Image-left-2.jpg');
}

.brand_image_info_one {
	background-image: url('../images/ma-new-pink.jpg');
}

.brand_image_info_two {
	background-image: url('../images/ma-new-blue.jpg');
}

.education_image_one {
	background-image: url('../images/MERZ_D1_2.jpg');
	background-position:center center;
}

.education_image_two {
	background-image: url('../images/Education_image_two.jpg');
}

.dop{	
	float: left;
	width: 100%;
	padding: 60px 0px 30px 0px;
}

.dop p{
	font-size: 13px;
}

@media (max-width: 998px) {

.dop{
	padding: 60px 20px 30px 20px;
}

}

.max-row .support_logo img{
	width: 215px;
	height: auto;
	margin-left: 10px;
}

.max-row .brand_text h3{
	text-align: left !important;
	max-width: 100%;
}


.max_image_one {
	background-image: url('../images/MAX-Coloured-Header-1.png');
	background-position:center center;
	background-color: #208083;
	background-size: contain;
}

.max_image_two {
	background-image: url('../images/MAX-Coloured-Header-2.png');
	background-position:center center;
	background-color: #1530A2;
	background-size: contain;
}

@media (max-width: 768px) {

.max_image_two,
.support_logo.associated{
	display: none;
}

}

.max_image_three {
	background-image: url('../images/MAX-Coloured-Header-3.png');
	background-position:center center;
	background-color: #F85606;
	background-size: contain;
}


.resources_image {
	background-image: url('../images/Resources_image.jpg');
}

.resources_image_new {
	background-image: url('../images/Resources_image_new.jpg');
}

.story_image_one {
	background-image: url('../images/Story_1.jpg');
}

.story_image_two {
	background-image: url('../images/Story_2.jpg');
}

.story_image_three {
	background-image: url('../images/Story_3.jpg');
}

.brand_logo {
	text-align: center;
	text-align: left;
	padding: 60px 40px 40px 40px;
}

.brand_logo img {
	height: auto;
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}

.brand_text {
	text-align: center;
	text-align: left;
	padding: 0 30px 60px 30px;
}

.brand_text h3{
	padding: 0 0 20px 0;
}

.brand_text p {
	font-size: 16px;
	padding-bottom: 40px;
}

.brand_text a {
    font-family: 'proxima_nova_rgregular';
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	margin: 40px 0 0 0;
	border-radius: 0px;
	text-decoration: none;
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
	border: 1px solid #000000;
}

.brand_text a:hover{
	background-color: transparent;
	text-decoration: none;
	color: #000000;
	transition: color 0.5s ease;
	transition: background-color 0.5s ease;
}


.brand-text-center{
	display: flex;
	align-items: center;
	padding: 20px 0 0 0;
}

.brand-text-center .brand_text{
	padding: 30px;
}

p.advancing {
	padding-top: 70px;
	padding-bottom: 20px;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'proxima_nova_rgregular';
}

p.advancing span {
	background: #ffffff;
	padding: 0 15px;
}

span.line {
	position: absolute;
	top: 84px;
	border-top: 1px solid #000000;
	width: 100%;
	height: 1px;
}


.people_strip_mobile {
	width: 100%;
	height: auto;
	display:block;
}

.people_strip {
	width: 100%;
	height: auto;
	display:none;
}

@media (min-width: 992px) {
	.people_strip_mobile {
		display:none;
	}
	.people_strip {
		display:block;
	}
}

.contact {
	padding-bottom: 40px;
}

.support_logo {
	text-align: center;
	text-align: left;
	padding: 40px 20px 20px 20px;
}

.support_logo img {
	height: 60px;
	width: auto;
	margin: 0 auto;
}

.story_text {
	text-align: center;
	text-align: left;
	padding: 0 10px 0 10px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}



.story_text p {
	font-size: 16px;
	padding: 0px 0px 20px 0;
}

.story_text p.padding_top {
	padding-top: 80px;
}

.story_text p.padding_bottom {
	padding-bottom: 30px;
}

.story_text a {
    font-family: 'proxima_nova_rgregular';
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	margin: 40px 0 10px 0;
	border-radius: 0px;
	text-decoration: none;
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
	border: 1px solid #000000;
}

.story_text a:hover{
	background-color: transparent;
	text-decoration: none;
	color: #000000;
	transition: color 0.5s ease;
	transition: background-color 0.5s ease;
}

.story_text h2 {
	text-align: left;
    padding: 20px 0px 10px 0px;
}

.one-half {
	padding: 0 0 2% 0;
}

@media (min-width: 992px) {
	.one-half {
	    width: 50%;
	    float: left;
	    padding: 1%;
	}
}


.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-form-control-wrap input{
	width: 100%;
	padding: 10px;
}

.wpcf7-form-control-wrap select{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
}

.wpcf7-form-control-wrap textarea{
	width: 100%;
	padding: 10px 10px 40px 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #b20058;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0 40px 0;
    padding: 0 0 10px 0;
    border: 2px solid #b20058;
}

.wpcf7-submit {
	font-family: 'proxima_nova_rgregular';
	letter-spacing: 1px;
	font-size: 13px;
	height: 40px;
	border:1px solid #000000;
	text-align: center;
	padding: 7px 25px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	margin: 20px 0 0 0;
	border-radius: 0px;
	text-decoration: none;
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
}

@media (min-width: 992px) {
	.wpcf7-submit {
	   	margin: 4px 0 0 0;
	}
}

.wpcf7-submit:hover {
	background-color: transparent;
	text-decoration: none;
	color: #000000;
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
}

.policy {
	padding-bottom: 80px;
}

.policy h2 {
	text-align:left;
	padding: 40px 0 10px 0;
}

.policy h3 {
	text-align:left;
	padding: 20px 0 10px 0;
	max-width: 100%;
	margin: 0;
}

.page-id-522 h1 {
	padding-bottom: 40px;
}

.page-id-522 h2 {
	text-align:left;
	padding: 40px 0 10px 0;
}

.page-id-522 h3 {
	text-align:left;
	padding: 20px 0 10px 0;
	max-width: 100%;
	margin: 0;
}

.page-id-524 h1,
.page-id-847 h1 {
	padding-bottom: 40px;
}

.page-id-524 h2{
	text-align:left;
	padding: 40px 0 10px 0;
	max-width: 100%;
	margin: 0;
}

.page-id-847 h2 {
	text-align:left;
	padding: 10px 0 10px 0;
	max-width: 100%;
	margin: 0;
}

.page-id-522 .container {
	padding-bottom: 80px;
}

.page-id-343 .container {
	padding-bottom: 80px;
}

.page-id-345 .container {
	padding-bottom: 80px;
}

.page-id-524 .container,
.page-id-847 .container {
	padding-bottom: 80px;
}

.grey_bg .container {
	padding-bottom: 0px;
	max-width: 1050px;
}

.pink_bg .container {
	padding-bottom: 0px;
}

.header .container {
	padding-bottom: 0px;
}

.image_link {
	display:block;
	width: 100%;
	height: 100%;
}



.featured_image {
	width: 100%;
}

.featured_image img{
	width: 100%;
	height: auto;
}

.radiesse .brand_logo {
	text-align: center;
	margin: 40px 0 80px 0;
}

.radiesse p {
	text-align: center;
	text-align: left;
}

.radiesse h1 {
	padding: 0;
}

.radiesse h3 {
	margin-bottom: 40px!important;
    padding-bottom: 0;
    font-family: 'proxima_nova_rgregular';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    max-width: 100%;
    /*color:#008bb1;*/
    text-align: center;
    text-align: left;
    padding: 80px 0 0 0;
}

.radiesse .wp-block-heading{
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

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

.radiesse_image img {
	width: 100%;
	height: auto;
	margin: 40px 0;
}

.radiesse_image_three {
	text-align: center;
}

.radiesse_image_three img {
	width: 90%;
	margin: 40px auto 80px auto;
}

.belotero img {
	width: 100%;
	height: auto;
	margin: 60px 0 40px 0;
}

.belotero .featured_image img {
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
}

.belotero .brand_logo {
	text-align: center;
	margin: 40px 0 60px 0;
}

.belotero .brand_logo img {
	text-align: center;
	margin: 0;
}

.belotero p {
	text-align: center;
	text-align: left;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.belotero .wp-block-heading{
	text-align: left;	
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 0 20px 0;
}

.belotero ul {
	list-style-type: none;
	text-align: center;
	text-align: left;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 20px;
}

.belotero h1 {
	padding: 0;
}

.belotero h2 {
	font-family: 'proxima_nova_rgregular';
	max-width: 100%;
	padding: 80px 20px 20px 20px;
}

.belotero h3 {
    font-family: 'proxima_nova_rgregular';
	max-width: 100%;
}

.wp-block-image {
    max-width: 840px;
    margin: 0 auto !important;
    padding-bottom: 20px;
}

.more_padding {
    padding-bottom: 40px;
    padding-top: 40px;
}

.wp-block-image-wider {
    max-width:1100px;
    margin: 0 auto !important;
    padding-bottom: 20px;
}

.wp-block-image img {
    width: 100%;
    height: auto;
}

p.ref {
	text-align: center;
	text-align: left;
	padding: 70px 0px 50px 0px;
	font-size: 11px;

}

p.inline_ref {
	text-align: center;
	text-align: left;
	padding: 0px 0px 50px 0px;
	font-size: 11px;

}

.more_info {
	padding: 50px 20px 0 20px;
	text-align: center !important;
}

.more_info h3{
	text-align: center !important;
}

.more_info img {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

.more_info a {
	display:block;
}

.more_info a.link_button {
	font-family: 'proxima_nova_rgregular';
	max-width: 200px;
	text-align: center;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	margin: 40px auto;
	border-radius: 0px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	transition: color 0.5s ease;
	border: 1px solid #000000;
}

.more_info a.link_button:hover {
	color: #000000;
	background-color: transparent;
	transition: background-color 0.5s ease;
	transition: color 0.3s ease;
}

.patient {
	padding-bottom: 100px;
}

.patient_brands {
	padding-top: 100px;
}

.patient .brand_logo {
	padding-top: 100px;
	padding-bottom: 20px;
}

.patient p {
	text-align: center;
	text-align: left;
}


.page-template-patient_info .wp-block-heading{
	text-align: left;
	padding: 60px 0 20px 0;
}

.page-template-patient_info .brand_logo{
	max-width: 1020px;
	margin: 0 auto;
	padding: 60px 30px 30px 30px;
}

.page-template-patient_info h2{
	text-align: left;
	padding-left: 0;	
}

.page-template-patient_info .info-belotero{
	max-width: 100%;
	background: #EEEEEE;
	padding-bottom: 40px;
	margin-top: 60px;
}

.page-template-patient_info .info-belotero .inner{
	max-width: 1000px;
	margin: 0 auto;
}

.page-template-patient_info .info-belotero .brand_logo{
	max-width: 1020px;
	margin: 0 auto;
	padding: 60px 30px 30px 0px;
}

.radiesse_center_holder {
	text-align: center;
}

.radiesse_center {
	width: 100%;
	height: auto;
	max-width: 900px;
}


/** HUSTLE **/

.hustle-popup-content {
	background: #ffffff;
	border-radius: 10px;
}

.hustle-popup-content p {
	font-family: 'proxima_nova_rgregular' !important;
}

.hustle-button-close {
	display: none !important;
}

.hustle-layout-header {
	border-width: 0px !important;
}

.hustle-title {
    font-family: 'proxima_nova_rgregular' !important;
    text-align: center !important;
    padding: 40px 40px 0 40px !important;
    text-transform: uppercase !important;
}

.hustle-popup-content p {
	padding: 0 40px !important;
	text-align: center !important;
}

.hustle-popup-content h2 {
	padding: 20px !important;
	text-align: center !important;
    text-transform: uppercase !important;
}

.pop_buttons {
	text-align: center;
	padding-bottom: 20px;
}

.hustle-popup-content .btn_yes {
	font-family: 'proxima_nova_rgregular' !important;
    text-align: center !important;
    font-size: 18px !important;
    width: 320px !important;
	padding: 10px 20px !important;
	background: #e50071 !important;
	border: 1px solid #e50071 !important;
	color: rgba(255,255,255,1) !important;
	margin: 0 10px 10px 10px !important;
	text-transform: uppercase !important
}

.hustle-popup-content .btn_yes:hover {
	color: rgba(255,255,255,0.6) !important;
}

.hustle-popup-content .btn_no {
	font-family: 'proxima_nova_rgregular' !important;
    text-align: center !important;
    font-size: 18px !important;
    width: 320px !important;
	padding: 10px 20px !important;
	background: #ffffff !important;
	border: 1px solid #e50071 !important;
	color: rgba(229,0,113,1) !important;
	margin: 0 10px 10px 10px !important;
	text-transform: uppercase !important
}

.hustle-popup-content .btn_no:hover {
	color: rgba(229,0,113,0.6) !important;
}

.padding-top {
	padding-top: 40px;
}

.anchors {
	padding-bottom: 40px;
}

.anchors a {
	margin: 0 20px;
	padding-bottom: 80px;
}

.wp-block-separator {
	border-bottom: none;
}

/* Team */

.team {
	display: flex;
    flex-wrap: wrap;
	padding: 70px 0 0 0;
}

.team-member {
	width: 23%;
	margin: 0 1% 50px;
	text-align: center;
}

.team-member .button {
	background: black;
	border: 1px solid black;
	color: white;
	text-transform: uppercase;
	margin-top: 15px;
	padding: 6px 10px;
	font-size: 1rem;
	line-height: normal;
	transition: 0.5s;
}

.team-member .button:hover {
	background: white;
	border: 1px solid black;
	color: black;
}

.team-member-image {
	background: #b20058;
	margin-bottom: 25px;
	min-height: 300px;
}

.team-member img, .modal-content-image img {
	width: 100%;
	object-fit: cover;
	height: 300px;
}

.team-member h2, .team-member h3 {
	margin: 0;
	padding: 0;
}

.team-member:nth-child(odd) {
	margin-top: -40px;
}

.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 40px;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.team-container {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(255,255,255); /* Fallback color */
	background-color: rgba(255,255,255,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #FFF;
	padding: 100px 120px;
	margin: auto;
	border-radius: 0;
	text-align: left;
	border: 1px solid black;
	width: 80%;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;

}

.modal-content-inner {
	display: flex;
}

.modal-content-image {
	width: 30%;
	background: #b20058;
	min-height: 300px;
	margin-bottom: 25px;
}

.modal-content-text {
	flex: 1;
	padding-left: 50px;
}

.modal-content h2, .modal-content h3 {
	margin: 0;
	padding: 0;
	text-align: left;
}

.modal-content h3 {
	margin-bottom: 25px;
	font-size: 1rem;
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

/* The Close Button */
.close {
	color: black;
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 40px;
	font-weight: bold;
	transition: 0.5s;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}



@media (max-width: 1023px) {
	.team-member {
		width: 31.3333%;
		margin-bottom: 100px;
	}
}


@media (max-width: 767px) {
	.team-member {
		width: 48%;
	}

	.modal-content {
		padding: 80px 20px 20px;
	}

	.modal-content-inner {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.modal-content-image, .modal-content-text {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 414px) {
	.team-member {
		width: 100%;
	}
}


.find-account-manager__wrapper {
	 padding: 0 5%;
	 min-height: 380px;
	 position: relative;
	 display: flex;
	 align-items: center;
	 text-align: center;
	 justify-content: center;
	 background-image: url('../images/find-account-manager-background.jpg');
	 background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
 }

.find-account-manager__content {
	 max-width: 50ch;
 }

.find-account-manager__header {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.035em;
	margin: 0 0 24px;
	padding: 0;
 }

.find-account-manager__cta {
	 margin-top: 32px;
	 margin-bottom: 0;
 }



/* Team */


.careers{
	padding-bottom: 70px;
}

.careers h2{
	padding: 50px 0 20px 0;
	text-align: left;
}

/* Button */


.button {
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	margin: 10px 0 10px 0;
	border-radius: 1px solid black;
	text-decoration: none;
	transition: 0.5s;
	border: 1px solid #000000;
	display: inline-block;
}

.button:hover {
	background: transparent;
	color: black;
	text-decoration: none;
}

a {
	transition: 0.5s;
}

/* Menu dropdown */

.header img {
	margin-top: 32px;
}

@media (max-width: 992px) {
	.header img {
		margin: 30px 0;
	}
}

.main-menu {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.main-menu li {
	position: relative;
	padding: 35px 0 34px;
	margin-left: 22px;
	display: inline-block;
	box-sizing: border-box;
}

.main-menu li:hover .sub-menu,
.main-menu li:focus .sub-menu {
	opacity: 1;
	pointer-events: all;
}

.main-menu li a {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'proxima_nova_rgregular';
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
}

.main-menu li .sub-menu {
	position: absolute;
	background: #333;
	right: -5px;
	top: 90px;
	width: 200px;
	text-align: left;
	margin: 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 5;
}

.main-menu li .sub-menu li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.main-menu li .sub-menu li a {
	display: block;
	width: 100%;
	padding: 10px 15px;
}

.main-menu li .sub-menu li a:hover {
	background: black;
}


/* radiesse changes */

.radiesse h2{
	padding-bottom:20px;
}

.radiesse .wp-image-687{
	max-width: 300px;
	margin: 40px 0 020px 0;
}

.radiesse .wp-container-3 p,
.radiesse .wp-container-8 p{
	text-align: left !important;
}

.radiesse .wp-container-8 img{
	max-width: 100% !important;
	height: auto !important;
}

.radiesse h2{
	padding-bottom:20px;
}

.radiesse .wp-image-687{
	max-width: 300px;
	margin: 40px 0 020px 0;
}

.radiesse .wp-container-3 p,
.radiesse .wp-container-8 p{
	text-align: left !important;
}

.radiesse .wp-container-8 img{
	max-width: 200px;
}

.radiesse .wp-container-8 .wp-block-image{
	float: left;
	padding: 10px;
	max-width: 50% !important;
}

.radiesse .has-small-font-size{
	text-align: left;
}

@media (min-width: 782px) {

.wp-container-3 .left p{
	text-align: left;
}

}


.page-id-723 .text-content h2 {
	text-align:left;
	padding: 40px 0 10px 0;
}

.page-id-723 .text-content h3 {
	text-align:left;
	padding: 20px 0 10px 0;
	max-width: 100%;
	margin: 0;
}

.page-id-723 .text-content .anchors {
	padding-bottom: 40px;
}

.page-id-723 .text-content .anchors a {
	margin: 0 20px;
	padding-bottom: 80px;
}


.max-intro{
	max-width: 854px;
}

.max-intro .max-logo {
	width: 215px;
	height: auto;
	display: block;
	margin: 40px 0px;
}

.max-intro .image{
	float: left;
	width: 100%;
}

.max-intro p{
	float: left;
	width: 100%;
}



.max-intro p.small{
	font-size: 13px;
}

.max-intro p.small a{
	float: right;
	font-size: 16px;
	padding: 5px 10px;
	width: 100% !important;
	max-width: 140px !important;
	border-radius: 100px;
	background: #000;
	color: #FFF;
	text-decoration: none;	
	text-align: center;
	position: relative;
	top: -7px;
}

.max-intro p.small a:hover{
	background: #1530A2;
}

@media (max-width: 460px) {

.max-intro p.small strong{
	float: left;
	width: 140px;
}

.max-intro p.small a{
	top: 0;
}

}

@media (max-width: 900px) {

.max-intro .max-logo {
	margin: 40px 20px;
}

.max-intro p.small{
	padding: 0 20px;
}

}

.max-intro p.btn{
	background: #208083;
	padding: 0;
	float: none;
	display: flex;
	justify-content: center;
	padding: 0 0 7% 0;
	margin: 0;
}

.max-intro p.btn a{
	font-size: 17px;
	padding: 10px 15px;
	width: 100% !important;
	max-width: 200px !important;
	border-radius: 100px;
	background: #FFF;
	text-decoration: none;
}

.max-intro p.btn a:hover{
	background: #000;
	color: #FFF;
}


.max-meet{
	max-width: 700px;
	padding: 80px 30px;
}

.max-meet h2{
	padding: 0 0 20px 0;
	text-align; left;
	text-transform: none;
	text-align: left;
	font-size: 43px;
}

.max-meet p.btn{
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
}

@media (max-width: 768px) {

.max-meet{
	max-width: 700px;
	padding: 40px 30px 60px 20px;
}

.max-meet p.btn{
	padding: 0;
	flex-direction: column;
}

.max-meet p.btn a{
	margin: 10px 0 0 0 !important;
}

}

.max-meet p.btn a{
	font-size: 17px;
	padding: 10px 15px;
	width: 100% !important;
	max-width: 200px !important;
	border-radius: 100px;
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	text-decoration: none;
	margin: 0 5px;
}

.max-meet p.btn a:hover{
	background: #FFF;
	color: #000;
}

.max-meet p.btn a:last-of-type{
	background: #FFF;
	color: #000;
}

.max-meet p.btn a:last-of-type:hover{
	background: #000;
	color: #FFF;
}


.max-join{
	background: #002FA2;
	max-width: 100%;
	border-top: 200px solid #FFF;
	overflow: visible;
}

.max-join .container{
	max-width: 716px;
	overflow: visible;
	padding-bottom: 60px;
	color: #FFF;
}

@media (max-width: 600px) {

.max-join{
	padding-left: 20px;
	padding-right: 20px;
}

.max-join .container{
	padding-left: 0px;
	padding-right: 0px;
}

}

.max-join .images{
	margin-top: -200px;
	padding-bottom: 30px;
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media (max-width: 600px) {

.max-join{
	border-top: 100px solid #FFF;
}

.max-join .images{
	margin-top: -100px;
}

.max-join .container{
	padding-bottom: 40px;
}

}

.max-join p.btn{
	display: flex;
	justify-content: center;	
	padding-top: 20px;
}

.max-join p.btn a{
	font-size: 17px;
	padding: 10px 15px;
	width: 100% !important;
	max-width: 200px !important;
	border-radius: 100px;
	background: #FFF;
	text-decoration: none;
}

.max-join p.btn a:hover{
	background: #000;
	color: #FFF;
}


.max-icons{
	max-width: 716px;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 768px) {

.max-icons{
	max-width: 716px;
	padding-top: 60px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

}

.max-icons .row{
	margin-bottom: 20px;
}

.max-icons .col-10 p{
	padding-left: 10px;
}

.max-icons p.btn{
	display: flex;
	width: 100%;
	justify-content: center;	
}

.max-icons p.btn a{
	display: block;
	font-size: 17px;
	padding: 10px 15px;
	width: 100% !important;
	max-width: 200px !important;
	border-radius: 100px;
	background: #000;
	color: #FFF;
	text-decoration: none;
}

.max-icons p.btn a:hover{
	background: #FFF;
	color: #000;
}


.max-info{
	max-width: 716px;
	padding-bottom: 80px;
}

@media (max-width: 768px) {

.max-info{
	padding-bottom: 40px;
}

.max-info .col-12{
	padding-left: 20px;
	padding-right: 20px;
}

}

.max-info img{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}


.max-feature{
	max-width: 100%;
	background: #002FA2;
}

.max-feature .max_feature{
	background-image: url('../images/max-feature-bg.jpg');
	background-position:center center;	
}

.max-feature .col-12{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
	text-align: left;
	padding: 80px 0 60px 0;
	min-height: 460px;
}

@media (max-width: 768px) {

.max-feature .col-12{
	min-height: 320px;
	padding: 80px 0 80px 0;
}

}

.max-feature h3{
	font-size: 38px;
	max-width: 450px;
	color: #FFF;
	text-transform: none;
	text-align: left;
}

.max-feature h3 em{
	font-family: "Times New Roman", Times, serif;
}

.max-feature  p.btn{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: left;
}

.max-feature  p.btn a{
	display: inline-block;	
	font-size: 17px;
	padding: 10px 15px;
	width: 100% !important;
	max-width: 200px !important;
	border-radius: 100px;
	background: #FFF;
	color: #000;
	text-decoration: none;
	text-align: center;
}

.max-feature  p.btn a:hover{
	background: #000;
	color: #FFF;
}

.max-lightbox{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	overflow: scroll;
	z-index: 1000;
}

@media (max-height: 560px) {

.max-lightbox{
	align-items: flex-start;
}

}

.max-lightbox .box{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 660px;
	padding: 50px 30px 20px 30px;
	border: 1px solid #707070;
	background: #FFF;
	position: relative;
}

.max-lightbox .box .title{
	font-size: 30px;
	text-transform: none;
	text-align: left;
	width: 100%;
	max-width: 100%;
	padding: 0 0 20px 0;
}

.max-lightbox .box .buttons{
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.max-lightbox .box .buttons li {
	display: flex;
	padding: 5px 0;
	width: 100%;
	justify-content: center;
}

.max-lightbox .box .buttons li a{
	width: 100%;
	max-width: 300px;
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	text-align: center;
	padding: 8px;
	border-radius: 20px;
	cursor: pointer !important;
	text-decoration: none;
	text-align: center;
}

.max-lightbox .box .buttons li a:hover{
	background: #FFF;
	color: #000;
}

.max-lightbox .box .close-lightbox{
	position: absolute;
	top: 5px;
	right: 5px;
	text-indent: -9999px;
	background: #FFF;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.max-lightbox .box .close-lightbox:before,
.max-lightbox .box .close-lightbox:after{
	content: "";
	width: 30px;
	border-bottom: 2px solid #000;
	position: absolute;
	bottom: 19px;
	left: 4px;
	transform: rotate(-45deg);
}

.max-lightbox .box .close-lightbox:after{
	transform: rotate(45deg);
}

.max-lightbox .box .close-lightbox:hover:before,
.max-lightbox .box .close-lightbox:hover:after{
	border-color: #999;
}
