/* ==========================================================================
   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('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800|Rubik:300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/*
font-family: 'Rubik', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #5f6a7d;
    line-height: 1.7em;
     -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

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

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


/* =============== 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:0 0 15px;
    line-height: 1.2em;
    font-family: 'Open Sans', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: inherit;
    color: #0080ff;
}
h2 {
	  /* font-family: 'Dosis', sans-serif; */
    font-size: 29px;
    color: #404040;
    font-weight: 600;
    line-height: 130%;
}
h3 {
    color: #333e48; 
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
}
h4 {
    color: #333e48; 
    font-size: 26px;
    font-weight: 600;
}
h5 {
    font-size: 16px;
    color: #5f6a7d;
    font-weight: 400;
    text-transform: normal;
}
h6 {
    font-size: 14px;
    color: #404040;
    font-weight: 400;
    text-transform: inherit;
}

/* Anchor Links */
a {
    color: #000000;
    text-decoration: none;
}
a:hover, a:focus {
    color: #0080ff;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 0px;
  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-height{
    min-height:51px !important;
}
.custom-position{
    position:fixed;
    top:0;
    left:0;
    width:100% !important;
    background:#fff;
    z-index:99;
    border-bottom: 1px solid #e3e3e3;
}

.scroll-header .custom-position{
    border-bottom: 1px solid #e3e3e3;
}

.custom-logo{
    padding:0 0 0 20px;
}
.custom-logo img{
    max-width:160.5px;
}

.custom-title { 
    padding-bottom:33px; 
}

.custom-header-phone {
    text-align: right;
    padding: 14px 20px 0 0;
    color: #333e48 !important;
}
.custom-header-phone a {
    color: #333e48;
}
.custom-header-phone a:hover {
    color: #0080ff;
}

.custom-banner-area{
    min-height: 0px !important;
    background-size:cover !important;
    background-repeat:no-repeat;
    position:relative;
}
.custom-banner-area:after{
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #000000;
    opacity: 0.5;
    z-index:0;
}
.custom-banner-area .page-center{
    padding: 10px 20px;
}
.custom-banner-area h1{
    /*
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 51px;
    font-weight: 300;
    font-weight: 500;
    line-height: 1.3em;
    margin:0;
    */
    padding: 48px 0 0;
    position:relative;
    z-index:1;
    color: #ffffff;
    text-align: center;

}
.custom-banner-area h2 {
    /*
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 24px;
    font-style: inherit;
    font-weight: 300;
    padding-top: 6px;
    padding-bottom: 40px;
    line-height: 1.3em;
    margin:0;
    font-family: 'Open Sans', sans-serif;
    */
    position:relative;
    z-index:1;
    text-align: center;
    color: #e0e0e0;

    padding-bottom: 40px;
}

.custom-form-group{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.94);
    text-align: center;
    transition: all ease-in-out .25s;
    z-index:9999;
}
.custom-search-form:before {
    content: '';
    display: inline-block;
    height: 41vh;
    vertical-align: middle;
    margin-right: -.25em;
}
.custom-form-group .mk-fullscreen-close {
    position: absolute;
    right: 48px;
    top: 70px;
    transition: -webkit-transform ease-out .2s;
    transition: transform ease-out .2s;
    transition: transform ease-out .2s,-webkit-transform ease-out .2s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width:30px;
    height: 26px;
}
.custom-form-group .mk-fullscreen-close:hover{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.custom-form-group .mk-fullscreen-close svg {
    height: 26px;
    fill: #fff;
}
.custom-form-titie-group{
   -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    display: inline-block;
    max-width: 1000px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    transition: all ease-in-out .3s;
}
.custom-form-titie-group p {
    font-size: 14px;
    margin-bottom: 42px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 1.7em;
    text-transform: inherit;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B'; /* OLD */
    font-family: 'Open Sans', sans-serif;
}
.custom-form-titie-group form{
    position: relative;
    max-width: 800px;
    margin:0 auto !important;
}
.custom-form-titie-group input[type="text"]{
    background-color: transparent;
    box-shadow: 0 3px 0 0 rgba(255,255,255,.1);
    border: 0;
    text-align: center;
    font-size: 35px;
    padding: 20px;
    color: #fff;
    transition: all .3s ease-out;
    width:100%;
    outline:0;
    font-family: 'Open Sans', sans-serif;
    margin:0;
}
.custom-form-titie-group .fullscreen-search-icon {
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 28px;
    color: #fff;
    color: rgba(255,255,255,.2);
    transition: all .2s ease-out;
}
.custom-form-titie-group .mk-svg-icon {
    width: auto;
    height: auto;
    fill: rgba(255,255,255,.2);
    color: rgba(255,255,255,.2);
}
.custom-form-titie-group .mk-svg-icon:hover {
    color: rgba(255,255,255,.3);
    fill: rgba(255,255,255,.3);
}


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

.body-container-wrapper {
    padding:88px 0 0; /* OLD */
    padding:40px 0 0; /* NEW */
}
.body-container .page-center{
    padding:0 15px 40px;
}

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

.hs_cos_wrapper_type_rich_text ul li { margin-bottom:8px; }


/* =============== Responsive Video (embedresponsively.com) =============== */

.embed-vimeo { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
}
.embed-vimeo iframe, 
.embed-vimeo object, 
.embed-vimeo embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; height: 
    100%; 
}
.embed-youtube { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-youtube iframe, 
.embed-youtube object, 
.embed-youtube embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

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

.footer-container-wrapper {
    
}
.footer-container {}
.custom-footer-top{
    background-color: #333;
    padding:36px 0 40px;
}
.custom-footer-top .page-center{
    padding:0 20px;
}
.custom-top-footer-content{
    padding: 0 2%;
}

.custom-top-footer-content h4{
    text-transform: inherit;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0px;
}
.custom-get a{
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    text-transform: inherit;
    display: block;
    color: #333333 ;
    max-width: 400px;
    text-align: center;
    padding: 12px 18px;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0px;
    background-color: #797777;
    transition:all 0.5s;
}
.custom-get a:hover{
    color: #333333;
    background-color: #636262;
}

.custom-top-footer-content ul{
    display:block;
    margin:0;
    padding:0;
    list-style:None;
}
.custom-top-footer-content ul li{
    display:inline-block;
    margin: 5px 1px;
    vertical-align:top;
    line-height:normal;
}
.custom-top-footer-content ul li:last-child {
    margin-left: 62px;
    margin-top: -3px;
    position: relative;
    top: 4px;
}
.custom-top-footer-content ul li a{
    transition:all 0.5s;
}
.custom-top-footer-content ul li a img{
    max-width:115px;
}
.custom-top-footer-content ul li:hover{
    opacity: 0.7;
}
.custom-top-footer-content  .mk-svg-icon {
  transition:all 0.5s;
}
.custom-top-footer-content  .mk-svg-icon {
    width: auto;
    height: auto;
    fill: #797777;
    color: ;
}
.custom-footer-bottom{
    background:#000;
}
.custom-copyright p,
.custom-footer-copyright p {
    margin:0;
    font-size: 11px;
    letter-spacing: 0px;
    color:#eaeaea;
    line-height: 16px;
    opacity: .8;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding: 25px 0 20px;
}
.custom-footer-social {
    text-align: right;
    padding: 20px 0 20px;
}
.custom-footer-menu ul{
    display:block;
    margin:0;
    padding:0;
    text-align:right;
    list-style:None;
}
.custom-footer-menu ul li{
    display:inline-block; 
    margin: 25px 12px 20px 8px;
}
.custom-footer-menu ul li a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    color:#eaeaea;
    display: block;
    font-size: 12px;
    line-height: 16px;
    transition:all 0.5s;
    opacity: .8;
}
.custom-footer-menu ul li a:hover{
    opacity: 1;
}



