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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
  font-family: "OpenSansBold";
  font-style: normal;
  font-weight: 400;
  src: url("//4061101.fs1.hubspotusercontent-na1.net/hubfs/4061101/Beam_Dental_March2018%20Theme/Fonts/OpenSans-Bold.eot#iefix") format("embedded-opentype"), 
    url("//4061101.fs1.hubspotusercontent-na1.net/hubfs/4061101/Beam_Dental_March2018%20Theme/Fonts/OpenSans-Bold.woff") format("woff"), 
    url("//4061101.fs1.hubspotusercontent-na1.net/hubfs/4061101/Beam_Dental_March2018%20Theme/Fonts/OpenSans-Bold.ttf") format("truetype"); 
}
@font-face {
  font-family: "OpenSansSemibold";
  font-style: normal;
  font-weight: 400;
  src: url("//4061101.fs1.hubspotusercontent-na1.net/hubfs/4061101/Beam_Dental_March2018%20Theme/Fonts/OpenSans-Semibold-webfont.woff") format("woff");
}   
@font-face {
    font-family: 'OpenSansRegular';
    font-style: normal;
    font-weight: 400;
    src: url("//4061101.fs1.hubspotusercontent-na1.net/hubfs/4061101/Beam_Dental_March2018%20Theme/Fonts/OpenSans-Regular-webfont.woff") format("woff");
}  
@font-face {
 font-family: 'Roboto', sans-serif;
}


/* 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: 'Roboto', sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
}

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 757px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

p {
    font-size: 20px;
    line-height: 30px
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 100;
    font-family: proxima-nova,sans-serif;
    color: #666
}

h1 {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px
}

h2 {
    font-size: 36px;
    line-height: 42px
}

h3 {
    font-size: 30px;
    line-height: 35px
}

h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500
}

h5 {
    font-size: 20px;
    line-height: 25px
}

h6 {
    font-size: 18px;
    line-height: 22px
}

a {
    color: #029ee2;
    text-decoration: none
}

a:hover,a:focus {
    color: #029ee2;
    text-decoration: underline
}

ul,ol {
    margin-top: 20px;
    margin-bottom: 20px
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: 0
}

.hs-landing-page { /*melissa Jan 16*/
    font-family: 'Roboto Thin', sans-serif;
}

.header-container-wrapper {
    background-color: #f6f6f6;
    min-height: 80px;
    width: 100%
}

.header-container-wrapper a {
    transition: font-weight .25s ease
}

.header-container-wrapper .page-center {
    max-width: 988px !important;
    padding: 17px 30px 0
}

.custom-header-logo img {
    width: 63px;
    height: 41px;
    margin-left: 31px;
    margin-bottom: 11px;
}

.custom-header-wrapper {
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: fixed !important;
    z-index: 9999;
    width: 100% !important;
    background-color: #f6f6f6;
    position: relative;
    /* overflow:  hidden; */
}

.custom-sign-in-wrapper a {
    color: #4a4a4a
}

.custom-sign-in-wrapper a:focus {
    text-decoration: none
}

.custom-sign-in-wrapper p {
    margin: 0;
    padding-top: 15px;
    font-size: 18px;
    line-height: 22px;
    padding: 0 7px 0 36.5px;
    background-size: 14px 18px;
    background-repeat: no-repeat;
    background-image: url(//4061101.fs1.hubspotusercontent-na1.net/hubfs/4061101/Beam_Dental_March2018%20Theme/Images/social_icon.png?t=1521791242703);
    background-position: left 2px;
    position: relative;
    transition: font-weight .25s ease
}

.custom-sign-in-wrapper p span {
    font-weight: 500;
    display: inline;
    font-style: italic
}

.custom-sign-in-wrapper p:hover {
    font-weight: 500
}

.custom-sign-in-wrapper a:hover {
    text-decoration: none
}

.custom-sign-in-wrapper {
    padding-top: 18px;
    margin-left: 13px !important
}

.custom-sign-in-wrapper p:before {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #e6e6e6;
    position: absolute;
    left: -38px
}

.custom-menu-primary.hide-mobile {
    padding-right: 32px
}

.custom-banner-wrapper {
    position: relative;
    padding: 0 42px;
    padding-top: 20px;
    padding-bottom: 33px
}

.banner-page-center {
    max-width: 550px;
    margin: 0 auto;
    text-align: center
}

.banner-content h1 {
    font-size: 40px;
    font-family: 'Roboto Light', sans-serif; /*melissa jan 16*/
    line-height: 50px;
    margin: .67em 0;
    color: #666
}

.banner-arrow-top {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0
}

.content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px
}


.body-container .hs_cos_wrapper_type_rich_text ul,.widget-module ul,
.body-container .hs_cos_wrapper_type_rich_text ol,.widget-module ol{
		font-size: 20px;
  	line-height: 30px;
}

.custom_error_message p {
    margin: 15px 0
}

.custom_error_message .hs-button {
    margin: 15px 0 !important
}

.body-container-wrapper {
    position: relative;
    z-index: 999;
    transition: all .3s ease
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children>a:after {
    content: "v";
    position: absolute;
    top: 0;
    bottom: auto;
    height: auto;
    right: 4px;
    padding-bottom: 3px;
    font-size: 13px;
    display: inline-block;
    transform: scaleX(1.7)
}

.footer-container-wrapper .page-center {
    max-width: 710px !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.custom-footer-wrapper {
    background-color: #f6f6f6;
    padding: 45px 25px 80px
}

.custom-footer-wrapper p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 100;
    color: #666;
    margin-top: 0;
    margin-bottom: 25px
}

.custom-footer-wrapper p:last-child {
    margin-bottom: 0
}

.custom-main-footer-sub-text p strong {
    font-weight: 100
}

.footer-container-wrapper h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #666;
    margin-top: 0;
    margin-bottom: 15px
}

