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

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');



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




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

/* .blogtext img {width:100% !important; height:100% !important} +/
/* Blog */
h2, h3, h4, h5, h6 { color:#674ea7 !important; }
.text {color:#393939!important;list-style-type:disc;}
.blogtext img { max-height:100%}

.hs-blog-post .row-fluid .post-body h3 {
    padding: 10px 0 8px 20px;
}
    
body { font-size:15px; }
.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:top center; z-index:0; }
.row-fluid .bg-img { display:none; }
.row-fluid .blog-hero { float:left; width:100%;  }
.row-fluid .blog-hero .f-container  { position:relative; height:350px;  }
.f-container { float:none !important; margin:0 auto !important; }
.row-fluid .blog-hero .widget-type-raw_jinja { position:absolute; top:50%; -moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }

.row-fluid .blog-hero .widget-type-raw_jinja { max-width:540px; }
.row-fluid .blog-hero .widget-type-raw_jinja .post-item { background:#f7f7f9; width:100%; float:left; font-size:18px; color:#7D7D7D; line-height:16px;    padding:30px;  box-shadow: 0 2px 2px rgba(0,0,0,0.1); }
.row-fluid .blog-hero .widget-type-raw_jinja .post-item h2 { font-size:26px; color:#674ea7 !important; margin-bottom:5px; line-height:43px; float:left; width:100%; font-weight:700; }
.row-fluid .blog-hero .widget-type-raw_jinja .post-item h2 a { color:#674ea7 !important; }
.row-fluid .blog-hero .more-link { letter-spacing: 2px; display:inline-block; text-transform:uppercase; color:#674B8D; margin-top:15px; }
.row-fluid .blog-hero .more-link .fa { display:inline-block; margin-right:5px; position:relative; -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease; left:0; } 
.row-fluid .blog-hero .more-link:hover .fa { left:3px; }

.row-fluid .blog-hero  button.slick-arrow  { outline:0; border:0; position:absolute; top:115%; height:40px; width:40px; z-index:1; font-size:0;  -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor:pointer; }
.row-fluid .blog-hero  button.slick-arrow.slick-next { -moz-transform: rotate(180deg);     margin-top: -20px;
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }

.row-fluid .blog-hero  button.slick-arrow.slick-prev { left:-12px; background-image:url(https://cdn2.hubspot.net/hubfs/4295258/left1.jpg) !important; } 
.row-fluid .blog-hero  button.slick-arrow.slick-next { left:30px; background-image:url(https://cdn2.hubspot.net/hubfs/4295258/left1.jpg) !important; }
.row-fluid .blog-hero .widget-type-global_group .f-container { height:auto; }
.row-fluid .blog-hero .widget-type-global_group .header .header-nav { background: rgba(255,255,255,.9); }

.row-fluid .blog-main { float:left; width:100% ; background:#fff; padding:58px 0; }
.row-fluid .resource1-box  { float:left;width:33.3%; margin:0 0px 40px 0; padding-right:10px; }
.row-fluid .resource1-box .hs-featured-image-link { height:270px; float:left; width:100%; position:relative; }
.row-fluid .resource1-box h2 { font-size:20px; line-height:24px; color:#393939;  float:left; width:100%; margin:22px 0 10px; font-weight:700; }
.row-fluid .resource1-box h2 a {  color:#393939;  }
.row-fluid .resource1-box .post-header , .row-fluid .resource1-box .post-body { float:left; width:100%; }
.row-fluid .resource1-box .post-body { line-height:24px; color:#393939!important; font-size:13px; height:96px; }
.row-fluid .resource1-box .more-link { letter-spacing: 2px; display: inline-block; text-transform: uppercase; color: #674B8D; margin-top: 25px; font-size:13px; }
.row-fluid .resource1-box .more-link .fa { display: inline-block; margin-right: 0px; position: relative; -webkit-transition: all .5s ease;   -moz-transition: all .5s ease;   -ms-transition: all .5s ease;   -o-transition: all .5s ease;   transition: all .5s ease; left: 0; font-size:15px; }
.row-fluid .resource1-box .more-link:hover .fa { left: 2px; }
.row-fluid .resource1-box .hs-featured-image-link:hover .post-hover { opacity:1; }
.row-fluid .resource1-box .hs-featured-image-link:hover .post-hover img { left:50%; }
.row-fluid .resource1-box .post-hover { position:absolute; top:0; opacity:0; text-align:center; left:0; width:100%; height:100%; display:block; background:rgba(103,79,139,.9); -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease; }
.row-fluid .resource1-box .post-hover img { position:absolute; top:50%; left:45%; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
-ms-transition: all .7s ease;
-o-transition: all .7s ease;
transition: all .7s ease;
-webkit-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }


.row-fluid .right-sidebar h3 { float:left; width:100%; font-size:20px; padding-top:30px; color:#393939; border-top:1px solid #E2DEE5; text-transform:uppercase; font-weight:700; margin-bottom:20px; margin-top:35px; letter-spacing: 2px; } 
.row-fluid .right-sidebar { font-size:13px; color:#393939!important; line-height:30px; }
.row-fluid .right-sidebar .filter ul { float:left; width:100%; }
.row-fluid .right-sidebar .filter ul li { float:left; width:100%;  letter-spacing: 2px; background:#EFEDF3; margin-top:5px; padding: 8px 25px; font-size:12px;  text-transform:uppercase; color:#674B8D; font-weight:700; }
.row-fluid .right-sidebar .filter ul li a { color:#674B8D; display:inline-block; -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;  }

.row-fluid .blog-left { float:left; width:70%; }
.row-fluid .right-sidebar { float:left; width:30%; margin:0; padding-left:30px;}
.row-fluid .right-sidebar .cse .gsc-control-cse, .row-fluid .right-sidebar .gsc-control-cse ,  .row-fluid .right-sidebar  .gsib_a { padding:0; }
.row-fluid .right-sidebar .gsc-input-box { border:0; } 
.row-fluid .right-sidebar #gs_tti50:focus , .row-fluid .right-sidebar tbody:focus , .row-fluid .right-sidebar tr:focus { outline:0; box-shadow:none; }
.row-fluid .right-sidebar .gsc-search-box-tools .gsc-search-box .gsc-input { background-image:none !important;   text-indent: 0px !important;     padding: 0 15px; }
.row-fluid .right-sidebar input.gsc-input, .gsc-input-box,.row-fluid .right-sidebar .gsc-input-box-hover,.row-fluid .right-sidebar .gsc-input-box-focus { border:0 !important; box-shadow: none; }
.row-fluid .right-sidebar .gsc-search-button-v2 {  border-color: #fff; background-color: #fff; background-image: none; filter: none; position:relative; }
.row-fluid .right-sidebar .gsc-search-button-v2:after { position:absolute; right:15px;  top: -3px; font-family:'fontAwesome'; content: "\f002"; color:#e6dfec;  font-size: 28px; }
.row-fluid .right-sidebar form.gsc-search-box { height:60px;     padding: 15px 0; margin:0; }
.row-fluid .right-sidebar .title43 h3 { border:0; position: relative;  margin-top: 2px; } 

.hs-author-bio{     font-size: 18px;
    line-height: 28px;
    color: #808080; }
.row-author-image  .hs-author-avatar{
    float: left;
    width: 291px;     height: 264px;
 
}
.row-author-text {
    float: none;
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
}

h2.hs-author-name{     color: #393939;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: bold; }

.hs-author-profile{ float:left; width:100%; margin-bottom:15px; background-color:#ffffff; }  
.row-author-image{   display: inline-block;
    vertical-align: middle;  width: 291px;}




.row-fluid .right-sidebar input.gsc-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff; 
}
.row-fluid .right-sidebar input.gsc-input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.row-fluid .right-sidebar input.gsc-input:-ms-input-placeholder { /* IE 10+ */
 color: #ffffff;
}
.row-fluid .right-sidebar input.gsc-input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}


.row-fluid .dropdown-section-main { float:left; width:100%; padding-right:12px;  }
.row-fluid .dropdown-section { float:left; width:100%; background:#fff; margin-bottom: 40px; }
.row-fluid #filters { display:none; position:absolute; top:100%; width:200px; left:0; background:#fff; z-index:99;  padding:15px 0;   box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); }
.row-fluid .option-title , .row-fluid .option-title p { float:left; width:100%; position:relative; }
.row-fluid .option-title .fa { position:absolute; right:20px; top:-2px; font-size:17px; }
.row-fluid .filter-box { float:left; width:125px;  padding: 19px 0 16px 30px; border-right:3px solid #F7F5F9;  height: 60px; margin:0; font-size:14px; color:#674B8D; cursor:pointer; position:relative; } 
.row-fluid #filters  li { float:left; width:100%;  padding: 7px 30px; }
.row-fluid #filters  li a {  color:#674B8D; width:auto; display:inline-block; -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease; }
.row-fluid #filters  li a:hover , .row-fluid .right-sidebar .filter ul li a:hover  , .row-fluid .post-inner-ddlist li a:hover { text-indent:3px; }
.row-fluid .resource1-box h2 a:hover , .row-fluid .span10-content h3 a:hover { color: #674B8D; }

.hs-blog-post .row-fluid .blog-hero .f-container { height:0 !important; visibility:hidden !important; }
.hs-blog-post .row-fluid .blog-hero .widget-type-global_group .f-container { height:auto !important; visibility:visible !important; }
.hs-blog-post .row-fluid .blog-hero { background-image:none !important; }

.hs-blog-post .row-fluid .blog-main { padding-top:30px; background:#fff; padding-bottom:50px; }
.row-fluid .pagination-raw { float:left; width:100%; background:#472D5C; color:#fff; padding:40px 0; margin: 0; }
.row-fluid .pagination-raw a { color:#fff; display:inline-block; text-transform:capitalize;  }  
.row-fluid .pagination-raw .side-sec { float:none; width:33.3%; text-align:center; display:inline-block; margin:0 -2px; vertical-align:middle; }
.row-fluid .pagination-raw .side-sec.pre-side  { text-align:left; }
.row-fluid .pagination-raw .side-sec.next-side  { text-align:right; }
.row-fluid .pagination-raw .fa-angle-left { margin-right:20px; }
.row-fluid .pagination-raw .fa-angle-right { margin-left:20px; }
.row-fluid .pagination-raw .fa { font-size:30px; position: relative; top: 5px; }
.row-fluid .pagination-raw .side-sec.pre-side a , .row-fluid .pagination-raw .side-sec.next-side a { position: relative;  top: -5px; }

.row-fluid .post-detail { float:left; width:100%; }
.row-fluid .post-detail  div.post-date { float:right;     margin-right: 15px; }
.row-fluid .post-detail  div { float:left; width:auto; color:#C4C4C6; margin-left:30px; }
.row-fluid .post-detail > div.topic-drop { float:right; width:auto; margin-right:0px; position:relative; }
.row-fluid .post-detail a {  color:#C4C4C6;     display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

.row-fluid .post-detail .publice { margin-right:15px; } 
.row-fluid .post-inner-dd { cursor:pointer; }
.row-fluid .post-inner-ddlist { display:none; position:absolute; top:100%; right:0; padding: 10px 0; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); background:#fff; width:180px; }
.row-fluid .post-inner-ddlist li { float:left; width:100%; padding:2px 15px; }

.row-fluid .hs-featured-image-inner { float:left; width:100%; margin:30px 0 20px; height:350px; }
.row-fluid .hs-featured-image-inner .hs-featured-image { float:left; margin:0; max-width:100%;  }
.row-fluid .post-inner-title h1 { font-size: 30px; line-height: 24px; color: #393939; float: left; width: 100%; margin: 22px 0 40px; font-weight: 700; line-height:normal; }
.hs-blog-post .row-fluid .post-body { float:left; width:100%; font-size:18px; line-height:24px; color:#393939!important; }
.hs-blog-post .row-fluid .post-body .text { text-align:left !important;  }
.hs-blog-post .row-fluid .post-body .text p {padding-left:20px;}
.hs-blog-post .row-fluid .post-body .text ul, .hs-blog-post .row-fluid .post-body .text ol {padding-left:60px;}


/* Social Share */

.row-fluid .postshar-social02 {  padding:40px 0 50px; float:left; width:100%; border-bottom:1px solid #D2D2D4;     margin-bottom: 60px; }
.row-fluid .share-buttons091 li { float:left; display:inline-block; width:auto; margin-left:6px; padding:6px 0 !important; }
.row-fluid .share-buttons091 li:before{display:none;}
.row-fluid .share-buttons091 li a { width:36px; height:36px; line-height:36px; color:#fff; border-radius:100%; text-align:center; transition: all .3s ease; display: inline-block;}
.row-fluid .share-buttons091 li.dfd-share-twitter a { background: #3c98d7; }
.row-fluid .share-buttons091 li.dfd-share-pinterest a {  background: #e1003a; }
.row-fluid .share-buttons091 li.dfd-share-instagram a { background: #cc29a5; }
.row-fluid .share-buttons091 li.dfd-share-tumblr a { background: #3d5a70; }
.row-fluid .share-buttons091 li.dfd-share-linkedin a { background: #39c; }
.row-fluid .share-buttons091 li.dfd-share-reddit a  { background: #8bbbe3; }
.row-fluid .share-buttons091 li a:hover , .row-fluid .postshar-social02 .don-bubble-right > div a span:hover {     -webkit-transform: perspective(1200px) translateY(-2px);
    -moz-transform: perspective(1200px) translateY(-2px);
    -o-transform: perspective(1200px) translateY(-2px);
    transform: perspective(1200px) translateY(-2px);
    -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.2); }

.row-fluid .share-buttons091 li.facebook a {  background: #3b5998; width:60px; border-radius:20px; }
.row-fluid .share-buttons091 li.g-plus7 a {  background: #d34836; width:60px;  border-radius:20px }
.row-fluid .postshar-social02 ul{display: inline-block;}
.row-fluid .postshar-social02 .don-bubble-right { float:left; width:auto; margin:0; }
.row-fluid .postshar-social02 .don-bubble-right .don-btn { border-radius:15px;  padding-right:20px; }
.row-fluid .postshar-social02 .don-bubble-right .don-count { position:absolute; right:0; background:transparent; border:0; color:#fff;  line-height: 36px; }
.row-fluid .postshar-social02 .don-bubble-right .don-count:before , .row-fluid .postshar-social02 .don-bubble-right .don-count:after { opacity:0; }
.row-fluid .postshar-social02 .don-bubble-right > div {  margin: 0 8px 10px 0; }
.postshar-social02 .csbuttons-count{padding-left: 5px;}

/* End */

.row-fluid .about-author-sec87 { float:left; width:100%; background:#fff; margin-bottom: 60px; } 
.row-fluid .about-author-sec87 .span2 { float:left; width:30%; }
.row-fluid .about-author-sec87 .span10 { float:left; width:70%; margin:0; }
.row-fluid .span10-content { padding:50px 40px; font-size:13px; color:#393939; line-height:24px; }
.row-fluid .span10-content h3 {font-size: 22px; text-transform:uppercase; line-height: 24px; color: #393939; float: left;  width: 100%;  margin: 22px 0 10px; font-weight: 700; margin:0 0 25px; }
.row-fluid .span10-content h3 a { color: #393939; }

.row-fluid .related-post { float:left; width:100%;  border-top:1px solid #D2D2D4;  padding: 50px 0 0; }
.row-fluid .related-post h3 { font-size: 16px; text-transform: uppercase; color: #393939; margin-bottom: 12px; font-weight: 700; float:left; width:100%; padding-bottom:10px; }
.row-fluid .related-post p { text-align:center; float:left; width:100%; padding:20px 0; } 
.hs-blog-post .row-fluid .c-subscribtion , .hs-blog-post .row-fluid .footer__top { background:#fff; }  

.loadmore-post a { display:inline-block; height:50px; line-height:50px; margin-top:50px; border-radius:5px; background:#EFEDF3; width:140px; text-align:center; font-size:12px; text-transform:uppercase; color:#674B8D; font-weight:600; letter-spacing:2px; }

.blog-new .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ display: inherit; padding: inherit;  white-space: inherit;  max-width: inherit; overflow: hidden;  text-overflow: inherit; text-decoration: inherit;  } 
.blog-new .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{ float:inherit; }
.blog-new  .footer__bottom * {  display: inline-block !important;  vertical-align: middle !important; }

.header .header-links { background-color: #fff; }
.header .header-nav { }


.footer__top .footer-links__title   { width:100%; float:left; }
.hs-blog-post .row-fluid .post-body ul, .hs-blog-post .row-fluid .post-body  ol { padding-left:20px; }

.hs-responsive-embed { position: relative; padding-bottom: 56.25% !important; padding-top: 30px; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.row-fluid .title43 h1 {    font-size: 18px;    font-weight: 700;letter-spacing: 2px;/* padding-top: 30px;*/      margin-bottom: 20px; }
 
/* 10-1-2019 */
.hs-blog-post .row-fluid .post-body { font-size:17px; }
.hs-blog-post .row-fluid .post-body h2 { font-size:24px; padding:30px 0 15px 20px; }
.hs-blog-post .row-fluid .post-body h3 { font-size:20px; }
.row-fluid .about-author-sec87 p{font-size:17px; margin-bottom:15px;  }
.row-fluid .about-author-sec87 .span10-content h3{  font-size:20px; }
.row-fluid .related-post h3 { font-size: 20px;}
.row-fluid .related-post h2{ font-size:24px; line-height:30px; }
.row-fluid .resource1-box .post-body {font-size:17px; }
.row-fluid .resource1-box h2 { font-size: 24px;line-height: 30px;}
.hs-author-social-section .hs-author-social-links .hs-social-email { position:relative; z-index:1;}
.hs-author-social-section .hs-author-social-links .hs-social-email:before{ content:""; background-image:url( https://www.heyde.ch/hubfs/Files%20von%20Sektionen/Heyde-2018/Images/email-24x24.png); width: 24px; height: 24px; position: absolute; z-index: -1; left: 0;  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-section .hs-author-social-links .hs-social-form { position:relative; z-index:1; float: right; display: inline-block; margin-left: 3px;}
.hs-author-social-section .hs-author-social-links .hs-social-form:before{ content:""; background-image:url( https://www.heyde.ch/hubfs/Files%20von%20Sektionen/Heyde-2018/Images/edit-property-xxl.png); width: 24px; height: 24px; position: absolute; z-index: -1; left: 0;  border-width: 0px; border: 0px; line-height: 24px; background-size: 24px 24px; background-repeat: no-repeat;display: inline-block; text-indent: -99999px;}
.hs-blog-post .row-fluid .post-body .text a {color: #674ea7;}


.post-body h2 { 
  padding-top:90px!important;
}


@media (min-width: 992px) and (max-width: 1240px) { 
    
    .row-fluid .blog-hero .f-container { height: 620px; }
    .row-fluid .blog-hero .widget-type-raw_jinja { left:90px; }
    .row-fluid .blog-left { width: 72%; }
    .row-fluid .right-sidebar { width: 28%; }
    .row-fluid .resource1-box .hs-featured-image-link { height: 210px; }
    
}

@media (min-width: 768px) and (max-width: 991px) { 
    
    .row-fluid .blog-hero .f-container { height: 620px; }
    .row-fluid .blog-hero .widget-type-raw_jinja { left:40px; }
    .row-fluid .blog-left { width: 73%; }
    .row-fluid .right-sidebar { width: 27%; }
    .row-fluid .resource1-box .hs-featured-image-link { height: 210px; }
    .row-fluid .blog-main { padding: 58px 0; }
    .row-fluid .resource1-box { width:50%; }
    .row-fluid .right-sidebar { padding-left: 10px; } 
    .row-fluid .right-sidebar .filter ul li { padding: 8px 16px; }
    .row-fluid .hs-featured-image-inner { height: 250px; }
    .row-fluid .span10-content { padding: 30px 40px; }
    .row-fluid .span10-content h3 { margin: 0 0 15px; }
    body .gsc-search-button-v2 { padding: 6px 14px; } 
  

}

@media (max-width: 1200px){

    .row-author-image{ margin: 0 auto;  padding-top: 31px;    display: inherit; } 
  .row-author-text{     text-align: center;     width: 100%; }
  
  
}

@media (max-width: 380px){
  .hs-blog-post .row-fluid .post-body .text p {
  padding-left:0px!important;
    line-height: 1.7em!important;
    font-size:0.9em;
  }  
  .hs-blog-post .row-fluid .post-body .text ul {
    padding-left:20px!important;
  }
  
    .hs-blog-post .row-fluid .post-body h2{
    line-height:1.2em;
      padding-top:30px!important;
    }
  
  
}



@media (min-width: 30px) and (max-width: 767px) { 
    
    .row-fluid .blog-hero .f-container { height: auto;  }
    .row-fluid .pagination-raw .side-sec { margin: 0 0 0 -3px; }
    .row-fluid .pagination-raw a.all-posts-link { position:relative; top:2px; }
    .row-fluid .pagination-raw { padding: 10px 0; } 
    .row-fluid .pagination-raw .side-sec.pre-side a, .row-fluid .pagination-raw .side-sec.next-side a { font-size:0; }
    .row-fluid .blog-hero .widget-type-raw_jinja { left:20px; text-align:center;  width:280px; max-width:100%; position:relative; top:auto; left:auto; transform:translateX(0) translateY(0); }
    .row-fluid .blog-hero .widget-type-raw_jinja .post-item { padding:30px 20px; line-height:normal; font-size:16px; }
    .row-fluid .resource1-box .hs-featured-image-link { height: 210px; } 
    .row-fluid .blog-main { padding: 58px 0 5px; }
    .row-fluid .resource1-box { width:100%; padding:0; margin:20px 0 !important; text-align:center; float:left; }
    .row-fluid .right-sidebar { padding-left: 10px; } 
    .row-fluid .right-sidebar .filter ul li { padding: 8px 16px; }
    .row-fluid .blog-hero .widget-type-raw_jinja { max-width:100%; padding: 50px 0 70px; }
    .row-fluid .blog-hero button.slick-arrow { top:91%; }
    .row-fluid .blog-hero .widget-type-raw_jinja .post-item h2 { font-size: 30px; line-height: normal; } 
    
    .row-fluid .blog-left , .row-fluid .right-sidebar { width:100%; padding:0; }
    .row-fluid .right-sidebar { margin-top:20px; }
    .row-fluid .filter-box { width:100%; border:0; text-align:left !important; padding-left:0px; height:auto; border-bottom:2px solid #F7F5F9; }
    .row-fluid #filters { position: absolute; width:100%; top:60px; left:0px; }
    .row-fluid .dropdown-section-main { padding-right:0; }
    .row-fluid .option-title , .row-fluid  .filter-title > div { padding:0 20px; }
    .row-fluid .dropdown-section { margin-bottom: 15px; }  
    .row-fluid .blog-left { text-align:center; }
    .row-fluid .hs-featured-image-inner { height:220px; }
    .row-fluid .post-detail div { margin:0 3px !important; }
    .row-fluid .post-detail .publice { margin:0; }
    .row-fluid .post-detail div.post-date { float:left; width:auto; }
    .row-fluid .about-author-sec87 .span2  { height:230px !important; }
    .row-fluid .about-author-sec87 .span2 , .row-fluid .about-author-sec87 .span10 { width:100%; float:left; width:100%; }
    .sameheight { height:auto !important; } 
    .row-author-image{ padding-top: 34px; }
    .row-author-text{ width:100% }
    
  .blog-post-wrapper.text img { margin-left:0 !important;; margin-right:0 !important; }
  
   
} 

@media (max-width: 992px) {
  .fa-bars:before{display: none !important}
}
.hs-form-field {padding: 10px 100px 5px 0px;}
textarea {
min-height: 200px;
}
.hs-button {
  
      padding: 10px;
    font-size: 1.2em;
    background: #674ea7;
    color: white;
    font-family: FS Joey;
    font-weight: 700;
    margin-right: 100px;
    margin-left: auto;
    /*float: right;*/
    width: 200px;
}

.text ul li {
  list-style:disc!important;
}


.span2 .bgimg-main .sameheight{
  margin-top:50px;
  min-height:256px;
}