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

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Fira+Mono:400,500,700&display=swap');
@import url('//fonts.googleapis.com/css?family=Fira+Mono:400,500,700&display=swap');
@import url('//fonts.googleapis.com/css?family=Fira+Mono:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fira+Mono:400,500,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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

/* ==========================================================================
   Variables
   ========================================================================== */



/* Typography  Change Your Font Style here */
 
        /*  */
    /*  */
      /*  */
                         /*  */
                         /*  */

/* Containers Wrapper Size */

 /* Used on '.wrapper' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/*ADD BACKGROUND COLOR HERE APPEARS ON HOVER*/

body .post-item .features-image-block .set-overlay{
    background:  ;
}







/*****************************************/
/* Start your style declarations here    */
/*****************************************/


 body{
   margin: 0 auto !important;
   margin: 0;
   float: none;
   padding: 0px;
   line-height: 1.1;
   font-size: 14px;
   font-weight: 400;
   color: #414447;
   background: #fff;
   max-width: 100%;
   font-family:'Fira Sans', sans-serif;;
   -webkit-font-smoothing: antialiased;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transform: translateZ(0);
   -webkit-font-smoothing: subpixel-antialiased;
   -webkit-filter: blur(0);
   overflow-x: hidden;
   min-height: 100%;
   width: 100%;
}
 
 h1,h2,h3,h4,h5{font-family:'Fira Mono', monospace;;}

.uppercase {text-transform: uppercase;}
 
 body .plugn{display:none;}

li{ list-style: none;}
.submitted-message{    height: 56px!important;} 
.hs-richtext p{
  font-family:'Fira Sans', sans-serif;!important;
font-size: 12px!important;
}

.blog-subscription-new p a{
  color: #0000ff!important;
  font-size: 14px!important;
}

    
 
 a {
 text-decoration: none;
 color: #34495e;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 -ms-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}

.no-needed{
  position:absolute;
}

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

.container-fluid .row-fluid .wrapper{
    max-width:1190px;
    padding-left:10px;
    padding-right:10px;
    float:none;
    margin:0 auto;
}

.row-fluid .widget-type-cell.wrapper-short {
    max-width: 790px;
    padding-left:10px;
    padding-right:10px;
    margin: 0 auto;
    float: none;
    display: block;
}

.header-container {
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-container-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding:10px 0px;
   
}

.header-container .hs_cos_wrapper_type_logo a img {
    max-height: 74px;
    width: auto;
}

.header-container .hs_cos_wrapper_type_logo a img {
    padding-top:12px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

@media(min-width:768px){
.header-container-wrapper.sticky-header {
    background: #000;
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    transition: transform .2s ease-in,opacity .3s ease-in;
    transform: translate(0,62px);
    margin-top: -62px;
    padding: 0px;
}

}

/* ==========================================================================
 
                                Navigation                                
 
   ========================================================================== */
   
   
   
   
.custom-menu-primary .hs-menu-wrapper>ul {
    background: ;
    padding-top:0px;
    float: right;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
  
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: inline-block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}  
   
.mobile-trigger, .child-trigger {
    display: none!important;
}

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


.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding:6px 15px;
    position: relative;
    color: #fff;
    display: block;
    font-weight: bold;
    font-family:'Fira Mono', monospace;;
    font-size: 12px;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li {
    font-weight:normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
}


 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: #ffffff;
    -webkit-transition: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #34495e;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 12px;
}




/* ==========================================================================
 
                                Call-to-Action                              
 
   ========================================================================== */
   
   

.header-cta {
    margin-top:20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.cta_border_button .cta_button{
    width:100%;
    max-width:172px;
    color:#fff;
    border-color: #34495e;
    background:#34495e;
    border-style: solid;
    border-width: 2px;
    text-transform:uppercase;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding:10px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center; 
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    -webkit-appearance: none;
    letter-spacing: .5px;
}

.cta_border_button .cta_button:hover {
    border: 2px solid #0F2030;
    border-color: #333;
    background: #0F2030;
    color: #FFF;
}




/* ==========================================================================
 
                                Body-Container                            
 
   ========================================================================== */


.body-container-wrapper {
   
}

.no-margin{
    margin-top:0px;
    margin-bottom:0px;
}

.font-semibold{
    font-weight:400;
}


/* ==========================================================================
 
                                Blog-Style                            
 
   ========================================================================== */
   
   
/*Post-Listing*/

.post-listing{
    display: block;
    margin: 0 -25px 0 0;
    padding: 0;
    overflow: hidden;
}

.post-item{
    display: block;
    box-sizing: border-box;
    margin: 0 0 25px 0;
}

.post-item-inner {
   
}
    
.post-item h2 a,
.post-item h2{
   font-size:22px;
   line-height: 1.3;
   margin:0px;
   padding:0px;
   color:#414242;
   font-family:'Fira Sans', sans-serif;;
   font-weight:400;
   letter-spacing: .25px;
   min-height:60px;
   text-align:center;
} 

.post-item span#hubspot-author_data {
    padding:15px 0 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #b3b2b2;
}

.post-item span#hubspot-author_data .author-link{
     color: #b3b2b2;
     font-weight: 400;
}

body .post-item a span.post-featured-image{
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.post-item .features-image-block{
    position: relative;
}

.post-item .features-image-block:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(17,29,47,0.5);
    top:0px;
    left:0px;
    right:0px;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


span.each-post-topic {
    position: absolute;
    top:12px;
    right:12px;
    z-index: 2;
}

span.each-post-topic a:first-child{
    display:inline-block;
}

span.each-post-topic a{
    border:1px solid #fff;
    text-transform:capitalize;
    text-decoration: none;
    font-size:16px;
    font-weight:400;
    display:none;
    padding: 10px 15px;
    border-radius:0px;
    letter-spacing: .25px;
    color:#ffffff;

}

.post-item .features-image-block:hover span.each-post-topic a{
    color:#000;
    border:1px solid #000;
    
}

.post-item .features-image-block:hover .set-overlay{
    opacity:1;
}

.post-item .features-image-block .set-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius:0px;
    background: linear-gradient(-45deg,rgba(78, 227, 242, 0.8),rgba(0, 0, 255, 0.87));
    text-transform: uppercase;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}


.post-item a.read-more-link{
    text-align: center;
    text-decoration:none;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    color:#000000;
    font-size:20px;
    line-height:50px;
    font-weight:400;
    border: 1px solid rgba(0,0,0,0.5);
    border-width: 1px 0;
    white-space: nowrap;
    min-width: 225px;
    max-width: 95%;
    letter-spacing: .05em;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
    
.social-shares{
    font-weight: bold;
    color: #aaa;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    letter-spacing: .06em;
    text-align: center;
} 
    
.hot-post-header .social-shares{
    position:relative;
    padding-top:30px;
    display:block;
    top:0px;
    bottom:0px;
} 

.hot-post-header .social-shares .fa{
    color:#ffffff;
}

.hot-post-header .social-shares .fa:hover{
    color:#4ee3f2;
}

.social-shares .fa{
    color:#000000;
    font-size:20px;
    padding:0px 10px;
}

span.hero-post-topic {
    display: block;
    padding-bottom: 15px;
}

.hot-post-header {
    min-height:500px;
    text-align: center;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 125px 0 75px;
}
    
.hot-post-header .wrapper.padded{
    position:relative;
    z-index:1;
    max-width:1100px;
}    
    
.hot-post-header:after{
    content:"";
    position:absolute;
    top:0px;
    right:0px;
    left:0px;
    width:100%;
    height:100%;
    display:block;
    background:rgba(0,0,0,0.6);
}    
    
.hot-post-header .cell-wrapper{
   
} 

.hot-post-header h1,
.hot-post-header h1 a{
    font-size:45px;
    font-weight:700;
    text-shadow:1px 0 1px #000;
    color: #fff;
    margin:0px;
    line-height:1.2;
}


.hero-post-topic a{
    border:1px solid #fff;
    text-transform:capitalize;
    text-decoration: none;
    font-size:16px;
    font-weight:400;
    margin-right:3px;
    display:inline-block;
    padding: 10px 15px;
    border-radius:0px;
    letter-spacing: .25px;
    color:#ffffff;
}

.hero-post-topic a.post-topic-link{
  display:none;
}
    
.hot-post-header a:hover{
     opacity:0.7;
}


.hero-post-topic a.post-topic-link.post-topic-link-1{
  display:inline-block;
}

 a.hero-author-link {
    color: #fff;
    font-size: 16px;
    text-decoration:none;
}

a.hero-author-link:hover,.section.post-body a{
    color:#0000ff;
    text-decoration:none;
}
    
.post-details {
    color: #fff;
    font-size: 16px;
    padding: 35px 0px 25px;
    display: block;
}   
    
.hot-post-header a.more-link {
    margin: 0 auto;
    display: block;
    color: #fff;
    font-weight: 700;
    border: 1px solid #0000ff;
    max-width: 150px;
    padding: 15px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    background: #0000ff;
  border-radius: 40px;
}
    
.hot-post-header a.more-link:hover{
    opacity:0.7;
}
    
.blog-post-date,.blog-post-date .fa{
    color:#ffffff;
    font-size:16px;
} 

p.share-text {
    margin: 0;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}
    
.blog-outer-section{
    padding-top:50px;
}


.blog-section .post-listing .post-item:first-child{
   
}

body.author-page .blog-section .post-listing .post-item:first-child,
body.topic-page .blog-section .post-listing .post-item:first-child{
    display:block;
}



.post-item .post-body{
    padding:20px; 
    text-align:center;
}

.post-item .post-body p {
    line-height: 1.5;
}

/*Sidebar Style*/

.blog-sidebar h3{
    font-size: 16px;
    margin-top: 0;
    color: #000;
   font-family:'Fira Sans', sans-serif;;
    font-weight: 400;
}

.post-topic{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.offer-cta {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.post-topic ul{
    list-style:none;
    padding:0px;
    margin:0px;
}
    
.post-topic ul li{
    display:inline-block;
    margin-right:7px;
    margin-bottom:10px;
}

.post-topic ul li a{
    background: #fff;
    font-weight: bold;
    color: #000;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    font-family:'Fira Sans', sans-serif;;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
}
.post-topic ul li a:hover{
    background:#4ee3f2;
    color:#ffffff;
    border-color:#4ee3f2;
}

.body-container .tabber-tabs {
    list-style: none;
    padding: 0;
    margin: 0px 0px;
    border-bottom:1px solid #e7e7e7;
}

.tabber-tabs>li {
    float: left;
    width: 48%;
}

.tabber-tabs>li:first-child + li{
    margin-left:4%;
}


.tabber-tabs>.active>a,
.tabber-tabs>.active>a:hover,
.tabber-tabs>.active>a:focus {
    color: #4a4a4a;
    cursor: default;
    background-color: #fff;
    border-bottom:4px solid #0000ff;
    font-weight:700;
}

.tabber-tabs>li>a {
    padding-right: 12px;
    padding-left: 12px;
    line-height: 14px;
    padding-top:10px;
    padding-bottom:10px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    border-bottom:4px solid transparent;
    font-size: 15px;
    font-weight: 700;
    color: #4a4a4a;
}

.tabber-content {
    background: #fff;
    padding: 8px 0px 0px 0px;
    //border: 1px solid #ddd;
}

.pop-custom-post-item .post-bg {
    background-position: top center;
    height: 70px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    background-color: #333;
}

.pop-custom-post-item {
    margin-bottom: 20px;
}

.pop-post-title>a {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    font-weight: 400;
}

.pop-custom-post-item:last-child{
  margin-bottom:0px;
}

@media(max-width:767px){
    
  .span4.pop-post-image {
    width: 31.914893614%;
    float: left
  }

  .span8.pop-post-title {
    width: 65.95744680199999%;
    margin-left: 0px;
    float: left;
    padding-left: 15px
  }
  
  .rss-blog {
    max-width: 320px;
}
}

.custom_listing_comments .fa-comment,
.comment{
    color:#4ee3f2;
}

.side-ofr-img{
 padding-top:10px;   
}

/*Author-Style*/

.post-item .author-link{
    color: #414242;
}

.author-link:hover{
    text-decoration:none;
    color: #4ee3f2;
}

.topic-link:hover{
    color: #4ee3f2;
}

.for-topic-text{
    color: #000;
    font-size: 17px;
    margin-right:5px;
}
    
.hs-blog-post .topic-link{
    padding:6px 10px;
    display:inline-block;
    border: 1px solid #000000;
    color:#000000;
    margin-bottom:5px;
} 
    
.hs-blog-post #hubspot-topic_data{
    margin: 0px;
    padding-top: 35px;
}    



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


/*Recent Posts*/

.rss-blog{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

body .hs-rss-item.hs-with-featured-image{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
    padding-right:0px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 70%;
    padding-right:0px;
    padding-left:10px;
    line-height: 20px;
    font-size: 11px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.popular ul li a:hover,
.hs-rss-item-text a:hover{
    color:#4ee3f2;
}

a.hs-rss-title{
   color:#000000;
   font-size: 13px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
    width: 30%;
}

body .hs-rss-item.hs-with-featured-image:last-child{
    margin-bottom:0px;
}

.hs-rss-byline{
    opacity: 1;
    font-size: 13px;
    font-family:'Fira Sans', sans-serif;;
    color: #0000ff;
    text-transform: capitalize;
    font-weight:bold;
}

.popular ul{
    list-style:none;
    padding-left:0px;
}

.popular ul li{
    line-height: 20px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.popular ul li:before,.popular ul li:before {
    content: "\f00c";
    position: absolute;
    left: 5px;
    top: 2px;
  font-family:'Fira Sans', sans-serif;;
    width: 16px;
    height: 16px;
    color:#4ee3f2;
}


.popular ul li a{
    font-size:14px;
    color:#000000;
}

/**/


.blog-subscription {
    background: #f8f8f8;
    padding-bottom: 0;
    text-align: center;
    margin-bottom:35px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.21);
    padding: 25px 10px 20px;
}

.blog-subscription h2{
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.blog-subscription .widget-type-linked_image{
    text-align:center;
    padding: 0px;
}
    
.blog-subscription .widget-type-rich_text{
    padding:10px 15px;
}    
    
.blog-subscription p{
    font-size: 14px;
    color: #4a4a4a;
    margin: 0;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: .25px;
} 

.blog-subs-form {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 12px;
}

.blog-subs-form form{position:relative;}

.blog-subs-form label,
.blog-subs-form .hs-form-required{
    display:block;
}

.blog-subs-form input[type="email"]{
    text-align: left!important;
    height:45px;
    border: 1px solid #e7e7e7;
    padding-left:16px;
    font-size: 14px;
    padding-right:16px;}

.blog-subs-form input[type="email"]:focus{outline:none;}

.blog-subs-form .hs-error-msgs.inputs-list{
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 2px solid #EF731A;
    position: relative;
    top: -1px;
}

.blog-subs-form .hs-button{
    display: block;
    width: 100%;
    margin-top: 20px;
    font-weight: bold;
    background:#0000ff;
    color:#ffffff;
    cursor: pointer;
    height: 45px;
    font-size: 16px;
    text-align: center;
    padding: 0;
    border: 2px solid #0000ff;
    border-radius: 40px;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #555;
   opacity: 1;
   font-size:14px;
   font-weight:400;
   }
:-moz-placeholder { /* Firefox 18- */
   color: #555;
   opacity: 1;
   font-size:14px;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #555;
   opacity: 1;
   font-size:14px;
}
:-ms-input-placeholder { /* IE10 */
   color: #555;
   opacity: 1;
   font-size:14px;
}


.hs-button:hover{
    opacity:.9;
}

.hs-blog-listing .blog-comments-section{
    display:none;
}

.hs-blog-post .blog-outer-section{
    padding-bottom:50px;
}


.blog-comments-section {
    background: #f8f8f8;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-comments-section:before {
    content: "";
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -19px;
}

.blog-comments-section h4 {
    font-size: 26px;
    font-weight:400;
    text-align: center;
    color: #4a4a4a;
    letter-spacing: .25px;
    line-height: 1.2;
    margin: 0;
}

.blog-comments-section p {
    text-align: center;
    color: #4a4a4a;
    letter-spacing: .25px;
    margin: 10px 0;
    font-weight:400;
    font-size:16px;
}


#comment-form{
    padding-top:50px;
}

.comment.depth-0:first-child {
    margin-top: 20px;
}

.comment-from a{
    color:#000000;
}

body #comment-form input[type="text"],
body #comment-form input[type="email"] {
    height: 50px;
    margin-bottom: 25px;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    padding-left: 15px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: none;
}

.form-columns-2 h2{
    color:#000000;
    font-size:25px;
    font-weight:700;
}

#comment-form label{
    font-size:16px;
    padding-bottom: 10px;
    display: inline-block;
}

body #comment-form textarea {
    height: 100px;
    margin-bottom:0px;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    padding-left: 15px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: none;
}

#comment-form .hs-form-booleancheckbox input{
    min-height:10px;
    width:auto;
}

body #comment-form .hs-button.primary {
    background: #0000ff;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: none;
    border: 0;
    font-size:16px;
    display: block;
    padding: 15px 25px;
    color: #fff;
    margin:0 auto;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
   border-radius: 40px;
}

