<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
{% include "hubspot/styles/responsive/modules.css" %}
{% include "hubspot/styles/patches/recommended.css" %}


/******************************/
/* Ultradent Customizations   */
/******************************/


body {
	position: relative;
	background: #ffffff;
  margin: 0;
  
}

.header-container-wrapper{
  color: #535353!important;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}

/* Mobile Menu */

#ultradent_blog_header #ultradent-links {
  border-top: solid 3px #c4c4c4;
  font-weight: 600;
  background: #ffffff;
  line-height: 11px;
}


{% set ulColor       = "#E8E8E8" %} /* Set ul background color */
{% set liColor       = "#E8E8E8" %} /* Set li background Color */
{% set aColor        = "#535353" %} /* Set link Color */
{% set aColorHover   = "#e35205" %} /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper &gt; ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li{
  background:;
  border-bottom: solid 1px #c4c4c4 !important;
}
.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li &gt; a, .custom-menu-primary .hs-menu-wrapper #ultradent-links {
  color:;
  line-height: 40px;
  font-size: 14px;
  padding: 10px 20px !important; 
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper &gt; ul ul{}
.custom-menu-primary .hs-menu-wrapper &gt; ul ul li{
  background: #f5f5f5;
  border-top: solid 1px #c4c4c4;
}
.custom-menu-primary .hs-menu-wrapper &gt; ul ul li a{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper &gt; ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, .custom-menu-primary .hs-menu-wrapper #ultradent-links {
  overflow: scroll !important;
  max-width: none !important;
  width: auto !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  text-overflow: clip!important;
}
.custom-menu-primary .hs-menu-wrapper #ultradent-links {
color: #A7A8AA;
}
  /* Variables
     ========================================================================== */

  {% set menuColorMobile = "#E8E8E8" %}   /* Set Mobile Menu Background Color */
  {% set aColorHoverMobile = "#e35205" %} /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper &gt; ul,
  .custom-menu-primary .hs-menu-wrapper &gt; ul li,
  .custom-menu-primary .hs-menu-wrapper &gt; ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#535353;
  }

.hamburger {
  fill:none;
  stroke:#535353;
  stroke-linecap:round;
  stroke-linejoin:round;
  }

/* Make child lists appear below parent items */
.custom-menu-primary ul.hs-menu-children-wrapper{
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  display: none;
}

/* Mobile Menu Styles */ 
.custom-menu-primary.js-enabled .hs-menu-wrapper{
  width: calc(100vw - 40px);
  z-index:9;
  right: 0;
  height: 100vh;
  background: #e8e8e8;
  position: absolute;
}

/* Level 1 Menu List Styles */
.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li a, .custom-menu-primary .hs-menu-wrapper #ultradent-links {
  font-size: 16px; /* Font size of top level list items */
  line-height: 40px;
  overflow: visible;
}

  /* Level 1 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper &gt;  ul li a {
  padding: 0 10px;
  color:#535353; /* link color set by global mobile-aColor variable */
}

/* Level 2 and Higher Menu List Styles */
/* .custom-menu-primary .hs-menu-wrapper &gt; ul ul li{
  background-color: rgba(255, 255, 255, .08);
} */
.custom-menu-primary .hs-menu-wrapper &gt; ul ul li a{
  font-size: 16px; /* Font size of child lists */
}

.custom-menu-primary.js-enabled {
  margin: 0;
}

/*****************/
/* Header Styles */
/*****************/
.header {
  position: relative;
  background: #E8E8E8; 
  width: 100%;
  margin: 0;
}

.header_top {
  border-bottom: solid 1px #C1C1C1;
}
.header_top {
  width: 100%;
  background: #E8E8E8;
  display: none;
  font-size: 14px;
}

.header_bottom {
  display: flex;
  background: #E8E8E8; 
  height: 11vw;
  align-items: center;
  justify-content: flex-end;
}

.header_top ul {
  list-style: none;
  margin: 0;
}

.header_top ul li {
  display: inline-block;
  padding: 0 5px;
}
.header_top ul li a{
  text-decoration: none;
  color: #535353;
}