.footer-container-wrapper a {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 100;
    display: inline-block !important
}

.footer-container-wrapper a:focus {
    text-decoration: none
}

.footer-container-wrapper a:hover {
    text-decoration: none;
    font-weight: 500
}

.footer-container-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-container-wrapper .col {
    margin-left: 0 !important
}

.custom-footer-address a {
    font-weight: 700
}

.custom-footer-address ul li strong {
    font-weight: 700
}

.custom-footer-address a:hover {
    font-weight: 500
}

.custom-footer-logo img {
    max-width: 66px
}

.custom-footer-social-icon ul li a img {
    max-width: 36px
}

.custom-logo-hippa img {
    max-width: 131px
}

.custom-footer-social-icon ul li {
    display: inline-block
}

.custom-main-footer-sub-text a {
    font-size: 14px;
    line-height: 17px;
    color: #029ee2;
    font-weight: 100
}

.custom-main-footer-sub-text a:hover {
    text-decoration: underline;
    font-weight: 100;
    color: #029ee2
}

.custom-footer-menu-wrapper .col {
    margin-bottom: 45px
}

.custom-ft-social-icon {
    margin-bottom: 43px
}

.custom-footer-menu-wrapper .col1 {
    width: 41.66% !important;
    display: inline-block;
    vertical-align: top
}

.custom-footer-menu.menu-a {
    width: 41.66% !important;
    display: inline-block
}

.custom-footer-menu.menu-b {
    margin-left: 0 !important
}

.custom-ft-social-icon {
    margin-bottom: 48px
}

.custom-ft-social-icon .col1 {
    width: 41.66% !important;
    display: inline-block;
    vertical-align: top
}

.custom-ft-social-icon .col2 {
    width: 58.33% !important
}

.custom-logo-hippa {
    margin-left: 0 !important;
    width: 50% !important;
    text-align: center
}

.custom-footer-social-icon {
    width: 50% !important;
    display: inline-block !important
}

.custom-footer-social-icon ul li {
    width: 23%
}

.custom-footer-address ul li span {
    line-height: 26px
}

.custom-footer-menu-wrapper .col2 {
    width: 58.33% !important
}

.custom-footer-contect-us {
    width: 50% !important;
    display: inline-block !important;
    vertical-align: top
}

.custom-footer-address {
    margin-left: 0 !important;
    width: 50% !important
}

