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

   
@font-face{
    font-family: "fontello";
    src:url('//3865496.fs1.hubspotusercontent-na1.net/hubfs/3865496/Lumia%20Dental%20February2018%20/FO%20NTS/fontello.woff') format('woff'),
        url('//3865496.fs1.hubspotusercontent-na1.net/hubfs/3865496/Lumia%20Dental%20February2018%20/FO%20NTS/fontello.eot') format('eot'),
        url('//3865496.fs1.hubspotusercontent-na1.net/hubfs/3865496/Lumia%20Dental%20February2018%20/FO%20NTS/fontello-1.ttf') format('ttf');
}

@font-face{
    font-family: "fontello-custom";
    src:url('//3865496.fs1.hubspotusercontent-na1.net/hubfs/3865496/Lumia%20Dental%20February2018%20/FO%20NTS/fontello-custom.woff') format('woff'),
        url('//3865496.fs1.hubspotusercontent-na1.net/hubfs/3865496/Lumia%20Dental%20February2018%20/FO%20NTS/fontello-custom.eot') format('eot'),
        url('//3865496.fs1.hubspotusercontent-na1.net/hubfs/3865496/Lumia%20Dental%20February2018%20/FO%20NTS/fontello-custom.ttf') format('ttf');
}
/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

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

body {
    background: #fff;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

#hs_cos_gallery_module_1534523241545133_Gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
margin-top:0 !important;
}
/*button.splide__arrow--next {
    right: -3em !important;
}
button.splide__arrow--prev {
    left: -3em !important;
}*/
#hs_cos_gallery_module_1534523241545133_Gallery  .caption h4, 
#hs_cos_gallery_module_1534523241545133_Gallery .caption h4 a {
		font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 18px !important;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.pd-page blockquote{
    font-size: 18px;
    margin: 0 auto;
    /* width: 100%; */
    /* font-family: Open Sans; */
    font-style: italic;
    color: #fff;
    padding: 2.2em 40px 1.2em 50px;
    /* border-left: 8px solid #78C0A8; */
    line-height: 1.8;
    position: relative;
    /* background: #EDEDED; */
    text-align: justify;
}

.pd-page blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#111;
  font-size:5em;
  position: absolute;
  left: 10px;
  top:-20px;
}

.pd-page blockquote::after{
  content: '';
}

.pd-page blockquote span{
  display:block;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1020px;
    margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
    background: #f68713;
    color: #ffffff;
}
::selection {
    background: #f68713;
    color: #ffffff;
}

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

/* Basic text */
p {} 
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 {
    margin:10px 0 10px;
    line-height:120%;
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    text-transform: none;
    font-size: 28px;
  font-weight:300;
}

.banner-heading h1  {
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

}

h2 {
    font-size: 24px;
    color: #ff982d;
    font-weight:300;

}
h3 {
    color: #222222;
    font-size: 18px;
    text-transform: none;
}
h4 {
    font-size: 18px;
    text-transform: none;
}
h5 {
    color: #222222;
    font-size: 16px;
}
h6 {
    font-size: 14px;   
    color: #787878;
}

