/*Global mobile stuff*/

body {background: #ffffff;}

#admin-menu {display: none;}


.row-fluid [class*="span"] { min-height: 0px; }


.banner {
	min-height: 0px !important;
	padding: 20px 20px;
	background-image: none !important;
}

.text p { margin: 0px;  }


/*header*/

.region-header { display: none; }

#masthead { margin-bottom: 12px; }

#menu #block-block-6 {
	width: 100%;
	float: left;
}

#menu #block-block-4 {
	width: 100%;
	margin: 20px 0px;
	float: left;
}

#menu .header_dentsply {
	float: left; margin-left: 40px;
}

#menu .social-menu {
	float: left; margin-left: 40px;
}

#menu ul.social-menu li { width: 50px; }

#menu .container {
	position:relative;	height: auto;
	overflow: inherit;/* firefox fix for menu jankiness */
	margin-top: 0px;	padding: 0px 20px;
}


#menu ul.menu li ul { height: auto; }

.menu-block-1 ul.menu { width: 160px; margin-bottom: 20px; }

.region-header ul.menu li.menu-mlid-962 { float: left; padding-left: 40px; }

#menu ul.menu li ul {
	display: block;		position: relative;
	width: 200px; 	left: 20px;
	margin-bottom: 12px;
	text-align: left;
}

.block-menu-block ul li.expanded {
	display: block; width: 100%;
	font-size: 22px;	line-height: 34px;
	text-align: left;
	padding-left: 40px;
}


#menu ul.menu li ul li {
	display: block;
	font-size: 18px;	line-height: 30px;
	padding-left: 0px;
}


#menu ul.menu li ul li.first {
	margin-left: 0px;
}

#menu ul.menu li.menu-mlid-633 ul li.first {
	margin-left: 0px;
	/*overflow:hidden;
	width:120%;
	 may need adjusting after other design tweaks */
}

#menu ul.menu li.menu-mlid-568 ul li.first {
	/* 100% wide, center text.  product menu takes up all space, shouldn't need margin */
	padding-left: 0px;
}

#menu ul.menu li.menu-mlid-959 ul li.first {
	padding-left: 0px;
	/* may need adjusting after other design tweaks */
}

#menu ul.menu li.menu-mlid-962 ul li.first {
	padding-left: 0px;
	/* no margin needed.  just bump it to the right. */
}



#menu .btn-navbar {
	position: relative;
	top: -60px;
}

.navbar .btn-navbar {
  display: block;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  background-image: none;
  /*background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;*/
  border: 0px solid #cccccc;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/

  /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);*/
}

.navbar .btn-navbar .icon-bar {
	-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;

	-webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-navbar:hover,
.btn-navbar:focus,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.btn-navbar:active,
.btn-navbar.active {
  background-color: #000000 \9;
}

.header .mega-menu .nav_submenu-first {
	left: 0;
	flex-direction: column;
}


/*end header*/

/*footer*/

#footer #block-menu-block-3, #footer #block-menu-block-4 { display: none; }

/*end footer*/

/*global stuff*/

#heading-text .field-name-body {
	padding-right: 0px;
}

#standard-page .banner, #listing-page .banner, #rewards-page .banner, #resources-page-inner .banner, #product-page .banner,
#product-benefits-page .banner, #product-detail-page .banner, #product-resources-page .banner {
	padding: 50px 20px;
}

	body.page-node-275 p,
	body.page-node-272 p {
		padding-left:10px;
		padding-right:10px;
	}

	body.page-node-272 h4,
	body.page-node-275 h4 {
		text-align:center;
		margin:10px 0;
	}


/*end global stuff*/

/*video*/



#video {
	height: auto; text-align: center;
}
/*end video*/

/*product pages*/

.span6.offset6 .text {
	margin: 20px 0px;
	float: left;
}

.span6.offset6 .text .small  {
	margin-top: 20px;
	float:left;
}

.submenu-bg ul.menu li:first-child a {
	border-left: 0px solid white;
}

.submenu-bg ul.menu li, .submenu-bg ul.menu li a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #ffffff;
	padding-top: 0px;
}

.submenu-bg ul.menu li a {
	border: 0px solid #ffffff;
}

.submenu-bg {
	margin: 0px 0px;
}

#product-benefits-banner_hotspots .banner {
	padding: 50px 0px; height: auto;
}

#product-benefits-flexible .entity-field-collection-item {
	width: auto;
	margin: 0px 20px;
}

