/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400|Roboto:400,500');
@font-face {
  font-family: "FontAwesome";
  src: url("//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Fonts/FontAwesome.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Fonts/FontAwesome.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Fonts/FontAwesome.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Fonts/FontAwesome.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Fonts/FontAwesome.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * 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;}

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* 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; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #f3f1ea none repeat-x center top;
  background-size: auto;
  font: normal 14px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #4f4f4f;
  line-height: 1.5;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
}
div#site-wrapper {
  box-shadow: 0 0 12px rgba(0,0,0,.15);
  max-width: 1600px;
  margin: 0 auto;
}
/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;

}


/* =============== Typography =============== */

/* Basic text */
p {

  margin-bottom: 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #3f3f3f;
  margin-bottom: 10px;
  clear: both;
  margin-top:15px;
  margin-bottom:10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 {
  color: #3f3f3f;

}

h1 {
  font: normal 300 44px / 48px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}
h2 {
  font: normal 300 36px / 48px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
}
h3 {
  font: normal 300 32px / 48px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}
h4 {
  font: normal 300 24px / 28px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}
h5 {
  font: normal 300 22px / 48px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}
h6 {
  font: normal 300 20px / 48px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

/* Anchor Links */
a {     
  color: #3a8290;
}
a:hover, a:focus { 
  color:#3a8290;
  text-decoration:none;
}

/* Lists */
ul, ol {
  padding-left:20px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}
.body-container{
  background: #efefef none repeat-x center top;
}

/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}
.widget-span.custom-header-outer {
  box-sizing: border-box;
  position: relative;
  z-index: 101;
  margin: 0 auto;
  max-width: 100%;
}
.custom-header-top {
  padding: 7px 44px 9px 44px;
  background: #3c646c none repeat center center;
}
.header-navigation .row-fluid .page-center,
.custom-header-top .row-fluid .page-center {
  float: none;
  max-width: calc(98% - 88px);
  margin: 0 auto;
  box-shadow: none;
  background: transparent;
}
.custom-header-bottom .row-fluid .page-center {
  float: none;
  max-width: calc(98% - 88px);
  margin: 0 auto;
  box-shadow: none;
  background: transparent;
}
.custom-header-top .row-fluid .page-center > div > div.row-fluid {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 0;
  box-sizing: border-box;
}
.top-header-content p {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font: 15px / 21px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #f2f2f2;
  margin-left: 0;
  margin-top: 2px;
}
.top-header-content > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.mini-widgets {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.text-area>p {
  margin-bottom: 0;
  margin-top: 0;
}
.text-area {
  vertical-align: middle;
  position: relative;
  font: 15px / 21px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #f2f2f2;
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  margin-top:-2px;
}
.custom-header-bottom {
  padding: 0 44px;
  background:#fff;
}
.header-bottom-branding > div > div.row-fluid {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-bottom-branding > div > div.row-fluid:after,
.header-bottom-branding > div > div.row-fluid:before {
  display: none;
}
.custom-logo a {
  padding: 10px 0px 15px 0px;
  display: block;
}
.header-contact > div > span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.header-contact > div > span p {
  margin: 0;
}
.header-contact > div > span > p a {
  text-decoration: none !important;
  color: #ffffff !important;
  display: inline-block !important;
  padding: 5px 10px 5px 10px !important;
  background-color: #4eb7b3 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font: 16px / 20px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  margin-right: 3px;
}
.header-navigation {
  padding: 0 44px;
  background-color: #284349;
}
.header-navigation .row-fluid .page-center > div > div.row-fluid {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.widget-span.cm-header-search {
  margin-left: 0;
  width: auto;
  padding: 0 40px 0 31px;
}
.mini-search .searchsubmit {
  display: none;
}
.searchform .submit {
  display: block;
  padding-left: 22px;
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.mini-search .submit {
  font: normal 12px / 16px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #ffffff;
}
.mini-search .submit:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  margin-top: -7px;
  background-position: 0 center;
  background-repeat: no-repeat;
  content: "";
}
.mini-search .submit:before {
  background-image: url(//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Images/search.svg);
}
.mini-search .submit:hover {
  opacity: .7;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  font: normal 14px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #4f4f4f;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.footer-bottom-outer .row-fluid .page-center,
.custom-footer-outer .row-fluid .page-center {
  width: 98%;
  max-width: 100%;
  padding: 0 44px;
  margin: 0 auto;
  box-shadow:none;

}
.custom-footer-outer {
  background: #3b3b3b none repeat center top;
}
.footer-top {
  padding-top: 50px;
  padding-bottom: 10px;
}
.footer-top-inner > div.row-fluid-wrapper {

}

.footer-top-inner > div > div.row-fluid > div:nth-child(1) .hs-menu-wrapper ul li {
  display: block;
  position: relative;
  margin: 9px 0 0;
  padding: 10px 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,0.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(1) .hs-menu-wrapper ul li:first-child a {
  color: #7eb7b5;
  font: normal 300 20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  margin-bottom: 15px;
  clear: both;
  text-decoration: none;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(1) .hs-menu-wrapper ul li:nth-child(1),
.footer-top-inner > div > div.row-fluid > div:nth-child(1) .hs-menu-wrapper ul li:nth-child(2) {
  margin: 0 !important;
  padding: 0;
  border: none;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(1) .hs-menu-wrapper ul li a {
  color: #ffffff;
  text-decoration: none;
  padding-right: 15px;
  font-size: 13px;
  line-height: 22px;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(1) .hs-menu-wrapper ul li a:hover{
  text-decoration:underline;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(1) {
  margin-bottom: 30px;
  padding-right:4px;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2),
.footer-top-inner > div > div.row-fluid > div:nth-child(3),
.footer-top-inner > div > div.row-fluid > div:nth-child(4){
  margin-bottom:30px;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2){
  padding-left: 5px;
  margin-left: 35px;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) h3 {
  margin-top: 0;
  color: #7eb7b5;
  font: normal 300 20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  margin-bottom: 15px;
  clear: both;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div {
  margin-bottom: 18px;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div label {
  color: #ffffff !important;
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  text-transform: capitalize;
}
.hs-form-required {
  color: red;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div > div.input input{
  box-sizing:content-box;
  border-radius: 0px;
  margin-bottom: 10px;
  max-width: 500px;
  width: 90%;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  display: inline-block;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 0px;
  margin-bottom:10px;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div > div.input textarea{
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-top: 5px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  max-width: 500px;
  width: 90%;
  height: auto;
  box-sizing:content-box;
  margin-bottom: 10px;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div > div.input input:focus,
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div > div.input textarea:focus{
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div > div.input input.error,
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div > div.input textarea.error{
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div ul.hs-error-msgs {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  list-style: none;
  margin-bottom: 0;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div ul.hs-error-msgs li {
  display: block;
  padding: 0;
  width: 100%;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div ul.hs-error-msgs li label {
  color: #ffffff !important;
  font-weight: normal;
  padding-top: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  text-align: left;
  line-height: 20px;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div.hs_submit {
  margin-bottom: 0;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div.hs_submit > div.actions {
  background: transparent;
  margin-top: 0px;
  margin-bottom: 13px;
  padding: 17px 20px 18px 0px;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  margin-left: -20px;
  padding-left: 20px;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div.hs_submit > div.actions > input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: none #4eb7b3 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight: normal;
  font-size: 16px;
  padding: 10px;
  line-height:12px;
  outline:none;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(3) {
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  vertical-align: top;
  word-spacing: normal;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(3) p {
  text-align: center;
  margin-bottom: 10px;
  font-size:12px;
  margin-top: 0;
}
.footer-bottom-outer {
  background: #2d2d2d none repeat center top;
}
.footer-bottom-outer .row-fluid .page-center > div > div.row-fluid > div:first-child a {
  padding: 10px 0;
  margin: 4px 0;
  display: block;
  width: auto;
  vertical-align: middle;
}
.footer-bottom-outer .row-fluid .page-center > div > div.row-fluid > div:last-child ul {
  display: block;
  list-style: none;
  width: auto;
  float: right;
  margin-top: 18px;
}
.footer-bottom-outer .row-fluid .page-center > div > div.row-fluid > div:last-child ul li {
  margin: 0 16px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom-outer .row-fluid .page-center > div > div.row-fluid > div:last-child ul li a {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  text-decoration: none;
  align-items: center;
  color: #eaeaea;
  font-size: 12px;
  line-height: 21px;
}
.footer-bottom-outer .row-fluid .page-center {
  padding: 0px 44px;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(1) .hs-menu-wrapper ul {
  padding-bottom: 10px;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.header-navigation {
  padding: .5px 0;
}
@media screen and (min-width:960px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2):hover > ul > li > a {
    margin-bottom: 27px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2):hover > ul > li > a:before {
    margin-bottom: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    margin: 0 auto;
    width: auto;
    position: relative;
    left: 0;
    right: 0;
    background-color: #284349;
    background: -webkit-gradient(linear,left top,left bottom,from(#284349),to(#284349));
    background: -webkit-linear-gradient(top,#284349,#284349);
    background: -moz-linear-gradient(top,#284349,#284349);
    background: -ms-linear-gradient(top,#284349,#284349);
    background: -o-linear-gradient(top,#284349,#284349);
    background: linear-gradient(top,#284349,#284349);
    border: 1px solid #284349;
    clear: both;
    overflow: visible!important;
    z-index: 100;
    line-height: 1.3em;
    text-align: left;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    padding-right: 25px;
    color: #ffffff;
    border-left: 1px solid #608f8f;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a{
    border: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #7fc3c2;
    background: #355459;
  }

  /* Child List */


  /* 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 {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }

  /* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    background-color: #fff;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.3em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    -webkit-transition-property: margin-top,opacity,visibility;
    -ms-transition-property: margin-top,opacity,visibility;
    transition-property: margin-top,opacity,visibility;
    background-color: #284349;
    border: 1px solid #284349;
    color: #ffffff;
    height: auto;
    margin-top: 20px;
    max-height: 99999px;
    top: 100% !important;
    transition: all .2s ease-in-out !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {  
    margin-top: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) > a{
    padding: 15px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    text-align: left;
    vertical-align: top;
    display: block;
    float: none;
    position: relative;
    min-width: 150px;
    clear: both;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    outline: 0;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    color: #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}
  .span11.widget-span.widget-type-custom_widget.custom-menu-primary.js-enabled {
    width: auto;
    margin-left: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a {
    padding: 15px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) {
    position: static !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul ul {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul {
    pointer-events: none;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2):hover > ul {

    pointer-events: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2):hover > ul > li {
    width: 33.33%;
    float: left;
    display: block;
    clear: none;
    min-width: auto;
    padding: 0 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2):hover > ul > li a {
    white-space: normal;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2):hover > ul > li > a {
    padding: 15px 0px;
    position: relative;
    border-bottom: 1px solid #608f8f;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font: normal 14px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    line-height: 1.3em;
    font-weight: 700;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2):hover > ul ul li a {
    padding: 5px 0;
  }
  .CorrectingHair.Loss > a:before {
    position: relative;
    content: '';
    background-image: url(//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Images/nav-treatment-hair-loss-168x104.jpg);
    display: block;
    width: 168px;
    height: 104px;
    margin-bottom: 15px;
  }
  .PreventingHair.Loss > a:before {
    position: relative;
    content: '';
    background-image: url(//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Images/nav-prevent-hairloss-168x104.jpg);
    display: block;
    width: 168px;
    height: 104px;
    margin-bottom: 15px;
  }
  .CosmeticTreatments > a:before {
    position: relative;
    content: '';
    background-image: url(//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Images/cosmetic-hair-treatments3.jpg);
    display: block;
    width: 168px;
    height: 104px;
    margin-bottom: 15px;
  }
}
@media (min-width:971px){
  .cm-footer-right-link select {
    display: none;
  }
  .footer-top-inner > div > div.row-fluid > div:nth-child(3) p small {
    line-height: 24px;
    display: block;
    margin-top: -1px;
  }
}
.mini-widgets.hs-cm-header-search.for-mobile {
  display: none;
}

/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger, .dt-close-mobile-menu-icon{ display: none; }

@media (max-width: 959px){
  .widget-span.header-navigation.cloned-header {
    display: none !important;
  }
  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 53px;           /* Position Button at right of screen */
    right: 86px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent; /* Background color */
    border: 0px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 0px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger:hover i:before {
    top: -5px;
  }
  .mobile-trigger:hover i:after {
    top: 5px;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #3a3a3a; /* Icon color */
    display: inline-block;
    transition: all .3s ease-in-out;
  }
  .mobile-trigger i:before{ top: -7px; } /* Position top line */
  .mobile-trigger i:after{ top: 7px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #7fc3c2;
    background-color:transparent;
  }
  /* ===== Mobile Child Toggle Buttons ===== */
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    border: none;
  }
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: -12px;
    right: -12px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 0px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i{
    display: block;
    position: relative;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: -webkit-all .3s ease-out;
    transition: all .3s ease-out;
  }
  .child-trigger i:after{
    display: block;
    background-image: url(//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/child1.svg);
    position: relative;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: -webkit-all .3s ease-out;
    transition: all.3s ease-out;
  }
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: static;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* 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{
    width: 100%;
    position: absolute;
    top: 0px;
    left: -100%;
    padding: 0;
    background-color: #2f4e53;
    width: 340px; /* Full screen width */
    height: 100vh;
    transition: right .5s ease-in-out;
    overflow: hidden;
    overflow-y: auto;
    -ms-transition: -ms-all .5s ease;
    -webkit-transition: -webkit-all .5s ease;
    transition: all .5s ease;
    padding: 30px 30px 0;
  }
  .mobile-open .custom-menu-primary.js-enabled {
    left: 0;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    padding: 16px 30px 16px 0 !important;
    font: 300 16px / 20px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;
    color: #ffffff;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:before {
    content: "";
    position: absolute;
    top: -.5px;
    height: 0;
    border-top: solid 1px #ff0;
    width: 100%;
    max-width: 100%;
    left: 0;
    border-color: rgba(255,255,255,0.08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:before {
    content: "";
    position: absolute;
    top: -.5px;
    height: 0;
    border-top: solid 0px #ff0;
    width: 100%;
    max-width: 100%;
    left: 0;
    border-color: rgba(255,255,255,0.08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) > a {
    padding: 16px 30px 16px 0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    display:none;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    margin-bottom: 16px;
    margin-left: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: transparent;;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 4px 30px 4px 0 !important;
    box-sizing: border-box;
    font: normal 14px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;
    word-spacing: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    margin-bottom: 0;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    white-space: normal !important;
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul .child-trigger i:after {
    display: block;
    background-image: url(//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/child2.svg);
    position: relative;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: -webkit-all .3s ease-out;
    transition: all.3s ease-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul .child-trigger i{
    top:28%;
    right:20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #7fc3c2;
    background-color: transparent;
  }
}

/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
  margin-bottom: 10px;
}
.post-header h2 a {
  text-decoration: none;
  color: inherit;
  border: none;
}
.post-header h2 a:hover {} 

.blog-post-wrapper h2{
  margin-bottom: 10px;
}
.blog-post-wrapper h2 a{
  text-decoration: none;
  color: inherit;
  border: none;
}
.blog-post-wrapper h2 a:hover,
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display: inline-block;
  padding-top: 10px;
}

/* Blog Topics List */
#hubspot-topic_data {
  color: #888888;
  font-weight: 700;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}

.new-comments.no-comments {
  border: none !important;
  margin:0px;
}


/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom:20px;	
}

.blog .blog-sidebar ul li {
  padding: 0 0 10px;
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}



/* Default Comment Form */

#comment-form {
  border:1px solid #000;
  padding:20px;
  margin-top:20px;
  margin-bottom:20px;
  max-width:500px;
}



@media (max-width: 767px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #comment-form {
    max-width:100%;
  }
}

/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  color: #000 !important;
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  text-transform: capitalize;
}
.input {
  margin-bottom: 18px;
}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}
/* One Line Inputs */
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"],
input[type="file"],
select {
  border-radius: 0px;
  margin-bottom: 10px;
  max-width: 500px;
  width: 100%;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  display: inline-block;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 0px;
  margin-bottom: 10px;
}
textarea{
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-top: 5px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  max-width: 500px;
  width: 90%;
  height: auto;
  box-sizing: content-box;
  margin-bottom: 10px;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
input[type="text"].error,
input[type="password"].error, 
input[type="datetime"].error, 
input[type="datetime-local"].error, 
input[type="date"].error, 
input[type="month"].error, 
input[type="time"].error, 
input[type="week"].error, 
input[type="number"].error, 
input[type="email"].error, 
input[type="url"].error, 
input[type="search"].error, 
input[type="tel"].error, 
input[type="color"].error,
input[type="email"].error,
select.error,
textarea.error{
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}
h3.form-title {
  color: #37474a;
  font: normal 300 20px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  margin-bottom: 15px;
}
/* Error */
.hs-error-msgs label{
  color:red;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: none #4eb7b3 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight: normal;
  font-size: 16px;
  padding: 10px;

}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #7eb7b5;
  background: -webkit-linear-gradient(30deg,#7eb7b5 0%,#42b7b3 100%);
  background: linear-gradient(30deg,#7eb7b5 0%,#42b7b3 100%);
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}

.body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.body-container .widget-type-blog_subscribe,
.body-container .widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.site-page .body-container .hs_cos_wrapper_type_form,.hs-search-field,div#comment-form,
.landing-page .body-container form.hs-form,
.error-template.one-column .body-container form {
  background-color: #fff;
  padding: 15px;
  display: block;
  margin-bottom: 15px;
  max-width: 500px;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.1);
  padding-left: 25px;
  padding-right: 25px;color: #606060;
  font-size: 13px;
  line-height: 22px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.error-template .hs-search-field {
  background-color: transparent;
  padding: 0;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form {
  width: 50%
}

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.blog-pagination a {
  display: table;
}
.subscribe-options label {
  margin: 0;
}
.error-template .hs-search-field {
  box-shadow: none !important;
}
.lp-header .mobile-trigger {
  display: none !important;
}
.cta-mobile-2 {
  display: none;
  z-index:9;
}
.widget-span.header-navigation.cloned-header {
  width: 100%;
  margin: 0 auto;
  float: none;
  border: 0px;
  background: none;
  max-width: 100%;
  padding: 0;
  background-color: #f7f5e7;
  position: fixed;
  top: -50px;
  left: 0;
  z-index: 99;
  transition: all .3s ease-in-out;
}
.scroll-header .widget-span.header-navigation.cloned-header {
  top: 0px;	
}
.header-navigation.cloned-header .custom-menu-primary.js-enabled {
  width: 100%;
  margin-left:0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  display: none;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(1) .hs-menu-wrapper ul li.active {
  color: #3a8290;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(1) .hs-menu-wrapper ul li:nth-child(1) a {
  cursor: text;
  text-decoration: none;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(1) .hs-menu-wrapper ul li:nth-child(1) a:hover{
  text-decoration:none;
}
.body-container .page-center {
  padding: 20px 44px;
}
.mini-search.in-menu-on-mobile.act {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 10;
}
form.searchform {
  position: relative;
  z-index: 3;
  margin: 0;
}
input.field.searchform-s {
  margin-bottom: 10px !important;
  padding: 7px 15px;
  box-sizing: border-box;
  margin: 0;
  margin-top:1px;
  vertical-align: baseline;
  position: absolute;
  height: 50px;
  background-color: #fff;
  border: none!important;
  font-style: italic;
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
  top: 26px;
  width: 230px;
  color: #ffffff !important;
  background: #2f4e53 !important;
  -webkit-text-fill-color: #ffffff !important;
  font: 14px / 18px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;
  text-transform: none;
  line-height: 27px;
  display: none;
}
.custom-banner-area {
  max-width: 1600px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.custom-banner-area h1 {
  width: 98%;
  position: relative;
  left: 0;
  right: 0;
  padding: 0 44px;
  margin: 0 auto;
  color: #ffffff;
  font: normal 300 44px / 60px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  padding-top: 10px;
  padding-bottom:1px;
}
.searchform .submit.active:before {
  background-image: url(//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Images/close-icon.svg);
}
.cloned-header .widget-span.cm-header-search {
  display: none !important;
}
a#back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  opacity: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  background-color: #000;
  background-color: rgba(0,0,0,.2);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  right: 10px;
  opacity: 1;
  z-index: 109;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft;;
}
a#back-to-top:hover {
  background-color: rgba(0,0,0,.5);
}
a#back-to-top:before {
  display: block;
  width: 44px;
  height: 44px;
  content: "";
  background-image: url(//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Images/top.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
ul.hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions li {
  margin-bottom: 5px;
}
ul.hs-search-field__suggestions a {
  padding: 5px;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration { 
  display: none; 
}
input[type="checkbox"] {
  display: inline-block;
}
.dt-close-mobile-menu-icon {
  position: absolute;
  cursor:pointer;
  top: 0;
  width: 30px;
  height: 30px;
  left: -50px;
  z-index: 9999;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  opacity: 1;
  left: 310px;
}
.dt-close-mobile-menu-icon span {
  position: relative;
  display: block !important;
  width: 30px;
  height: 30px !important;
  margin: 0;
  color: #fff;
  background-color: #3a8290;
}
.dt-close-mobile-menu-icon span:after,
.dt-close-mobile-menu-icon span:before {
  background-color: #fff;
}
.dt-close-mobile-menu-icon span:after,
.dt-close-mobile-menu-icon span:before{
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #ecf0f1;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
  -webkit-transition: top .3s;
  transition: top .3s;
}
.dt-close-mobile-menu-icon span:after,
.dt-close-mobile-menu-icon span:before {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  width: 22px;
  -webkit-transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
}

.dt-close-mobile-menu-icon span:before {
  -ms-transform: rotate3d(0,0,1,45deg);
  -webkit-transform: rotate3d(0,0,1,45deg);
  transform: rotate3d(0,0,1,45deg);
}
.dt-close-mobile-menu-icon span:after {
  -ms-transform: rotate3d(0,0,1,-45deg);
  -webkit-transform: rotate3d(0,0,1,-45deg);
  transform: rotate3d(0,0,1,-45deg);
}
.dt-close-mobile-menu-icon:hover span:before {
  -ms-transform: rotate3d(0,0,1,0deg);
  -webkit-transform: rotate3d(0,0,1,0deg);
  transform: rotate3d(0,0,1,0deg);
}
.dt-close-mobile-menu-icon:hover span:after {
  -ms-transform: rotate3d(0,0,1,0deg);
  -webkit-transform: rotate3d(0,0,1,0deg);
  transform: rotate3d(0,0,1,0deg);
}
.footer-images img[alt="ISO Certified"] {
  margin-bottom: 28px;
}
.footer-images img[alt="CQC Registered"] {
  margin-bottom: 29px;
}
.scroll-header .widget-span.header-navigation.cloned-header {
  background-color: #f7f5e7;
  opacity: 0.9;
}
.scroll-header .widget-span.header-navigation.cloned-header .custom-menu-primary .hs-menu-wrapper > ul {
  line-height: 1.4em;
}
.footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div.hs_submit > div.actions {
  padding-top: 12px;
  padding-bottom: 23px;
}
.custom-banner-area h1 {
  padding-bottom: 10px;
}
.footer-bottom-outer .row-fluid .page-center > div > div.row-fluid > div:last-child ul li a:hover {
  text-decoration: underline;
}

/* Styles that do not fit into any of the available sections above can go here. */
@-moz-document url-prefix() { 
  .footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div.hs_submit > div.actions {
    padding-top: 17px;
    padding-bottom: 23px;
  }
}
.custom-logo img {
  width: 193px;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 601px) {
  .custom-menu-primary.js-enabled .mini-search.in-menu-on-mobile.act.for-mobile {
    display: none !important;
  }
}
/* @media (max-width: 1212px){
.widget-span.cm-header-search {
display: none;
}
.span11.widget-span.widget-type-custom_widget.custom-menu-primary.js-enabled{
margin-left:0;
}
} */
@media (max-width: 1450px){
  input.field.searchform-s {
    right: 0;
    left: auto;
  }
}
@media (max-width: 1165px){
  .widget-span.cm-header-search{
    padding:0 !important
  }
}
@media (max-width: 1073px) and (min-width: 960px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 15px 14px;
    font-size: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    right:4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 12px;
  }
}
@media (max-width: 970px) {
  .footer-top-inner>div>div.row-fluid>div:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .footer-top-inner>div>div.row-fluid>div:nth-child(2) {
    width: 100%;
    margin: 0;
    margin-bottom: 34px;
  }
  .footer-top-inner>div>div.row-fluid>div:nth-child(3) {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;

  }
  .footer-bottom-outer .row-fluid .page-center > div > div.row-fluid > div:first-child {
    width: 100%;
    text-align: center;
  }
  .footer-bottom-outer .row-fluid .page-center > div > div.row-fluid > div:last-child {
    width: 100%;
    text-align: center;
    margin-bottom:10px;
  }
  .cm-footer-right-link select {
    font: normal 12px / 21px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  }
  .footer-top-inner > div > div.row-fluid > div:nth-child(4) {
    margin-bottom: 40px;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    padding: 0 22px;
  }
  .footer-top-inner > div > div.row-fluid > div:nth-child(2) {
    padding-left: 0;
  }
  .footer-bottom-outer .row-fluid .page-center > div > div.row-fluid > div:last-child ul{
    float:none;
    margin:5px 0;
  }
  .footer-top-inner > div > div.row-fluid > div:nth-child(3) p a img[alt="CQC Registered"] {
    margin-bottom: 28px;
  }
  .footer-top-inner > div > div.row-fluid > div:nth-child(3) p a img[alt="ISO Certified"] {
    margin-bottom: 28px;
  }
  .footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div.hs_submit > div.actions {
    padding-bottom: 19px;
  }
  .footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div.hs_submit > div.actions{
    padding-top: 12px;
    padding-bottom: 23px;
  }
  .footer-bottom-outer .row-fluid .page-center {
    padding: 10px 44px;
  }
  .footer-bottom-outer .row-fluid .page-center > div > div.row-fluid > div:first-child a {
    margin: 5px 0;
  }

  .cm-footer-right-link ul {
    display: none !important;
  }

  .header-contact > div > span > p a {
    font-size: 12px;
  }

  .header-contact > div > span p img {
    width: 150px;
    margin-right: 5px;
  }
  .cm-footer-right-link select {
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100px;
    height: 21px;
    visibility: visible;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 21px;
    padding-left: 20px;
    cursor: pointer;
    box-shadow: none !important;
  }

  .cm-footer-right-link .hs_cos_wrapper_type_rich_text {
    display: block;
    width: 100px;
    position: relative;
    margin: 0 auto;
  }

  .cm-footer-right-link .hs_cos_wrapper_type_rich_text:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    content: "";
    background-position: 0 center;
    background-repeat: no-repeat;
    background-image: url(//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Images/select-trigger.svg);
  }

  .footer-bottom-outer .row-fluid .page-center > div > div.row-fluid > div:last-child {
    margin-left: 0;
    margin-bottom: 9px;
  }

  .footer-top-inner > div > div.row-fluid > div:nth-child(3) p {
    line-height: 23px;
    font-size: 13px;
  }

  .footer-top-inner > div > div.row-fluid > div:nth-child(3) p small {
    font-size: 75%;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 959px) {
  .custom-logo img {
    display: block;
    max-width: 153.53px;
    height: auto;
  }
  .mobile-open {
    overflow: hidden;
  }
  .custom-logo a {
    padding: 10px 0px 5px 0px;
  }
  .header-bottom-branding > div > div.row-fluid > div:first-child {
    max-width: 153.53px;
  }
  .header-contact > div > span p {
    margin: 0;
    margin-left: 2px;
  }
  .widget-span.cm-header-search {
    display: none !important;
  }
  .widget-span.header-navigation {
    padding: 0;
    background: transparent;
    min-height: 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: auto;
    height: auto;
    min-height: 100%;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-flex: 10 1 auto;
    -moz-flex: 10 1 auto;
    -ms-flex: 10 1 auto;
    flex: 10 1 auto;
    padding-bottom: 30px;
  }

  .custom-menu-primary.js-enabled > *,
  .custom-menu-primary.js-enabled > * > *,
  .custom-menu-primary.js-enabled > * > * > * {
    height: 100%;
    display: block;
  }

  .mini-search.in-menu-on-mobile.act.for-mobile {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
  }

  input.field.searchform-s {
    top: auto;
    bottom: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li  a {
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li  a {
    text-decoration: none;
  }

  form.searchform {
    position: absolute;
    top: 10px;
    bottom: 10px;
  }
  .header-navigation .row-fluid .page-center:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: rgba(31,31,31,0.4);
    content: "";
    z-index: 999;
  }

  .mobile-open .header-navigation .row-fluid .page-center:after {
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary.js-enabled {
    position: fixed;
    z-index: 1000;
  }
  .custom-menu-primary.js-enabled > .dt-close-mobile-menu-icon {
    height: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    margin-left: 0;
    padding-left: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    padding-left: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    line-height: 18px !important;
    padding: 7px 30px 7px 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul .child-trigger {
    height: 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    top: 0;
    right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul .child-trigger i {
    top: 1px;
    right: 0;
  }
  .header-navigation .row-fluid .page-center:after {
    cursor: url("//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Images/cu-hover.svg"), auto;
  }
  .widget-span.cm-header-search {
    display: block !important;
    position: absolute;
    top: -50px;
    right: 100px;
  }

  .header-navigation .row-fluid .page-center {
    position: relative;
  }


  .widget-span.header-contact {
    margin-left: 0;
    padding-right: 20px;
  }
}  
@media (max-width: 959px) and (min-width: 601px) {

  .mini-search .submit:before {
    background: url(//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/search2.svg);
  }

  input.field.searchform-s {
    top: 20px;
    bottom: unset;
  }

  .searchform .submit.active:before {
    background-image: url(//cdn2.hubspot.net/hubfs/2043508/DHI_November2018/Images/cross-black.svg);
  }
}
@media (max-width: 767px){
  .custom-banner-area h1 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
    padding: 0;
    padding: 0 20px;
    font: normal 300 44px / 60px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 24px !important;
    font-weight: bold !important;
    text-align: center !important;
    line-height: 1.3 !important;
  }
  .header-contact > div > span > p a {
    margin-right: 0;
    margin-bottom: 7px;
  }
  .cta-mobile-2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #333333;
  }
  .cta-mobile-2 {
    display: block;
  }
  .cta-mobile-2 table  {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .cta-mobile-2 td {
    text-align: center;
    width: 50%;
  }
  .cta-mobile-2 td.left {
    background-color: #f7a800;
  }
  .cta-mobile-2 td.left a {
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    display: block;
    padding: 10px;
  }
  .cta-mobile-2 td.right {
    background-color: #eb6125;
  }
  .cta-mobile-2 td.right a {
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    display: block;
    padding: 10px;
  }
  .cta-mobile-2 td.right:hover {
    background-color: #67b9b9;
  }
  .cta-mobile-2 td.left:hover {
    background-color: #306e7a;
  }

  .footer-bottom-outer {
    padding-bottom: 30px;
  }

  a#back-to-top {
    z-index: 0;
  }

  .header-contact > div > span p img {
    display: table;
  }

  .header-contact > div > span p {
    float: right;
  }

  .widget-span.header-contact {
    float: right;
    width: calc(100% - 180px);
  }
  .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search, .body-container .widget-type-blog_subscribe, .body-container .widget-span.widget-type-form, .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search, .password-template .body-container form, .subscription-template .body-container .widget-type-email_simple_subscription form, .site-page .body-container .hs_cos_wrapper_type_form, .hs-search-field, div#comment-form, .landing-page .body-container form.hs-form, .error-template.one-column .body-container form{
    max-width:100%;
  }
  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"], input[type="file"], select{
    max-width:100%;
  }
  .top-header-content + div {
    float: right !important;
    width: auto !important;
  }

  .custom-header-top .row-fluid .page-center > div > div.row-fluid {
    display: block !important;
  }

  .widget-span.top-header-content {
    float: left;
    width: auto;
  }
  input.field.searchform-s {
    max-width: none;
  }
  .lp-footer .footer-bottom-outer {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 600px){
  .header-bottom-branding {
    position: relative;
  }

  .mobile-trigger {
    right: 0;
    top: 50%;
    margin-top: -23px;
    padding-right: 0;
  }

  .custom-logo {
    width: 79%;
  }

  .header-bottom-branding > div > div.row-fluid > div:first-child {
    width: 100%;
  }

  .footer-bottom-outer .row-fluid .page-center, .custom-footer-outer .row-fluid .page-center{
    padding: 0 22px;
  }
  .mini-search.in-menu-on-mobile.act.for-mobile {
    height: 40px;
    padding-bottom: 0;
    margin-bottom: 16px;
  }

  input.field.searchform-s {
    bottom: 8px;
    width: 100%;
  }
  .custom-header-top {
    display: none !important;
  }

  .custom-header-bottom {
    padding: 0 20px;
    background: #fff;
  }
  .custom-header-bottom .row-fluid .page-center {
    max-width: 58%;
  }
  .header-bottom-branding > div > div.row-fluid > div:first-child {
    max-width: 100% !important;
  }
  .custom-logo img{
    max-width:100%;
  }
  .header-contact{
    display:none  !important;
  }
  .body-container .page-center {
    padding: 22px;
  }
  .footer-bottom-outer {
    padding-bottom: 40px;
  }
  .widget-span.cm-header-search {
    display: none !important;
  }
  input.field.searchform-s {
    top: unset;
  }
}
@media (max-width: 1110px) and (min-width: 960px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 13px;
    padding-right: 13px;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div > div.input input {
    width: 100%;
    box-sizing: border-box;
  }

  .footer-top-inner > div > div.row-fluid > div:nth-child(2) form > div > div.input textarea {
    width: 100%;
    box-sizing: border-box;
  }

}
@media(max-width: 360px) {
  .custom-menu-primary.js-enabled {
    width: 100%;
  }

  .dt-close-mobile-menu-icon {
    left: auto;
    right: 0;
  }
}