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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/* 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 {
    font-size: 16px;
    color: #252525;
    font-weight: 500;
    font-family: Roboto;
    line-height: 1.66em;
   -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background:#339BCB;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:#339BCB;
  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 {
 line-height: 1.3em;
  font-family: Roboto;
    margin: 0 0 .8em;

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
    font-weight: 400;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 28px;
  font-family:700;
}
h4 {
  font-size: 24px;
  font-family:700;
}
h5 {
 font-family:"Arial Black", Gadget, sans-serif;
  font-size:16px;
  line-height:27px;
  color:#333;
  font-weight:700;
}
h6 {
  font-weight: 700;
  font-size: 14px;
  color: #393836;
  text-transform:uppercase;
}

/* Anchor Links */
a {
   color: #1e73be;
   outline: 0 none;
    text-decoration: none
}
a:hover, a:focus { color: #209bcb; }

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

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

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


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

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

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

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


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


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

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

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

.header-container {
    min-height: 126px;
   background-color: #58585a;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

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

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

.custom-top-header {
    background-color: #565656;
    transition: all .3s ease-in-out;
}

.mk-header-social.toolbar-section {
    display: inline-block;
    float: right;
    line-height: 35px;
    padding-right: 4px;
}

.mk-header-signup {
    display: inline-block;
    float: right;
    margin: 0 10px 0 0;
    line-height: 32px;
    color: #fff;
    vertical-align: middle;
}

.mk-header-social.toolbar-section ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
    position: relative;
    top: 1px;
}

.mk-header-social.toolbar-section li {
    margin: 0;
    display: inline-block;
    margin-right: -4px;
}

.mk-header-social ul li a {
    position: relative;
    display: block;
    margin: 0 5px;
}

.mk-header-social svg {
    fill: #209bcb;
    vertical-align: middle;
}

.mk-header-signup a {
    line-height: 35px;
    color: #fff;
    font-size: 12px;
    position: relative;
    top: 3px;
}

.mk-subscribe-link svg {
    margin-right: 4px;
    fill: currentColor;
    vertical-align: middle;
}

.custom-logo img {
    width: 307px;
}

.scroll-header .custom-right-wrapper {
    float: right !important;
    text-align: right;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 36.66666666666666px;
}

.scroll-header .main-nav-side-search {
    line-height: 60px;
    height: 60px;
}

.custom-right-wrapper {
    margin-left: 0px !important;
    width: auto !important;
}


.custom-logo{
      transition: width .25s ease;
      -webkit-transition: width .25s ease;
      -moz-transition: width .25s ease;
      -ms-transition:width .25s ease;
      -o-transition: width .25s ease;
}

.custom-main-header {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  margin-left:0px !important;
}

.custom-logo {
    width: auto !important;
}

.custom-menu-primary {
    width: auto !important;
    margin-left: 31px !important;
}

.custom-header {
    width: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    transition: all .3s ease-in-out;
    z-index: 999;
    min-height: 126px !important;
}

.open-search div#mk-nav-search-wrapper {
    display: block;
}

.custom-header-wrapper {
    transition: height .25s ease,line-height .25s ease;
    -webkit-transition: height .25s ease,line-height .25s ease;
    -moz-transition: height .25s ease,line-height .25s ease;
    -ms-transition: height .25s ease,line-height .25s ease;
    -o-transition: height .25s ease,line-height .25s ease;
    height: 90px;
    line-height: 90px;
    position: relative;
}

.custom-search-wrapper {
    width: 14px !important;
    display: inline-block !important;
    float: none !important;
    position: relative;
    margin: 0 0 0 0px !important;
}

.main-nav-side-search {
    width: auto !important;
    display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: top;
    position: relative;
    line-height: 94px;
    height: 90px;
    width: 14px !important;
}

#mk-nav-search-wrapper {
    position: absolute;
    right: -51px;
    width: 330px;
    height: 56px;
    background-color: #fff;
    margin-top: -4px;
      display: none;
}

#mk-nav-search-wrapper form {
    display: block;
    overflow: hidden;
}


#mk-nav-search-wrapper input[type=text]:focus{
 outline:none !important;
}
#mk-nav-search-wrapper input[type=text] {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    height: 100%;
    background-color: #fff;
    padding: 0 10px;
    width: 275px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    border-right: none;
    font-size: 13px;
    color: #767676;
}

#mk-nav-search-wrapper .nav-side-search-icon {
    width: 56px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    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;
    background-color: #bfbcbc;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
}

#mk-nav-search-wrapper .nav-side-search-icon:hover {
    background-color: #209bcb !important;
}

#mk-nav-search-wrapper input[type=submit] {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: button;
}