#product-benefits-page .field-collection-container .field-items .field-item .row-fluid [class*="span"], #product-benefits-flexible .field-collection-container .field-items .field-item .row-fluid [class*="span"]  {
	margin: 20px 0px;
}

#product-detail-page .main-copy {
	padding: 50px 20px;
}

#product-details-flexible.border-top {
	border-top: 0px solid;
}

.page-node-6 .banner .span6 {
	width: auto;
	margin: 0px; padding: 0px;
}

#products-list .span6 {padding: 0px 20px; }

#products-list .row-fluid .span4 {
	width: 18% !important;
	float: left !important;
}

#products-list .row-fluid .span8 {
	width: 80% !important;
	float: left !important;
	padding-left: 10px;
}

#product-details-flexible .field-collection-container { padding: 20px; }

.page-node-7 #product-details-flexible .field-collection-container .field-items .field-item { margin-bottom: 20px; }

#product-detail-page .field-collection-view .row-fluid {
	margin: 0px 0px;
}

#product-detail-page .field-collection-view .row-fluid [class*="span"] {
	margin-top: 20px; margin-bottom: 20px;
}

.product-item .text {
	padding-right: 10px;
	font-size: 14px;
	line-height: 18px;
}

.product-item { margin-bottom: 40px; }

#product-resources-page .product-group {
	padding: 0px 0px;
	margin: 0px auto;
	width: 360px;
}

/*#product-resources-page .product-group [class*="field-item"]:first-child .span2 { margin-left: 20px; }*/

#product-resources-page .submenu-bg, #product-resources-page  { margin-bottom: 50px; }

#product-benefits-flexible .modal_thumb { text-align: center; }



h3 p {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #26aae1;
	font-size: 16px;
	text-transform: uppercase;
}

.hot-spot-text .field-name-field-starting-text p {
	color: #666666;
	line-height: 27px;
}


.hot-spot-text .blue .large {
	font-weight: 700;
}

#pdf-landing-content { padding: 0px 20px; margin-bottom: 50px; }

#pdf-landing-content .document-file .field-name-field-file-type { min-height: 20px; }

/*end product pages*/

/*procedure page*/


#procedure-page .row-fluid .offset6:first-child { margin-left: 0px; }

.trigger-row .row-fluid .span3, .trigger-row .row-fluid [class*="span"]:first-child { margin-left: 0px; width: 100%; }

.video-info .trigger-row .row-fluid .span3, .video-info .trigger-row .row-fluid [class*="span"]:first-child {
	width: 48%; float: left; margin: 1%; margin-bottom: 0px; margin-top: 2%;
}

.modal-trigger.video-trigger { background-size: cover; }

.video-trigger-inner { }
.video-trigger-inner .trigger-animate {display: block;  }

.video-trigger-inner p { padding-top: 20px; }
.modal-trigger .small {}


.trigger-animate img {
	width: 30px;
}


.modal-trigger .large {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}

#tips-and-techniques-top-hotspots .container, .hotspot-row .span6 div { background-image: none !important; height: auto !important; }

#tips-and-techniques-top-hotspots #hotspots-abs, #tips-and-techniques-lower-hotspots .lower-hotspot-abs { display: none; }

.hot-spot-text-toggle, .hotspot-row .container { height: auto !important; }

/*#tips-and-techniques-top-hotspots, #tips-and-techniques-lower-hotspots .hotspot-row { padding: 20px 0px; }*/

#listing { padding: 40px 0px; }
.view-id-content_listing.view-display-id-block_6 { padding: 0px; }

#procedure-page .trigger-row { padding-top: 20px; }

#procedure-video-top .banner, #procedure-video-bottom .banner {
	padding-top: 50px;
}

#procedure-video-top.border-top, #procedure-video-bottom.border-top {
	border-top: 1px solid #333333;
}

/*end procedure page*/

/*webinars*/

.page-node-42 .field-name-field-list .row-fluid {
	padding: 0px 20px;
}

.page-node-42 .field-name-field-list .row-fluid .span3 {
	width: 40% !important;
	display: inline-block !important;
	float: left !important;
}


/*end webinars*/

/*resources*/

.view-content-listing .view-content {
	padding: 0px 20px;
}

.view-content-listing .row-fluid .span3 {
	width: 40% !important;
	display: inline-block !important;
	float: left !important;
}

.view-content-listing .row-fluid .span9 {
	width: 55% !important;
	display: inline-block !important;
	float: right !important;
}

.general-content-list .span9 p { padding-left: 0px; }