#comment-form .hs-button:hover{
   opacity:0.9;
}

#comment-form .hs-form-field {
    position: relative;
    margin-bottom:0px;
}

#comment-form ul.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -5px;
    list-style: none;
    padding: 0;
}

#comment-form ul.hs-error-msgs.inputs-list label {
    font-size: 13px;
    color: red;
    font-weight: 600;
    letter-spacing: .25px;
}

#comment-form span.hs-form-required {
    font-size: 14px;
    font-weight: 600;
    color: red;
}

.footer-copyright{
    padding:0px 0px 20px;
}

.about-author-sec{
    margin-top:50px;
}

.about-author-sec img{
    border-radius:50px;
}

.about-author-sec h4{
    margin-top:0px;
}

.section.post-header h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-top:0px;
}

.pagination-section{
    background: #f8f8f8;
}

.post-pagination {
    position: relative;
    overflow: hidden;
    min-height: 100px;
}

.prev-post {
    position: absolute;
    left: 0;
}

.next-post {
    position: absolute;
    right: 0;
    text-align: right;
}


.post-pagination a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-pagination a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-pagination h5 {
    margin: 10px 0 0;
}

.post-pagination h5 a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 16px;
    font-weight:400;
    text-transform: none;
}

.comment-body p{
    text-align:left;
    
}

