/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/******************************/
/* Ultradent Customizations   */
/******************************/
play: none;
}
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	-webkit-box-sizing: border-box; !important /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; !important /* Firefox, other Gecko */
	box-sizing: border-box; !important /* Opera/IE 8+ */
}

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

.button, .comments .actions input {
  background: #E35205;
  color: #ffffff;
  font-family: "source-sans-pro";
  font-weight: 600;
  padding: .8em 1.8em;
  font-size: 1rem;
  display: inline-block;
  margin-top: 1em;
}

.button:hover, .comments .actions input:hover {
  background: #ffffff;
  border: solid 1px #E35205;
  color: #E35205;
}

.desktop, .desktop-flex {
  display: none!important;
}

/* Mobile Menu */

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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

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

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
}

.international-sites .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: hidden!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>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 Mobile Menu Background Color */
        /* Set Link Color */
   /* 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 > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > 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;
  }


/* Child Toggle Button
========================================================================== */

.child-trigger{
  display: block; /* Hide button on Desktop */
  cursor: pointer; /* Mouse pointer type on hover */
  position: absolute;
  top: 12px;
  right: 0px;
  width: 25px !important; /* Button width */
  min-width: 9px !important;
  height: 25px !important; /* Button height */  
  margin: 0 15px 0 !important;
  padding: 0 !important;
}
.child-trigger:hover{
  text-decoration: none;
}
.child-trigger i{
  position: relative;
  margin: 0 auto !important;
  height: 25px;
  width: 9px;
  background: url('https://info.ultradent.com/hubfs/Template/Blog/images/blog-mobile-menu-arrow.png');
}
.child-trigger.child-open i{
  background: url('https://info.ultradent.com/hubfs/Template/Blog/images/blog-mobile-menu-arrow-open.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
}


/* 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 > ul > 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 >  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 > ul ul li{
  background-color: rgba(255, 255, 255, .08);
} */
.custom-menu-primary .hs-menu-wrapper > 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%;
  padding: 0 16px;
  background: #E8E8E8;
}

.header_bottom {
  display: flex;
  position: relative;
  background: #E8E8E8; 
  height: 11vw;
  border-bottom: solid 4px #63666A;
  align-items: flex-end;
}

.header_top ul {
  list-style: none;
}

.header_top ul li {
  display: inline-block;
}

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

.header_top ul li.blog {
  border-bottom: solid 3px #e35205;
}

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

.logo_the_arch {
  width: 284px; 
  max-width: 35%;
  text-align: center;
  margin-top: 2vw !important;
  margin: 0 auto 0 33vw;
}

.logo_the_arch img {
  max-height: 11vw;
}

.search-icon {
  background: transparent;
  border: none;
}

.search-svg {
  fill:none;
  stroke:#535353;
  stroke-linejoin:round;
  height: 6vw;
  width: auto;
}

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

/* .hs-search-field__suggestions {
  display: none;
} */

/* search popup */
.mobile-search-open .ultradent_blog_search {
  display: flex!important;
  position: absolute;
  top: 0;
  right: 0;
  z-index:9;
  background: #e8e8e8;
  height: 100vh;
  width: 100vw;
}
.mobile-search-open .hs-search-field {
  width: 100%;
}
.mobile-search-open .ultradent_blog_search .hs-search-field__input {
    width: calc(100% - 80px);
    margin: .5em;
    border: 1px solid #C8C9C7;
    height: 50px;
    padding-left: 45px !important;
}
.ultradent_blog_search .search-cancel {
  display: inline-block;
}
.mobile-search-open .search-icon  {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}

.mobile-search-open .search-svg {
  height: 28px;
}

.ultradent_blog_search .search-cancel p {
  color: #e35205;
}

.mobile-search-open .hs-search-field__bar {
  border-bottom: 1px solid #C8C9C7;
}

.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;
}

/* category listing */
.category-label {
  display: none;
}

.tag-archive .category-label {
  display: block;
}

/**********************/
/* Featured Blog Post */
/**********************/


