/* ==========================================================================
   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 =============== */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("//fonts.gstatic.com/s/playfairdisplay/v13/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhQ.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url("//fonts.gstatic.com/s/playfairdisplay/v13/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lW4e4w.ttf") format("truetype");
}
/* EX: @import url('http://example.com/example_style.css'); */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("//cdn2.hubspot.net/hubfs/4598572/Pattmd_June2018%20Folder/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
    	 url("//cdn2.hubspot.net/hubfs/4598572/Pattmd_June2018%20Folder/Fonts/fa-solid-900.woff") format("woff"), 
    	 url("//cdn2.hubspot.net/hubfs/4598572/Pattmd_June2018%20Folder/Fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/4598572/Pattmd_June2018%20Folder/Fonts/icomoon.eot") format("embedded-opentype"), 
       url("//cdn2.hubspot.net/hubfs/4598572/Pattmd_June2018%20Folder/Fonts/icomoon.woff") format("woff"), 
       url("//cdn2.hubspot.net/hubfs/4598572/Pattmd_June2018%20Folder/Fonts/icomoon.ttf") format("truetype");
}

/* 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 {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color:#404043;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1160px;
  margin: 0 auto;
  padding-left:30px;
  padding-right:30px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}


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

/* Basic text */
p {
    margin-top: 0;
    margin-bottom: 20px;
} 
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 {
  	font-family: "Playfair Display";
  	color: #626f7c;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-weight: 400;
    line-height: 1.3;
  	text-transform: uppercase;
    font-size: 42px;
    margin-top: 15px;
    margin-bottom: 15px;
}
h2 {
    font-family: "Playfair Display";
    font-weight: 700;
    line-height: 1.2;
  	font-size: 34px;    
    margin-top: 0em;
    margin-bottom: 1.1em;
}
h3 {
  	color: #626f7c;
    font-weight: 400;
    line-height: 1.2;
    font-size: 26px;
    margin-top: 1em;
    margin-bottom: 1em;
}
h4 {
    color: #333333;
    font-size:22px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}
h5 {}
h6 {}