.comment-reply-to{
    border: none;
    padding-left: 25px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
}


@media (max-width: 767px){
.post-pagination h5 {
    display: none;
}

}

/*Post-listing-sample  All Post Page*/

.post-listing-simple .post-item:first-child{
    margin-left:0px;
}

.post-listing-simple .post-item h2{
    margin-top: 10px;
    font-size:18px;
}

.post-listing-simple .post-item h2 a {
    font-weight: 500;
    color: #2d3033;
    line-height: 30px;
    font-size:18px;
}

.post-listing-simple .post-item h2 a:hover{
    color: #03799a;
}

.post-listing-simple .post-item{
    max-width:239px;
    margin: 0 23px 30px 0px;
    float:none;
    display:inline-block;
    text-align:left;
    vertical-align:top;background:#f2f2f2;
    padding-bottom:20px;
}

.text-wrap{
    padding:0px 10px;
}

.all-post-date span{
    color: #03799a;
    font-weight:bold;
}

.all-post-date{
    margin:5px 0px 0px;
    font-size:12px
}


/*Social-Share*/

.social-share{
    background: #f2f3f4;
    padding-top:30px;
    border-top:3px solid #4ee3f2;
    padding-bottom:30px;
    margin-bottom:80px;
    padding-left:20px;
    padding-right:20px;
    
}