.hs-featured-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  max-width: 100%;
}


#featured-columns .hs-featured-image-wrapper {
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  border: solid #C4C4C4 1px;
}

#featured-columns .post-content h2 {
  text-align: center;
}

.post-listing .hs-featured-image-wrapper {
  border: solid #C4C4C4 1px;
}

.post-item:nth-child(1) .blog-post .hs-featured-image-wrapper {
  border: none;
}

.post-item:nth-child(1) .blog-post .hs-featured-image {
  border: solid #C4C4C4 1px;
}


/**********************/
/* Blog Listing Page */
/**********************/
.hs-featured-image-wrapper {
  margin-bottom: 1rem;
}

.blog-post {
  padding-bottom: 2.5rem;
  margin-bottom: 3.5rem;
  border-bottom: solid 1px #C1C1C1;
}
.post-excerpt p {
  display: block;
}

.post-excerpt p:last-of-type {
  display: inline;
}

.post-item:nth-child(1) .blog-post .post-excerpt p:last-of-type {
  display: block;
}

.blog-post .post-excerpt img {
  display: none;
}

.blog-post .more-link {
  display: inline;
}

.blog-post .more-button, .post-item:nth-child(1) .blog-post .more-link {
  display: none;
}

.post-item:nth-child(1) .blog-post .more-button {
  display: block;
  text-align: center;
}

.post-information h2 {
  margin-bottom: 0;
}

/* .post-information  */
#hubspot-author_data {
  margin: 10px 0;
}

/* featured blog post columns */

.filtering-blog-posts {
  padding: 0 1em;
}

h2.featured-column-heading {
  margin-bottom: 1em;
}

/* Numbered Pagination */
.blog-pagination {
    display: block;
    margin: 3em 0;
    text-align: right;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}
.blog-pagination a {
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    background-color: #E8E8E8;
    color: #535353;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
    background-color: #535353;
    color: #fff;
    text-decoration: none;
}
.blog-pagination a.elipses {
    border: 0;
}
.blog-pagination a.active {
    background-color: #e35205;
    color: #fff;
    pointer-events: none;
    cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
    background-color: #E8E8E8;
    color: #535353;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
    background-color: #535353;
    color: #fff;
}

/**********************/
/* Newsletter Signup */
/**********************/

#blog-feed .row-fluid .span8 {
    width: 100%;
  }

.newsletter-signup {
  background: url('https://5802407.fs1.hubspotusercontent-na1.net/hubfs/5802407/Template/Blog/images/Newsletter-bg.jpg');
  background-size: cover;
/*   margin-bottom: 4em; */
}

/* .newsletter-signup .hs-form {
  display: flex;
} */

.sidebar-newsletter-signup .hs-email {
  margin-bottom: 10px;
}

.newsletter-signup ::placeholder, .sidebar-newsletter-signup ::placeholder {
  color: #000000;
}

.newsletter-signup label {
  display: none;
}

.newsletter-signup form {
  text-align: center;
}

.sidebar-newsletter-signup .hs-error-msg , .newsletter-signup .hs-error-msg {
  display: inline;
}

.newsletter-signup .input {
  max-width: 330px;
  margin: 0 auto 10px;
}

.newsletter-signup .hs-input {
  max-width: 330px;
/*   height: 50px; */
  border: solid 1px #C1C1C1;
}

.newsletter-signup .hs-button {
  background: #E35205;
  color: #ffffff;
  height: 50px;
  padding: .5em 1.5em;
  border-color: #e35205;
  border-style: solid;
}

.sidebar-newsletter-signup .hs-button {
  margin-top: 15px;
  background: #E35205;
  color: #ffffff;
  height: 40px;
  padding: .5em 1.5em;
  border-color: #e35205;
  border-style: solid;
}

.newsletter-signup .hs-button:hover, .sidebar-newsletter-signup .hs-button:hover {
  background: #535353;
}

