﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');

a, a:hover
{
	text-decoration: none;
}
.nowrap
{
	white-space: nowrap;
}
body{
	background: #120006;
	font-family: 'Roboto', sans-serif;
}
.product-logo-div a {
    cursor: default;
}
.mainHeader {
    position: fixed;
    width: 100%;
    background: #fff;
	top: 0px;
	z-index: 999;
}

.hamburger-menu {
    display: none;
    color: #fff;
    position: absolute;
    font-size: 50px;
    right: 25px;
    z-index: 10000;
    cursor: pointer;
    top: -90px;
}
.main-nav li:first-child {
    display: none;
}
.features-bg .carousel-control-prev, 
.features-bg .carousel-control-next, 
#thermageSystemCarousel .carousel-indicators
{
	display:none;
}
#home .model-name {
    position: absolute;
    bottom: 5px;
    left: 61px;
}
.block-container {
    padding: 10px;
}
/* Brand Header */
.brand-logo {
    max-width: 100%;
    top: 0px;
    position: relative;
	max-height: 32px;
	left: 6px;
}
.products-nav {
    left: -3px;
}
.mini-header
{
	background: #6e9eaf;
	line-height: 38px;
}
.top-right-links {
	padding: 0px;
    margin: 0px;
    text-align: right;
	float: right;
	width: auto;
	
}

.top-right-links a {
    color: #fff;
	padding: 0 9px;
	display: initial;
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	font-weight: 300;
	font-size: 11px;
    letter-spacing: .2px;
}
.top-right-links a.btn-isi
{
	height: 25px;
    display: block;
    margin-top: 8px;
    line-height: 25px;
}
.top-right-links li:last-child a
{
	border-right: none;
	margin-top:2px;

}
.facebook img, .instagram img, .youtube img {
    height: 26px;
}
.top-right-links a.facebook, .top-right-links a.instagram, .top-right-links a.youtube {
    border: 0px;
}
.products-nav .nav-pills .nav-link.active, .products-nav .nav-pills .show >.nav-link {
    background: #6e9eaf;
    border-radius: 0px;
	color: #fff;
}
.products-nav li a {
    color: #6e9eaf;
	font-weight: 500;
	letter-spacing: .5px;
	font-size: 11px;
	padding: 0px 10px;
	cursor: default;
}

.products-nav li:first-child a{cursor: pointer;}

.products-nav li a img {
    display: none;
}
.products-nav .navbar {
    padding: 0px;
}
.products-menu
{
	-moz-box-shadow: 0px 4px 4px rgba(153, 153, 153, 0.15);
    -webkit-box-shadow: 0px 4px 4px rgba(153, 153, 153, 0.15);
    box-shadow: 0px 4px 4px rgba(153, 153, 153, 0.15);
    margin-bottom: 7px;
	line-height: 46px;
}

/* Main Header */
.menu-header
{
	background: #fff;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 0px;
	
    -moz-box-shadow:  0 8px 6px -6px rgba(153, 153, 153, 0.349019607843137);
    -webkit-box-shadow: 0 8px 6px -6px rgba(153, 153, 153, 0.349019607843137);
    box-shadow:  0 8px 6px -6px rgba(153, 153, 153, 0.34901960784313);

}

.product-logo {
    max-width: 100%;
    top: 1px;
    position: relative;
	max-height: 62px;
	margin-left: 6px;
	margin-bottom: 10px;
}

.main-nav ul {
    width: 100%;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}
.main-nav ul li a
{
	color: #010101;
	font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.main-nav .nav-link {
    padding: .5rem 24px;
}

.main-nav .nav-pills .nav-link.active, .main-nav .nav-pills .show >.nav-link {
    border-bottom: 6px solid #3c0007;
	color: #7a0033;
    background-color: inherit;
    border-radius: 0px;
	font-weight: 500;
}
.main-nav li:last-child .nav-link, a.btn-healthcare {
    padding-right: 30px;
	padding-left: 30px;
    border-radius: 30px !important;
	margin-left: 30px;
    color: #fff !important;
	border-bottom: 0px !important;
    background: linear-gradient(#780031, #6f002e, #65002a);
	margin-bottom: 5px;
}
a.btn-healthcare {
	font-weight: 500 !important;
}
a.nav-link.btn-healthcare.active {
    border-bottom: 6px solid #ffffff;
}
.main-nav {
    padding: 0px;
	position: relative;
}
.main-nav .navbar
{
	position: absolute;
    right: 0px;
    bottom: -8px;
}
.top-right-links li.social-icons a {
    display: inline-block;
    color: #fff;
    font-size: 25px;
}
/* Banner */
.banner
{
	background: linear-gradient(#FFF 51%, #750030 0%, #51001e, #120006);
	min-height: 650px;
	overflow: hidden;
}
.banner .container
{
	position: relative;
}
.banner .hero-image {
	right: 13%;
    height: 111%;
    top: -60px;
    position: absolute;
}
.banner-logo-image {
    height: 141px;
    margin-left: 25px;
    margin-top: 89px;
}

.banner-content h1
{
	color: #fff;
	font-weight: 500;
	font-size: 59px;
	margin-top: 0px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 145px;
}
.banner-content h3 {
    font-weight: 300;
    color: #fff;
    font-size: 38px;
    text-align: center;
}
.banner-content p {
   color: #780032;
    margin-left: 25px;
    font-weight: 300;
    font-size: 24px;
    margin-top: -38px;
    line-height: 26px;
	padding-bottom: 143px;
    margin-bottom: 0px;
    font-weight: 500;
	font-style: italic;
}
.banner-content p span {
    padding-left: 33px;
}
.banner-content p span.padlefttext
{
	padding-left: 66px;
}
.model-name
{
	color: #FFF;
}
.model-name H3 {
    font-size: 18px;
	margin-bottom: 0px;
}
.model-name p {
    font-size: 13px;
}
#testimony h1 {
	text-align: center;
    color: #43163e;
    font-weight: 300;
    font-size: 45px;
    line-height: 49px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 122px;
    width: 428px;
    margin-left: 82px;
	z-index: 1;
}
div#testimony .model-name {
    position: absolute;
    bottom: 6px;
    left: 47px;
}
#faq .home-jumbo {
    padding: 44px 2rem 0px 10px;
    margin-bottom: 45px;
}
div#dnn_FaqPane {
    padding: 0 10%;
}
.quoteleft {
	position: absolute;
    left: -43px;
    top: -78px;
}
img.quoteright {
    position: absolute;
    bottom: -58px;
    right: -31px;
}

/* Thermage System */
.home-jumbo
{
	background: none;
	padding: 35px 2rem 0px 10px;
	margin-bottom: 24px;
	
}
.home-jumbo h1
{
	text-align: center;
	color: #9d496c;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 0px;
}
.home-jumbo h1.white
{
	color: #fff;
}

.home-jumbo p
{
	color: #ffffff;
    text-align: center;
	font-weight: 300;
    font-size: 19px;
	line-height: 20px;
	padding: 0px 10px;
}
.feature-hero-image {
	width: 268px;
    position: absolute;
    bottom: 0px;
    left: 30%;
}
.thermage-system
{
	border-bottom: 1px solid #636466;
	text-align: center;
	position: relative;
	width: 1014px;
	margin: 0px auto;
}
.thermage-system h3 {
    text-align: center;
	font-weight: 500;
    font-size: 18px;
}
.thermage-system h3 span
{
	font-weight: 500i;
	color: #9c3f97;
}
.thermage-system p
{
	font-weight: 300;
    text-align: center;
    font-size: 16px;
	
    color: #636466;
	line-height: 18px;
}
.thermage-system p span {
    display: block;
    margin-top: 11px;
    font-size: 12px;
	color: #636466;
	line-height: 14px;
}

.thermage-system .call-to-action img {
    max-height: 122px;
    padding: 15px;
}
.pad-50
{
	padding: 0px 30px;
}
.nopad
{
	padding:0px;
}
.thermage-system .call-to-action {
    text-align: center;
}
#fraxel .home-jumbo {
    background: none;
    margin-bottom: 35px;
}
.thermage-system .call-to-action img.body-tip-3
{
	max-height: 124px;
	margin-top: -2px;
	position: relative;
}
.thermage-system .call-to-action img.fast-total
{
	max-height: 147px;
	margin-top: -25px;
	position: relative;
}
.thermage-system .call-to-action img.body-tip-16
{
	max-height: 108px;
	margin-top: 14px;
}