#mk-nav-search-wrapper .nav-side-search-icon svg {
    fill: #fff;
}

.main-nav-side-search a.mk-search-trigger:hover .mk-svg-icon {
    fill: #209bcb;
}
.main-nav-side-search a.mk-search-trigger:hover {
    color: #209bcb !important;
}

.open-search .main-nav-side-search a.mk-search-trigger svg.mk-svg-icon {
    fill: #209bcb;
}

.scroll-header .custom-header {
    top: -32px !important;
    min-height: 90px !important;
}

.scroll-header .custom-logo img {
    width: 188px;
}

.scroll-header .custom-header-wrapper {
    height: 55px !important;
    line-height: 55px !important;
}
/* =============== Content =============== */

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

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


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

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

.custom-bottom-footer {
    background-color: #202020;
}

.custom-footer-menu ul li a {
    margin: 25px 12px 20px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 80;
    -khtml-opacity: 80;
    opacity: 80;
    opacity: .8;
    font-family: Roboto;
    color: #fff;
}

.custom-footer-menu ul {
    line-height: 59px;
    float: right !important;
    text-align: right;
}

.custom-bottom-footer .page-center {
    padding: 0px !important;
}

.custom-copyright p {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 16px;
    float: left;
    padding: 25px 0 20px;
    margin: 0px;
    opacity: 80;
    opacity: .8;
}

.custom-footer-menu {
    line-height: 11px;
}

.custom-top-footer {
    background-color: #1a1a1a;
    font-size: 14px;
    color: #e5e5e5;
    font-weight: 500;
    position: relative;
    padding: 50px 0 53px;
}

.custom-footer-form ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.custom-footer-form .hs-error-msgs label {
    padding: 0px;
    color: red !important;
}


.custom-footer-form .hs-input.invalid.error {
    border: 1px solid #fd5e5e!important;
}

.footer-col1.col a svg.mk-svg-icon {
    fill: currentColor;
}

.footer-col1.col a {
    color: #ebebeb;
    position: relative;
    display: inline-block;
    margin: 5px 15px 5px 0;
    line-height: 100%;
    opacity: .5;
    transition: all .2s ease;
}

.custom-footer-social-icon,
.custom-footer-wrap{
    margin-bottom: 39px;
}

.custom-footer-wrap ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.custom-top-footer h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    position: relative;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height:26px;
    font-family: "Arial Black", Gadget, sans-serif;
}

.custom-footer-wrap ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.custom-footer-wrap ul li svg {
    position: absolute;
    top: 2px;
    left: 0;
    vertical-align: middle;
    fill: currentColor;
    height: 16px;
    width: auto;
}
.custom-footer-wrap ul li {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
    line-height: 19px;
}

.custom-footer-wrap ul li span {
    line-height: 20px;
    color: #e5e5e5;
    font-weight: 500;
    font-size: 14px;
    font-family: "Arial Black", Gadget, sans-serif;
}

.footer-col1.col span a {
    color: #e5e5e5 !important;
    margin: 0;
    text-decoration: none;
    line-height: 18px;
    font-family: Roboto;
      opacity: 1;
}

.footer-col1.col span a:hover {
    color: #209bcb !important;
}

.hs-rss-item {
    margin-bottom: 0px;
}

.hs-rss-item-text a {
    color: #e5e5e5;
    margin: 5px 0;
    display: inline-block;
    text-decoration: none;
    line-height: 18px;
    font-family: Roboto;
}

.hs-rss-item-text a:hover {
    color: #209bcb;
}

.custom-footer-form input[type="text"], .custom-footer-form input[type="number"], .custom-footer-form input[type="email"], .custom-footer-form textarea, .custom-footer-form input[type="tel"] {
    border-color: rgba(255,255,255,.05);
    background-color: rgba(255,255,255,.03);
    color: #e5e5e5;
    margin-bottom: 6px;
    width: 100%;
    font-size: 13px;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.05);
    outline: 0;
    transition: all .15s ease-in-out;
    font-family: Roboto;
}

.custom-top-footer .hs-button.primary, .custom-top-footer input[type="submit"] {
    color: #fff;
    background-color: #209bcb !important;
    font-family: Roboto;
    padding: 12px 18px;
    font-size: 10px;
    transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    position: relative;
    display: inline-block;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: none;
    line-height: 10px;
}

.custom-footer-form textarea {
    margin-bottom: 1px;
    width: 100%;
    height: 120px;
}


span.hs-form-required {
    display: none;
}

.custom-top-footer .col {
    padding: 0 2%;
    width: 25% !important;
    margin: 0px;
}

.custom-footer-form {
    padding-bottom: 82px !important;
}