.custom-menu-primary .hs-menu-wrapper>ul {
    float: right;
    position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 18px 9px 0;
    position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-family: proxima-nova,sans-serif;
    padding: 0 21.5px;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 22px;
    position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:focus {
    text-decoration: none
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
   	-webkit-text-stroke: 1px;
    text-decoration: none
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:focus {
    text-decoration: none
}

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

@media screen and (min-width: 874px) {
    .custom-menu-primary .hs-menu-wrapper,.custom-menu-primary .hs-menu-wrapper>ul ul {
        display:block !important
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
        padding: 18px 9px 0;
        position: relative
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
        content: "";
        width: 6px;
        height: 6px;
        background-color: transparent;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

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

  .custom-menu-primary .hs-menu-wrapper>ul ul {
		width: 100%;
    float: left;
    margin-top: 24px;
    background: #666;
    transition-property: all;
    transition-duration: .75s;
    transition-timing-function: cubic-bezier(0,1,.5,1);
    min-height: 70px;
    text-align: right;
    position: fixed !important;
    top: 45px;
    z-index: -9999 !important;
  }

    .custom-menu-primary .hs-menu-wrapper>ul ul li {
        display: inline-block
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        padding: 0 30px;
        position: relative;
        color: #fff;
        font-size: 18px;
        line-height: 22px
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        text-decoration: none;
         -webkit-text-stroke: 1px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
        margin-right: 136px
    }

    .custom-menu-primary .hs-menu-children-wrapper .page-center {
        padding-top: 28px
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul {
        visibility: hidden !important;
        opacity: 0 !important;
        display: none !important
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.clicked>ul {
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important
    }

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

    .custom-menu-primary.hide-mobile {
        display: block !important
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
        padding-right: 23px;
        padding-left: 15px
    }
  
  
.custom-menu-primary .hs-menu-wrapper>ul:after {
    background-color: inherit;
    border-bottom: 1px solid #e6e6e6;
    z-index: -1;
    content: "";
    display: block;
    width: 2000px;
    position: absolute;
    height: 12px;
    bottom: -12px;
    margin-bottom: 0;
    right: -17px;
    margin-right: 100%;
    background-color: #f6f6f6;
}

.custom-menu-primary .hs-menu-wrapper>ul:before {
    background-color: inherit;
    border-bottom: 1px solid #e6e6e6;
    z-index: -1;
    content: "";
    display: block;
    width: 2000px;
    position: absolute;
    height: 12px;
    bottom: 0;
    margin-bottom: -12px;
    left: -17px;
    margin-left: 100%;
    background-color: #f6f6f6;
}

span.hs-class:before {
    transition: transform .3s ease,border-left-color .3s ease,border-right-color .3s ease,width .3s ease,left .3s ease,right .3s ease;
    background-color: inherit;
    border-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    z-index: -1;
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    height: 12px;
    bottom: 0;
    margin-bottom: -12px;
    left: 0;
    background-color: #f6f6f6;
}
  
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > a > span.hs-class:before {
    width: 54%;
}

span.hs-class:after {
    transition: transform .3s ease,border-left-color .3s ease,border-right-color .3s ease,width .3s ease,left .3s ease,right .3s ease;
    background-color: inherit;
    border-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    z-index: -1;
    content: "";
    display: block;
    width: 60%;
    position: absolute;
    height: 12px;
    bottom: 0;
    margin-bottom: -12px;
    right: 0;
    background-color: #f6f6f6;
}

a:hover > span.hs-class:before {
    border-right: 1px solid #e6e6e6;
    left: -9px;
    transform: skew(-40deg,0);
    background-color: #f6f6f6;
}

a:hover > span.hs-class:before {}

a:hover > span.hs-class:after {
    border-left: 1px solid #e6e6e6;
    left: auto;
    right: -17px;
    transform: skew(40deg,0deg);
    background-color: #f6f6f6;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:before {
    background-color: inherit;
    z-index: -1;
    content: "";
    display: block;
    width: 50px;
    position: absolute;
    height: 12px;
    bottom: 0;
    margin-bottom: -12px;
    border-bottom: 1px solid #e6e6e6;
    left: -14px;
    background-color: #f6f6f6;
}
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:after {
    z-index: -1;
    content: "";
    display: block;
    width: 50px;
    position: absolute;
    height: 12px;
    bottom: 0;
    margin-bottom: -12px;
    border-bottom: 1px solid #e6e6e6;
    right: -14px;
    background-color: #f6f6f6;
}
  
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    min-height: 34px;
  }
  
  
}

.custom-sign-in-wrapper.mobile-view {
    display: none !important
}

.mobile-trigger,.child-trigger {
    display: none
}

@media(max-width: 873px) {
    .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: 0;
        margin: 0;
        background-image: none;
        background-color: transparent;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -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: 0;
        text-align: left;
        color: #fff
    }

    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: -50px;
        right: 6px;
        width: auto;
        height: auto;
        padding: 7px 10px 8px 10px;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #000
    }

    .mobile-open .mobile-trigger {
        color: #fff;
        border-color: transparent
    }

    .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: 28px;
        height: 3px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #4a4a4a;
        display: inline-block;
        transition: all .2s
    }

    .mobile-trigger i {
        background-color: transparent
    }

    .mobile-open .mobile-trigger i:before {
        transform: rotate(45deg);
        transform-origin: 35% 80%
    }

    .mobile-open .mobile-trigger i:after {
        transform: rotate(-45deg);
        transform-origin: 25% 0
    }

    .mobile-trigger i:before {
        top: -3px
    }

    .mobile-trigger i:after {
        top: 6px
    }

    .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 23px;
    width: 15px;
    right: 0;
    left: 110px;
    min-width: 11px !important;
    height: 17px !important;
    padding: 0 !important;
    opacity: 0;
    }

    .child-trigger:hover {
        text-decoration: none
    }

    .child-trigger i {
        position: relative;
        top: 50%;
        margin: 0 auto !important;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .child-trigger i:after {
        position: absolute;
        content: ''
    }

    .child-trigger i,.child-trigger i:after {
        width: 10px;
        height: 1px;
        background-color: #000;
        display: block
    }

    .child-trigger i:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .child-trigger.child-open i:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .custom-menu-primary.js-enabled {
        position: relative
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper,.custom-menu-primary.js-enabled .hs-menu-children-wrapper {
        display: none
    }

    .custom-menu-primary ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: relative;
        top: 2px;
        left: 0;
        padding: 0;
        border-top: 1px solid #e6e6e6;
        padding-top: 11px;
        padding-right: 47px;
        padding-left: 40px
    }

    .custom-menu-primary .hs-menu-wrapper {
        background-color: #f6f6f6;
        width: 100%
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li {
        position: relative
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li a {
        font-size: 22px;
        line-height: 45px;
        overflow: visible
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li {
        padding: 15px 0px; 
        border-bottom: 1px solid #e6e6e6
    }

    .custom-menu-primary .hs-menu-wrapper>ul li a {
        padding: 0 21px;
        color: #4a4a4a;
        font-size: 18px;
        line-height: 22px;
        font-weight: 100;
        display: inline-block;
        position: relative
    }

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

    .custom-menu-primary .hs-menu-wrapper>ul ul {
        background-color: transparent
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        text-indent: 0;
        font-size: 18px;
        line-height: 22px;
        padding-left: 15px;
        padding: 10px 15px
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        font-weight: 100;
        color: #4a4a4a
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul .page-center {
        margin-top: 0;
        padding-top: 5px
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
        text-indent: 30px
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
        text-indent: 50px
    }
}

.post-header h2 a {
    font-size: 36px;
    line-height: 30px;
    font-weight: 400;
    color: #666
}

#hubspot-author_data:after {
    content: '';
    display: block;
    clear: both
}

#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%
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: none;
    margin: 20px 0;
}

.hs-blog-social-share {
    margin-top: 20px;
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: auto
}

#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px
}

.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0
}

.comment-date {
    font-size: 13px;
    text-align: right
}

.comment-from {
    font-weight: bold
}

.comment-body {
    padding: 10px 0
}

.blog-pagination {
    margin: 20px 0
}

.blog-pagination a.previous-posts-link {
    display: inline-block;
    padding-right: 15px
}

.blog-pagination a.all-posts-link {
    display: inline-block;
    padding-right: 15px
}

.blog-pagination a.next-posts-link {
    display: inline-block;
    padding-right: 15px
}

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

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

.hs-author-profile .hs-author-bio {
    overflow: hidden
}

.hs-author-profile h2.hs-author-name {
    margin: 0 0 10px 0
}

.hs-form-field {
    margin-bottom: 30px
} 

.hs-form-field>label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
/*     font-style: italic */
} /*melissa feb*/