/* Anchor Links */
a { 
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #f68713;
    text-decoration: none;
    
}
a:hover, a:focus { 
        color: #bebebe;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
.body-container{
      color:  #787878;
}
/* 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 {}
.custom-header-wrap {
    position: fixed;
    z-index: 9999;
}

.custom-header-top {
background-color: rgba(255,255,255,0.1);
    height: 44px;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(255,255,255,0.1);
}
.custom-top-link ul li a {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    margin: 0 12px 0 0;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.custom-top-link ul li a:hover {
    color: rgba(255,255,255,0.5);
}
.accordion_header {
line-height: 28px;
}
.social_wrap_inner ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

.social_wrap_inner li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    margin-left: 7px;
    margin-right: 7px;
}

.social_wrap_inner li:first-child {
    padding-top: 0;
}
.body-container .widget-type-rich_text  ul {
    list-style-type: none;
    padding:  0;
}

.body-container .widget-type-rich_text ul li:before {
    content: '\e801';
    font-family: 'fontello-custom';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    padding: 0;
    margin: 0 10px 0 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 3em;
    position: relative;
    font-size: 12px;
    bottom: 1px;
    color: #ff982d;
    vertical-align: middle;
}

ol {
    padding-left: 13px;
}
.custom-top-link ul li {
    float:  none !important;
    display:  inline-block;
}
[class^="cmsmasters-icon-custom-"]:before, [class*=" cmsmasters-icon-custom-"]:before {
    font-family: "fontello-custom";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.mobile-top {
    display:  none;
}
.social_wrap_inner li a {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
        text-decoration: none;
    height: 24px;
}

[class^="cmsmasters-icon-"]:before, [class*=" cmsmasters-icon-"]:before, [class^="cmsmasters_theme_icon_"]:before, [class*=" cmsmasters_theme_icon_"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cmsmasters-icon-facebook-1:before {
    content: '\eb9c';
}

.social_wrap a:before {
    width: 1em;
    height: 1em;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cmsmasters-icon-instagram:before {
    content: '\ea6a';
}

.cmsmasters-icon-twitter:before {
    content: '\ea97';
}

.cmsmasters-icon-yelp:before {
    content: '\eaa2';
}

.cmsmasters-icon-google:before {
    content: '\ea64';
}

.cmsmasters-icon-custom-21:before {
    content: '\e81e';
    font-family: "fontello-custom";
}

.cmsmasters-icon-linkedin-squared:before {
    content: '\ea71';
}

.cmsmasters_social_icon_5:hover {
    color: #3065b5;
}

.custom-header {
    background-color: rgba(255,255,255,0.1);
    height: 100px;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -ms-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}



.custom-logo img {
    width: 200px;
    max-width:  none;
}


.banner {
    padding-top: 100px;
    border-color: #e0e0e0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.home-slider .hs_cos_gallery_main {
  padding:0;
}

.home-slider  ul.slick-dots {
  display:block !important;
}

.home-slider .slick-prev {
      left: 15px important;
  z-index:99999999;
}

.home-slider .slick-next {
      right: 15px important;
  z-index:99999999;
}


.home-slider .slick-slider {
  padding-bottom:0;
}

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

.custom-top-link ul {
    padding-top: 11px;
}

.social_wrap_inner li:last-of-type {
    margin-right:  0;
}

.social_wrap_inner li a:hover {
    color: #3065b5;
}

.social_wrap_inner li:nth-of-type(n+6) a:hover {
    color: #bebebe;
}
span.search-icon {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    font-size: 16px;
    line-height: 16px;
    width: 46px;
    height: 46px;
    margin: 0;
    cursor: pointer;
        color: #fff;
    font-weight: normal;
    font-style: normal;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-color: rgba(255,255,255,0.3);
}

span.search-icon:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    height: 1em;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "\e890";
}

span.search-icon:hover {
    background-color: rgba(255,255,255,0.3);
}



.bx-wrapper {
position:relative;
margin:0 auto 60px;
padding:0;
*zoom:1;
}

.bx-wrapper img {
max-width:100%;
display:block;
}

.bx-wrapper .bx-viewport {
border:5px solid #fff;
left:-5px;
background:#fff;
-moz-transform:translatez(0);
-ms-transform:translatez(0);
-o-transform:translatez(0);
transform:translatez(0);
}

.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
position:absolute;
bottom:-30px;
width:100%;
}

.bx-wrapper .bx-loading {
min-height:50px;
background:url(images/bx_loader.gif) center center no-repeat #fff;
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
z-index:2000;
}

.bx-wrapper .bx-pager {
text-align:center;
font-size:.85em;
font-family:Arial;
font-weight:bold;
color:#666;
padding-top:20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto 
.bx-controls-auto-item {
display:inline-block;
*zoom:1;
*display:inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
background:#666;
text-indent:-9999px;
display:block;
width:10px;
height:10px;
margin:0 5px;
outline:0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper 
.bx-pager.bx-default-pager a.active {
background:#000;
}

.bx-wrapper .bx-prev {
right:30px;
background:url(https://3865496.fs1.hubspotusercontent-na1.net/hubfs/3865496/bx-slider/controls1.png)
 no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
right:0px;
background:url(https://3865496.fs1.hubspotusercontent-na1.net/hubfs/3865496/bx-slider/controls1.png)
 no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
background-position:0 0;
}




.custom-search-icon {
    width: auto !important;
    position: absolute;
    top: 27px;
    right: 20px;
}

.banner h1 {
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    color:  #fff;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.banner-heading {
    padding:  20px 0;
    display:  flex;
    align-items:  center;
}
.smaller .custom-header-top {
    border: 0;
}

.smaller .custom-logo img {
    max-width:  133.31px;
    width:  auto;
}

.smaller .custom-header {
    height: auto;
    background-color: #999999;
  padding:8px 0;
}

.smaller .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height:  1.4px;
    height: auto;
}



.smaller .custom-search-icon {
    top: 11px;
}

.custom-header .page-center {
    position:  relative;
}

.cmsmasters_header_search_form {
    -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    background-color: rgba(246, 135, 19, 0.8);
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    left: 0;
}
.open .cmsmasters_header_search_form{
        opacity: 1;
    visibility: visible;
}

span.cmsmasters_header_search_form_close {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    font-size: 40px;
    line-height: 40px;
    display: block;
    color:  #ffff;
    cursor: pointer;
    width: 46px;
    height: 46px;
    margin: auto !important;
    position: absolute;
    left: auto;
    right: 70px;
    top: 70px;
    bottom: auto;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 0px;
    font-family: 'Times New Roman';
    font-weight: normal;
    border-radius: 0px;
    border-color: rgba(255, 255, 255, 0.3);
}

span.cmsmasters_header_search_form_close:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    height: 1em;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '\00d7';
}

span.cmsmasters_header_search_form_close:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

input.text {
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    background-color: transparent;
    padding: 0 95px 0 38px;
    width: 100%;
    height: 100%; 
    font-size: 20px;
    outline:0;
    max-width: 100%;
    border-width: 1px;
    border-style: solid;
    line-height: 50px;
    font-family:  "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight:  400;
    color: #ffffff;
    border-color: #ffffff;
    height: 68px;
}

button.cmsmasters_theme_icon_search {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    padding: 0;
    border-width: 0;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    border-style: solid;
    width: 80px;
    height: 100%;
    display: inline-block;
    margin: auto !important;
    position: absolute;
    left: auto;
    right: 0;
    background-color: transparent;
    top: 0;
    bottom: 0;
}

button.cmsmasters_theme_icon_search:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    content: "\e890";
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    height: 1em;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cmsmasters_header_search_form_field {
    max-width: 90%;
    width: 440px;
    height: 68px;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
    bottom: auto;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
        padding: 60px 0
}

.hs-form {
    margin-bottom:  10px;
}

 .custom-header-wrap,
 .custom-header-wrap,
.custom-header-wrap{
    background-image: url(//3865496.fs1.hubspotusercontent-na1.net/hubfs/3865496/Lumia%20Dental%20February2018%20/Img/lumia-dental-header-1.jpg?t=1518426817897) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog  .custom-header-wrap{
    background-image:none;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer-wrap {
    background-color: #222222;
}

.custom-footer {
    color: #646464;
    padding-top: 50px;
    padding-bottom: 10px;
}

.custom-cont h3 {
    font-size: 16px;
    margin:  0;
    margin-bottom: 48px;
    padding-bottom: 15px;
    line-height: 24px;
    position:  relative;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    text-transform: none;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    text-decoration: none;
}

.custom-cont h3:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    max-width: 100%;
    top: auto;
    bottom: 0;
    background-color: #ff982d;
    left: 0;
    right: auto;
}

.custom-cont p {
    padding: 0 0 20px;
    margin: 0;
}

.custom-cont.box a {
    text-decoration:  none;
    color: #858585;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.custom-cont.box a:hover {
    color:  #fff;
}

.custom-map.box iframe {
    max-width:  100%;
    margin-bottom: 15px;
}

.custom-map.box {
    width: 71.6% !important;
    position:  relative;
    margin: 0 1.7% !important;
    padding: 0 0 40px;
}

.custom-cont.box {
    margin: 0 1.7%  !important;
    width: 21.6% !important;
    padding: 0 0 40px;
}

.custom-copyright {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgba(255,255,255,0.12);
    background-color: #222222;
    color: #646464;
}

.custom-copyright p {
    margin:  0;
    line-height:  22px;
}

.custom-copyright .page-center {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.custom-footer .page-center > .row-fluid-wrapper {
    margin: 0 -1.7%;
}

a#back-to-top {
    color: #fcfcfc;
    text-align: center;
    width: 50px;
    height: 50px;
    position: fixed;
    text-decoration:  none;
    bottom: 50px;
    right: 20px;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    z-index: 99999;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    background-color: #f68713;
}

a#back-to-top:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'fontello-custom';
    content: '\e904';
    font-size: 10px;
    line-height: 50px;
}

a#back-to-top:hover {
    background-color: #ff982d;
}


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


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



/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
      
    }
      .custom-menu-primary .hs-menu-wrapper {
        padding-top:20px;
}
    
    /* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    color:  #000;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    text-decoration:  none;
    padding: px 5px;

}


.menu-overlay {
    background: #718e40;
    top: auto;
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 203;
    height: 2px
    bottom: 0;
    border-color: #ffffff;
}
.custom-menu-primary a {
    white-space:  normal !important;
}

.custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
    padding-right: 0px;
    margin-top: -1px;
    
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a >  span {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover > span {
    background-color: #f68713;
    color:#fff;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 220px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    padding: 10px 0 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #ffffff;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-of-type {
    border-bottom:  0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #222222;
    text-decoration:  none;
    font-style: normal;
    text-transform: none;
    padding: 6px 14px;
    margin: 0 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: #f68713;
    color: #ffffff;
}

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

.custom-menu-primary {
    float:  right !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-left: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type {
    margin-right:  5px;
}
}


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

@media (max-width: 1024px){
  .row-fluid .span8.call-us {
    width: 100%;
  }
  
   .hs_cos_wrapper_type_rich_text  div {
  text-align:center !important;
  }

     .hs_cos_wrapper_type_rich_text  div span a {
       color:#fff  !important;
  }
  
  /* 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: -74px;
    right: 0;
    width: auto;
    height: auto;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;


    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    color: #ffffff;
    font-size: 16px;
    width: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0.3);  
   
  }
 .mobile-trigger:before {
    content: '\e925';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 3em;
    margin-right: .2em;
    text-align: center;
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1.3em;
    margin-left: .2em;
    /* font-size: 120%; */
    width: 3em !important;
    height: 1.5em !important;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   color:#fff;
}