.sidebar-newsletter-signup .hs-input, .newsletter-signup .hs-input {
  height: 45px; 
  background: #FFFFFF;
  border-radius: 3px;
  border: none;
}

/**********************/
/*      Footer     */
/**********************/
.footer-columns, .copyright, .newsletter-signup {
  padding: 1em;
}

.footer-column-1 p, .copyright p {
  text-align: center;
}

.accordion {
  cursor: pointer;
  width: 100%;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: solid #B1B3B3 1px;
  padding: 1rem 0;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.footer-dropdown {
  fill:none;
  stroke:#FFFFFF;
  stroke-width:1.25;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.footer-container .newsletter-signup .newsletter-heading {
  margin: auto;
  padding: 10px;
  width: 100%;
}

.footer-container .newsletter-signup {
    background-image: url(https://www.ultradent.com/svg/backgrounds/mtn-lvl-2.svg),url(https://www.ultradent.com/svg/backgrounds/mtn-lvl-1.svg),linear-gradient(90deg,#f6f6f6,#e8e8e8 33%,#e8e8e8 66%,#f6f6f6);
    background-position: 50% calc(100% + 3px),top,center 66px;
    background-size: 175%,200%,200%;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 6rem;
}

.footer-columns {
  background: #63666A;
  border-bottom:  solid 1px #C1C1C1;
}

.footer-container .filter-expand-link {
    font-weight: 600 !important;
  }


.footer-container img {
  margin-bottom: .5em;
}

.footer-columns ul {
  list-style: none;
  padding: 0;
}

.footer-columns li {
  padding: 0;
}

.copyright {
  background: #63666A;
}

.copyright a {
    padding-right: 1em;
    margin: 1em 0 1em 1em;
    border-right: solid 1px;
    white-space: nowrap;
}

.footer-link-section {
  text-align: center;
}

.copyright p, .footer-link-section a {
  font-size: .8em;
}

.footer-columns .social-icon-section {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center
}

.footer-columns .social-icon {
  padding-right: 15px;
}

.footer-columns .social-icon:last-of-type {
  padding-right: 0;
}

/*************/
/* Post Page */
/*************/

#single-post-body > .row-fluid-wrapper, #blog-feed > .row-fluid-wrapper {
  max-width: 1500px;
  margin: auto;
  padding: 3em 1em;
}

.post-featured-image {
  width: 100%;
  margin-bottom: 1em;
}

#single-post-body .post-content {
  margin-bottom: 3em;
  border-bottom: solid 1px #C8C9C7;
}

.post-content img {
  height: auto;
}

.about-author-sec {
  border-top: solid 1px #C8C9C7;
  border-bottom: solid 1px #C8C9C7;
  padding: 2em 0;
  margin-bottom: 2em;
  text-align: center;
  align-items: center;
}

.author-avatar img {
  min-width: 175px;
  width: 175px;
  height: 175px;
  object-fit: cover;
  border-radius: 50%;
  margin: 30px;
}

.sidebar-archives {
  background: #E8E8E8;
  margin-bottom: 30px;
  padding: 30px;
}

.recent-posts li {
  border-bottom: solid 1px #C8C9C7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.recent-posts li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar-archives ul {
  list-style: none;
  padding: 0;
}

.filter-link-count {
  display: none!important;
}

.sidebar-newsletter-signup {
  background: #A7A8AA;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.sidebar-newsletter-signup .newsletter-icon {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}
.sidebar-newsletter-signup label {
  display: none;
}

.sidebar-newsletter-signup .hs-input, .newsletter-signup .hs-input {
  padding: 12px;
}

.sidebar-newsletter-signup .hs-email .hs-input, .newsletter-signup .hs-email .hs-input {
  padding: 12px 12px 12px 16px;
}

#single-post-sidebar {
  display: none;
}

.hs_cos_wrapper_type_social_sharing {
  padding: 1.5rem;
  text-align: center;
}

/* mobile blog signup  */
.mobile-blog-signup .sidebar-newsletter-signup {
  margin: 0 1em 3em;
}

/* Comments */

.comment.depth-0:first-child {
  border-top: none;
}

.comments input, .comments textarea {
  border: 1px solid #BBBCBC;
  margin-bottom: 15px;
}
.comments label {
	font-family: "source-sans-pro", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #535353;
}


/* search results  */
.search-results .hs-search-field__input {
  border: 1px solid #BBBCBC;
  margin-bottom: 1em;
}


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

@media only screen and (min-width: 47em) {
  .footer-container .newsletter-signup {
      padding-top: 10%;
      background-size: 150%,112%,112%;
  }
}


@media screen and (min-width: 750px) {
  
  .mobile {
    display: none!important;
  }
  .desktop {
    display: block!important;
  }
  .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;
  }
  .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 .account-icon {
    fill:none;
    stroke:#535353;
    stroke-linejoin:round;
    padding-right: 10px;
  }
  .header_top_right .arrow {
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#535353;
  }
  .header_top_right .account, .header_top_right .international-sites {
    border-left: solid 1px #C8C9C7;
  }
  .header_top_right .international-sites ul {
    margin: 0!important;
  }
  .header_top_right .international-sites ul.hs-menu-children-wrapper {
    width: 16rem;
    right: 0;
    left: -225px!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;
    overflow: hidden;
  }
  .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;
  }
  .ultradent_blog_search {
    width: 25%;
    max-width: 425px;
    position: absolute;
    right: 32px;
    top: 16px;
    height: 40px;
  }
  .search-icon {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 12px;
    left: 12px;
  }
  .search-svg {
    height: unset;
    width: unset;
  }
  
  .ultradent_blog_search {
    display: block!important;
  }
  
  .ultradent_blog_search .search-cancel {
    display: none;
  }
  
  .ultradent_blog_search .hs-search-field__input {
    display: inline-block;
    position: relative;
    height: 50px;
    padding-left: 45px !important;
  }
  
  .header_bottom {
    height: 82px;
    padding-right: 0;
  }
  
  .logo_the_arch {
    max-height: none;
    margin-top: 0 !important;
  }

  .logo_the_arch img {
    max-height: none;
  }
  
  .mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}
  
  
  /* Featured Blog Post */
  .post-item:nth-child(1) .blog-post {
    display: block;
  }
  
  .post-item:nth-child(1), .post-item:nth-child(1) h2, .post-item:nth-child(1) #hubspot-author_data {
    text-align: center;
  }
  
  .post-item:nth-child(1) p #hubspot-author_data {
    text-align: left;
  }
  
  .post-item:nth-child(1) .blog-post .hs-featured-image-wrapper {
    width: 80%;
    max-width: none;
    height: auto;
    text-align: center;
    margin: auto;
  }
  
  .post-item:nth-child(1) .blog-post h2 {
    margin-top: 15px; 
    display: inline-block;
  }
  
  .post-body {
    display: flex;
    width: 100%;
  }
  .featured-post-content {
    width: 40%;
    padding: 0 0 0 1.5em;
  }

  .hs-featured-image-wrapper {
    max-width: 365px;
    height: 205px;
    width: 60%;
  }

  .hs-featured-image {
    margin: 0;
    max-width: 100%;
  }
  .divider {
    margin: 2em 0 1em;
  }
  
  .post-item:nth-child(1) .blog-post .more-button {
    display: inline-block;
  }
  .post-item:nth-child(1) .blog-post .post-information {
    padding: 0;
  }
  
  /* Filtering Blog Posts*/
  .filtering-options {
    display: flex;
    justify-content: space-between;
  }

  .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .filterDiv {
    width: calc( 50% - 35px);
  }
  
