/* @import url('http://example.com/example_style.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    */
/*****************************************/

  /* ========================================== GLOBAL ======================================== */
body {background-color:#ffffff;}
.main {margin-top:8vh; margin-bottom:20px;}
  /* ========== NAVIGATION =========== */
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover a {margin-left:0px;}
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-of-type a:hover {padding:0px;}
  .is-white-blog .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {color:#454545;}
.is-white-blog .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {display:block; background-color:#ffffff; color:#454545; text-align: left; 
    border-radius:0px 4px 4px 4px; position: absolute; padding:25px 25px 5px 25px; z-index: 10; width:250px; } 
.is-white-blog .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover a { background-color:#eaeaea; width:fit-content;}
.is-white-blog .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a { color:#ccc245;}
.is-white-blog .header-white-strip {transition: 0.2s ease;}

.technologies-corp .is-white-blog .co {fill:#253c78;}
.technologies-managers .is-white-blog .co {fill:#022A3D;}
.technologies-advisers .is-white-blog .co { fill:#038c9e;}
.tech-product .is-white-blog .st0 {fill:#111111;}

.tech-product .is-white-blog .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:first-child { color:#454545; font-weight:500; }
.tech-product .is-white-blog .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:first-child:hover  { color:#ccc245; font-weight:500;} 
.tech-product .is-white-blog .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-of-type a { color:#ffffff; background-color:#038c9e; }
.tech-product .is-white-blog .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-of-type a:hover { background-color:#ccc245; color:#ffffff;}

#navtwo .expand ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {margin-left:0px;}
#desk-menu {background-color:#ffffff;}

.technologies-corp .is-white-blog .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-of-type a {color:#ffffff; background-color:#253c78;}
  

  /* Social Banner  **/
  .tech-news #twitter-feed h3 {display:none;}
  .tech-news .socials a.social:hover {color:#ccc245;}
  .tech-news #twitter-feed div#book-a-demo-panel.book-a-demo-panel { width: 250px;}
.tech-news .book-a-demo-panel {width: 250px; min-height: 200px; padding: 4px 0 4px 4px; box-sizing: border-box; background-color: #f5f5f5; position: fixed; right: 0; top: 440px; 
background-image:none; text-align: center; border-radius: 4px 0 0 4px; z-index: 2000;}


    /* ============================ Social =========================== */
  
 .twitter-end-trigger {min-height: 20px; display: block;}
img.social-video {height: 100px;  width: auto;}
.hs_cos_flex-active-slide {margin: 20px auto!important;}
.hs_cos_flex-slide-main.clone {width: 945px!important;}
h3.widget {color: #454545;}
.book-a-demo-panel {width: 200px; min-height: 200px; padding: 10px; box-sizing: border-box; background-color: #f5f5f5; position: fixed; right: 0; top: 440px; background-repeat: no-repeat; background-size: 30px; background-position: 20px 20px; text-align: center; border-radius: 4px 0 0 4px; z-index: 2000;}
.technologies-home .book-a-demo-panel {top: 630px;}
.book-a-demo-panel h1 {font-size: 18px; font-weight: 400; color: #454545; padding-top: 26px;}
.book-a-demo-panel p {font-size: 14px; line-height: 22px; color: #969696;}
.book-a-demo-panel .link-button {background-color: #454545; color: #fff; display: inline-block; padding: 16px 32px; border-radius: 5px; font-size: 16px; line-height: 16px; margin: 0 auto;}
.book-a-demo-panel .link-button:hover {background-color: #000000; color: #fff; text-decoration: none;}
ul.socials {display: inline-flex; padding-left: 0px !important;}
ul.socials li { margin-right: 25px; list-style-type: none;}
#twitter-feed ul.socials li { text-align: center;} 
a.social {color: #4a4a4a; font-size: 22px;}
a.social:hover {color: #d60b52;}
/* iframe#twitter-widget-0, iframe#twitter-widget-1 {height: 350px!important;} */


  
hr {height: 8px; color:#eeeeee;}
hr.light {height: 2px; color:#eeeeee;}
.image-overlay {height:450px;}
p.recent-title {color:#454545; font-weight:500; font-size:17px;}




  /** ================== LISTING PAGE ================== **/
  
.tech-news #news-background-image {background-image: url('https://cdn2.hubspot.net/hubfs/1676979/coinvestor-technologies/2019_Q1/dillon-mangum-383677-unsplash.jpg'); background-size: cover;
        background-repeat: no-repeat; height: 460px; background-position:center!important;}
.tech-news #news-background-image h1 {color:#454545; padding-top:80px;}  
.tech-news #news-background-image h1 strong {color:#ccc245; font-weight:normal;}
.tech-news #large-pop-banner {margin-top:0px;}
  .tech-news .post-item {border:1px solid #dbdbdb; border-radius:4px; height:350px; }
  .tech-news .pop-slider .post-item {}
  .tech-news .slide .post-item {text-align:center; color:#454545;}
  
.tech-news .more-news {border-top:1px solid #969696;}

/** CTAS **/
  .tech-news a.more-cta {padding:10px 25px; background-color:#969696; color:#ffffff; text-decoration:none; border-radius:4px; font-weight:500;}
  .tech-news a.more-cta:hover { background-color:#ccc245; color:#ffffff;}
  
  .tech-news a.scrollTop {background-color: #969696; padding: 10px 25px; color: #fff; border-radius: 4px; text-decoration: none; font-weight:500;}
  .tech-news a.scrollTop:hover {background-color:#ccc245; color:#fff;}

/*   #large-pop-banner {display:block;}
  #mobile-pop-banner {display: none;} */
  

  
/* ======= TAB SYSTEM ======= */
  .tech-news .tabs a li {color:#969696; min-width: 150px; padding: 10px 25px; font-weight:500; font-size:26px;}
  .tech-news .tabs a li:hover {border-bottom:3px solid #ccc245; color:#454545; transition: border .2s ease,left .2s ease; transition-delay: .1s;}
.tech-news .tabs a.current li { border-bottom:3px solid #ccc245; color:#454545;}
.tech-news .tabs a.current li {border-bottom:3px solid #ccc245;}
.tech-news ul.tabs a {text-decoration:none;}
  .tech-news ul.tabs {padding: 10px; border-radius: 4px; margin: 45px auto; background-color:#ffffff; border:none;}




  .about-banner {text-align:center; margin:0px auto;}
  .tech-news .about-banner {background-color:#f6f6f6; padding: 50px 0px;}
  .tech-news .about-banner h3 {color: #454545; margin-bottom: 40px; text-align: center;}
  .tech-news .about-banner a.cta {background-color:#ccc245; padding:10px 25px; border-radius:4px; color:#ffffff; text-decoration:none; font-weight:500; margin:40px auto 20px auto;}
  .tech-news .about-banner .cta:hover {background-color:#969696;}
  .tech-news .about-banner p {margin:0px auto 40px auto; color:#969696; font-weight:100; width:75%;}
  .tech-news .about-wrapper {margin-bottom:20px;}

  
    
  /* ====== MORE LIISTINGS ======== */
.topic-banner {padding:30px 0px; background-color:#f6f6f6;}
.topic-banner h2 {color:#454545; margin-bottom:35px; text-align:center;}
.topic-option {text-align:center; background-image: url(''); background-size:contain; background-repeat:no-repeat; height:350px; padding:0px 40px;}
.topic-option a p {font-size:15px; color:#454545; text-align:center; color:#454545; padding:20px; border-radius:0px 0px 4px 4px; background-color:#ffffff; }
.topic-option a p:hover {text-decoration:none;}
.topic-option a:hover {text-decoration:none;}
.topic-banner a.home {margin:30px auto; background-color:#ccc245; border-radius:4px; padding:10px 15px; color:#ffffff; font-weight:500;}
.topic-banner a.home:hover {background-color:#969696; text-decoration:none;}

.topic-option:hover>.topic-tile-image h3 {color:#ccc245;}
.topic-tile-image h3:hover {color:#ccc245;}

.topic-banner .topic-tile-image {background-size:cover; background-repeat:no-repeat; height:150px; border-radius:4px 4px 0px 0px;}
.topic-banner .topic-tile-image h3 {padding-top:70px; color:#ffffff;}
.topic-banner .topic-tile-image.press {background-image:url('https://cdn2.hubspot.net/hubfs/1676979/Blog%20Posts/sergi-kabrera-705414-unsplash_Dark.png');}
.topic-banner .topic-tile-image.blogs {background-image:url('https://cdn2.hubspot.net/hubfs/1676979/Blog%20Posts/lauren-mancke-60627-unsplash_Dark.png');}
.topic-banner .topic-tile-image.news {background-image:url('https://cdn2.hubspot.net/hubfs/1676979/Blog%20Posts/absolutvision-365898-unsplash_Dark.png');}
.topic-banner .to-listing {text-align:center; margin:40px auto 30px auto;}  
  
#news-background-image a.home {color:#ffffff; background-color:#ccc245; border-radius:4px; padding:7px 20px; margin-top:20px;}
#news-background-image a.home:hover {background-color:#969696; text-decoration:none;}
  /* ===== Tab contnent ====== */
  
  .tech-news #other-news {margin-bottom: 30px; background-color: #ffffff;}
  .tech-news #other-news .post-item {filter: grayscale(1); box-shadow: none; max-height: 200px; border: none;}
  .tech-news #other-news .post-item:hover {box-shadow: none; cursor: pointer; max-height: 200px; filter: grayscale(0);}
  .tech-news #other-news .post-item:hover > p.name { font-weight:500; color:#454545;}
  #other-section .other-cont { margin-bottom: 30px;}
  #other-news p.topic-label { text-align:center!important;}
  #other-news .post-item p { text-align:left; }
  #other-news .info p { text-align: left;}
  #other-news div.tile { margin-top: 0;}
  #other-news a.post-name {font-size: 20px;font-weight: 100;}
  #other-news p.caption-body { color: #969696; font-size: 15px; height: 60px; font-weight: 100;}
  #other-new div.info { width: 100%;}
  #other-news .post-header { height: 200px;}
  
.post-header {
        background-image:url('');
        height: 150px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        border-radius: 4px 4px 0px 0px;
    }
  



.tech-news #news-background-image {background-image: url('https://cdn2.hubspot.net/hubfs/1676979/coinvestor-technologies/2019_Q1/dillon-mangum-383677-unsplash.jpg'); background-size: cover;
        background-repeat: no-repeat; height: 460px; background-position:center!important;}

.tech-news #news-background-image {text-align:center;}
.tech-news #startchange p {padding-bottom:0px; margin-bottom:5px; width:100%;}

p.date_published {margin-top:20px; color:#969696!important;}
a.post-url {text-decoration:none;}
a.post-url:hover {text-decoration:none;}
.banner ul {padding-left:0px; list-style-type: none;}
.banner {margin-top: 50px; background-color: #ffffff; padding-bottom: 50px; padding-top: 30px;}
.banner ul li {display: inline-block; text-align: center; margin: 20px;}
.banner a:hover {text-decoration: none; color: #969696;}
.banner h3 {color: #454545; font-weight: 100;}

p.intro-text-light {font-weight: 300; width: 600px; color: #454545;}
a.show_hide {background-color: #000; padding: 10px 20px; color: #fff; border-radius: 4px; text-decoration: none;}






/* =============== SLIDER ============= */
    
    div#hs_cos_flex_slider_crm_slider.hs_cos_flex-slider.flex-slider-main.slider-mode-slider { background-color: transparent;}
 
    .hs_cos_slider {background-color: transparent!important; width: 800%; -webkit-transition-duration: 0s; transition-duration: 0s; -webkit-transform: translated (-1090px, 0px, 0px) }
    .hs_cos_flex-slider .caption {padding-top: 50px; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
        /* IE6-9 */
    }
    
    .hs_cos_flex-slide-main.hs_cos_flex-active-slide {margin: 0px 15px; }
    .banner-post-item {border-radius: 4px;
        border: 1px solid #dbdbdb;
        height: 350px;
        background-color: #ffffff;
        border-radius: 4px;
    }
    
    .banner-post-item:hover {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4)
    }
    
    .banner-post-item p {
        text-align: center;
    }
    
    .banner-info {
        color: #454545;
        width: 80%;
    }
    
    .banner-post-header {
        background-image:url('');
        height: 150px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        filter: grayscale(1);
        border-radius: 4px 4px 0px 0px;
    }
    
    .banner-post-header:hover {
        filter: grayscale(0);
    }
    
    a.banner-post-name {
        height: 70px;
        font-size: 18px;
        color: #000000;
        font-weight: 500;
        text-align: center;
        line-height: 1.5;
    }
    
    a.banner-post-name:hover {
        color: #454545;
        text-decoration: none;
    }
    
    a.banner-other-link {
        bottom: 0px;
        text-align: center;
        margin-top: 15px;
        width: 100%;
        color: #454545;
        font-size: 13px;
    }
    
    p.banner-date-published {
        height: 30px;
        font-size: 12px;
        color: #454545!important;
    }
    
    a.banner-other-link:hover {
        color: #969696;
        text-decoration: underline;
    }
    
    div.banner-tag {
        margin: 20px;
    }
    
    a.limited:hover {
        color: #000;
        text-decoration: none;
    }
    
    a.connect:hover {
        color: #ccc245;
        text-decoration: none;
    }
    
    a.technologies:hover {
        color: #ccc245;
        text-decoration: none;
    }
    
    a.limited:focus {
        color: #000;
        text-decoration: none;
    }
    
    a.connect:focus {
        color: #ccc245;
        text-decoration: none;
    }
    
    a.technologies:focus {
        color: #ccc245;
        text-decoration: none;
    }
    /* ==================================== SUBSCRIBE =======================================*/

/* =================== Other =================== */
    
    .other-image {
        background-image:url('');
    }
    
    .other-section {
        padding: 20px 0px;
        width: 100%;
        background-color: #ffffff;
    }
    
    .other-section h3 {
        color: #454545;
        text-align: center;
        margin-bottom: 50px;
    }
    
    div.content {
        margin-top: 50px;
    }

    /* SIMPLE_SLIDER */
    
    .slider-wrapper {
        min-height: 370px;
        position: relative;
        margin-bottom: 50px;
    }
    
    .slider {
        width: 100%;
        height: 100%;
        /*overflow: hidden;*/
        position: absolute;
    }
    
    .slide {
        width: 100%!important;
        height: 100%;
        top: 0;
        left: 0;
        float: left;
        position: absolute;
    }
    
    .slide .post-item {
        text-align:center;
      color:#454545;
    }
    
.slide .post-item p.name {
		font-weight:400;
}
    
    
    #slideposition {
        position: absolute;
        bottom: -50px;
        width: 100%;
        z-index: 500;
    }
    
    #slideposition ul {list-style-type: none; margin: 0; padding: 0; text-align:center;}
    
    #slideposition ul li.indicator {
        display: inline-block;
        height: 10px;
        width: 10px;
        background: none;
        margin: 0px 7px;
        padding: 0;
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        border-radius: 999px;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid #cdcdcd;
    }
    
    #slideposition ul li.indicator.active {
        border: 2px solid #555;
        background: #555;
    }
    
   
    
    p.intro-text {
        margin: 0px auto;
        text-align: center!important;
        font-weight: 100;
        width: 600px;
        padding-bottom: 60px;
    }
    
    .other-info {
        margin: 0px!important;
        width: 100%;
    }
    
    .is-previous {
        margin-top: 30px;
    }
  
  	.is-next {
        margin-top: 30px;
    }
    /*========================================================================================*/
    
    
    
    .scrollTop svg {
        font-size: 50px;
        color: #000;
    }
    
    .scrollTop svg:hover {
        color: #454545;
    }
    
    .profile {
        padding: 15px;
        border-radius: 4px;
        min-height: 285px;
    }
    
    .profile img {
        height: 45px;
        width: auto;
        margin-bottom: 20px;
    }
    
    .profile .svg-inline--fa {
        font-size: 34px;
        margin-bottom: 30px;
    }
    /*.profile img.logo {*/
    /*    padding-right:100px;*/
    /*} */
    

    h1.timeline-Header-title.u-inlineBlock {
        color: #3b94d9!important;
    }
    
    h1.timeline-Header-title span {
        color: #454545;
    }
    
    .similar-posts {
        margin-top: 50px;
    }
    
    

    
    .contact-info {
        margin-bottom: 40px;
    }
    
    
    
    .pop-banner {
        display: block;
    }
    
    .most-pop-title h3 {
        margin-top: 50px;
        color: #454545;
        text-align: center;
    }






/*****************************************/
/*         Post page styles           */
/*****************************************/
.hs-blog-social-share-item.hs-blog-social-share-item-linkedin span {
  vertical-align: baseline !important;
}
/* .hs-blog-social-share .hs-blog-social-share-list {
		height:20px;

}

.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
		height:20px;
} */
    p.caption-body {
        color:#919191;
        font-weight:100;
        font-size:13px;
    }
    
    

.post-tile-name {
  			font-size:13px;
    		font-weight:bold;
    margin:5px 0px;
  }
  
   .post  a.post-name {
        font-size:13px!important;
    }
    
    .post .info {
        width:95%;
    }
    .info {width: 90%; margin: 25px auto; padding:0px 10px; padding-bottom:10px;}
    
    .post p.name {
        margin:0px auto;
        font-size:12px!important;
        font-weight:bold;
    }
    
    .post .date_published {
        margin:5px auto;
    }
    
    .post span.topic-label {
        margin:5px auto;
        float:none;
    }
    
    .cont-name {
        margin-top: 0px!imporant;
        height:230px!important;
    }
    
  .cont-name h1 {
  			padding-top:0px!important;
  	}
    .social-sharing {
        filter: grayscale(1);
        margin-top: 30px;
    }
    
    .listing-header {
        height:450px;
    }
    
    .listing-header h1 {
        color: white;
        font-weight: 200;
        font-family: 'lato', sans-serif;
    }
    

    
    .post-content {
        margin: 0px auto 50px auto!important;
    }
    
   

    /* ================== Global ================*/
    hr {
        height: 8px;
        color:#eeeeee;
    }
    
        
    hr.light {
        height: 2px;
        color:#eeeeee;
    }
    
    blockquote {
        padding: 10px 20px;
        margin: 0 0 20px;
        font-size:17.5;
        border-left:5px solid #eeeeee;
    }
    
    .image-overlay {
        height:450px;
    }
    
    .next-previous a {
        font-weight: 100;
    }
    
    .is-previous {
        text-align: left;
    }
    
    .is-next {
      margin-top:30px;
        text-align: right;
    }
    
    
    
    p.recent-title {
        color:#454545;
        font-weight:500;
        font-size:17px;
    }


    
    
    





.topic-content a.post-name {font-size:17px; font-weight:100;}
.popular-topic {margin-bottom:90px;}

.topic-content .post-item-top {height:300px; border:1px solid #dbdbdb; background-color:#ffffff; filter: grayscale(0); border-radius:4px; text-align:center;}
.topic-content .post-item-top p.date_published {text-align:center;}
.topic-content .post-item-top:hover {box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); filter: grayscale(0);}

.popular-topic .post-item {height:350px; background:#f5f5f5; filter: grayscale(0);}
.popular-topic .post-item.popular:hover {box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);}
.topic-content h1 {color:#454545; text-align:center; margin:40px;}
.topic-content h3 {color:#454545; text-align:center; margin:40px;}
.topic-content h2 {color:#454545; margin:40px auto; text-align:center!important; padding-bottom:10px; font-weight:100;}
.topic-news h4 {padding-bottom:10px;}
.topic-content { background-color:#ffffff;}





.topic-news p.name {text-align:left;}
.topic-news p.caption-body { text-align:left;}
.topic-news p.date_published {text-align:left;}
.topic-news .post-header {border-radius: 4px 0px 0px 4px;}
.topic-content .home {color:#454545;}
.topic-content .home:hover {color:#000000;}

.popular-topic span.topic-label {float:none!important; margin:0px auto;}
span.topic-label {color:#ffffff; text-align:center; border-radius:5px;}

.recent-tiles .pill-space {text-align:center;}
.recent-tiles .name {font-size:14px;}
.caption-body {font-size:15px!important; line-height:1.5em;}


 
.pop-banner {width: 100%;}
    
 











  
  /* ==== FOOTER ===== */
  .footer-container-wrapper span#yearnow {color:#ffffff;}
  .footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {font-weight:100;}






/* ========================================== POST PAGE =============================== */
  .tech-news .image-overlay {background-color: rgba(0, 0, 0, .6); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 6;}
.tech-news .author-date {width:100%; text-align:left; color:#ffffff; margin:30px 0px;}
  .tech-news .date-top {color:#ffffff; font-size: 16px; font-weight:500;}
.tech-news .post-author {color:#ffffff; font-weight:500;}
.image-preview {background-size: cover; background-repeat: no-repeat; padding:75px 20px; width: 100vw!important; position: relative; height:450px;}
.post-content {background-color:#ffffff;}


/* li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {height:30px;} */
.post-item:hover p.name {color:#454545!important; font-weight:500;}
.post-item:hover p.date-published {color:#969696!important;}

.post-body a {color:#ccc245; font-weight:500;}
.post-body a:hover {color:#A79F39; text-decoration:none;}
div.next-previous {margin:30px auto 90px auto; border-top:2px solid #969696; padding-top:20px;}

.next-previous a {font-weight: 100;}
a.previous-post-link {color:#454545;}
a.previous-post-link:hover {color:#ccc245; text-decoration:none;}
a.next-post-link {color:#454545!important; text-decoration:none;}
a.next-post-link:hover {color:#ccc245; text-decoration:none;}
div.next-previous  {margin-bottom:50px;}

.tech-news .post-item-long {margin-bottom:20px;}

p.caption-body {color:#969696; font-weight:100; font-size:13px;}
.post-tile-name {font-size:13px; font-weight:bold; margin:5px 0px;}
div.info a {color:#454545!important;}
p.post-tile-name {color:#454545!important;}
.post  a.post-name {font-size:13px!important;}
.post .info {width:95%;}
.name {font-size:16px; margin-bottom:10px;}
.post p.name {margin:0px auto; font-size:12px!important; font-weight:bold;}
.post .date_published {margin:5px auto;}
.post span.topic-label {margin:5px auto; float:none;}
.cont-name {margin-top: 30px; height:300px;}
.cont-name h1 {margin-top:0px;}
.social-sharing { filter: grayscale(1); margin-top: 30px;}
.listing-header {height:450px;}
.listing-header h1 {color: white; font-weight: 200; font-family: 'lato', sans-serif;}
p.small-text {padding: 40px auto; color: rgba(69, 69, 69, .6)!important; font-size: 10px; text-align: center;}
a.home {color: #ffffff; font-weight: 100;}
a.home span {margin-left: 10px;}

.blog-posting-template .columns { float: left!important;}
.blog-posting-template strong {font-weight: 400!important;}
.blog-posting-template p { font-weight: 100; }
.blog-posting-template h1 {color:#454545;}
.blog-posting-template h3 {color:#454545;}
.similar-tiles .post-header {height: 70px;}
.similar-tiles .post-item {height: auto;}
p.white-text {padding-top: 20px; color: rgba(255, 255, 255, .6)!important; font-size: 10px;}
.body-container {padding-top: 0px!important;}

 /* ================= pagination ================= */

.blog-pagination-center {margin:30px 0px 50px 0px;}
 .blog-pagination a.active {background-color:#fff; padding:5px 10px; margin:0px 10px; color:#454545; border-radius:100px; border:2px solid #ccc245;}
  .blog-pagination a {color:#969696; font-weight:300; margin:0px 5px; padding:5px 10px; border-radius:100px; border:1px solid transparent;}
.blog-pagination a.active:hover {text-decoration: none; border:2px solid #969696; border-radius:100px; padding:5px 10px;}
  .blog-pagination a:hover {text-decoration: none; border:1px solid #969696; border-radius:100px; padding:5px 10px;}



    
/*    ==================== buttons ======================= */
  body .hs-button.primary,
    body input[type="submit"],
    body input[type="button"],
    .more-link {cursor: pointer; -webkit-appearance: none; text-decoration:none; font-weight: 600; text-shadow: none; font-size: 14px; padding: 6px 15px; transition: all 0.2s ease; border-width:2px; border-style:solid; border-color:white!important;
        display: inline-block; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; background: transparent; color: #fff;}
    .image-preview h4 { font-size: 14px; margin: 20px 0;}

ul.cta-wrapper li a.cta {background-color:#969696; color:#ffffff; font-weight:100; border-radius:4px; padding:10px 15px; text-decoration:none!important;}
ul.cta-wrapper li a.cta:hover {background-color:#ccc245!important;}
    
   /* =================== Slider ====================== */
  div.post-item {border: 1px solid #dbdbdb; border-radius: 4px;}
  div.post.post-item {height: 245px;}
   .post-item p { text-align: center;}
    .date_published p {height: 30px;}
    .post-item:hover {cursor: pointer;}
    .post.post-header {height: 90px;}
    #large-pop-banner.post #slideposition {bottom:65px;}
      
    .is-previous {text-align: left;}
    .is-next {margin-top:30px; text-align: right;}  













 /****** ================= RESPONSIVE STYLES ===================== ******/
@media screen and (min-width: 1650px) {
    #hero-background-image {position: relative; background-color: #444; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
            min-height: 700px; width: 100%; background-image: url(https://cdn2.hubspot.net/hubfs/1676979/coinvestor-connect/Header_img.png); padding: 0 0; box-sizing: border-box;}

    .pop-slider {margin-top: 50px;}
    #twitter-feed div#book-a-demo-panel.book-a-demo-panel {width: 250px;}
    div#mobile-pop-banner {display: none;}
    p.small-text {padding-left: 20px; padding-right: 20px;}

/*   #mobile-pop-banner {display:none;}
  #large-pop-banner { display:block;} */
}

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

}


@media screen and (min-width: 1300px) and (max-width: 1649px) {

}

/** ============= iPad pro ============= **/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #mobile-pop-banner {display:none;}
        #twitter-feed {display: none;}
        p.small-text {padding-left: 20px; padding-right: 20px;}
  .banner ul li {width:auto;}
}

 @media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (orientation: landscape) {

}
  
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* 		#mobile-pop-banner {display:none;}
    #large-pop-banner {display:block;} */
}

@media screen and (max-width: 1024px) {
.tech-news #news-background-image {height:260px; }
  .tech-news #news-background-image h1 {padding-top:0px;}
  .tech-news .banner {margin:0px 30px 0px 30px;}
  .tech-news ul.tabs {margin:0px auto;}
  .tech-news .tabs a li {font-size:18px;}
  .tech-news .more-news {border-top:1px solid #e5e5e5;}
  .tech-news .post-item {height:300px;}
  .slider-wrapper {min-height:350px;}
  
}




@media screen and (min-width: 960px) {
    .main-menu {position: relative; right: -20px;}
    .top-menu {margin-top: 5px;}
    .video-holder {width: 65%; margin: 0 auto;}
    .header-white-strip {position: fixed; width: 100%; z-index: 100; background-color: #fff; top: 0;}
      p.small-text {padding-left: 20px; padding-right: 20px;}
}



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

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

}

/***********       **************/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .tech-news .tabs a li {font-size:18px;}
}


@media screen and (min-width: 602px) {
/* 	#mobile-pop-banner {display:block;}
  #large-pop-banner {display:none;} */
}

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

@media screen and (max-width: 824px) {
  .image-preview {padding:30px 20px;}
  .image-overlay {}
/* .is-white-blog .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a {display:block;} */
 .is-white-blog .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {visibility: visible; opacity:1;}
  
.tech-news .main-menu li.hs-menu-item.hs-menu-depth-1:nth-child(6) a {display:none;}
.tech-news .main-menu li.hs-menu-item.hs-menu-depth-1:nth-child(7) a {display:none;}
  .banner ul li {margin-bottom:0px; width:40%;}
  .tech-news .banner {margin:20px 0px 0px 0px;}
  .tech-news ul.tabs {margin-bottom:20px;}
  .tech-news .post-item {height:350px;}
  
  
  .tech-news .tabs a li {color:#969696; min-width: 150px; padding: 10px 25px; font-weight:500; font-size:18px; min-width:100px; width:70%;}
  .tech-news .tabs a li:hover {background-color:#ccc245; border-bottom:none; color:#fff; border-radius:4px;}
  .tech-news ul.tabs {background-color:#ffffff; border:none; border:1px solid #e5e5e5; border-radius:4px;}
.tech-news .tabs a.current li { border-bottom:none; background-color:#ccc245; color:#fff; border-radius:4px; min-width:100px; width:70%;}
.tech-news .tabs a.current li:hover {background-color:#ccc245; border-bottom:none; color:#fff; border-radius:4px;}
.tech-news ul.tabs a {text-decoration:none;}
  .tech-news ul.tabs {padding: 10px; border-radius: 4px; margin: 45px auto;}
  
  .tech-news #other-news {margin-bottom:0px;}
  .tech-news .banner .post-item-long {padding-bottom:20px;}

  
  .tech-news #startchange p {width:100%;}
}

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

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

}

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

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) { 
  
}

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

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

  }
  
  
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/******    Pixle 2XL    ******/
  @media screen and (max-device-width: 823px) and (min-device-width: 411px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

  }
  
/******           ******/    
@media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

  }
  
  
/******    Mobile       ******/  

@media screen and (max-width: 414px) {
/*   #mobile-pop-banner {display:block;}
  #large-pop-banner {display:none;} */
  
  .tech-news .tabs a li {color:#969696; min-width: 150px; padding: 10px 25px; font-weight:500; font-size:18px; min-width:100px; width:70%;}
  .tech-news .tabs a li:hover {background-color:#ccc245; border-bottom:none; color:#fff; border-radius:4px;}
  .tech-news ul.tabs {background-color:#ffffff; border:none; border:1px solid #e5e5e5; border-radius:4px;}
.tech-news .tabs a.current li { border-bottom:none; background-color:#ccc245; color:#fff; border-radius:4px; min-width:100px; width:70%; margin-bottom:0px;}
.tech-news .tabs a.current li:hover {background-color:#ccc245; border-bottom:none; color:#fff; border-radius:4px;}
.tech-news ul.tabs a {text-decoration:none;}
  .tech-news ul.tabs {padding: 10px; border-radius: 4px; margin: 45px auto;}
}