.thermage-system .row:first-child {
    margin-bottom: 30px;
}
.thermage-system .row [class^="col"] {
    
}
/* Whats-In */
.whatsin-headline-image {
	height: 146px;
    margin: 31px 31px 23px 31px;
}

.whats-in {
    text-align: center;
	width: 100%;
}
.whats-in-icons h3
{
	text-align: center;
    font-weight: 700;
    font-size: 17px;
    margin-top: 3px;
    color: #9d496c;
}
.whats-in-icons p
{
	font-weight: 300;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
	margin-top: 7px;
	line-height: 19px;
}
.whats-in-icons p span
{
    font-size: 10px;
	line-height: 12px;
}
.whats-in-icons img {
    width: 78px;
    margin: 20px;
}
.whats-in-icons .col
{
	padding: 5px;
}
.features-bg
{
    background-size: contain;
	background-color: #120006;
    background-repeat: no-repeat;
	background-position: bottom right;
}
.whats-in-icons {
    margin-bottom: 39px;
}

/* Results */
.results-carousel .carousel-control-prev-icon
{
	background-image: url(img/carousel-nav-arrow-left-66x38.png) !important;
	height: 49px;
    width: 27px;
}

.results-carousel .carousel-control-next-icon
{
	background-image: url(img/carousel-nav-arrow-right-66x38.png) !important;
	height: 49px;
    width: 27px;
}
.results-carousel .carousel-control-prev, .results-carousel .carousel-control-next
{
	position: absolute;
	top: 35%;
	display: block;
	width: 12%;
}
.results-carousel
{
	position: relative;
	text-align: center;
	padding-bottom: 11px;
	background: #9d496c;
}
.results-carousel .carousel-text h3
{
	font-weight: 300;
	font-size: 17px;
	color: #fff;
	margin-bottom: 0px;
	line-height: 25px;
	margin-top: 17px;
}
.results-carousel .carousel-text h1
{
	font-weight: 700;
    font-size: 28px;
    color: #43163e;
    line-height: 25px;
	margin-bottom: 0px;
}
.results-carousel .carousel-image h3 {
	font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #fff;
}

.results-carousel .carousel-text p {
	font-weight: 300;
    font-size: 14px;
    color: #000;
	margin-bottom: 61px;
}
.results-carousel .carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.results-carousel .home-jumbo {
    background: transparent;
    padding-top: 40px;
	margin-bottom: 13px;
}
.results-carousel .carousel-item img
{
	width: 100%;
}
.results-carousel .carousel-image > div
{
	padding: 7px;
}
.results-carousel .carousel-indicators
{
	bottom: 18px;
}
div#beforeAfterCarousel {
    width: 1050px;
	margin: 0px auto;
}
/* Service History */
.service-history {
    text-align: left;
}
.effective-icons
{
	text-align: center;
}
.service-history .home-jumbo
{
	background: transparent;
	padding-top: 37px;
	margin-bottom: 48px;
}
.service-history-icons h1
{
	text-align: center;
	font-weight: 700;
    font-size: 79px;
    color: #fff;
	line-height: 75px;
	margin-bottom: 0px;
	
}
.service-history-icons h3
{
	text-align: center;
	font-weight: 500;
    font-size: 24px;
    color: #fff;
	margin-bottom: 4px;
}
.service-history-icons p
{
	font-weight: 300;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 19px;
    margin-top: 35px;
}

.service-history-icons {
    margin-bottom: 75px;
    margin-top: 27px;
    padding: 0px 40px;
}

.service-history-icons img {
    width: 100%;
}
div#dnn_whatsInCarousel {
    width: 100%;
}
.faq-bg {
    background: #edeceb;
}
.faq .jumbotron h1 {
    color: #780032;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, .ui-button:active, 
.ui-button.ui-state-active:hover {
    background: #edeceb;
    color: #000;
    border: 0px;
}
.ui-accordion-header-icon {
    position: absolute;
    right: 0px;
    top: 20px;
}
.ui-accordion .ui-accordion-header {
	background: #edeceb;
    border: 0px;
	padding-left: 0px;
    padding-right: 0px;
    font-weight: 500;
    border-top: 1px solid #000;
    border-radius: 0px;
	line-height: 25px;
}
.ui-widget-content {
	background: #edeceb;
    color: #333;
    border: 0px;
    font-weight: 300;
}
.ui-accordion .ui-accordion-content {
    padding: 0px;
}
.ui-icon-triangle-1-s {
	
    background-position: 0px 0px;
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon, .ui-icon, .ui-widget-content .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon
{
	
}
.ui-icon-triangle-1-e {
    background-position: -64px 0px;
}
#faqAccordion {
    border-bottom: 1px solid #000;
	margin-bottom: 65px;
}
.ui-state-focus:focus { outline:0px !important }

div#testimony {
    background: #fffffe;
	position: relative;
}
.testimony-hero {
    position: relative;
    right: -71px;
    width: 105%;
    z-index: 0;
}
/* Footer */
.footer
{
	padding: 10px;
	text-align: center;
	color: #333333;
	font-weight: 400;
	font-size: 11px;
	position: relative;
	line-height: 12px;
	background: #fff;
}
.footer ul
{
	padding: 0px;
	margin: 0px;
}

.footer li
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-right: 1px solid #cccccc;
	display: inline-block;
}
.footer li:last-child
{
	border-right: none;
}
.footer li a {
    display: block;
    padding: 0px 10px;
	color: #333333;
	font-weight: 400;
	font-size: 11px;
}
.footer p {
    margin-bottom: 10px;
	color: #333333;
}
.footer .pin
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #999999;
}
.blurMe
{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

#isiContainer .modal-dialog {
    width: 100%;
	max-width: 1140px !important;
    padding: 3%;
    max-width: none;
}
.isi-content h1
{
	font-weight: 300;
	font-size: 34px;
}
.isi-content p, .isi-content ul li
{
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
}
.isi-content b
{
	font-weight: 500;
}
a.btn-close-isi {
	border: 2px solid #999999;
    color: #999999;
    padding: 0px 19px;
    line-height: 40px;
    right: 0px;
	z-index: 1;
    display: block;
    position: absolute;
	margin-right: 15px;
}

.isi-logo {
    height: 80px;
	margin-bottom: 15px;
}
.isi-content {
    padding: 15px;
}

#isiContainer .modal-content
{
	border-radius: 0px;
}
div#dnn_FaqPane .ui-accordion .ui-accordion-header {
    color: #636466;
	font-weight: bold !important;
}
div#dnn_FaqPane .ui-accordion .ui-widget-content p {
    color: #636466;
	font-weight: normal !important;
	line-height: 18px;
}
.msg-404 h1 {
	margin-top: 88px;
}

#contentPane
{
	background: #fff;
	margin-top: 300px;
}
#locatoriframe {
    width: 100%;
    min-height: 800px;
}
div#contentPane .container {
    max-width: 1100px;
}
.message-404 p {
    color: #000000;
    text-align: center;
}
.home-jumbo.jumbotron b, .home-jumbo.jumbotron strong {
    font-weight: 900;
}
.service-history p {
    color: #c698a6;
}

.service-history h2 {
    color: #fff;
}