.mobile-trigger:hover {
    background-color: rgba(255,255,255,0.3);
}

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px !important;
    height: 20px!important;
    padding: 0 !important;
    font-size: 20px;
    line-height: 1em;
    display: block;
    cursor: pointer;
    width: 1em;
    height: 1em;
    margin: auto !important;
    position: absolute;
    left: auto;
    right: 28px;
    top: 13px;
    color: inherit;
    text-align: center;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
     position: relative;
    width: 100% !important;
    margin-left: 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: 0px;     
  }
  
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #999;
    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{
color:#fff;
    overflow: visible;
  }
  
  .custom-menu-primary.js-enabled .cell-wrapper {
     margin:  0 -20px; 
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    padding: 15px 0 15px 28px;
    color: #fff;
        -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    line-height:  27px;
    height:  auto;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li ul li a:hover {
    background-color: #f68713;
    color:#Fff;
}
  
.custom-menu-primary .hs-menu-wrapper ul  li:nth-of-type(2)  a {
     background-color: #f68713;
    color:#Fff;
}  

.custom-menu-primary .hs-menu-wrapper > ul > li ul li a {
    padding: 10px 0 10px 28px;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #fff;
    padding-left: 56px;
    padding-right: 0;
        -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    line-height: 28px;
}

.mobile-open .mobile-trigger:before {
    content: '\00d7';
    top: -2px;
}

.mobile-open .mobile-trigger {
    font-size: 30px;
    border-color: rgba(255,255,255,0.3);
    background-color: rgba(255,255,255,0.3);
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: transparent;
    color: #222222;
}

.child-trigger:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e951';
    m,-webkit-appearance:;
    margin:  0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 30px;
}
.child-trigger.child-open:before {
    content: '\e950';
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover {
    color:  #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul li {
    border-top-width: 1px;
    border-top-style: solid;
}

}


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


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

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

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


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

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

.hs-featured-image {
    float:  none !important;
    margin:  0 !important;
    width:  100% !important;
    max-width:  100% !important;
}

.blog-sidebar .hs-form {
    margin-bottom:  0;
}
.cmsmasters_breadcrumbs_inner a {
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    font-size:  12px;
}

.cmsmasters_breadcrumbs_inner a:hover {
    color: #ffffff;
}

.cmsmasters_breadcrumbs_inner span {
    font-size:  12px;
    color:  #fff;
}

.blog .banner-heading {flex-direction:   column;align-items:  left;justify-content:  center;}

.cmsmasters_breadcrumbs_inner {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    padding-top: 8px;
}

.date {
    display: block;
    position: relative;
    padding-bottom: 6px;
    color: #222222;
}

.post-item .hs-featured-image-wrapper {
    padding-bottom: 24px;
    overflow: hidden;
}

.post-header h2 {
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    color: #222222;
    text-decoration: none;
    margin: 0;
        padding: 0 0 18px;   
}
.blog-listing-wrapper .post-listing .post-item img{
        -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.blog-listing-wrapper .post-listing .post-item img:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    transform: scale(1.01);
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}
.post-header h2 a {
    color: #f68713;
    font-size: 28px;
    line-height: 34px;
    text-decoration:  none;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

.post-header h2 a:hover {
    color: #bebebe;
}

.post-body.clearfix {
 color: #787878;
    padding: 0 0 10px;
}

.post-body.clearfix p {
    margin:  0;
}

a.more-link {
    font-weight: 600;
    display:  inline-block;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 13px;
    color: #222222;
    line-height: 20px;
}

a.more-link:hover {
    color: #bebebe;
}

.cmsmasters_post_footer.entry-meta {
    margin: 20px 0 0;
    padding: 12px 0 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #e0e0e0;
}

.cmsmasters_post_footer.entry-meta > span {
    margin: 0 14px 0 0;
    display: block;
    float: left;
}

.custom_listing_comments {
    padding: 0 0 0 20px;
    float: right;
    text-align:  left;
}

.cmsmasters_post_footer.entry-meta a {
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #f68713;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.cmsmasters_post_footer.entry-meta a:hover {
    color: #bebebe;
}

.cmsmasters_post_footer.entry-meta:after {
    content:  "";
    clear:  both;
    display:  block;
}

.post-item {
    padding-top: 74px;
}

.post-item:first-child {
    padding-top: 0;
}


.custom-google .input {
    position:  relative;   
}



.box h3 {
}   

.blog-box {
    padding: 0 0 40px;
}

.custom-book  p {
    padding: 0 0 20px;
    margin: 0;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
ul.cmsmasters_tabs_list:after {
    content:  "";
    clear: both;
    display:  block;
}

.post-title {
    color: #f68713;
    font-size: 28px;
    line-height: 34px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    margin: 30px 0 0;
}
.custom-book p a {
    font-size: 200px;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #f68713;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.custom-book p a span {
    display:  none;
}

.custom-book p a:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e84b';
}

.custom-book p a:hover {
    color: #bebebe;
}
ul.cmsmasters_tabs_list {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    padding: 0;
    list-style:  none;
}

    

ul.cmsmasters_tabs_list li {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    width: 33.33%;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    border-width: 0;
    border-style: solid;
    border-color: #e0e0e0;
    float:  left;
    color: #787878;
}

ul.cmsmasters_tabs_list li a {
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
    border-top-color: #f68713;
    padding-left: 5px;
    padding-right: 5px;
    color: #787878;
}




ul.cmsmasters_tabs_list li a:before {
    font-size: 18px;
    line-height: 20px;
    background-color: #f68713;
    width: 1em;
    height: 1em;
    margin: auto !important;
    position: absolute;
    left: 22px;
    right: auto;
    top: 0;
    bottom: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    content: '';
    width: 0%;
    height: 1px;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
}

li.cmsmasters_tabs_list_item.current_tab a:before,ul.cmsmasters_tabs_list li a:hover:before {
    width: 70%;
}


.box-left {
    margin-right: 18px;
    z-index: 1;
    width: 65px;
    height: 65px;
    left: 0;
    float:  left;
}

.box-right {
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.recent-group {
    clear:  both;
    margin: 22px 0 0;
}

.recent-title a {
    font-size: 14px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #f68713;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.recent-title a:hover {
    color: #bebebe;
}

.recent-date {
    margin-top: 4px;
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    color:   #787878;
    text-transform: none;
}

.recent-date:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e874';
    margin: 0 5px 0 0;
    color: #f68713;
}

.cmsmasters_tab {
    display:  none;
}

.cmsmasters_tab.active_tab {
    display:  block;
}


.date:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    color: #f68713;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e874';
    margin: 0 8px 0 0;
    font-size: 14px;
}
   