.page-node-41 #feature-ctas.border-top { border-top: 0px solid #333; }

/*end resources*/

/*support*/

.page-node-44 .field-name-body { padding: 0px 20px; }
.page-node-44 .cta-text .field-name-body { padding: 0px 0px; }


.page-node-44 .field-name-body .span8 { padding: 50px 0px !important; }

.page-node-44 .field-name-body .span4 { display: none; }

#rewards-page .banner .text p {margin-bottom: 20px;}

#rewards-numbers {margin-top: 40px;}

#rewards-details .span6 {
	max-width: 550px;
	margin: 0px auto;
}

#rewards-details .span6 h2 {
	text-align: center;
}


#rewards-details .span6 .text {
	padding: 0px 20px;
}

#rewards-page .legal {
	max-width: 550px;
	margin: 0px auto;
	padding: 0px 20px;
}
/*end support*/

/*case studies*/

#listing .case-study {
	width: 44%; float: left;
	margin-right: 4%;
}

/*end case studies*/

/*resources*/

#resources-list .product-group {
	padding: 10px 20px;
}

#resources-list .row-fluid .span2, #product-resources-page .row-fluid.product-group .span2 {
	width: 30% !important;
	float: left !important;
}

/*end resources*/

/*featurettes*/

/*#feature-ctas { padding-top: 40px; text-align: left; }

#feature-ctas .cta-feature {
	padding: 0px 20px;
	float:left; 	clear: both;
	margin-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
}

#feature-ctas .views-row-last .cta-feature {
	border-bottom: none;
	margin-bottom: 0px;
}

#feature-ctas .cta-text .field-name-body {
	height: auto;
}
*/


/*end featurettes*/


#content-lower-inner .container { width: 94%; }

.node-type-standard #content-lower-inner .container { margin-top: 30px; }

#content-lower .form-left , #content-lower .form-right { width: 100%; }

/*footer*/


#footer {
	padding: 30px 20px;
}
/*end footer*/










@media (min-width: 401px) and (max-width: 799px) { /*for landscape layouts only*/


/*procedure page*/

.trigger-row .row-fluid .span3 { margin-left: 0px; margin-bottom: 12px; width: 100%; }

.trigger-row .row-fluid [class*="span"]:first-child {margin-left: 0px;}

/*end procedure page*/

/*products page */

.product-item { margin-bottom: 0px; }

#products-list .span6 {
	max-width: 450px;
	margin: 10px auto;
	padding: 0px;
}

#products-list .row-fluid .span8  p {
	width: 220px;
}

#products-list .row-fluid .span4 {
	width: 45% !important;
	float: left !important;
}

#products-list .row-fluid .span8 {
	width: 52% !important;
	float: left !important;
	padding-left: 10px;
}

#product-resources-page .product-group {
	width: 94%;
	margin: 0px auto;
}

/*products page*/

/*resources*/

#resources-list .row-fluid .span2, #product-resources-page .row-fluid.product-group .span2 {

	float: left !important;
}




/*end resources*/


/* Solutions Content Type */
.view-solutions .view-content .views-row {
	width: 100%;
}
.group-solution-teaser-title-card {
	height: auto;
	position: relative;
}
.view-solutions .view-content .views-row:hover .group-solution-teaser-title-card,
.group-solution-teaser-text-card {
	visibility: visible;
}
.group-solution-teaser-title-card .field-name-field-heading-large {
	position: relative;
	top:auto;
	left:auto;
	max-width: none;
	padding-top: 1rem;
	transform: none;
}
.solution-column-header-left,
.solution-column-header-right {
	display: none;
}
.view-solutions .view-content {
	flex-direction: column;
}

/*Featurettes */


/*
#feature-ctas .cta-title {
	min-height: 30px;
	height: 50px;
	float: left;
	text-align: left;
	width: 55%;
}

#feature-ctas .cta-text {
	margin-bottom: 20px;
	width: 55%;
	float: right;
}

#feature-ctas .cta-image {
	float: left;
	width: 40%;
}

#feature-ctas p {
	font-size: 16px;
	line-height: 20px;
}*/
/*end featurettes*/


  /* end for landscape layouts only */
}



/*This stylesheet serves to be the catch all for global changes to layout and assets for mobile access
There is also a specific folder for portrait and landscape views respectively*/

/*only screen and (min-device-width: 0px) and (max-device-width: 770px) and (orientation:portrait)*/

@media (max-device-width: 770px) {
  /* For portrait layouts only */

body {

}


}
