/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
 * {
	margin: 1px;
	padding: 1px;
	text-decoration: none;
	border: 0;
	font-size: 100%;
	font-weight: normal;
  display: flex
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}

body {
	position: relative;
	background: #000000;
    overflow-y:scroll;
    overflow-x:hidden;
}

.Header {
	position: fixed;
	z-index: 800;
	width: 100%;
	height: 50px;
	padding: 0;
	background: -moz-linear-gradient(left, rgba(44,45,47,0.6) 0%, rgba(44,45,47,0.8) 20%, rgba(44,45,47,0.8) 80%, rgba(44,45,47,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(44,45,47,0.6) 0%,rgba(44,45,47,0.8) 20%,rgba(44,45,47,0.8) 80%,rgba(44,45,47,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(44,45,47,0.6) 0%,rgba(44,45,47,0.8) 20%,rgba(44,45,47,0.8) 80%,rgba(44,45,47,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2d2fdc', endColorstr='#2c2d2fdc',GradientType=1 ); /* IE6-9 */
}

.Header_B {
	position: fixed;
	z-index: 800;
	top: 50px;
	width: 100%;
	height: 3px;
	border-top: none;
	background: rgba(0, 0, 0, 1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.content_wrap {
	width: 100%;
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 20px;
}
.content_wrap_stories {
	width: 100%;
	margin: 0 auto;
}

.nav_content_wrap {
	width: 100%;
	max-width: 2400px;
	margin: 0 auto;
	padding: 0 20px;
}

#banner_content_wrap {
	position: relative;
}

.MainContent {
	background: #fff;
	width: 100%;
	padding: 50px 0 0 0;
}

#last-section {
	padding: 50px 0 10px 0;
}

.nav_links_wrap {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -450px;
	margin-left: -130px;
	padding: 0;
	width: 88%;
	max-width: 260px;
	float: none;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.left_nav {
	float: none;
	width: auto;
}

.right_nav {
	float: none;
	width: auto;
}

.Banner_Mid {
	width: 100%;
	padding: 50px 0 120px 0;
}

#Section01 {
	background: #222020;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
/*	padding: 100px 0 50px 0;*/
}

#Section02 {
	background: #fff;
	padding: 50px 0;
}

#Section03 {
	background: #222020;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	padding: 50px 0;
}

#Section04 {
	background: #ffffff;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	padding: 50px 0;
}

#Section05 {
	background: url(https://www.ultradent.com/SiteAssets/LandingPages/Valo/ValoFamily2017/images/Divider.png), url(https://www.ultradent.com/SiteAssets/LandingPages/Valo/ValoFamily2017/images/BG05.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 0, 50% 0;
	background-size: 80%, cover;
	padding: 50px 0;
}

.footer_logos {
	display: block;
	width: 90%;
	max-width: 200px;
	margin: 0 auto;
}
	
.content_section_quarter {
	width: 100%;
	max-width: 450px;
}

.content_section_half {
	width: 100%;
	max-width: 450px;
}

.content_section_threeQuarter {
	width: 100%;
	max-width: 450px;
}

.content_section_full {
	width: 100%;
	max-width: 450px;
}

.content_section_spacing {
	padding: 0;
	margin: 0 auto;
}

.content_inner_section_quarter {
	width: 50%;
	max-width: 450px;
}

.content_inner_section_half {
	width: 75%;
	max-width: 450px;
}

.content_inner_section_threeQuarter {
	width: 100%;
	max-width: 450px;
}

.content_inner_section_full {
	width: 100%;
	max-width: 450px;
}

.content_inner_section_spacing {
	padding: 0 0 25px 0;
	margin: 0 auto 25px auto;
}

.content_inner_section_spacing_left {
	padding: 0 0 25px 0;
	margin: 0 auto 25px auto;
}

.content_inner_section_spacing_right {
	padding: 0 0 25px 0;
	margin: 0 auto 25px auto;
}

.border_bottom {
	border-bottom: 1px #cccccc solid;
}

.border_bottom_mobile {
	border-bottom: 1px #cccccc solid;
}

.float_left{
	float: none;
}

.float_right{
	float: none;
}

.left_section {
	float: none;
	clear: none;
}

.right_section {
	float: none;
	clear: none;
}

.full_width_section {
	width: 100%;
	border-top: 1px #cccccc solid;
	padding: 90px 0;
	clear: both;
}

.content_spacer {
	width: 100%;
	height: 1px;
	clear: both;
}

.logo {
	display: block;
	position: absolute;
	width: 175px;
	padding: 0;
	top: 14px;
	left: 50%;
	margin-left: -88px;
	z-index: 999;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.mysmileis {
	display: flex;
	max-width: 500px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.Nav_Wrap {
	float: right;
}

.Nav_Element {
	padding: 15px 0px;
	cursor: pointer;
	border-top: 1px #63666a solid;
}

.Nav_Element:hover {
	background: #63666a;
}

.last_nav_element {
	border-bottom: 1px #63666a solid;
}

#nav_button {
	width: 36px;
	margin: 10px 0;
	cursor: pointer;
}

.st0 {
	display:none;
}

#hamburger_icon {
	display: block;
}

.hamburger_icon_path {
	fill:#7d391b;
}

#hamburger_X{
	display: none;
}