#back-to-top{
    right: 15px;
    opacity: 1;
    outline: 0 none;
    text-decoration: none;
    background-color: rgba(0,0,0,.2);
    display: block;
    position: fixed;
    bottom: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    transition: all .2s ease-in-out;
}
#back-to-top svg {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    margiN:0 auto !important;
    fill: #fff;
    height: 45px !important;
    text-align: center;
    width: 16px;
}
#back-to-top:hover {
    background-color: rgba(0,0,0,.3);
}

/************ Landign Pages Stylng ******************/

.landing-page.one-column form .hs-form-field > label,
.landing-page.two-column .sidebar.right form .hs-form-field > label,
.landing-page.three-column .main-content form .hs-form-field > label,
.custom-landing-form-group form .hs-form-field > label{
    display: none;
}

iframe, embed, object{
    max-width:100%;
}
select {
    -webkit-appearance: menulist;
    
}
.spacer-below-header,
.spacer-below-header-responsive {
    padding:43px 0 0;
}
.custom-grey-bg {
    overflow: hidden;
    padding: 35px 35px 40px 35px;
    border: 1px solid #dddddd;
    background: #dce3e7;
    margin-top: 47px;
    width: 100%;
}
.image-background {
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: auto;
    height: auto;
    margin-bottom:-1px;
}
p.center-image {
    text-align: center; 
    margin:0;
}
p.privacy {
    font-size: 13px;
    font-style:italic;
    margin-top:0;
    margin-bottom:15px;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float:right;
    padding:0;
    display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    display:inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    border-top: 3px solid transparent;
    color: #757575;
    font-size: 10px;
    font-weight: 500;
    padding:  21px 25px 11px;
    text-transform: inherit;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: normal;
    transition:all 0.5s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #000000;
    border-top: 3px solid #0080ff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
    padding:13px 19px 11px 15px;
    line-height: normal;
    border-top:3px solid transparent !important ;
    color: #757575;
}
.mk-svg-icon{
    transition:all 0.5s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a.mk-svg-icon-wrapper svg .mk-svg-icon{
    color: #757575;
    fill: #757575;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover a .mk-svg-icon{
    color: #0080ff;
    fill: #0080ff ;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #000000 ;
    border-top: 3px solid #0080ff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
    background-color: #fff;
    padding: 8px 0;
    -webkit-box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15);
    margin-top: 3px;
    left:4px !important;
    min-width:230px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li.active a,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li.active.active-branch a{
    background-color: #f5f5f5;
    color: #000000 ;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul:before{
    height: 7px;
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul:after {
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #0080ff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li{
    display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li a{
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: left;
    float: none;
    margin: 0;
    padding: 10px 20px;
    transition: all .2s ease-in-out;
    text-decoration: none;
    white-space: normal !important;
    color:#444;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:hover > a{
    background-color: #f5f5f5;
    color:#000;
}
.mk-svg-icon{
    fill: #444444;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li.hs-item-has-children:hover a .mk-svg-icon{
    color: #0080ff;
    fill: #0080ff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li.hs-item-has-children a i.menu-sub-level-arrow {
    float: right;
    position: relative;
    right: -10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li.hs-item-has-children ul{
    background-color: #ffffff;
    min-width:230px;
    padding: 8px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li.hs-item-has-children ul li a{
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 18px;
    color: #444444;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul li.hs-item-has-children ul li a:hover{
    color: #000000 ;
    background-color: #f5f5f5;
}


/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:961px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-search-form-mobile{
        display:none !important;
    }
}


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

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

@media (max-width:960px){

    .custom-menu-primary{
        width:100% !important;
        margin:-1px 0 0 !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; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: -32px;
    right: 30px;       /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0;
    background:transparent; /* Background color */
    border: 0px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000; 
  }
  
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    border-color: transparent;
  }

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

  /* 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: 18px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #757575; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  
  .mobile-open .mobile-trigger i{
      background:transparent;
  }
  .mobile-open .mobile-trigger i:before{
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    top:0;
  }
  .mobile-open .mobile-trigger i:after{
    top:0;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 44px !important; /* Button width */
    min-width: 44px !important;
    height: 44px !important; /* Button height */  
    padding: 0 !important;
    border-left: 0px dotted rgba(255, 255, 255, .20);
    line-height: 44px;
    opacity: .7;    
  }
  .child-trigger:hover{
      opacity:1;
  }
    .child-trigge .mk-nav-arrow {
        color: #444444 ;
        fill: #444444 ;
    }
    .child-trigger svg.mk-svg-icon {
        line-height: 44px;
        display: block;
        height: 44px !important;
    }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

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

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
       padding:1px 0 4px !important;
       margin:0 !important;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-bottom: 1px solid rgba(128,128,128,.2);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    border-bottom: 0px solid rgba(128,128,128,.2);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #444444 !important;
    border:0;
    border-top: 1px solid rgba(255,255,255,.1);
    display: block;
    padding: 15px 20px !important;
    text-align: left;
    text-transform: inherit;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a{
      display:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
     border-top: 1px solid rgba(255,255,255,.1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
      background-color: rgba(0,0,0,.03);
  }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul:after{
        display:none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
        background-color: #fff;
        padding: 0 0 0 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-top: 0;
        left: 0 !important;
        min-width: 100%;
        border-top: 1px solid rgba(128,128,128,.2);
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li a{
        font-size: 12px;
        line-height: 12px;
        margin: 0;
        padding: 12px 15px 12px 15px !important;
        text-align: left;
        text-transform: none;
        font-weight: 400;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul{
        display:block !important;
        visibility:visible !important;
        opacity:1 !important;
        padding: 0 0 0 5px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul li a{
        font-size: 12px;
        line-height: 12px !important;
        margin: 0;
        padding: 12px 15px 12px 15px !important;
        text-align: left;
        text-transform: none;
        font-weight: 400;
    }
    .custom-height {
        min-height: auto !important;
    }
    .custom-position {
        position: static !important;
    }
    .mk-svg-icon-wrapper{
        display:none !important;
    }
    .custom-search-form-mobile{
        display:block;
        padding: 11px 10px 10px;
        position: relative;
        line-height: 24px;
    }
    .custom-search-form-mobile form input[type="text"]{
        width: 100%;
        padding: 12px 42px 12px 12px;
        border: 1px solid rgba(0,0,0,.15);
        background-color: rgba(0,0,0,.02);
        box-shadow: none!important;
        border-radius: 0;
        color: #9e9e9e!important;
        font-family: 'Open Sans', sans-serif;
        outline:0;
        font-size: 13px;
    }
    .custom-search-form-mobile form input[type="text"]:focus{
        background-color: #fff;
        border: 1px solid #dcdcdc;
    }
    .custom-search-form-mobile form{
        position:relative;
    }
    .custom-search-form-mobile form i {
        position: absolute;
        right: 12px;
        bottom: 9px;
        width: 23px;
        height: 23px;
        display: block;
    }
    .custom-search-form-mobile .mk-svg-icon{
        width: 20px;
        fill: rgba(0,0,0,.3);
        height: 19px;
    }
    .custom-search-form-mobile form input[type="submit"]{
        border:0;
        margiN:0;
        background:none;
        padding:0;
        width: 100%;
        height: 100%;
        background: 0 0;
        border: none;
        outline: 0;
        position: absolute;
        left: 0;
        top: 0;
        box-shadow:none;
        cursor:pointer;
    }
}

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


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

/* Blog Post and Listing Body Class */
.blog {}
.blog .body-container-wrapper{
    padding:10px 0 0;
}

/* Blog Post */
.hs-blog-post {}
.hs-blog-post .custom-list-title{
    display:none !important;
}
.hs-blog-post .hs-blog-header h1{
    text-align:left;
}
/* Blog Listing */
.hs-blog-listing {}
.hs-blog-listing .custom-post-title{
    display:none !important;
}
.hs-blog-listing .custom-recommended-post{
    display:none !important;
}
/* Blog Columns Wrapper */
.blog .content-wrapper {}


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

.blog .blog-content {}

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

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

/* Blog Title */

.custom-blog-title-group{
    padding: 15px 0;
}
.hs-blog-header h1 {
    text-align:center;
    font-size: 34px;
    color: #444444;
    text-transform: inherit;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 25px 20px 15px;
    line-height: 120%;
    font-family: 'Open Sans', sans-serif;
}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-body h2 {
    font-size: 15px;
    line-height: 24px;
    margin: 10px 0;
    text-transform: inherit;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif;
}
.post-body h2 a {
    color: #000000;
    text-decoration: none;
    transition:all 0.5s;
}
.post-body h2 a:hover{
    color: #0080ff;
}
.custom-date{
    margin-bottom: 10px;
    color: #999;
    font-style: italic;
    font-size: 11px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    color: #999;
    font-style: italic;
    font-size: 14px;
    display: inline-block;
    width:47%;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {
    color: #0080ff;
}
.custom-post-date{
    color: #0080ff;
}

#hubspot-author_data a.author-link:hover{
    color: #000000;
}
#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%;
}
.hs-blog-post .body-container .blog-content a{
    color: #0080ff;
}
.hs-blog-post .body-container .blog-content a:hover{
    color: #000000;
}
/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    display:inline-block;
    vertical-align:top;
    width:33.33%;
    margin:0 0 0 -3px;
}
.blog-listing-wrapper .post-listing .post-item .item-inner {
    margin: 0 12px 24px 12px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    padding: 20px;
}
.custom-read-more-comment{
    position: relative;
    padding: 15px 20px;
    border-top: 1px solid #e3e3e3;
}
.custom-read-more-comment a{
    color: #777;
    line-height: 12px;
    font-weight: 700;
    font-size: 12px;
    transition: all .15s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}
.custom-read-more-comment a.more-link:hover{
    color: #252525;
}
.more-link{
    display:inline-block;
}
.custom_listing_comments{
    float:right;
}
.custom-read-more-comment a svg {
    height: 16px;
    fill: #898989;
    vertical-align: middle;
    margin:0 5px 0 0;
}

.blog-post-wrapper .post-body {}





/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {
    position:relative;
    display:block;
}
.image-hover-overlay {
    background-color: #0080ff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition:all 0.5s;
}
.hs-featured-image-wrapper .hs-featured-image-link:hover .image-hover-overlay {
    opacity:0.9;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0;
}

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

/* Blog Topics List */
#hubspot-topic_data {
    margin:0 0 40px;
    font-size: 12px;
    color: #999;
}
#hubspot-topic_data a.topic-link {
    font-size: 12px;
    padding: 5px 8px;
    margin: 0 5px 5px 0;
    background: #bebebe;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    display: inline-block;
    line-height: 13px;
    transition: all .15s ease-in-out;
}
#hubspot-topic_data a:first-child.topic-link {
    margin-left: 10px;
}
#hubspot-topic_data a.topic-link:hover {
    background-color: #0080ff;
    color: #ffffff;
}
.about-author-sec{
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    padding: 20px 0;
    margin-bottom: 40px;
}