.hs-blog-listing .custom-leave {
    display:  none;
}
.blog-pagination a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    padding: 0 18px;
    cursor: pointer;
    position: relative;
    border-width: 1px;
    border-style: solid;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 42px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    background-color: #ffffff;
    color: #222222;
    border-color: #e0e0e0;
}

.blog-pagination a:hover {
    border-color: #f68713;
    background-color: #f68713;
    color:  #fff;
}

.blog-content {
    padding: 60px 0;
}

.blog .body-container {
    padding: 0;
    margin-top: 0;
}

.blog-sidebar {
    padding: 60px 0 60px 10px;
    position: relative;
}

.hs-blog-listing  .widget-type-blog_content {
    padding-bottom: 90px;
}
.blog-pagination {
    padding: 40px 0 0;
    text-align: center;
    overflow: hidden;
    clear:  both;
}

.byline {
    padding: 13px 0 12px;
    position: relative;
    overflow: hidden;
    display: block;
    clear: both;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e0e0e0;
    display:  flex;
    justify-content:  space-between;
}

.blog-post-wrapper .post-body hr {
    display:  none;
}

.hs-blog-post .cmsmasters_post_footer.entry-meta {
    margin: 58px 0 0;
    padding-bottom: 8px;
    border: 0;
    border-bottom: 1px solid;
    border-color: #e0e0e0;
}

.custom_blog_next-previous {
    padding: 30px 0 0;
    position: relative;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e0e0e0;
}

.hs-blog-post .cmsmasters_post_footer.entry-meta > span {
    margin: 0 14px 20px 0;
}

.custom_blog_next-previous a {
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    display: inline-block;
    padding: 22px 0 0;
    position: relative;
    z-index: 2;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    display: flex;
}

.custom_blog_next-previous a .pag-common {
    text-align: center;
    border-width: 1px;
    color: #bebebe;
    border-style: solid;
    display:  inline-block;
    vertical-align:  middle;
    background-color: #ffffff;
    border-color: #e0e0e0;
    width: 48px;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    height: 48px;
}

.custom_blog_next-previous span
 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
    line-height:  48px;
}

.custom-previous {}

.custom-previous span span:before {
    font-family: 'fontello-custom';
    content: '\e902';
}


.custom_blog_next-previous a:hover> .pag-common {
    border-color: #f68713;
    background-color: #f68713;
}

.custom_blog_next-previous a:hover> span span:before {
    color:  #fff;
}

span.text i {
    color: #787878;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    display:  block;
}

span.text {
    padding-left:  20px;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #787878;
}



.custom_blog_next-previous a:hover span.text,.custom_blog_next-previous a:hover span.text i {
    color: #f68713;
}



.custom-previous {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
    text-align: left;
}

.custom-next {
    margin-left: 20px;
    margin-right: 0;
    margin-bottom: 30px;
    float: right;
    text-align: right;
}

.share_posts {
    padding: 22px 0 0;
}

.share_posts h2,.related-post h3  {
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    color: #222222;
    padding: 0;
    margin: 0 0 20px;
}

.related-post {
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    padding: 30px 0 0;
}

.related-inner {
    padding: 8px 0 20px;
}

.related-byline {
    display:  flex;
    justify-content:  space-between;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e0e0e0;
    padding-bottom:  2px;
}



.related-title a {
    color: #f68713;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.related-title {
    padding: 10px 0 0;
}

.related-post-item {}

.related-title a:hover {
    color: #bebebe;
}
.related-post-item {
    margin: 0 15px;
}
ul.slick-dots {
    display:  none !important;
}
.related-post-item:first-child {
    margin-left: 0;
}

.related-post-item:last-child {
    margin-right: 0;
}

.blog .content-wrapper {
    overflow:  hidden;
}

.slick-track {
    display:  flex !important;
}

.custom-leave h3 {
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    color: #222222;
    margin: 0 0 20px;
}
.section.post-body {
    color:  #787878;
}
.custom-leave {
    padding: 50px 0 0;
}

.custom_listing_comments a {
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #787878;
    font-size: 14px;
    line-height: 20px;
}

.custom_listing_comments a:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    display: inline-block;
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e87c';
    color: #bebebe;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    display: inline-block;
    vertical-align: middle;       
    transition: color .3s ease-in-out;
}

.custom_listing_comments a span {  
    margin: 0 0 0 4px;
}
.related-byline .custom_listing_comments {position:  relative;left: -5px;}
.custom_listing_comments a span {
  font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
    color: #787878;
}

.custom_listing_comments a:hover:before {
    color: #f68713;
}
/* =============== 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 {}
.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 {}
.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-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* 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 {
  height: auto;
}

/* Blog Commments */

.comment.depth-0 {
   border-bottom: 1px solid #000 !important;
   border-top: medium none !important;
   margin: 0 10px 10px !important;
   padding: 0 15px !important;
}
.comment-body {
   border-bottom: medium none;
   color: inherit;
   display: block;
   padding: 0;
}
.comment-reply-to{
margin-bottom: 15px;
}
.comment-from h4 {
   margin: 0;
   padding-top: 15px;
}