a#back-to-top svg {
    position: absolute;
    top: 15px;
    left: 15px;
    fill: #fff;
}

a#back-to-top:hover {
    background-color: rgba(0,0,0,.3);
}

.custom-footer-menu ul li a:hover {
    opacity: 1;
}

.footer-col1.col a:hover {
    color: #ebebeb !important;
    opacity: 1;
}

a#back-to-top {
    background-color: rgba(0,0,0,.2);
    display: block;
    position: fixed;
    bottom: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    right: -60px;
    transition: all .2s ease-in-out;
    outline: 0 none;
    text-decoration: none;
    right: 15px;
    opacity: 1;
}

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


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:1141px) {
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    float: none !important;
    display: inline-block;
    margin-right: -4px;
}
  
  form.responsive-searchform {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding-right: 25px !important;
    padding-left: 25px !important;
    text-transform: capitalize;
    letter-spacing: 0px;
    border-radius: 5px;
    border: 2px solid transparent;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    position: relative;
    box-sizing: border-box;
    padding-top: 2px;
    margin: 0 2px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) > ul > li > a:hover {
    color: #fff !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li > a:hover {
    color: #209bcb !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3):hover>ul>li>ul>li> a:hover {
    color: #209bcb !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    border: 2px solid #209bcb;
    background-color: #209bcb;
    color: #ffffff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
     border: 2px solid #209bcb;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
    left: 20px !important;
    right: auto;
    padding: 8px 0;
    border: 1px solid #209bcb;
    width: 284px !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul:after {
    background-color: #209bcb;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li > a{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    max-width: 242px !important;
    display: block !important;
    position: relative;
    line-height: 18px;
    text-align: left;
    float: none;
    margin: 0;
    padding: 10px 20px;
    transition: color .2s ease-in-out;
    color: #000000;
    white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

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

    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-header {
      width: 100%;
      position: relative;
      position: fixed;
      top: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      transition: all .3s ease-in-out;
      z-index: 99;
      min-height: 126px !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3):hover>ul>li>ul {
      opacity: 1 !important;
      visibility: visible !important;
      position: static !important;
      border: none;
      transition:0s !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3)>ul>li>ul:after {
        border: none;
        content: none;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) {
        position: static;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) > ul > li {
        width: 33% !important;
        display: inline-block;
        vertical-align: top;
          padding: 0 20px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(3)>>ul>li>ul {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
      position: static !important;
    }


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

    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) > ul {
        width: 100% !important;
        left: 0px !important;
      padding: 21px 0px 9px !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) ul {
        width: 100% !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3):hover>ul>li>ul>li> a {
        display: block;
        position: relative;
        text-align: left;
        float: none;
        margin: 0;
        padding: 10px 10px;
        line-height: 18px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) > ul > li > a {
        letter-spacing: 1px;
        text-align: left;
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
        padding: 9px 10px 16px 10px;
        margin: 0 0 6px;
        color: #ffffff;
    }

}


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

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

@media (max-width: 1140px){

  /* 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: 30px;           /* Position Button at right of screen */
    right: 20px;       /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    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; 
  }
  
  .mk-css-icon-menu div {
    background-color: #444444;
    height: 3px;
    margin-bottom: 3px;
    border-radius: 3px;
    display: block;
    position: relative;
}
  
 .mk-css-icon-menu {
    width: 18px;
    height: 18px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
  
  .mk-css-icon-menu-line-1, .mk-css-icon-menu-line-3 {
    transition: all .2s ease;
}
  
  .mk-css-icon-menu-line-2 {
    transition: opacity .1s ease;
}

  /* Change button when menu is open */
  
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 43px !important;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    line-height: 43px;
    opacity: 70;
    opacity: .7;
  }
  .child-trigger:hover{
    text-decoration: none;
    opacity:1;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     


  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .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 .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 > li {
    border-bottom: 1px solid rgba(128,128,128,.2);
}
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
   
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    border-top: 1px solid rgba(255,255,255,.1);
    display: block;
    padding: 15px 20px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #000;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
   
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 12px 17px 12px 20px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    border-top: 1px solid rgba(255,255,255,.1);
    display: block;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul > li:first-child {
    border-top: 1px solid rgba(128,128,128,.2);
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li .child-trigger {
    display: none !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    display: block !important;
}
  
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    background-color: rgba(0,0,0,.03);
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 5px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
 
}

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

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

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

#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: inherit;
   display: block;
   padding: 0;
}
.comment-reply-to{
margin-bottom: 15px;
}
.comment-from h4 {
   margin: 0;
   padding-top: 15px;
}

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

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#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 #cccccc;
border-top: 1px solid #cccccc;
height: auto;
margin-top: 10px;
padding: 10px 0 0;
}
.custom_listing_comments{
   border: 1px solid #E2E2E2;
   display: block;
   line-height: 165%;
   padding: 15px;
}