.about-author-sec .span2 {
    display: block;
    width: 80px;
    float: left;
}
.about-author-sec .span2 img{
    border-radius: 50%;
    display: block;
    margin: 8px 0 0 0;
    border: 1px solid #eee;
    max-width: 100%;
}
.about-author-sec h3{
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.custom-recommended-post{
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ddd;
}
.custom-recommended-post h3{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif;
    color: #5f6a7d;
    letter-spacing: 0px;
}
.related-post-item{
    display:inline-block;
    vertical-align:top;
    width:33.33% !important;
    margin:0 0 0 -3px;
}
.custom-related-inner{
    border: 1px solid #efefef;
    margin: 0 10px 20px;
}
.related-image a{
    position:relative;
    display:block;
}
.related-image a:hover .image-hover-overlay{
    opacity:0.9;
}
.related-title a{
    padding: 15px 10px;
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: inherit;
    letter-spacing: 0px;
    white-space: normal !important;
    color: #000000 !important;
}
.related-title a:hover{
    color: #0080ff !important;
}

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

.hs-blog-post .section.post-header{
    margin:0 0 30px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 0px solid #ccc;
}
.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; }

.new-comments h3{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: inherit;
    letter-spacing: 0px;
    color: #5f6a7d;
    font-family: 'Open Sans', sans-serif;
}
.blog .body-container .new-comments input[type="submit"]{
    border: none;
    outline: 0!important;
    font-size: 13px;
    line-height: 13px!important;
    padding: 12px 15px;
    text-transform: inherit;
    vertical-align: top;
    letter-spacing: 0px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 700 !important;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}