/* Anchor Links */
a { 
    color: #cbaa5c; 
    text-decoration:none;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
a:hover, a:focus { color: #cbaa5c;text-decoration:none; }

/* Lists */
ul, ol {}
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 {}


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

.header-container-wrapper {}
.header-container {}

.hs-header-top-group {
    background-color: #ffffff;
    font-size: 16px;
    color: #d4b465;
    border-bottom: 1px solid #e5e5e5;
    line-height: 44px;
}
.hs-header-top-group a{
    font-size: 20px;
  	color: #d4b465;
  	text-decoration:none;
}
.top-bar-phone {
    font-size: 20px;
    display: inline-block;
    margin-left: 9px;
}
.hs-top-right-group{
  	text-align:right;
}
.hs-top-right-group ul{
    list-style: none;
    margin: 0;
    padding: 1px 2px 0 0;
}
.hs-top-right-group ul li{
  	display:inline-block;
}
.hs-top-right-group ul li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 11.3px;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    font-size: 16px;
    line-height: 28.8px;
}
.custom-header-button:active,
.custom-header-button:focus,
.custom-header-button:hover {
    background: #d4b465;
    border-width: 1px;
    border-color: #fff;
}
.custom-header-button {
    position: relative;
    outline: 0;
    zoom: 1;
    border: 1px solid transparent;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-width: 1px;
    border-color: #fff;
    background: #96b3c1;
    border-radius: 2px;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
  	display:inline-block;
    font-family: "Playfair Display";
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
}
.custom-header-button:hover,
.custom-header-button:focus{
	color: #fff;
}
.custom-header-button i {
    display:;
    margin-right: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.hs-header-right {
    text-align: right;
    padding-top: 58px;
}
.hs-logo {
    padding: 10px 0px;
}
.hs-header-bottom-group{
  	border-bottom: 1px solid #e5e5e5;
  	border-top: 1px solid #e5e5e5;   
}
.fa{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.hs-header-search-icon:before {
    border-radius: 50% 50% 50% 50%;
    content: '\f002';
    -webkit-font-smoothing: subpixel-antialiased;
    color: #5a5a5a;
    font-family: icomoon;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0px;
    font-style: normal;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.hs-header-search-icon:hover:before {
    color: #d4b465;
}
.hs-header-search-group{
  	position:absolute;
  	top:0;
  	right:0;
  	width:auto !important;
  	margin:0 !important;
}
.custom-menu-primary {
    width: 100% !important;
}
.hs-header-bottom-group .page-center{
  	position:relative;
}
.hs-random-phone {
    display: inline-block;
}
.hs-random-footer-phone a,
.hs-random-phone a{
  	display:none;
}






/* =============== Content =============== */
.midd-wrapper{padding:70px 0;}
.body-container-wrapper {}
.body-container {}

.content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.hs-row-group1{
    background-color: rgba(255,255,255,0);
    background-image: url(//cdn2.hubspot.net/hubfs/4598572/Pattmd_June2018%20Folder/Images/content-bkg-header.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hs-banner-area-group {
    max-width: 100%;
    height: 449px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-content h1 {
    position: relative;
    text-align: center;
    padding-bottom: 17px;
    margin-bottom: 45px;
}
.main-content h1:after {
    background: #cbaa5c;
    max-width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: block;
    height: 1px;
    content: "";
    bottom: 0;
}
.hs-left-sidebar-group {
    float: left !important;
    margin-left: 0 !important;
    margin-bottom: 45px;
}
.hs-main-content-wrapper {
    float: right !important;
}
.hs-main-content-wrapper {
    float: right !important;
}
.hs-right-form-group .hs-form-field{
  	margin-bottom:20px;
}
.hs-right-form-group .hs-input {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 13px;
    font-style: normal;
    border: 1px solid #21384a;
    line-height: 1.8;
    height: 44px;
    color: #404043;
    padding: 0 15px;
    width: 100%;
}
.hs-right-form-group .hs-form-group,
.hs-right-form-group .hs-form-required {
    display: none;
}
.hs-right-form-group textarea.hs-input {
    min-height: 150px;
    padding-top: 4px;
}
.hs-right-form-group .hs_cos_wrapper_type_form .hs-button.primary.large {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    font-family: "Playfair Display";
    font-weight: 400;
    letter-spacing: 0px;
    background: #daba71;
    text-transform: uppercase;
    color: #ffffff;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #bf9f54 ), to( #daba71 ) );
    background-image: linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -webkit-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -moz-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -ms-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -o-linear-gradient( to top, #bf9f54, #daba71 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#daba71, endColorstr=#bf9f54);
    transition: all .2s;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 2px;
}
.hs-right-form-group .hs_cos_wrapper_type_form .hs-button.primary.large:focus,
.hs-right-form-group .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    background: #d8c7a0;
    color: #ffffff;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #bfae8d ), to( #d8c7a0 ) );
    background-image: linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -webkit-linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -moz-linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -ms-linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -o-linear-gradient( to top, #bfae8d, #d8c7a0 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8c7a0, endColorstr=#bfae8d);
    border-color: #ffffff;
}
.hs-right-form-group h3.form-title{
		font-size: 22px;
    color: #333;
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    margin-top: 1.33em;
    margin-bottom: 1.33em
}
.hs-right-form-group .hs_message.hs-message.hs-fieldtype-textarea {
    margin-bottom: 1px;
}
.hs-right-form-group {
    padding-top: 15px;
    padding-left: 0;
}
.hs-left-sidebar-group .hs-menu-wrapper > ul li{
    display: block;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #e7e6e6;
    color: #333;
    position: relative;
    border-color: #e0dede;
}
.hs-left-sidebar-group .hs-menu-wrapper > ul > li > a{
  	white-space:normal !important; 
}
.hs-left-sidebar-group .hs-menu-wrapper > ul > li > a{
    font-size: 22px;
    color: #333;
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}
.hs-left-sidebar-group .hs-menu-wrapper > ul ul li a{
  	white-space:normal !important; 
  	position:relative;
}
.hs-left-sidebar-group .hs-menu-wrapper > ul ul li a:before{
    position: absolute;
    font-family: icomoon;
    content: '\f105';
    margin-left: -12px;
}
.hs-three-col-menu-layout .hs-left-sidebar-group .hs-menu-wrapper > ul > li{
  	display:none;
}
.hs-left-sidebar-group .hs-menu-wrapper > ul li.active-menu {
    display: block !important;
    border-bottom: 0;
}
.hs-left-sidebar-group {
    padding-top: 6px;
}
.hs-left-sidebar-group .hs-menu-wrapper > ul ul li {
    padding-left: 12px;
}
.hs-full-width-background {
    padding-top: 20px;
    padding-bottom: 40px;
}
.hs-row-group1 .page-center {
    padding-top: 0;
    padding-bottom: 0;
}
.hs-main-content-wrapper .main-content {
    margin-bottom: 20px;
}
.hs-prp-website-layout .hs-banner-area-group {
    min-height: 400px;
  	height:auto;
}
.page-header.section-header {
    position: relative;
    color: #333333;
    font-size: 22px;
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 17px;
    margin-bottom: 45px;
}
.page-header.section-header p {
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.page-header.section-header h1 {
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}
.page-header.section-header h1:after{
  	display:none;
}
.page-header.section-header:after{
    background: #cbaa5c;
    max-width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: block;
    height: 1px;
    content: "";
    bottom: 0;
}
.hs-left-sidebar-group.hs-sidebar-menu .hs-menu-wrapper > ul > li{
  	display:block;
  	border-bottom: 0;
}
.hs-left-sidebar-group.static-menu .hs-menu-wrapper > ul > li {
    display: none;
}
.hs-left-sidebar-group.static-menu .hs-menu-wrapper > ul > li.active-branch{
  	display:block;
}
.custom-button{
    font-family: "Playfair Display";
    font-weight: 400;
    letter-spacing: 0px;
    background: #daba71;
    text-transform: uppercase;
    color: #ffffff;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #bf9f54 ), to( #daba71 ) );
    background-image: linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -webkit-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -moz-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -ms-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -o-linear-gradient( to top, #bf9f54, #daba71 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#daba71, endColorstr=#bf9f54);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 2px;
    padding: 13px 29px;
    display: inline-block;
    line-height: 17px;
    font-size: 14px;
  	text-align:center;
}
.custom-button i {
    margin-right: 10px;
}
.hs-left-sidebar-group.static-menu .custom-button:hover {
    background: #daba71;
    color: #ffffff;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #bf9f54 ), to( #daba71 ) );
    background-image: linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -webkit-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -moz-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -ms-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -o-linear-gradient( to top, #bf9f54, #daba71 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#daba71, endColorstr=#bf9f54);
}
.custom-button:active,
.custom-button:focus,
.custom-button:hover {
    background: #d8c7a0;
    color: #ffffff;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #bfae8d ), to( #d8c7a0 ) );
    background-image: linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -webkit-linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -moz-linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -ms-linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -o-linear-gradient( to top, #bfae8d, #d8c7a0 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8c7a0, endColorstr=#bfae8d);
    border-color: #ffffff;
}
.custom-button:hover{
  	color:#fff;
}
.hs-left-sidebar-group.static-menu .custom-button {
    margin-top: 35px;
}
.hs-full-width-background.two-column-group .hs-two-col-img {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    float: left;
}
.hs-full-width-background.two-column-group .hs-two-col-content {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
}
.hs-full-width-background.two-column-group .hs-full-width-content {
    display: flex;
    align-items: center;
}
.hs-full-width-background.two-column-group h2{
    margin-top: 20px;
    margin-bottom: 15px;
}
.hs-full-width-background.two-column-group h2.hs-full-width-heading{
  	margin-bottom: 45px;
}
.hs-prp-website-layout .hs-full-width-background,
.hs-full-width-background.two-column-group {
    padding-top: 20px;
    padding-bottom: 20px;
}
h2.hs-full-width-heading {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}
.hs-full-width-background.two-column-group h2 {
    margin-top: 0;
}
.hs-full-width-background.two-column-group.Right .hs-full-width-content {
    flex-direction: row-reverse;
}
.hs-full-width-background.two-column-group.Right .hs-two-col-img {
    margin-right: 4%;
}
.hs-full-width-background.two-column-group.Right .hs-two-col-content {
    margin-right: 0;
}
.hs-full-width-background.two-column-group .hs-two-col-content {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
}
.hs-full-width-background.parallax .hs-two-col-content{
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.hs-full-width-background.parallax h1,
.hs-full-width-background.parallax h2,
.hs-full-width-background.parallax h3,
.hs-full-width-background.parallax h4,
.hs-full-width-background.parallax h5{
    color:#fff;
    margin-top: 20px;
    margin-bottom: 15px;
}
.hs-full-width-background.parallax {
    padding: 50px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
  	position:relative;
}
.hs-full-width-background.parallax.center {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.hs-full-width-background.parallax.center .hs-two-col-content {
    margin: 0px auto;
    width: calc(60% - ( ( 4% + 4% ) * 0.6 ) );
}
.hs-full-width-background.parallax.Left {
    padding-top: 20px;
    padding-bottom: 0;
}
.hs-form-group .hs-form-required{
  	display:none;
}
.hs-form-group .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field{
  	margin-bottom:5px;
}
.hs-two-column-contact-details {
    background-color: #ffffff;
    border-color: #f6f6f6;
    position: relative;
}
.hs-two-col-contact.col1 {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
}
.hs-two-col-contact.col2 {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    float: left;
    margin-bottom: 20px;
}
.hs-contact-us-layout .hs-table-stack {
    margin-bottom: 20px;
}
.hs-contact-us-layout  .hs-row-group1 {
    padding-bottom: 30px !important;
}
.hs-two-column-contact-group {
    background: #fff;
    z-index: 15;
    border-width: 2px;
    border-color: #f6f6f6;
    border-style: solid;
    position: relative;
    padding: 28px 28px 7px 31px;
    border-color: #f6f6f6;
    margin-top: 17px;
  	z-index:5;
}
.hs-two-column-contact-details:before{
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index:0;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 60%;
    content: "";
    opacity: .7;
    box-shadow: 0 17px 10px rgba(0,0,0,.7);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    display: block;
}
.hs-two-column-contact-details:after{
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index:0;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 60%;
  	display: block;
    content: "";
    opacity: .7;
    box-shadow: 0 17px 10px rgba(0,0,0,.7);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.hs-two-column-contact-details h4 {
    margin: 0;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: arial, sans-serif;
}
.hs-two-col-left-img {
    width: calc(33.33% - ( ( 4% ) * 0.3333 ) );
    margin-right: 4%;
    float: left;
  	padding-bottom: 20px;
    position: relative;
}
.hs-two-col-left-img img {
    border: 1px solid #e5e5e5;
}
.hs-two-col-left-content {
    width: calc(66.66% - ( ( 4% ) * 0.6666 ) );
    float: left;
  	margin-bottom: 20px;
}
.hs-full-width-background.two-column-left {
    padding-top: 35px;
    padding-bottom: 40px;
}
.hs-dermal-facial-fillers-layout .main-content h1 {
    padding-top: 20px;
    margin-bottom: 10px;
}
.hs-dermal-facial-fillers-layout .hs-row-group1 .hs-full-width-background.two-column-left {
    padding-bottom: 20px;
}
.hs-full-width-bottom-pane {
    background-color: #eaf4f3;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 30px;
}
.hs-full-width-bottom-pane h3.form-title {
    font-family: "Playfair Display";
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    text-align: center;
    font-size: 34px;
    color: #626f7c;
    position: relative;
    margin-top: 20px;
    margin-bottom: 45px;
    padding-bottom: 17px;
}
.hs-full-width-bottom-pane textarea {
    max-width: 100%;
}
.hs-full-width-bottom-pane h3.form-title:after {
    background: #cbaa5c;
    max-width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: block;
    height: 1px;
    content: "";
    bottom: 0;
}
.hs-full-width-bottom-pane .hs-form-required {
    display: none;
}
.hs-full-width-bottom-pane .actions {
    text-align: center;
}
.hs-full-width-bottom-pane .hs_cos_wrapper_type_form .hs-button.primary.large{
  	margin-top:0;
}
.hs-full-width-bottom-pane .hs_message.hs-message.hs-fieldtype-textarea{
    margin-bottom: 11px;
}
.hs-background-image-group select,
.hs-full-width-bottom-pane select {
    -webkit-appearance: none;
  	-moz-appearance: none;
    background-image: url(//cdn2.hubspot.net/hubfs/4598572/Pattmd_June2018%20Folder/Images/arrow-selec.png);
    background-repeat: no-repeat;
    background-position: right top;
  	outline:0;
  	border-radius:0;
}
.hs-dermal-facial-fillers-layout.sandy .hs-row-group1 .hs-two-col-left-img img{
  	border:0;
}
.hs-schedule-consultation-top-group {
    padding-bottom: 35px;
}
.hs-full-width-bottom-pane .hs_cos_wrapper.form-title {
    display: none;
}
.hs-meetdrpatt-layout .main-content.page-center h1 + p {
    margin-top: 48px;
}
.hs-meetdrpatt-layout .hs-full-width-background.two-column-left{
  	padding-top:0;
}
.hs-meetdrpatt-layout  .hs-two-col-left-img img{
  	border:0;
}
.hs-two-col-background-left {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
    float: left;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hs-two-col-background-content {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    float: left;
}
.hs-two-col-background-content-inner{
   	padding:10%;
}
.hs-two-col-background-image {
    display: flex;
}
.hs-meetdrpatt-layout .hs-row-group1 {
    padding-bottom: 0;
}
.hs-banner-area-group.advanced {
    padding-top: 30px;
    padding-right: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
}
.hs-banner-area-group.advanced .page-center {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.hs-banner-area-group.advanced {
    padding-top: 30px;
    padding-right: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    background-color: rgba(0,0,0,0.26);
    position: relative;
    height: auto;
}
.hs-banner-area-group.advanced .custom-button{
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
}
.hs-advanced-banner-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hs-advaned-text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 24px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #fff;
    text-align: right;
}
.hs-advaned-logo {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
    float: left;
}
.hs-advaned-text {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    float: left;
}
.hs-area-banner-group {
    padding: 6% 0px 6% 0px;
    text-align: center;
    margin-top: 10%;
    margin-bottom: -6px;
}
.hs-banner-area-group.advanced h1 {
    color: #ffffff;
    text-transform: none;
    font-size: 60px;
    margin-bottom: 31px;
    line-height: 1.3;
    margin-top: 25px;
}
.hs-banner-header-group {
    margin-left: -6px;
    margin-right: -6px;
}
.hs-two-col-equal-group {
    padding-top: 87px;
    padding-right: 10%;
    padding-bottom: 60px;
    padding-left: 10%;
}
.hs-two-col-equal-group h3{
  	margin-bottom:31px;
  	margin-top: 0;
}
.hs-two-col-equal-mod.col1 {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
    float: left;
    position: relative;
  	margin-bottom:20px;
}
.hs-two-col-equal-mod.col2 {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    float: left;
    position: relative;
}
.custom-button.large {
    font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    padding: 18.5px 40px;
    line-height: 21px;
    font-size: 18px;
    background: #daba71;
    margin: 9px -3px 10px;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#bf9f54),to(#daba71));
    background-image: linear-gradient(to top,#bf9f54,#daba71);
    background-image: -webkit-linear-gradient(to top,#bf9f54,#daba71);
    background-image: -moz-linear-gradient(to top,#bf9f54,#daba71);
    background-image: -ms-linear-gradient(to top,#bf9f54,#daba71);
    background-image: -o-linear-gradient(to top,#bf9f54,#daba71);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#daba71,endColorstr=#bf9f54);
}
.custom-button.large:hover{
    background: #d8c7a0;
    background-image: none;
    color: #fff;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#bfae8d),to(#d8c7a0));
    background-image: linear-gradient(to top,#bfae8d,#d8c7a0);
    background-image: -webkit-linear-gradient(to top,#bfae8d,#d8c7a0);
    background-image: -moz-linear-gradient(to top,#bfae8d,#d8c7a0);
    background-image: -ms-linear-gradient(to top,#bfae8d,#d8c7a0);
    background-image: -o-linear-gradient(to top,#bfae8d,#d8c7a0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8c7a0,endColorstr=#bfae8d);
    border-color: #fff;
}
.hs-two-col-equal-group ul {
    margin: 16px 0px;
}
.hs-two-col-equal-group ul ul {
    margin: 0;
}
.hs-full-width-background sup {
    vertical-align: super;
    font-size: smaller;
    top: 0;
    position: relative;
}
.hs-full-banner-layout .hs-full-width-background h3{
  	margin-bottom:31px;
}
.hs-full-banner-layout .hs-footer-group{
  	display:none;
}
.hs-popup-form-group {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    outline: 0;
}
.hs-modal-backdrop {
    opacity: .3;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.hs-popup-form-inner-group {
    -webkit-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    max-width: 900px;
    width: 100%;
    margin: 60px auto;
    background: #f6f6f6;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    border-radius: 6px;
    position: relative;
    z-index: 99999;
}
.hs-popup-form-inner-group form .hs-input {
    max-width: none;
}
.hs-popup-form-group.open-popup .hs-popup-form-inner-group {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.hs-popup-form-inner-group .hs-form-field {
    margin-bottom: 16px;
}
.hs-popup-form-inner-group button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-family: proxima-nova,sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    margin: 14px 0;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    font-size: 30px;
    margin-top: -5px;
    text-shadow: none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.hs-popup-form-inner-group h3.form-title {
  	display:none;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.custom-popup-open {
    cursor: pointer;
}
.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.53846154px;
    border-color: #ebebeb;
    min-height: 54px;
}
.modal-header h3 {
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 7px;
    font-style: normal;
    margin: 0;
}
.hs-popup-form-inner-group form {
    position: relative;
    padding: 20px;
}
.hs-popup-form-inner-group .hs-form-required{
  	display:none;
}
.hs-popup-form-inner-group .hs-richtext p {
    margin: 16px 0px;
}
.hs-popup-form-inner-group .hs_message.hs-message.hs-fieldtype-textarea {
    margin-bottom: 0px;
}
.meet-staff-layout .hs-two-col-left-img img {
    border: none;
}
.hs-full-width-background.equal-image .hs-two-col-left-content h3 {
  	margin-top: 0;margin-bottom: 31px;
}

.hs-full-width-bg-content.col1 {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
    padding: 35px 0px;
  	float:left;
}
.hs-full-width-bg-content.col2{
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    float:left;
}
.hs-full-width-background.background-image {
    padding: 0;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.the-mirror-layout .hs-row-group1 h1 {
    margin-bottom: 45px;
}
.the-mirror-layout .hs-row-group1 .hs-full-width-background.two-column-left {
    padding-top: 5px;
}
.the-mirror-layout .hs-row-group1 .hs-full-width-background.two-column-left {
    padding-top: 5px;
    padding-bottom: 40px;
}
.the-mirror-layout .custom-gallery-module {
    margin-bottom: 40px;
}
.the-mirror-layout .hs-row-group1 h2 ,
.the-mirror-layout .hs-row-group2 h2 {
    margin-top: 35px;
    margin-bottom: 45px;
    padding-bottom: 17px;
    position: relative;
}
.the-mirror-layout .hs-row-group1 h2:after,
.hs-full-width-background.background-image h2:after,
.the-mirror-layout .hs-row-group2 h2:after{ 
		background: #cbaa5c;
    max-width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: block;
    height: 1px;
    content: "";
    bottom: 0;
}
.the-mirror-layout .hs-row-group2 {
    padding-bottom: 38px;
}
.hs-full-width-background.background-image h2:after{
  	background:#fff;
}
.hs-full-width-background.background-image h2 {
    margin-top: 35px;
    margin-bottom: 45px;
    padding-bottom: 17px;
    position: relative;
}
.hs-two-col-eql-group {
    padding: 20px 0px 20px;
}
.hs-two-col-eql-group h2{
    margin-top: 20px;
    margin-bottom: 15px;
}
.understanding-neograft .hs-full-width-background h2 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.hs-two-column-right-slider-group h2 {
    margin-bottom: 15px;
    margin-top: 20px;
}
.hs-two-column-right-slider-group{
  	padding:20px 0px;
}
.hs-background-image-group {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.7);
  	padding-top: 75px;
  	padding-bottom: 25px;
}
.hs-row-group-second..hs-background-image-group{
  	border-top:3px solid #fff;
}
.custom-gallery-module:hover .slick-slide-inner-wrapper:after,
.custom-gallery-module:hover .slick-slide-inner-wrapper:before{
  	opacity:0;
  	cursor:pointer;
}
.custom-gallery-module .slick-slide-inner-wrapper:before {
    content: "Before";
    position: absolute;
    left: 7px;
    background: rgba(34,34,34,.3);
    padding: 7px 7px;
    font-family: "Antic Slab";
    margin-top: 3px !important;
    font-size: 13px !important;
    line-height: 1em !important;
    font-weight: normal !important;
    color: #fff;
    bottom: 3px;
    transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    -webkit-transition: opacity 500ms ease-in;
}
.custom-gallery-module .slick-slide-inner-wrapper:after {
    content: "After";
    position: absolute;
    right: 7px;
    background: rgba(34,34,34,.3);
    padding: 7px 7px;
    font-family: "Antic Slab";
    margin-top: 3px !important;
    font-size: 13px !important;
    line-height: 1em !important;
    font-weight: normal !important;
    color: #fff;
    bottom: 3px;
    transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    -webkit-transition: opacity 500ms ease-in;
}
.hs-lightbox-item {
    width: calc(20% - ( ( 4% + 4% + 4% + 4% ) * 0.2 ) );
    margin-right: 1.4%;
    margin-bottom: 20px;
    margin-left: 1.4%;
    min-height: 227px;
  	padding-right: 5px;	
    display: inline-block;
}
.hs-image-lightbox-item > div:last-child {
    margin-right: 0;
}
.hs-image-lightbox-item {
    margin-left: -1.5%;
    margin-right: -1.5%;
}
.hs-full-width-flexible.hs-prp-group2 h2 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.hs-prp-group3 .hs-full-width-background {
    padding-top: 25px;
    padding-bottom: 25px;
}	
.hs-full-width-background.parallax .page-center {
    position: relative;
    z-index: 99;
}
.fancybox-bg{
  	background:#fff;
}
.hs-full-width-background.content-image-parallax{
  	padding:20px 0px;
}
.hs-full-width-background.content-image-parallax h3{
  	color: #626f7c;
}
.hs-full-width-background.content-image-parallax {
    padding: 20px 0px;
    color: inherit;
}
.hs-background-image-group h1 {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    padding-bottom: 4px;
}
.hs-background-image-group h3{
    margin-top: 1em;
    margin-bottom: 1em;
}
.hs-background-image-group h3 sup{
    font-size: 21.6667px;
    top: -9px;  	
}
.hs-background-image-group h3.form-title {
    font-family: "Playfair Display";
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    font-size: 34px;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding-top: 16px;
    margin-bottom: 37px;
}
.hs-background-image-group .hs-form-required{
  	display:none;
}
.hs-background-image-group .hs-form-field > label{
  	color:#fff;
}
.hs-background-image-group .hs_cos_wrapper_type_form .hs-button.primary.large {
    margin-top: 0;
}
.custom-button.small {
    padding: 11px 23px;
    line-height: 16px;
    font-size: 13px;
}
.hs-row-group-second.hs-background-image-group {
    border-top: 3px solid #fff;
  	padding-bottom:75px;
}
.hs-year-end-holiday-layout .hs-row-group2-inner {
    padding-bottom: 20px;
}
.hs-year-end-holiday-layout .hs-home-slider-group .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
}
.hs-home-slider-group .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide{
  	margin:0;
}
.hs-home-slider-group .caption > span {
    width: 37.6%;
    margin-bottom: 20px;
    background-color: rgba(86,120,147,0.55);
    padding: 15px;
    display: block;
    float: right;
}
.hs-home-slider-group .caption {
    width: 100%;
    max-width: 1160px;
    margin: 0px auto;
}
.hs-home-slider-group .slick-slider{
  	margin:0;
  	padding:0;
}
.hs-home-slider-group .slick-slide-inner-wrapper {
    width: 100%;
    max-width: 100%;
    min-height: 660px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-bottom: 23px;
}
.hs-home-slider-group .slick-slide-inner-wrapper h1 {
    color: rgb(255, 255, 255);
    text-transform: none;
    font-size: 38px;
    line-height: 45px;
    font-family: "Playfair Display";
    font-weight: 700;
    margin: 0 0 10px;
}
.hs-home-slider-group .slick-slide-inner-wrapper p{
  	margin-bottom:0;
}
.hs-home-slider-group  button.slick-prev,
.hs-home-slider-group  button.slick-next {
    width: 63px;
    height: 63px;
    line-height: 63px;
    font-size: 25px;
    opacity: .8;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,.5);
    background-repeat: no-repeat;
    margin: 0;
    color: #fff;
    font-family: icomoon;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .3s ease;
    text-align: center;
    z-index: 99;
  	font-size: 0;
  	opacity:0;
}
.hs-home-slider-group  button.slick-prev:hover,
.hs-home-slider-group  button.slick-next:hover {
  	
}
.hs-home-slider-group  button.slick-prev:hover,
.hs-home-slider-group  button.slick-next:hover {
  	opacity:1;
}
.hs-home-slider-group  button.slick-prev:before{
  	font-size:25px;
  	line-height:63px;
 		content:""; 	
  	color: #fff;
  	font-family: icomoon;
}
.hs-home-slider-group  button.slick-next {
  	right: 0;
  	left:auto;
}
.hs-home-slider-group  button.slick-next:before{
  	font-family: icomoon;
  	font-size:25px;
  	line-height:63px;
  	color: #fff;
		content:"";
}
.hs-left-sidebar-group .hs-menu-wrapper > ul > li > a[href*="javascript"] {
    cursor: text;
}
.hs-home-layout .hs-full-width-background{
  	padding-top:40px;
}
.hs-home-layout .hs-full-width-background p {
    text-align: center;
    margin-bottom: 5px;
}
.hs-home-layout .hs-full-width-background h2 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 35px;
}
.hs-home-layout .hs-full-width-background h2:after {
    background: #cbaa5c;
    max-width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: block;
    height: 1px;
    content: "";
    bottom: 0;
}
.hs-home-layout .parallax-mirror {
    display: none;
}
.hs-home-layout .hs-full-width-background.content-image-parallax p{
  	margin-bottom:5px;
}
.hs-home-layout .hs-full-width-background.content-image-parallax h2{
  	margin-bottom:30px;
  	margin-top:0px;
}
.hs-home-layout .hs-full-width-background.content-image-parallax {
    padding-bottom: 90px;
    padding-top: 50px;
    color: #fff;
}
.custom-iframe-wrapper {
    background-color: #e4ecef;
    padding: 15px 15px 15px 15px;
    width: calc(50% - ( ( 4% + 4% ) * 0.5 ) );
    margin-right: 4%;
    margin: 0px auto;
    position: relative;
    padding-top: 30%;
    border: 15px solid #e4ecef;
}
.custom-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  	border:0;
}
.hs-home-section-third{
    background-image: url(//cdn2.hubspot.net/hubfs/4598572/Pattmd_June2018%20Folder/Images/about-dr-patt-block.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;
}
.hs-home-section-third .hs-full-width-background.equal-image {
    background-color: transparent !important;
    padding-top: 0;
    padding-bottom: 0;
}
.hs-home-section-third .hs-two-col-left-img img{
  	border:0;
}
.hs-home-section-third .hs-full-width-background.equal-image .hs-two-col-left-img {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
}
.hs-home-section-third .hs-full-width-background.equal-image .hs-two-col-left-content {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    padding: 50px 0;
    margin-bottom: 0;
}
.hs-home-section-third .hs-full-width-background.equal-image h2:after{
  	margin:0;
}
.hs-home-section-third .hs-full-width-background.equal-image p{
    margin-top: 0;
    margin-bottom: 20px;
}
.hs-home-section-third .hs-full-width-background.equal-image p:first-of-type {
		margin-bottom:5px;
}
.hs-procedures-spotlight-inner {
    margin-bottom: 20px;
    width: 25%;
    float: left;
    width: calc(25% - ( ( 4% + 4% + 4% ) * 0.25 ) );
    margin-right: 4%;
}
.hs-procedures-spotlight-inner:nth-child(4n){
  	margin-right:0;
}
.hs-procedures-spotlight-top h3:after {
    background: #cbaa5c;
    max-width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 1px;
    content: "";
    bottom: 0;
}

.hs-procedures-spotlight-group {
    padding: 0 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 70px;
  	margin-bottom: 20px;
}
.hs-procedures-spotlight-item {
    padding: 25px 25px 25px 25px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hs-procedures-spotlight-top h3 {
    font-size: 22px;
    color: #333;
    padding-bottom: 14px;
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
}
.hs-procedures-spotlight-top {
    background-color: #ffffff;
    padding: 25px 25px 25px 25px;
    margin-top: 270px;
  	text-align:center;
  	margin-bottom: 20px;
}
.hs-procedures-spotlight-top .matchHeight {
    margin-bottom: 20px;
}
.hs-procedures-spotlight-top .fusion-button {
    font-family: "Playfair Display";
    font-weight: 400;
    letter-spacing: 0px;
    background: #daba71;
    text-transform: uppercase;
    color: #ffffff;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #bf9f54 ), to( #daba71 ) );
    background-image: linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -webkit-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -moz-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -ms-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -o-linear-gradient( to top, #bf9f54, #daba71 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#daba71, endColorstr=#bf9f54);
    transition: all .2s;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    text-decoration: none;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 2px;
    padding: 13px 29px;
    display: inline-block;
    position: relative;
    line-height: 17px;
    font-size: 14px;
}
.hs-procedures-spotlight-top .fusion-button:hover {
  background: #d8c7a0;
  color: #ffffff;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #bfae8d ), to( #d8c7a0 ) );
  background-image: linear-gradient( to top, #bfae8d, #d8c7a0 );
  background-image: -webkit-linear-gradient( to top, #bfae8d, #d8c7a0 );
  background-image: -moz-linear-gradient( to top, #bfae8d, #d8c7a0 );
  background-image: -ms-linear-gradient( to top, #bfae8d, #d8c7a0 );
  background-image: -o-linear-gradient( to top, #bfae8d, #d8c7a0 );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8c7a0, endColorstr=#bfae8d);
  border-color: #ffffff;
}
.hs-procedures-spotlight-top .fusion-button-text {
    display: inline-block;
    padding-right: 34px;
}
.hs-procedures-spotlight-top .fusion-button-icon-divider {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 14.5px;
    right: 0;
    border-left: 1px solid;
    border-color: #fff;
    display: flex;
    align-items: center;
}
.hs-home-slider-group .caption {
    padding-left: 30px;
    padding-right: 30px;
}
.hs-home-slider-group:hover button.slick-prev, 
.hs-home-slider-group:hover button.slick-next{
  	opacity:.8;
}
body.popup-open {
    overflow: hidden;
}
.header-container .hs-search-field{
  	z-index:99;
}
.hs-three-col-menu-layout.static.static-layout .hs-full-width-background h2{
    margin-top: 20px;
    margin-bottom: 15px;
}
.hs-three-col-menu-layout.static.static-layout .hs-full-width-background{
  	padding-bottom:20px;
}



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

.footer-container-wrapper {}
.footer-container {}

.hs-footer-group {
    background-color: #344e5b;
    border-color: #e9eaee;
    border-top-width: 0px;
    padding-top: 43px;
    color: #aec0ce;
    padding-bottom: 41px;
}

.hs-footer-bottom-group{
		background-color: #121a27;
    border-color: #4b4c4d;
    border-top-width: 1px;
    padding-top: 18px;
    padding-bottom: 16px;
    color: #8c8989;
    font-size: 12px;
}
.hs-footer-bottom-group a {
    color: #d3d6dd;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.hs-footer-bottom-group a:hover {
  	color: #cbaa5c;
}
.hs-footer-group a {
    color: #d3d6dd;
    text-decoration: none;
}
.hs-footer-group h3{
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    color: #cbaa5c;
    margin: 0 0 28px;
    text-transform: uppercase;
}
.hs-copyrights p {
    margin: 0;
    line-height: 1.8;
}
.hs-copyrights p a{
    text-decoration:none;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.hs-copyrights p a:hover{
    color: #cbaa5c;
}
.hs-footer-group .widget-type-post_listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hs-footer-group .widget-type-post_listing ul li:first-child {
    padding-top: 0;
}
.hs-footer-group  .widget-type-post_listing ul li {
    display: block;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #e7e6e6;
    color: #333;
    position: relative;
    border-color: #505152;
    color: #aec0ce;
}
.hs-footer-group .widget-type-post_listing ul li a{
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.hs-footer-group .widget-type-post_listing ul li a:before{ 
    position: absolute;
    font-family: icomoon;
    content: '\f105';
    margin-left: -12px;
}
.hs-footer-group .widget-type-post_listing ul li a:hover{
    color: #cbaa5c;
}
.sl_badge_150 {
    width: 150px;
    text-align: center;
    background-color: #fff;
    font-family: arial;
    font-size: 12px;
    border: 1px solid #bfbfbf;
    border-bottom: 4px solid #56839a;
    line-height: 1.5;
}
.sl_badge_150 .profile {
    padding: 2px;
}
.sl_badge_150 .online {
    width: 100%;
    text-align: center;
    font-family: arial,sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    color: #940025;
}
.sl_badge_150 a {
    color: #83071e !important;
    text-decoration: none;
}
.sl_badge_150 .visit {
    text-align: center;
    font-size: 12px;
}	
.sl_badge_150 a:hover {
    text-decoration: underline;
}
.hs-footer-group {
    line-height: 28.8px;
}
.hs-footer-group p{
    margin:16px 0px;
}
.hs-footer-column.col1 p:first-of-type{
  	padding-bottom:7px;
}
.fusion-icon-facebook:before {
    content: "\e604";
}
.fusion-icon-twitter:before {
    content: "\e605";
}
.fusion-icon-pinterest:before {
    content: "\e602";
}
.fusion-icon-googleplus:before {
    content: "\e900";
}
.fusion-icon-bars:before {
    content: "\f0c9";
}
[class*=" fusion-icon-"], [class^=fusion-icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hs-footer-social a {
    margin: 0 3.5px 10px;
    border-radius: 16px;
    padding: 9px 9px;
    font-size: 16px;
    color: #324e59;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    display: inline-block;
}

.hs-footer-social .fade{
  	opacity:0;
  	transition:opacity 0.3s;
}
.hs-footer-social .fade.in{
  	opacity:1;
  	transition:opacity 0.3s;
}
.hs-footer-social a:hover{
    opacity: .8;
}
.hs-footer-social a:first-child {
    margin-left: 0;
}
#back-to-top {
    background-color: #333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 35px;
    position: fixed;
    right: 75px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: .9;
    z-index: 100000;
    transition: all .2s ease-in-out 0s;
}
#back-to-top:before {
  	color: #fff;
    line-height: 35px;
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    font-size: 22px;
}
#back-to-top:hover{
    background-color: #cbaa5c;
}


.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #d1d1d2;
    text-align: center;
    text-decoration: none;
    background-color: rgba(33,33,33,.97);
    border-radius: 4px;
    background-clip: padding-box;
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
  	z-index:999;
  	transition:opacity ease 0.3s;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(33,33,33,.97);
}
.tooltip.top{
  	padding:5px 0px;
  	margin-top:-3px;
}

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

.custom-menu-primary .hs-menu-wrapper {
    margin-bottom: -9px;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    padding-left: 23px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
  	padding-right:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  	padding-right: 45px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    font-style: normal;
  	color: #5a5a5a;	
    line-height: 40px;
    -webkit-font-smoothing: subpixel-antialiased;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    line-height: 40px;
  	text-decoration:none;
}




/* 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 */
@media screen and (min-width:901px) {
    .custom-menu-primary.mobile{
      display:none !important;
    }
  	.hs-desktop-logo {
        max-width: 425px;
    }
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
		.child-trigger {
        display: none !important;
    }
  	.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
      	color: #d4b465;
  	}
  	.custom-menu-primary .hs-menu-wrapper > ul ul{
        background-color: #ffffff;
        width: 180px;
        border-top: 3px solid #d4b465;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    }
  	.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
  	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
        background-color: #f8f8f8;
    }
  	.custom-menu-primary .hs-menu-wrapper > ul > li ul li.active > a{
      	
  	}
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul li.active > a {
      color: #d4b465;
      border-color: #d4b465;
      background-color: #f8f8f8;
    }
  	.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > a,
  	.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li.active > a{
       background:transparent !important;
       color: #5a5a5a !important;
  	}

    .custom-menu-primary .hs-menu-wrapper > ul ul li{}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
      padding-top: 7px;
      padding-bottom: 7px;
      color: #5a5a5a;
      letter-spacing: 0px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.8;
      padding: 7px 20px;
      transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
      text-decoration:none;
      white-space:normal !important;
      border-bottom: 1px solid #dcdadb;
    }
   .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul ul {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: 0 !important;
        position: relative !important;
        border: none;
        width: 100%;
        display: block;
        float: none;
        background:transparent;
        border-right: 1px solid transparent;
        background-size: cover;
        box-shadow:none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul ul li {
        width: 100%;
        float: none;
    }	
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul > li {
        padding: 29px 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul ul > li{
        padding: 29px 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul{
        width:700px;
        display:none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul{
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul > li {
        width: 50%;
        float: left;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul > li a {
        border: none;
        padding: 5px 34px;
        border-bottom: none;
        position:relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul > li a:before{
        content: '\f0da';
        font-family: icomoon;
        margin-right: 10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > a {
        font-size: 18px;
        font-family: "Playfair Display";
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0px;
        font-style: normal;
        color: #5a5a5a;
        -webkit-font-smoothing: antialiased;
        padding: 0 34px 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > a:before {
        display:none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child ul > li li {
        padding: 0;
    }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a ,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    border-color: #d4b465;
    color:#d4b465;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    border-color: #d4b465;
  }
}


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

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

@media (max-width: 900px){

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

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger {
      display: inline-block !important;
      cursor: pointer;
      position: absolute;
      top: 47px;
      right: 20px;
      width: auto;
      height: auto;
      padding: 7px 10px 8px 10px;
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      float: right;
      font-size: 21px;
      margin-left: 20px;
  }
  .mobile-trigger span:before {
      content: "\f0c9";
      color: #dadada;
      font-family: icomoon!important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
      display: block !important;
      cursor: pointer;
      position: absolute;
      top: 0px;
      color: #333333;
      right: 0px;
      width: 49px !important;
      min-width: 45px !important;
      height: 33px !important;
      padding: 0 !important;
      z-index: 99;
      font-size: 12px;
      height: 35px;
      line-height: 35px;
  }
  .child-trigger:hover{
    	text-decoration: none;
  }
  .child-trigger:hover span:before{
    	color: #cbaa5c;
  }
  .child-trigger span:before{
      display: block;
      margin: 0;
      content: '\e61f';
      font-family: icomoon;
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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 .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    z-index:99;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    	overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
      padding-left: 30px;
      display: block;
      border-bottom: 1px solid transparent;
      font-size: 12px;
      letter-spacing: 0px;
      background-color: #f6f6f6;
      color: #333333;
      font-family: "PT Sans";
      font-weight: 400;
      font-style: normal;
      border-color: #dadada;
      line-height: 33px;
      padding-top: 1px;
      text-transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{}

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{}
}


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


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

.section.post-body blockquote {
    color: #777777;
    background-color: #f6f6f6;
    font-size: 16px;
    line-height: 1.8;
    border-left: 4px solid #cbaa5c;
    padding: 15px;
    margin-top: 2em;
    margin-bottom: 2em;
}
/* Blog Post and Listing Body Class */
.blog {}

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {}
.hs-blog-post .body-container .page-center {
    padding-top: 55px;
}
.hs-blog-post .body-container .hs-blog-header-group .page-center {
    padding-top: 0;
}
.hs-blog-header-group {
    border-color: #d2d3d4;
    background-image: url(//cdn2.hubspot.net/hubfs/4598572/Pattmd_June2018%20Folder/Images/default-header.jpg?t=1528696278358);
    background-color: #f6f6f6;
    min-height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-color: #f6f6f6;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
    display: flex;
  	display: -webki-flex;
    align-items: center;
    justify-content: center;
}
.hs-blog-header-group .page-center{
  	width:100%;
}

.hs-blog-header-group h1{
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0px;	
  	text-transform:none;
    font-style: normal;
  	color: #626f7c;
  	margin:0;
    padding:0;
}
#hubspot-author_data {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    font-size: 12px;
}
#hubspot-author_data span{
  	display:inline-block;
}
p#hubspot-topic_data {
    margin: 0;
    display: inline-block;
}
.hs-blog-social-sharing .fa{
  	font-family:fontawesome;
}
.blog-list-social-icon ul{
  	list-style:none;
  	margin:0;
  	padding:0;
}
.blog-list-social-icon ul li{
  	display:inline-block;
  	text-transform: capitalize;
}
.hs-blog-social-sharing {
    margin-bottom: 0;
    margin-top: 60px;
    padding: 20px;
    width: 100%;
    background-color: #f6f6f6;
}
.hs-blog-social-sharing h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
    display: inline-block;
  	width:50%;
}
.hs-blog-social-sharing .blog-list-social-icon {
    width: 50%;
    text-align: right;
}
.hs-blog-social-sharing .blog-list-social-icon {
    display: inline-block;
    float: right;
}
.hs-blog-social-sharing .blog-list-social-icon ul li a{
    color: #bebdbd;
    font-size: 16px;
    display: inline-block;
    margin: 0 9px 10px;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.hs-blog-social-sharing .blog-list-social-icon ul li a:hover{
    opacity: .8;
}
.fusion-icon-linkedin:before {
    content: "\e60f";
}
.fusion-icon-reddit:before {
    content: "\e60d";
}
.fusion-icon-tumblr:before {
    content: "\e613";
}
.fusion-icon-vk:before {
    content: "\f189";
}
.hs-related-post-group .related-post-item {
    display: block;
    float: left;
    padding: 0;
    padding-right: 44px;
    width: 33.333%;
}
.hs-related-post-group .related-title {
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    margin: 15px 0 3px;
  	font-size: 22px;
    color: #333333;
}
.hs-related-post-group {
    margin-top: 55px;
}
.hs-related-post-group .custom-day {
    font-size: 12px;
    line-height: 1.5;
}
.hs-related-post-group h3 {
    font-size: 18px;
    color: #626f83;
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 24px;
}

.hs-related-title .title-sep.sep-double {
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
    box-sizing: content-box;
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-color: #e0dede;
}
.hs-related-title .title-sep-container {
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.hs-related-title h3 {
    background: #fff;
    padding-right: 8px;
    text-align: left;
    display: inline-block;
}

.hs-related-title {
    position: relative;
}



/* =============== 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 {
    font-family: "Playfair Display";
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 22px;
}
.post-header h2 a {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  	margin-bottom: 65px;
}
.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: 100%;
    max-width: 100%;
    width: auto;
    display: block;
    float: none;
    margin: 0 0 15px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

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

/* Blog Commments */
#comments-listing {
  margin-bottom: 10px;
  margin-top: 10px;
}
.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; }

/* Pagination */
.blog-pagination {
  	text-align:right;
  	margin:15px 0px;
}
.blog-pagination a {
    border: 1px solid #747474;
    display: inline-block;
    color: #747474;
    transition: border-color .2s linear;
    font-size: 12px;
    padding: 2px 6px;
    margin: 0 4px;
    border-color: #e0dede;
    line-height: normal;
}
.blog-pagination a:hover{ 
    border-color: #cbaa5c;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination .prev-link,
.blog-pagination .next-link {
    display: inline-block;
    margin-left: 3px;
    font-size: 12px;
    border: 1px solid transparent;
    padding: 0;
    position: relative;
    margin-left: 4px;
    color: #cbaa5c;
  	border:none !important;
}
.blog-pagination .next-link:after{
    font-family: icomoon;
    content: '\f105';
    margin-left: 8px;
}
.blog-pagination .prev-link:before{
    font-family: icomoon;
    content: '\f104';
  	margin-right:8px;
}
.blog-pagination a.active {
    background-color: #cbaa5c;
    border-color: #cbaa5c;
    color: #fff;
  	cursor:text;
}
.hs-blog-post .hs-blog-list-title{
  	display:none;
}
.hs-blog-listing .hs-blog-post-title{
  	display:none;
}
.hs-read-more {
    position: relative;
    float: right;
    padding-right: 10px;
}
.hs-read-more:after {
    content: '\f105';
    top: 50%;
    right: 0;
    padding-left: 5px;
    font-size: 14px;
    font-family: icomoon;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.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: 45px;
    position: relative;
}

.blog .blog-sidebar ul{
    list-style: none;
    margin: 0;
  	padding:0;
}
.blog .blog-sidebar .widget-type-custom_widget ul li{    
  	display: block;
    padding: 10px 10px 10px;
    border-bottom: 1px solid #e7e6e6;
    color: #333;
    position: relative;
    border-color: #e0dede;
  	
}
.blog .blog-sidebar .widget-type-custom_widget ul li a:before {
    position: absolute;
    font-family: icomoon;
    content: '\f105';
    margin-left: -12px;
}
.blog .blog-sidebar h3 {
    font-size: 18px;
    color: #626f83;
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 24px;
}
.blog .blog-sidebar span.hs-form-required{
  	display:none;
}
.blog .blog-sidebar .hs-search-field form {
    background: transparent;
    border: none;
    padding: 0;
}
.blog .blog-sidebar form {
    background-color: #eaf4f3;
    padding: 15px;
    border: 1px solid #d2d3d4;
    padding-top: 30px;
}
.blog .blog-sidebar .hs-form-field {
    margin-bottom: 16px;
}
.blog .blog-sidebar .filter-link-count {
    display: none;
}
.blog .blog-sidebar  .hs-search-field li {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 5px;
  	background:transparent !important;
}
.blog .blog-sidebar  .hs-search-field li a{
  	background:transparent !important;
}
.blog .blog-sidebar  .hs-search-field li a:before{
  	display:none !important;
}
.blog .blog-sidebar ul.hs-search-field__suggestions {
    padding: 10px !important;
    border: 1px solid #ccc !important;
}
.blog .blog-sidebar ul.hs-search-field__suggestions:empty {
    padding: 0 !important;
    border: none !important;
}
.header-container .hs-search-field__suggestions a {
    background: transparent !important;
}






/* =============== 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 {}


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


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

/* Form Field */
.hs-form-field {
  	margin-bottom: 20px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* 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"],
textarea,
select {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 13px;
    font-style: normal;
    border: 1px solid #21384a;
    line-height: 1.8;
  	display:block;
  	max-width:600px;
  	color: #21384a;
    height: 44px;
    padding: 0 15px;
    width: 100%;
}

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 {}

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 150px;
    padding-top: 4px;
}
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 {}

ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding-left: 0;
}
ul.hs-error-msgs.inputs-list li {
    border: none;
}

/* Error */
.hs-error-msgs label{
  	color: #f00;
}

/* Placeholder Text */
::-webkit-input-placeholder {color:#21384a;opacity:0.43;} /* Webkit Browsers */
:-moz-placeholder {color:#21384a;opacity:0.2;} /* Firefox 18- */
::-moz-placeholder {color:#21384a;opacity:0.2;} /* Firefox 19+ */
:-ms-input-placeholder {color:#21384a;opacity:0.45;} /* 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;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    font-family: "Playfair Display";
    font-weight: 400;
    letter-spacing: 0px;
    background: #daba71;
    text-transform: uppercase;
    color: #ffffff;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #bf9f54 ), to( #daba71 ) );
    background-image: linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -webkit-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -moz-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -ms-linear-gradient( to top, #bf9f54, #daba71 );
    background-image: -o-linear-gradient( to top, #bf9f54, #daba71 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#daba71, endColorstr=#bf9f54);
    transition: all .2s;
    border-width: 0px;
    border-style: solid;
  	display:inline-block;
    border-color: #ffffff;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 2px;
  	margin:10px 0px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #d8c7a0;
    color: #ffffff;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #bfae8d ), to( #d8c7a0 ) );
    background-image: linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -webkit-linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -moz-linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -ms-linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -o-linear-gradient( to top, #bfae8d, #d8c7a0 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8c7a0, endColorstr=#bfae8d);
    border-color: #ffffff;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    background: #d8c7a0;
    color: #ffffff;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #bfae8d ), to( #d8c7a0 ) );
    background-image: linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -webkit-linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -moz-linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -ms-linear-gradient( to top, #bfae8d, #d8c7a0 );
    background-image: -o-linear-gradient( to top, #bfae8d, #d8c7a0 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8c7a0, endColorstr=#bfae8d);
    border-color: #ffffff;
}


/* =============== 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                                      
   ========================================================================== */


.hs-left-sidebar-group.static-menu.double-active .hs-menu-wrapper > ul > li.active-branch {
    display: none;
}

.hs-advaned-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hs-advaned-text ul li{
  	display:none;
}
.hs-home-slider-group .caption{
    -webkit-animation-name: fadeBottom;
    -moz-animation-name: fadeBottom;
    -ms-animation-name: fadeBottom;
    -o-animation-name: fadeBottom;
    animation-name: fadeBottom;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -ms-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeBottom {
    0% {
        opacity: 0;
        -moz-transform: translateY(10%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-o-keyframes fadeBottom {
    0% {
        opacity: 0;
        -o-transform: translateY(10%)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeBottom {
    0% {
        opacity: 0;
        transform: translateY(10%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

ul#nav1 {
    display: none;
}
select#tinynav1{
	font-size:16px;
}


ul.l_tinynav1 {
    display: none;
}

.custom-button .icon-divider,
.custom-button .fusion-button-icon-divider {
    border-color: #fff;
}
.subscription-template .main-content h1,
.error-template .main-content h1,
.password-template .main-content h1 {
    text-align: inherit;
    padding-bottom: 0;
    margin-bottom: 16px;
}
.subscription-template .main-content h1:after,
.error-template .main-content h1:after,
.password-template .main-content h1:after{
  	display:None;
}
.hs-random-footer-phone {
    padding-top: 12px;
}
input[type="search"]::-webkit-search-cancel-button {
   -webkit-appearance: none;
   height: 20px;
   width: 20px;
   background-image: url(//cdn2.hubspot.net/hubfs/4598572/Pattmd_June2018%20Folder/Images/close_blue.webp);
   background-repeat: no-repeat;
   background-size : cover;
   background-color: transparent;
}
ul.hs-search-field__suggestions {
    border: none !important;
    text-align: left;
}
li#results-for {
    margin-top: 10px;
    margin-bottom: 10px;
}
span.hs-form-required {
    color: red;
}
#hs-pwd-widget-password {
    height: auto !important;
    min-height: 44px;
}
.hs-search-page-group form {
    margin-bottom: 20px;
}


.hs-blog-related-slider button.slick-prev, 
.hs-blog-related-slider button.slick-next {
    height: 29px;
    width: 29px;
    line-height: 29px;
    font-size: 25px;
    opacity: .8;
    left: 0;
    top: 50%;
    border: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    margin: 0;
    color: #fff;
    font-family: icomoon;
  	outline:0 !important;
  	position:absolute;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .3s ease;
    text-align: center;
    z-index: 99;
    font-size: 0;
  	cursor: pointer;
  	background-color: rgba(0,0,0,0.6);
  
}
.hs-blog-related-slider button.slick-next{
  	right:0;
  	left:auto;
} 
.hs-blog-related-slider button.slick-prev:hover, 
.hs-blog-related-slider button.slick-next:hover {
    opacity:1;
  	background-color: rgba(0,0,0,0.7);
}
.hs-blog-related-slider button.slick-prev::before {
    display: block;
    position: relative;
    line-height: 29px;
    font-size: 14px;
    font-family: icomoon;
    content: "";
    color: rgb(255, 255, 255);
    font-family: icomoon;
}
.hs-blog-related-slider button.slick-next::before {
    font-family: icomoon;
    line-height: 29px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    content: "";
}

.hs-error-404-layout .body-container .page-center {
    padding-top: 55px;
}
.hs-error-404-layout .body-container .hs-blog-header-group .page-center{
  	padding-top:0;
}
.hs-error-404-layout .body-container .main-content .title-sep.sep-double {
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
    box-sizing: content-box;
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-color: #e0dede;
}
.hs-error-column1 h1 {
    color: #f0f0f0;
    font-size: 170px;
    line-height: 1;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
}
.hs-error-column2 ul{
  	list-style:none;
  	margin:0;
  	padding:0;
}
.hs-error-column2 li i {
    background-color: #a0ce4e;
    font-size: 14px;
    height: 23.8px;
    width: 23.8px;
    margin-right: 9.8px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 5px 0 0;
}
.hs-error-404-layout .hs-related-title h2 {
    display: inline-block;
    background: #fff;
    padding-right: 8px;
}
.hs-error-404-layout .hs-related-title .title-sep-container {
    position: absolute;
    top: 19px;
    left: 0;
    width: 100%;
    z-index: -1;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
    box-sizing: content-box;
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-color: #e0dede;
}
.hs-custom-button-module{
    display: inline-block;
    position: relative;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
  	border-radius: 2px;
}
.button-icon-divider-left i {
    margin: 0 !important;
}
.fusion-button-text-left{
    display: inline-block;
    padding-left: 34px;
}
.button-icon-divider-left{
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.button-icon-divider-left {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
  	line-height: 40px;
    left: 0;
    padding: 0 14.5px;
    border-right: 1px solid;
    border-color: #fff;
  	padding: 0 14.5px;
  	border-color: #fff;
}
.parallax-mirror {
  z-index:1 !important;
}
.beforeAfterSlidebar .topImage{
      border-left-color: rgb(255, 255, 255);
}
.baslider-main {
    margin-bottom: 25px;
    overflow: hidden;
}
.baslider-main .ba-before,
.baslider-main .ba-after{
    opacity: 1;
    transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    -webkit-transition: opacity 500ms ease-in;
}
.baslider-main:hover .ba-before,
.baslider-main:hover .ba-after{
    opacity:0;
}
.hs-search-input-group  form{
  	position:relative;
}
.hs-search-input-group input[type="submit"] {
    background: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    height: 33px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    width: 33px;
    text-indent: 0;
    cursor: pointer;
    font-family: icomoon;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    right: 0;
    position: absolute;
    top: 0;
    width: 44px;
    line-height: 44px;
    height: 100%;
}
.hs-search-input-group input[type="submit"]:hover {
    background-color: #cbaa5c;
}
.hs-header-search-group input[type="submit"] {
    background: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    height: 33px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    width: 33px;
    text-indent: 0;
    cursor: pointer;
    font-family: icomoon;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    right: 0;
    position: absolute;
    top: 0;
    width: 44px;
    line-height: 44px;
    height: 100%;
}
.hs-header-search-group form {
    position: relative;
}
.hs-header-search-group input[type="submit"]:hover {
    background-color: #cbaa5c;
}


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1180px) {
    .custom-menu-primary .hs-menu-wrapper > ul {
	      padding-left: 0;
    } 	 
}
@media (min-width: 1024px) and (max-width: 1180px) {
    .hs-procedures-spotlight-top .fusion-button{
      	padding: 13px 15px;
    } 		
  	.hs-procedures-spotlight-top h3{
      	font-size: 18px;
  	}
}

@media (min-width: 1024px) and (max-width: 1120px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
      	padding-right: 23px;
    }
}

@media (min-width: 901px) and (max-width: 1024px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
      	padding-right: 15px;
    }
  	.custom-menu-primary .hs-menu-wrapper > ul > li > a{
      	font-size:14.4px;
  	}
  	.hs-procedures-spotlight-inner {
      width: calc(50% - ( ( 4% ) * 0.5 ) );
   }
  .hs-procedures-spotlight-inner:nth-child(2n){
    	margin-right:0;
  }	
  .hs-error-column1 h1{
    	font-size:150px;
  }
  	
}

@media (min-width: 1025px) {
    .hs-banner-area-group.advanced{    
      	background-image: none !important;
    }
  	.hs-advaned-logo.mobile{
      	display:none;
  	}
  .hs-advanced-banner-image.mobile {
  	  display: none;
  }

}

@media (max-width: 1024px) {
    .hs-banner-area-group.advanced {
        padding-top: 30px;
        padding-right: 15px;
        padding-bottom: 10%;
        padding-left: 15px;
      	background-color: rgba(0,0,0,0.37);
    }
  	.hs-advaned-logo {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .hs-advaned-text {
        width: 100%;
        float: none;
        text-align: center;
    }
    .hs-advaned-logo.desktop{
        display:none;
    }
  	.hs-banner-area-group.advanced h1 {
        font-size: 42px;
    }
  	.hs-area-banner-group {
      padding: 0;
      text-align: center;
      margin-top: 77px;
      margin-bottom: -6px;
  }
  .hs-advaned-logo.mobile {
      padding-top: 40px;
      text-align: center;
      padding-left: 30px;
      padding-right: 30px;
  }	
  .hs-full-banner-layout .hs-full-width-background h3 {
      margin-top: 4px;
  }
}


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

@media (min-width: 901px) {
  .hs-desktop-logo {
    display: block;
  }
  .hs-mobile-logo{
    display: none;
  }
  .hs-full-width-background.equal-image .hs-two-col-left-img {
    width: calc(40% - ( ( 4% ) * 0.4 ) );
    margin-right: 4%;
  }
  .hs-full-width-background.equal-image .hs-two-col-left-content {
    width: calc(60% - ( ( 4% ) * 0.6 ) );
  }
  .hs-full-width-background.equal-image {
    padding-bottom: 20px;
  }
  .page-center.hs-visible-tablet {
      display: none !important;
  }	
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li:last-child:after {
      content: "";
      display: block;
      background: #dcdadb;
      height: 100%;
      width: 1px;
      position: absolute;
      left: 0;
      z-index: 10;
      top: 0;
  }
  .hs-footer-group {
      padding-bottom: 55px;
  }

}

@media (max-width: 900px) {
  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"],
  textarea,
  select {
    max-width:100%;
  }	
  .hs-visible-desktop{
    	display: none !important;
  }	
  .hs-full-width-background.parallax h2{
      margin-top: 0px;
      margin-bottom: 20px;
  }	
  .hs-banner-header-group{
      margin-left:0;
      margin-right:0;
  }	
  .custom-menu-primary.desktop{
    display:none !important;
  }
  .hs-full-width-background.parallax.center .hs-two-col-content{
     	width:100%;
      margin-top:20px;
      margin-bottom:20px;
  }	
  .hs-full-width-background.equal-image .hs-two-col-left-content h3{
    	margin-bottom:20px;
  }	
  .hs-full-width-bottom-pane .hs-form fieldset.form-columns-2 .hs-form-field {
      width: 100%!important;
      float: none;
  }
  #back-to-top{
    	display:none !important;
  }	
  .hs-banner-area-group{
    	height: 48.9vw;
  }	
  .hs-two-col-background-image {
      display: block;
  }
  .hs-header-bottom-group{
    	border-top:0;
  }
  .hs-meetdrpatt-layout .hs-full-width-background.two-column-left {
      padding-top: 0;
      padding-bottom: 40px !important;
  }
  .hs-two-col-background-content,
  .hs-two-col-background-left {
      width: 100%;
      margin-right: 0;
      float: none;
  }	
  .mobile-open .hs-header-bottom-group{    
      border-top: 1px solid #e5e5e5;   
  }
  h1{
      font-size: 28px;
      margin: 0 0 20px;
      padding-bottom: 22px;
  }
  .hs-desktop-logo {
      display: none;
  }
  .hs-logo-group {
    	width:100% !important;
      text-align: center;
      padding-top: 35px;
  }
  .hs-top-right-group{
    	display:none !important;
  }
  .hs-header-top-group {
      text-align: center;
      padding: 1em 0 0px;
      line-height: 1.5em;
  }
  .hs-header-right {
      text-align: center;
      padding-top: 0;
      padding-bottom:9px;
      width: 100% !important;
      margin-left: 0 !important;
  }
  .hs-header-search-group{
    	display:none !important;
  }	
  .hs-header-phone-number{
    	width:100% !important;
    	margin-left:0 !important;
  }
  .hs-header-bottom-group .page-center {
      padding-left: 0 !important;
      padding-right: 0 !important;
    	position:static;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  		padding-left: 39px;
	}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
      padding-left: 48px;
	}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:before{
    	content: "--";
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
      content: "-";
      margin-right: 2px;
  }	
  .hs-right-form-group {
      padding-top: 15px;
      padding-left: 0;
  }
  .hs-main-content-wrapper .main-content,
  .hs-right-form-group,
  .hs-main-content-wrapper,
  .hs-left-sidebar-group {
      width: 100% !important;
    	float:none !important;
      margin-left: 0 !important;
  }
  .hs-copyrights p {
      text-align: center;
  }
  .hs-footer-column{
    	margin-left: 0 !important;
    	width:100% !important;
    	float:none !important;
    	margin-top:50px;
  }
  .hs-footer-column.col1{
    	margin-top:0;
  }
  .hs-footer-group{
    	padding-bottom:41px;
  }
  .hs-full-width-background.two-column-group .hs-full-width-content {
      display: block;
      align-items: center;
  }
  .hs-two-col-equal-mod.col1,
  .hs-two-col-equal-mod.col2,
  .hs-full-width-background.two-column-group .hs-two-col-content {
      width: 100%;
      margin-right: 0;
      float: none;
      margin-bottom: 20px;
  }
  .hs-full-width-background.two-column-group .hs-two-col-img {	
      width: 100%;
      float: none;
  }
  .hs-tablet-stack,
  .hs-table-stack{
    	width:100% !important;
    	margin-left:0 !important;
    	float:none !important;
    	margin-bottom:20px;
  }
  .hs-two-col-contact.col2,
  .hs-two-col-contact.col1 {
      width: 100%;
      margin-right: 0;
      float: none;
      margin-bottom: 20px;
  }
  .hs-full-width-bg-content.col1,
  .hs-two-col-left-img {
      width: 100%;
      margin-right: 0;
      float: none;
      position: relative;
  }
  .hs-two-col-left-content {
      width: 100%;
      float: none;
      margin-bottom: 20px;
  }	
  .hs-full-width-bg-content.col2{
      width: 100%;
      float: none;
  }
  .hs-dermal-facial-fillers-layout .main-content h1 {
      padding-top: 0;
      margin-bottom: 10px;
      padding-bottom: 22px;
  }
  .hs-two-col-equal-group h3 {
      margin-bottom: 20px;
  }
  .hs-two-col-equal-group {
      margin-left:0;
      margin-right:0;
  }
  .hs-banner-area-group.advanced h1 {
      font-size: 28px;
      padding-bottom: 0;
      margin-bottom: 20px;
  }
  .hs-full-banner-layout .hs-full-width-background h3 {
      margin-bottom: 23px;
  }
  .hs-popup-form-inner-group {
      max-width: 94%;
  }
  .main-content h1{
    	padding-bottom: 22px;
  }
  .hs-left-sidebar-group{
    	margin-bottom: 50px;      
  }
  .hs-header-top-group {
      border-bottom: 2px solid #e5e5e5;
  }
  .hs-image-lightbox-item {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-lightbox-item {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      padding-right: 0;
      display: block;
  }
  .hs-background-image-group form.hs-form fieldset .hs-form-field,
  .hs-background-image-group .hs-form fieldset.form-columns-2 .hs-form-field {
      width: 100% !important;
    	padding-right:0;
  }
  .hs-background-image-group h3.form-title{
    	padding-top: 9px;
  }
  .hs-background-image-group{
    	background-attachment: scroll;  
  }
  .hs-home-slider-group .caption > span{
    width:100% !important;
  }
  .hs-home-slider-group .slick-slide-inner-wrapper h1{
    color: rgb(255, 255, 255);
    font-size: 30.193px;
    line-height: 35.755px;
  }
  .hs-procedures-spotlight-inner {
      margin-bottom: 20px;
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      float: none;
      margin: 0 0 20px;
  }
  .hs-procedures-spotlight-group {
      padding: 0 30px;
      margin-left: 0;
      margin-right: 0;
  }
  .hs-home-section-third .hs-full-width-background.equal-image .hs-two-col-left-content {
      width: 100%;
      padding: 50px 0;
      margin-bottom: 0;
      float: none;
  }
  .hs-home-section-third .hs-full-width-background.equal-image .hs-two-col-left-img {
      width: 100%;
      margin-right: 0;
    	margin-bottom:0;
    	padding-bottom:0;
  }
  .custom-iframe-wrapper {
      width: 100%;
      padding-top: 71.5137%;
    }
  	.hs-home-slider-group .slick-slide-inner-wrapper h1{
        color: rgb(255, 255, 255);
        font-size: 29.882px;
        line-height: 35.386px;
      	padding-bottom: 8px;
  }
  .hs-home-slider-group .slick-slide-inner-wrapper{
    	min-height: 49vw;
  }	
  .hs-home-slider-group .slick-slide-inner-wrapper .custom-button{	
      padding: 9px 20px;
      line-height: 14px;
      font-size: 12px;
  }
  .hs-home-slider-group .caption > span{    
     	margin-bottom: 0;
  }	
  .hs-home-section-first{
    	padding-top:35px;
  }	
  .hs-blog-header-group{
      min-height: 122px;
      padding-top: 5px;
      padding-bottom: 5px;
      height: auto;
  }
  .blog-content,
  .blog-sidebar{
    width:100% !important;
    margin-left:0 !important;
  }
  .blog-content{
    	margin-bottom:50px;
  }	
}

@media (min-width: 768px) {
  .custom-button[href*="tel"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
  }
}


@media (max-width: 767px) {}  

@media (max-width: 640px) {
  	.hs-blog-social-sharing h4{
      width:100%;
  	}
    .hs-blog-social-sharing .blog-list-social-icon {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 5px;
    }
    .hs-read-more{
        float: none;
        padding-right: 10px;
        display: table;
    }
}  

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .fancybox-image, .fancybox-spaceball{
      width:90% !important;
      margin:0 auto;
      left: 0;
      right: 0;
  }
    .hs-home-slider-group .slick-slide-inner-wrapper h1 {
      font-size: 24px;
      line-height: 28.421px;
      padding-bottom: 5px;
    }
    .hs-related-post-group .related-post-item {
      padding-right: 8px;
      padding-left: 8px;
      width: 100%;
      margin-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .hs-full-width-bottom-pane form.hs-form fieldset[class*="form-columns"] .hs-input {
        width: 100%;
    }
    .hs-prp-website-layout .hs-banner-area-group{
      	min-height:200px;
    }
  	.hs-banner-area-group{
      	height:200px;
  	}
  	.hs-home-slider-group .slick-slide-inner-wrapper .custom-button {
        padding: 9px 20px;
        line-height: 14px;
        font-size: 12px;
    }
  	.checkbox-row span.fakelabel span{
      	float:none;
  	}
  	.subscribe-options label{
      	margin-left:0;
      	margin-right:0;
  	}
  	.hs-background-image-group form.hs-form fieldset[class*="form-columns"] .hs-input {
      width: 100% !important;
  }
  .hs-home-slider-group .slick-slide-inner-wrapper {
      min-height: 272px;
  }

}

@media (max-width: 360px) {
    .top-bar-phone {
      	margin-right:0;
        font-size: 20px;
        display: block;`
    }
  	.mobile-trigger{
       top:67px;
  	}
  	.main-content h1{
      	font-size:26px;
  	}
  	.hs-two-col-left-content h2,
    .main-content h2{
      	font-size: 26px;
    }
    .static-layout .hs-full-width-background h2{
        font-size: 29px;
    }
    .hs-home-slider-group .slick-slide-inner-wrapper  {
      	padding-bottom:5px;
    }
}

@media (max-width: 350px) {
  .hs-related-post-group .related-post-item{
    	padding-left:0;
    	padding-right:0;
  }		
}