.hamburger_X_path {
	fill: #7d391b;
}

.Nav_p {
	text-align: center;
	color: #ccc;
	padding: 0;
	margin: 0 auto;
}

.Nav_p:hover {
	color: #fff;
	padding: 0;
	margin: 0 auto;
}

.packaging{
    max-width:500px;
    width:100%;
    margin:-65px auto 0 auto;
    display:block;
    z-index:1;
    position:relative;
    }

.headline_logo{
    max-width:200px;
    width:60%;
    margin:0 auto;
    display:flex;
    }

.headline{
    max-width:700px;
    width:100%;
    margin:20px auto;
    display:flex;
    }

.full_width_image {
	width: 100%;
}

.full_width_image_packaging {
	max-width: 600px;
    width:100%;
}

.full_width_image_border_top {
    width:105%;
    margin: 0 0 -5px -5px;
}
.full_width_image_border_bottom {
    width:105%;
    margin: -5px 0px -5px 0px;
}

.ThreeQuarter_image {
	width: 100%;
}

.half_width_image {
	width: 75%;
	padding: 0;
}

.quarter_width_image {
	width: 50%;
	padding: 0;
}

.gallery_image {
	display: flex;
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

#matrix {
	display: flex;
	max-width: 620px;
	margin: 0 auto;
}

.primary_a_color {
	color: #e35205;
}

.primary_a_hover_color {
	color: #f96d06;
}

.secondary_a_color {
	color: #009cde;
}

.secondary_a_hover_color {
	color: #00c6ff;
}

@media screen and (min-width: 400px) {

	#register {
		background-position: 100% 100%;
		background-size: 200px;
		padding-bottom: 50px;
	}

	.content_inner_section_quarter {
		width: 22%;
		max-width: none;
	}

	.content_inner_section_half {
		width: 45%;
		max-width: none;
	}

	.content_inner_section_threeQuarter {
		width: 73%;
		max-width: none;
	}
    
    .content_section_full {
	width: 100%;
	max-width: none;
    }
    
    .content_section_half {
    width:100%;
    max-width:none;
    }
    
	.content_inner_section_full {
		max-width: none;
	}

	.content_inner_section_spacing {
/*		padding: 0 0 25px 0;*/
/*		margin: 0 0 25px 0;*/
	}

	.left_inner_section {
		float: left;
		clear: left;
	}

	.right_inner_section {
		float: right;
		clear: right;
	}

	.full_width_image {
		width: 100%;
	}

	.ThreeQuarter_image {
		width: 75%;
	}

	.half_width_image {
		width: 50%;
		padding: 0 15px 0 0;
	}

	.quarter_width_image {
		width: 25%;
		padding: 0 15px 0 0;
	}
    .mysmileis {
	display: block;
	max-width: 500px;
    margin:0 auto;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
    }

}

@media screen and (min-width: 500px) {

	#CE_Credits_21 {
		width: 80px;
		right: 20%;
	}

	.gallery_image {
		display: block;
		float: left;
		width: 50%;
		margin: 0;
		padding: 10px;
	}

}