h3.form-title {
    font-size: 40px;
    line-height: 42px;
    margin-top: 0;
    color: #fff;
    margin-bottom: 20px
}

#hs_cos_wrapper_module_1547587109945749_blog_subscribe_title {
    font-size: 40px;
    line-height: 42px;
    margin-top: 0;
    color: #676767;
    margin-bottom: 20px
}

input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],input[type="file"],textarea,select {
    width: 100%;
    max-width: 767px;
    display: block;
    margin-top: 20px;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid hsla(0,0%,100%,.47);
    outline: 0;
    font-size: 14px; /*melissa feb*/
    font-weight: 100;
    font-style: italic; /*melissa feb*/
    line-height: normal;
    font-family: proxima-nova,sans-serif;
    color: #fff
}

input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,input[type="file"]:focus,textarea:focus,select:focus {
    outline: 0
}

.hs-field-desc { /*melissa feb*/
    font-size: 12px;
    margin-bottom: 10px;
}

.hs_cos_wrapper_type_google_search,.hs_cos_wrapper_type_form,.hs_cos_wrapper_type_password_prompt,#email-prefs-form,#comment-form {
    font-family: 'Roboto Thin', sans-serif;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    color: #fff;
    max-width: 767px;
    background-color: #029ee2;
}

/* #hs_cos_wrapper_widget_6824957027_ { 
   background-color: #fff;
} melissa feb */

.hs_cos_wrapper_type_blog_subscribe {
  	display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    color: #676767;
    background-color: #fff;
}

.custom-blog-default .hs-form {
   display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    color: #fff;
    max-width: 767px;
    background-color: #029ee2 !important;
} 
.subscription-template-form #email-prefs-form {
    display: block;
    padding: 0;
    margin-bottom: 0;
    background: transparent !important;
    color: inherit;
    max-width: 50%
} 

.hs_error_rollup {
    margin-top: -30px
}

::-webkit-input-placeholder {
    color: #fff;
    font-size: 18px;
    font-style: italic
}

:-moz-placeholder {
    color: #fff;
    font-size: 18px;
    font-style: italic
}

::-moz-placeholder {
    color: #fff;
    font-size: 18px;
    font-style: italic
}

:-ms-input-placeholder {
    color: #fff;
    font-size: 18px;
    font-style: italic
}

form#email-prefs-form h3 {
    font-size: 40px;
    line-height: 42px;
    margin-top: 0;
    color: #fff;
    margin-bottom: 20px
}

.invalid.error,textarea.error {
    border-color: #ff4b47
}

.custom-lp-footer-wrapper {
    background-color: #f6f6f6;
    padding: 30px 25px 30px
}

.custom-lp-footer-wrapper p {
    font-size: 14px;
    line-height: 17px
}

form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0
}

.hs-error-msgs {
    margin: 0;
    list-style: none;
    padding: 0;
    color: #ff4b47;
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px
}

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

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

.widget-type-google_search label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    font-style: italic
}

.widget-type-google_search input[type="text"] {
    margin-bottom: 30px
}

.hs-button.primary,input[type="submit"],input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 20px;
    white-space: pre-wrap;
    font-family: proxima-nova,sans-serif;
    font-weight: 100;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #fff;
    background: #fff; /*background: transparent; melissa feb*/
    outline: 0;
    color: #029ee2; /*color: #fff; melissa feb */
    margin-top: 7px;
    margin-bottom: 30px
}

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

div#captcha_wrapper {
    width: 100%;
    overflow-x: auto
}

.custom_error_message p {
    margin: 15px 0
}

.custom_error_message .hs-button {
    margin: 15px 0 !important
}

div#hubspot-author_data span {
    display: inline-block
}

.blog .blog-sidebar {
    margin-top: 30px;
    padding-left: 20px
}

.hs-blog-social-share {
    margin-top: 20px;
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: auto;
    margin-bottom: 20px
}

.blog-sidebar .cell-wrapper {
    margin-bottom: 25px
}

.custom_listing_comments {
    border: 1px solid #e2e2e2;
    display: block;
    line-height: 165%;
    padding: 15px
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px
}

#comments-listing.no-comments {
    border: 0
}

.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: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0
}

.comment-reply-to {
    margin-bottom: 15px
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px
}

.comment-date {
    color: !important;
    display: block !important;
    text-align: left
}

.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 20px
}

.blog-post-wrapper h2,.post-header h2 {
    margin-bottom: 20px;
    margin-top: 0
}

.blog-post-wrapper h2 a,.post-header h2 a {
    text-decoration: none
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px
}

.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: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0
}

.comment-reply-to {
    margin-bottom: 15px
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px
}

.comment-date {
    color: !important;
    display: block !important;
    text-align: left
}

#hubspot-topic_data {
    color: #888;
    font-weight: 700
}

.post-listing #hubspot-author_data {
    margin-top: 0
}

.hs-form .input ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.hs-form .input ul li {
    padding: 0 !important
}

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

.more-link {
    display: inline-block;
    padding-top: 20px
}

.hs-blog-social-share {
    height: auto
}

.blog-template .blog-sidebar .cell-wrapper {
    margin-bottom: 15px
}