.social-share h3{
    margin:0px;
}

.text-center{
    text-align:center;
}

/*Footer*/

.footer-container-wrapper {
   
    padding-top: 50px;
    padding-bottom: 25px;
    background: #000 url('https://148794.fs1.hubspotusercontent-na1.net/hub/148794/hubfs/footer_blog_2.png?width=3360&height=516&name=footer_blog_2.png');
     background-size: cover;
        background-position: center;
}

.footer-container-wrapper .widget-type-text{
    color: #fff;
    font-weight: 600;
    padding-top: 25px;
    letter-spacing: .25px;
}

.footer-container h4{
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    font-weight:400;
}

.about-us{
    text-align:right;
}

.contact-us{
    text-align:left;
}

.copy{
    color:#fff;
    padding-top:30px;
    padding-bottom:10px;
}

.copy a{
    color:#fff;
    text-decoration:underline;
}

.twitter-widg{
    
}

.twitter-widg ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

.twitter-widg ul li{
    border-bottom:1px solid #e7e7e7;
    padding-bottom:15px;
    margin-bottom:25px;
}

.twitter-widg ul li:last-child{
    border-bottom:none;
}

#example1 .user{
    overflow: hidden;
}

#example1 .user img{
   width:50px;
   float:left;
   margin-right: 10px;
   border-radius:6px;
}

#example1 .user span:first-child + span{
    padding-top:10px;
    display:inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

#example1 .user span:first-child + span + span{
    font-size: 14px;
    color: #0000ff;
    font-weight:400;
}

#example1 p.tweet{
    color: #414242;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

#example1 p.tweet a{
  color: #0000ff;  
}

#example1 .interact a{
    font-size:12px;
    color:#000000;
    padding:0px 10px;
    display:none;
}

#example1 p.timePosted{
    color: #b3b2b2;
    font-size: 14px;
    font-weight: 400;
}


/*Pagination-Style*/


.page-numbers{
    position: relative;
}

.page-numbers li {
    position: relative;
    display: inline-block;
    width:40px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    color: #bababa;
    font-size: 16px;
    outline: 0;
    top:-1px;
}

.page-numbers li a{
    color:#000000;
    font-size: 18px;
    text-decoration:none;
    display:block;
    font-weight:700;
    background: #fff;
    border: 1px solid #E2E2E2;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    padding: 4px 0px;
}

.page-numbers li a:hover,
a.next-posts-link:hover,
a.previous-posts-link:hover,
.page-numbers li.current a,
.page-numbers li.current a:hover{
    border-color:#0000ff;
    background-color:#0000ff;
    color:#ffffff;
}

a.next-posts-link,
a.previous-posts-link,
a.no-link{
    color:#000000;
    font-size:20px;
    text-decoration:none;
    display:inline-block;
    font-weight:700;
    background: #fff;
    border: 1px solid #E2E2E2;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-align:center;
    padding: 7px 15.5px;
}
    
a.no-link{
    color: #dadada;
    border: 1px solid #e5e5e5;
    background-color: #e7e7e7;
}    

.blog-pagination{
    overflow:hidden;
    text-align:left;
    padding:50px 0px;
    display:block;
}

.blog-pagination ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

.blog-pagination ul li{
    display:inline-block;
}

.nxt-btn{margin-right:5px;}
.prev-btn{margin-left:5px;}


@media(max-width:1200px){
    
.post-nav .post-link{
    overflow:hidden;
    text-align:center;
} 

.post-nav .thumb a{margin:0 auto;}

.next-post .nav-text, .next-post .thumb,body .prev-post .thumb,body .post-nav .nav-text{
    float:none;
    margin:0 auto;
    width: 100%;
    padding:0px;
}

body .nav-text{
    padding-top:10px!important;
}

.next-post h5, .prev-post h5{
    max-height:36px;
    overflow:hidden;
}
}