.comment-from h4 a {
   text-decoration: none;
}
.comment-date {
   color: inherit !important;
   display: block !important;
   text-align: left;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.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 {}


/* =============== 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 {}
div#captcha_wrapper {
    overflow:  auto;
}

li.cmsmasters_tabs_list_item.current_tab a {
    color: #222222;
}

.custom-next .pag-common span:before {
    font-family: 'fontello-custom';
    content: '\e903';
}

.custom-next span.text {
    padding-left:  0;
    padding-right:  20px;
}
.hs-blog-post .banner {
    background-color:  #A6A5A7;
}

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


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

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

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

/* Labels and Legends */
.body-container label {
       padding-bottom: 8px;
    display: inline-block;
}
.hs-form-field > label {}
span.hs-form-required {
    color: #f68713;
}
/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    width: 100%;
    padding: 10px;
    max-width: 700px;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    background-color: #ffffff;
    color: #787878;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    border-width: 1px;
    border-style: solid;
    margin-bottom:10px;
    display: block;
        border-color: #e0e0e0;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
    border-color: #f68713;
        outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 

select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
    color:Red;
}
ul.hs-error-msgs.inputs-list {
    padding-left:  0;
    list-style:  none;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


input.text::-webkit-input-placeholder {
    color: #fff;
}

input.text:-moz-placeholder  {
    color: #fff;
}

input.text::-moz-placeholder {
    color: #fff;
}

input.text:-ms-input-placeholder {
    color: #fff;
}

.body-container #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 700px !important;
}
/* =============== 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) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
 cursor: pointer;
    -webkit-appearance: none;
        display: inline-block;
    padding: 0 28px;
    position: relative;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    text-decoration: none !important;
    display: inline-block;
      -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
        border-color: #e0e0e0;
            background-color: #ffffff;
                color: #222222;
                    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 42px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
        margin-top: 15px;
}
   
.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
    border-color: #f68713;
        color: #ffffff;
        background-color: #f68713;
}

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

}

.widget-type-blog_comments .hs-button {
    margin-top: 10px !important;
}
/* =============== 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 {}
.blog .body-container .custom-google .hs-button {
    background: none !important;
    display: block;
    width: 36px;
    height: 44px;
    padding: 0;
    margin: 0;
    color: #787878;
    background: none;
    cursor: pointer;
    position: absolute;
    border-width: 0;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    line-height: 44px;
    top: 0;
        margin-top: 0;
    right: 0;
    border: 0 !important;
}


.blog .body-container .custom-google .hs-button:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    vertical-align: baseline;

    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e890";
    font-size: 14px;
    width: 1em;
    height: 1em;
    margin: auto !important;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.body-container {
    margin-top: 60px;
}
.blog .body-container .custom-google .hs-button:hover {
    color: #f68713;
}
.blog .body-container .custom-google .field > label,.blog-box h3 {
       margin: 0;
        margin-bottom: 25px;
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    color: #222222;
    padding-bottom: 0;
}

.blog .body-container .custom-google .hs-input {
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    background-color: #ffffff;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    padding: 10px;
    max-width: 100%;
        width: 100%;
            border-radius: 0;
    border-width: 1px;
    border-style: solid;
    
    box-shadow: none !important;
    height: 44px;
    color: #787878;
    border-color: #e0e0e0;
        margin-bottom: 0;
    padding-left: 10px;
    padding-right: 36px;
}

.blog .body-container .custom-google .hs-input:focus {
    border-color: #f68713;
    outline:0;
}

.hs_cos_flex-slider .caption {
position: absolute;
max-width:450px;
text-align:left;
left: 12%;
background:none;
}

.hs_cos_flex-slider .caption p {
    text-shadow: rgba(44, 49, 55, 0.3) 0px 1px 0px; 
    font-family: 'open sans'; 
    font-size: 15.5954px; 
    color: rgba(85, 120, 122, 0.99); 
 line-height: 21.9753px; 
 letter-spacing: 0px;
}

.hs_cos_flex-slider .caption h2 {
text-shadow: rgba(44, 49, 55, 0.5) 0px 1px 0px; 
font-size: 31.1908px; 
line-height: 35.444px; 
color: rgb(85, 119, 121); 
top: 228.063px; 
left: 265.121px; 
margin: 0px; 
z-index: auto;
width: 333.174px; 
height: 70.8881px; 

}
.home-top {
  font-family: Verdana, Geneva, sans-serif;
}

.home-top a {
    font-weight: normal;
    font-style: normal;
    color: rgba(58,58,58,0.6);
    font-size: 20px;
    color: #3a3a3a;
}
.home-top h4 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgba(58,58,58,0.6);
  margin: 0px 0 5px;
}

.home-top-2 {
padding: 0px 0px 0px 0px;
color: #fff;
margin:0px 0;

}

.home-top-2 h2 {
color: #fff;
font-size: 24px;
  padding:40px;
}

.home-top-2 .doctors  h2 {
  font-size: 40px;
}


.boxes .row-fluid [class*="span"] {
    margin-left:0 !important;
}

.boxes .odd h2,
.boxes .even h2 {
padding:40px;
}

.boxes .odd {
  margin:0 auto !important;
background-color: #ff982d;
}

.boxes .even {
background-color: #f68713;
  margin:0 auto !important;
}

.home-top-2 ul {
    padding: 0;
    list-style-type: none;
}

.home-top-2 li {

    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.home-middle.boxes .row-depth-1 .row-fluid  {
  display:table !important;
  line-height:1;
  margin:auto !important;

}

.home-middle.boxes .row-depth-1 .row-fluid .span3 {
    width: 25% !important;
    *width: 25%  !important;
  margin:auto !important;
  
}



.home-middle.boxes .row-depth-1 .row-fluid .span3 {
    display:table-cell !important;
  margin:auto !important;
  max-width:100%  !important;
  float:none  !important;
vertical-align: middle !important; 
}

.home .body-container {
    margin-top: 0px;
}


.home .custom-header-wrap, .home .custom-header-wrap, .custom-header-wrap {
   /* background: none;*/
}

.partner {
    text-align:center;
}

.partner img {
 
    vertical-align:middle;
 
}

.testimonials {
    background-image: url(https://3865496.fs1.hubspotusercontent-na1.net/hubfs/3865496/06-1-1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}

.testimonials h2 {
font-size: 24px;
color: #ffffff;
}

.testimonials h4 {
font-size: 18px;
color: #ffffff;
line-height:24px;
margin:0;
padding:0;
}

.testimonials .testimonial-box  {
     background:#fff;
     color: #222222;
}

.testimonials .quote-top {
    background-color: #ff982d;
    padding:10px 20px;
    color: #e0e0e0;
         position:relative;

}

.testimonials .quote {
    padding:10px 20px;
    color: #222;
}


.testimonials .quote-top::before {
    content: '';
    display: block;
    position: absolute;
    border-top: 0 solid transparent !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    bottom: 0px;
    left: 17px;
    right: auto;
    z-index: 10;
    border-color: #ffffff;
}

.testimonials .quote::before {
    content: '\201C';
    margin: 0 20px -10px 0;
    font-size: 35px;
    line-height: 35px;
    float: left;
    color: #ff982d;
}

.testimonials .page-center {
    padding:50px 20px;
}

.testimonials .row-fluid .page-center,
.partner .row-fluid .page-center{
    padding:50px 20px;
} 

.home-top .row-fluid .page-center{
    padding:0px 20px 50px;
} 

.container-fluid .row-fluid .home-middle.page-center {
        padding:0px 20px;
}


.hs-menu-flow-vertical_flyouts,  .hs-menu-flow-vertical {
    color: #fff;
    font-size: 15px;
    padding-top: 20px; 
    padding-bottom: 20px; 
    background-color: #ff982d;
}

.hs-menu-flow-vertical_flyouts li,  .hs-menu-flow-vertical li {
    list-style-type: none;
}
.hs-menu-flow-vertical_flyouts a, .hs-menu-flow-vertical a {
    list-style-type: none;
    padding:5px 20px;
    color:#fff;
    display: block;
}

.hs-menu-flow-vertical .hs-menu-depth-1.hs-item-has-children a {
  margin-bottom:40px;
}

.hs-menu-flow-vertical_flyouts li.hs-menu-depth-1.hs-item-has-children > a , .hs-menu-flow-vertical li.hs-menu-depth-1.hs-item-has-children   {
text-transform:none;
    font-size: 24px;
  padding-top:20px;
  margin-bottom:20px;
}

.hs-menu-flow-vertical_flyouts a:hover, .hs-menu-flow-vertical a:hover{
    color:#fff;
    background-color: #f68713;
}

.hs-menu-flow-vertical .hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper .hs-menu-depth-2 a {
    font-size: 14px;
  margin-bottom:5px;
  
  
}


.profile-box {
    border: 1px solid #e0e0e0;
    margin-bottom:50px;
padding-right:50px;
}

.profile-box h3 {
color: #f68713;
}

.profile-box-bottom {
  text-align:center;
}


.profile-box h4 {
        padding-bottom:20px;
        font-size: 14px;
        color:#000;
        border-bottom: 1px solid #e0e0e0;

}



 .home-top .fa, .home-top .far, .home-top .fas {
  font-size: 48px;
color: #f68713;
background-color: rgba(255,255,255,0);
  margin-right:10px;
  float:left;
}

.partner .desktop-logo-slider .hs_cos_gallery_slide.slick-slide.slick-current {
    display: none !important;
    padding:10px;

}

.partner .desktop-logo-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: auto 0px;
    display: none !important;
}


.partner #hs_cos_gallery_module_1535364909013115_Gallery {
}