.blog-template .blog-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

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

.blog-pagination .previous-posts-link {
    display: block
}

.blog-pagination .all-posts-link {
    display: block
}

.blog-pagination .next-posts-link {
    display: block
}

#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0
}

#hubspot-author_data .hs-author-avatar img {
    height: auto !important;
    max-width: 100%
}

.hs-blog-social-share {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: auto;
    margin-top: 10px;
    padding: 10px 0 0
}

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

#captcha_wrapper>#recaptcha_area {
    margin: 0 0 20px
}

#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0
}

#hubspot-author_data .hs-author-avatar img {
    height: auto !important;
    max-width: 100%
}

.hs-author-profile .hs-author-avatar img {
    height: auto !important;
    max-width: 100%
}

.hs-author-profile .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0
}

.blog-sidebar h3 {
    font-size: 30px;
    line-height: 35px
}

span.post-date,span.author-name {
    display: inline-block
}

.post-header h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 100;
    color: #666
}
.custom-blog-listing .page-center.content-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 90px;
    font-family: 'proxima nova', sans-serif;
    margin: 0 auto;
      padding-top: 87px;
}

.custom-blog-listing .post-content {
    position: relative;
    min-height: 98px;
    padding-left: 105px;
    font-family: 'proxima nova', sans-serif;
}

.custom-blog-listing  .post-meta {
    font-family: 'proxima nova', sans-serif;
    position: absolute;
    left: 0;
    display: block;
    margin-bottom: 20px;
    border-right: 1px solid #E6E6E6;
    top: 12px;
    min-width: 72px;
}

.custom-blog-listing  .post-meta .date {
    margin-bottom: 12px;
    position: relative;
    transition: all 0.2s linear 0s;
    font-size: 12px;
    padding-bottom: 17px;
    border-bottom: 1px solid #E6E6E6;
}

.custom-blog-listing  .post-meta .month, .post-meta .year {
    display: block;
    font-size: 17px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding: 0px;
    font-family: 'OpenSansSemiBold';
  font-weight:400;
}

.custom-blog-listing  .post-meta .day {
    display: block;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    padding: 0px 12px 0px 12px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
  	font-weight:400;
}

.custom-blog-listing  .content-inner {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    font-family: 'proxima nova', sans-serif;
    border: none!important;
  	font-weight:400 !important;
}

.custom-blog-listing  .post-header {
    margin-bottom: 12px;
    font-size: 11px;
    color: #888;
    font-family: 'proxima nova', sans-serif;
}

.custom-blog-listing  .post-header h2 {
    margin-bottom: 2px;
    font-size: 26px;
    line-height: 30px;
    font-family: 'proxima nova', sans-serif;
    color: #444;
    letter-spacing: -0.5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.custom-blog-listing  .post-header h2 a {
    color: #029ee2!important;
    text-decoration: none;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
  		font-size: 26px;
}
.custom-blog-listing  .post-header h2 a:hover {
     color: #444444!important;
}
.custom-blog-listing  .post-header span a {
    color: #888;
}



.custom-blog-listing  .post-header span a:hover {
    color: #029ee2!important;
    text-decoration: none;
}

.custom-blog-listing  .excerpt p:last-child {
    margin-bottom: 0px;
}

.custom-blog-listing  .excerpt {
    font-family: 'proxima nova', sans-serif;
    line-height: 28.8px;
    font-size: 16px;
  	font-weight:400;
}

.custom-blog-listing  .excerpt p {
    font-size: 16px !important;
    line-height: 28.8px;
}

.custom-blog-listing  a.more-link {
    display: inline-block;
    margin-top: 25px;
    cursor: default;
    color: #fff;
    padding-top: 0;
    font-family: 'proxima nova', sans-serif;
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    background-color: #333;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    width: auto;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    font-family: 'proxima nova', sans-serif;
    line-height: normal;
}

.custom-blog-listing  a.more-link:hover {
    background-color: #029ee2 !important;
}
.custom-blog-listing .blog-pagination {
    margin: 0;
    padding-left: 95px;
    line-height: 32px;
    width: 100%;
    position: relative;
}

.custom-blog-listing .blog-pagination  a.previous-posts-link {
    float: left;
    margin: 0px 5px 0px 0px;
    margin-left: 0px;
    font-family: 'proxima nova', sans-serif;
    background-image: url(//4061101.fs1.hubspotusercontent-na1.net/hubfs/4061101/Beam_Dental_March2018%20Theme/Images/portfolio-arrows@2x.png?t=1527245676990);
    background-position: 13px 12px;
    text-indent: -9999px;
    height: 32px;
    background-color: #333333!important;
    width: 32px;
    background-repeat: no-repeat!important;
    border-radius: 0!important;
    color: #FFFFFF !important;
    cursor: pointer;
    padding: 11px 13px 10px 13px!important;
    text-decoration: none;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    background-size: 49px;
}

.custom-blog-listing  .blog-pagination a.next-posts-link {
    background-image: url(//4061101.fs1.hubspotusercontent-na1.net/hubfs/4061101/Beam_Dental_March2018%20Theme/Images/portfolio-arrows@2x.png?t=1527245676990);
    background-position: -30px 11px;
    text-indent: -9999px;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat!important;
    background-color: #333333!important;
    background-size: 52px;
}
.custom-blog-listing .blog-pagination a:hover {
    background-color: #029ee2 !important;
}
.blog-listing-wrapper .post-listing .post-item {
    border:0;
    padding:0;
    margin:0;
}
.custom-blog-post .post-banner-area {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    display: block!important;
    -webkit-font-smoothing: antialiased;
    transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
    -moz-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
    -webkit-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
    -o-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);
    padding-bottom: 0;
      min-height: 176px !important;
}

.custom-blog-post  .post-banner-area .page-center {
    width: 100%;
    padding: 0 90px !important;
    max-width: 100% !important;
}

.custom-blog-post  h1.entry-title {
    font-family: 'OpenSansSemibold';
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 8px;
    display: block;
    color: #fff;
    z-index: 101;
    max-width: 800px;
    letter-spacing: -1px;
    position: relative;
    padding-top: 91px;
  	font-weight:400;
}

.custom-blog-post  div#single-below-header {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 11px;
    color: rgba(255,255,255,0.8);
  font-weight:400;
}

.custom-blog-post  div#single-below-header span {
    padding: 0 10px 0 10px;
    font-size: 11px;
    line-height: 16px;
    border-left: 1px solid #DDDDDD;
    border-color: rgba(255,255,255,0.25);
    display: inline-block;
}