/*   single post page  */
  #single-post-body .post-content {
    display: flex; 
  }
  .social-share {
    width: 10px;
  }
  .social-share .hs-image-social-sharing-24 {
    margin-bottom: 5px;
  }
  .hs_cos_wrapper_type_social_sharing {
    padding: unset;
    text-align: unset;
  }
  
/*   Newsletter Signup */
  .newsletter-signup {
    display: flex;
    min-height: 145px;
    align-items: center;
  }
  .newsletter-signup .newsletter-heading, .newsletter-signup .form {
    width: 50%;
    padding: 2em;
  }
  
  .newsletter-signup .hs-input {
    width: 330px;
    padding: 12px;
  }
  
  /* Featured Columns */
  
  #featured-columns .container {
    display: flex;
    justify-content: space-between;
  }
  
  .featured-div {
    width: 48%;
  }
  
  #featured-columns .hs-featured-image-wrapper {
    height: 190px;
  }
  
  
  /* Featured Blog Post */
  
  .blog-post {
    display: flex;
    padding: 0 0 40px 0;
    border-bottom: solid 1px #C1C1C1;
  }
  
  .blog-post .hs-featured-image-wrapper {
    width: 365px;
    min-width: 365px;
  }
  .blog-post .post-information {
    width: 100%;
    padding-left: 25px;
  }
  
  /*   single blog post  */
  #single-post-body .row-fluid .span8 {
    width: 100%;
  }
  