.custom_blog_next-previous .mk-svg-icon{
    fill:#fff;
    color:#fff;
}
.custom-previous a{
    display:block;
}
.custom-previous{
    position:fixed;
    top:50%;
    margin-top: -115px;
    width: 260px;
    transition: all .6s;
    left: -200px;
}
.custom-previous:hover{
    left:0;
}
.custom-pre-inner{
    position:relative;
    z-index:99;
    background-color: rgba(0,0,0,.3);
    
}
.custom-previous:hover .custom-pre-inner{
    background-color: #252525;
}
.custom-pre-image{
    height: 130px;
    width: 130px;
    line-height: 4px;
}
.custom-pre-image img{
    width:100%;
    height:100%;
}

.hs-image-widget {
  border-radius:8px;
}
.custom-pre-inner .custom-pre-arow {
    position: absolute;
    width: 70px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    right: 0;
    top: 0;
    transition:all 0.5s;
}
.custom-previous:hover .custom-pre-inner .custom-pre-arow {
    width: 130px;
}
.pre-topic-title{
    text-align: right;
    padding: 20px 20px 16px;
    background-color: rgba(255,255,255,.85);
    border: 1px solid #f0f0f0;
    transition: all .3s ease-in .2s;
    -webkit-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translate(0,-50px);
    opacity: 0;
}
.custom-previous:hover .pre-topic-title{
    opacity: 1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.title-pre{
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #252525 !important;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: inherit;
}
.pagi-pre-topic{
    margin:0;
    font-weight: 500;
    font-size: 10px;
    text-transform: inherit;
    display: block;
    color: #888 !important;
    letter-spacing: 0px;
    padding: 5px 0 0;
}

.custom-previous svg {
    vertical-align: middle;
    height: 16px;
    transition: all .3s ease-in;
}

.custom-next{
    position:fixed;
    top:50%;
    margin-top: -115px;
    right:-200px;
    width: 260px;
    transition: all .6s;
}
.custom-next:hover {
    right:0;
}
.custom-next a{
    display:block;
}
.custom-nex-image{
    height: 130px;
    width: 130px;
    line-height: 4px;
    float: right;
}
.custom-nex-image img{
    width:100%;
    height:100%;
}
.custom-nex-inner {
    float: right;
    width: 100%;
    position:relative;
    z-index:999;
    background-color: rgba(0,0,0,.3);
}
.custom-next:hover .custom-nex-inner {
    background-color: #252525;
}
.custom-nex-inner .custom-nex-arow {
    position: absolute;
    width: 70px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    left: 0;
    top: 0;
    transition:all 0.2s;
}
.custom-next:hover .custom-nex-inner .custom-nex-arow {
    width: 130px;
}
.custom-next svg {
    vertical-align: middle;
    height: 16px;
    transition: all .3s ease-in;
}

.nex-topic-title {
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px 20px 16px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    transition: all .3s ease-in .2s;
    -webkit-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translate(0,-50px);
    opacity: 0;
}
.custom-next:hover .nex-topic-title {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}





/* Pagination */
/* Numbered Pagination */
.blog-pagination{
    display: block;
    text-align: left;
    padding: 65px 12px 40px;
}

.blog-pagination > div{
    display: inline-block;
    font-size: 12px !important;
    line-height:12px  !important;
}
.blog-pagination > div.custom-page-count {
    float: right;
    opacity: .6;
    font-size: 16px !important;
    color: #5f6a7d;
    font-weight: 400;
    font-family: 'Gotham Narrow A';
    line-height: 1.7;
}
.blog-pagination-left{
    text-align: right;
}

.blog-pagination-right{
    text-align: left;
}

.blog-pagination a{
    display: inline-block;
    text-align: center;
    padding: 10px 14px;
    line-height: 12px;
    font-size: 12px !important;
    font-weight: 700;
    color: #fff;
    background: #a1a1a1;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .2s;
    vertical-align: middle;
}

.blog-pagination a:hover,
.blog-pagination a:focus{
    border: none;
    background: #000;
    color: #fff;
    text-decoration: none;
}

.blog-pagination a.elipses{
    border: 0;
}

.blog-pagination a.active{
    border: none;
    background: #000;
    color: #fff;
    font-size: 12px !important;
    pointer-events: none;
    cursor: default;
}

.blog-pagination a.next-link,
.blog-pagination a.prev-link{
    height: 36px;
    width: 38px;
    border: 2px solid transparent;
    position: relative;
    transition: all .2s ease;
    background:transparent;
}
.blog-pagination a svg {
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{
    border: 2px solid rgba(0,0,0,.4);
}

/* 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 h3{
    text-transform: inherit;
    font-size: 14px;
    color: #333333;
    font-weight: bolder;
    margin-bottom: 15px;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7em;
}

.sidebar-active {
    background:rgba(0,0,0,0.03);
}

.custom-all-topic ul{
    display:block;
    margin:0;
    padding:0;
    list-style:None;
}
.custom-all-topic ul li{
    display:inline-block;
    margin: 8px 3px 0 0;
}
.custom-all-topic ul li a{
    font-size: 12px!important;
    line-height: 100%;
    padding: 8px 10px;
    background-color: rgba(0,0,0,.07);
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #333333;
    text-decoration: none;
}
.custom-all-topic ul li a:hover {
    background-color: #bebebe;
    color: #ffffff;
}
.filter-link-count{
    display:none ;
}

.custom-resources ul{
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}
.custom-resources ul li{
    display:block;
    border-bottom: 1px solid #ebebeb ;
}
.custom-resources ul li:last-child{
    border:0;
}
.custom-resources ul li a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #333333;
    padding:6px 10px 6px 22px;
    font-size: 14px;
    line-height:27px;
    display:block;
    transition:all 0.5s;
}
.custom-resources ul li a:hover{
    color: #0080ff;
}
.custom-resources ul li a svg{
    fill: #333333;
    color: #333333;
    margin:0 5px 0 0;
}
.custom-resources ul li a:hover svg{
    fill: #0080ff;
    color: #0080ff;
}

.custom-rec-post-wrapper{
    margin: 0 0 12px;
    overflow: hidden;
}
.rec-image-wrapper{
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 7px 0 0;
    width: 80px;
}
.post-title{
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0 10px;
}
.post-title a{
    color: #333333;
    display: block;
    font-size: 13px;
    text-decoration: none;
    line-height: 18px;
}
.post-title a:hover{
    color: #0080ff;
}

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


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

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

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

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

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

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


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


/* =============== Global Form Styles =============== */
.custom-form{
    width:50% !important;
}
/* Form Field */
.hs-form-field {}

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

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

.invalid.error{
    background-color: rgba(255, 180, 180, 0.6) !important;
}
.hs-error-msgs{
    margin:10px ;
    color: rgb(255, 71, 71) !important;
    font-size: 14px !important;
    text-transform: inherit !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}


/* 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%;
    min-height: 50px;
    padding: 5px 10px !important;
    -webkit-appearance: none !important;
    border: 1px solid rgba(0,0,0,.6);
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    transition: all .25s ease-in-out;
    outline: none;
    margin: 5px 0;
        
    /* NEW */
    font-family: 'Open Sans', sans-serif;
}

.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: 2px solid #000;
    background: #fff;
}

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

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


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

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

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

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


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

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