.custom-blog-post  div#single-below-header span:first-child {
    padding-left: 0;
    border: none;
}

.custom-blog-post  span.fn {
    padding-right: 0 !important;
}

.custom-blog-post  div#single-below-header a {
    color: rgba(255,255,255,0.8);
}

.custom-blog-post  div#single-below-header a:hover {
    color: #029ee2!important;
    text-decoration: none;
}

.custom-blog-post  .single-meta {
    background-color: rgba(20, 20, 20, 0.8);
    padding: 15px;
    min-height: 55px;
    float: none;
    z-index: 102;
    display: inline-block;
    margin-top: 13px;
}

.custom-blog-post  a.facebook-share {
    padding-right: 10px;
}

.custom-blog-post  .facebook-share, .custom-blog-post  .twitter-share, .custom-blog-post  .google-plus-share, .linkedin-share {
    color: inherit;
    min-height: 20px;
    transition: width 0.2s linear;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    /* font-size: 24px; */
}

.custom-blog-post  .nectar-social > * {
    border-right: 1px solid #ddd;
    border-color: rgba(255,255,255,0.25);
}

.custom-blog-post  .nectar-sharing {
    padding-left: 13px;
}

.custom-blog-post  a.facebook-share i {
    color: #fff;
    padding-right: 3px;
}

.custom-blog-post  a.facebook-share i, .custom-blog-post  .twitter-share i, .custom-blog-post  .linkedin-share i {
    background-color: transparent!important;
    border-radius: 0px!important;
    font-weight: normal!important;
    font-size: 20px!Important;
    min-height: 20px!important;
    width: auto!important;
    line-height: 19px!important;
    color: #ddd;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    line-height: 20px !important;
    font-size: 24px !important;
}

[class^="icon-"] {
    display: inline-block;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    top: -2px;
    word-spacing: 1px;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    vertical-align: middle;
}

.custom-blog-post  .icon-facebook:before {
    content: "\f09a";
}

.custom-blog-post  a.twitter-share {
    padding-right: 8px;
}

.custom-blog-post  .icon-twitter:before {
    content: "\f099";
}

.custom-blog-post  .icon-linkedin:before {
    content: "\f0e1";
}

.custom-blog-post  .nectar-sharing i {
    padding-right: 4px;
}

.custom-blog-post  .nectar-social > *:last-child {
    border-right: 0px!important;
    padding-right: 0px!important;
}

.custom-blog-post  .nectar-social {
    line-height: 28px;
}

.custom-blog-post  .single-meta a:hover i {
    color: #029ee2!important;
}

.custom-blog-post .single-meta a:hover {
    text-decoration: none;
}
.custom-blog-post .page-center.content-wrapper {
    padding: 0 90px !important;
    padding-top: 70px!important;
    margin-top: 0!important;
    padding-bottom: 40px;
    background: #fff;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
}

.custom-blog-post  .blog-content {
    max-width: 1000px;
    margin: 0 auto!important;
    padding-left: 0px;
    float: none!important;
    font-family: 'proxima nova', sans-serif;
    font-size: 16px;
}

.custom-blog-post  .blog-content p {
    font-family: 'proxima nova', sans-serif;
    padding-bottom: 27px;
    font-size: 16px !important;
    line-height: 29px;
    color: #676767 !important;
}

.custom-blog-post  .blog-author-wrapper {
    margin-bottom: 50px;
    min-height: 80px;
    padding-bottom: 20px;
    border: none;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #999;
    visibility: visible;
    border-bottom: 1px solid #999;
}

.custom-blog-post  .full-width-section img {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px!important;
    position: relative;
    width: 80px;
    height: 80px;
    max-width: 100%;
}

.custom-blog-post  div#author-info {
    width: 600px!important;
    margin: 0 auto;
    padding-left: 0!important;
    font-family: 'proxima nova', sans-serif;
}

.custom-blog-post  div#author-info h3 {
    color: #444;
    letter-spacing: -0.5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: 'proxima nova', sans-serif;
    font-size: 19px !important;
}

.custom-blog-post  div#author-info h3 span {
    display: block;
    margin-bottom: 5px;
    line-height: 12px;
    font-size: 12px;
    text-transform: none;
    font-family: 'proxima nova', sans-serif;
}

.custom-blog-post  div#author-info p {
    max-width: 70%;
    margin: 0 auto;
    float: none !important;
    padding-bottom: 27px;
    width: 100%;
    font-size: 16px;
    line-height: 29px;
}

