/* @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=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800');
@import url('//fonts.googleapis.com/css?family=Raleway:400,600,700,300');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');




/***********************************************/
/* 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;
 float:none;
 padding:0px;
 line-height:1.2;
 font-size:14px;
 font-weight:400;
 color: #4a4a4a;
 font-family:'Montserrat', sans-serif;
 -webkit-font-smoothing: antialiased;}
 
 h1,h2,h3,h4,h5{font-family:'Montserrat', sans-serif;}
 
.uppercase {text-transform: uppercase;}
 
 body .plugn{display:none;}
 
 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;
}

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

.header-container-wrapper {
    position: relative;
    width: 100%;
    z-index: 9999;
  
   
}

.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: transparent none repeat scroll 0 0;
  box-shadow: none;
  
  padding: 0;
  position: relative;
  z-index: 999;
}

}

/* ==========================================================================
 
                                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: 'Open Sans',sans-serif;
    font-size: 12px;
}

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

.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:6px 15px;
}




/* ==========================================================================
 
                                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{  
    float: left;
    width: 50%;
    padding-right: 25px;
    display: block;
    box-sizing: border-box;
    margin: 0 0 25px 0;
    list-style:none;
    padding-bottom:0;
}

.post-item-inner {
    border: 1px solid #e7e7e7;
}
    
.post-item h2 a,
.post-item h2{
   font-size:22px;
   line-height: 1.3;
   margin:0px;
   padding:0px;
   color:#414242;
   font-family:'Montserrat', 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 #f7751f;
    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: rgba(255,175,75,0.8);
    background: -moz-linear-gradient(-45deg, rgba(255,175,75,0.8) 32%, rgba(247,119,32,0.8) 62%, rgba(247,117,31,0.81) 63%, rgba(247,117,31,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(32%, rgba(255,175,75,0.8)), color-stop(62%, rgba(247,119,32,0.8)), color-stop(63%, rgba(247,117,31,0.81)), color-stop(100%, rgba(247,117,31,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,175,75,0.8) 32%, rgba(247,119,32,0.8) 62%, rgba(247,117,31,0.81) 63%, rgba(247,117,31,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,175,75,0.8) 32%, rgba(247,119,32,0.8) 62%, rgba(247,117,31,0.81) 63%, rgba(247,117,31,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,175,75,0.8) 32%, rgba(247,119,32,0.8) 62%, rgba(247,117,31,0.81) 63%, rgba(247,117,31,1) 100%);
    background: linear-gradient(135deg, rgba(255,175,75,0.8) 32%, rgba(247,119,32,0.8) 62%, rgba(247,117,31,0.81) 63%, rgba(247,117,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#f7751f', GradientType=1 );
    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:#f7751f;
}

.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;
    margin-top: -160px;
    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: 235px 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 #f7751f;
    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;
}

 a.hero-author-link {
    color: #fff;
    font-size: 16px;
    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 #f7751f;
    max-width: 150px;
    padding: 15px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    background: #f7751f;
}
    
.hot-post-header a.more-link:hover{
    opacity:0.9;
}
    
.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{
    display:none;
}

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

/*Sidebar Style*/

.blog-sidebar h3{
    font-size: 16px;
    margin-top: 0;
    color: #000;
    font-family: 'Montserrat',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: 'Montserrat',sans-serif;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
}
.post-topic ul li a:hover{
    background:#f7751f;
    color:#ffffff;
    border-color:#f7751f;
}

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

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

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

/*Author-Style*/

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

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

.topic-link:hover{
    color: #f7751f;
}

.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:30px;
}


/*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;
    height:70px;
}

.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:#f7751f;
}

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:'Montserrat', sans-serif;
    color: #f7751f;
    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: "FontAwesome";
    width: 16px;
    height: 16px;
    color:#f7751f;
}


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

.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:#f7751f;
    color:#ffffff;
    cursor: pointer;
    height: 45px;
    font-size: 16px;
    text-align: center;
    padding: 0;
    border: 2px solid #f7751f;
}

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

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

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

body #comment-form .hs-button.primary {
    background: #f7751f;
    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;
}

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

#comment-form .hs-form-field {
    position: relative;
}

#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 #f7751f;
    padding-bottom:30px;
    margin-bottom:80px;
    padding-left:20px;
    padding-right:20px;
    
}

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

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

/*Footer*/