.hs-author-profile .hs-author-name{
    font-size:30px;
    font-weight:400; 
    color:#000000;
}

.hs-author-profile{
    //padding-bottom:40px;
}

.hs-author-listing-header{
    margin: 0 0 40px 0;
    width:100%;
}

.hs-author-profile .hs-author-avatar img{
    margin:0px 0px 20px;
    border-radius:50%;
}

/*HS-post*/

body.hs-blog-post .widget-type-cell.blog-sidebar{display:none;}

body.hs-blog-post .hot-post-header{background-position: center center;}

body.hs-blog-post .post-cta-mod .cta_button{
    font-size: 16px;
    display:inline-block;
    font-weight:700;
    letter-spacing: 1px;
    color:#ffffff;
    border-radius: 0;
    width: 100%;
    padding:13px 0;
    text-align: center;
    margin:30px auto;
    text-transform: uppercase;
    cursor:pointer;
    float:none;
}

.widget-type-cta.post-cta-mod{
    text-align:center;
}

body.hs-blog-listing .read-post,
body.hs-blog-listing .widget-type-cell.post-cta{
    display:none;
}

.post-cta{
    padding-top:30px;
}

.post-cta h3,.post-cta h2{
    font-size: 24px;
    margin: 0px;
    font-weight:400;
    color: #333;
    text-align:center;
    font-family: 'Fira Sans', sans-serif;;
    text-shadow: 1px 0 1px #cccccc;
}

body.hs-blog-post span.hero-post-topic{
    display:none;
}

body.hs-blog-post .read-post{
    z-index:1;
    margin: 25px auto 0px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    border: 1px solid #0000ff;
    max-width: 180px;
    padding: 15px 35px;
    font-size: 16px;
    letter-spacing: 1px;
    background: #0000ff;
    text-transform:uppercase;
}

body.hs-blog-post .read-post:hover{
    opacity:.9;
}

.post-details{
    padding: 20px 0 20px;
}
    
#article{
    padding-bottom:25px;
}    
    
body.hs-blog-post .hs-author-avatar img{
    float:left;
    margin-right: 20px;
    border-radius:50%;
}   
    
body.hs-blog-post .author-link {
    color: #000;
    font-size: 18px;
    position: relative;
    top: 20px;
}    

body.hs-blog-post .more-link{
    display:none;
}

body.hs-blog-post .hot-post-header .social-shares {
    padding-top: 5px;
}

body.hs-blog-post .widget-type-cell.blog-content{
    max-width:770px;
    float:none;
    padding:0px;
    margin:0 auto;
    float:none;
}

body.hs-blog-post .section.post-body img{//display:none;}
body.hs-blog-post .section.post-body,
body.hs-blog-post .section.post-body p,
.hs-author-bio{
    font-size:18px;
    line-height:30px;
    color: #000000;
}


.hs-author-social-label{
    font-size:18px;
    padding-right:10px;
}

body.hs-blog-listing .hs-author-social-links a.hs-author-social-link .fa{
    vertical-align:middle;
}

body.hs-blog-listing .hs-author-social-links a.hs-author-social-link{
    text-indent: 0;
    background-image: none;
    text-align: center;
    color: #ffffff;
    background-color: none;
    padding: 8px 9px;
    font-size: 20px;
    margin-right: 5px;
}

body.hs-blog-listing .hs-author-social-links a.hs-author-social-link:hover{
    color:#0000ff;
}

body.hs-blog-post .section.post-body h2,body.hs-blog-post .section.post-body h3{
    font-family:'Fira Sans', sans-serif;;
    font-size:34px;
    color: #000000;
}

body.hs-blog-post .section.post-body ul{
    padding-left:0px;
    list-style-type:none;
}
    
body.hs-blog-post .section.post-body ul li{
    position: relative;
    padding-left:30px;
    margin: 0 0 10px;
}    

body.hs-blog-post .section.post-body ul li:before{
    content: "\f111";
    position: absolute;
    left:0px;
    top: 0;
    color: #283D52;
    font-family:'Fira Sans', sans-serif;;
    width: 13px;
    height: 13px;
    font-size: 11px;
}


body.hs-blog-post .hs-form fieldset,
#comment-form textarea{
    max-width:100%;
    width:100%;
}


/*Author-Banner*/

.row-fluid .blog-author-section {
    background-color: #222222;
    min-height: 450px;
    text-align: center;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 100px 0px 60px;
}


.blog-author-section .hs-author-avatar {
    background-size: cover;
    background-color: #ccc;
    background-position: top center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    border: 5px solid rgba(204,204,204,0.68);
    display: block;
}

.blog-author-section h2.hs-author-name {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0px;
}

.blog-author-section .hs-author-bio {
    color: #fff;
    font-weight: 400;
    font-size:14px;
    letter-spacing: .25px;
}

.post-topic-section {
    background-color: #222222;
    min-height: 250px;
    text-align: center;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 50px 0;
}

h1.current-topic-list {
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
}

blockquote {
    border-left: 7px solid #0000ff;
    margin: 25px 0px 25px 0px;
    padding-left: 30px;
}

/* ==========================================================================
   Responsive-Style
   ========================================================================== */
   
   
   
 @media(max-width:1024px) and (min-width:768px){
       
  body .hot-post-header {
    height: auto;
    min-height:450px;
    padding-top:125px;
}
         
  .blog-subscription .widget-type-linked_image {
    text-align: center;
    padding:0px;
    max-width: 150px;
    margin: 0 auto!important;
    float: none;
    display: block;
}
        
    body .post-item{
    min-height:450px;
}
       
}
  
  
@media(max-width:850px) and (min-width:768px){
    
.logo-img{
    padding-top:4px;
}

.row-fluid .side-ofr-img iframe{
    width:160px!important;
    min-width:160px!important;
}

.tabber-tabs>li>a{
    font-size:11px;
}

.blog-sidebar h3 {
    font-size: 18px;
}



}  
  
  
  
   
@media(max-width:767px){
       
.header-container .hs_cos_wrapper_type_logo a img{
    max-width:150px;
    padding-top:0px;
    padding-left:15px;
}

.logo-img img{
   padding-left:15px; 
}
       
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background:#0F2030;
    -webkit-transition:none;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    color:#ffffff;
    font-weight:400;
    padding:0px 0px;
    font-size: 14px;
}
   