.header_top_navigation {
  width: auto !important;
  max-width: 800px !important;
  height: auto !important;
  padding: 0;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}



.logo_ultradent_corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 23% !important;
  max-width: 150px;
  z-index: 5000;
}


.hamburger-svg {
   height: 6vw;
  width: auto;
  margin: 0 3.5vw;
}

.mobile-menu-close .close {
  fill:none;
  stroke:#FFFFFF;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.mobile-menu-close {
    background: rgba(0,0,0,.8);
    padding: 8px;
    height: 100vh;
}
.mobile-menu .custom-menu-primary {
    display: flex;
    position: absolute;
    width: 100vw;
    right: 0;
    top: 0;
    z-index: 9;
}
.mobile-open .mobile-menu-close, .mobile-open .mobile-menu .hs-menu-wrapper {
  display: block!important;
}

.nav {
    display:none;
  }

/*****************/
/* Media Queries */
/*****************/




@media screen and (min-width: 861px) {
  
  .mobile {
    display: none!important;
  }
  .desktop {
    display: block!important;
    padding-left: 100px;
  }
  .desktop-flex {
    display: flex!important;
  }
  
  /* header */
  .header_top {
    justify-content: space-between;
    height: 30px;
    align-items: center;
  }
  
  
  .header_top_right {
    display: flex;
    height: 30px;
    align-items: center;
    padding-right: 10px;
  }
  .header_top_right .international-sites {
    padding: 0 30px 0 15px;
  }
  .header_top_right .account .account-link, .header_top_right .international-sites li.hs-item-has-children {
    display: flex;
    align-items: center;
    height: 30px;
  }
  .header_top_right a {
    margin-bottom: 0;
  }
  .header_top_right img {
    height: 15px;
    width: 15px;
  }


  .header_top_right .international-sites ul {
    margin: 0!important;
  }
  .header_top_right .international-sites ul.hs-menu-children-wrapper {
    width: 16rem;
    right: 0;
    left: unset!important;
    top: 30px;
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.12), 0 2px 4px 0 rgba(0,0,0,.08);
  }
  .header_top_right .hs-menu-item li:last-child {
    border-bottom: none;
  }
  .header_top .header_top_right li.hs-menu-depth-2 {
    display: block;
    margin: 10px 0!important;
  }
  .header_top_right li.hs-menu-depth-2 a {
    display: flex!important;
    align-items: center;
  }
  .header_top_right li.hs-menu-depth-2 a:hover {
    background-color: #e8e8e8;
  }
  .header_top_right li.hs-menu-depth-2 img {
    margin-right: 5px;
  }

  .header_bottom {
    height: 26px;
    padding-right: 0;
  }
  .nav{
    background-color: #63666A;
    padding: 5px 0;
    display: flex;
    font-size: 12px;
    color: #e8e8e8;
  }
  .nav ul {
    padding-left: 83px;
    margin: 10px 0;
  }
  .nav ul li{
    display: inline-block;
    padding: 0 10px;
  }
  .nav ul li a{
    color: #e8e8e8;
    text-decoration: none;
  }
  .hs-image-widget {
    width: 130px;
  }
  .nav svg{
    width: 12px;
    height: 4px;
    fill: #e8e8e8;
  }
  
  .mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}
.dropdown{
  display: block;
  color: #e8e8e8;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right:0;
}
.dropdown-content a {
  color: #535353!important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  right: 0;
}
.dropdown-content a:hover {background-color: #e35205; color: #fff!important;}
.dropdown:hover .dropdown-content {display: block;}
  


@media screen and (min-width: 1024px) {
  .header_top ul li {
    padding: 0 8px;
  }
  .desktop {
  padding-left: 114px;
  }
  .nav {
    padding-left: 70px;
    font-size 14px;
  }
  .hs-image-widget {
    width: auto;
  }
}
@media only screen and (min-width: 1125px){
  .dropdown-content {
    right: auto;
  }
}
@media only screen and (min-width: 1225px){
  .nav {
    font-size: 16px;
  }

  .nav ul li{
    display: inline-block;
    padding: 0 15px;
  }
  .dropdown-content {
    right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .dropdown-content {
    right: auto;
  }
}</pre></body></html>