/* Inputs */
#comment-form input[type="text"] {
    border: 1px solid #e3e3e3;
    background-color: #fdfdfd;
}
#comment-form input[type="text"]:focus {
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

#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"],
.download-button {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  
    font-family: 'Open Sans', sans-serif;
    font-weight: 500 !important;
    font-style: normal;
    font-size: 18px;
    background: #0080ff;
    text-transform: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-delay: 0s, 0s, 0s;
    -webkit-transition-duration: 0.2s, 0.2s, 0.2s;
    -webkit-transition-property: color, background, border;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: none;
    border-top-width: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 18px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding: 1em 1.8em;
    position: relative;
    text-align: center;
    text-decoration: none solid rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.2s, 0.2s, 0.2s;
    transition-property: color, background, border;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    vertical-align: middle;
    word-wrap: break-word;
    white-space: normal;
    zoom: 1;
    -webkit-appearance: none;
    margin:15px 0;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover,
.download-button:hover {
    background-color: #000;
    color:#fff;
}

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


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

.hs_cos_wrapper_type_form .hs-button.primary.large { width: 100%;}
.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 {}


/* =============== CTA Optional Custom Style =============== */

.pw-button {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: bold;
  margin: 20px 0 !important;
  color: #ffffff;
  background: #0080ff;
  word-break: break-word;
  border-radius: 8px;
}

.pw-button:hover {
  background: #4ba5ff !important;
  color: #ffffff !important;
  text-decoration: none;
}

a.pw-button:focus {
    color: #ffffff;
    background: #4ba5ff;
}
body .pw-button {
    font-weight:500px !important;
}
.pw-button.blue {
    background-color: #0080ff;
    color: #ffffff;
}
.pw-button.blue:hover, .pw-button.blue:focus {
    background-color: #000000;
    color: #ffffff !important;
}
.pw-button.white {
    background-color: #ffffff;
    color: #000000;
}
.pw-button.white:hover, .pw-button.white:focus {
    background-color: #0080ff;
    color: #ffffff !important;
}
.button-center .hs_cos_wrapper_type_module {
      text-align: center;
}


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


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


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

.visible-sm { display:none !important; }
.hubspot .visible-sm { display:inherit !important; }

@media (max-width: 1600px) {
    .footer-container .page-center{
        padding:0 15px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(6).hs-item-has-children > ul{
        left:auto !important;
        right:0 !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(7).hs-item-has-children > ul {
        left:auto !important;
        right:0 !important;
    }
}



@media (max-width: 1292px) {
    .body-container .page-center{
        padding:0 20px 40px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding: 0 11px 0 0;
    }
    .custom-footer-menu ul {
        margin: 0 0 0 -60px;
    }
    .custom-footer-menu ul li {
        margin: 25px 8px 20px;
    }
}


@media (max-width: 1160px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding: 21px 19px 11px;
    }
}

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

@media (max-width: 1060px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding: 21px 14px 11px;
    }
}

@media (max-width: 990px) {
    .custom-top-footer-content ul li:last-child {
        margin-left: 12px;
    }
}

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

@media (max-width: 960px) {
    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3).hs-item-has-children>ul li .child-trigger,
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul li.hs-item-has-children a i.menu-sub-level-arrow{
        display: none !important;
    }
    .custom-copyright,
    .custom-footer-copyright,
    .custom-footer-social,
    .custom-footer-menu {
        width:100% !important;
        margin:0 !important;
        text-align:center;
    }
    .custom-footer-menu ul {
        margin: 0 0 20px;
        text-align: center;
    }
    .custom-footer-menu ul li {
        margin: 25px 10px 20px;
    }
    .custom-copyright p, 
    .custom-footer-copyright p {
        padding: 20px 0 10px;
    }
    .custom-footer-social {
        padding: 10px 0 20px;        
    }
    .blog .blog-content{
        width:100% !important;
    }
    .blog .blog-sidebar{
        width:100% !important;
        margin:60px 0 0 !important;
    }
    .blog-listing-wrapper .post-listing .post-item{
        width: 50%;
    }
    .related-post-item {
        width: 50% !important;
    }
}