@media screen and (min-width: 850px) {

	.Header {
		height: 50px;
	}

	.Header_B {
		top: 50px;
	}

	.Banner {
		height: 700px;
	}

	.banner_spacer {
		background: url(https://www.ultradent.com/Images/LandingPageImages/Seminars/Valo/Banner_BottomTreatment.png) 0 102% no-repeat;
		background-size: 1650px;
		width: 100%;
		padding: 172px 0 250px 0;
	}

	#Section01 {
/*		padding: 150px 0 125px 0;*/
	}

	#Section02 {
		padding: 125px 0;
	}

	#Section03 {
		padding: 125px 0;
	}

	#Section04 {
        background: #ffffff;
		padding: 125px 0 320px 0;
	}

	#Section05 {
		padding: 75px 0;
	}

	.MainContent {
/*		padding: 90px 0;*/
	}

	#last-section {
		padding: 90px 0 0 0;
	}

	.content_wrap {
		padding: 0 100px;
	}

	.Banner_Mid {
		padding: 90px 0;
	}

	.content_section_quarter {
		width: 22%;
		max-width: none;
	}

	.content_section_half {
		width: 45%;
		max-width: none;
	}
    
    .content_section_half_stories {
		width: 50%;
		max-width: none;
	}

	.content_section_threeQuarter {
		width: 73%;
		max-width: none;
	}

	.content_section_full {
		max-width: none;
	}

	.content_section_spacing {
		padding: 0;
		margin: 0;
	}

	.content_inner_section_quarter {
		width: 50%;
		max-width: 450px;
	}

	.content_inner_section_half {
		width: 75%;
		max-width: 450px;
	}

	.content_inner_section_threeQuarter {
		width: 100%;
		max-width: 450px;
	}

	.content_inner_section_full {
		width: 100%;
		max-width: 450px;
	}

	.content_inner_section_spacing {
		padding: 0 35px 25px 0;
		margin: 0 auto 25px auto;
	}
    .content_inner_section_spacing_promo {
		padding: 0 0 25px 0;
		margin: 0 auto 25px auto;
	}
    .content_inner_section_spacing_left {
		padding: 0 25px 0 25px;
		margin: 0 auto 25px auto;
	}
    .content_inner_section_spacing_right {
		padding: 0 0 25px 0;
		margin: 0 auto 25px auto;
	}

	.border_bottom_mobile {
		border-bottom: none;
	}

	.float_left{
		float: left;
	}

	.float_right{
		float: right;
	}

	.left_section {
		float: left;
		clear: left;
	}

	.right_section {
		float: right;
		clear: right;
	}

	.left_inner_section {
		float: none;
		clear: none;
	}

	.right_inner_section {
		float: none;
		clear: none;
	}

	.gallery_image {
		width: 33%;
	}
    
    .packaging{
    max-width:1000px;
    width:100%;
    margin:-150px auto 0 auto;
    display:block;
    z-index:1;
    position:relative;
    }

}

@media screen and (min-width: 1020px) {
    #Section04 {
		padding: 140px 0 420px 0;
	}
    .mysmileis {
    margin:0 auto;
    }
	.nav_links_wrap {
		position: static;
		margin: -72px auto 0 auto;
		padding: 0;
		width: 100%;
		max-width: 800px;
		height: 72px;
		float: none;
		opacity: 1.0;
	}

	.left_nav {
		float: left;
		width: 300px;
	}

	.right_nav {
		float: right;
		width: 300px;
	}

	.Nav_Element {
		padding: 36px 5px 13px 5px;
		cursor: pointer;
		border-top: none;
		width: 150px;
		float: left;
	}

	.Nav_Element:hover {
		background: none;
		color: #652d14;
	}

	.last_nav_element {
		border-bottom: none;
	}

	#nav_button {
		display: none;
	}

	.banner_spacer {
		padding: 175px 0 250px 0;
		
	}

	#ValoLogo {
		max-width: 650px;
	}

	#CE_Credits_21 {
		width: 140px;
		right: 5%;
	}

	#register {
		background-position: 100% 100%;
		background-size: 55%;
	}

	.content_inner_section_quarter {
		width: 22%;
		max-width: none;
	}

	.content_inner_section_half {
		width: 45%;
		max-width: none;
	}

	.content_inner_section_threeQuarter {
		width: 73%;
		max-width: none;
	}

	.content_inner_section_full {
		max-width: none;
	}


	.left_inner_section {
		float: left;
		clear: left;
	}

	.right_inner_section {
		float: right;
		clear: right;
	}
}

@media screen and (min-width: 1300px) {
	#CE_Credits_21 {
		right: 15%;
	}

	.gallery_image {
		width: 25%;
	}
}

@media screen and (min-width: 1500px) {
	#CE_Credits_21 {
		right: 20%;
	}
    #Section04 {
		padding: 160px 0 500px 0;
	}
}

@media screen and (min-width: 2100px) {

	.Banner {
		height: 730px;
	}

	.banner_spacer {
		padding: 175px 0 250px 0;
	}

	#CE_Credits_21 {
		right: 28%;
	}

}