.partner  .hs_cos_gallery_slide .slick-loading {
    display: none !important;
  padding:10px;
  width:auto;
}

.partner .hs_cos_gallery_thumbnails .slick-slide {
  display: table;
overflow: hidden;
table-layout: fixed;
  height:250px;
  padding: 0 20px;
}

.partner .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper {
display: table-cell;
text-align: center;
vertical-align: middle;
}

.slick-dots .slick-dots {
        display: none !important;
}

#hs_cos_gallery_module_1534523241545133_Gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: auto 10px;
    width: 175px !important;
}

  .mobile-logo-slider {
        display: none !important;
  }


.bottom-cta {
  padding-top: 40px; 
  padding-bottom: 40px; 
  background-color: #999999;
  color: #ffffff;
}

.bottom-cta h2 {
  color: #ffffff;
}

.caption a {
  font-size:14px !important;
}

.partner {
}

.home-middle h1 {
  font-family: 'Open Sans', sans-serif;
line-height: 34px;
  font-size: 32px;
font-weight: 300;
font-style: normal;
color: #f68713
}

.home-middle h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
	font-weight: 600;
	font-style: normal;
	color: #747474;
  line-height:1.3;
}

.home-middle .odd h2, 
.home-middle .even h2 {
  color:#fff;
}



.testi img {
    width: 252px !important;
    float: left;
}

.banner {
background: #fff !important;
}

.banner-heading {
    padding: 40px 0 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.banner h1 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
color: #787878;
}

.body-container {
    padding: 40px 0;
}

.body-container p {
  margin:0 0px 15px;
}

.book-side h3 {
  color: #fff;
  text-align: center;

}

.hs-content-id-5811286886 .main-content img {
  width: 234px !important;
  margin:10px;
vertical-align:  middle; 
}

.call-us {
    margin: 20px 0 0;
        margin-left: 0px;
    padding: 0;
    list-style: none;
    text-align: right;
    font-size: 18px;
    line-height: 18px;
  font-weight:bold;
}

.header-container .social_wrap_inner li a {
    color: #222;
}

.custom-header-top.mobile {
    display: none !important;
}

/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* 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 only screen and (max-width: 1440px){   
    ul.cmsmasters_tabs_list li {
    width:  100%;
}
.custom-book p a:before {
    margin:0;
}
}


@media (max-width: 800px) {

  
.fa, .far, .fas {
    font-size: 60px;
    color: #f68713;
    background-color: rgba(255,255,255,0);
    margin-right: 20px;
    float: none;
}
  
 
}

@media (max-width: 1024px) {
    .custom-cont.box {
    width: 46.6% !important;
}

.custom-header {
    background-color: #fff;
    height:  auto;
   background-color: #fff;
  }
  
  .custom-header-wrap, .custom-header-wrap, .custom-header-wrap {
    /*background-image: none;*/
    
}
.body-container {
    margin-top: 0;
}

.custom-book p a:before{
    margin-right: .2em;
    
    margin-left: .2em;
}

.custom-map.box {
    width: 46.6% !important;
}

.custom-header-top .page-center {
    padding: 0px 0 0px !important;
}

.banner {
    padding-top:  0;
}

.custom-top-link {
    width: 100% !important;
    padding: 23px 0 0;
}
.custom-search-icon {
    top: 26px;
    right: 72px;
}

.custom-social {
  padding: 0px 0 0;
    width:  100% !important;
    margin-left:  0 !important;
}

.custom-header-wrap {
    position:  static;
    background-color: #999;
}

.custom-header-top {
    height: auto;
    text-align: center;
    background-color: #666;
}

.custom-header-top .page-center > .row-fluid-wrapper > .row-fluid {
    display:  flex;
    flex-direction:  column-reverse;
}

.custom-header-top .page-center > .row-fluid-wrapper > .row-fluid:before,.custom-header-top .page-center > .row-fluid-wrapper > .row-fluid:after {
    display:  none;
}

.social_wrap_inner ul {
    float:  none;
}

.custom-top-link ul li {display:  block;width:  100%;}



.custom-top-link ul li a {
    display: block;
    margin: 0 0 8px 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 12px;
}

.custom-top-link ul {
    padding-top:  0;
}

.social_wrap_inner ul {
    margin: 0;
    padding-top: 25px;
}

  .header_top_but {
    background: #666;
    display:none !important; 
  }
  
.header_top_but.opened {
    color: #f68713;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgba(255,255,255,0.1);
    height: 32px;
    position:  relative;
    cursor:  pointer;
}

.header_top_but > span {
font-size: 34px;
line-height: 34px;
width: 1em;
height: 1em;
margin: auto !important;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #fff;
}

.header_top_but > span:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    vertical-align: baseline;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;   
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e951';
        margin: 0;
}
.header_top_but.change-icon > span:before{
        content: '\e950'
}
.header_top_but:hover {
    color: rgba(255,255,255,0.5);
}

.custom-header-top > .row-fluid-wrapper {
    display:  block;
}


  
  
.blog-content {
    width:  100% !important;
}

.blog-sidebar {
    width: 100% !important;
    padding-left:  0;
    padding-right:  0;
    margin-left:  0 !important;
}

  
.hs_cos_flex-slider .caption {
    position:relative;
    max-width: 450px;
    text-align: center;
    left: auto;
    background: 0;
  margin: 0 auto;
}

}
  
@media only screen and (max-width: 1440px) and (min-width: 1025px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
            padding: 0 5px;
    }
}

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