@media (max-width: 767px) {
    .hidden-sm { display:none !important; }
    .visible-sm { display:inherit !important; }
    .hubspot .hidden-sm { display:inherit !important }
    .custom-logo{
        padding:0;
        text-align:center;
    }
    .custom-logo img {
        /* max-width:250px; */
    }
    .custom-header-phone {
        display:none !important;
    }
    .custom-footer-menu ul {
        margin: 0 0 52px;
        text-align: center;
    }
    .body-container img{
        margin-bottom:20px;
    }
    .spacer-below-header-small {
        padding:8px 0 0;
    }
    p.center-image {
        margin-top:30px;
        margin-bottom:35px;
    }
     .center-image img {
        max-width: 80%;
        margin-left:auto;
       margin-right:auto;
    }
    .custom-grey-bg img{
        display:block;
        float:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .custom-footer-menu ul li {
        margin: 10px auto;
        display: block;
    }
    .custom-copyright p,
    .custom-footer-copyright p {
        padding: 30px 0 10px;
    }
    .custom-footer-social {
        padding: 10px 0 20px;        
    }
    .custom-top-footer-content {
        padding: 0 2%;
        text-align: center;
    }
    .custom-top-footer-content ul li:last-child {
        margin: 67px 0 4px;
        display: block;
    }
    .custom-get a{
        margin: 0 auto 23px !important;
    }
    .custom-form{
        width:100% !important;
    }
    .body-container .hs-form{
        margin:0 0 30px; margin:0;
    }
    .custom-post-pagination-group{
        display:none !important;
    }
}



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

@media (max-width: 650px) {
    .custom-header-phone { display:none !important; }
    .custom-banner-area h1,
    h1 {
        font-size:30px;
    }
    .custom-banner-area h2,
    h2 {
        font-size:29px;
    }
    .title-responsive h1 {
        font-size:26px;
    }
     .custom-banner-area h2,
    h2 {
        font-size:24px;
    }
    h3 {
        font-size:22px;
    }
    .title-responsive h2 {
        font-size:24px;
    }
    .blog-listing-wrapper .post-listing .post-item{
        width: 100%;
        margin:0;
    }
    .blog-listing-wrapper .post-listing .post-item .item-inner {
        margin: 0 0 24px;
    }
    .custom-related-inner {
        margin: 0 0 20px;
    }
    .related-post-item {
        width: 100% !important;
        margin: 0;
    }
}