/* -------------------- Ends ----------- */
/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

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

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    font-size: 16px;
    color: #260303;
    line-height: 1.66em;
    font-family: Roboto;
}

/* 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 {
    font-size: 13px;
    color: #767676;
    padding: 10px 12px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
    font-family: Roboto;
    width: 100%;
    display: block;
    line-height: normal;
    max-width: 600px;
    border-radius: 0;
}

.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 {
  outline:none;
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
     cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 13px 35px;
    letter-spacing: 1px;
    outline: 0;
    color: #252525;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    border: 1px solid #252525;
    background-color: transparent;
    border-radius: 2px;
    transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    font-family: Roboto;
}


.body-container .widget-type-google_search input[type="text"] {
    margin-bottom: 11px;
}

.body-container ul.hs-error-msgs.inputs-list {
    margin: 0px 0 5px;
    padding: 0px;
    list-style: none;
}

.body-container .hs-error-msgs label {
    color: red;
    font-size: 12px;
    line-height: 27px;
    font-weight: 400;
}

.body-container .hs-form-field {
   margin-bottom: 17px!important;
}

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

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


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

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


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

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


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

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


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

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


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

.nav-info-container span.pagenav-category {
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    color: #888;
    letter-spacing: 1px;
    padding: 5px 20px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.custom-previous .pagenav-top .pagenav-image img.entry-img {
    width: 130px;
}

.custom-previous, .custom-next {
    position: fixed;
    top: 50%;
    margin-top: -115px;
    text-decoration: none;
    width: 260px;
    transition: all .6s cubic-bezier(.77,0,.175,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  z-index:9999;
}
.custom-previous:hover {
    left: 0px;
}

.custom-previous {
    left: -200px;
}

.custom-next:hover{
  right:0px
}

.custom-next{
  right:-200px;
}

.custom-previous:hover .nav-info-container,.custom-next:hover .nav-info-container {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    transition: all .5s cubic-bezier(.075,.82,.165,1) .4s;
}

.pagenav-top {
    height: 130px !important;
    display: block;
    position: relative;
    z-index:999;
}

.pagenav-top .pagenav-image {
    position: absolute;
    display: block;
    height: 130px;
    overflow: hidden;
}

.pagenav-top .mk-pavnav-icon {
    position: absolute;
    width: 130px;
    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;
    transition: background .3s ease-out;
    z-index: 999;
    background-color: rgba(0,0,0,.3);
   
}

.custom-previous .pagenav-top .mk-pavnav-icon {
   right: 0;
}

.custom-next .pagenav-top .mk-pavnav-icon{
  left:0;
}

.nav-info-container {
        height: 90px;
    width: 260px;
    overflow: hidden;
    transition: all .3s ease-in .2s;
    -webkit-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translate(0,-50px);
    opacity: 0;
}

.nav-info-container span.pagenav-title {
    display: block;
    height: inherit;
    background-color: #fff;
    background-color: rgba(255,255,255,.85);
    border: 1px solid #f0f0f0;
    width: inherit;
    text-align: right;
    box-sizing: border-box;
}
.nav-info-container span.pagenav-category {
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    color: #888;
    letter-spacing: 1px;
    padding: 5px 20px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.custom-next .pagenav-top .pagenav-image img {
    width: 130px;
   
}

span.pagenav-title {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #252525;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 20px 20px 0;
}
.custom-next .pagenav-top span.pagenav-image {
    right: 0px;
}

.custom-next .pagenav-top .mk-pavnav-icon svg {
    -webkit-transform: translate(-30px,0);
    -ms-transform: translate(-30px,0);
    transform: translate(-30px,0);
}


.custom-previous:hover .mk-pavnav-icon,.custom-next:hover .mk-pavnav-icon{
    background-color: #252525;
    width: 130px;
    height: 130px;
}


.pagenav-top .mk-pavnav-icon svg {
    vertical-align: middle;
    height: 16px;
     transition: all .3s ease-in;
}

.custom-previous .pagenav-top .mk-pavnav-icon svg {
   -webkit-transform: translate(30px,0);
    -ms-transform: translate(30px,0);
    transform: translate(30px,0);
}
.mk-svg-icon {
    width: auto;
    height: auto;
    fill: currentColor;
}

.custom-top-form h3 {
    margin-bottom: 8px;
    display: block;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #252525;
}



.custom-top-form .hs_cos_wrapper_type_form .hs-button.primary.large {
    margin: 0;
    border: none;
    outline: 0!important;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    float: right;
    background-color: #209bcb !important;
    color: #000 !important;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 13px !important;
    font-size: 13px;
    margin-bottom: 13px;
}

.custom-top-social {
    position: relative;
}


.custom-top-form input[type="email"] {
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    color: #767676;
    padding: 10px 12px;
    border: 1px solid #e3e3e3;
    outline: 0;
    font-family: Roboto;
}

.custom-top-form .hs_cos_wrapper_type_form:hover, .custom-top-form .hs-button.primary.large:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.custom-top-form ul.hs-error-msgs.inputs-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 13px;
}


.custom-top-form  .hs-error-msgs label {
    color: red;
}

.custom-top-form {
    position: absolute;
    right: 114px;
    width: 280px !important;
    top: 35px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 15px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
  transition:0.1s ease-in;
}

.open-form .custom-top-form {
    opacity: 1;
    visibility: visible;
}


.hs-featured-image-wrapper .hs-featured-image-link:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.hs-blog-listing .custom-form-title {
    display: none !important;
}

ul.post-social-list {
    position: absolute;
    left: -226px;
    bottom: -11px;
    background-color: #252525;
    margin: 0;
    list-style: none;
    text-align: center;
    padding: 13px;
}


.custom-menu-primary .hs-menu-wrapper > ul ul ul > li:first-child {
  border-top: none;
}

.custom-nonav-header.custom-header {
    background: #fff;
}

.custom-nonav-header.custom-header .page-center {
    padding-top: 35px;
}

.mk-header-signup a:hover {
    opacity: .8;
}

.show-data .social-icons-post {
    opacity: 1;
    visibility: visible;
}

.social-icons-post {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in;
}

ul.post-social-list:before {
    right: -5px;
    top: 50%;
    margin-top: -5px;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #252525;
    content: "";
}

.hs-blog-post span.listing-social-share {
    position: relative !important;
}

ul.post-social-list li a {
    color: #a8a8a8;
    display: block;
    padding: 0 10px;
    transition: all .2s;
}

ul.post-social-list li a svg {
    vertical-align: middle;
    height: 16px;
    width: 16px;
    fill: currentColor;
    transition: .3s ease-in;
}

ul.post-social-list li {
    display: inline-block;
}

ul.post-social-list li a:hover {
    color: #fff !important;
}

ul.post-social-list li a:hover svg {
    fill: #fff !important;
}

.hs-blog-post .by-line span.listing-social-share > svg,
.hs-blog-post .by-line span.custom_listing_comments > svg{
    fill: #898989 !important;
}

.hs-blog-post .by-line span.custom_listing_comments a {
    color: #898989 !important;
}

.custom-form-title {
    margin-top: 30px;
}

.hs-blog-post .by-line {
    background: transparent !important;
    border-top: 0px !important;
    padding: 0px !important;
    float: right;
}

.custom-form-title h3 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading-title h3 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height:26px;
    font-family: Arial Black, Gadget, sans-serif;
}

.hs-blog-post .post-header h2 a {
    font-size: 12px !important;
    line-height: 18px;
}


.related-image a:hover .image-hover-overlay {
    opacity: 0.8 !important;
}

.related-image a {
    display: block;
    width: 100%;
    position: relative;
}

.hs-blog-post .post-header h2 {
    padding: 15px 10px;
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0px !important;
}

  
.related-wrap .wrap-area {
    border: 1px solid #efefef;
    overflow: hidden;
    margin: 0 10px 20px;
}

.related-wrap {
    width: 33.3%;
    float: left;
}
.section.post-header h1 {
    font-size: 30px;
    color: #393836;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 1.3em;
    font-family: Roboto;
    margin-bottom: 14px;
}

.hs-featured-image-wrapper:hover .image-hover-overlay {
    opacity: .9;
}

.post-type-badge svg {
    height: 48px;
    fill: #fff;
}

.post-type-badge {
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    opacity: 0;
    margin: -24px 0 0 -24px;
    z-index: 10;
}

.hs-featured-image-wrapper:hover .post-type-badge{
  opacity:1;
}


.image-hover-overlay {
    background-color: #209bcb !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.hs-featured-image-wrapper {
    width: 100% !important;
    max-width: 100%;
    display: block;
    position: relative !important;
    height: auto !important;
    overflow: hidden;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
}

.hs-blog-post ul.social-list li a {
    font-size: 0px;
    width: 32px;
    height: 32px;
    margin: 0;
    margin-bottom: 5px;
    margin-right: 2px;
    display: block;
}
.hs-blog-post .banner-area {
    display: none;
}


.hs-blog-post ul.social-list li {
    display: inline-block;
}


.hs-blog-post ul.social-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.hs-featured-image-wrapper .hs-featured-image-link {
    display: block;
    width: 100%;
    max-width: 100%;
  transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
}

.blog-listing-wrapper .post-listing .post-item .post-item-container {
    margin: 0 12px 24px 12px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    position: relative;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.05);
}

.hs-blog-listing .by-line span.listing-social-share:hover svg,.hs-blog-listing .by-line span.custom_listing_comments:hover,
.hs-blog-listing .by-line span.custom_listing_comments a:hover{
    color: #b1b1b1;
    fill: #b1b1b1 !important;
}

ul.listing-social-list li a:hover {
    color: #9b9b9b;
    border-color: #9b9b9b;
}

.blog .by-line {
    background-color: #fafafa;
    border-top: 1px solid #e3e3e3;
    position: relative;
    z-index: 2;
    padding: 20px;
}

a.more-link svg {
    fill: #1e73be;
}

a.more-link:hover svg {
    fill: #252525;
}

a.more-link:hover {
    color: #252525!important;
}

a.more-link {
    line-height: 12px;
    font-weight: 700;
    font-size: 12px;
      transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
}


.by-line span.listing-social-share,.by-line span.custom_listing_comments {
    color: #ccc;
    cursor: pointer;
    font-size: 11px;
    margin-left: 15px;
    line-height: 26px;
    display: inline-block;
      border: none;
    padding: 0px;
}

.by-line span.listing-social-share{
 transition:all .3s ease-in-out;
}

 .open-social .social-icons ul {
    visibility: visible;
    opacity: 1;
    max-height: 77px !important;
    padding: 15px !important;
}

.social-icons ul {
    opacity: 0;
    max-height: 0px !important;
    visibility: hidden;
    padding: 0px !important;
} 

.hs-blog-listing .by-line span.custom_listing_comments a {
    color: #ccc;
    cursor: pointer;
}

.hs-blog-listing .by-line span.listing-social-share svg.mk-svg-icon,.hs-blog-listing .by-line span.custom_listing_comments svg.mk-svg-icon {
    vertical-align: middle;
    fill: currentColor;
    font-size: 13px;
}

.post-header h2 a {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    transition: all .15s ease-in-out;
}

a.next-posts-link.load-more:hover {
    background-color: #f5f5f5;
}

a.next-posts-link.load-more {
    margin: 40px auto;
    background-color: #fff;
    color: #252525!important;
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 15px 0;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
    border: 2px solid #e2e2e2;
    width: 50%;
    max-height: 60px;
    position: relative;
      transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
}
.section.post-footer .hs-input {
    max-width: 100%;
}

a.next-posts-link.load-more svg {
    height: 16px;
    margin-right: 10px;
    fill: #b5b5b5;
    vertical-align: middle;
}


.post-header h2 {
    line-height: 18px;
    margin-bottom: 10px!important;
    letter-spacing: 1px;
    font-size: 24px;
    color: #393836;
    font-weight: bold;
    text-transform: uppercase;
}

ul.listing-social-list li a svg {
    fill: #b9b9b9;
    height: 16px;
    vertical-align: bottom;
}

ul.listing-social-list li a {
    width: 30px;
    height: 30px;
    border: 1px solid #b9b9b9;
    margin: 0 3px;
    border-radius: 50%;
    display: block;
    font-family: Roboto;
}

ul.listing-social-list li {
    display: inline-block;
    margin: 0;
  transition:0.3s ease-in-out;
}

ul.listing-social-list {
    list-style: none;
    margin: 0;
    padding: 15px;
    border-top: 1px solid #e3e3e3;
    text-align: center;
    background-color: #fff;
}

.listing-content-wrap {
    padding: 20px;
}


.hs-featured-image-wrapper:hover img.hs-featured-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none;
    width: 100%;
    max-width: 100% !important;
    margin: 0px;
    transition: all .15s ease-in-out;
}

.blog-listing-wrapper .post-listing .post-item {
    width: 33.1% !important;
    float: left;
}


.banner-content h1 {
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    font-size: 34px;
    color: #ffffff;
    text-transform: none;
    font-weight: lighter;
    letter-spacing: 2px;
    margin: 25px 20px 15px;
    line-height: 120%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog .widget-type-google_search .hs-button.primary {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(//cdn2.hubspot.net/hubfs/4209006/KudosMedia_May2018%20Header%20/Images/search-icon.png?t=1526531606475);
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px !important;
    padding: 0px !important;
    width: 42px;
    height: 43px;
    line-height: 46px;
    display: block;
    background-color: none;
    border-left: none;
}

.blog .blog-sidebar .widget-type-google_search input[type="text"]:focus {
    border-color: rgba(0,0,0,.25);
}

.blog .widget-type-google_search .hs-button.primary:hover {
    background-color: transparent;
   transition: 0s !important;
   background-image: url(//cdn2.hubspot.net/hubfs/4209006/KudosMedia_May2018%20Header%20/Images/hover-back.png);
}


.custom-post-filter h3 {
    margin: 0;
    padding: 0 !important;
    border: 0;
    vertical-align: baseline;
    font-size: 16px;
    text-transform: capitalize !important;
    color: #666666 !important;
    letter-spacing: 0 !important;
}

.blog .blog-sidebar .widget-type-google_search input[type="text"] {
    margin: 0;
    padding: 12px 28px 12px 15px;
    width: 100%;
    border: 2px solid rgba(0,0,0,.12);
}

.custom-popular-post .pop-list-info {
    margin: 0 0px 5px 0px;
}

.custom-popular-post ul li a.pop-list-thumb {
    color: #333333;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 18px 0 0;
    width: 80px;
}

.custom-popular-post ul li {
    overflow: hidden;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

.blog-sidebar .input {
    margin-bottom: 40px;
  position:relative;
}

.custom-popular-post ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.custom-popular-post .pop-list-info a {
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 18px;
    outline: 0 none;
    text-decoration: none;
}

.custom-popular-post .pop-list-info a:hover {
    color: #209bcb;
}

.pop-list-info .date {
    color: #999;
    display: block;
    padding-top: 4px;
    font-size: 11px;
    line-height: 16px;
    font-style: italic;
    font-family: "Arial Black", Gadget, sans-serif;
}

.blog select#tinynav1 {
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    background-image: url(//cdn2.hubspot.net/hubfs/4209006/KudosMedia_May2018%20Header%20/Images/selectbox-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 12px 12px 16px;
    font-size: 12px;
    line-height: 14px;
    color: #252525;
    border-radius: 0;
    font-weight: 700;
    max-width: 240px;
    display: block;
    font-family: Roboto;
}

.blog .blog-sidebar .block {
    margin-bottom: 40px;
}



.blog .blog-sidebar h3 {
    margin-bottom: 0px;
    padding-bottom: 15px;
    line-height: 1.66em;
    text-transform: uppercase;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    position: relative;
    display: block;
    letter-spacing: 1px;
    font-family: "Arial Black", Gadget, sans-serif;
}

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

ul.l_tinynav1 {
    display: none;
}

.banner-content .page-center {
    padding: 0px !important;
}

.banner-content {
    padding: 15px 0;
}

 .blog-pagination{
        display: block !important;
    }
    .blog-pagination .no-post{
        display: none;
    }


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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1159px) {
.custom-menu-primary {
    margin-left: 0px !important;
}
}
@media (max-width: 1400px) {
.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > ul {
    right: 0px !important;
    left: auto !important;
}
}

@media screen and (max-width:1140px) {
  
form.responsive-searchform {
    padding: 10px !important;
    position: relative !important;
    line-height: 24px;
    padding-top: 12px !important;
}
  
.custom-nonav-header .custom-header-wrapper .page-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
}  
  
.responsive-searchform .text-input {
    width: 100%;
    padding: 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;
    left: 0px;
    font-size: 13px;
    outline: 0;
    margin-bottom: 4px;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
}
  
.responsive-searchform i {
    position: absolute;
    right: 22px;
    bottom: 14px;
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle;
    top: 22px;
}
  
.responsive-searchform i input[type="submit"] {
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-family: Roboto;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: inherit;
    vertical-align: middle;
    display: block !important;
} 
  
.responsive-searchform .text-input:focus {
    background-color: #fff;
    border: 1px solid #dcdcdc;
}
  
.custom-menu-primary .hs-menu-wrapper > ul > li.active {
    background-color: rgba(0,0,0,.03);
}  
  
.responsive-searchform i svg {
    fill: rgba(0,0,0,.3);
    height: 20px;
    width: 19px;
    vertical-align: middle;
}  

.header-container {
    background: #fff;
}
  
.custom-copyright p {
    padding-left: 20px !important;
} 
  
a#back-to-top {
    right: 22px;
    bottom: 72px;
}  
  
.custom-main-header .page-center {
    padding: 0px !important;
}  
  
.custom-logo {
    margin-left: 20px !important;
}  
  
.custom-main-header {
    background-color: #fff;
    position: static !important;
}  
  
.custom-header-wrapper{
  height:auto !important;
  }  
  
.custom-menu-primary {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0px !important;
} 
   
.custom-search-wrapper {
    display: none !important;
} 
  
.custom-right-wrapper {
    width: 100% !important;
    margin: 0px !important;
}  
  
}

@media screen and (max-width:780px) {
.custom-top-header {
    padding: 7px 5px 13px;
}
  
.custom-header {
    min-height: 90px !important;
} 
  
.header-container {
    min-height: 90px !important;
}  
  
.custom-top-form {
    position: absolute;
    left: 9px;
    max-width: 282px !important;
    top: 63px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 15px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s ease-in;
} 
  
.custom-top-form h3 {
    line-height: 25px;
}    
  
.custom-nonav-header.custom-header .page-center {
    padding-top: 0px;
}  
  
.open-head .custom-top-header {
    display: block !important;
}
  
.mk-toolbar-resposnive-icon.hidden-phone svg {
    fill: #000000;
    height: 16px;
}
.mk-toolbar-resposnive-icon.hidden-phone {
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 16px!important;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block !important;
}
  
.mk-header-social.toolbar-section {
    width: 100%;
    display: block;
    margin-left: 0px !important;
    padding-left: 10px !important;
    line-height: 31px;
}
  
.custom-top-header {
    display: none !important;
} 
  
.custom-header-wrapper {
    line-height: 74px;  
} 
.custom-logo img {
    width: 200px;
}  
  
.mk-header-signup {
    display: block;
    width: 100% !important;
    margin: 0px !important;
    padding-left: 10px;
    margin-top: -1px !important;
  position:relative;
}  
  

.custom-menu-primary {
    padding-top: 16px;
} 
  
span.mk-nav-arrow.mk-nav-sub-opened svg {
    margin: 0 auto !important;
    width: 55px;
    text-align: center;
    height: 43px !important;
    vertical-align: middle;
    line-height: 55px;
    display: block !important;
}
span.mk-nav-arrow.mk-nav-sub-opened {
    width: 55px;
    text-align: center;
    height: 43px !important;
    vertical-align: middle;
    line-height: 55px;
    display: block !important;
}  
}

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

#mk-nav-search-wrapper {
    position: absolute;
    right: 0px;
}

}

@media (max-width: 960px) {

.blog .blog-sidebar {
    width: 100% !important;
    margin: 0px;
}
  
.related-wrap {
    width: 50%;
}  
  
.by-line.post-byline {
    float: none!important;
    display: block;
    margin-bottom: 20px;
}  

.custom-header-wrapper .page-center {
    padding: 0px !important;
}
  
  
.hs-blog-listing .content-wrapper {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
  
.blog-content {
    width: 100% !important;
    display: block;
}  
  
.blog-listing-wrapper .post-listing .post-item {
    width: 49.5%!important;
}
  
.blog .blog-sidebar .widget-type-google_search input[type="text"] {
    max-width: 100%;
}

}
@media (min-width: 780px) {
.icon.mk-toolbar-resposnive-icon.hidden-phone {
    display: none !important;
}
  

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

  .custom-top-footer .col {
    padding: 0 2%;
    width: 31% !important;
    margin: 0px;
    margin-right: 2%;
}

}



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

@media (max-width: 767px) {

.custom-footer-menu ul li a {
    margin: 5px auto !important;
    text-align: center;
}
  
.blog .content-wrapper {
    padding-top: 26px;
    padding-bottom: 50px;
}  
  
.custom_blog_next-previous {
    display: none !important;
}  
  
.related-wrap {
    width: 100%;
}  
  
.related-image img {
    max-width: 100% !important;
    width: 100%;
}  
  
  
.blog-listing-wrapper .post-listing .post-item {
    width: 100% !important;
}
  
.blog-listing-wrapper .post-listing .post-item .post-item-container {
    margin-left: 0px;
  margin-right:0px;
}  
  
.custom-footer-menu ul {
    display: block !important;
    float: none !important;
    width: 100%;
    margin-left: 0px !important;
}
  
.mobile-open .mk-css-icon-menu-line-3 {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    top: -6px;
}
  
.mobile-open .mk-css-icon-menu-line-2 {
    opacity: 0;
}
  
.mobile-open .mk-css-icon-menu-line-1 {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    top: 6px;
}  
  
.custom-top-footer {
    padding: 50px 0 74px;
}
  
.custom-footer-wrap {
    margin-bottom: 30px;
} 
  
.custom-footer-social-icon {
    margin-bottom: 42px;
}
  
.custom-copyright p {
    display: block;
    float: none!important;
    text-align: center;
    clear: both;
    padding: 10px 10px 5px!important;
}
  
.custom-recent-post.col {
    margin-bottom: 40px;
}
  
.custom-top-footer .col {
    width: 100% !important;
}  

}  


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

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


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

.custom-logo img {
    width: 160px;
}
  
.custom-header-wrapper {
    line-height: 69px;
}
  
.custom-menu-primary {
    padding-top: 21px;
}  
}