.common-style ul {
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
}
.common-style ul li {
  display: block;
}
.common-style ul li a {
  color: #989ea3;
  display: block;
  font-family: Open-sans,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  padding-bottom: 10px;
  text-decoration: none;
}
.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: #f7751f;
    font-weight:400;
}

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

#example1 p.tweet a{
  color: #f7751f;  
}

#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:#f7751f;
    background-color:#f7751f;
    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;
}

.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: 'Montserrat', 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 #f7751f;
    max-width: 180px;
    padding: 15px 35px;
    font-size: 16px;
    letter-spacing: 1px;
    background: #f7751f;
    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{
    margin:0 auto;
    max-width:770px;
    float:none;
    padding:0px;
}

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:#000000;
}

body.hs-blog-post .section.post-body h2,body.hs-blog-post .section.post-body h3{
    font-family:'Montserrat', 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: "FontAwesome";
    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 #f7751f;
    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;
   
}
         
  .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: 16px;
}



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

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

       
    }


.widget-span.widget-type-cell.page-center {
  float: none;
  margin: 0 auto;
  max-width: 1200px;
}
.custom-logo {
  left: 43px;
  position: relative;
  top: 20px;
}

.custom-logo a img {
  max-width: 149px;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  background: transparent none repeat scroll 0 0;
  display: block;
  float: right;
  padding-right: 49px;
  padding-top: 31px;
  position: relative;
  z-index: 999;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding: 10px;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
  background: transparent url("//cdn2.hubspot.net/hubfs/1663697/TriadDesign_Dec2016_files/images/arrowmenudown.png?t=1484174061728") no-repeat scroll center center;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 6px;
  margin-top: 0;
  position: relative;
  top: 3px;
  width: 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  margin-left: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid #fff;
  font-weight: 400;
  line-height: 14px;
  padding: 10px 17px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.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 {
  max-width: none !important;
  overflow: visible !important;
  width: auto !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li ul {
  background-color: rgba(253, 184, 0, 0.9) !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul li {
    padding: 10px;
    transition: all 0.3s ease 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    background: transparent none repeat scroll 0 0;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Open Sans,pen-sans,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  padding: 4px 0 0 2px;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li ul li:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  opacity: 0.75;
  transition: all 0.3s ease 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover, .custom-menu-primary .hs-menu-wrapper > ul > li.active a {
    color: #fdb800;
}
.custom-footer-bg {
  padding-bottom: 29px;
}
.custom-float-to-tight {
  float: right !important;
  margin-left: 2.5641% !important;
}
.common-style {
  left: 101px;
  position: relative;
}
.custom-footer-four {
    position: relative;
    right: 29px;
    top: 2px;
}
.custom-footer-four {
    text-align: center;
}
.common-style h3 {
    padding-top: 3px;
}
.common-style h3 {
    margin-bottom: 11px;
    position: relative;
    top: -1px;
}
.custom-footer-bg h3 {
  color: #b50101;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 11px;
  font-family: "Open Sans",sans-serif;
}
.custom-footer-four h3 {
  margin: 0;
}
.custom-footer-four h4 {
  color: #989ea3;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  font-family: "Open Sans",sans-serif;
}
.custom-social-icons {
  margin-top: 10px;
}
.custom-social-icons a, .custom-social-icons a:hover {
  box-sizing: content-box;
  display: inline-block;
  height: 26px;
  padding-left: 1px;
  padding-right: 2px;
  position: relative;
  transition: all 0.4s ease 0s;
  vertical-align: top;
  width: 26px;
}
.custom-social-icons a.facebook {
  background: transparent url("//cdn2.hubspot.net/hubfs/1663697/TriadDesign_Dec2016_files/ico_fb-u358575.png?t=1484174061728") no-repeat scroll 0 0;
}
.custom-social-icons a.twitter {
  background: transparent url("//cdn2.hubspot.net/hubfs/1663697/TriadDesign_Dec2016_files/ico_tw-u358577.png?t=1484174061728") no-repeat scroll 0 0;
}
.custom-social-icons a.insta {
  background: transparent url("//cdn2.hubspot.net/hubfs/1663697/TriadDesign_Dec2016_files/inst-u358583.png?t=1484174061728") no-repeat scroll 0 0;
}
.custom-social-icons a.pin {
  background: transparent url("//cdn2.hubspot.net/hubfs/1663697/TriadDesign_Dec2016_files/pin-u358579.png?t=1484174061728") no-repeat scroll 0 0;
}
.custom-footer-top-bg {
  align-items: center;
  background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/1663697/TriadDesign_Dec2016_files/images/work-bg.jpg?t=1484174061728") no-repeat scroll center bottom / cover ;
  border-color: #000;
  box-shadow: 0 11px 8px rgba(0, 0, 0, 0.5);
  display: flex !important;
  height: 112px;
  justify-content: center;
  margin-bottom: 36px;
  position: relative;
}
.custom-footer-top-bg::after {
  background-color: rgba(181, 1, 1, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.custom-footer-top-bg h3 {
  color: #fdb800;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 4px 0 0 0;
  position: relative;
  text-align: center;
  z-index: 9;
  font-family: "Open Sans",sans-serif;
}
.custom-footer-one {
    left: -9px;
    position: relative;
}
.custom-float-to-left {
    float: left !important;
    margin-left: 0 !important;
}
.custom-footer-one {
    text-align: center;
}
.custom-footer-one .clip {
    margin-left: 34px;
    overflow: hidden;
    width: 88px;
}
.clip {
    margin: 0 auto !important;
}
.custom-footer-one img {
  height: 72px;
  margin-bottom: 8px;
  position: relative;
  width: 179px;
  z-index: 54;
}
.custom-footer-one h4 {
  color: #484848;
  font-family: Open-sans,sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
}
.custom-footer-one h4 span {
  color: #b50101;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
.custom-footer-bg .widget-span.widget-type-raw_html {
  bottom: 0;
  height: 0 !important;
  left: 0;
  overflow: hidden !important;
  position: absolute;
  width: 100%;
}
 @media(max-width:1150px) and (min-width:768px){
     .clip {
  margin: 0 auto -1px !important;
}
     .custom-footer-one {
  left: 0;
 
}
    
     .custom-footer-bg h3 {
  
  margin: 0 0 10px;
}
 .custom-footer-four h3 {
  margin: 0;
}
  .custom-footer-bg {
  padding: 0 0 153px;
}
     .custom-footer-four {
  position: relative;
  right: initial;
  top: initial;
}
     .common-style {
  left: initial;
 
}
     
     .footer-container .page-center {
  padding: 0 10px;
}
     
     .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  padding-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  margin-top: 5px;
  padding: 5px 6px;
}
     
 }
 @media(max-width:1200px) and (min-width:1151px){
 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 12px;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  padding-right: 10px;
}
 }
 
 @media (max-width: 767px){
     .custom-footer-top-bg h3 {
 
  margin: -3px 0 0;
  
}
     .custom-footer-top-bg {
  padding: 10px 60px;
}
     .clip {
  margin: 0 auto -1px !important;
}
     .custom-footer-bg br {
  display: none;
}
    .custom-float-to-left {
  float: left !important;
  left: initial !important;
  margin-bottom: 33px;
  margin-left: 0 !important;
  width: 100% !important;
}
     .custom-footer-four {
  position: relative;
  right: initial;
  top: initial;
}
     .common-style {
  display: none !important;
}
     .custom-float-to-tight {
  float: right !important;
  margin: 0 0 30px !important;
  width: 100% !important;
}
     .row-fluid [class*="span"] {
 
  min-height: 0px;
 
}
     .custom-logo {
  left: 3.53%;
  position: absolute;
  top: 20px;
}
.hot-post-header {
  margin-top: -1px;
  padding-top: 230px;
}
.custom-talk {
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid #fff;
  color: #fff;
  font-family: Open-sans,sans-serif;
  font-size: 14px;
  line-height: 17px;
  min-height: 17px;
  min-width: 114px;
  padding: 8px;
  position: absolute;
  right: 42px;
  text-align: center;
  text-decoration: none;
  top: 20px;
  transition: all 0.3s linear 0s;
}

 }
 #back-to-top {
  display: none !important;
}
/* ==========================================================================
   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 {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: inline-block !important;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  padding: 7px 10px 8px;
  position: absolute;
  right: 48px;
  text-align: left;
  text-transform: uppercase;
  top: 86px;
  width: auto;
  z-index: 999;
}
  .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 {
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}
.mobile-trigger i {
  display: inline;
  position: relative;
  top: -4px;
}
.mobile-trigger i, .mobile-trigger i::before, .mobile-trigger i::after {
  background-color: #fff;
  border-radius: 0;
  display: inline-block;
  height: 3.5px;
  width: 35px;
}
.mobile-trigger i::before, .mobile-trigger i::after {
  content: "";
  position: absolute;
}
.mobile-trigger i, .mobile-trigger i::before, .mobile-trigger i::after {
  background-color: #fff;
  border-radius: 0;
  display: inline-block;
  height: 3.5px;
  width: 35px;
}
.mobile-trigger i::after {
  top: 12px;
}
.mobile-trigger i::before, .mobile-trigger i::after {
  content: "";
  position: absolute;
}
.mobile-trigger i, .mobile-trigger i::before, .mobile-trigger i::after {
  background-color: #fff;
  border-radius: 0;
  display: inline-block;
  height: 3.5px;
  width: 35px;
}
.mobile-trigger i::before {
    top: -12px;
}
.close-icon {
  background: transparent none repeat scroll 0 0;
  cursor: pointer;
  display: block !important;
  height: 40px;
  left: 50%;
  margin-left: -24px;
  position: relative;
  top: 10px;
  transform-origin: 50% 50% 0;
  transition: all 0.9s ease 0s;
  width: 40px;
  z-index: 99;
}
.close-icon i, .close-icon span {
  background: #ccc none repeat scroll 0 0;
  height: 1px;
  left: 0;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
  transform-origin: 50% 50% 0;
  width: 40px;
}
.close-icon span {
  transform: rotate(-45deg);
}
.custom-menu-primary.js-enabled {
  align-items: center;
  background-color: rgba(12, 12, 12, 0.83);
  display: flex !important;
  height: 100%;
  justify-content: center;
  margin: 0;
  min-height: 100vh !important;
  opacity: 0;
  overflow-y: auto !important;
  padding-top: 0;
  position: absolute;
  transition: background 0.3s linear 0s, opacity 0.3s linear 0s;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
.custom-menu-primary.js-enabled {
  overflow-x: hidden;
}
.mobile-open .custom-menu-primary.js-enabled {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper {
  background-color: transparent;
  display: block !important;
  padding: 0;
  position: relative;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul li {
  border-top: 0 none !important;
  margin-top: 17px;
}
.mobile-menu.custom-menu-primary .hs-menu-wrapper > ul {
  margin-top: 38px;
}
.mobile-menu.custom-menu-primary .hs-menu-wrapper > ul > li a {
  background: transparent none repeat scroll 0 0 !important;
  border: 0 none !important;
  color: #fff;
  display: block;
 
  font-size: 30px;
  font-style: normal;
  font-weight: 200 !important;
  line-height: 36px;
  text-align: center;
}
.custom-menu-social-cc {
  display: flex;
  justify-content: space-between;
  margin: 23px auto 0;
  padding-bottom: 21px;
  width: 110px;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper {
  top: -11px !important;
}
.mobile-open .mobile-trigger {
  opacity: 0.1;
  pointer-events: none;
}
.custom-menu-social-cc > a:hover {
  border-color: #fdb800;
  box-shadow: 0 0 10px #fdb800 inset, 0 0 10px #fdb800 inset;
}
.custom-menu-social-cc > a {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
  display: block;
  height: 54px;
  transition: all 0.3s ease 0s;
  width: 54px;
}
.insata {
  background-image: url("//cdn2.hubspot.net/hubfs/1663697/TriadDesign_Dec2016_files/images/ico-ig.png?t=1484174061728");
}
.twitter {
  background-image: url("//cdn2.hubspot.net/hubfs/1663697/TriadDesign_Dec2016_files/images/ico-tw-u358090-fr.png?t=1484174061728");
}
.facebook {
  background-image: url("//cdn2.hubspot.net/hubfs/1663697/TriadDesign_Dec2016_files/images/ico-fb-u358092-fr.png?t=1484174061728");
}

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