.service-history-bg .container {
    max-width: 697px;
}
.effective-icons img {
    width: 83px;
    margin-left: 14px;
}
.effective-icons {
    flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    max-width: 23%;
	margin-bottom: 16px;
}
.effective-details h2 {
    font-weight: 300;
    color: #fff;
    font-size: 27px;
    margin-top: 7px;
    padding-left: 6px;
}
.service-history p {
    color: #c698a6;
    margin: 0px;
    font-size: 18px;
    margin-top: -9px;
    padding-left: 6px;
}
.effective-details
{
	border-left: 2px solid #fff;
	height: 68px;
}
.service-history {
	margin-bottom: 56px;
}
#where-it-works
{
	background: linear-gradient(#120006, #780032 51%);
}
.service-history-bg {
    background: url(img/fraxel-watermark-1200x1300.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: 565px 0px;
}
.results-carousel .carousel-control-prev, .results-carousel .carousel-control-next {
    position: absolute;
    top: 39%;
    display: block;
    width: 20%;
}

/* Contact Respresentative */
.contact-representative
{
	background: #780032;
	text-align: center;
}
.contact-representative h3
{
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding: 68px 160px;
    font-size: 37px;
    margin-bottom: 0px;
    line-height: 26px;
	padding-bottom: 0px;
}
.contact-representative p {
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 19px;
    margin-bottom: 31px;
	margin-top: 6px;
}
.btn-secondary
{
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #3c0007;
    border-radius: 3px;
    color: #ffffff;
    line-height: 43px;
    padding: 0px 50px;
    font-size: 12.8px;
    border-color: #ffffff;
    letter-spacing: 3px;
}
.contact-representative a.btn.btn-secondary {
	margin-bottom: 70px;
}
.mobile-close {
    display: none;
}
a.btn-close-isi {
    display: block;
    font-weight: bold;
}

a.btn-secondary, a.btn-secondary:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
div#accordionExample h5 {
    background: #edeceb;
    border: 0px;
    color: #636466;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #000;
    border-radius: 0px;
    line-height: 45px;
}

div#accordionExample .card {
    background: transparent;
    border: 0px;
    box-shadow: none;
}

div#accordionExample .card-header {
    background: none;
    border-bottom: 0px;
    padding: 0px;
}

div#accordionExample h5 button {
    color: #636466;
    font-weight: bold;
    font-size: 16px;
    padding: 0px;
    display: block;
    line-height: 45px;
    width: 100%;
    text-align: left;
}
div#accordionExample h5 button:hover,
div#accordionExample h5 button:focus {
    text-decoration: none;
}
div#accordionExample .card-body {
    padding: 0px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
	padding-right: 30px;
	color: #636466;
}
div#accordionExample h5 button i {
    position: absolute;
    right: 25px;
	top: 11px;
    line-height: 24px;
}
[data-toggle="collapse"] .fa:before {  
  content: "\f106";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f107";
}
div#accordionExample .card:last-child {
    border-bottom: 1px solid #000;
}

div#accordionExample {
    margin-bottom: 40px;
}
.row.toggleAsSlide {
	margin: 0px;
	height: 100%;
}
.isi-content ul li ul {list-style-type: none;}

.isi-content ul li ul li:before {
    content: "—";
    text-indent: -20px;
    padding-right: 7px;
	
}