.header-container-wrapper{
    position:relative;
    box-shadow:none;
    margin-bottom:0px;
    background:#000000;
}

body .hs-menu-wrapper {
    display: none;
}

.post-cta h3,
.post-cta h2 {
    line-height: 35px;
}

.header-container.container-fluid .wrapper {
    padding-right: 0px;
    padding-left: 0px;
}

.header-cta {
    display: none!important;
    visibility: hidden;
}

.body-container-wrapper {
    padding-top: 0px;
}

.blog-section {
    padding-right: 0px;
}

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

.post-body .hs-featured-image {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
    max-width: 100%;
}

.blog-sidebar {
    margin-top: 25px;
}


.post-listing {
    margin: 0 0px 0 0;
}

body .post-item {
    float: none;
    width: 100%;
    padding-right: 0px;
}

.hot-post-header h1,
.hot-post-header h1 a {
    font-size: 35px;
    line-height: 40px;
    margin: 0px;
}

.hot-post-header {
    height: auto;
    min-height: 500px;
    padding-top: 100px;
}

.post-listing-simple .post-item {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.blog-pagination{
    padding:20px 0px;
}

.blog-outer-section {
    padding-top: 20px;
}

       
    }





/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.
 */

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




@media (max-width: 767px){


  /* Variables
     ========================================================================== */

  /*
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any
    * additional CSS you want removed from the mobile menu in this 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;
    -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:#ffffff;
  }
  
  .custom-menu-primary{
    position: absolute;
    right: 0px;
    top: 0px;
    width:100%!important;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 33px;          /* Position Button at top right of screen  */
    right:0px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
    padding: 6px 12px;
    margin-top: -16px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 0px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 35px; /* Icon line width*/
    height: 5px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -9px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 9px; /* Position bottom line */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .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:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  /* Menu Styles on Mobile Devices
     ========================================================================== */

  /* 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{
    position: relative; /**************************************************************/
    top:70px;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/
    width: 100%;
    box-shadow:0 0 4px rgba(0, 0, 0, 0.5);
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
    background: #0F2030;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size:16px; /* Font size of top level list items */
    line-height:40px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff;!important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#fff !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;
    border: 0px;
    padding: 0px;
  }
  .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{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

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

}


@media(min-width:768px){
    
 .widget-type-cell.blog-sidebar {
        padding-bottom:60px;
}  

.make-equal-height > .row-fluid-wrapper >.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
}
    
    
}


body.hs-blog-post .row-fluid .post-hidden,
body.hs-blog-listing .row-fluid .list-hidden{
    display:none;
}


.blog-comments-section .row-fluid form .field>label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 300;
    display: block;
    margin-bottom: 6px;
    margin-top: 14px
}

.blog-comments-section .row-fluid form input,.blog-comments-section .row-fluid form select,.blog-comments-section .row-fluid form textarea {
    height: 54px;
    font-family:'Fira Sans', sans-serif;;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 0;
    background: #f5f5f5;
    padding: 10px 20px;
    color: #2d3e50;
    font-weight: 400;
    background: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.blog-comments-section .row-fluid form textarea {
    height: 150px
}

.blog-comments-section .row-fluid form .hs_file_upload input,.blog-comments-section .row-fluid form .hs-form-checkbox input,.blog-comments-section .row-fluid form .hs-form-radio input,.blog-comments-section .row-fluid form .hs-form-booleancheckbox input {
    height: auto;
    padding: 0;
    border: 0
}

.blog-comments-section .row-fluid form .hs-form-checkbox input,.blog-comments-section .row-fluid form .hs-form-radio input,.blog-comments-section .row-fluid form .hs-form-booleancheckbox input {
    height: auto;
    padding: 0;
    border: 0;
    margin-bottom: 0
}

.blog-comments-section .row-fluid .hs-form .field .input input[type="checkbox"],.blog-comments-section .row-fluid .hs-form .field .input input[type="radio"] {
    width: auto
}

.blog-comments-section .row-fluid .hs-form .field .input input[type="checkbox"],.blog-comments-section .row-fluid .hs-form .field .input input[type="radio"] {
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 20px;
    height: 20px
}

.blog-comments-section .row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 3px solid #ff7a59;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.blog-comments-section .row-fluid .hs-form .field .input input[type="radio"] {
    border-radius: 50%
}

.blog-comments-section .row-fluid .hs-form .field .input input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: #ff7a59;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%
}

@media(max-width: 480px) {
    .blog-comments-section body form.hs-form .form-columns-2 .hs-form-field .hs-input,.blog-comments-section body form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width:100%
    }

    .blog-comments-section body .row-fluid .hs-form fieldset .input {
        margin: 0
    }

    .blog-comments-section body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100%;
        margin-right: 0
    }

    .blog-comments-section body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100%;
        margin-right: 0
    }

    .blog-comments-section .row-fluid form .hs_submit .actions {
        text-align: center
    }
}

body .container-fluid .blog-comments-section form {
    margin-top: 40px
}

body .container-fluid .blog-comments-section .row-fluid .hs-button {
    font-size: 14px;
    line-height: 1.2;
    padding: 16px 40px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    background: #0000ff;
    border-color: #0000ff;
    transition: all ease-in-out .2s;
    letter-spacing: .5px;
    top: 0;
    margin-top: 20px;
       border-radius: 40px;
}
 
ul.hs-error-msgs.inputs-list {
    padding: 0px;
    list-style: none;
} 