.custom-blog-post  a.nectar-button {
    display: inline-block;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
    margin-bottom: 10px;
    letter-spacing: 2px!important;
    font-family: 'OpenSansbold';
    font-weight: normal;
    font-size: 13px;
    padding: 15px 22px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    background-color: transparent;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    opacity: 1;
    transition: all 0.2s linear!important;
    -moz-transition: all 0.2s linear!important;
    -webkit-transition: all 0.2s linear!important;
    -o-transition: all 0.2s linear!important;
    border-radius: 2px!important;
    -webkit-border-radius: 2px!important;
    -o-border-radius: 2px!important;
    border: 2px solid rgba(255,255,255,0.75);
    border-color: rgba(0, 0, 0, 0.75);
    color: rgb(0, 0, 0);
}

.custom-blog-post  a.nectar-button:hover {
    background-color: #029ee2!important;
    color: #fff !important;
    text-decoration: none;
    border-color: #029ee2!important;
}
.custom-blog-post  .section.post-footer {
    padding-left: 90px;
    padding-right: 90px;
    margin: 0 auto !important;
    width: 100%;
    float: none !important;
    display: block;
}

.custom-blog-post  .section.post-footer h3 {
    margin-bottom: 50px;
    text-align: center!important;
    font-family: 'openSansSemiBold';
    text-transform: none;
    letter-spacing: -0.5px;
    font-size: 19px;
    line-height: 34px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
  	color:#444 !important;
}

.custom-blog-post  .hs-form-field>label {
    font-family: 'proxima nova', sans-serif;
    font-size: 16px;
    line-height: 29px;
    font-style: normal;
    color: #676767;
}



.custom-blog-post  span.hs-form-required {
    color: #029ee2!important;
}

.custom-blog-post  input[type="text"],.custom-blog-post  input[type="password"],.custom-blog-post  input[type="email"], .custom-blog-post  input[type="file"], .custom-blog-post  textarea, .custom-blog-post  select {
    background-color: #f6f6f6 !important;
    line-height: 22px;
    color: #555;
    background-color: #efefef;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    font-family: 'OpenSansRegular';
    width: 100%;
    border: 1px solid #ccc!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    font-size: 16px!important;
    -o-box-shadow: none!important;
    padding: 16px!important;
    max-width: 100%;
}

.custom-blog-post  textarea {
    line-height: 89px;
}

.custom-blog-post  .hs-button.primary, .custom-blog-post  input[type="submit"] {
    border: 1px solid #029ee2;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    background: #029ee2 !important;
    padding: 16px!important;
    border-radius: 0!important;
    line-height: 14px !important;
}

.custom-blog-post  .actions {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 20px;
    font-family: 'proxima nova', sans-serif;
}

.custom-blog-post .hs-button.primary:hover, .custom-blog-post  input[type="submit"]:hover {
    border: 1px solid #029ee2;
  	color: #029ee2;
  	background-color: transparent !important;
}
.custom-blog-post #comments-listing {
  margin:0;
  padding:0;
  border:none;
}
.blog-title {
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 36px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 14px;
}