@media (max-width: 767px) {
    .hs-form{
        margin-bottom:25px;
    }
    .banner-heading {
    justify-content:  center;
}
    .blog .banner-heading {
    align-items:  center;
    justify-content:  flex-start;
    min-height:  auto;
}

.hs-author-profile .hs-author-avatar {
    float:  none;
    margin-bottom: 20px;
}
.recent-title {
    margin-top: 10px;
}

.cmsmasters_header_search_form_field {
    height: 50px;
}
.banner h1 {
    text-align:  center;
}
button.cmsmasters_theme_icon_search {
    font-size: 16px;
    line-height: 16px;
    width: 65px;
}
input.text{ 
        padding-right: 65px;
    padding-left: 22px;
    font-size: 18px;
    line-height: 26px;
    height: 50px;
    
}
.custom-copyright p {
    text-align:  center;
    padding-top: 10px;
    line-height: 20px;
}

.custom-map.box,.custom-cont.box {
    width:  100% !important;
    margin: 0 !important;
}

.custom-footer .page-center > .row-fluid-wrapper {
    margin:  0;
}
.box-left {
    width:  100%;
    margin-right:  0;
    height:  auto;
    float:  none;
}
.m-font{
    font-size:22px;
  }
}  

@media (max-width: 615px) {

  
  
  ul.slick-dots {
    display:  block !important;
}
.slick-dots li button{
    width:  10px !important;
    height:  10px !important;
    margin: 0 3px 1px 3px !important;
    padding:  0 !important;
    background-color:  #000 !important;
    transition:  background-color .3s ease-in-out;
    border-radius:  50%;
}

.slick-dots li button:before {
    display:  none !important;
}

.slick-dots li.slick-active button,.slick-dots li button:hover {background-color:  #f68713 !important;}



.custom-header-wrap .custom-logo {

    float: left  !important;
}
  
  .custom-search {
  }

  .custom-menu-primary.js-enabled {
   
z-index:99999;
}

  .custom-menu-primary.js-enabled .hs-menu-wrapper {

    margin-top:0;  
  }
  
.custom-logo img {

    width: 150px;
   

}
   
}

@media only screen and (min-width: 1440px){
    .container-fluid .row-fluid .page-center{
        max-width:1020px;
    }
}




@media (max-width:1024px) {
  .profile-box {
    border: 0px solid #e0e0e0 !important;
    margin-bottom:50px  !important;
padding:0px;
}

  
.home-top .fa, .home-top .far, .home-top .fas {
  font-size: 48px;
color: #f68713;
background-color: rgba(255,255,255,0);
  margin-right:10px;
  float:left;
  width:54px;
}

     .container-fluid .row-fluid .page-center{
       padding:10px 20px !important; 
    }
  
	.phone, .email, .location {
        padding-bottom:20px !important; 

  }
 
  
  .hs_cos_flex-slider .caption {
    position: relative;
    max-width: 450px;
    text-align: center;
    left: auto;
    background: none;
}
 
  .home-top {
    text-align:left;
  }

    
  
.hs_cos_gallery_main .slick-dots, .hs_cos_gallery_thumbnails .slick-dots, .hs_cos_gallery_lightbox .slick-dots {
    position: relative;
    bottom: auto;
  display:none !important; 
}

  
  
.call-us {
    margin: 15px 0 0;
        margin-left: 0px;
    padding: 0;
    list-style: none;
    text-align: right;
    font-size: 14px;
    line-height: 14px;
}

.header-container .social_wrap_inner li a {
    color: #222;
}

.custom-header-top.mobile {
    display: none !important;
}
}

@media only screen and (max-width: 1024px){

.custom-menu-primary.js-enabled .hs-menu-wrapper {
  margin-top:80px;
  }
  
  .header-container .social_wrap_inner li a {
    color: #fff !important; 
}
  
  
  .call-us {
    color:#fff !important; 
    text-align:center  !important; 
  }
  
  
  .custom-header-wrap .custom-logo {
    float: left;
}
  
  .hs_cos_flex-slider {
    margin: 0 0 0px;
  }
  
  .custom-header-top.mobile {
  display:block !important;
}
  .desktop-header-top  {
        display: none !important;
  }
  
  .custom-logo {
    margin: 0 0 0px;
    text-align: center;
}
  
.custom-logo a {
    margin-top: 0px;
    display: inline-block;
}

.custom-search-icon {
    top: 10px;
    right:  0;
}

  span.search-icon {
      top: 10px;
      right:  10px;
background: #f68713;
  }
  
.mobile-trigger {
    top: 20px;
    margin: 0 10px;
		z-index:99999;  
    background: #f68713;
}
  
.custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 0px; 
}
  .social_wrap_inner ul {
    margin: 0;
    padding-top: 0px;
  }
  
}



@media only screen and (max-width: 800px){
  #hs_cos_gallery_module_1534523241545133_Gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: auto 10px;
    width: 100% !important;
}

  .desktop-logo-slider {
        display: none !important;
  }
    .mobile-logo-slider {
        display: block !important;
  }
  .mobile-top {
    display: block;
   float: right;
    padding-bottom: 20px;
}

  
  button.cmsmasters_theme_icon_search {
    font-size: 14px;
    line-height: 14px;
    width: 35px;
}

.custom-search-icon  span.search-icon {
    display:  none;
}

.mobile-top {
    display: block;
   float: right;
    padding-bottom: 20px;
}

.custom-menu-primary .mobile-trigger {
    display:  none !important;
}
  
  
.mobile-trigger {
    position: absolute;
    margin: 0 10px;
    right: 85px;
    z-index: 9999999;
}  
  
  span.search-icon {
    margin: 0 10px;
    top: 20px;
    position: absolute;
}
  
}


@media only screen and (max-width: 767px){
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
 		margin-top:10px;
  }

  
  .testi {
    display: table !important;
width: auto  !important;
margin: 0 auto  !important;
float: none  !important;
    text-align:center !important;
  }

 .testi  img {
   float:none  !important;
  }
  
}


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

@media (max-width: 540px) {
.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 {
  max-width: 100%;
width: 240px !important;
  }  
  
.home-slider  .hs_cos_flex-slider .caption {
    position: absolute !important;
    max-width: 450px;
    text-align: left !important;
    background: rgba(255,255,255,0.7) !important;
    top:0% !important;
  height: 100% !important;
padding:10px;

  }
  
 .home-slider .hs_cos_flex-slider .caption h2 {
font-size: 16px !important;
line-height: 1.1 !important;
height: auto !important;
  margin:0 0 5px !important;
}

  .hs_cos_flex-slider .caption p {
    text-shadow: rgba(44, 49, 55, 0.3) 0px 0px 0px;
    font-size: 12px  !important;
    line-height:1.2 !important;
  margin:0 0 5px !important;
  }

.custom-header-top > .row-fluid-wrapper {
    display:  block;
}

 .call-us .hs_cos_wrapper_type_rich_text  div {
  text-align:center !important;
  }
  
.custom-logo {
    margin: 0 0 0px;
    text-align: center;
}
.custom-logo a {
    margin-top: 0px;
    display: inline-block;
}

.custom-search-icon {
    position: relative;
    top: 0;
    right:  0;

}

.mobile-trigger {
    position:absolute;
    margin: 0 10px;
  right:85px;
  z-index:9999999;
  top:10px;
  }

input.text {
    padding-right: 35px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
}

.cmsmasters_header_search_form_field {
    height: 40px;
}

span.cmsmasters_header_search_form_close {
    top: 40px;
    right: 20px;
    font-size: 25px;
    line-height: 25px;   
    width: 35px;
    height: 35px;
}

  button.cmsmasters_theme_icon_search {
    font-size: 14px;
    line-height: 14px;
    width: 35px;
}

.custom-search-icon  span.search-icon {
    display:  none;
}

.mobile-top {
    display: block;
   float: right;
    padding-bottom: 20px;
}

.custom-menu-primary .mobile-trigger {
    display:  none !important;
}

span.search-icon {
    margin: 0 10px;
  top:10px;
}

  
 .custom-header-wrap .custom-logo {
   float:left;
  }  

.custom-header-wrap .custom-logo img {
    width: 100px;
    max-width: none;
}

}