/*   author */
  .about-author-sec {
    display: flex;
  }
  
/*   coments */
    .comments .hs_firstname {
      margin-right: 2%;
  }
  .comments .hs_firstname, .comments .hs_lastname, .comments .hs_email {
    width: 40%;
    max-width: 48%;
    display: inline-block;
  }
  
  /* Footer */
    .accordion {
    cursor: unset;
    width: unset;
    transition: unset;
      border-top: none;
      padding: 0 !important;
  }
  
  .footer-dropdown {
    display: none;
  }

  .panel {
    max-height: unset;
    overflow: unset;
    transition: unset;
  }
  
  .footer-column-1 p, .copyright p {
    text-align: left;
  }
  
  .footer-column-3 ul {
    display: inline;
  }
  
  .footer-container .newsletter-signup{
    margin: 0;
  }
  
  .footer-columns {
    padding-bottom: 2em;
  }
  .footer-columns .social-icon-section {
    justify-content: left;
  }
  
  .footer-column-4, .footer-column-2, .footer-column-3 {
    border-left: solid 1px #C1C1C1;
    margin-left: 0;
    padding-left: 1em;
  }
  
  .footer-column-2 .widget-module {
    column-count: 2;
  }
  
  .footer-column-3 .widget-module {
  padding-bottom: .5em;
}
  
  .footer-column-3 .widget-module li {
    width: 48%;
    display: inline-block;
  }
  
  .footer-container .footer-column-1, .footer-container  .footer-column-2, .footer-container .footer-column-3, .footer-container .footer-column-4 {
    min-height: 170px;
  }
  
  .footer-link-section .footer-link {
    display: inline-block;
    padding-right: 1em;
    margin-left: 1em;
    border-right: solid 1px #C1C1C1;
  }
  
  .footer-link-section .footer-link:last-child {
    padding-right: 0;
    border-right: none;
  }
  
  .copyright {
    padding: 0 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer-link-section {
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
 
  .featured-div {
    width: 24%;
  }
  
  #featured-columns .hs-featured-image-wrapper {
    height: 190px;
  }
  
  #single-post-sidebar {
    display: block;
  }
  
  #blog-feed .row-fluid .span8 {
    width: 65%;
  }
  
  #single-post-body .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  
  .mobile-blog-signup {
    display: none!important;
  }
}
  
@media screen and (min-width: 1500px) {
  .featured-blog-post-section {
    max-width: 1500px;
    margin: auto;
  }
  .filtering-blog-posts, .footer-columns .row-fluid, .copyright .row-fluid, .main-content .row-fluid-wrapper {
    max-width: 1500px;
    width: unset!important;
    margin: auto!important;
    padding: 0 3em;
  }
}

@media only screen and (min-width: 1920px){
  .footer-container .newsletter-signup{background-position:center calc(100% + 3px),center top,center 120px;padding-top:11%;min-height:380px}
}