.blog-title h1 {
    font-size: 28px;
    margin-bottom: 0px;
    font-family: 'OpenSansSemibold';
    letter-spacing: -1px;
    position: relative;
    text-transform:capitalize;
    line-height:42px;
    color:#444;
}
.custom-blog-listing .post-meta .month {
    padding-right: 5px;
}
body.blog.custom-blog-listing {
    -webkit-font-smoothing: antialiased;
}
.blog .back-to-top{
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 10000;
    height: 29px;
    width: 29px;
    background-color: rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    position: fixed;
    text-align: center;
    line-height: 12px!important;
    right: 17px;
    bottom: -30px;
    background-color: rgba(0,0,0,0.4);
  	opacity:0;
    transition:all 0.3s ease-out;
  `border-radius: 0 !important;
}

.blog .back-to-top  i {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    word-spacing: 1px;
    vertical-align: middle;
    max-width: 100%;
    position: relative;
    color: #fff;
    display: inline-block;
    line-height: 29px!important;
    width: 29px!important;
    height: 29px!important;
    font-size: 14px!important;
    top: 0px!important;
    left: 0px!important;
    text-align: center!important;
}


.blog a.back-to-top i:before {
    content: "\f106";
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
.blog   a.back-to-top:hover {
    background-color: #00E3FB !important;
    text-decoration: none;
}
.blog a.back-to-top.active {
    bottom:17px;
    transition:all 0.3s ease-out;
    opacity:1;
}
@media(min-width: 873px) and (max-width:910px) {
    .custom-sign-in-wrapper p:before {
        left:-19px
    }

    .custom-sign-in-wrapper p {
        padding-right: 0;
        padding-left: 17px
    }

    .custom-sign-in-wrapper {
        margin-left: 0 !important
    }
}
@media(max-width: 1000px) {
.custom-blog-listing .page-center.content-wrapper {
    padding: 0 20px;
    padding-top: 22px;
}
  .custom-blog-post  .section.post-footer {
    padding-left: 20px;
    padding-right: 20px;
}
.custom-blog-post .page-center.content-wrapper {
    padding: 0 20px !important;
    padding-top: 70px!important;
}
.custom-blog-post .post-banner-area .page-center {
    width: 100%;
    padding: 0 20px !important;
    max-width: 100% !important;
}
}
@media(max-width: 873px) {
    .custom-footer-wrapper {
        padding-bottom:150px
    }

    .custom-sign-in-wrapper {
        display: none !important
    }

    .custom-menu-primary.show-mobile {
        display: block !important
    }

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

    .custom-header-logo img {
        margin-left: 6px;
        margin-bottom: 17px
    }

    .header-container-wrapper .page-center {
        padding: 15px 30px 0
    }

    .banner-content h1 {
        font-size: 36px;
        line-height: 42px
    }

    .custom-banner-wrapper {
        padding-top: 26px;
        padding-bottom: 55px
    }

    .mobile-open .custom-header-wrapper {
        height: 100%;
        z-index: 9999
    }

    .custom-sign-in-wrapper.mobile-view {
        display: block !important;
        font-weight: 100
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: relative;
        top: 2px;
        left: 0;
        overflow-y: auto !important;
        max-height: 68vh
    }

    .header-container-wrapper {
        background-color: #f6f6f6;
        min-height: 75px;
        width: 100%
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children>a:after {
        right: 2px
    }

    .custom-sign-in-wrapper p:before {
        display: none
    }

  

    .custom-sign-in-wrapper {
        padding-top: 22px;
        margin-left: 7px !important
    }

    .custom-sign-in-wrapper p {
        padding-left: 29px
    }
}

@media(max-width: 767px) {
    .custom-ft-social-icon .col2 {
        width:57.33% !important;
        display: inline-block
    }

    .custom-logo-hippa {
        width: 48% !important;
        display: inline-block !important
    }

    .custom-footer-menu.menu-b {
        margin-left: 0 !important;
        width: 50%;
        display: inline-block
    }

    .custom-footer-menu-wrapper .col2 {
        width: 57.33% !important;
        display: inline-block;
        margin-left: 3px !important
    }

    .custom-footer-address {
        margin-left: 0 !important;
        width: 48% !important;
        display: inline-block !important
    }

    .custom-footer-menu.menu-a {
        width: 40.2% !important;
        margin-right: 3px
    }

    .custom-footer-menu-wrapper .col1 {
        width: 40.66% !important
    }

    .custom-header-logo img {
        margin-bottom: 16px
    }
}

@media(max-width: 710px) {
    .custom-ft-social-icon .col1 {
        width:100% !important;
        margin-bottom: 48px
    }

    .custom-ft-social-icon .col2 {
        width: 100% !important
    }

    .custom-footer-social-icon {
        width: 60% !important
    }

    .custom-footer-social-icon ul li {
        width: auto;
        padding-right: 6px
    }

    .custom-logo-hippa {
        width: 39% !important;
        text-align: right;
        vertical-align: top
    }

    .custom-footer-menu-wrapper .col1 {
        max-width: 450px;
        width: 100% !important;
        display: block
    }

    .custom-footer-menu.menu-a {
        width: 49% !important;
        margin-right: 0
    }

    .custom-footer-menu-wrapper .col2 {
        max-width: 450px;
        width: 100% !important;
        margin-left: 0 !important
    }

    .custom-footer-contect-us {
        width: 49% !important
    }
}
@media(max-width:690px) {
  .custom-blog-listing .post-meta {
    display:none !important;
    }
  .custom-blog-listing .post-header h2 ,.custom-blog-listing .post-header h2 a {
    font-size: 18px;
  }
  .custom-blog-listing .post-header {
      font-size: 10px;
  }
  .custom-blog-listing .page-center.content-wrapper {
      padding: 0 15px;
      padding-top: 22px;
      max-width: 450px!important;
}
  .custom-blog-listing .post-content {
    padding-left: 0;
  }
  .custom-blog-post div#author-info {
    width: 100% !important;
  }
    .custom-blog-post .section.post-footer {
      padding: 0 53.500px !important;
  }
  .custom-blog-post div#author-info p {
      max-width: 100%;
  }
  .custom-blog-post .blog-author-wrapper {
      padding-left: 56px;
      padding-right: 56px;
  }
  .custom-blog-post .page-center.content-wrapper {
      padding: 0 53.500px !important;
      padding-top: 70px!important;
  }
  .custom-blog-post .post-banner-area .page-center {
      width: 100%;
      padding: 0 53.500px !important;
      max-width: 100% !important;
  }
  .custom-blog-post h1.entry-title {
    font-size: 24px!important;
    line-height: 30px!important;
    margin-bottom: 4px!important;
}
  .blog-title h1 {
     font-size: 24px!important;
  }
}
@media(max-width: 479px) {
    .custom-logo-hippa {
        text-align:left;
        margin-top: 40px
    }

    .custom-footer-contect-us {
        width: 100% !important;
        margin-bottom: 40px
    }

    .custom-footer-social-icon {
        width: 100% !important
    }
      .custom-blog-post .section.post-footer {
        padding: 0 20px !important;
    }
 
    .custom-blog-post .blog-author-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom-blog-post .page-center.content-wrapper {
        padding: 0 20px !important;
        padding-top: 70px!important;
    }
    .custom-blog-post .post-banner-area .page-center {
        width: 100%;
        padding: 0 20px !important;
        max-width: 100% !important;
    }
}

@media(max-width: 400px) {
    .email-prefs .item .item-inner * {
        font-size:12px
    }

    .subscribe-options label {
        margin-left: 0
    }
}

@media(max-width: 500px) {
    .banner-content h1 {
        font-size:34px;
        line-height: 42px
    }

    .custom-banner-wrapper {
        padding-top: 26px;
        padding-bottom: 35px
    }
}

@media(max-width: 338px) {
    .email-prefs .item .item-inner * {
        font-size:11px
    }

    .subscribe-options label span {
        font-size: 12px
    }

    .subscribe-options label {
        margin-left: 0
    }
}