.home-top-2.odd {
    max-width: 245px;
    width: 100% !important;
    margin: 0 auto !important;
    background-color: #ff982d;
    height: 370px;
  padding: 40px 20px 40px 20px;
}  
  
  .home-top-2.even {
    background-color: #f68713;
    height: 370px;
    max-width: 245px;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 40px 20px 40px 20px;
}



.gallery-box ul.slick-dots {
    display: block !important;
}

.before-after .details {
 -webkit-box-shadow:0 0 18px rgba(0,0,0,.25);
 box-shadow:0 0 18px rgba(0,0,0,.25);
 background-color: rgba(255,255, 255);
 padding:40px 55px;
  margin-top:100px;
  z-index: 99999999;
margin-left: 120px !important;
position: relative;
font-size:16px;
  line-height:1.5;
  border:7px solid #f68713;
}

.before-after.text-right .details {
  margin-left: -20px !important;

}
.before-after.text-right {
margin-left: 40px !important;
}
.details-wrap, .slider-wrap  {
width:50% !important;
  margin:0 !important;
}

.details-wrap {

margin: 0 50px 0 -50px !important;
}

h2 {
  font-size:36px;
  color:#000;
}

.before-after .details .title {
 border-top:5px solid #9cb97a;
 display:block;
 color:#9cb97a;
 text-transform:uppercase;
 font-weight:700;
 padding:15px 0 35px
}

.before-after .details .button {
 margin-top:15px
}

.before-after .before {
 position:relative
}
.partner img {
    width: 234px !important;
  margin: 0px 10px -30px;
vertical-align: middle;
  }

.before-after .hs_cos_gallery_main .slick-prev,
.before-after .hs_cos_gallery_main .slick-next{
  display:none !important;
}
 

  
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) a {
  background-color:#f68713;
  color:#fff;
}

.custom-search-icon {
  display:none !important; 
}


.home .body-container {
  padding-top:0;
  padding-bottom:0;
}



.boxes .grey {
background-color: #7a7673;
  /*background-image: url("https://www.lumiadental.com/hubfs/background-cta.jpg");
    padding:10px;*/

}

.boxes .orange {
  background-color: #f68713;
  /*padding:10px;*/
}


.doctors .bx-wrapper img, 
.bio .bx-wrapper img {
    max-width: 100%;
    display: block;
    border-radius: 40%;
}

.about-h2 h2 {
  font-size: 28px; color: #ff982d; font-weight: 300;
  text-align:center;
}

.text-hide{
display:none;
}

.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) a {
    background-color: 
#f68713;
color:
#fff;
box-shadow: -2px 2px 2px 1px
    #ccc;
}


.bio li {
  float:left;
  display:inline-block;
  max-width:300px;
  margin-left:40px;
  margin-bottom:40px;
}

.bio li:nth-child(3n+1) {
 clear:left;
    margin-left:0px;

}

.bio img {

    border-radius: 40%;
}


.bio .bio-buttons { background-color:
#f68713;
color:
#fff;
  padding:10px 20px;
  cursor:pointer; 

}


@media only screen and (max-width: 600px){
  .about-hero img {
    width:100% !important; 
  }
  
   .about-hero .hide-on-mobile {
     display:none;
  }
  
  .bio li {
    float: none;
    max-width: 300px;
    margin: 0 auto !important;
}
  
  .footer-container-wrapper .custom-cont h3 {
    text-align:center; 
    margin-bottom: 0px;
  }
   .footer-container-wrapper .custom-cont h3::before {
    display:none;
  }
   .footer-container-wrapper .social_wrap_inner {
     margin-top:40px;
     margin-bottom:40px;
  
  }
  
  span.search-icon::before { 
    display:none;
  }
  
  span.search-icon {
        width:50px !important;
        height:50px !important;
  }

  .mobile-trigger {
        width:50px !important;
        height:50px !important;

  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) a {
    display:none;
  }
  
  .home-middle.boxes .row-depth-1 .row-fluid .span3 {
    display: block !important;
    margin: auto !important;
    max-width: 100% !important;
    float: none !important;
    vertical-align: middle !important;
    width: 100% !important;
}
  
  .partner img {
    width: 234px !important;
    margin: 0px 10px 5px;
    vertical-align: middle;
}
  
  .home-top-2.even,
  .home-top-2.odd{
    background-color: #f68713;
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 10px auto !important;
    padding: 40px 20px 40px 20px;
}
  
  .home-top-2 .cta_button {
        margin: 0px auto !important;
  display: block  !important;

}
  
  .slider-wrap {
    width: 100% !important;
    margin: 0 !important;
}
  .details-wrap {
  width: 100% !important;
    margin: 0 !important;
  }
  
  .before-after .details,
  .before-after.text-right .details {
        width: 100% !important;
    margin: 0 !important;
     margin: 0px auto !important;
  display: block  !important;
    padding: 5px !important; 
  }
  .before-after.text-right {
    margin-left: 0px !important;
        margin: 0 !important;

}
   .before-after {
    margin-right: 0px !important;
         margin: 0 !important;

}
  
  .home-middle.boxes .row-number-5 .row-fluid {
    display:flex !important;
    flex-direction: column !important;
  }
  
  .home-middle.boxes .row-number-5 .row-fluid .span3:nth-of-type(1) { order: 2; }
 .home-middle.boxes .row-number-5 .row-fluid .span3:nth-of-type(2) { order: 3; }
 .home-middle.boxes .row-number-5 .row-fluid .span3:nth-of-type(3) { order: 4; }
 .home-middle.boxes .row-number-5 .row-fluid .span3:nth-of-type(4) { order: 1; }
  
  .testimonials img {
    display:block;
    margin: 0 auto;
  }
  
  
  
}



.team-buttons a {
  background-color: #f68713;
  color: #fff !important;
  padding: 10px 20px;
  cursor: pointer;
  display:table;
  margin: 0 auto 40px;
  width:auto; 
}

a.clikcb:hover{
    background-image:  linear-gradient(to right, #b66209, #f68713) !important;
    color: #fff;
}

.bg-head-lp3{
 background-image: url("https://3865496.fs1.hubspotusercontent-na1.net/hubfs/3865496/bg-header-ads.jpg");
 background-size:cover;
  background-position: center center;
}