ul.hs-error-msgs.inputs-list>li>label{
  font-size:12px;
  color:red;
}

@media(min-width:768px){

.row-fluid .custom-menu-primary {
    margin-top: 20px;
}
  
.post-listing {
    display: block;
    margin: 0 -25px 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
} 

.post-item {
    
    float: left;
    width: 47%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.5% 25px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
    background: #fff;
    position: relative;
}
  
}



.post-item:hover {
  box-shadow: 0px 3px 38px 0px rgba(0,0,0,0.15);
  transition: all .2s;
}

.hs-rss-byline{
  display:none;
}

.related-post-section.section-padding {
    padding: 60px 0px;
}

.related-post-section span.hs-featured-imag {
    height: 200px;
    display: block;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.related-post-section .post-item.span4 {
    margin-right: 0px;
}

h2.related-post-title.text-center {
    margin: 0px 0px 30px;
    font-size: 25px;
}

.ias-trigger.ias-trigger-next {
    text-align: center;
    width: 100%;
    padding: 20px 0px;
}

.ias-trigger.ias-trigger-next a {
    display: inline-block;
    border: 1px solid #414242;
    padding: 15px 30px;
    margin: 0px auto;
    float: none;
    font-size: 14px;
    color: #414242;
    font-weight: bold;
    text-transform: uppercase;
  border-radius: 40px;
}

.ias-trigger.ias-trigger-next a:hover{
    background-color:#414242;
    color:#ffffff;
} 

@media(min-width:768px){
  .ias-spinner img {
    margin-left: -30px;
  }

  .ias-spinner{
    display: block;
    width: 100%;
  }
}


/*light box*/


body .container-fluid .row-fluid .blog-subscription-outer{

max-width: 100% !important;
    width: 100% !important;
    height: 100vh;
    position: fixed !important;
    z-index: 11;
    top: 0;
    display: block !important;
font-family:'Fira Sans', sans-serif;;
 background: rgba(0,0,0,.63)!important;
}  

.blog-subscription-outer .blog-subscription-title{
    display: block;
    position: relative;
    font-size: 23px;
    line-height: 130%;
    text-align: center;
    margin-top: 6%;
    font-weight: 300;
    font-family:'Fira Sans', sans-serif;;
}

.blog-subscription-outer .blog-subscription-new{
    background: transparent;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 10px;
    box-shadow:none;
    padding: 0px 0px 0px;
    display:block;
    margin-left:0px;
}

.blog-subscription-outer .hs_cos_wrapper_type_blog_subscribe {
    font-size: 23px;
    width: 100%;
    margin-top: 10%;
    position: relative;
    display: block;
    color:#000;
}

.hs_cos_wrapper_type_blog_subscribe .inputs-list {
    padding-left: 0px;  
  
}



.blog-subscription-outer .blog-subscription-new p,
.blog-subscription-outer .blog-subscription-new p a{
 font-size:23px;
 font-weight:400;
 color:#414447;
 line-height:25px; 
 letter-spacing: 0px; 
}  


.blog-subscription-outer .blog-subscription-new p a{
 color:#2d00c4;
}  

.blog-subscription-outer--is-visible {
  transition: .35s ease-in-out;
  pointer-events: auto;
  opacity: 1;
}

.blog-subscription-new .hs_email .hs-input{
  background: #e7e7e75c;
  height: 43px;
  margin-bottom: 12px;
}



ul.inputs-list.multi-container{
  list-style:none;
   padding-left: 0px; 
} 

li.hs-form-radio .hs-input{
 width:16px;
 height:16px; 
}

li.hs-form-radio{
 text-align: left;
 padding-left: 0px;
 padding-top:10px;
 padding-bottom:10px; 
}


body .row-fluid .hs-form-required{
 display:none; 
} 


.blog-subscription-outer .blog-subscription-new .input[data-reactid*='email'] input {
    color: black;
    padding-left: 7px;
    border: 1px solid #d4d7da;
    height: 52px;
    font-size: 17px;
    background:#fff;
}

   
.blog-subscription-outer .blog-subscription-new .actions>input {
    position: relative !important;
    display: block;
    max-width: 300px;
    width: 100%;
    height: 52px;
    margin: 0 auto !important;
    background: #0000ff !important;
    background: -moz-linear-gradient(left,#0000ff 0%,#0000ff 100%) !important;
    background: -webkit-linear-gradient(left,#0000ff 0%,#0000ff 100%) !important;
    background: linear-gradient(90deg,#0000ff 0,#0000ff); !important;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    cursor:pointer;
}

.blog-subscription-outer .blog-subscription-new .input[data-reactid*='email'] {
    max-width: 300px;
    width: 100%;
    background: #fff;
    color: #000;
    margin: 6% auto 5% auto;
}


/*==additional code==*/
/*===media query===*/
@media (max-width:767px){
.row-fluid .header-wrap div[id*="menu_wrapper"] ul li:last-child a:hover{
 background: #0F2030; 
}  
  
.blog-subscription-outer div:first-of-type .row-fluid{
 max-width: 427px;
 min-height: 528px; 
}    
  
.blog-subscription-outer .blog-subscription-new p, .blog-subscription-outer .blog-subscription-new p a{
 font-size:14px;   
}  
}


@media (max-width:325px) and (min-width:300px){
.blog-subscription-outer div:first-of-type .row-fluid{  
 min-height: 549px; 
} 
  
.blog-subscription-outer .actions>input{
 height:42px;  
}  
}  




body .container-fluid .row-fluid .blog-subscription-outer {
    max-width: 100% !important;
    width: 100% !important;
    height: 100vh;
    position: fixed !important;
    z-index: 11;
    top: 0;
    display: block !important;
    font-family:'Fira Sans', sans-serif;;
    background: rgba(0,0,0,.63) !important
}

.blog-subscription-outer .blog-subscription-title {
    display: block;
    position: relative;
    font-size: 23px;
    line-height: 130%;
    text-align: center;
    margin-top: 6%;
    font-weight: 300;
    font-family: 'Roboto',sans-serif
}

.blog-subscription-outer .blog-subscription-new {
    background: transparent;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: none;
    padding: 0px 0px 0px;
    display: block;
    margin:0 auto;
    float:none;
}

.blog-subscription-outer .hs_cos_wrapper_type_blog_subscribe {
    font-size: 23px;
    width: 100%;
    margin-top: 10%;
    position: relative;
    display: block
}

.blog-subscription-outer .blog-subscription-new p,.blog-subscription-outer .blog-subscription-new p a {
    font-size: 23px;
    font-weight: 400;
    color: #414447;
    line-height: 25px;
    letter-spacing: 0px
}

.blog-subscription-outer .blog-subscription-new p a {
    color: #2d00c4
}

.blog-subscription-outer--is-visible {
    transition: .35s ease-in-out;
    pointer-events: auto;
    opacity: 1
}

.blog-subscription-outer .blog-subscription-new label {
    display: block
}


.blog-subscription-outer {
    background: rgba(0,0,0,.63);
    max-width: 100% !important;
    width: 100% !important;
    height: 100vh;
    position: fixed !important;
    z-index: 11;
    top: 0;
    display: block !important;
    pointer-events: none;
    opacity: 0;
    transition: .25s ease-in-out;
    padding-left: 20px !important;
    padding-right: 20px !important
}

.blog-subscription-outer * {
    box-sizing: border-box
}

.blog-subscription-outer div:first-of-type .row-fluid {
    max-width: 500px;
    background: white;
    position: absolute;
    min-height: 365px;
    padding: 40px;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    border-radius: 3px
}

@media(max-width: 600px) {
    .blog-subscription-outer div:first-of-type .row-fluid {
        max-width:400px;
        min-height: 307px
    }

    .blog-subscription-outer div:first-of-type {
        display: block;
        position: relativer;
        width: 100%;
        padding: 0;
        position: relative;
        bottom: -50%
    }
}

@media(max-height: 465px) {
    .blog-subscription-outer div:first-of-type .row-fluid {
        margin-top:10%
    }
}

@media(max-width: 400px) {
    .blog-subscription-outer div:first-of-type .row-fluid {
        padding:40px 20px
    }
}

@media(max-height: 370px) {
    .blog-subscription-outer div:first-of-type .row-fluid {
        margin-top:20%
    }
}

.blog-subscription-title {
    display: block;
    position: relative;
    font-size: 23px;
    line-height: 130%;
    text-align: center;
    margin-top: 6%;
    font-weight: 300
}

@media(max-width: 600px) {
    .blog-subscription-title {
        font-size:18px
    }
}

.blog-subscription-close {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    font-size: 19px;
    right: -40px;
    top: -40px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: 300;
    transition: all .2s
}

.blog-subscription-close:after {
    content: url('https://148794.fs1.hubspotusercontent-na1.net/hubfs/148794/100_Fullsix/wedo_button_close.png');
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%)
}

.blog-subscription-close:hover {
    background: rgba(255,255,255,0.3)
}

@media(max-width: 768px) {
    .blog-subscription-close {
        right:-10px;
        top: -45px
    }
}

.blog-subscription {
    top: 0;
    margin-left: 0 !important
}

.blog-subscription .input[data-reactid*='email'] {
    max-width: 300px;
    width: 100%;
    background: white;
    color: black;
    margin: 6% auto 5% auto
}

.blog-subscription .input[data-reactid*='email'] input {
    color: black;
    padding-left: 7px;
    border: 1px solid #d4d7da;
    height: 52px;
    font-size: 17px
}

.blog-subscription .input[data-reactid*='email'] input:focus {
    border: 2px solid #fc7216
}

@media(max-width: 600px) {
    .blog-subscription .input[data-reactid*='email'] input {
        font-size:15px !important
    }
}

.blog-subscription-outer .actions {
    width: 100%;
    position: relative
}

.blog-subscription-outer .actions>input {
    position: relative !important;
    display: block;
    max-width: 300px;
    width: 100%;
    height: 52px;
    margin: 0 auto !important;
    background: #0000ff !important;
    background: -moz-linear-gradient(left,#fc7216 0%,#ee4611 100%) !important;
    background: -webkit-linear-gradient(left,#fc7216 0%,#ee4611 100%) !important;
    background: linear-gradient(to right,#fc7216 0%,#ee4611 100%) !important
}

.blog-subscription-footer {
    bottom: -20px;
    display: block;
    position: relative;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    pointer-events: none !important
}

.blog-subscription-outer--is-visible {
    transition: .35s ease-in-out;
    pointer-events: auto;
    opacity: 1
}

.blog-subscription {
    text-align: center
}

.hs_cos_wrapper_type_blog_subscribe {
    font-size: 14px;
    width: 100%;
    margin-top: 10%;
    position: relative;
    display: block
}

.blog-subscription--thankyou {
    min-height: 190px !important
}

.blog-subscription--thankyou .blog-subscription-title {
    display: none
}

.blog-subscription-outer ul.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -45px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 1
}


.section.post-body p{
 font-weight:300;
} 
  
/*========notification made none======*/
.row-fluid .blog-subscription-outer .hs_blog_wedo_technologies_blog_subscription{
  display:none;
}  
/*===================================*/


@media (max-width:600px){
.blog-subscription-outer div:first-of-type .row-fluid{
 position:relative; 
} 

.blog-subscription-outer div:first-of-type .row-fluid{
 max-width: 427px;
 min-height: 528px;  
} 
  
.blog-subscription-outer .blog-subscription-new p{
 font-size:14px; 
}
  
.blog-subscription-outer .blog-subscription-title{
 font-size:18px;  
}  
  
.blog-subscription-outer .blog-subscription-new p a{
 font-size:18px; 
}

.blog-subscription-outer .actions{
 padding-top:11px; 
 }  
  
  

}
 .post-item h2 a, .post-item h2{font-family:'Fira Mono', monospace; !important;}