.isi-content ul li ul li {
    text-indent: -20px;
}
.isi-content div > ul > li {
    list-style: disc;
}
.isi-content div > ul {
    padding: 10px;
	margin-left: 15px;
	padding-bottom: 0px;
}
ul.footer-links.social {
    display: none;
}
div#accordionExample .card {
    border-radius: 0px;
}
.modal-mobile-header {
    display: none;
}
.isi-content ul li ul li {
    margin-top: 10px;
}
@media screen and (min-width: 1400px)
{
	div#accordionExample {
		margin-bottom: 50px;
	}
	div#accordionExample h5 button {
		line-height: 54px;
	}
	div#accordionExample h5 button i {
		top: 16px;
	}
	.top-right-links a.btn-isi {
		margin-top: 12px;
	}
	.msg-404 h1 {
		margin-top: 88px;
	}
	.container
	{
		max-width: 1440px;
	}
	.top-right-links a 
	{
		font-size: 14px;
	}
	.products-nav li a {
		font-size: 16px;
	}
	.brand-logo {
		max-height: 40px;
	}
	.mini-header {
		line-height: 50px;
	}
	.products-menu {
		line-height: 60px;
	}
	.product-logo {
		max-height: 78px;
	}
	.main-nav ul li a {
		color: #010101;
		font-weight: 400;
		font-size: 15px;
	}
	.top-right-links li.social-icons a {
		font-size: 25px;
	}
	.main-nav .nav-link {
		padding: .5rem 35px;
	}
	.product-logo {
		top: 3px;
		margin-bottom: 12px;
		margin-left: 12px;
	}
	.banner-logo-image {
		margin-top: 110px;
		height: 178px;
		margin-left: 39px;
	}
	.banner-content p {
		font-size: 29px;
		margin-top: -54px;
		line-height: 35px;
		padding-bottom: 183px;
		margin-left: 36px;
	}
	.banner .hero-image {
		right: 13%;
		height: 110%;
		top: -78px;
	}
	.banner {
		background: linear-gradient(#FFF 51%, #750030 0%, #51001e, #120006);
	}
	.banner-content h3 {
		font-size: 47px;
	}
	.banner-content h1 {
		font-size: 77px;
		line-height: 37px;
		padding-bottom: 192px;
	}
	#testimony h1 {
		font-size: 58px;
		line-height: 62px;
		margin-top: 156px;
		margin-left: 81px;
		width: 592px;
		overflow: visible;
	}
	#fraxel .home-jumbo {
		margin-bottom: 23px;
	}
	.testimony-hero {
		position: relative;
		right: -88px;
		width: 104%;
		z-index: 0;
	}
	#faq .home-jumbo {
		padding: 58px 2rem 31px 10px;
	}
		
	.faq {
		margin: 0px 7%;
	}
	.ui-accordion .ui-accordion-header {
		font-size: 21px;
		line-height: 35px;
	}
	div#testimony {
		overflow: hidden;
	}
	.model-name H3 {
		font-size: 25px;
	}
	.model-name p {
		font-size: 16px;
	}
	#home .model-name {
		right: 41px;
		bottom: 16px;
		left: auto;
	}
	.thermage-system
	{
		width: 1280px;
	}
	.feature-hero-image {
		width: 350px;
	}
	.home-jumbo {
		padding: 40px 2rem 12px 10px;
	}
	.home-jumbo h1 {
		font-size: 50px;
	}
	#results .home-jumbo h1
	{
		margin-bottom: 4px;
	}
	.home-jumbo p {
		margin-top: -1px;
		line-height: 26px;
		padding: 0px 134px;
	}
	#fraxel .home-jumbo p {
		margin-bottom: 32px;
		font-size: 24px;
		padding: 0px 16px;
	}
	.pad-50 {
		padding: 0px 40px;
	}
	.thermage-system .call-to-action img {
		max-height: 149px;
	}
	.thermage-system .call-to-action img.body-tip-3 {
		max-height: 153px;
		margin-top: -4px;
	}
	.thermage-system .call-to-action img.fast-total {
		max-height: 183px;
		margin-top: -36px;
	}
	.thermage-system .call-to-action img.body-tip-16 {
		max-height: 133px;
	}
	.thermage-system .row:first-child {
		margin-bottom: 60px;
	}
	.thermage-system h3 {
		font-size: 22px;
	}
	.thermage-system p {
		font-size: 19px;
		line-height: 24px;
	}
	.thermage-system p span {
		font-size: 14px;
	}
	.whatsin-headline-image {
		height: 184px;
		margin: 40px 31px 30px 31px;
	}
	.whats-in-icons img {
		width: 105px;
	}
	.whats-in-icons p {
		font-size: 20px;
		line-height: 24px;
	}
	.whats-in-icons p span
	{
		font-size: 14px;
		line-height: 15px;
	}
	.whats-in-icons h3 {
		font-size: 22px;
		margin-top: 6px;
	}
	.whats-in-icons {
		margin-bottom: 48px;
	}
	.results-carousel .home-jumbo {
		padding: 50px 2rem 2px 10px;
	}
	.results-carousel .carousel-image > div {
		padding: 9px;
		flex: 0 0 31%;
		max-width: 31%;
	}
	.results-carousel .carousel-image > div:first-child {
		margin-left: 19%;
	}
	.results-carousel .carousel-image h3 {
		font-size: 22px;
		line-height: 47px;
	}
	.results-carousel .carousel-text h1 {
		font-size: 36px;
	}
	.results-carousel .carousel-text h3 {
		font-size: 22px;
		line-height: 30px;
		margin-top: 25px;
	}
	.results-carousel .carousel-text p {
		font-size: 17px;
	}
	.results-carousel .carousel-indicators li {
		width: 7px;
		height: 7px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.results-carousel .carousel-indicators {
		bottom: 10px;
	}
	img.quoteright {
		bottom: -62px;
		right: 1px;
	}
	div#beforeAfterCarousel {
		margin-bottom: 17px;
	}
	.service-history .home-jumbo {
		padding-top: 57px;
		padding-bottom: 13px;
	}
	.service-history-icons h1 {
		font-size: 100px;
		margin-bottom: 5px;
	}
	.service-history-icons h3 {
		font-size: 30.94px;
	}
	.service-history-icons p {
		font-size: 22px;
		line-height: 26px;
		margin-top: 38px;
	}
	.service-history-bg .container {
		max-width: 875px;
	}
	#faq .home-jumbo {
		margin-bottom: 24px;
	}
	div#dnn_FaqPane {
		padding: 0;
	}
	.service-history-icons {
		margin-top: 19px;
		padding: 10px 57px;
		margin-bottom: 79px;
	}

	.footer {
		font-size: 14px;
		line-height: 18px;
	}
	.footer li a {
		font-size: 14px;
	}
	.quoteleft {
		position: absolute;
		left: -30px;
		top: -99px;
		width: 132px;
	}
	img.quoteright {
		bottom: -70px;
		right: -11px;
		width: 132px;
	}
	.ui-accordion .ui-accordion-content {
		font-size: 19px;
	}
	#faqAccordion {
		margin-bottom: 46px;
	}
	.effective-icons {
		flex: 0 0 23%;
		-ms-flex: 0 0 23%;
		max-width: 23%;
		margin-bottom: 26px;
	}
	.effective-icons img {
		width: 100px;
		margin-left: 14px;
	}
	.effective-details h2 {
		font-size: 34px;
		margin-top: 7px;
		padding-left: 12px;
	}
	.service-history p {
		font-size: 22px;
		margin-top: -9px;
		padding-left: 12px;
	}
	.effective-details
	{
		height: 85px;
	}
	.service-history {
		margin-bottom: 70px;
	}
	.results-carousel .carousel-control-prev, .results-carousel .carousel-control-next {
		position: absolute;
		top: 39%;
		width: 20%;
	}
	.ui-accordion-header-icon {
		top: 24px;
	}
	div#dnn_FaqPane .ui-accordion .ui-widget-content p {
		line-height: 23px;
	}
	.contact-representative h3 {
		font-size: 47px;
		padding: 88px 160px 0px 160px;
		margin-bottom: 0px;
		line-height: 30px;
	}
	.btn-secondary {
		line-height: 56px;
		font-size: 16.17px;
	}
	.contact-representative a.btn.btn-secondary {
		margin-bottom: 88px;
		letter-spacing: 1px;
	}
	.contact-representative p {
		font-size: 24px;
		margin-bottom: 37px;
		margin-top: 6px;
	}
	div#accordionExample h5 button {
		font-size: 20px;
	}
	div#accordionExample h5 {
		line-height: 54px;
	}
	div#accordionExample .card-body {
		font-size: 19px;
		line-height: 23px;
	}
}
@media only screen and (max-width: 1300px) 
{
	#testimony h1 {
		font-size: 42px;
	}
}
@media only screen and (max-width: 1300px)
{
	div#accordionExample h5 button {
		font-size: 14px;
	}
	div#accordionExample .card-body {
		font-size: 14px;
	}
	.banner-logo-image {
		height: 120px;
		margin-left: 15px;
		margin-top: 74px;
	}
	.main-nav .nav-link {
		padding: .5rem 14px;
	}

	.main-nav ul li a {
		font-size: 11px;
	}
	.banner .hero-image {
		right: 13%;
		height: 102%;
		top: -50px;
	}
	.banner-content h3 {
		font-size: 33px;
	}
	.banner-content h1 {
		font-size: 52px;
	}
	.banner-content p {
		font-size: 20px;
		margin-left: 16px;
		padding-bottom: 123px;
	}
	.banner-content p span {
		padding-left: 22px;
	}
	.banner-content p span.padlefttext {
		padding-left: 44px;
	}
	.model-name p {
		font-size: 11px;
	}

	#testimony h1 {
		font-size: 35px;
		line-height: 42px;
	}
	#home .model-name {
		bottom: 20px;
		left: 62px;
	}
	div#beforeAfterCarousel {
		width: 800px;
		margin: 0px auto;
	}
	
	.results-carousel .carousel-image > div {
		flex: 0 0 28.5%;
		max-width: 28.5%;
	}
	.service-history-icons h1 {
		font-size: 70px;
	}
	.service-history-icons h3 {
		font-size: 19px;
	}
	.service-history-icons p {
		font-size: 14px;
		margin-top: 20px;
	}
	.banner {
		background: linear-gradient(#FFF 48%, #750030 0%, #51001e, #120006);
		min-height: 600px;
	}
	#fraxel .home-jumbo {
		padding-top: 7px;
		margin-bottom: 26px;
	}
	.whats-in-icons h3 {
		font-size: 15px;
		line-height: 16px;
	}
	.home-jumbo h1 {
		font-size: 35px;
	}
	.pad-50 {
		padding: 0px 15px;
	}
	.whats-in-icons img {
		width: 70px;
	}
	.whats-in-icons p {
		font-size: 14px;
		margin-top: 7px;
		line-height: 16px;
	}
	.service-history .home-jumbo {
		padding-top: 20px;
		margin-bottom: 40px;
	}
	.service-history-bg .container {
		max-width: 615px;
	}
	.effective-icons img {
		width: 73px;
	}
	.effective-icons {
		margin-bottom: 15px;
	}
	.service-history {
		margin-bottom: 53px;
	}
	.effective-details h2 {
		font-size: 23px;
		margin-top: 9px;
		padding-left: 3px;
	}
	.service-history p {
		font-size: 15px;
		margin-top: -8px;
		padding-left: 3px;
	}
	.results-carousel .home-jumbo {
		padding-top: 32px;
	}
	.results-carousel .carousel-image > div:first-child {
		margin-left: 21.7%;
	}
	.results-carousel .carousel-text h3 {
		font-size: 15px;
		line-height: 17px;
	}
	.results-carousel .carousel-text p {
		margin-bottom: 52px;
		font-size: 12px;
	}
	.results-carousel .carousel-indicators {
		bottom: 12px;
	}
	#faq .home-jumbo {
		padding: 92px 2rem 0px 10px;
		margin-bottom: 39px;
	}
	div#dnn_FaqPane {
		padding: 0 1%;
	}
	div#dnn_FaqPane .ui-accordion .ui-widget-content p {
		line-height: 15px;
		font-size: 13px;
	}
	.ui-accordion .ui-accordion-header {
		line-height: 22px;
		font-size: 15px;
	}
	.ui-accordion-header-icon {
		top: 15px;
	}
	#faqAccordion {
		margin-bottom: 34px;
	}
	.contact-representative h3 {
		padding: 59px 160px;
		font-size: 32px;
		line-height: 22px;
		padding-bottom: 0px;
	}
	.contact-representative p {
		font-size: 17px;
		margin-bottom: 28px;
	}
	.btn-secondary {
		line-height: 38px;
	}
	.contact-representative a.btn.btn-secondary {
		margin-bottom: 58px;
	}
}
@media only screen and (max-width: 1000px)
{
	.isi-content div > ul {
		margin-left: 21px;
		margin-top: 10px;
	}
	.modal-mobile-header {
		display: block;
	}
	ul.footer-links.social {
		display: block;
	}
	.contact-representative p
	{
		margin-top: 3px;
	}
	.top-right-links a.btn-isi {
		margin-top: 26px;
	}
	.isi-logo {
		height: 80px;
		margin-top: 110px;
	}
	#isiContainer .brand-logo-div.mini-header {
		margin: 0px;
		position: fixed;
		z-index: 11;
		width: 100%;
	}
	a.btn-healthcare {
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 58px;
	}
	div#accordionExample h5 button i {
		right: 0px;
	}
	.mobile-close {
		display: block;
		position: absolute;
		z-index: 10000;
		right: -15px;
		top: 20px;
	}
	a.btn-close-isi
	{
		display: none;
	}
	.mobile-close {
		display: block;
	}
	.mobile-close a.btn-close-isi {
		display: block;
		color: #fff;
		border: 0px;
		font-size: 51px;
	}
	div#dnn_FaqPane .ui-accordion .ui-widget-content p {
		line-height: 33px;
		font-size: 24px;
	}
	div#dnn_whatsInCarousel {
		width: 100%;
		 min-height: 406px;
	}
	.results-carousel .carousel-image > div {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.msg-404 h1 {
		margin-top: 30px;
	}
	#locatoriframe {
		min-height: 566px;
	}
	.msg-404 {
		padding-top: 34px !important;
	}
	.features-bg .carousel-control-prev, 
	.features-bg .carousel-control-next, 
	#thermageSystemCarousel .carousel-indicators
	{
		display:block;
	}
	.hamburger-menu
	{
		display: block;
		
	}
	.home-jumbo p {
		font-size: 22px;
		line-height: 31px;
		padding: 0px 40px;
	}
	.brand-logo {
		max-height: 71px;
	}
	.mini-header {
		line-height: 90px;
	}
	.mini-header .container, 
	.products-menu .container, 
	.banner .container,
	#fraxel .container {
		max-width: 100%;
		padding: 0px;
		position: relative;
	}
	.top-right-links li {
		display: block;
		-ms-flex-wrap: unset;
		flex-wrap: unset;
		line-height: 74px;
		border-right: 0px;
	}

	.top-right-links {
		display: block;
		float: none;
		width: 100%;
		overflow: hidden;
		text-align: center;
		position: absolute;
		top: 0px;
		background: #fff;
		z-index: 10000;
		left: 0px;
		padding-top: 40px;
		display: none;
		opacity: 0;
	}
	.top-right-links a {
		border-right: 0px;
		text-align: center;
		display: block;
		font-weight: 500;
		font-size: 26px;
		color: #7a0033
	}
	.top-right-links li.social-icons a {
		color: #333333;
		font-size: 44px;
	}
	.top-right-links {
		height: 100vh !important;
		overflow: auto;
	}
	.top-right-links li.pro-menu a span {
		display: none;
	}
	.top-right-links li.pro-menu a img {
		display: inline-block;
		margin-bottom: 50px;
	}
	div#dnn_TopLinks {
		max-width: 100%;
		flex: 0 0 100%;
	}
	#testimony h1 {
		margin-bottom: 110px;
		font-size: 42px;
		line-height: 55px;
		max-width: 60%;
		margin-left: 20%;
	}
	.top-small-link-border {
		border-top: 3px solid #7a0033;
		padding-top: 10px;
	}
	.top-small-link-borderBottom a{
		border-bottom: 3px solid #7a0033;
		padding-bottom: 20px;
	}
	.pro-menu
	{
		text-transform: uppercase;
	}
	.pro-menu a {
		color: #6e9eaf;
	}
	.products-menu {
		display: none;
	}
	.top-small-link a, 
	.top-small-link-border a,
	.top-small-link-borderBottom a {
		font-weight: 500;
		font-size: 26px;
		color: #7a0033;
	}
	.products-nav li a {
		font-size: 14px;
	}
	.menu-header {
		display: none;
	}
	.top-right-links li:first-child
	{
		position: absolute;
		left: 0px;
	}
	.product-logo {
		max-height: 76px;
		top: -18px;
	}
	li.nav-item.top-small-link-borderBottom {
		margin-bottom: 50px;
	}
	.top-right-links li:last-child {
		margin-bottom: 100px;
	}
	.products-menu
	{
		margin-bottom: 0px;
	}
	.banner-logo-image {
		height: 118px;
		margin-left: 39px;
		margin-top: 90px;
	}
	.banner-content h1 {
		font-size: 80px;
		line-height: 67px;
		margin-left: 0px;
	}
	.banner-content h3 {
		font-size: 55px;
		line-height: 53px;
	}
	.banner-content p {
		margin-left: 60px;
		padding-bottom: 106px;
		line-height: 18px;
		padding-bottom: 242px;
		line-height: 19px;
		margin-top: -27px;
		font-size: 16px;
	}
	.banner {
		min-height: 835px;
		background: linear-gradient(#FFF 41%, #750030 0%, #51001e, #120006);
	}
	
	.banner-content h1 i {
		font-style: normal;
	}
	
	.home-jumbo h1 {
		font-size: 69px;
		padding: 0px;
		line-height: 64px;
		margin-bottom: 16px;
	}
	.whats-in-icons {
		margin-bottom: 92px;
	}
	.pad-50 {
		padding: 0px 25px;
	}
	.feature-hero-image
	{
		position: relative;
		left: 0px;
	}
	.features-bg .carousel-control-next-icon {
		background-image: url(img/carousel-nav-arrow-right-66x38.png) !important;
		height: 66px;
		width: 38px;
	}
	.features-bg .carousel-control-prev-icon {
		background-image: url(img/carousel-nav-arrow-left-66x38.png) !important;
		height: 66px;
		width: 38px;
	}
	.row.thermage-system {
		margin-top: 75px;
	}
	#thermageSystemCarousel .carousel-image img {
		height: 172px;
	}
	.banner .hero-image {
		right: -25%;
		height: auto;
		width: 148%;
		top: -72px;
	}
	
	.banner-content h1 {
		padding-bottom: 160px;
	}
	.features-bg .carousel-control-next, 
	.features-bg .carousel-control-prev
	{
	    top: 48px;
	}
	.thermage-system h3 {
		text-align: center;
		font-weight: 500;
		font-size: 40px;
		line-height: 95px;
	}
	.thermage-system p {
		font-weight: 300;
		text-align: center;
		font-size: 32.59px;
		color: #636466;
		line-height: 45px;
		padding: 0px 108px;
		margin-bottom: 0px;
		min-height: 262px;
	}
	#thermageSystemCarousel .carousel-indicators li {
		width: 5px;
		height: 5px;
		background: #cecfcf;
		border-radius: 50%;
		display: inline-block;
		margin-left: 3px;
		margin-right: 3px;
	}

	#thermageSystemCarousel .carousel-indicators li.active {
		background: #fff;
	}
	.leftAlignMobile
	{
		text-align: left;
	}
	.whatsin-headline-image {
		height: auto;
		width: 84%;
	}
	.whats-in-icons img {
		width: 172px;
	}
	.whats-in-icons h3 {
		font-size: 35px;
		color: #9d496c;
	}
	.whats-in-icons p {
		font-size: 35px;
		line-height: 50px;
		color: #ffffff;
	}
	.whats-in-icons p span
	{
		font-size: 20px;
		line-height: 25px;
	}
	.whats-in-icons > div {
		margin-bottom: 45px;
	}
	.features-bg {
		background: #120006;
		background-position: 0px 8%;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.service-history-bg {
		background-size: cover;
		background-position: top;
	}
	.results-carousel .carousel-image > div {
		flex: 0 0 60%;
		max-width: 60%;
		padding: 0px;
		margin: 0px auto;
	}
	div#beforeAfterCarousel {
		width: 100%;
		margin: 0px auto;
	}
	.results-carousel .carousel-image h3 {
		font-size: 36.39px;
		line-height: 83px;
	}
	.results-carousel .carousel-text h1 {
		font-size: 45px;
		line-height: 56px;
	}
	.results-carousel .carousel-text h3 {
		font-size: 30px;
		line-height: 35px;
	}
	.results-carousel .carousel-text p {
		font-size: 24.89px;
		margin-bottom: 87px;
		line-height: 57px;
	}
	.results-carousel .carousel-indicators li {
		width: 5px;
		height: 5px;
		padding: 0px;
		margin-left: 3px;
		margin-right: 3px;
	}
	.service-history .home-jumbo h1 {
		font-size: 50px;
	}
	.service-history .home-jumbo {
		padding-top: 203px;
		margin-bottom: 100px;
	}
	div#accordionExample h5
	{
		line-height: auto;
	}
	div#accordionExample h5 button {
		color: #636466;
		font-weight: bold;
		font-size: 33px;
		padding: 0px;
		white-space: normal;
		text-align: left;
		line-height: 41px;
		margin: 10px 0px;
		padding-right: 15px;
	}
	div#accordionExample .card-body {
		padding: 0px;
		padding-bottom: 30px;
		font-size: 31px;
		line-height: 39px;
	}
	div#accordionExample h5 button i {
		line-height: 6px;
		top: 26px;
	}
	.service-history-icons h1 {
		font-size: 100px;
		line-height: 90px;
	}
	.service-history-icons h3 {
		font-size: 35px;
	}
	.service-history-icons p {
		font-size: 35px;
		margin-top: 20px;
		line-height: 47px;
		margin-bottom: 60px;
		padding: 0px 50px;
	}
	.service-history-icons {
		margin-bottom: 38px;
	}

	.footer {
		padding: 10px;
		font-size: 20px;
		line-height: 26px;
	}
	.footer li a {
		padding: 0px 10px;
		font-size: 18px;
		line-height: 36px;
	}
	.footer .pin {
		position: relative;
		line-height: 100px;
		margin-bottom: 50px;
	}
	div#dnn_isipane {
		font-size: 20px;
		line-height: 22px;
	}
	#isiContainer .logo {
		display: none;
	}
	.isi-content p, .isi-content ul li {
		font-size: 20px;
		line-height: 23px;
	}
	.row.footer > div {
		padding: 0px;
	}
	div#dnn_FaqPane p, div#dnn_FaqPane .ui-accordion .ui-accordion-header {
		font-size: 27px;
		line-height: 35px;
		font-weight: 300;
		text-align: left;
	}
	div#dnn_FaqPane .ui-accordion .ui-accordion-header
	{
		font-weight: 500;
	}
	#home .model-name {
		padding-left: 24%;
		bottom: 71px;
		left: 62px;
	}
	.effective-icons {
		margin-bottom: 15px;
		padding: 0px;
	}
	.effective-icons {
		flex: 0 0 33%;
		-ms-flex: 0 0 33%;
		max-width: 33%;
		margin-bottom: 35px;
	}
	.effective-details {
		border-left: 2px solid #fff;
		height: 143px;
		flex: 0 0 66%;
		-ms-flex: 0 0 66%;
		max-width: 66%;
		padding-right: 0px;
		margin-top: 5px;
	}
	.service-history-bg .container {
		padding: 0px;
		max-width: 100%;
	}
	.effective-icons img {
		width: 180px;
	}
	.effective-details h2 {
		font-size: 36px;
	}
	.service-history {
		margin-bottom: 128px;
	}
	div#results {
		overflow: hidden;
	}
	.features-bg .carousel-control-prev {
		left: -25px;
	}
	.features-bg .carousel-control-next 
	{
		right: -25px;
	}
	.features-bg .carousel-control-next, .features-bg .carousel-control-prev {
		top: 46px;
	}
	.results-carousel .carousel-control-prev, .results-carousel .carousel-control-next {
		top: 43%;
	}
	.results-carousel .carousel-control-prev {
		left: -25px;
	}
	.results-carousel .carousel-control-next 
	{
		right: -25px;
	}
	#thermageSystemCarousel .carousel-image img {
		height: 150px;
		width: 150px;
	}
	div#dnn_whatsInCarousel .carousel-indicators {
		bottom: 0px;
	}
	div#dnn_whatsInCarousel {
		position: relative;
		width: 100%;
	}
	div#thermageSystemCarousel {
		min-height: 392px;
	}
	.contact-representative h3 {
		padding: 50px 0px;
		font-size: 40px;
	}
	.btn-secondary {
		line-height: 96px;
		padding: 0px 50px;
		font-size: 30px;
		width: 100%;
	}
	li.nav-item.top-small-link-border.social-icons {
		padding-bottom: 14px;
		padding-top: 20px;
	}
	.footer ul {
		margin-bottom: 8px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 799px) 
{
	.whats-in-icons .carousel-inner{
		height: 242px;
		
	}
	.home-jumbo h1 {
		font-size: 52px;
		line-height: 42px;
	}
	.service-history-icons p {
		font-size: 27px;
		line-height: 35px;
	}
	.whats-in-icons p {
		font-size: 30px;
		line-height: 40px;
	}
	.whats-in-icons p span
	{
		font-size: 14px;
		line-height: 16px;
	}
	#isiContainer .modal-dialog {
		width: 100%;
		max-width: none !important;
		margin: 0;
		padding: 0;
	}
	.products-nav li a {
		font-size: 12px;
		padding: 0px 12px;
	}
	div#testimony .model-name {
		padding-left: 19%;
	}
	img.quoteright {
		z-index: 1;
	}
	#testimony h1 {
		font-size: 55px;
		line-height: 64px;
		max-width: 70%;
		margin-left: 15%;
	}
	.quoteleft {
		left: -60px;
	}
	.top-right-links li.pro-menu a img {
		display: inline-block;
		margin-bottom: 35px;
		max-height: 84px;
	}
	.contact-representative h3 {
		font-size: 36px;
		padding-bottom: 3px;
		padding-top: 140px;
	}
	.contact-representative p {
		font-size: 25px;
	}
	.contact-representative a.btn.btn-secondary {
		margin-bottom: 140px;
	}
	.top-right-links li:last-child {
		padding-bottom: 200px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 800px) and (min-height: 800px)
{
	.isi-content p, .isi-content ul li {
		font-size: 22px;
		line-height: 33px;
	}
	.whats-in-icons h3 {
		margin-top: 30px;
	}
	.whats-in-icons {
		margin-bottom: 0px;
	}
	.service-history .home-jumbo {
		padding-top: 75px;
		margin-bottom: 100px;
	}
	.service-history p {
		font-size: 29px;
	}
	a.btn-healthcare {
		margin-top: 26px;
	}
	.home-jumbo h1 {
		font-size: 64px;
		line-height: 72px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) 
{
	.top-right-links li:last-child {
		padding-bottom: 80px;
	}
	div#accordionExample h5 button i {
		top: 19px;
	}
	.service-history .home-jumbo {
		margin-bottom: 45px;
	}
	header.mainHeader .brand-logo {
		left: -5px;
	}
	.mobile-close {
		top: 0px;
	}
	.mobile-close a.btn-close-isi {
		font-size: 25px;
	}
	.top-right-links a.btn-isi {
		margin-top: 8px;
	}
	a.btn-healthcare {
		margin-bottom: 35px;
		margin-top: 18px;
	}
	div#accordionExample {
		margin-bottom: 49px;
	}
	div#accordionExample h5 button {
		font-size: 17px;
		line-height: 22px;
		padding-right: 25px;
	}
	div#accordionExample .card-body {
		font-size: 16px;
		line-height: 22px;
		padding-right: 30px;
	}
	.isi-logo {
		height: 34px;
		top: 9px;
		margin-top: 35px;
		position: relative;
		left: -3px;
	}
	.top-right-links li.pro-menu a img {
		max-height: 35px;
	}
	div#results {
		overflow: hidden;
	}
	.features-bg .carousel-control-prev {
		left: -25px;
	}
	.features-bg .carousel-control-next 
	{
		right: -25px;
	}
	.features-bg .carousel-control-next, .features-bg .carousel-control-prev {
		top: 46px;
	}
	.results-carousel .carousel-control-prev, .results-carousel .carousel-control-next {
		top: 43%;
	}
	.results-carousel .carousel-control-prev {
		left: -25px;
	}
	.results-carousel .carousel-control-next 
	{
		right: -25px;
	}
	#thermageSystemCarousel .carousel-image img
	{
		height: 83px;
		width: 83px;
	}
	div#dnn_whatsInCarousel .carousel-indicators {
		bottom: 0px;
	}
	div#thermageSystemCarousel {
		min-height: 281px;
	}
	div#dnn_whatsInCarousel {
		position: relative;
		width: 100%;
	}
	.service-history-bg {
		background-image: none;
	}
	.effective-icons {
		margin-bottom: 15px;
		padding: 0px;
	}
	.effective-icons {
		flex: 0 0 33%;
		-ms-flex: 0 0 33%;
		max-width: 33%;
		margin-bottom: 18px;
	}
	.effective-details {
		border-left: 2px solid #fff;
		height: 72px;
		flex: 0 0 63%;
		-ms-flex: 0 0 63%;
		max-width: 63%;
		padding-right: 0px;
		margin-top: 5px;
	}
	.service-history {
		margin-bottom: 62px;
	}
	.results-carousel .carousel-image h3 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 11px;
	}
	#results .home-jumbo h1.white {
		color: #fff;
		margin-top: 0px;
		padding: 0px;
	}
	#where-it-works {
		padding: 0px;
		overflow: hidden;
	}
	.effective-details h2 {
		font-size: 16px;
		margin-top: 15px;
		padding-left: 6px;
	}
	.effective-icons img {
		width: 86px;
		margin-left: 4px;
	}
	.service-history p {
		font-size: 12px;
		margin-top: -4px;
		padding-left: 7px;
	}
	div#fraxel {
		height: 451px;
		overflow: hidden;
	}
	#home .model-name {
		padding-left: 0;
	}
	.banner-content h1 {
		padding-bottom: 70px;
	}
	.quoteleft {
		left: -33px;
		top: -70px;
		width: 70px;
	}
	img.quoteright {
		bottom: -51px;
		right: -14px;
		width: 70px;
	}
	div#testimony .model-name
	{
		padding-left: 0px;
	}
	.products-nav ul {
		width: 665px;
		overflow: hidden;
		flex: none;
		position: relative;
	}
	.top-right-links a {
		font-size: 24px;
	}
	.banner-logo-image {
		height: 57px;
		margin-top: 46px;
		margin-left: 20px;
	}
	
	.top-right-links li {
		line-height: 60px;
	}
	.banner-content p {
		font-size: 9px;
		line-height: 10px;
		padding-bottom: 30px;
		margin-top: -14px;
		margin-left: 30px;
	}
	.banner {
		min-height: 420px;
		background: linear-gradient(#FFF 41%, #750030 0%, #51001e, #120006);
	}
	.home-jumbo h1 {
		font-size: 23px;
		margin-bottom: 5px;
		line-height: 20px;
		margin-top: 32px;
		padding: 0px 53px;
	}
	.home-jumbo p {
		font-size: 13px;
		line-height: 17px;
		padding: 0px 16px;
		margin-bottom: 1px;
	}
	.thermage-system p {
		font-size: 30px;
		line-height: 38px;
		padding: 0px 50px;
		min-height: 240px;
	}
	.whats-in-icons h3 {
		font-size: 17px;
		line-height: 27px;
	}
	.whats-in-icons p {
		font-size: 18px;
		line-height: 19px;
		margin-top: 0px;
		padding: 0px 67px;
		padding-bottom: 10px;
	}
	.whats-in-icons p span
	{
		font-size: 10px;
		line-height: 12px;
	}
	.whats-in-icons > div {
		margin-bottom: 20px;
	}
	.results-carousel .carousel-indicators {
		bottom: 0px;
		margin-bottom: 7px;
	}
	#faq .home-jumbo {
		padding: 30px 2rem 0px 10px;
		margin-bottom: 18px;
		margin-top: 0px;
	}
	.faq .jumbotron h1 {
		margin-top: 0px;
		line-height: 24px;
	}
	.results-carousel .carousel-text h3 {
		font-size: 13px;
		line-height: 19px;
	}
	.results-carousel .carousel-text p {
		font-size: 11px;
		line-height: 12px;
		margin-top: 3px;
		margin-bottom: 19px;
	}
	.results-carousel .carousel-inner {
		width: 95%;
		margin-left: 2.5%;
	}
	.results-carousel > div {
		padding: 0px;
	}
	.pad-50 {
		padding: 0px 21px;
	}
	.service-history .home-jumbo h1 {
		font-size: 24px;
		padding: 0px;
		margin-bottom: 21px;
	}
	.service-history-icons h1 {
		font-size: 110px;
		line-height: 100px;
	}
	div#dnn_FaqPane .ui-accordion .ui-widget-content p {
		line-height: 17px;
		font-size: 15px;
	}
	.footer {
		font-size: 14px;
		line-height: 26px;
	}
	.footer li a {
		padding: 0px 10px;
		font-size: 13px;
		line-height: 24px;
	}
	.footer p {
		padding: 0px;
		line-height: 13px;
		font-size: 10px;
	}
	.isi-content h1 {
		font-size: 40px;
		margin-top: 23px;
		margin-left: -4px;
	}

	.banner-content h1 {
		font-size: 39px;
		line-height: 34px;
		padding-bottom: 38px;
	}
	.banner-content p span {
		padding-left: 8px;
	}
	.banner-content p span.padlefttext {
		padding-left: 16px;
	}
	.banner .hero-image {
		right: -28%;
		height: auto;
		width: 154%;
		top: -34px;
	}
	.banner-content {
		padding: 0px;
	}
	#home .model-name {
		right: -30px;
		width: 110px;
		left: auto;
		bottom: -12px;
	}
	#home .model-name H3 {
		font-size: 8px;
		margin-bottom: 0px;
		line-height: 6px;
	}
	#home .model-name p {
		font-size: 6px;
	}
	.banner-content h3 {
		font-size: 27px;
		margin-top: 89px;
		margin-bottom: 0px;
		line-height: 33px;
	}
	.service-history-icons {
		width: 80%;
		margin: 0px auto;
	}
	.service-history-icons p {
		padding: 0px;
	}
	div#dnn_FaqPane p, div#dnn_FaqPane .ui-accordion .ui-accordion-header {
		font-size: 15px;
		line-height: 21px;
		padding-right: 10px;
	}
	#testimony h1 {
		margin-bottom: 70px;
		font-size: 27px;
		line-height: 39px;
		max-width: 80%;
		margin-left: 11%;
		margin-top: 70px;
	}
	.quoteleft {
		left: -26px;
		top: -50px;
		width: 70px;
	}	
	div#testimony .model-name {
		right: -22px;
		width: 118px;
		bottom: -6px;
		left: auto;
	}
	div#testimony .model-name H3
	{
		font-size: 10px;
	}
	div#testimony .model-name p
	{
		font-size: 7px;
	}
	
	li.nav-item.top-small-link-border.social-icons {
		padding-bottom: 14px;
		padding-top: 20px;
	}
	.top-right-links li.social-icons a {
		font-size: 30px;
	}
	#testimony h1 {
		margin-bottom: 26px;
	}
	div#dnn_FaqPane {
		padding: 0;
		margin-right: -15px;
		margin-left: -15px;
	}
	.ui-accordion-header-icon {
		top: 10px;
	}
	.results-carousel .carousel-image > div {
		flex: 0 0 67%;
		max-width: 67%;
		padding: 0px;
		margin: 0px auto;
	}
	.results-carousel .carousel-image > div:first-child {
		margin-left: 16.7%;
	}
	.results-carousel .home-jumbo {
		padding-top: 22px;
	}
	.btn-secondary {
		line-height: 80px;
		font-size: 21px;
	}
	.contact-representative h3 {
		font-size: 26px;
		padding-bottom: 0px;
		padding-top: 80px;
		padding-bottom: 0px;
	}
	.contact-representative p {
		font-size: 13px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) 
{
	#isiContainer .mobile-close {
		top: 21px;
	}
	#isiContainer .mobile-close a.btn-close-isi {
		font-size: 44px;
	}
	#isiContainer .isi-logo {
		height: 62px;
	}
	#isiContainer .modal-dialog {
		top: 61px;
	}
	.banner-logo-image {
		height: 103px;
		margin-top: 76px;
		margin-left: 46px;
	}
	.banner .hero-image {
		right: -25%;
		height: auto;
		width: 143%;
		top: -35px;
	}
	.banner-content p {
		font-size: 15px;
		line-height: 16px;
		padding-bottom: 30px;
		margin-top: -20px;
		margin-left: 66px;
	}
	.banner {
		min-height: 714px;
		background: linear-gradient(#FFF 41%, #750030 0%, #51001e, #120006);
	}
	.banner-content h3 {
		font-size: 48px;
		margin-top: 182px;
		margin-bottom: 0px;
		line-height: 41px;
	}
	.banner-content h1 {
		font-size: 71px;
		line-height: 67px;
		padding-bottom: 53px;
	}
	.banner-content p span {
		padding-left: 14px;
	}
	.banner-content p span.padlefttext {
		padding-left: 28px;
	}
	#home .model-name {
		right: 0px;
		width: 110px;
		bottom: -15px;
	}
	#home .model-name H3 {
		line-height: 18px;
	}
	#home .model-name p {
		font-size: 8px;
	}
	.contact-representative a.btn.btn-secondary {
		margin-bottom: 86px;
	}
	.contact-representative a.btn.btn-secondary {
		margin-bottom: 86px;
	}
	.service-history .home-jumbo {
		padding-top: 16px;
		margin-bottom: 26px;
	}
	
}
@media only screen and (min-width: 320px) and (max-width: 599px) 
{
	.home-jumbo h1 {
		font-size: 25px;
		line-height: 24px;
	}
	.results-carousel .home-jumbo {
		padding-top: 21px;
	}
	.product-logo {
		max-height: 40px;
	}
	.top-right-links a {
		font-size: 12px;
	}
	.top-right-links li {
		line-height: 30px;
	}
	.top-right-links {
		padding-top: 20px;
	}
	li.nav-item.top-small-link-borderBottom {
		margin-bottom: 25px;
	}
	
	.top-right-links li:last-child {
		margin-bottom: 50px;
	}
	.hamburger-menu {
		font-size: 25px;
		right: 15px;
		top: -50px;
	}
	.brand-logo {
		max-height: 35px;
	}
	.mini-header {
		line-height: 50px;
	}

	.home-jumbo {
		padding: 33px 1rem 0px 5px;
		margin-bottom: 12px;
	}
	#fraxel .home-jumbo {
		padding: 0px 1rem 0px 5px;
	}
	.rearrangeSection {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.thermage-system h3 {
		font-size: 20px;
		line-height: 40px;
	}
	.thermage-system p {
		font-size: 20px;
		line-height: 24px;
		padding: 0px 50px;
		min-height: 187px;
	}
	.row.thermage-system {
		margin-top: 45px;
	}
	.feature-hero-image {
		width: 225px;
	}
	.whats-in-icons img {
		width: 105px;
	}
	.whats-in-icons p span
	{
		font-size: 10px;
		line-height: 12px;
	}
	.products-nav {
		padding-right: 0px;
	}
	.whats-in-icons {
		margin-bottom: 40px;
	}
	.results-carousel .carousel-text h1 {
		font-size: 30px;
		line-height: 44px;
	}
	.service-history-icons h1 {
		font-size: 80px;
		line-height: 70px;
	}
	
	.service-history-icons h3 {
		font-size: 25px;
	}
	.service-history-icons .col {
		padding: 0px;
		width: 100%;
		flex: 0 0 100%;
	}
	.service-history-icons p {
		margin-top: 5px;
		font-size: 18px;
		line-height: 24px;
	}

	.footer {
		font-size: 12px;
		line-height: 21px;
	}
	.footer li a {
		padding: 0px 6px;
		font-size: 12px;
		line-height: 21px;
	}
	.footer ul:first-child {
		margin-top: 20px;
	}
	.results-carousel .carousel-control-next-icon, .results-carousel .carousel-control-prev-icon {
		height: 38px;
		width: 19px;
	}
	.footer .container {
		padding: 0px;
	}
	#fraxel .home-jumbo {
		padding: 0px;
	}
	#fraxel .home-jumbo {
		margin-bottom: 0px;
	}
	.contact-representative h3 {
		font-size: 28px;
	}
	.btn-secondary {
		line-height: 60px;
		font-size: 18px;
	}
	.contact-representative a.btn.btn-secondary {
		margin-bottom: 80px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) 
{
	.testimony-hero {
		right: 0;
	}
	.modal-body.isi-content ul {
		padding: 4px 0px;
	}
	a.btn-close-isi {
		font-size: 13px;
		padding: 7px;
		line-height: 13px;
	}
	
	.brand-logo {
		max-height: 30px;
	}
	.mini-header {
		line-height: 36px;
	}
	.hamburger-menu {
		font-size: 21px;
		right: 10px;
		top: -37px;
	}
	.products-nav li a {
		line-height: 35px;
	}
	.row.thermage-system {
		margin-top: 25px;
	}
	.features-bg .carousel-control-next-icon, .features-bg .carousel-control-prev-icon {
		height: 33px;
		width: 18px;
	}
	.thermage-system h3 {
		font-size: 16px;
		line-height: 40px;
	}
	.thermage-system p {
		font-size: 16px;
		line-height: 20px;
		padding: 0px 0px;
		min-height: 170px;
	}
	.whatsin-headline-image {
		width: 100%;
		margin: 0px;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.whats-in-icons img {
		width: 87px;
		margin: 14px;
	}
	.whats-in-icons p span
	{
		font-size: 8px;
		line-height: 10px;
	}
	.whats-in-icons > div {
		margin-bottom: 10px;
	}
	.results-carousel .carousel-text h1 {
		font-size: 18px;
		line-height: 26px;
	}
	.service-history-icons h1 {
		font-size: 52px;
		line-height: 52px;
	}
	.service-history .home-jumbo {
		padding-top: 40px;
	}
	.service-history-icons {
		margin-top: 25px;
		padding: 0px;
	}
	.service-history-icons h3 {
		font-size: 18px;
	}
	.service-history-icons p {
		margin-top: 5px;
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 35px;
	}

	.footer {
		font-size: 8px;
		line-height: 14px;
	}
	.footer li a {
		padding: 0px 6px;
		font-size: 12px;
		line-height: 16px;
	}
	.footer .pin {
		line-height: 48px;
		margin-bottom: 40px;
		font-size: 12px;
	}
	.carousel-control-next
	{
		right: 5px;
	}
	.carousel-control-prev
	{
		left: 5px;
	}
	.product-logo {
		max-height: 34px;
		top: -10px;
	}
	.btn-secondary {
		line-height: 42px;
		font-size: 11px;
		padding: 0px 8px;
	}
	.contact-representative h3 {
		font-size: 18px;
	}
	
}
@media only screen and (min-width: 400px) and (max-width: 450px) 
{
}
@media only screen and (min-width: 350px) and (max-width: 379px) 
{
	.banner {
		min-height: 379px;
		background: linear-gradient(#FFF 45%, #750030 0%, #51001e, #120006);
	}
	.service-history .home-jumbo h1 {
		margin-bottom: 0px;
		margin-top: 4px;
	}
	.service-history p {
		font-size: 11px;
		line-height: 13px;
	}
	.effective-details {
		flex: 0 0 63%;
		-ms-flex: 0 0 63%;
		max-width: 63%;
	}
	.service-history {
		margin-bottom: 40px;
	}
	.home-jumbo h1 {
		font-size: 23px;
		line-height: 24px;
	}
	.footer p {
		padding: 5px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 370px) 
{
	.footer ul {
		margin-bottom: 5px;
	}
	.footer li a {
		font-size: 10px;
		line-height: 14px;
	}
	a.btn-healthcare
	{
		padding: 0px;
	}
	.banner-content h1 {
		font-size: 36px;
		line-height: 31px;
	}
	.banner-logo-image {
		margin-left: 0px;
	}
	.banner-content p {
		margin-left: 10px;
	}
	.effective-icons img {
		width: 72px;
		margin-left: 4px;
	}
	.effective-details h2 {
		font-size: 14px;
	}
	.service-history p {
		padding-right: 10px;
	}
	.contact-representative h3 {
		padding-top: 50px;
	}
	.contact-representative a.btn.btn-secondary {
		margin-bottom: 50px;
		letter-spacing: 1px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 330px) 
{
	.whats-in-icons p {
		font-size: 14px;
		line-height: 17px;
		padding: 0px 40px;
	}
	.home-jumbo p {
		font-size: 13px;
		line-height: 17px;
		padding: 0px 8px;
		margin-bottom: 14px;
	}
	.results-carousel .carousel-control-next {
		right: -12px;
	}
	.results-carousel .carousel-control-prev {
		left: -12px;
	}
	.home-jumbo h1 {
		font-size: 19px;
		line-height: 24px;
	}
	.banner {
		min-height: 366px;
		background: linear-gradient(#FFF 41%, #750030 0%, #51001e, #120006);
	}
	.home-jumbo h1 {
		margin-top: 13px;
	}
}
.dnnModuleDialog {   
    z-index: 99999 !important; 
}
body.dnnEditState header{position:relative;}

