/* #########################################################################
   ####################                                 ####################
   ####################    START THEME CONFIGURATION    ####################
   ####################                                 ####################
   ######################################################################### */




    /* ----- Wrapper ----- */

     /*minimum put 1000*/
    

    /* ----- Basic  ----- */

    
    

    
    

    
    

    

    
    
    
    
    
    

    
    
    


    /* -----  Menu ----- */

    
    

    /*Drop-Down*/
    
    
    
    
    
    
    

    /* --- Mobile Menu ---*/
    
    
    


    /* ----- Button or Link Option ----- */
    
    
    
    
    
    

    
    
    
    

    /* ----- Link Animation Option ----- */
    


    /* ----- Page Title ----- */

    
    






/* #########################################################################
   ####################                                 ####################
   ####################    END THEME CONFIGURATION      ####################
   ####################                                 ####################
   #########################################################################  */


   
   



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

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,200,200italic,400italic,600,600italic,700,900,700italic,900italic);
@import url(//insight.factset.com/hubfs/Assets/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    */
/*****************************************/

@font-face {
  font-family: 'Akkurat';
  src:  url('//cdn2.hubspot.net/hubfs/1803721/Assets_Factset_Blog/fonts/Akkurat.eot?#iefix') format('embedded-opentype'),
        url('//cdn2.hubspot.net/hubfs/1803721/Assets_Factset_Blog/fonts/Akkurat.otf')  format('opentype'),
        url('//cdn2.hubspot.net/hubfs/1803721/Assets_Factset_Blog/fonts/Akkurat.woff') format('woff'),
        url('//cdn2.hubspot.net/hubfs/1803721/Assets_Factset_Blog/fonts/Akkurat.ttf')  format('truetype'),
        url('//cdn2.hubspot.net/hubfs/1803721/Assets_Factset_Blog/fonts/Akkurat.svg#Akkurat') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'akkurat_lightregular';
    src: url('//cdn2.hubspot.net/hubfs/1803721/akkurat_light_regular-webfont.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/1803721/akkurat_light_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akkuratbold';
    src: url('//cdn2.hubspot.net/hubfs/1803721/Font/akkurat_bold-webfont.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/1803721/Font/akkurat_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'FontAwesome';
  src: url('//insight.factset.com/hubfs/Assets/Font/fontawesome-webfont.eot?v=4.7.0');
  src: url('//insight.factset.com/hubfs/Assets/Font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('//insight.factset.com/hubfs/Assets/Font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//insight.factset.com/hubfs/Assets/Font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//insight.factset.com/hubfs/Assets/Font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//insight.factset.com/hubfs/Assets/Font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* , *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; /* -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; */ padding:0; font-family:'akkurat_lightregular', Arial, Helvetica, sans-serif; font-size:18px; font-weight:300; line-height:33px; color:#737c85; background:#ffffff; overflow-x:hidden }

img { border:0; max-width:100%; height:auto; }

hr { background:#ccc; height:1px; border:none; outline:none; clear:both; margin:30px 0; }
.img-responsive2 { max-width:100%; height:auto }

.clear { clear:both }

p { padding:5px 0 15px; margin:0; }

ul.slides , ul.flex-direction-nav , ol.flex-control-nav { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a { display:inline-block; border:1px solid #00aeef; width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active { background:#00aeef;  }


blockquote { border-left:4px solid #00aeef; margin:15px 0 25px; padding:10px 25px; }
blockquote em { display:block; opacity0.8; }

.row-fluid .top-separator { background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/separator-bg3.png) no-repeat center top;  }
.row-fluid .left-separator { background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/separator-bg4.png) no-repeat center left; padding-left:40px; }
.row-fluid .left-separator2 { background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/separator-bg6.jpg) no-repeat left bottom; padding-left:20px; }


/*Heading*/
h1 { color:#00aeef; font-family:'Akkurat', Arial, Helvetica, sans-serif; font-size:44px; margin:0; padding:15px 0 25px; line-height:48px; font-weight:300; clear:both }
h2 { font-weight:300; color:#00aeef; font-family:'Akkurat', Arial, Helvetica, sans-serif; font-size:40px; line-height:44px; margin:0; padding:0 0 10px; clear:both }
h3 { font-weight:300; color:#00aeef; font-family:'Akkurat', Arial, Helvetica, sans-serif; font-size:34px; line-height:36px; margin:0; padding:0 0 10px; clear:both }
h4 { font-weight:300; color:#00aeef; font-family:'Akkurat', Arial, Helvetica, sans-serif; font-size:30px; line-height:34px; margin:0; padding:0 0 10px; clear:both }
h5 { font-weight:300; color:#00aeef; font-family:'Akkurat', Arial, Helvetica, sans-serif; font-size:28px; line-height:30px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:700; color:#00aeef; font-family:'Akkurat', Arial, Helvetica, sans-serif; font-size:22px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both }


/*Heading Option*/
.title-style1 h1 , .title-style1 h2 , .title-style1 h3 , .title-style1 h4 , .title-style1 h5 , .title-style1 h6 , .title-style2 h1 , .title-style2 h2 , .title-style2 h3 , .title-style2 h4 , .title-style2 h5 , .title-style2 h6 , .title-style3 h1 , .title-style3 h2 , .title-style3 h3 , .title-style3 h4 , .title-style3 h5 , .title-style3 h6 , .title-style4 h1 , .title-style4 h2 , .title-style4 h3 , .title-style4 h4 , .title-style4 h5 , .title-style4 h6 { padding:0; }

.title-style1 { position:relative; text-align:center; padding:0 0 20px; margin:0 0 25px; }
.title-style1:before { position:absolute; left:50%; width:50px; margin:0 0 0 -25px; bottom:0; height:5px; content:''; background:#00aeef; border-radius:8px; }

.title-style2 { position:relative; text-align:center; padding:10px 0 20px; margin:0 0 25px; }
.title-style2:before { position:absolute; left:50%; width:50px; margin:0 0 0 -25px; bottom:0; height:0px; content:''; border-bottom:1px dotted #000; }

.title-style3 { position:relative; text-align:center; padding:0 0 20px; margin:0 0 25px; }
.title-style3:before { position:absolute; left:50%; width:100px; margin:0 0 0 -50px; bottom:0; height:1px; content:''; background:#00aeef; border-radius:8px; }
.title-style3:after { content: '';  position: absolute; left:50%; margin:0 0 0 -7px; border-radius:4px; bottom:-8px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);  transform: rotate(45deg); 50px; width:15px; height:15px; background:#00aeef; }

.title-style4 { position:relative; padding:0 0 15px; margin:0 0 15px; }
.title-style4:before { position:absolute; left:0; width:50px; margin:0; bottom:0; height:0px; content:''; border-bottom:1px dotted #000; }


.title-white h1 , .title-white h2 , .title-white h3 , .title-white h4 , .title-white h5 , .title-white h6 { color:#fff; }
.title-white.title-style1:before , .title-white.title-style3:before  , .title-white.title-style3:after { background:#fff; }
.title-white.title-style2:before , .title-white.title-style4:before { border-color:#fff; }


.title-black h1 , .title-black h2 , .title-black h3 , .title-black h4 , .title-black h5 , .title-black h6 { color:#000; }
.title-black.title-style1:before .title-black.title-style1:before , .title-black.title-style3:before  , .title-black.title-style3:after { background:#000; }
.title-black.title-style2:before , .title-black.title-style4:before { border-color:#000; }


/*anchor link*/
a { text-decoration:none; outline:none; color:#00aeef; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#33bef2; }


.link-white a { color:#fff; }
.link-white a:hover { color:#00aeef; }

/*Read More Option*/
.read-more a:hover , .latestblog-content2 .hs-rss-description a:hover { text-decoration:underline; }


input , button , textarea { border:none; outline:none; font-family:'Akkurat', Arial, Helvetica, sans-serif; font-size:16px; font-weight:300; }
input[type=text] ,  input[type=email] , input[type=tel] , input[type=password] , input[type=password] , textarea , select  { width:100%; margin:0 0 15px; height:45px; line-height:100%; padding:0 15px; background:#fff; border:1px solid #b7b7b7; border-radius:0px; font-family:'Akkurat', Arial, Helvetica, sans-serif; font-size:17px; color:#464646; }
input[type=text] ,  input[type=email] , input[type=tel] , input[type=password] , input[type=password] , textarea{ -webkit-appearance:none; -moz-appearance:none; appearance:none; }
textarea { padding:15px; height:100px; line-height:20px; }


input[type=submit] , button { padding:10px 30px; display:inline-block; border-radius:3px; font-size:15px; font-weight:300; cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/blank.png) no-repeat left top #00aeef; color:#ffffff; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
input[type=submit]:hover { background-color:#33bef2; color:#ffffff; }
.joinnewsletter-form input[type=submit] {  background-color:#33bef2; }
.joinnewsletter-form input[type=submit]:hover {  background-color:#ffffff; color:#00aeef; }

.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset.form-columns-1 .hs-input { font-family:'Akkurat', Arial, Helvetica, sans-serif; width:100%; border-radius:0; border:1px solid #b7b7b7; font-size:14px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .hs-form fieldset.form-columns-1 .input { margin:0; }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 0 10px; }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 0 0; }
.row-fluid .hs-form label { font-family:'Akkurat', Arial, Helvetica, sans-serif; font-size:15px; line-height:28px; text-align:left; display:block; position:relative; }
.row-fluid .hs-form label .hs-form-required { /*position:absolute; right:5px; top:0;*/ color:#f90000; }


.row-fluid ul.hs-error-msgs { margin:-9px 0 0; padding:0 0 8px; list-style:none; line-height:20px; }
.row-fluid ul.hs-error-msgs label { display:block !important; color:red; }
.row-fluid ul.hs-error-msgs li { padding:0; font-size:12px; }
.row-fluid ul.hs-error-msgs li:before { display:none; }

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding:0; }
.hs-menu-wrapper ul li a:link , .hs-menu-wrapper ul li a:visited  { max-width: none !important; text-overflow: inherit !important; white-space: normal !important;  }

.body-container-wrapper ul { margin:0; padding:10px 0; list-style:none; }
.body-container-wrapper ul li { padding:2px 0 2px 15px; position:relative; }
.body-container-wrapper .blog-content .blog-detail2 ul li { text-indent: -0.8125em; padding-left: 1em; line-height: 1.5em; margin-bottom: 2em; }
.body-container-wrapper .blog-content .blog-detail2 ul li:before { content: '\2022'; color:#00aeef; /*position:absolute; left:0; top:2px;*/ font-size:19px; padding-right:5px; }

.body-container-wrapper ul.number-style li { padding-left:0; }
.body-container-wrapper ul.number-style li:before { display:none; }
.body-container-wrapper ul.number-style li span { display:inline-block; background:#00aeef; color:#fff; line-height:30px; text-align:center; border-radius:100%; margin:0 10px 0 0; width:30px; height:30px; }



/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white { color:#fff; }
.row-fluid .text-italic { font-style:italic; }

.row-fluid .text-light , .row-fluid .title-light h1 , .row-fluid .title-light h2 , , .row-fluid .title-light h3 , .row-fluid .title-light h4 , .row-fluid .title-light h5 , .row-fluid .title-light h6 { font-weight:300; }
.row-fluid .text-medium , .row-fluid .title-medium h1 ,  .row-fluid .title-medium h2  , .row-fluid .title-medium h3 , .row-fluid .title-medium h4 , .row-fluid .title-medium h5 , .row-fluid .title-medium h6 { font-weight:600; }
.row-fluid .text-bold , .row-fluid .title-bold h1 ,  .row-fluid .title-bold h2  , .row-fluid .title-bold h3 , .row-fluid .title-bold h4 , .row-fluid .title-bold h5 , .row-fluid .title-bold h6 { font-weight:700; }
.row-fluid .text-extrabold , .row-fluid .title-extrabold h1 ,  .row-fluid .title-extrabold h2  , .row-fluid .title-extrabold h3 , .row-fluid .title-extrabold h4 , .row-fluid .title-extrabold h5 , .row-fluid .title-extrabold h6 { font-weight:900; }


/*Full Color Background Option*/
.fullBGcolor { background:#00aeef; color:#ffffff; }
.fullBGcolor-BaseColor { background:#33bef2; color:#ffffff; }

.texture-bg { background-image:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/pattren-bg.jpg); background-repeat: repeat;  background-blend-mode: overlay; }
.texture-bg2 { background-image:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/pattren-bg3.png); background-repeat: repeat;  background-blend-mode: multiply; }
.texture-bg3 { background-image:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/pattren-bg4.png); background-repeat: repeat; }




/*Overlay Option*/
.row-fluid .overlay-section { position:relative; }
.row-fluid .overlay-section:before { position:absolute; left:0; top:0; width:100%; height:100%; content:''; opacity:0.7; }
.row-fluid .overlay-section > div { position:relative; z-index:2; }
.row-fluid .overlay-basecolor:before { background:#00aeef; }
.row-fluid .overlay-pattren:after { position:absolute; left:0; top:0; width:100%; height:100%; content:''; background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/pattren-bg2.png) repeat; }

.row-fluid .overlay-gry:before { background:#e9e8e8; opacity:0.9; }
.row-fluid .overlay-white:before { background:#ffffff; opacity:0.9; }
.row-fluid .overlay-blue:before { background:#0073a4; }
.row-fluid .overlay-black:before { background:#000000; }
.row-fluid .overlay-other:before { background:; }




/*Padding Option*/
.row-fluid .padding-top10 { padding-top:10px; }
.row-fluid .padding-top20 { padding-top:20px; }
.row-fluid .padding-top30 { padding-top:30px; }
.row-fluid .padding-top40 { padding-top:40px; }
.row-fluid .padding-top50 { padding-top:50px; }

.row-fluid .padding-top0 { padding-top:0; }
.row-fluid .padding-bottom0 { padding-bottom:0; }

.row-fluid .padding-bottom10 { padding-bottom:10px; }
.row-fluid .padding-bottom20 { padding-bottom:20px; }
.row-fluid .padding-bottom30 { padding-bottom:30px; }
.row-fluid .padding-bottom40 { padding-bottom:40px; }
.row-fluid .padding-bottom50 { padding-bottom:50px; }


/*Margin Option*/
.row-fluid .margin-top10 { margin-top:10px; }
.row-fluid .margin-top20 { margin-top:20px; }
.row-fluid .margin-top30 { margin-top:30px; }
.row-fluid .margin-top40 { margin-top:40px; }
.row-fluid .margin-top50 { margin-top:50px; }

.row-fluid .margin-bottom10 { margin-bottom:10px; }
.row-fluid .margin-bottom20 { margin-bottom:20px; }
.row-fluid .margin-bottom30 { margin-bottom:30px; }
.row-fluid .margin-bottom40 { margin-bottom:40px; }
.row-fluid .margin-bottom50 { margin-bottom:50px; }

/*Breadcrumbs Option*/
.row-fluid .breadcrumbs-main { position:relative; z-index:7; font-style:italic; }
.row-fluid .breadcrumbs-main > div { position:absolute; left:0; top:10px; width:100%; padding:4px 0; line-height:22px; }
.row-fluid .breadcrumbs-main li a:after { content: "\f101"; font-family: 'FontAwesome'; padding:0 10px 0 5px; font-size:16px; }
.row-fluid .breadcrumbs-main li a { color:#33bef2; }
.row-fluid .breadcrumbs-main li a:hover { color:#fff; }
.row-fluid .breadcrumbs-main ul li { color:#fff; padding:0; }
.row-fluid .breadcrumbs-main ul li:before { display:none; }
.row-fluid .breadcrumbs-main ul { padding:0; }
.row-fluid .breadcrumbs-main .hs-breadcrumb-menu-divider { display:none; }

.row-fluid .breadcrumbs-main2 { position:relative; z-index:7; padding:5px 0; background:#efefef; }
.row-fluid .breadcrumbs-main2 li a:after { content: "\f101"; font-family: 'FontAwesome'; padding:0 10px 0 5px; font-size:16px; }
.row-fluid .breadcrumbs-main2 li a { color:#333; }
.row-fluid .breadcrumbs-main2 ul li { color:#333; padding:0; }
.row-fluid .breadcrumbs-main2 ul li:before { display:none; }
.row-fluid .breadcrumbs-main2 ul { padding:0; }
.row-fluid .breadcrumbs-main2 .hs-breadcrumb-menu-divider { display:none; }

/*grayscale*/
.row-fluid .grayscale-image img {  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  filter: grayscale(100%);  filter: gray; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .grayscale-image img:hover { -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0); filter: gray;  }



/*Button Link Option*/
.row-fluid .button a ,  .button-cta a.cta_button , .row-fluid a.button , .latestblog-content .hs-rss-description a , .filter-expand-link , .latestblog-content3 .hs-rss-description a  , .latestblog-content2 .hs-rss-description a    { line-height:24px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:10px 25px;  background-color:#00aeef; color:#ffffff; border-radius:4px; margin:5px 0 0; font-size:18px; font-weight:300; }
.row-fluid .button-grey a , .row-fluid a.button-grey { background-color:#585858; }
.row-fluid .button a:hover , .row-fluid .button-cta a.cta_button:hover ,  .row-fluid a.button:hover , .latestblog-content .hs-rss-description a:hover , .filter-expand-link:hover , .latestblog-content3 .hs-rss-description a:hover, .latestblog-content2 .hs-rss-description a:hover  { background:none; color:#ffffff; }

.row-fluid .button-outline a , .row-fluid a.button-outline  {  background:none; border:2px solid #00aeef; color:#00aeef; padding-top:8px; padding-bottom:8px; }
.row-fluid .button-outline a:hover , .row-fluid a.button-outline:hover { border-color:#33bef2; }


.row-fluid .button.button-reverse a , .row-fluid a.button.button-reverse { background-color:#33bef2; color:#ffffff; }
.row-fluid .button.button-reverse a:hover , .row-fluid a.button.button-reverse:hover { background:none; color:#ffffff; }

.row-fluid .button.hover-white a:hover , .row-fluid a.button.hover-white:hover { background:none; color:#00aeef; }

.row-fluid .button.button-color2 a , .row-fluid a.button.button-color2 { background-color:#33bef2; color:#ffffff; }
.row-fluid .button.button-color2 a:hover , .row-fluid a.button.button-color2:hover { background:none; color:#33bef2; }


.row-fluid .button a:after , .row-fluid .button-cta a.cta_button:after , .row-fluid a.button:after , .row-fluid .latestblog-content .hs-rss-description a:after , .filter-expand-link:after , .latestblog-content3 .hs-rss-description a:after , .latestblog-content2 .hs-rss-description a:after , .row-fluid .button-grey a:after , .row-fluid a.button-grey:after { content:''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;  }



.row-fluid .button a:after , .row-fluid .button-cta a.cta_button:after , .row-fluid a.button:after ,  .row-fluid .latestblog-content .hs-rss-description a:after , .filter-expand-link:after , .latestblog-content3 .hs-rss-description a:after , .latestblog-content2 .hs-rss-description a:after , .row-fluid .button-grey a:after , .row-fluid a.button-grey:after  { content:'';   width: 0%; height: 100%; top: 0; left: 0;  }
.row-fluid .button a:hover:after , .row-fluid .button-cta a.cta_button:hover:after , .row-fluid a.button:hover:after , .row-fluid .latestblog-content .hs-rss-description a:hover:after  ,  .filter-expand-link:hover:after , .latestblog-content3 .hs-rss-description a:hover:after ,  .latestblog-content2 .hs-rss-description a:hover:after ,  .row-fluid .button-grey a:hover:after , .row-fluid a.button-grey:hover:after  { width: 120%; }



/*.row-fluid .button.button-reverse a:after { background-color:#00aeef;  }
.row-fluid .button.button-color2 a:after { background-color:#ffffff; }
.row-fluid .button.hover-white a:after { background-color:#ffffff; }*/




.row-fluid .button-section { text-align:center; padding:10px 0 0; }
.row-fluid .button-section .button { float:none; margin:0 !important; padding:10px 15px; width:auto; display:inline-block; }



/*Image Style Option*/
.image-style1 img , img.image-style1 { border-radius:100%; padding:10px; border:1px dashed #fff !important; }
.image-style1 img:hover , img.image-style1 { background:#33bef2; }

.image-style2 img , img.image-style2 { border-radius:100%; padding:10px; background:#33bef2; box-shadow:2px 2px 1px 1px rgba(000,000,000,0.1);  }
.image-style2 img:hover , img.image-style2 { background:#33bef2; }


/*Next Arrow*/
.next-arrow { position:relative; visibility: visible;  }
.next-arrowLink { cursor:pointer; width: 40px; height: 40px; position: absolute; top: -50px; left: 50%; z-index:9; margin-left: -20px; border: 2px solid transparent; border-radius: 25px;  font-size: 22px; line-height: 36px;  text-align: center; }
.next-arrowLink:hover { border-color: #33bef2; }

.next-arrowWhite .next-arrowLink { color:#fff; }
.next-arrowWhite .next-arrowLink:hover { border-color:#fff; opacity:0.8; }


.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }
.row-fluid .bg-repeat { background-size:auto; background-repeat:repeat; }

.blog-banner .bg-img img{ display:block; width:100%; max-width:inherit; }
.blog-banner .bg-img{ position:relative; display:block; }
.blog-banner .bg-img:after{ content:''; display:block; position:absolute; left:0; top:0; right:0; bottom:0; width:100%; height:100%; background-color:rgba(0,0,0,0.7); }
.banner-text-wrap{ position:absolute; z-index:1; bottom:24%; width:66%; margin:0 17%; text-align:center; }

.row-fluid .wrapper , .row-fluid .search-section > div { margin:0 auto !important; width:1170px; float:none !important; }
.row-fluid .wrapper-small { width:930px; }
.row-fluid .search-section > div{ position:relative;}
.row-fluid .search-section > div:before{  content: "\f0d8"; font-family: 'FontAwesome'; color: #071d4b; display: block; font-size: 64px; position: absolute;
    left: 96px; top: -40px; z-index: 9; line-height: 0;}


.row-fluid [class*="span"] { min-height:0; }

.row-fluid .content-section { padding:70px 0 70px; float:left; width:100%;  }
.row-fluid .alternate-section { background:#efefef; }
.row-fluid .content-separator { background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/separator-bg5.jpg) no-repeat center bottom;  }


/*top*/
.row-fluid .top { float:left; width:100%; padding:20px 0; background:#fff; z-index:99; position:relative; box-shadow:0 0 5px 0 rgba(000,000,000,0.5); }

/*.row-fluid .logo { margin:5px 0 0; width:auto; }*/
.row-fluid .logo { margin:0; width:auto; }
.row-fluid .logo img { max-width:110px; }
.row-fluid .logo.fs-site-logo img { max-width:154px; }
.row-fluid .logo.fs-site-logo { margin:11px 0 0; }

.row-fluid .top-right { text-align:right; }
.row-fluid .mainmenu, .row-fluid .toprequest-link { float:none; width:auto; margin:0 !important; display: inline-block; vertical-align: top; text-align:left;  }
.row-fluid .toprequest-link { margin:0 0 0 15px !important; }

.row-fluid .top-CallUs { padding:10px 0 0; font-size:26px; }
.row-fluid .top-CallUs i { vertical-align: top; margin: 2px; }
.topics-list span.filter-link-count { display: none; }

.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-family:'akkuratbold',Arial,sans-serif; padding:10px 3px; font-size:16px; font-weight:400; color:#666666; vertical-align: middle; text-transform:uppercase; letter-spacing:0.5px; }
.row-fluid .mainmenu.fs-site-menu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu.fs-site-menu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu.fs-site-menu .hs-menu-wrapper ul li a { font-family:'Akkurat',Arial,sans-serif; padding:11px 0 0 39px; font-size:16px; font-weight:400; color:#000000; vertical-align: middle; text-transform:uppercase; letter-spacing:0px; }


.padding60tb {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding60t {
    padding-top: 60px;
}
.padding160b {
    padding-bottom: 160px;
}
.padding80b {
    padding-bottom: 80px;
}

.bloglisting-box .display-on-topic-page , .topic .bloglisting-box .read-more , .topic .bloglisting-box .bloglisting-topic , .topic .row-fluid .blog-featuredimage::before  {
    display:none;
}
.bloglisting-box .display-on-topic-page {
    float: left;
    margin: 5px 0 0 15px;
    padding: 0 !important;
    width: auto !important;
}
.bloglisting-box .display-on-topic-page a, .bloglisting-box .display-on-main-page a {
    color: #737c85;
}
.topic .bloglisting-box .display-on-topic-page {
    display: block;
    float: none;
    margin-bottom: 10px
}

.headerSocialIcons {
    display: inline-block;
    float: right;
    position: relative;
    top: 4px;
}
.headerSocialIcons li, .headerSocialIcons span {
  display: inline-block;
  height: 17px;
  margin: 0 7px!important;
  position: relative;
  top: 3px;
  width: 17px;
}
.headerSocialIcons .icon-twitter {
  background-position: 0 0;
}
.headerSocialIcons a  {
  background-image: url(//www.factset.com/++theme++factset.theme/static/images/small_social_icons.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-bottom: medium none !important;
  display: block;
  height: 17px;
  margin: 0 !important;
  opacity: 0.4;
  padding: 0 !important;
  transition: opacity 0.5s ease 0s;
}
.headerSocialIcons .icon-linkedin {
  background-position: -17px 0;
}
.headerSocialIcons .icon-facebook {
  background-position: -34px 0;
}
.headerSocialIcons .icon-googleplus {
  background-position: -51px 0;
}
.contact-item {
    color:#fff;
    font-size:13px;
    line-height:45px;
    font-weight:400;
}
.contact-item strong {
    font-family: 'Akkurat Bold', Arial, sans-serif;
}
.contact-item + .contact-item {
    margin-left:26px;
}
.contact-item + ul.headerSocialIcons {
    margin-left:45px!important;
    float:none!important;
    top:0;
}

.headerSocialIcons a:hover {
  opacity: 0.6;
}
.row-fluid .bloglisting-joinnewsletter {
    display:none;
}
.topic .row-fluid .bloglisting-joinnewsletter {
    display:block;
}


.subscribe-form {
    border:1px solid #d6d6d6;
    padding:30px;
    font-family: "Akkurat",Arial,sans-serif;
}
.subscribe-form h3 {
    color: #333333;
    font-family: "Akkurat",Arial,sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 23px;
    padding: 0;
}
.subscribe-form h3 .green-color {
    color:#99cc33;
}
.subscribe-form .hs-form {
    position:relative;
    padding-right: 140px;
}
.subscribe-form .hs-form .hs-form-field > label {
    color: #737c85;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin:0 0 8px;
}
.subscribe-form .hs-form .hs-form-field > label .hs-form-required {
    display:none;
}
.subscribe-form .hs-form .hs-form-field .hs-input {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 0 none !important;
    border-radius: 0;
    height:30px;
    margin:0;
    font-size: 14px;
}
.subscribe-form .hs-form .actions .hs-button {
    background: #00aeef none repeat scroll 0 0;
    border:1px solid #00aeef;
    color: #ffffff;
    font-family: "Akkurat",Arial,sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 16px;
    position: absolute;
    right: 0;
    top: 25px;
}
.subscribe-form .hs-form .actions .hs-button:hover {
    color:#00aeef;
    background:none !important;
}
.subscribe-form .hs-form .hs-error-msgs label {
    color: #ff0000;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}
.subscribe-form h4 {
    color: #00aeef;
    padding: 0;
    text-align: center;
}

/* Cookie Alert Message */
body div#hs-eu-cookie-confirmation.can-use-gradients{ position:relative; text-shadow:none !important; border-bottom:none !important; background-image:none !important; background-color:#071d4b; color:#FFFFFF; text-align:center; padding: 65px 0; }
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{ text-align:center !important; font-family: "Akkurat",Arial,sans-serif !important; font-weight:300 !important; font-size: 17px !important; line-height: 25px; max-width:75%; padding-right:35px !important; padding-left:35px !important; margin-bottom:0 !important; }
body div#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner:before{ content:''; background:url(//cdn2.hubspot.net/hubfs/1803721/info-icon.png) left center no-repeat; background-size:75px; height:75px; width:75px; display:inline-block; vertical-align:middle; opacity:0.2; }
body div#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner{ text-align:center; max-width:1170px; margin:0 auto !important; float:none !important; }
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area{ display:inline-block; vertical-align:middle; }
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{ margin: 10px auto; display: block; padding:0 !important; width: 178px; height: 37px; border-radius: 2px; line-height: 37px !important; box-shadow:none !important; text-shadow:none !important; background-image:none !important; text-align: center; border-style: solid; border-width: 1px !important; opacity: 1; font-family: 'Akkurat', Arial, sans-serif; font-size: 15px; text-decoration: none; cursor: pointer; color: #fff !important; background-color: rgba(0, 174, 239, 1) !important; border:1px solid #00aeef; transition: background-color .5s, border-color .5s; -webkit-appearance: none; -moz-appearance:none; appearance:none; }
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover{ background-color:#1c8fcc !important; border:1px solid #1c8fcc !important; transition: background-color .5s, border-color .5s; color: #fff !important; }

#header-notice .wrapper {
    max-width: 1200px;
    padding: 0 15px;
    width: auto;
    float: none !important;
}
#header-notice {
display: none;
background-color: #071d4b;
color: #ffffff;
position: relative;
top: 0;
width: 100%;
z-index: 9999;
}
#header-notice .noticeWrapper {
height: 215px;
width: 100%;
display: table;
}
#header-notice .noticeWrapper > div {
display: table-cell;
vertical-align: middle;
text-align: center;
height: 215px;
}
#header-notice .infoIcon {
width: 75px;
}
#header-notice .infoIcon img {
width: 100%;
opacity: 0.2;
}
#header-notice p {
display: table-cell;
vertical-align: middle;
text-align: center;
font-family: 'akkurat_lightregular', Arial;
font-size: 17px;
line-height: 25px;
padding: 0 35px;
}
#header-notice p strong {
font-family: 'akkurat_lightregular', Arial;
font-size: 25px;
}
#header-notice p span {
display: block;
}
#header-notice .mobile {
display: none;
}
.noTrackingConsent #header-notice {
display: block;
}
.noTrackingConsent #visual-portal-wrapper {
padding-top: 215px;
}
.noTrackingConsent.stickyNav #globalnav-wrapper {
top: 215px;
}
.noTrackingConsent.stickyNav #portal-logo {
top: 249px;
}
.noTrackingConsent.stickyNav #portal-searchbox {
top: 247px;
}
.btn1, .btn1:link, .btn1:visited {
    margin: 10px auto;
    display: block;
    width: 178px;
    height: 37px;
    border-radius: 2px;
    line-height: 37px;
    text-align: center;
    border-style: solid;
    border-width: 1px !important;
    opacity: 1;
    font-family: 'Akkurat', Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    color: #fff !important;
    background-color: rgba(0, 174, 239, 1) !important;
    border-color: rgba(0, 174, 239, 1) !important;
    transition: background-color .5s, border-color .5s;
    -webkit-appearance: none;
}

@media screen and (max-width: 767px){
    #header-notice .infoIcon {
    display: none !important;
    }
    #header-notice .desktop {
        display: none;
    }
    #header-notice .mobile {
        display: table-cell;
        text-align: left;
        font-size: 14px;
        padding: 25px 12% 25px 10px;
        width: 85%;
    }
    #header-notice .agreeButton {
        width: 100px;
        margin-right: 12px;
    }
    #header-notice .agreeButton a {
        width: 100px;
    }
    #header-notice .noticeWrapper { height: auto; }
    #header-notice .noticeWrapper>div {
        height: auto;
        padding: 45px 0;
    }
}


@media screen and (max-width: 1220px){
    .row-fluid .header-latestblog h2 {
        font-size: 3em !important;
        line-height:1.1 !important;
    }
}


@media (min-width: 768px){
/*.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { display: inline-block;    opacity: 0;	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s; -moz-transition: -moz-transform 0.3s, opacity 0.2s; transition: transform 0.3s, opacity 0.2s; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { margin-right: 10px; content: '[';	-webkit-transform: translateX(20px); -moz-transform: translateX(20px);	transform: translateX(20px); }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { margin-left: 10px; content: ']'; -webkit-transform: translateX(-20px);	-moz-transform: translateX(-20px); 	transform: translateX(-20px); }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a:before, .row-fluid .mainmenu .hs-menu-wrapper ul li:hover a:after, .row-fluid .mainmenu .hs-menu-wrapper ul li a:focus:before, .row-fluid .mainmenu .hs-menu-wrapper ul li a:hover:after { opacity: 1; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px); }*/
.row-fluid .mainmenu .hs-menu-wrapper{ position:relative; top:6px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#00aeef; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#00aeef; } }

.row-fluid .mainmenu:not(.megamenu) .hs-menu-wrapper ul li ul { border:1px solid #f7f7f7; border-top:4px solid #00aeef; width:200px;  padding: 0px 0px;  margin: 0px;  background:#fff;  position: absolute;  top:100%;  left:0px;  -webkit-box-shadow: 0 0px 2px 0 rgba(0,0,0,.3); box-shadow: 0 0px 2px 0 rgba(0,0,0,.3); }
.row-fluid .mainmenu:not(.megamenu) .hs-menu-wrapper > ul > li > ul:before {  position:absolute; content:''; left:20px; top:-12px; width: 0;  height: 0;  border-left:12px solid transparent; border-right:12px solid transparent; border-bottom:12px solid #00aeef; }

.row-fluid .mainmenu:not(.megamenu) .hs-menu-wrapper ul li ul li { padding: 0px; margin: 0px; display: block; float: none; border-top: 1px solid #e0e0e0; text-transform: none; }
.row-fluid .mainmenu:not(.megamenu) .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { padding:10px 15px; line-height:20px; color:#333; width:100%; }
.row-fluid .mainmenu:not(.megamenu) .hs-menu-wrapper ul li ul li a:hover { color:#ffffff; background:#00aeef; }
.row-fluid .mainmenu:not(.megamenu) .hs-menu-wrapper ul li ul li:first-child { border: none; }
.row-fluid .mainmenu:not(.megamenu) .hs-menu-wrapper > ul > li:hover > ul { -moz-animation: fadeInRight 0.3s ease-in; -webkit-animation:fadeInUp 0.3s ease-in; animation:fadeInUp 0.3s ease-in ; }

.row-fluid .mainmenu:not(.megamenu) .hs-menu-wrapper ul li ul li:hover ul { -moz-animation: fadeInRight 0.3s ease-in; -webkit-animation: fadeInRight 0.3s ease-in; animation:fadeInRight 0.3s ease-in ; }
.row-fluid .mainmenu:not(.megamenu) .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:100%; top:0; }

.megamenu .blueBtn{
	padding: 5px;
	margin-top: -6px;
	display: inline-block;
	width: 120px;
	text-align: center;
	background-color: #00aeef;
	color: #fff;
	font-size: 15px;
    font-weight: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1; b
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

}

.row-fluid .top  .row-fluid .button a , .row-fluid .top .row-fluid a.button { margin:0; }

@media (min-width: 767px){
.row-fluid .top.fixed { position:fixed; padding:10px 0; box-shadow:0 0 5px 0 rgba(000,000,000,0.5); z-index:99; top:0; height:65px; background:rgba(0, 0, 0, 0.85); }
/*.row-fluid .top.fixed * , .row-fluid .top.fixed { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }*/
.row-fluid .top.fixed .logo img { width:90px !important; }
.row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding-top:8px; padding-bottom:5px; color:#FFF; }
.row-fluid .mainmenu .hs-menu-wrapper ul li a:hover{ color:#00aeef; }
.row-fluid .top.fixed .button a { padding:5px 14px; }
}

/*top 2*/
.row-fluid .top2 { padding:40px 0; }
.row-fluid .top2 h1 { color:#fff; font-size:40px; line-height:40px; padding:45px 0 15px; }
.row-fluid .top2 .title-black h1 { color:#000; }
.row-fluid .top-downloadMain { background:#fff; border-radius:15px; padding:20px; }
.row-fluid .top-follow { padding:12px 0 0; }
.row-fluid .top-downloadMain .widget-span { width:auto; float:none; display:inline-block; vertical-align: middle; }

/*top 3*/
.row-fluid .top3 { padding:40px 0; }
.row-fluid .top3 h1 { font-size:40px; line-height:40px; padding:45px 0 15px; }
.row-fluid .widget-type-section_header { font-size:24px; }


/*header*/
.row-fluid .header { float:left; width:100%; }
.row-fluid .header-content { padding:170px 0; font-size:22px; line-height:30px; }
.row-fluid .header-content3 { padding:75px 0; font-size:18px; line-height:24px; }
.row-fluid .header-text3 {  font-size:22px; line-height:30px; }
.row-fluid .header-content3 p { margin:0; }
.row-fluid .header-text { padding:0 0 15px; }


.row-fluid .header-title2 span span { background:#33bef2; color:#fff; padding:0 10px; border-radius:4px; }
.row-fluid .header-title2 h2 { position:relative; padding:0 0 25px; margin:0 0 20px; }
.row-fluid .header-title2 h2:before { content:''; position:absolute; height:1px; width:150px; background:#33bef2; left:50%; margin:0 0 0 -75px; bottom:0; }


.row-fluid .header-calltoactionmain { float:left; width:100%;  }
.row-fluid .header-calltoactionImage { margin:-5px 0; }
.row-fluid .header-calltoactionright { padding:20px 0 15px; }
.row-fluid .header-calltoactionright h4 { padding:0; font-size:22px; line-height:28px; }
.row-fluid .header-calltoactionText { padding:0 0 10px; font-size:16px; }

.row-fluid .header-links .widget-span { float:none; padding:0 20px 0 0; display:inline-block; vertical-align:top; width:auto; margin:0 !important; }
.row-fluid .header-links { padding:15px 0 0; }



.row-fluid .header-calltoactionmain2 { padding:25px 0 35px; float:left; width:100%; }
.row-fluid .header-calltoactionlink { padding:30px 0 0; }

.row-fluid .header-inner { float:left; width:100%; padding:55px 0; }
.row-fluid .header-inner h1 { font-size:45px; font-weight:600; color:#fff; line-height:45px; padding:0 0 10px; }
.row-fluid .header-inner .secondary-header { padding:0 10%; }

.row-fluid .blog-header { float:left; width:100%; /* padding:215px 0 170px;*/ }
.row-fluid .blog-header h1 { font-size:45px; font-weight:600; color:#fff; line-height:45px; padding:0 0 10px; }
.row-fluid .blog-header .secondary-header { padding:0 10%; }

.hs-blog-post .row-fluid .blog-header { display:none; }

.row-fluid .header-slider .hs_cos_flex-slider .caption { background:none; width:1170px; left:auto; bottom:auto; margin:0 auto; position:relative; padding:80px 10% 60px; min-height:280px; font-size:16px; line-height:24px; }
.row-fluid .header-slider .headerslider-image { position:absolute; left:0; top:0; width:100%; height:100%; background-size:cover; }
.row-fluid .header-slider .headerslider-image:before { position:absolute; left:0; top:0; width:100%; height:100%; content:''; background:rgba(000,000,000,0.7); }
.row-fluid .header-slider .headerslider-image img { display:none; }
.row-fluid .header-slider .hs_cos_flex-slider { margin:0; }
.row-fluid .header-slider h1 { padding:0; font-weight:600; }
.row-fluid .header-slider .hs_cos_flex-control-nav { bottom:10px; }
.row-fluid .header-slider br { line-height:0; }
.row-fluid .header-slider .hs_cos_flex-control-paging li a  { background:none; border:1px solid #fff; }
.row-fluid .header-slider .hs_cos_flex-control-paging li a.hs_cos_flex-active { background:#00aeef; border-color:#00aeef; }

.row-fluid .hs_cos_flex-direction-nav a { border:2px solid #00aeef; color:#00aeef; background:none; border-radius:100%; text-indent:0; font-size:0; line-height:27px; text-align:center; }
.row-fluid .header-slider .row-fluid .hs_cos_flex-direction-nav a { border-color:#fff; color:#fff; }
.row-fluid .hs_cos_flex-direction-nav a:hover , .row-fluid .header-slider .row-fluid .hs_cos_flex-direction-nav a:hover { border-color:#33bef2; color:#33bef2; }
.row-fluid .hs_cos_flex-slider .hs_cos_flex-prev:before { font-size:20px; content: "\f104"; text-indent:0; font-family:'FontAwesome'; display:inline-block; }
.row-fluid .hs_cos_flex-slider .hs_cos_flex-next:before { font-size:20px; content: "\f105"; text-indent:0; font-family:'FontAwesome'; display:inline-block; }
.row-fluid .hs_cos_flex-slider ul , .row-fluid .hs_cos_flex-slider ul li { padding:0; }
.row-fluid .hs_cos_flex-slider ul li:before { display:none; }
.row-fluid .hs_cos_flex-direction-nav li { position:initial; }

.row-fluid .header-withoutBG { background:#ebebeb; }
.row-fluid .header-withoutBG h1 { color:#00aeef; }


/*content boxes*/
.row-fluid .content-box { padding:30px 0; position:relative; }
.row-fluid .content-boxIcon { min-height:60px; margin:0 0 10px; }
.row-fluid .content-boxIcon img { max-width:62px !important; }
.row-fluid .content-boxText { padding:0 0 15px; }
.row-fluid .content-box:before { content:''; background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/separator-bg.png) no-repeat center center; width:120px; height:119px; position:absolute; top:-60px; left:-70px; }
.row-fluid .content-boxesCover > div:first-child .content-box:before { display:none; }
.row-fluid .content-boxesCover > div .content-box:first-child:before { display:none; }
.row-fluid .content-boxIconBG span { background:#00aeef; text-align:center; padding:30px 0; width:95px; height:95px; border-radius:100%; display:inline-block; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .content-boxIconBG span:hover { background:#33bef2; }

.row-fluid .content-boxIconBG img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .content-boxIconBG:hover img { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }

.row-fluid .content-boxIconBG { padding:0 0 10px; }

/*content boxes2*/
.row-fluid .content-box2 { padding:20px 0; }



/*service boxes*/
.row-fluid .service-box {  font-size:16px; }
.row-fluid .content-box2Number { padding:0 0 20px; color:#00aeef; font-size:30px; }
.row-fluid .content-box2Number span { position:relative; display:inline-block; width:68px; height:68px; line-height:68px; border:1px solid  #00aeef; border-radius:4px; text-align:center; padding:0;  -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .content-box2Number span:before, .row-fluid .content-box2Number span:after { content: "";  position: absolute; width: 0; height: 0; border-style: solid; border-color: transparent; border-bottom: 0;  -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .content-box2Number span:before { bottom:-12px; left:50%;  margin:0 0 0 -12px;  border-top-color: #00aeef; border-width: 12px; }
.row-fluid .content-box2Number span:after { bottom:-11px; left:50%; margin:0 0 0 -11px; border-top-color:#fff; border-width: 11px; }
.row-fluid .content-box2Number span:hover { background:#00aeef; color:#fff }
.row-fluid .content-box2Number span:hover:after { border-top-color:#00aeef; }


/*service boxes2*/
.row-fluid .service-boxes2 { padding:50px 0 0; }
.row-fluid .service-box2 { padding:15px 0; margin-top:10px; margin-bottom:10px; font-size:16px; position:relative; }
.row-fluid .service-box2Hover { position:absolute; background:#00aeef; top:0; padding:22% 0 0; height:100%; width:100%; color:#fff; font-size:20px; z-index:8; left:0; opacity:0; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .service-box2:hover .service-box2Hover { opacity:1; }
.row-fluid .service-box2Number { font-size:40px; line-height:40px; }
.row-fluid .service-box2Icon { padding:0 0 15px 0; min-height:70px; }


/*resource section*/
.row-fluid .resource-box { padding:10px 0 20px; position:relative; }
.row-fluid .resource-box > div { overflow:hidden; }
.row-fluid .resource-boxImage span { display:block; position:relative; }
.row-fluid .resource-boxImage span:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .resource-boxImage span:after { position:absolute; left:4.5%; top:3.5%; content:''; width:90%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }
.row-fluid .resource-box:hover span:before , .row-fluid .resource-box:hover span:after { opacity:0.6; }
.row-fluid .ViewMoreResources-link { padding:35px 0 0; }
.row-fluid .resource_downloadLink { position:absolute; left:0; top:50%; margin:-20px 0 0; width:100%; opacity:0; }
.row-fluid .resource-box:hover .resource_downloadLink { opacity:1; }
.row-fluid .resource-box img { width:100% !important; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .resource-box:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.row-fluid .ResourceRight-Content h4 { padding-top:0; }

.row-fluid .resource-boxImage2 a , .row-fluid .resource-boxImage2 span { display:block; position:relative; }
.row-fluid .resource-boxImage2 a:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .resource-boxImage2 a:after { position:absolute; left:4.5%; top:3.5%; content:''; width:90%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }
.row-fluid .resource-boxImage2 a:hover:before , .row-fluid .resource-boxImage2 a:hover:after { opacity:0.6; }
.row-fluid .resource-boxImage2 span:before {  -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; position:absolute; left:50%; top:50%; content:'';  content: "\f06e"; font-size:20px; color:#fff; width:30px; height:30px; line-height:30px; margin:-15px 0 0 -15px; font-family:'FontAwesome'; opacity:0; z-index: 4; }
.row-fluid .resource-boxImage2 span:hover:before  { opacity:1; }

/*resource Page Option 1*/
.resource-contentbox { float:left; width:50%; padding:0 20px 35px 0; }
.resource-listing .resource-contentbox:nth-child(2n) { padding-left:20px; padding-right:0; clear:right; }
.resource-listing .resource-contentbox:nth-child(2n+1) { clear:left; }
.resource-listing .resource-featuredimage { float:left; width:35%; position:relative; overflow:hidden; }
.resource-listing .resource-textMain { float:left; width:65%; padding:0 0 0 20px; }
.row-fluid .resource-featuredimage:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .resource-featuredimage:after { position:absolute; left:4.5%; top:3.5%; content:''; width:90%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }
.row-fluid .resource-featuredimage:hover:before , .row-fluid .resource-featuredimage:hover:after { opacity:0.6; }
.row-fluid .resource-featuredimage img { border:1px solid #e6e6e6; width:100% !important; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .resource-featuredimage:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }


.row-fluid .resource-filter { padding:0 0 25px; margin:0 0 45px; float:left; width:100%; text-align:center; font-size:20px; background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/separator-bg3.png) no-repeat center bottom; }
.row-fluid .resource-filter .hs_cos_wrapper_type_post_filter { display:inline-block;  }
.row-fluid .resource-filter li { display:inline-block; padding:0 0 0 10px; border-left:1px solid #ccc; line-height:18px; margin:0 0 5px 10px; }
.row-fluid .resource-filter li:before { display:none; }
.row-fluid .resource-filter h3 { display:none; }

.row-fluid .resource-filter .filter-link-count { display:none; }

.row-fluid .resource-hide { opacity: 0; }




/*resource Page Option 2*/
.row-fluid .resource-contentbox2 { float:left; width:100%; padding:30px 0; border-top:1px solid #eeeeee; }
.resource-listing2 .resource-contentbox2:first-child { border:none; padding-top:0; }

.row-fluid .resource-listing2 .resource-featuredimage2 { float:left; width:25%; position:relative; overflow:hidden; }
.row-fluid .resource-listing2 .resource-textMain2 { float:left; width:75%; padding:0 0 0 20px; }
.row-fluid .resource-featuredimage2:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .resource-featuredimage2:after { position:absolute; left:4.5%; top:3.5%; content:''; width:90%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }
.row-fluid .resource-featuredimage2:hover:before , .row-fluid .resource-featuredimage2:hover:after { opacity:0.6; }
.row-fluid .resource-featuredimage2 img { border:1px solid #e6e6e6; width:100% !important; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .resource-featuredimage2:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }


/*resource Page Option 3*/
.row-fluid .resource-contentbox3 { perspective: 1000; float:left; width:33.33%; padding:20px; }
.row-fluid .resource-contentbox3:hover .resource-contentb3  { transform: rotateY(180deg); }
.row-fluid .resource-contentb3 , .row-fluid .resource-featuredimage3 , .row-fluid  .resource-textMain3 { width: 100%; height: 360px; }
.row-fluid .resource-contentb3 { transition: 0.6s; transform-style: preserve-3d; position: relative; }
.row-fluid .resource-featuredimage3, .row-fluid .resource-textMain3 {	backface-visibility: hidden; position: absolute; top: 0; left: 0; }
.row-fluid .resource-featuredimage3 { z-index: 2; transform: rotateY(0deg); }
.row-fluid .resource-textMain3 { transform: rotateY(180deg); background:#f4f4f4; padding:18px; overflow:auto; }
.row-fluid .resource-featuredimage3 img { border:1px solid #e6e6e6; width:100% !important; }

.row-fluid .resource-featuredimage3 h6 { padding:15px 0 0; }
.row-fluid .resource-featuredimg3 { height:294px; overflow:hidden; }


/*resource Page Option 4*/
.row-fluid .resource-contentbox4 { float:left; width:25%; padding:20px 15px; }
.row-fluid .resource-featuredimage4 { padding:20px 0; }
.row-fluid .resource-listing4 .resource-contentbox4:nth-child(4n) { clear:right; }
.row-fluid .resource-listing4 .resource-contentbox4:nth-child(4n+1) { clear:left; }



/*sub text*/
.row-fluid .sub-text { font-size:22px; padding:0 0 20px; }
.row-fluid .subtext-separator { padding:0 0 40px;  background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/separator-bg2.png) no-repeat center bottom; }


/*casestuides section*/
.row-fluid .casestudies-section { padding:35px 0 30px 0; }
.row-fluid .Viewcasestudies-link { padding:50px 0 0; }
.row-fluid .casestudies-name { font-size:20px; }
.row-fluid .casestudies-DesignationCompanyName { font-size:16px; }


/*Testimonial Section*/
.row-fluid .testimonial-whitesection { background:rgba(255,255,255,0.4); margin:45px 0; }

.row-fluid .testimonial-linksection .widget-span { float:none; padding:0 10px; display:inline-block; vertical-align:top; width:auto; margin:0 !important; }
.row-fluid .testimonial-linksection { margin:0 0 -25px; }

.row-fluid .testimonial-sliderImage { padding:0 0 15px; }
.row-fluid .testimonial-sliderImage span { width:82px; height:82px; overflow:hidden; border-radius:100%; display: inline-block; }
.row-fluid .testimonial-slider { margin:-51px 0 0; }

.row-fluid .testimonial-slider { padding:0 100px 25px; font-style:italic; background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/quote-img.png) no-repeat 20px 80px; float:left; width:100%; }
.row-fluid .testimonial-sliderPersonName { font-size:20px; padding:10px 0 0; }
.row-fluid .testimonial-sliderPersonRole { color:#676767; font-size:16px; }

/*Testimonial Section 2*/
.row-fluid .testimonial-titlewithicon h2 { background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/chat-icon.png) no-repeat center top; padding:55px 0 30px; }
.row-fluid .testimonial-sliderText2 { padding:0 0 30px; }
.row-fluid .testimonial-sliderImage2 { display:inline-block; width:75px; height:75px; overflow:hidden; border-radius:100%; }
.row-fluid .testimonial-sliderPersonName2 , .testimonial-sliderPersonRole2 { display:inline-block; padding:0 6px; margin:0 !important; }
.row-fluid .testimonial-sliderPersonName2 { color:#00c2ff; font-size:20px; }
.row-fluid .testimonial-slider2 ul.flex-direction-nav li { display:inline-block; padding:0 8px; }
.row-fluid .testimonial-slider2 ul.flex-direction-nav li a { color:#fff; }
.row-fluid .testimonial-slider2 ul.flex-direction-nav li a:hover { color:#00c2ff; }
.row-fluid .testimonial-slider2 ul li:before { display:none; }



/*Client Testimonial*/
.row-fluid .ClientTestimonial-Text { background:#f7f7f7; padding:25px 35px 25px 40px; margin:15px 0 20px; position:relative; }
.row-fluid .ClientTestimonial-Text:before { content:'“'; font-family:Arial, Helvetica, sans-serif; font-size:160px; line-height:120px; position:absolute; left:15px; top:30px; color:#e0e0e0; }
.row-fluid .ClientTestimonial-Text span { position:relative; }
.row-fluid .ClientTestimonial-Text:after { content: ""; position: absolute; bottom: -20px; left: 60px; border: 0; border-right-width:40px; border-bottom-width: 20px; border-style: solid; border-color: transparent #f7f7f7; display: block; width: 0; }
.row-fluid .ClientTestimonial-name { font-size:20px; }

/*Client Testimonial2*/
.row-fluid .ClientTestimonial2-box { padding:35px 0 0 0; }
.row-fluid .ClientTestimonial2-text { position:relative; float:left; width:100%; background:#f7f7f7; border-radius:10px; padding:25px; box-shadow:-5px -5px 0 0 rgba(000,000,000,0.1); color:#000; }
.row-fluid .ClientTestimonial2-text:before { position: absolute; right: 5px; bottom: 0px; content: '”';  font-size: 230px; color: #efefef; font-weight: 700; }
.row-fluid .ClientTestimonial2-text span { position:relative; }
.row-fluid .ClientTestimonial2-text:after { content: ""; position: absolute; bottom: -20px; left: 60px; border: 0; border-left-width:40px; border-bottom-width: 20px; border-style: solid; border-color: transparent #f7f7f7; display: block; width: 0; }
.row-fluid .ClientTestimonial2-ImageNameRole { float:left; width:100%; padding:35px 0 0 15px; }
.row-fluid .ClientTestimonial2-PersonImage { position:absolute; left:0; width:70px; height:70px; overflow:hidden; border-radius:100%; }
.row-fluid .ClientTestimonial2-PersonRole { opacity:0.8; font-size:16px; }
.row-fluid .ClientTestimonial2-PersonName { margin:10px 0 0; color:#33bef2; }
.row-fluid .ClientTestimonial2-PersonCover { float:left; padding:40px 0 0 20px; }
.row-fluid .ClientTestimonial2-PersonCover > div { position:relative; }
.row-fluid .ClientTestimonial2-PersonNameRole { float:left; margin:0; padding:0 0 0 85px; font-size:20px; }

.row-fluid .ClientTestimonial2-boxCenter { text-align:center; }
.row-fluid .ClientTestimonial2-boxCenter .ClientTestimonial2-text:after { left:50%; margin:0 0 0 -10px; }
.row-fluid .ClientTestimonial2-boxCenter .ClientTestimonial2-PersonNameRole { width:auto; float:none;  display:inline-block; }
.row-fluid .ClientTestimonial2-boxCenter .ClientTestimonial2-PersonCover { float:none; width:auto; display:inline-block; }



/*Testimonial Page 1*/
.row-fluid .testimonial-main .row-fluid .ClientTestimonial2-box { margin-bottom:15px; }

/*Testimonial Page 2*/
.row-fluid .ClientTestimonial3-box { padding:15px 0 20px; }
.row-fluid .ClientTestimonial3-text { position:relative; float:left; width:100%; color:#000; }
.row-fluid .ClientTestimonial3-PersonImage span { width:100px; height:100px; overflow:hidden; border-radius:100%; display: inline-block; border:2px solid #e6e5e5; }
.row-fluid .ClientTestimonial3-PersonImage img { width:100% !important; }
.row-fluid .ClientTestimonial3-PersonRole { opacity:0.8; font-size:24px; padding:0 0 20px; }
.row-fluid .ClientTestimonial3-PersonRole span { padding:0 10px 10px; border-bottom:1px solid #d1d1d1; }
.row-fluid .ClientTestimonial3-PersonName { padding:10px 0 25px; color:#33bef2; font-size:20px; position:relative; }
.row-fluid .ClientTestimonial3-PersonName:before { position:absolute; content:''; left:50%; width:60px; margin:0 0 0 -30px; height:1px; background:#a4a4a4; bottom:0; }



/*Testimonial Dubble Slider 2*/
.row-fluid .testimonial-slider3Box { float:left; width:50%; padding:15px 25px 0 0; }
.row-fluid .testimonial-slider3Box + .testimonial-slider3Box { padding:15px 0 0 25px; }
.row-fluid .testimonial-slider3Text { position:relative; float:left; width:100%; background:#fff; border-radius:10px; padding:25px; box-shadow:-5px -5px 0 0 rgba(000,000,000,0.1); color:#000; }
.row-fluid .testimonial-slider3Text:before { position: absolute; right: 5px; bottom: 0px; content: '”';  font-size: 230px; color: #efefef; font-weight: 700; }
.row-fluid .testimonial-slider3Text span { position:relative; }
.row-fluid .testimonial-slider3Text:after { content: ""; position: absolute; bottom: -20px; left: 60px; border: 0; border-left-width:40px; border-bottom-width: 20px; border-style: solid; border-color: transparent #fff; display: block; width: 0; }
.row-fluid .testimonial-slider3ImageNameRole { float:left; width:100%; padding:35px 0 0 15px; }
.row-fluid .testimonial-slider3Image { float:left; width:75px; height:75px; overflow:hidden; border-radius:100%; margin:0 10px 0 0; }
.row-fluid .testimonial-slider3PersonName { margin:10px 0 0; }


.row-fluid .testimonial-DubbleSliderMain .row-fluid ol.flex-control-nav li a { border-color:#fff; }
.row-fluid .testimonial-DubbleSliderMain .row-fluid ol.flex-control-nav li a:hover , .row-fluid .testimonial-DubbleSliderMain .row-fluid ol.flex-control-nav li a.flex-active { background:#fff;  }


/*video*/
.row-fluid .video-center { float:left; width:100%; padding:25px 15% 0; }
.row-fluid .video-center iframe { width:100%; }

/*why we are*/
.row-fluid .whyweare-box { padding:15px 0 0; }
.row-fluid .whyweare-box h4 { padding-top:0; }
.row-fluid .whyweare-icon { padding:5px 0 0; }



/*Latest Blog Section*/
.row-fluid .latestblog-subtext { padding:15px 0 0; font-size:20px; }

.row-fluid .newsletter-subscription h3 , .row-fluid .latestblog-content h3 { padding:0; }
.row-fluid .newsletter-subscription { padding:20px; background:#e8e8e8; border-radius:6px; margin:35px 0 45px; position:relative; }
.row-fluid .newsletter-subscription label { display:none; }
.row-fluid .newsletter-subscription ul { margin:0; padding:0; list-style:none; }
.row-fluid .newsletter-subscription ul label { display:block; }
.row-fluid .newsletter-subscription ul li { padding:0; }
.row-fluid .newsletter-subscription ul li:before { display:none; }

.row-fluid .newsletter-subscription input[type=text] , .row-fluid .newsletter-subscription input[type=email] { margin:0; border:1px solid #d7d7d7; padding:0 20px; height:46px; line-height:100%; border-radius:4px; width:100%;  }
.row-fluid .newsletter-subscription input[type=submit] { height:46px; line-height:46px; width:18%; padding:0 20px; position:absolute; top:20px; right:20px; }

.row-fluid .latestblog-content .hs-rss-item-image-wrapper { width:100%; margin:0 0 15px; padding:0; max-height:245px; overflow:hidden; position:relative; }
.row-fluid .latestblog-content .hs-rss-item-image-wrapper img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .latestblog-content .hs-rss-item-image-wrapper:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.row-fluid .latestblog-content .hs-rss-item-image-wrapper:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .latestblog-content .hs-rss-item-image-wrapper:after { position:absolute; left:2.5%; top:3.5%; content:''; width:94%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }

.row-fluid .latestblog-content .hs-rss-item-image-wrapper:hover:before , .row-fluid .row-fluid .latestblog-content .hs-rss-item-image-wrapper:hover:after { opacity:0.6; }


.row-fluid .latestblog-content .hs-rss-item { float:left; width:31%; padding:0; margin:15px 1%; border:1px solid #d7d7d7; }
.row-fluid .latestblog-content .feedreader_box { margin:0 0 0 -10px; }

.row-fluid .latestblog-content .hs-rss-title { font-size:18px; font-weight:400; color:#000;  }
.row-fluid .latestblog-content .hs-rss-title:hover { color:#00aeef; }
.row-fluid .latestblog-content .hs-rss-item .hs-rss-item-text { padding:0 20px; width:100%; font-size:16px; min-height:360px; }

.row-fluid .latestblog-content .hs-rss-byline { width:100%; float:left; font-size:14px; opacity:1; padding:5px 0 0; }
.row-fluid .latestblog-content .hs-rss-author { float:left; position:relative; padding:0 0 0 15px; }
.row-fluid .latestblog-content .hs-rss-author:after { font-family: 'FontAwesome'; content:"\f007"; display:inline-block; position:absolute; left:0; }
.row-fluid .latestblog-content .hs-rss-author:before { content:'By '; }

.row-fluid .latestblog-content .hs-rss-date { float:right; }
.row-fluid .latestblog-content .hs-rss-date:before { font-family: 'FontAwesome'; content:"\f073"; display:inline-block; margin:0 5px 0 0; }
.row-fluid .latestblog-content .hs-rss-description { float:left; width:100%; }

.row-fluid .latestblog-content .hs-rss-description a  { margin:15px 0 0; }

.row-fluid .latestblog-content .hs-rss-item .hs-rss-item-text p { margin:0; padding:10px 0 25px; }

.row-fluid .latestblog-content2 .hs-rss-item { float:left; width:31%; margin:15px 1%; border:1px solid #d7d7d7; padding:10px; border-radius:4px; }
.row-fluid .latestblog-content2 .hs-rss-item-image-wrapper { float: left; width:100%; margin:0 0 15px; padding:0; max-height:215px; overflow:hidden; }
.row-fluid .latestblog-content2 .hs-rss-item-image-wrapper img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .latestblog-content2 .hs-rss-item-image-wrapper:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.row-fluid .latestblog-content2 .hs-rss-item .hs-rss-item-text  { padding:60px 20px 0; width:100%; font-size:16px; position:relative;  min-height:380px; }
.row-fluid .latestblog-content2 .hs-rss-byline { position:absolute; top:-35px; left:5%; width:90%; border-radius:4px; background:#33bef2; opacity:0.9; padding:15px 0; color:#fff; text-align:center; line-height:20px; }

.row-fluid .latestblog-content2 .hs-rss-author { display:inline-block; padding-right:15px; max-width:50%; vertical-align: middle; }
.row-fluid .latestblog-content2 .hs-rss-author:before { display:block;  font-family: 'FontAwesome'; content:"\f007"; }
.row-fluid .latestblog-content2 .hs-rss-author span:before { content:'By '; }
.row-fluid .latestblog-content2 .hs-rss-date { display:inline-block; padding-left:15px; border-left:1px solid rgba(000,000,000,0.2);  max-width:50%; vertical-align: middle; }
.row-fluid .latestblog-content2 .hs-rss-date:before { font-family: 'FontAwesome'; content:"\f073"; display:block; margin:0 5px 0 0; }
.row-fluid .latestblog-content2 .hs-rss-description a { margin:15px 0 0; }
.row-fluid .latestblog-content2 .hs-rss-title { font-size:20px; font-weight:400; }
.row-fluid .latestblog-content2 p { margin:0; }


.row-fluid .latestblog-content3 .hs-rss-item { float:left; width:48%; margin:15px 1%; border:1px solid #d7d7d7; padding:10px; border-radius:4px; }
.row-fluid .latestblog-content3 .hs-rss-item-image-wrapper { float:left; width:100%; }
.row-fluid .latestblog-content3 .hs-rss-item-image-wrapper img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .latestblog-content3 .hs-rss-item-image-wrapper:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.row-fluid .latestblog-content3 .hs-rss-item-text { float:left; width:100%; padding:0; min-height: 240px; }
.row-fluid .latestblog-content3 .hs-rss-item-image-wrapper { float: left; width:100%; margin:0 0 15px; padding:0; max-height:245px; overflow:hidden; }
.row-fluid .latestblog-content3 .hs-rss-byline { float:left; width:100%; border-top:1px solid #f3f3f3; position:relative; padding:25px 0 20px 50px; opacity:1; color:#000; font-size:18px; font-weight:600; }
.row-fluid .latestblog-content3 .hs-rss-byline:before { top:20px; font-family: 'FontAwesome'; color:#fff; line-height:40px; text-align:center; content: "\f007"; position:absolute; left:5px; width:40px; height:40px; border-radius:100%; background:#00aeef; }
.row-fluid .latestblog-content3 .hs-rss-description { float:left; width:100%; }
.row-fluid .latestblog-content3 .hs-rss-title { font-size:20px; text-transform:uppercase; }
.row-fluid .latestblog-content3 .hs-rss-description a { margin:20px 0 0; }



/*get started*/
.getstarted-text { padding:0 0 15px; }


/*fundamentals section*/
.row-fluid .fundamentals-img { padding:0 0 30px; }


/*Features section*/
.row-fluid .feature-box { padding:0 0 10px 95px; position:relative; margin:15px 0 0; font-size:15px; line-height:22px; min-height:95px; }
.row-fluid .feature-icon { position:absolute; left:0; top:0; width:68px; height:68px; border:1px solid  #00aeef; border-radius:4px; text-align:center; padding:16px 13px; }
.row-fluid .feature-icon:before, .row-fluid .feature-icon:after { content: "";  position: absolute; width: 0; height: 0; border-style: solid; border-color: transparent; border-right: 0;  }
.row-fluid .feature-icon:before { bottom:22px; right: -12px; border-left-color: #00aeef; border-width: 12px; }
.row-fluid .feature-icon:after { bottom:23px; right: -11px; border-left-color:#fff; border-width: 11px; }
.row-fluid .feature-icon img { max-height:36px; width:auto !important; }
.row-fluid .feature-box h3 { font-size:30px; line-height:34px; padding:0 0 8px; }


/*TeamMember section*/
.row-fluid .TeamMember-box { margin-top:20px; border:1px solid #e4e4e4; }
.row-fluid .TeamMember-ImageSocial { position:relative; margin:0 0 10px; text-align:center; }
.row-fluid .TeamMember-ImageSocial img { width:100% !important; }
.row-fluid .TeamMember-social { position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .TeamMember-ImageSocial:hover .TeamMember-social { opacity:1; }
.row-fluid .TeamMember-social > div { position:absolute; top:50%; margin:-20px 0 0; width:100%; padding:0 10px; }
.row-fluid .TeamMember-social > div a { display:inline-block; width:40px; height:40px; border:1px solid #fff; color:#fff; border-radius:100%; line-height:38px; text-align:center; margin:0 4px; }
.row-fluid .TeamMember-social > div a:hover { background:#fff; color:#00aeef;  }

.row-fluid .TeamMember-name { float:left; width:100%; padding:0 10px; color:#00aeef; font-size:22px; font-weight:600; }
.row-fluid .TeamMember-designation { float:left; width:100%; padding:0 10px 10px; }
.row-fluid .TeamMember-about { float:left; width:100%; padding:0 10px 10px; }


/*TeamMember section 2*/
.row-fluid .TeamMember-box2 { padding:15px 0 10px; }
.row-fluid .TeamMember2-imageMain  { position:relative; }
.row-fluid .TeamMember2-imageMain img { width:100% !important; }
.row-fluid .TeamMember2-hover { overflow:auto; opacity:0; position:absolute; left:2%; top:2%; width:96%; height:96%; background:rgba(255,255,255,0.9); padding:20px; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .TeamMember2-imageMain:hover .TeamMember2-hover { opacity:1; }
.row-fluid .TeamMember2-info { min-height:200px; padding:25px 0 0; }
.row-fluid .TeamMember2-social a { display:inline-block; margin:5px; border:1px solid #333; color:#333; width:40px; height:40px; text-align:center; line-height:40px; border-radius:100%; }
.row-fluid .TeamMember2-social a:hover { color:#fff; background:#00aeef; border-color:#00aeef; }
.row-fluid .TeamMember2-name { padding:15px 10px 0; font-size:20px; color:#00aeef; }
.row-fluid .TeamMember2-role { font-size:14px; color:#909090; font-weight:600; padding:0 10px 0; }

/*TeamMember section 3*/
.row-fluid .TeamMember-box3 { padding:15px 0 10px; }
.row-fluid .TeamMember3-imageMain  { position:relative; }
.row-fluid .TeamMember3-imageMain img { width:100% !important; }
.row-fluid .TeamMember3-social { opacity:0; position:absolute; right:10px; top:10px; width:40px; padding:5px; background:rgba(255,255,255,0.3); -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .TeamMember3-imageMain:hover .row-fluid .TeamMember3-social { opacity:1; }
.row-fluid .TeamMember3-social a { display:inline-block; margin:2px 0; background:#fff; border:1px solid #333; color:#333; width:30px; height:30px; text-align:center; line-height:30px; border-radius:100%; font-size:14px; }
.row-fluid .TeamMember3-social a:hover { color:#fff; background:#00aeef; border-color:#00aeef; }
.row-fluid .TeamMember3-name { font-size:20px; color:#00aeef; }
.row-fluid .TeamMember3-role { font-size:14px; color:#909090; font-weight:600; }
.row-fluid .TeamMember3-bio { padding:10px 0; }
.row-fluid .TeamMember3-number a , .row-fluid .TeamMember3-email a { color:#7d7d7d; }
.row-fluid .TeamMember3-number a:hover , .row-fluid .TeamMember3-email a:hover { color:#00aeef; }
.row-fluid .TeamMember3-number , .row-fluid .TeamMember3-email { font-size:14px; color:#7d7d7d; }
.row-fluid .TeamMember3-email { padding:0 0 15px; }

/*TeamMember section 4*/
.row-fluid .TeamMember-box4 { padding:15px 0 10px; }
.row-fluid .TeamMember4-imageMain  { position:relative; }
.row-fluid .TeamMember4-imageMain img { width:100% !important; }
.row-fluid .TeamMember4-social { opacity:0; position:absolute; right:10px; top:10px; width:40px; padding:5px; background:rgba(255,255,255,0.3); -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .TeamMember4-imageMain:hover .row-fluid .TeamMember4-social { opacity:1; }
.row-fluid .TeamMember4-social a { display:inline-block; margin:2px 0; background:#fff; border:1px solid #333; color:#333; width:30px; height:30px; text-align:center; line-height:30px; border-radius:100%; font-size:14px; }
.row-fluid .TeamMember4-social a:hover { color:#fff; background:#00aeef; border-color:#00aeef; }
.row-fluid .TeamMember4-name { font-size:20px; color:#00aeef; padding:10px 0 0; }
.row-fluid .TeamMember4-role { font-size:14px; color:#909090; font-weight:600; }

/*TeamMember Detail*/
.row-fluid .teamdetail-content h5 span { color:#7d7d7d; font-size:20px; }
.row-fluid .teamdetail-social a { display:inline-block; margin:4px 5px; background:#fff; border:1px solid #333; color:#333; width:40px; height:40px; text-align:center; line-height:40px; border-radius:100%; font-size:16px; }
.row-fluid .teamdetail-social a:hover { color:#fff; background:#00aeef; border-color:#00aeef; }
.row-fluid .teamdetail-phone a , .row-fluid .teamdetail-email a { color:#7d7d7d; }
.row-fluid .teamdetail-phone a:hover , .row-fluid .teamdetail-email a:hover { color:#00aeef; }
.row-fluid .teamdetail-phone , .row-fluid .teamdetail-email { font-size:14px; color:#7d7d7d; }
.row-fluid .teamdetail-phone { padding:25px 0 0; }
.row-fluid .teamdetail-email { padding:0 0 15px; }


/*TeamMember Detail 2*/
.row-fluid .teamdetail2-content { padding:25px 0 20px; }
.row-fluid .teamdetail2-PhoneEmailSocial a  { color:#7d7d7d; }
.row-fluid .teamdetail2-PhoneEmailSocial a:hover { color:#00aeef; }
.row-fluid .teamdetail2-social a { display:inline-block; margin:4px 2px; background:#fff; border:1px solid #7d7d7d; color:#7d7d7d; width:30px; height:30px; text-align:center; line-height:30px; border-radius:100%; font-size:16px; }
.row-fluid .teamdetail2-social a:hover { color:#fff; background:#00aeef; border-color:#00aeef; }
.row-fluid .teamdetail2-phone , .row-fluid .teamdetail2-email { font-size:16px; color:#7d7d7d; padding:5px 0 0; }
.row-fluid .teamdetail2-PhoneEmailSocial { padding:25px 0 10px; }
.row-fluid .teamdetail2-name { font-size:25px; color:#00aeef; padding:15px 0 0; font-weight:600; }
.row-fluid .teamdetail2-role { font-size:20px; color:#909090; font-weight:600; }



/*Why Choose us Section*/
.row-fluid .whychoose-box { padding:25px 0 0; }
.row-fluid .whychoose-icon span { background:#00aeef; text-align:center; padding:30px 0; width:95px; height:95px; border-radius:100%; display:inline-block; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .whychoose-icon span:hover { background:#33bef2; }
.row-fluid .whychoose-icon span:hover img { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out  }
.row-fluid .whychoose-icon { padding:0 0 10px; }



/*Facts Section*/
.row-fluid .facts-icon { padding:0 0 10px; }
.row-fluid .facts-icon span { display:inline-block; border:1px solid #fff; width:90px; height:90px; padding:15px 0; border-radius:100%; }
.row-fluid .facts-number { font-size:50px; line-height:55px; font-weight:600; }
.row-fluid .facts-name { font-size:25px; font-weight:300; }
.row-fluid .facts-box { min-width:170px; }


/*Clients Section*/
.row-fluid .client-logoes { padding:45px 15px 45px 60px; }
.row-fluid .client-logo { padding:20px 15px; }

/*Call To Action*/
.row-fluid .calltoaction-main { padding:45px 0; }
.row-fluid .quote-icon { display:inline-block; vertical-align:top; float:none; width:auto; }
.row-fluid .quote-icon span { display:inline-block; width:65px; height:65px; border-radius:100%; border:1px solid #fff; padding:16px 0; }
.row-fluid .calltoaction-text { display:inline-block; vertical-align:top; float:none; width:auto; font-size:40px; line-height:45px; padding:8px 0 0; font-weight:600; }
.row-fluid .calltoaction-text a { vertical-align:middle; margin:0 0 0 15px; }

/*Call To Action 2*/
.row-fluid .calltoaction-main2 { padding:45px 0; background:#fbfbfb; border:1px solid #f0f0f0; padding:20px; margin:40px 0 0; }
.row-fluid .calltoaction-main2 h5 strong { color:#00aeef; }
.row-fluid .calltoaction2-right { padding:40px 0 0; }


/*partner section*/
.row-fluid .partner-section { padding:35px 0; text-align:center; }
.row-fluid .partner-logo { float:none; display:inline-block; vertical-align:middle; width: 14%; }




/*Blog Page Option 1*/
.row-fluid .blog-top { padding:0; float:left; width:100%; z-index:8; }
.row-fluid .search-section ,  .row-fluid #subscribe-popup { display:none; }

.row-fluid .search-link span { font-size:0; cursor:pointer; display:inline-block; vertical-align:top; }
.row-fluid .search-link span:before { /*font-family: 'FontAwesome';  content: "\f002"; font-size:24px;*/ display:inline-block; content:''; width:26px; height:27px; cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/1803721/search.png) no-repeat; background-size:84px; }
.row-fluid .search-link span:hover { color:#33bef2; }

.row-fluid .search-section { position:absolute; left:0; top:100%; width:100%; padding:35px 0; background:#071d4b; z-index: 8; box-shadow:0 4px 2px 2px rgba(000,000,000,0.1); }
.row-fluid .search-section form { position:relative; float:left; width:100%; padding-bottom:28px; border-bottom:#00aeef solid 1px; }
.row-fluid .search-section input[type=text] , .row-fluid .search-section input[type=email] { height:44px; line-height:100%; background:transparent; padding:0 15px 0 60px; float:left; width:100%; margin:0; border-radius:0; border:none; }
.row-fluid .search-section input[type=text]{ height:30px; }
.row-fluid .search-section a { cursor:pointer; vertical-align:top; margin:0; }
.row-fluid .search-section a.hs-button { font-size:0; border-radius: 0; position: absolute; left: 0; top: 0; background: transparent; border-right:#00aeef solid 1px; padding:0; height:30px; }
.row-fluid .search-section a.hs-button:before { /*content:"\f002"; font-family:'FontAwesome'; font-size: 24px; color:#FFF; position: absolute; left: 0; top: 0; text-align: center; width: 100%; height: 100%; line-height: 44px;*/ display:inline-block; content:''; border: none; margin-right: 21px; background: transparent url(//cdn2.hubspot.net/hubfs/1803721/search.png) no-repeat -28px top; background-size: 84px; width: 26px; height: 27px; text-indent: -100px; }
.row-fluid .search-section label { display:none; }
.row-fluid .top.fixed .search-section a.hs-button:before { font-size:20px; line-height:24px; top:5px; }


.row-fluid .search-section input.searchButton{ display:inline-block; max-width: 26px; width:20%; height: 27px; border: none; margin-right: 21px; background: transparent url(//cdn2.hubspot.net/hubfs/1803721/search.png) no-repeat -28px top;
background-size: 84px; text-indent: -100px; padding:0; overflow:hidden; float:left;}
.row-fluid .search-section input.searchField{ display:inline-block; width: 75%; -webkit-appearance: none; -moz-appearance: none; border: none; border-radius: 0; border-left: 1px solid #00aeef; background: transparent; font-size: 26px; color: #ffffff; padding-left: 14px;
}
.row-fluid .search-section .searchClear{ font-family: 'Akkurat', Arial, Helvetica, sans-serif; font-size: 26px; color: #ffffff; cursor: pointer; float: right; transition: all 0.5s ease-in-out; lin}
.row-fluid .search-section .searchClear:hover{ color: #00aeef; transform: rotate(180deg);}
#LSResult{ display:none; background-color: rgba(7, 29, 75, 0.92); width: 100%; margin-top: 132px; z-index: 999; position:absolute; left:0; height:80vh; overflow:auto; }
#LSShadow{ max-width:1180px; margin:0 auto;}
#LSResult .livesearchContainer{ border:none;}
.LSTable{ list-style:none; padding:-left:20px; margin-top:0;}
.LSRow{ display: block; width:auto; padding: 0.5em 1em; white-space: normal;}
.LSRow:first-of-type{ padding-top:0;}
#livesearchLegend, #LSResult img, .LSRow .discreet{ display:none;}
.LSRow a{ color: #ffffff; font-family: 'Akkurat', Arial, Helvetica, sans-serif; font-size: 26px; line-height: 50px;}
.LSRow a[href^="@@search?"]{ color: #071d4b; font-size: 16px; display: block; border-top: 1px solid rgba(0, 174, 239, 0.2);}
.LSRow a[href^="@@search?"]:before{ content: '>'; color: #85bd40; float: right; padding-left: 5px;}
.LSRow a[href^="@@search?"]:after{ content: "Show All"; text-transform: uppercase; float: right; color: #ffffff;}


.row-fluid .blog-topsubscribe  { display:none; position: absolute; right: 6%; transform:translateX(28%); -ms-transform:translateX(28%); -webkit-transform:translateX(28%); top: 77%; margin: 0; padding: 20px 0; width:280px; z-index: 9; }

.row-fluid .blog-topsubscribe .blog-topsubscribelink span {  cursor:pointer; display:inline-block; vertical-align:top; }
.row-fluid .blog-topsubscribe .blog-topsubscribelink span:before { font-family: 'FontAwesome';  content:"\f003"; font-size:24px; display:inline-block; margin:0 15px 0 0; }
.row-fluid .blog-topsubscribe .blog-topsubscribelink span:hover { color:#33bef2; }
.row-fluid .blog-topsubscribe h3{ padding:0; }
.row-fluid .blog-topsubscribe:before{ content:"\f0d8"; font-family:'FontAwesome'; color:#071d4b; display:block; font-size:64px; position:absolute; left:0; right:0; top:0; text-align:center; z-index:9; background-color:transparent; width:100%; padding:10px 0; box-sizing:border-box; line-height:0; }
.row-fluid .blog-topsubscribe .widget-type-form{ background:#071d4b; padding:20px; }

#subscribe-popup { padding:25px; min-width:400px; }
#subscribe-popup h3 { font-size:24px; }


.row-fluid .blog-seach , .row-fluid .blog-topsubscribe { margin:0; }
.row-fluid .topic-dropdownmain { float:right; width:300px; position:relative; }
.row-fluid .select-topics span { display:block; padding:2px 30px; font-size:15px; border-radius:2px; color:#FFF; position:relative; cursor:pointer; float: right; min-width: 184px; background: #242424; border: #767676 solid 2px; }
.row-fluid .select-topics span:before { content: "\f0d7"; color:#98ca3c; font-family: 'FontAwesome'; position:absolute; right:40px; top:2px; font-size:18px; }
.row-fluid .select-topics span.open:before{ content: "\f0d8"; }
.row-fluid .topics-list ul { display:none; position:absolute; z-index:99; right:0; top:100%; width:auto; background:#242424; border-radius:0; font-size:14px; overflow:hidden; list-style:none; padding:0; margin:15px 0 0; }
.row-fluid .topics-list ul li:before, .row-fluid .topics-list h3 { display:none; }
.row-fluid .topics-list ul li a { display:block; padding:10px 15px; color:#FFF; }
.row-fluid .topics-list ul li a:hover { text-decoration:underline; }
.row-fluid .topics-list ul li { border-top:1px solid rgba(255,255,255,0.1); padding-left:0; }
.row-fluid .topics-list ul li:first-child { border-top:none; }

.showMobile{ display:none;}


/*fancybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; color:#fff; font-family:'FontAwesome'; border-radius:100%; border:2px solid #fff; color:#fff !important; background:#00aeef; text-align:center; line-height:32px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2) ; }
.fancybox-close:before { content: "\f00d"; }

.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/blank.png'); /* helps IE */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 36px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; font-family:'FontAwesome'; border-radius:100%; border:2px solid #fff; color:#fff !important;  background:#00aeef; line-height:32px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2);  }
.fancybox-prev span { left: 10px; }
.fancybox-prev span:before { content: "\f104"; }
.fancybox-next span { right: 10px;   }
.fancybox-next span:before { content: "\f105"; }

.fancybox-close:hover , .fancybox-nav span:hover { background:#33bef2; }


.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
/* Overlay helper */

.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background:rgba(000,000,000,0.6); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
/* Title helper */

.fancybox-title { visibility: hidden; font: normal 13px/20px Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading div {  background-image: url('//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/fancybox_loading@2x.gif'); }
}

.hs-blog-listing .listing-page-topics{ display:none; }

.blog-banner {
    /* padding: 215px 0 170px; */
    /* padding: 14.5vw 0; */
    position:relative;
}

/* Cookie Alert */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{ max-width:62%; box-sizing:border-box; }

.row-fluid .header-latestblog { text-align:left; padding: 0; }
.row-fluid .header-latestblog a { color:#fff; }
/*.row-fluid .header-latestblog .topic-link { font-size:25px; }*/
.row-fluid .header-latestblog h2 { font-family: "Akkurat",Arial,sans-serif; font-size:62px; line-height:68px; font-weight:400; text-transform:uppercase; }
.row-fluid .feature-bottom { color:#fff; padding:20px 0 0; margin:10px 0 0; }
.row-fluid .feature-author { float:left; }
.row-fluid .feature-authorimg { vertical-align:middle; display:inline-block; width:50px; height:50px; overflow:hidden; border-radius:100%; margin:0 10px 0 0; }
.row-fluid .feature-sharing { float:right; }
.row-fluid .feature-sharing a { display:inline-block; border-radius:100%; height:40px; width:40px; border:2px solid #fff; color:#fff; margin:0 0 0 10px; line-height:36px; text-align:center; }
.row-fluid .feature-sharing a:hover { border-color:#33bef2; color:#33bef2; }
.row-fluid .header-latestblog p{ max-width:820px; margin:0 auto; padding-top:20px; }

.row-fluid .blog-section { padding:60px 0; float:left; width:100%; }
.row-fluid .bloglisting-box { float:left; width:31.33%; margin:15px 1%; padding:0 0 18px; border:1px solid #c3c9ce; min-height:520px !important; }
.row-fluid .bloglisting-box .bloglisting-text p.BodyCopy{ padding-bottom:25px; }
.row-fluid .bloglisting-box > div { position:relative; }
.row-fluid .blog-listing .bloglisting-box:nth-child(3n) { clear:right; }
.row-fluid .blog-listing .bloglisting-box:nth-child(3n+1) { clear:left; }


.row-fluid .blog-featuredimage { position:relative; height:190px; overflow:hidden; z-index:15; }
.row-fluid .blog-featuredimage .bgimg-main { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -ms-transition:ease all 0.4s; -moz-transition:ease all 0.4s; -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
/*.row-fluid .blog-featuredimage img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .blog-featuredimage:hover .bgimg-main { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }*/
.row-fluid .blog-featuredimage a { color:#fff; display:inline-block; width:100%; height:100%; z-index:15; position:relative; }
.row-fluid .bloglisting-box h5 { padding:20px 0 7px; }

.row-fluid .blog-featuredimage:before { z-index:2; content:''; position:absolute; left:0; bottom:0; width:100%; height:50px; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );  }
.row-fluid .bloglisting-topic { position:absolute; left:0; bottom:0; z-index:4; width:100%; padding:10px; z-index:9; }


.row-fluid .bloglisting-author { font-size:14px; float:left; width:100%; padding:0 15px 10px; position:relative; z-index:16; }
.row-fluid .bloglisting-authorlink{ display:inline-block; vertical-align:middle; zoom:1; *display:inline; }
.row-fluid .bloglisting-authornamedate{ display:inline-block; cursor:default; vertical-align:middle; zoom:1; *display:inline; }
.row-fluid .bloglisting-authorimg { cursor:default; vertical-align:middle; display:inline-block; width:40px; height:40px; overflow:hidden; border-radius:100%; margin:0 10px 0 0; }
.row-fluid .bloglisting-bcontent { float:left; width:100%; min-height:220px; padding:0 15px; position:relative; z-index:16; }

.row-fluid .bloglisting-box .read-more { margin:5px 0 0 15px; position:absolute; bottom:15px; left:0; z-index:1; }
.row-fluid .bloglisting-box .read-more a{ color:#737c85; font-size:18px; line-height:27px; }
.row-fluid .bloglisting-box .bloglisting-social { position:absolute; bottom:15px; right:15px; z-index:1; }
.row-fluid .bloglisting-social a { display:inline-block; border:1px solid #333; height:30px; width:30px; border-radius:100%; text-align:center; line-height:30px; margin:0 0 0 4px; color:#FFF; }
.row-fluid a.bloglisting-facebook { border-color:#3c5a99; background:#3c5a99; }
.row-fluid a.bloglisting-twitter { border-color:#28aae1; background:#28aae1; }
.row-fluid a.bloglisting-linkedin { border-color:#007bb5; background:#007bb5; }
.row-fluid a.bloglisting-googleplus { border-color:#dd4b39; background:#dd4b39; }
.row-fluid .bloglisting-social a:hover {
opacity: .8;
transition: opacity .5s;
}

/* .row-fluid .bloglisting-social a.bloglisting-facebook:hover { background:#00aeef; border-color:#00aeef; }
.row-fluid .bloglisting-social a.bloglisting-twitter:hover { background:#00aeef; border-color:#00aeef; }
.row-fluid .bloglisting-social a.bloglisting-linkedin:hover { background:#00aeef; border-color:#00aeef; }
.row-fluid .bloglisting-social a.bloglisting-googleplus:hover { background:#00aeef; border-color:#00aeef; }
*/

.pagination { margin:0; list-style:none; float:left; width:100%; padding:15px 1%; text-align:right; }
.pagination li { display:inline-block; padding:0 0 10px 10px; text-align:center; }
.pagination li:before { display:none; }
.pagination li a { display:inline-block; vertical-align:middle; border:1px solid #cccccc; color:#cccccc; border-radius:3px; padding:0 !important; width:32px; text-align:center; height: 32px; vertical-align: middle; font-size: 14px; line-height: 32px; }
.pagination li a:hover { background:#cccccc; color:#fff; }
.pagination li.disabled { display: none; }


/*Blog Detail Option 1*/
.hs-blog-listing .row-fluid .blog-AboutAuthor , .hs-blog-listing .row-fluid .blog-commentsmain , .hs-blog-listing .row-fluid .blog-relatedpost { display:none; }
.row-fluid .blog-detailtop { float:left; width:100%; padding:0 100px 30px; position:relative; }
.row-fluid .blog-detailtop h2 { padding-top:0; }
.row-fluid .blogdetailtop-authorimg { position:absolute; left:0; top:0; width:85px; height:85px; overflow:hidden; border-radius:100%; }
.row-fluid .blogdetailtop-right { width:100%;  }
.row-fluid .blogdetailtop-right h2 { font-size:34px; line-height:40px; padding:0 0 10px; font-weight:600; }
.row-fluid .blogdetailtop-right { font-size:18px; }
.row-fluid .blogdetailtop-authorname { float:left; }
.row-fluid .blogdetailtop-sharing { float:right; padding:8px 0 0; }
.row-fluid .blogdetailtop-sharing .hs-blog-social-share-item-facebook * { vertical-align:top !important; }
.row-fluid .blogdetailtop-sharing .hs-blog-social-share .hs-blog-social-share-list { margin:0; padding:0; }

.row-fluid .blog-detailcontent { float:left; width:100%; padding:0 100px 40px; position:relative; }
.row-fluid .blog-detailcontent:before { position:absolute; top:0; left:35px; content:''; width:7px; background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/line-bg.png) repeat left;  height:100%; }
.row-fluid .blog-detailcontent:after { position:absolute; top:0; right:35px; content:''; width:7px; background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/line-bg.png) repeat left; height:100%; }


.row-fluid .blog-commentsmain { float:left; width:100%; padding:0 100px; position:relative; margin:0 0 90px; }
.row-fluid .blog-commentsmain > .row-fluid-wrapper:first-child { border-top:1px solid #eeeeee; padding-top:60px; }
.row-fluid .blog-commentsmain:before { position:absolute; top:0; left:35px; content:''; width:7px; background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/line-bg.png) repeat left; height:100%; }
.row-fluid .blog-commentsmain:after { position:absolute; top:0; right:35px; content:''; width:7px; background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/line-bg.png) repeat left; height:100%; }

.row-fluid .blog-comments { padding:40px 60px 60px; float:left; width:100%; }
.row-fluid .blog-comments .field { float:left; padding:0; width: 100%; }
/*.row-fluid .blog-comments .hs_lastname , .row-fluid .blog-comments .hs_website { padding:0 0 0 15px; }*/
.row-fluid .blog-comments .hs_comment , .row-fluid .blog-comments .hs_subscribe { float:left; padding:0; width:100%; }
.hsformerror p { margin:0; padding:0; }
.row-fluid .blog-comments .actions .field { padding:0 0 15px; width:100%; }
.blog-comments .hs_company.field.hs-form-field.smart-field, .blog-comments .hs_lastname.field.hs-form-field.smart-field {
    padding-right: 0;
}

.row-fluid .blog-AboutAuthor { float:left; width:100%; padding:0 0 40px; }
.row-fluid .blog-AboutAuthor a { color:#fff; }
.row-fluid .blog-AboutAuthor a:hover { color:#fff; text-decoration:underline; }
.row-fluid .blog-authorImage { float:left; width:100%; margin:-80px 0 30px; }
.row-fluid .blog-authorImage img { width:160px; height:160px; border-radius:100%; }
.row-fluid .blog-authorName { float:left; width:100%; padding:0 0 15px; font-size:25px; }
.row-fluid .blog-authorDetail { padding:0 25px 20px; float:left; width:100%; }
.row-fluid .blog-authorcontact { float:left; width:100%; }
.row-fluid .blog-authorcontact span { display:block; }
.row-fluid .blog-authorcontact a { display:inline-block; border-radius:100%; height:40px; width:40px; line-height:40px; text-align:center; border:1px solid #fff; margin:4px 5px; }
.row-fluid .blog-authorcontact a:hover { background:#fff; color:#00aeef; }

.row-fluid .blog-relatedpost { padding:55px 0 25px; float:left; width:100%; }
.row-fluid .blog-relatedpost h3 { text-align:center; padding:0 0 35px; }

.blogshare-this { position:fixed; z-index:8; }
.blogshare-this ul { margin:0; padding:0; list-style:none; }
.blogshare-this ul li { padding:0; }
.blogshare-this ul li:before { display:none; }
.blogshare-this a { display:inline-block; width:45px; height:45px; text-align:center; color:#fff; line-height:45px; }
.blogshare-this .blogstik-facebook { background:#0b59aa; }
.blogshare-this .blogstik-twitter { background:#00aaef;  }
.blogshare-this .blogstik-linkedin { background:#0375b3;  }
.blogshare-this .blogstik-googleplus { background:#d84d2f;  }
.blogshare-this a:hover { background:#333; }

/*Blog Page Option 2*/

.row-fluid .blog-sidebar { width:30%; float:right; }
.row-fluid .blog-left { width:70%; float:left; }
.hs-blog-post .row-fluid .blog-left{ float:right;}

.bloglisting2-box { float:left; width:100%; padding:30px 0; border-top:1px solid #ebebeb; }
.blog-featuredimage2 { float:left; width:30%; position:relative; overflow:hidden; }
.row-fluid .blog-featuredimage2 img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .blog-featuredimage2:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.bloglisting2-bcontent  { float:left; width:70%; padding:0 0 0 15px; }

ul.bloglisting2-byline { margin:0; padding:0; list-style:none; }
ul.bloglisting2-byline li { display:inline-block; border-left:1px solid #919191; color:#919191; padding:0 10px; line-height:16px; font-size:14px; }
ul.bloglisting2-byline li:first-child { border:none; padding-left:0; }
ul.bloglisting2-byline li:before { display:none; }
ul.bloglisting2-byline li a { color:#919191; }
ul.bloglisting2-byline li a:hover { color:#00aeef; }
.bloglisting2-box h5 { font-size:20px; text-transform:uppercase; padding:0 0 10px; line-height:22px; }

.blog-listing2 .bloglisting2-box:first-child { padding-top:0; border:none; }

.blog-featuredimage2:before { content:''; position:absolute; left:0; bottom:0; width:100%; height:50px; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );  }

.blog-featuredimage a:after{content:''; display:block; width:100%; opacity:0; transition: opacity .5s; -webkit-transition: opacity .5s; -ms-transition: opacity .5s; -moz-transition: opacity .5s; height:100%; border-top:#c3c9ce solid 10px; border-left:#c3c9ce solid 10px; border-right:#c3c9ce solid 10px; position:absolute; top:0; right:0; bottom:0; left:0; z-index:12;}
.row-fluid .bloglisting-box:hover > .blog-featuredimage a:after{ opacity:1; }

.bloglisting2-social { position:absolute; left:0; width:100%; bottom:0; padding:10px; text-align:center; }
.bloglisting2-social a { display:inline-block; border:1px solid #fff; height:30px; width:30px; border-radius:100%; text-align:center; line-height:30px; margin:0 0 0 4px; color:#fff; }

.row-fluid .bloglisting2-social a.bloglisting2-facebook:hover { background:#3c5a99; }
.row-fluid .bloglisting2-social a.bloglisting2-twitter:hover { background:#28aae1; }
.row-fluid .bloglisting2-social a.bloglisting2-linkedin:hover { background:#007bb5; }
.row-fluid .bloglisting2-social a.bloglisting2-googleplus:hover { background:#dd4b39; }

/*Download ebook*/
.row-fluid .downloadebook-cta { padding:35px; margin:20px 0 0; }
.hs-blog-listing .row-fluid .downloadebook-cta { display:none; }
.row-fluid .downloadebook-cta h6 { font-weight:300; }
.row-fluid .downloadebook-ctaImage { padding:0 0 20px; }


/*bloglisting-joinnewsletter*/
.row-fluid .bloglisting-joinnewsletter { padding:45px 35px; margin:0 1% !important; float:left; width:98%; }
.row-fluid .bloglisting-joinnewsletter .submitted-message{ padding-bottom:40px; }
.joinnewsletter-titletext { background:url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/icon-31.png) no-repeat left 10px; padding:0 0 10px 85px;  }
.joinnewsletter-titletext h2  { padding:0 0 5px; }
.joinnewsletter-form h3 { margin:0; padding:0; }
.joinnewsletter-form form > div:first-child { float:left; width:80%; }
.joinnewsletter-form label { display:none; }
.joinnewsletter-form ul.hs-error-msgs label { display:block }
.joinnewsletter-form input[type=submit] { float:right; }

.blog-topsubscribe .hs-form fieldset.form-columns-3 .hs-form-field.hs_firstname, .blog-topsubscribe .hs-form fieldset.form-columns-3 .hs-form-field.hs_lastname{ width:49.5%; }
Add Comment

.bloglisting-joinnewsletter form > div{ width:48%; display:inline-block; vertical-align:top; box-sizing:border-box; }
/*.bloglisting-joinnewsletter form .hs-form-field.hs_email{ margin-top:2%; }*/
.sidebar-subscribe-wrap .hs-form fieldset.form-columns-3 .hs-form-field,
.blog-topsubscribe .hs-form fieldset.form-columns-3 .hs-form-field{ width:100%; }
.subscribe-form .hs-form{ padding-right:120px; }
.bloglisting-joinnewsletter form .hs-form-radio{ display:inline-block; vertical-align:middle; margin-right:10px; padding-bottom:0; }
.bloglisting-joinnewsletter form .hs-form-radio span{ display:inline-block; vertical-align:middle; }
.bloglisting-joinnewsletter form .hs_blog_default_hubspot_blog_subscription{ padding-top:18px; }
.bloglisting-joinnewsletter .hs-form .hs_blog_default_hubspot_blog_subscription label{ margin-bottom:0; }
.bloglisting-joinnewsletter .hs-form .hs-form-radio .hs-input{ height:auto; margin-right:4px; vertical-align:middle; }


/*Blog Detail Option 2*/
.hs-blog-post .row-fluid .bloglisting-joinnewsletter { display:none;  }
/*.blogshare-this2 { position:fixed; z-index:8; margin:0; left:70px !important; }*/
.blogshare-this2 { position: relative; left: 70px !important; margin-bottom: 25px; }
.blogshare-this2 ul { margin:0 0 0 -70px; padding:0; list-style:none; }
.blogshare-this2 ul li { padding:0; display: inline-block; }
.blogshare-this2 ul li:before { display:none; }
.blogshare-this2 a { display:inline-block; width:45px; height:45px; text-align:center; color:#fff; line-height:45px; border-radius:50%; }
.blogshare-this2 .blogstik-facebook { background:#0b59aa; }
.blogshare-this2 .blogstik-twitter { background:#00aaef;  }
.blogshare-this2 .blogstik-linkedin { background:#0375b3;  }
.blogshare-this2 .blogstik-googleplus { background:#d84d2f;  }
.blogshare-this2 a:hover { background:#333; }

.fixed-share { top:100px;  }

ul.hs-blog-social-share-list li , ul.inputs-list li { padding:0; }
ul.hs-blog-social-share-list li:before , ul.inputs-list li:before { display:none; }

.toggleWrap{ position: relative; }

.searchToggle{
	background: url('//cdn2.hubspot.net/hubfs/1803721/search.png') no-repeat;
    background-size: auto auto;
	width: 26px;
	height: 27px;
	background-size: 84px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 115px;
	transform: translateY(-50%);
	margin-top: 5px;
	margin-left: 10px;
}
.searchToggle:hover{ background-position: -56px top; }

.row-fluid .blog-header2 { padding:100px 0; background:#010b35; position: relative; }
.row-fluid .blog-header2 .wrapper { padding:0 200px; }
.row-fluid .blog-header2 a { color:#fff; cursor:pointer; }
.row-fluid .blog-header2 h2{ font-family: 'akkurat_lightregular',Arial,sans-serif; font-size:50px; line-height:50px; padding-bottom:18px; }
.row-fluid .blog-header2 h2 a { pointer-events:none; cursor:default; }
.row-fluid .blog-header2 a:hover { color:#00aeef; }
.row-fluid .blog-header2 .headerblog-author{ font-size:14px; line-height:20px; font-family:'Akkurat', Arial, Helvetica, sans-serif;  padding-bottom:12px;}

.blog-header2 > .row-fluid-wrapper {
	position:relative;
	z-index:1;
}
.blog-header2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}



.headerblog-authorimg { display:inline-block; width:40px; height:40px; border-radius:100%; overflow:hidden; vertical-align: middle; margin:0 10px 0 0; }
.row-fluid  .sidebar-author { margin:60px 0 20px; padding:0 25px 30px; float:left; width:100%; }
.sidebar-author a { color:#fff; }
.sidebar-author a:hover { color:#fff; text-decoration:underline; }
.sidebar-authorImage { display:inline-block; width:120px; height:120px; border-radius:100%; overflow:hidden; border:7px solid #00aeef; margin:-60px 0 0; }
.sidebar-authorName { font-size:20px; padding:10px 0; }
.sidebar-authorDetail { font-size:16px; }

.sidebar-authorcontact { float:left; width:100%; padding:10px 0 0; }
.sidebar-authorcontact a { display:inline-block; border:1px solid #fff; height:40px; width:40px; border-radius:100%; text-align:center; line-height:40px; margin:0 0 0 4px; color:#fff; }
.sidebar-authorcontact a:hover { background:#fff;  }
a.sidebarauthor-facebook:hover { color:#3c5a99; }
a.sidebarauthor-twitter:hover { color:#28aae1; }
a.sidebarauthor-linkedin:hover { color:#007bb5; }
a.sidebarauthor-googleplus:hover { color:#dd4b39; }

.row-fluid .blog-commentsmain2 { padding:35px 0 0;  }
.row-fluid .blog-commentsmain2 h2{ font-family: 'akkuratbold',Arial,sans-serif; font-size:21px; line-height:27px; color:#737c85; }
.row-fluid .blog-comments{ padding:25px 0 0; font-family: 'Akkurat',Arial,sans-serif; font-size:14px; line-height:24px; color:#737c85; }
.row-fluid .blog-comments{  }


.hs-blog-post .row-fluid .blog-left { padding:0 0 0 30px; margin-left:0; }
.hs-blog-post .row-fluid .blog-left .blog-content{ font-family:'Akkurat', Arial, Helvetica, sans-serif; font-size:16px; line-height:30px; }
.hs-blog-post .row-fluid .blog-left .blog-content h2{ font-family: 'akkuratbold',Arial,sans-serif; font-size:21px; line-height:27px; color:#737c85; }
.hs-blog-post .row-fluid .blog-left .blog-content h3{ font-family: 'Akkurat',Arial,sans-serif; font-size:21px; line-height:24px; color:#737c85; }


.row-fluid .blog-relatedpost2 { margin:40px 0 0; position:relative; padding:40px 0 0; }
.hs-blog-listing .row-fluid .blog-relatedpost2 { display:none; }
.row-fluid .blog-relatedpost2:before { width:50%; margin:0 0 0 -25%; left:50%; content:''; background:#eeeeee; height:1px; position:absolute; top:0; }
.hs-blog-listing .sidebar-author , .hs-blog-listing .row-fluid .blog-commentsmain2 { display:none; }


/*content pages*/
.content-leftImage { padding:0 0 20px; }
.content-leftText { padding:0 0 20px; }


/*joinNewsletter section*/
.row-fluid .joinOurNewsletter-section { padding:22px 0 12px; }
.row-fluid .joinOurNewsletter-form h3 , .joinOurNewsletter-form label { display:none; }
.row-fluid .joinOurNewsletter-form li label { display:block; }
.row-fluid .joinOurNewsletter-form .form-columns-2 , .row-fluid .joinOurNewsletter-form .hs_email { width:100%; padding:0 120px 0 0; max-width:100%; }
.row-fluid .joinOurNewsletter-form .form-columns-2 .hs_email  { padding:0; }
.row-fluid .joinOurNewsletter-form .hs_submit { position:absolute; top:0; right:0; }
.row-fluid .joinOurNewsletter-form form { position:relative; }
.row-fluid .joinOurNewsletter-form { padding:30px 0 0; }



/*faq*/
.row-fluid .accordion-text { display:none; padding:25px; float:left; width:100%; margin:0; }
.row-fluid .accordion { float:left; width:100%; margin:15px 0; border:1px solid #ccc; }
.row-fluid .accordion-main h4 { padding:14px 15px 14px 55px; position:relative; font-size:20px; margin:0; cursor:pointer; line-height:24px; color:#000; font-weight:600; }
.row-fluid .accordion.active h4 { background:#00aeef; color:#fff; }
.row-fluid .accordion-main h4:before { position:absolute; width:40px; height:100%; border-right:1px solid #ccc; content:'+'; left:0; top:0; text-align:center; line-height:48px; font-size:22px; }
.row-fluid .accordion.active h4:before { content:'-'; border-color:rgba(255,255,255,0.2); }


/*downloadCTA*/
.row-fluid .downloadCTA-left { padding:25px 0; }
.row-fluid .downloadCTA-right img { margin:-5px 0; }
.row-fluid .downloadCTA-left h6 { padding:0; }

/*contact*/
.row-fluid .mapaddress-text { padding:15px 0 0; }


.row-fluid .map-main { padding:10px 0; }
.row-fluid .map-main iframe { vertical-align:top; }

.row-fluid .contact-infoboxIcon span { display:inline-block; background:#fff; width:110px; height:110px; padding:20px 0; border-radius:100%; box-shadow:inset 5px 5px 0 0 rgba(000,000,000,0.2); }
.row-fluid .contact-infoboxIcon { padding:0 0 15px; }
.row-fluid .contact-addressMailPhone h6 { font-size:22px; }
.row-fluid .contact-addressMailPhoneBox { padding:10px 0; }

.row-fluid .contact-infobox a { color:#fff; }
.row-fluid .contact-infobox a:hover { color:#fff; text-decoration:none; }


.row-fluid .contact-addressicon h6:before { color:0; content:"\f041"; font-family: 'FontAwesome'; margin:0 10px 0 0; }
.row-fluid .contact-emailicon h6:before { color:0; content:"\f0e0"; font-family: 'FontAwesome'; margin:0 10px 0 0; }
.row-fluid .contact-phoneicon h6:before { color:0; content: "\f095"; font-family: 'FontAwesome'; margin:0 10px 0 0; }

.row-fluid .contact-socialicons { padding:15px 0 0; }
.row-fluid .contact-socialicons.withborder-top  { border-top:1px solid #d7d7d7; margin:15px 0 0; }
.row-fluid .contact-socialicons a { display:inline-block; margin:5px; border:1px solid #333; color:#333; width:40px; height:40px; text-align:center; line-height:40px; border-radius:100%; }
.row-fluid .contact-socialicons a:hover { color:#fff; }
.row-fluid .contact-socialicons .facebook-link:hover { background:#0b59aa; border-color:#0b59aa; }
.row-fluid .contact-socialicons .twitter-link:hover  { background:#00aaef; border-color:#00aaef; }
.row-fluid .contact-socialicons .google-link:hover { background:#0375b3; border-color:#0375b3; }
.row-fluid .contact-socialicons .linkedin-link:hover { background:#d84d2f; border-color:#d84d2f; }

.row-fluid .contact-socialicons2 a { display:inline-block; margin:0 5px 5px 0; border:1px solid #333; color:#333; width:40px; height:40px; text-align:center; line-height:40px; border-radius:100%; }

.row-fluid .contact-socialicons2 .facebook-link { color:#0b59aa; border-color:#0b59aa; }
.row-fluid .contact-socialicons2 .twitter-link  { color:#00aaef; border-color:#00aaef; }
.row-fluid .contact-socialicons2 .google-link { color:#0375b3; border-color:#0375b3; }
.row-fluid .contact-socialicons2 .linkedin-link { color:#d84d2f; border-color:#d84d2f; }

.row-fluid .contact-socialicons2 .facebook-link:hover { background:#0b59aa; }
.row-fluid .contact-socialicons2 .twitter-link:hover  { background:#00aaef;  }
.row-fluid .contact-socialicons2 .google-link:hover { background:#0375b3;  }
.row-fluid .contact-socialicons2 .linkedin-link:hover { background:#d84d2f; }

.row-fluid .contact-socialicons2 a:hover { color:#fff; }


.row-fluid .mapaddress-box { padding-top:20px; }
.row-fluid .mapaddress-iframe{ padding:10px 0 20px; }
.row-fluid .mapaddress-iframe iframe { width:100%; }
.row-fluid .mapaddress-iframe2 { padding:20px 0 15px; }
.row-fluid .mapaddress-iframe2 iframe { width:100%; }


.row-fluid .contact-detailbox { padding:0 0 30px; }

.contact-rightformMain { background:#f8f8f8; padding:0 0 25px; }
.shareinfo-content {  padding:0 30px;  }
.contact-rightformTitle:after { content: ""; position: absolute; bottom: -15px; left: 60px; width: 0;  height: 0; border-left:15px solid transparent;	border-right:15px solid transparent; border-top:15px solid #00aeef; display: block; width: 0; }
.contact-rightformTitle { background:#00aeef; font-size:20px; padding:25px 20px; color:#fff; position:relative; }
.contact-rightform { padding:20px 20px 10px; }

.row-fluid .contact-detailbox2 { padding:0 0 20px 30px; }
.row-fluid .contact-detailbox2 h6 { position:relative; padding:0 0 5px 0; }
.row-fluid .contact-detailLocationIcon h6:before { color:0; content:"\f041"; font-family: 'FontAwesome'; left:-25px; top:0; position:absolute; }
.row-fluid .contact-detailEmailIcon h6:before { color:0; content:"\f0e0"; font-family: 'FontAwesome'; left: -25px; top:0; position:absolute; }
.row-fluid .contact-detailPhoneIcon h6:before { color:0; content: "\f095"; font-family: 'FontAwesome'; left: -25px; top:0; position:absolute; }
.row-fluid .contact-detailWebsiteIcon h6:before { color:0; content: "\f0ac"; font-family: 'FontAwesome'; left:-25px; top:0; position:absolute; }
.row-fluid ul.inputs-list li { padding:0 5px 5px 0; }
.row-fluid .hs-form fieldset ul.inputs-list li input[type="radio"] , .row-fluid .hs-form fieldset ul.inputs-list li input[type="checkbox"] { width:auto; padding:0; margin:0 10px 0 0; }
.row-fluid ul.inputs-list { padding:5px 0 15px; }


/*Career Box*/
.row-fluid .career-box { margin:25px 0 0; border-top:1px solid #f2f2f2; padding:30px 15% 20px; float:left; width:100%; color:#00aeef; font-size:25px; }

/*pricing table*/
.row-fluid .pricingTable-Box ul { display:inline-block; }
.row-fluid .pricingTable-Box ul li { padding-left:0; line-height: 25px; }
.row-fluid .pricingTable-Box ul li:before { position:relative; vertical-align:top; display:inline-block; margin:0 5px 0 0; line-height: 22px; }
.row-fluid .pricingTable-Box { border-radius:5px; overflow:hidden; border:1px solid #ebebeb; background:#fff; margin-top:20px; }
.row-fluid .pricingTable-Title { font-size:40px; font-weight:300; padding:15px 0; background:#33bef2; line-height:40px; color:#fff; border-bottom:2px solid #00aeef; }
.row-fluid .pricingTable-Price { font-size:25px; font-weight:300; line-height:30px; color:#33bef2; padding:0 10px; }
.row-fluid .pricingTable-Price > div { border-bottom:1px solid #e1e1e1; padding:50px 0; }
.row-fluid .pricingTable-Price strong { font-size:60px; font-weight:600; line-height:60px; color:#33bef2; }
.row-fluid .pricingTable-Detail { padding:20px 10px; }
.row-fluid .pricingTable-button { background:#f7f7f7; padding:20px 15px; }


.row-fluid .pricingTable-twoColumn .pricingTable-Box { float:none; display:inline-block; max-width:350px; }
.row-fluid .pricingTable-highlight .pricingTable-Title , .row-fluid .pricingTable-twoColumn .pricingTable-Title { background:#00aeef;  border-bottom-color:#33bef2; }
.row-fluid .pricingTable-highlight .row-fluid .pricingTable-Price strong , .row-fluid .pricingTable-highlight .row-fluid .pricingTable-Price { color:#00aeef; }

.row-fluid .pricingTable-fourColumn .pricingTable-Title { font-size:30px;  line-height:34px; background:none; border:none; border-top:4px solid #33bef2; color:#33bef2; padding:15px 0 0; }
.row-fluid .pricingTable-fourColumn .pricingTable-Price , .row-fluid .pricingTable-fourColumn .pricingTable-Price strong  { padding:0; color:#33bef2; }
.row-fluid .pricingTable-fourColumn .pricingTable-Price > div {  padding:15px 0 20px; }
.row-fluid .pricingTable-fourColumn .pricingTable-Detail { padding:15px 0; }
.row-fluid .pricingTable-fourColumn .pricingTable-Detail > div { border-left:4px solid #ebebeb; padding:0 10px; }
.row-fluid .pricingTable-fourColumn .pricingTable-button { background:none; padding:20px 15px; border-top:1px solid #e1e1e1; }

.row-fluid .pricingTable-fourColumn .pricingTable-highlight .pricingTable-Title { background:none; border:none; border-top:4px solid #00aeef; color:#00aeef; }
.row-fluid .pricingTable-fourColumn .pricingTable-highlight .pricingTable-Price , .row-fluid  .pricingTable-fourColumn .pricingTable-highlight .pricingTable-Price strong { color:#00aeef; }

/*pricing table2*/
.row-fluid .pricingTable2-Main { margin:35px 0 0; border-top:1px solid #00aeef; overflow:hidden; }
.row-fluid .pricingTable2-BoxTop { min-height:58px; padding:15px 0; font-size:30px; color:#929292; background:#fafafa; visibility: visible;  }
.row-fluid .pricingTable2-LabelBoxMain { width:30%; margin:0; }
.row-fluid .pricingTable2-BoxMain { width:23.33%; margin:0; }
.row-fluid .pricingTable2-LabelBox span > div.hs_cos_wrapper , .row-fluid .pricingTable2-Box span > div.hs_cos_wrapper { padding:15px 0; border-bottom:1px solid #fafafa;  }

.row-fluid .pricingTable2-BoxBottomPrice { font-size:25px; line-height:50px; font-weight:300; color:#929292; }
.row-fluid .pricingTable2-BoxBottomPrice strong { font-size:50px; }
.row-fluid .pricingTable2-BoxBottom { min-height:150px; padding:15px 0; font-size:30px; color:#929292; background:#fafafa; visibility: visible;  }

.row-fluid .pricingTable2-highlight .pricingTable2-BoxTop { background:#00aeef; color:#fff; }
.row-fluid .pricingTable2-highlight .pricingTable2-BoxBottomPrice i , .row-fluid .pricingTable2-highlight .pricingTable2-Box { color:#00aeef; }
.row-fluid .pricingTable2-highlight { box-shadow:0 0 5px 5px rgba(000,000,000,0.1); position:relative; }


/*sidebar*/
.row-fluid .sidebar { padding:3px 0 0; }
.row-fluid .sidebar h3 , .row-fluid .sidebar-ebook h3 { padding:0 0 10px; color:#00aeef; font-size:25px; text-transform:uppercase;  }

.row-fluid .sidebar-box { background:#f8f8f8; padding:15px; margin:0; }
.row-fluid .sidebar-box h3 { font-family: 'akkuratbold',Arial,sans-serif; padding:0 0 10px; color:#00aeef; font-size:16px; text-transform:uppercase; border-bottom:2px solid #f4f5f6; line-height:20px; }

.row-fluid .sidebar-box ul { margin:0; padding:0; list-style:none; }
.row-fluid .sidebar-box ul li { border-top:2px solid #f4f5f6; padding:4px 0; }
.row-fluid .sidebar-box ul li span.filter-link-count { display: none; }
.row-fluid .sidebar-box ul li:first-child { border:none;  }
.row-fluid .sidebar-box ul li:before { display:none; }
.row-fluid .sidebar-box ul li a { font-family: 'akkuratbold',Arial,sans-serif; font-size:15px; color:#586165; padding:0; display:block; width:100%; }
.row-fluid .sidebar-box ul li:before { top:8px; }
.row-fluid .sidebar-box ul li a:hover { color:#00aeef; }
.row-fluid .sidebar .row-fluid .sidebar-box ul li ul { position:relative; left:auto; top:auto; padding:8px 0 0 10px; display:none; }
.row-fluid .sidebar-box .block{ border-bottom:2px solid #f4f5f6; margin-bottom:0; }
.row-fluid .sidebar .sidebar-childtrigger { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; position:absolute; right:15px; top:8px; width:25px; height:25px; line-height:25px; background:#00aeef; cursor:pointer; text-align:center; color:#fff; border-radius:4px; }
.row-fluid .sidebar .sidebar-childtrigger:hover { background:#33bef2; }
.row-fluid .sidebar .sidebar-childtrigger i { display: inline-block; vertical-align: middle; }


.row-fluid .sidebar-ebook { text-align:center; position:relative; padding:20px 15px; margin:0 0 20px; }
.row-fluid .sidebar-ebook:before { content:''; background:#00aeef; position:absolute; left:0; top:0; width:100%; height:100%; opacity:0.2; }
.row-fluid .sidebar-ebook > div { position:relative;  }
.row-fluid .sidebar-ebookimage { padding:0 0 15px; }

.row-fluid .sidebar-ebookimage span { position:relative; display:inline-block; overflow:hidden; }
.row-fluid .sidebar-ebookimage span a:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .sidebar-ebookimage span a:after { position:absolute; left:4.5%; top:3.5%; content:''; width:90%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }
.row-fluid .sidebar-ebookimage:hover span a:before , .row-fluid .sidebar-ebookimage:hover span a:after { opacity:0.6; }
.row-fluid .sidebar-ebookimage img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .sidebar-ebookimage:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.row-fluid .sidebar-ebookimage a { display:block; }


.row-fluid .sidebar-getstarted { padding:20px; margin:0 0 20px; }

.row-fluid .sidebar-slider ul li { padding:0; }
.row-fluid .sidebar-slider li:before { display:none; }
.row-fluid .sidebar-slider .testimonial-slidercontent { background:#f8f8f8; padding:20px 20px 50px; }
.row-fluid .sidebar-slider .testimonial-sliderImage { margin:-40px 0 40px; }
.row-fluid .sidebar-slider { margin:0 0 20px; }
.row-fluid .sidebar-cta { padding:0 0 20px; float:left; width:100%; text-align:center; }
.row-fluid .slider-section3 { position:relative; }
.row-fluid .slider-section3 ol.flex-control-nav { position:absolute; bottom:0; left:0; width:100%; z-index:9; }
.row-fluid .slider-section3 li , .row-fluid .slider-section li { padding:0; }
.row-fluid .slider-section3 li:before , .row-fluid .slider-section li:before { display:none; }

/*landing Pages*/
.row-fluid .social-share { padding:25px 0 0; }
.row-fluid .landingPage-img img { width:100% !important; }
.row-fluid .landing-contentRight3Title { padding:25px 25px 0; }
.row-fluid .landing-contentRight3Title h4 { padding:0; }
.row-fluid .landing-contentRight3 .contact-rightform  { padding:10px 25px 20px; }
.row-fluid .landing-contentSubHeading4 { padding:0 0 60px; }
.row-fluid .ClientTestimonial-ladingpage { padding:50px 10% 0; }

.row-fluid .landing-contentRight1 { padding:25px; border-radius:20px; background:#f9f9f9; border:6px solid #00aeef; }
.row-fluid .landing-contentRightBottomText { float:left; width:100%; margin:15px -25px -25px !important; color:#fff; padding:15px 25px; background:#00aeef; box-sizing: content-box; }
.row-fluid .landing-contentRightBottomText p { margin:0; padding:0; }
.row-fluid .contact-rightform4 input[type=submit] { width:100%; }


.row-fluid .landing-contentRight5 { padding:25px 25px 35px; }

.row-fluid .aboutPerson-box { font-size:16px; }
.row-fluid .aboutPerson-box1 .aboutPerson-Image { float:right; }
.row-fluid .aboutPerson-Content { padding:0 20px;  margin:0;  }
.row-fluid .aboutPerson-Image { margin:0; }
.row-fluid .aboutPerson-Image span { display:inline-block; overflow:hidden; border-radius:100%; border:6px solid #fff !important; }
.row-fluid .aboutPerson-Name { font-size:20px; }
.row-fluid .aboutPerson-ID { color:#E3E3E3; }
.row-fluid .aboutPerson-Image img { width:100% !important; height:100% !important; }

.row-fluid .webinar-link { margin:40px 0 -103px; }
.row-fluid .landing-testimonial { margin:0 0 30px; }

.row-fluid .landing-contentListMain > div > div  { position:relative; }
.row-fluid .landing-contentListIcon { position:absolute; text-align:center; background:#00aeef; border-radius:100%; width:50px; height:50px; padding:10px 0; left:0; top:0; }
.row-fluid .landing-contentListIcon img { max-width:30px; width:auto; }
.row-fluid .landing-contentListText { padding:0 0 20px 60px; width:100%; margin:0; }
.row-fluid .landing-contentListText p { padding:0 0 5px; }

.row-fluid .landing-title h1 , .row-fluid .landing-title h1:before, .row-fluid .landing-title h1:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.row-fluid .landing-title h1 { font-size: 33px; line-height:38px; background:#00aeef; position: relative; color: white;  display: inline-block; padding:15px 20px;  text-align: center; text-transform: uppercase; margin:0 30px 25px; }

.row-fluid .landing-title h1:before, .row-fluid .landing-title h1:after { background:#00aeef; opacity:0.8; position: absolute; top:10px; content: ' ';  height: 0; border:35px solid rgba(0, 0, 0, 0);  border-left: 25px solid white;  }
.row-fluid .landing-title h1:before { left:  -60px;  }
.row-fluid .landing-title h1:after { right: -60px;  transform: rotate(180deg); }
.row-fluid .landing-title { padding:40px 0 0; }

.row-fluid .landingPage-content { padding-top:0; }

.row-fluid .free-content { padding:25px 15px;  }
.row-fluid .freecontent-left { padding:0 0 0 15px; }
.row-fluid .freecontent-right { padding:0 15px; }
.row-fluid .freecontent-right span span { position:relative; display:inline-block; font-size:34px; line-height:34px; clear:both; margin:0 25% 0 0; }
.row-fluid .freecontent-right span span:before { content:''; left:0; top:16px; background:#FC0000; height:2px; width:100%; position:absolute; }

.row-fluid .landing-contentRightImage { padding:15px 0 30px; }



/*Case Studies Pages*/
.row-fluid .casestudies-box { padding:20px 0; }
.row-fluid .casestudies-left { position:relative; }
.row-fluid .casestudies-hover { position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; text-align:center; background:rgba(000,000,000,0.6); padding:20px; color:#fff;  -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .casestudies-left:hover .casestudies-hover { opacity:1; }

.row-fluid .CaseStudy-Content .ClientTestimonial-designation , .row-fluid .CaseStudy-Content .ClientTestimonial-name { padding:0 25px 0 80px; }
.row-fluid .CaseStudy-SidebarBox { padding:0 0 30px; }
.row-fluid .CaseStudy-slider { padding:0; }
.row-fluid .CaseStudy-slider .hs_cos_flex-slider .caption  { font-size:16px; padding:25px 5%; }
.row-fluid .CaseStudy-slider .hs_cos_flex-slider li { max-height:400px; overflow:hidden; }

.row-fluid .casestudies-box2 { padding:25px 0; }
.row-fluid .casestudies-image2 { margin:0 0 20px; position:relative; overflow:hidden; }
.row-fluid .casestudies-image2 img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .casestudies-image2:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.row-fluid .casestudies-image2:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .casestudies-image2:after { position:absolute; left:2.5%; top:3.5%; content:''; width:94%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }

.row-fluid .casestudies-image2:hover:before , .row-fluid .casestudies-image2:hover:after { opacity:0.6; }

.row-fluid .CaseStudy-Detail2ProvideText { padding:0 0 20px; }
.row-fluid .CaseStudy-Detail2ProvideText li { padding-left:22px; }
.row-fluid .CaseStudy-Detail2ProvideText li:before { content: "\f05d"; }

/*Thank You Page 1*/
.row-fluid .thankyou-image { padding:40px 0; }
.row-fluid .thankyou-blogpost .hs-rss-item-text a:before { content: "\f105"; font-family: 'FontAwesome'; padding:0 10px 0 0; }

/*Thank You Page 2*/
.row-fluid .thankyou-LeftText { padding:25px 0 0; }
.row-fluid .thankyou-RightCTA { padding:25px 0 0; }

/*404*/
.row-fluid .text-404 { font-size:140px; line-height:146px; color:#00aeef; padding:0 0 50px; }



/*footer*/
.row-fluid .footer { padding:50px 0 98px; background:#242a2c;  font-size:16px;  }
.row-fluid .footer .hs-menu-wrapper ul li > a { padding:0; margin:0 0 4px; }
.row-fluid .footer h4 { font-size:18px; font-family: 'akkuratbold'; margin-bottom:8px; }

.row-fluid .footer-blogsubscribe h3 { padding:0 0 10px; font-size:16px; line-height:20px; }
.row-fluid .footer-blogsubscribe input[type=email] { width:99%; background:#fff; height:43px; line-height:100%; padding:0 140px 0 15px; border-radius:4px; }
.row-fluid .footer-blogsubscribe label { display:none; }
.row-fluid .footer-blogsubscribe ul { margin:0; padding:0; list-style:none; }
.row-fluid .footer-blogsubscribe ul label { display:block; }
.row-fluid .footer-blogsubscribe form { position:relative; }
/*.row-fluid .footer-blogsubscribe input[type=submit] { position:absolute; right:0; bottom:15px; }*/
.row-fluid .footer-blogsubscribe .hs-form fieldset.form-columns-2 .hs-form-field { width:100%; padding:0; }
.row-fluid .footer .footer-box h4 {
    padding: 0 0 5px;
}
.row-fluid .footer .footer-box p {
    font-family: "akkuratbold",Arial,sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding: 0;
    margin:0 0 50px;
}



.row-fluid .footer .hs-menu-wrapper ul li a { position:relative; overflow:hidden; }
.row-fluid .footer .hs-menu-wrapper ul li a:before { font-family: 'FontAwesome'; content:"\f105"; position:absolute; left:-50%; opacity:0; }
.row-fluid .footer .hs-menu-wrapper ul li a:hover { padding-left:10px; }
.row-fluid .footer .hs-menu-wrapper ul li a:hover:before { opacity:1; left:0; }

.row-fluid .copyrightsandlinks-section { float:left; width:100%; padding:15px 0; color:#9f9f9f; background:#262626; font-size:14px; }
.row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul { padding:5px 0; float:right; }
.row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li a { padding:0; color:#9f9f9f; position:relative; }
.row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li a:hover { color:#fff; }
.row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li { border-left:1px solid #9f9f9f; padding:0 10px; line-height:14px; }
.row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li:first-child { padding-left:0; border:none; }
.row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li:last-child { padding-right:0; }

.row-fluid .footer-address { margin:15px 0 10px; position:relative; padding-left:25px; float:left; width:100%; }
.row-fluid .footer-address:before { font-family: 'FontAwesome'; content:"\f041"; display:inline-block; position:absolute; left:2px; font-size:17px; color:#00aeef; }
.row-fluid .footer-callus { padding-left:25px; position:relative; float:left; width:100%; }
.row-fluid .footer-callus:before { font-family: 'FontAwesome'; content:"\f095"; display:inline-block; position:absolute; left:2px; font-size:17px; color:#00aeef; }
.row-fluid .footer-email { padding-left:25px; position:relative; float:left; width:100%; }
.row-fluid .footer-email:before { font-family: 'FontAwesome'; content:"\f003"; display:inline-block; position:absolute; left:2px; font-size:17px; color:#00aeef; }

.row-fluid .footer-social { padding:20px 0 0; }

.row-fluid .footer-social a.fm_youtube { background:#e52c27;  }
.row-fluid .footer-social a.fm_facebook { background:#0b59aa;  }
.row-fluid .footer-social a.fm_twitter  { background:#00aaef; }
.row-fluid .footer-social a.fm_googleplus { background:#dd4b39;  }
.row-fluid .footer-social a.fm_linkedin { background:#0083a8;  }
.row-fluid .footer-social a.fm_pinterest { background:#c52122; }
.row-fluid .footer-social a.fm_rss { background:#ff9100; }
.row-fluid .footer-social a.fm_xing { background:#0a5d5e; }

.row-fluid .footer-social a.fm_youtube:before {   content: "\f167"; }
.row-fluid .footer-social a.fm_facebook:before { content: "\f09a"; }
.row-fluid .footer-social a.fm_twitter:before  { content: "\f099"; }
.row-fluid .footer-social a.fm_googleplus:before { content: "\f0d5"; }
.row-fluid .footer-social a.fm_linkedin:before { content: "\f0e1"; }
.row-fluid .footer-social a.fm_pinterest:before { content: "\f231"; }
.row-fluid .footer-social a.fm_rss:before { content: "\f09e"; }
.row-fluid .footer-social a.fm_xing:before { content: "\f168"; }


.row-fluid .footer-social a span { display:none !important; }

.row-fluid .footer-social a { border-radius: 30px;
color: #ffffff;
display: inline-block;
font-family: "FontAwesome";
font-size: 16px;
height: 30px;
line-height: 30px;
margin: 0 10px 10px 0;
text-align: center;
width: 30px;}
.row-fluid .footer-social a:hover { opacity:0.7; }

.row-fluid .footer-social .bloglisting-social {
    float:none;
   /*  text-align: right; */
    padding:10px 0 0!important;
}
.row-fluid .footer-social a {
  display: inline-block;
  margin: 0 4.4%;
}
.row-fluid .footer-social a:last-child {
    margin-right:0;
}
.row-fluid .footer-social a:first-child {
    margin-left:0;
}
.row-fluid .footer-2 .wrapper > div { padding:25px 0; margin:20px 0 0; border-top:2px solid #00aeef; }

/*------------------- Factset Blog Customization ----------------------*/

.row-fluid .header-latestblog { text-align:center; }

.row-fluid .topbar-section { float:left; width:100%; background:#232a2c; padding: 6px 0; }
.row-fluid .topbar-section.site-topbar { padding:0; }
.row-fluid .top-logo img { max-width:90px; vertical-align:middle; padding-top: 10px; }
.row-fluid .top-social ul { margin:0; padding:0; list-style:none; float:right; }
.row-fluid .top-social ul li { float:left; margin-left:10px; }
.row-fluid .top-social ul li a { color:#767a7d; }
.row-fluid .top-social ul li a:hover { color:#00aeef; }

.row-fluid .search-btn { width:auto; padding:11px 60px 5px 10px; float:left; height:53px; }
.row-fluid .search-btn a { color:#777;  }
.row-fluid .search-btn:hover span#hs_cos_wrapper_module_147124380145515332:before{ background-position:-56px top; }

.row-fluid .blog-topsubscribe input[type=text], .row-fluid .blog-topsubscribe input[type=email] { font-family:'Akkurat', Arial, Helvetica, sans-serif; height: 30px; color:#FFF; font-size:15px; border-radius: 0; margin-bottom:20px; background: #1e315b; border: none; }
.row-fluid .blog-topsubscribe .hs-button {  font-family:'akkuratbold', Arial, Helvetica, sans-serif; display:block !important; cursor:pointer; font-size:15px; text-align:center; background: transparent; padding:0; line-height:33px; width:46%; border: #a8a8a8 solid 1px; color:#FFF; border-radius:2px; float:left; }
.row-fluid .blog-topsubscribe .hs-button:hover { background:#FFF; color:#071d4b; }
.row-fluid .blog-topsubscribe .hs-button:last-child { float:right; margin-left:10px; }
.row-fluid .blog-topsubscribe .hs-form-required { display:none; }
.row-fluid .blog-topsubscribe ul{ list-style:none; margin-top:0; }

.row-fluid .feature-post .topic-link { font-size:14px; color:#a1ca2e; text-transform:uppercase; letter-spacing:2px; font-weight:700; }

.row-fluid .custom-topic { floaT:left; width:100%; padding:15px 0; background:#000; color:#FFF; border-top:1px solid #404040; }
.row-fluid .custom-topic .topic-link { color: #FFF; text-transform: uppercase; line-height: 40px; }

.hs-blog-listing .row-fluid .blog-section .blogsidebar-new { display:none; }
.hs-blog-listing .row-fluid .blog-section .blogleft-new { width:100%; margin:0; float:left; }
/*.hs-blog-listing.topic .hs_blog_default_hubspot_blog_subscription{ display:none; }*/
.hs-blog-listing.topic .row-fluid .blog-section .blogsidebar-new { display:block; width:30%; padding-right:30px; float:left;  margin-left:0;}
.hs-blog-listing.topic .row-fluid .blog-section .blogleft-new { width:70%; float:right; }
.hs-blog-listing.topic .row-fluid .bloglisting-box {
    width: 47.7%;
    clear: both !important;
    display: inline-block;
    vertical-align: top;
    float: none !important;
}
.hs-blog-listing.topic .row-fluid .blog-listing .bloglisting-box:nth-child(3n), .hs-blog-listing.topic .row-fluid .blog-listing .bloglisting-box:nth-child(3n+1) { clear:none; }
.hs-blog-listing.topic .row-fluid .blog-listing .bloglisting-box:nth-child(2n) { clear:right; }
 /*.hs-blog-listing.topic .row-fluid .blog-listing .bloglisting-box:nth-child(2n+1) { clear:left; }  */
.hs-blog-listing.topic .row-fluid .sidebar-box { background:transparent; padding:15px 0; padding-bottom:0; }

.row-fluid .bloglisting-box h5 { font-family: 'Akkurat'; font-size:1.5em; line-height:1.29em; margin-bottom:8px; }
.row-fluid .bloglisting-box h5 a, .row-fluid .bloglisting-author a { color:#737c85; cursor:pointer; }
.row-fluid .bloglisting-author a { padding-bottom: 1px; }
.row-fluid .bloglisting-author a:hover, .row-fluid .bloglisting-box h5 a:hover { text-decoration:underline; }
.row-fluid .bloglisting-box { color:#737c85; font-size:14px; font-family: 'Akkurat'; position:relative; line-height: 1.71em; }
.row-fluid .bloglisting-box:before { position:absolute; z-index:1; content:''; left:0; top:0; width:100%; height:100%; border:rgb(195, 201, 206) solid 10px; opacity:0; transition:opacity .5s; -webkit-transition:opacity .5s; -ms-transition:opacity .5s; -moz-transition:opacity .5s; }
.row-fluid .bloglisting-box:hover:before { opacity:1; }
.row-fluid .bloglisting-author { color:#737c85; font-family: 'Akkurat'; line-height:16px; min-height: 50px; }

.row-fluid .factset-insightblog { float:left; width:100%; background:#8F9B9F; padding:45px 0 50px; color:#FFF;font-family: "Akkurat",Arial,sans-serif; }
.row-fluid .factset-insightblog a { color:#FFF; }
.row-fluid .factset-subtitle { text-transform:uppercase; letter-spacing:2px; font-size: 12px; margin-bottom: 24px; font-weight: 400; letter-spacing: 0.222em; line-height: normal;}
.row-fluid .factset-insightblog h4 { color: #FFF; font-weight: 600; padding:0px 0 0; font-size:20px; line-height: 24px;font-family: "akkuratbold",Arial,sans-serif; margin-bottom:12px; }
.row-fluid .factset-insightblog p {  font-size:14px; line-height: 21px; margin-bottom: 14px;padding: 0; }
.row-fluid .factset-insightblog .footer-read-more {
    font-family: "Akkurat",Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.row-fluid .factset-insightblog .footer-read-more span {
    font-size: 9px;
    padding-right: 5px;
    position: relative;
    top: -2px;
}
.row-fluid .factset-insightblog .factset-contactbtn a {
    border-radius: 2px;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    margin: 48px auto 0;
    max-width: 178px;
    padding: 0;
    width: 100%;
    font-weight: normal !important;
}
.row-fluid .factset-insightblog .factset-contactbtn a:hover {
    color: #fff;
    background-color: #00aeef !important;
    transition: background-color 0.5s ease 0s;
}


.row-fluid .factset-insightblog .above-footer-text {
    max-width: 784px;
    margin: 0 auto;
    float: none;
}

.factset-blog-contact{ background:#8f9b9f; color:#FFF; padding:40px 0; overflow:hidden; }
.factset-blog-contact .contact-sm-header{ text-transform: uppercase; color:#FFF; letter-spacing: 2px; font-size: 12px; margin-bottom: 24px; font-weight: 400; letter-spacing: .222em; line-height: normal; }
.factset-blog-contact h4{ color:#FFF; font-size:21px; line-height:24px; font-family: "Akkurat",Arial,sans-serif; padding-bottom:4px; }
.factset-blog-contact .widget-type-rich_text{ font-size:14px; line-height:21px; font-family: "Akkurat",Arial,sans-serif; }
.factset-blog-contact .blog-contact-left{ padding-right:12%; }
.factset-blog-contact .widget-type-cta{ margin-left:0; margin-top:60px; }

.row-fluid .factset-left { padding-right:60px; }
.row-fluid .factset-contactbtn a { font-size: 14px; letter-spacing: 1px; font-weight: 700; border: #FFF solid 1px; display: inline-block; padding: 5px 20px; min-width: 170px; text-align: center; line-height: 20px; margin-top:90px; }

.row-fluid .footer-left { padding-right:88px; }
.row-fluid .footer .footer-right {
    max-width: 500px;
    float:right;
}
.row-fluid .footer-links ul { list-style:none; margin:50px 0 0; padding:0; }
.row-fluid .footer-links ul li { float:left; width:47%; margin:0 6% 0 0; border-bottom:1px solid #666666; }
.row-fluid .footer-links ul li:first-child { border-top:1px solid #666666; }
.row-fluid .footer-links ul li:nth-child(2) { margin-right:0; border-top:#666 solid 1px; }
.row-fluid .footer-links ul li:nth-child(2n) { margin-right:0; }
.row-fluid .footer-links ul li a { font-family:"Akkurat",Arial,sans-serif; display:block; padding: 7px 0px; color:#FFF; font-weight:700;font-size: 15px; cursor:pointer; line-height:24px; }
.row-fluid .footer-links ul li a:hover { color:#00aeef; }

.row-fluid .footer2 { float:left; width:100%; color:#FFF; padding:0; background:#242a2c; }
.row-fluid .footer2 .wrapper { border-top: #727374 solid 1px; padding:10px 0 140px; font-family: "akkuratbold",Arial,sans-serif; }
.row-fluid .footer2 a { color:#FFF; transition:none!important;}
.row-fluid .footer2 .footer-copyrights {
    font-family: "akkuratbold",Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
}
.row-fluid .footer2 .footer-copyrights a:hover {
  color:#afafaf;
}
.row-fluid .footer2 .footer-copyrights img { max-width:100px;vertical-align: top;margin: 0 20px 0 0; }
.row-fluid .footer2 .footer-copyrights {
  font-size:16px;
  line-height:1.6em;
  font-weight:400;
  font-family: 'akkurat_lightregular', Arial, Helvetica, sans-serif;
}
.row-fluid .footer-bottomlinks {
    line-height:normal;
}
.row-fluid .footer-bottomlinks a { text-transform:uppercase; padding:0 10px;vertical-align: top;font-size: 12px; cursor:pointer; transition: color .5s; }
.row-fluid .footer-bottomlinks a:hover { color:#00aeef; }
.row-fluid .footer-bottomlinks a:last-child { padding-right:0; }
.row-fluid .footer-bottomlinks > div { float:right; }

.row-fluid .blog-section .blogsidebar-inner { float:left; margin-left:0;}
.row-fluid .blog-section .blogsidebar-inner .sidebar-box { background:transparent; padding:15px 15% 0 0; }

.row-fluid .single-testimonial { padding:24px 15px; background:#f8f8f8; margin-bottom:30px; position:relative; }
.row-fluid .single-testimonial .st-image { position:absolute; left:15px; top:15px; width: 82px !important; height: 82px !important; overflow: hidden; border-radius:50%; }
.row-fluid .single-testimonial .st-info { float: left; width: 100%; padding: 0 0 0 95px; margin: 0; }
.row-fluid .single-testimonial .st-info p{ font-family: "Akkurat",Arial,sans-serif; font-size:14px; line-height:24px; padding:0; }
.row-fluid .single-testimonial .st-clientname { font-family: 'akkuratbold',Arial,sans-serif; font-size:14px; line-height:24px; }
.row-fluid .single-testimonial .st-clientname a{ color:#737c85; line-height:@4px; }
.row-fluid .single-testimonial .st-clientname a:hover{ color:#00aeef; }

.row-fluid .top-topic, .row-fluid .top-topic a { font-family: 'akkuratbold',Arial,sans-serif; font-weight:normal; color:#00aeef; text-transform:uppercase; font-size: 16px; line-height:27px; letter-spacing: 1px; margin-bottom: 15px; }
.row-fluid .top-topic a:hover{ text-decoration:underline; }

/* interior blog post sidebar ctas*/
.inner.sidebar-cta { display: block; }
.sidebar-subscribe { background-color: #010b35; padding: 25px; margin-bottom: 30px; color: #fff; }
.sidebar-subscribe .hs-form fieldset.form-columns-2 .hs-form-field { width: 100%; padding: 0 !important; }
.sidebar-subscribe .title { font-size: 25px; margin-bottom: 15px; text-align: center; font-weight: 600; }
.sidebar-subscribe .submitted-message{ text-align:center; }

.inner.sidebar-cta.blue .cta-container { background-color: #cceffc; padding: 15px 15px 40px; }
.inner.sidebar-cta.blue .cta-container .cta-wrapper { max-width: 265px; margin: 0 auto; }
.inner.sidebar-cta.blue .cta-container h3 { padding-bottom: 15px; }
.inner.sidebar-cta .cta-container { display: none; }

.blog-post-banner-share-this { margin-top: 15px; }
.blog-post-banner-share-this ul li a { height: 30px; width: 30px; line-height: 30px; font-size: 14px; background-color: #767a7d !important; color:#010b35 !important; }
.blog-post-banner-share-this ul li a:hover { /*color: rgba(118,122,125,0.6) !important;*/ color: #a7a9aa !important; }

.back-to-insight { margin-bottom: 30px; }

.bloglisting-topic i {
    padding-left: 8px;
}


#footer-link-div {
    margin-left: -60px;
}



/*------------------------
Contact Us Page
------------------------*/
.page-section{ padding:70px 0; }
.interior-banner{ padding:86px 0; background:#010b35; text-align:center; }
.row-fluid .interior-banner .wrapper{ float:none !important; }
.interior-banner h1{ color:#FFF; font-family: 'akkurat_lightregular',Arial,sans-serif; font-size:50px; line-height:50px; padding:0 15px; }
.form-header h2{ font-family: 'akkuratbold',Arial,sans-serif; font-size: 21px; line-height: 27px; color: #737c85; padding-bottom:20px; }
.form-description{ font-family:'Akkurat',Arial,Helvetica,sans-serif; font-size:14px; line-height:24px; padding-bottom:30px; }
.contact-form{ max-width:570px; }
form input[type=submit]{ font-family:'akkuratbold',Arial,Helvetica,sans-serif; padding:10px 41px; }

/*------------------------
Subscribe Page
------------------------*/
.subscribe-page form .hs_email{ padding-left:0 !important; width:100% !important; }
.subscribe-page .subscription-form{ max-width:576px; }
.subscribe-page .form-description{ padding-bottom:0; }
.subscribe-page .widget-type-blog_subscribe h3{ padding-bottom:5px; }
.subscribe-page .row-fluid form.hs-form label{ font-size:14px; color:#737c85; font-family: 'akkurat_lightregular',Arial,sans-serif; }
.subscribe-page input.hs-input{ height: 43px; border: 1px solid #b7b7b7; border-radius: 0; box-shadow: none; box-sizing: border-box; padding: 0 10px; }
.subscribe-page .hs-form.stacked .field{ margin-bottom:0; }
.subscribe-page input[type=submit]{ padding:13px 41px; font-family:'akkuratbold',Arial,Helvetica,sans-serif; text-shadow: none !important; box-shadow: none !important; border: 1px solid #00aeef; border-radius: 3px; font-size: 15px; font-weight: 300; cursor: pointer; background: url(//cdn2.hubspot.net/hubfs/383029/Espark-dtemplate/images/blank.png?t=1475181704444) no-repeat left top #00aeef; color: #fff; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.subscribe-page .hs-form.stacked .actions{ margin-top:0; padding-top:0; }
.subscribe-page input[type=submit]:hover{ border:1px solid #33bef2 !important; background-color:#33bef2; }

#email-prefs-form .checkbox-row input {
  top:8px; 
}

/*------------------------
Thank You Page
------------------------*/
.thank-you-2016 .bloglisting-box:first-child{ margin-left:0; }
.thank-you-wrap{ max-width:570px; }
.thank-you-wrap .form-description{ padding-bottom:15px; }
.thank-you-2016 .body-container .page-section{ padding-bottom:35px; }

/*------------------------
Author Page
------------------------*/
.author .blog-header, .author .custom-topic{ display:none; }
.author .row-fluid .author-info.bloglisting-author{ /*max-width:794px;*/ max-width: 100%; }
.author .row-fluid .author-info .bloglisting-authorimg{ width:108px; height:108px; margin-right:25px; }
.author .row-fluid .author-info .bloglisting-authornamedate{ font-size:20px; line-height:1em; padding-bottom:13px; }
.author .bloglisting-authornamecontact{ display:inline-block; vertical-align:middle; zoom:1; *display:inline; }
.author .bloglisting-authoremail a{ font-size:14px; line-height:1em; color:#00a0ce; }
.author .bloglisting-authorbio{ font-size:14px; line-height:24px; padding-top:15px; }
.author .row-fluid .sidebar-box{ background:#FFFFFF; padding:15px 0; margin:0 0 20px; }

.hs-blog-listing.author .row-fluid .blog-section .blogsidebar-new{ display:inline-block; float:left; width:27%; margin-left:0; }
.hs-blog-listing.author .row-fluid .blog-section .blogleft-new{ width: 70%; float: right; display: inline-block; vertical-align: top; margin-left:2.762430939%; }

.author .row-fluid .bloglisting-box{ width: calc(95%/2) !important; float: none !important; display: inline-block; vertical-align: top; }
.author .back-to-insight{ display:none; }




/*------------------------
Author Directory (Listing)
------------------------*/
.section { padding: 100px 0; }
.author-dir .author-list { margin: 0 -1%; text-align: center; }
.author-dir .author-block { display: inline-block; width: 370px; vertical-align: top; box-sizing: border-box; padding: 0; margin: 0 1% 30px; border: 1px solid #c3c9ce; text-align: left;
    position: relative; }
.author-dir .author-block .photo { border-radius: 50%; overflow: hidden; width: 125px; height: 125px; text-align: center; display: inline-block; vertical-align: middle;
    position: relative; z-index: 5; }
.author-dir .author-block .photo img { min-width: 100%; }
.author-dir .author-block .right { display: inline-block; vertical-align: middle; box-sizing: border-box; width: 199px; padding-left: 20px; line-height: 1.5em; }
.author-dir .author-block .name, .author-dir .author-block .email { position: relative; z-index: 5; }
.author-dir .author-block .name a { font-size: 24px; color: #737c85; font-weight: bold; }
.author-dir .author-block .right a:hover { text-decoration: underline; }
.author-dir .author-block a { color: #737c85; font-style: normal; }
.author-dir .author-block:before { position: absolute; z-index: 1; content: ''; left: 0; top: 0; width: 100%; height: 100%; border: #c3c9ce solid 10px; opacity: 0;
    transition: opacity .5s; -webkit-transition: opacity .5s; -ms-transition: opacity .5s; -moz-transition: opacity .5s; }
.author-dir .author-block:hover:before { opacity: 1; }
.author-dir .author-top { padding: 20px; border-bottom: 1px solid #c3c9ce; }
.author-dir .bio { padding: 15px; min-height: 300px; color: rgb(115, 124, 133); font-size: 14px; font-family: Akkurat; position: relative; line-height: 1.71em; font-style: normal; }
.author-info img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
}
.author-info .bloglisting-authorimg {
    border-radius: 0;
    height: auto !important;
    width: auto !important;
}
@media screen and (max-width: 767px){
    .author-dir .author-block { width: 100%; max-width: 375px; margin: 0 0 30px; }
    .author-dir .author-block .photo { display: block; margin: 0 auto 15px; }
    .author-dir .author-block .right { width: 100%; text-align: center; padding-left: 0; }
    .author-dir .bio { min-height: 0; }


    /*------------------------
    Author Page
    ------------------------*/
    .hs-blog-listing.author .row-fluid .blog-section .blogsidebar-new{ display:block; float:none; width:100%; margin-left:0; }
    .hs-blog-listing.author .row-fluid .blog-section .blogleft-new{ width:100%; float: none; display: block; margin-left:0; }

    .sidebar-resources-link a{
        display:none !important;
    }

}

/*------------------------
Topic Listing Page
------------------------*/
.hs-blog-listing.topic .blog-header{ display:none; }
.hs-blog-listing.topic .interior-banner{ padding:126px 0; }
.hs-blog-listing.topic .listing-page-topics{ display:block; }
.hs-blog-listing.topic .row-fluid .custom-topic .topic-link{ pointer-events:none; cursor:default; }

/*------------------------
Resources
------------------------*/
.interior-banner.resources { padding: 150px 0; }
.resources .show-on-desktop { display: block; }
.resources .show-on-mobile { display: none; }
.resources .blogleft-new { width: 70% !important; float: none !important; display: inline-block; vertical-align: top; position: relative; right: -20px; }
.resources .blogsidebar-new { display: inline-block !important; float: none !important; width: 29%; }
.resources.topic .blogsidebar-new { width: 29% !important; padding-right: 0 !important; }
.resources .bloglisting-box { width: calc(95%/2) !important; float: none !important; display: inline-block; vertical-align: top; }
.resources .blog-listing { margin-top: -15px; }
.resources .row-fluid .select-topics span { min-width: 205px; }
.resources .factset-blog-contact .widget-type-cta a { padding: 12px 35px; width: 182px; height: 37px; line-height: 37px; font-weight: 600; color: #FFF; text-align: center; font-family: "Akkurat",Arial,sans-serif; font-size: 15px; border-radius: 3px; border: 1px solid #FFF; background: transparent; }
.resources .factset-blog-contact .widget-type-cta a:hover{ background: #00aeef; border: 1px solid #00aeef; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.resources .factset-blog-contact .blog-contact-left { padding-right: 12%; width: 75%; display: inline-block; vertical-align: middle; }
.resources .factset-blog-contact .widget-type-cta { width: auto; display: inline-block; vertical-align: middle; }
.resources .row-fluid .sidebar-box { background: #fff; padding: 15px 0; }
.resources .row-fluid .single-testimonial .st-info { float: none !important; }

.resources td.gsc-input input { background: none !important; height: 40px !important; border-left: 1px solid #00aeef !important; background-color: transparent !important; margin-top: 5px !important;
    font-size: 26px; color: #fff; padding-left: 14px !important; }
.resources .gsib_a { padding: 0 !important; }
.resources .gsc-input-box { border: none !important; background: transparent !important; height: 50px !important; box-shadow: none !important; }
.resources .custom-topic { position: relative; }
.resources .google-search-dropdown { display:none; position: absolute; left: 0; top: 100%; width: 100%; padding: 25px 0 35px; background: #071d4b; z-index: 18; box-shadow: 0 4px 2px 2px rgba(000,000,000,0.1); }
.resources .search-bar td.gsc-search-button { display: inline-block; max-width: 26px; width: 20%; height: 27px; border: 0; margin-right: 21px;
    background: transparent url(//cdn2.hubspot.net/hubfs/1803721/search.png?t=1477006805828) no-repeat; background-size: 84px; padding: 0; overflow: hidden;
    float: left; background-position: -28px 12px; height: 50px; }
.resources .search-bar input:focus { outline: none; }
.resources .search-bar input.gsc-search-button,
.resources .search-bar input.gsc-search-button:hover,
.resources .search-bar input.gsc-search-button:focus { border-color: transparent; background-color: transparent; background-image: none; filter: none; height: 50px; }
.resources .gsc-control-searchbox-only { margin-left: 50px; }
.resources .google-search-dropdown .search-bar { position: relative; padding-bottom: 28px; border-bottom: #00aeef solid 1px; }
.resources .search-bar td.gsc-search-button { position: absolute; left: 0; }
.resources .gsc-clear-button { color: white; width: auto; padding-top: 5px; background: none; display: inline-block !important; float: right;
    font-family: 'Akkurat',Arial,Helvetica,sans-serif; font-size: 20px; color: #fff; cursor: pointer; float: right; transition: all .5s ease-in-out; }
.resources div.gsc-clear-button:hover { background-image: none; color: #00aeef; transform: rotate(180deg); }
.resources div.gsc-clear-button:before { content: "X"; width: auto; }
.resources .google-search-dropdown td.gsib_b { display: none; }
.resources .google-search-opener { width: auto; display: inline-block; cursor: pointer; }
.resources .google-search-opener .fa { color: #666; font-size: 25px; }
.resources .google-search-opener span { margin-left: 15px; }


.resources .sidebar-subscribe { display: none; }

@media screen and (max-width:1100px) {
    .banner-text-wrap{ bottom:10%; width:80%; margin:0 10%; }
}

@media screen and (max-width:900px) {
    .blog-banner .bg-img{ height:500px; }
    .blog-banner .bg-img img{ height:100%; width:auto; position:relative; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); }
    .banner-text-wrap{ bottom:19%; }
}

@media screen and (max-width: 767px){
    .resources .show-on-desktop { display: none !important; }
    .resources .show-on-mobile { display: block !important; }

    .resources .blogleft-new { width: 100% !important; right: 0; }
    .resources .google-search-opener { margin-bottom: 15px; }

    .resources .factset-blog-contact .blog-contact-left { width: 100%; padding: 0; display: block; }

    /* Cookie Alert */
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{ font-size:12px !important; padding-left:0 !important; text-align:left !important; }
    body div#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner:before{ display:none; }
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{ margin-right:0 !important; width:100px; }
}
@media screen and (max-width: 680px){
    .resources .bloglisting-box { width: 100% !important; margin: 15px 0 !important; }
}

/*------------------------
Search Results
------------------------*/
.search-results .gcsc-branding { display: none !important; }
.search-results .gsc-control-cse .gs-spelling,
.search-results .gsc-control-cse .gs-result .gs-title,
.search-results .gsc-control-cse .gs-result .gs-title * { line-height: 1.2em; }
.search-results a.gs-title { color: #436976 !important; font-size: 13px !important; font-family: 'Akkurat'; font-weight: bold; }
.search-results .gs-title { height: auto !important; }
.search-results .gs-webResult.gs-result a.gs-title:link,
.search-results .gs-webResult.gs-result a.gs-title:link b,
.search-results .gs-imageResult a.gs-title:link,
.search-results .gs-imageResult a.gs-title:link b { text-decoration: none; color: #436976 !important; font-size: 13px !important; font-family: 'Akkurat'; font-weight: bold; }
.search-results .gs-result .gs-title, .search-results .gs-result .gs-title * { text-decoration: none; }
.search-results a.gs-title:hover { border-bottom: 1px solid #00aeef; }
.search-results .gsc-control-cse .gsc-table-result { font-family: Arial, sans-serif; font-family: 'Akkurat' !important; color: #737c85 !important; }
.search-results .gs-webResult .gs-snippet,
.search-results .gs-imageResult .gs-snippet,
.search-results .gs-fileFormatType { color: #000000; color: #737c85 !important; line-height: 20px; font-weight: 600; }
.search-results .gs-webResult div.gs-visibleUrl,
.search-results .gs-imageResult div.gs-visibleUrl { color: #00aeef; font-style: italic; }
.search-results .gsc-table-result,
.search-results .gsc-thumbnail-inside,
.search-results .gsc-url-top { padding: 0 !important; }
.search-results .gsc-result .gs-title { overflow: visible; }
.search-results .gsc-option-menu-container.gsc-inline-block { width: 120px; }
.search-results .gsc-results .gsc-cursor-box .gsc-cursor-page { color: #737c85; border-radius: 4px; padding: 3px 6px; }
.search-results .gsc-results .gsc-cursor-box .gsc-cursor-current-page { background-color: #00aeef; color: #fff; }
.search-results .gsc-results .gsc-cursor-box { margin: 50px 0; text-align: center; }
.search-results .gsc-result-info { font-family: 'Akkurat'; }
.search-results .gsc-orderby-label { font-family: 'Akkurat'; }
.search-results .title {
    border: none;
    font-size: 20px;
    font-family: 'Akkurat Pro Bold', Arial, sans-serif;
    color: #00aeef;
    margin-top: 24px;
    margin-bottom: 1px;
    border-bottom: 1px solid #DDD;
    margin-left: 15px;
    margin-right: 15px;
}
.search-results .search-bar { margin-top: 50px; text-align: center; display: none; }
.search-results .search-bar td.gsc-input input { background: none !important; box-sizing: border-box; font-size: 18px; color: #737c85;
    height: 43px !important; padding: 0 19px !important; width: 100% !important;  border-width: 2px !important; border-style: inset !important;
    border-color: initial !important; border-radius: 4px !important; }
.search-results .search-bar .gsc-input-box { border: none !important; height: auto !important; background: transparent !important; }
.search-results .search-bar td.gsib_b { display: none; }
.search-results .search-bar .gsc-search-box-tools .gsc-search-box td.gsc-input { padding-right: 0 !important; width: 50% !important; display: inline-block; max-width: 590px; }
.search-results .search-bar .gsib_a { padding: 0 !important; }
.search-results .search-bar .gsib_a:focus { outline: 0 !important; }
.search-results .search-bar input.gsc-search-button,
.search-results .search-bar input.gsc-search-button:hover,
.search-results .search-bar input.gsc-search-button:focus {
    background-color: rgba(0, 174, 239, 1) !important;
    border-color: rgba(0, 174, 239, 1) !important;
    transition: background-color .5s, border-color .5s;
    width: 100%;
    padding: 8px;
    color: #fff;
    vertical-align: middle;
    margin: 0;
    height: auto;
    font-family: 'Akkurat';
    font-size: 20px;
}
.search-results .search-bar td.gsc-search-button {
    width: 100%;
    max-width: 178px;
    display: inline-block;
}
.search-results .gsc-adBlock {
    display: none !important;
}




.bloglisting-authornamedate .by, .bloglisting-authornamedate .on {
    display: inline-block;
    vertical-align: middle;
}

.row-fluid .bloglisting-box .bloglisting-social {
    position: relative;
    text-align: left;
    padding-left: 15px;
    z-index: 15;
    right: auto;
    bottom: auto;
}
.bloglisting-topic{
    height: auto;
}


.LSRow:last-child a {
    color: #071d4b;
    font-size: 16px;
    display: block;
    border-top: 1px solid rgba(0,174,239,0.2);
}
.LSRow:last-child a:before {
    content: '>';
    color: #85bd40;
    float: right;
    padding-left: 5px;
}
.LSRow:last-child a:after {
    content: "Show All";
    text-transform: uppercase;
    float: right;
    color: #fff;
}
@media screen and (max-width: 1210px){
    .hs-blog-listing.topic .row-fluid .bloglisting-box { width: 47%; }
    #footer-link-div { position: absolute; left: 0px; margin-top: 10px; }
}

@media screen and (max-width:1210px){
    .bloglisting-authornamedate .by, .bloglisting-authornamedate .on { display: block; }
}
@media (min-width:992px) and (max-width:1210px) {

    .row-fluid .wrapper , .row-fluid .search-section > div { width:900px; }

    /*top*/
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { margin-left:2px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { margin-right:2px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:16px; }
    .row-fluid .top .top-right .button a { padding-left:12px; padding-right:12px; font-size:15px; }
    .row-fluid .toprequest-link { margin:0 0 0 10px!important; }

    /*header*/
    .row-fluid .header-slider .hs_cos_flex-slider .caption { width:900px; padding-left:5%; padding-right:5%; }


    /*Latest Blog Section*/
    .row-fluid .latestblog-content .hs-rss-date { float:left; }
    .row-fluid .latestblog-content .hs-rss-item .hs-rss-item-text { min-height: 450px; }
    .row-fluid .latestblog-content .hs-rss-item-image-wrapper { max-height: 175px; min-height: 175px; }

    .row-fluid .latestblog-content2 .hs-rss-item .hs-rss-item-text { padding:120px 0 0;  min-height:490px; }
    .row-fluid .latestblog-content2 .hs-rss-item-image-wrapper { max-height: 175px; min-height: 175px; }
    .row-fluid .latestblog-content2 .hs-rss-date { display:block; border:none; padding:0;  max-width:none; }
    .row-fluid .latestblog-content2 .hs-rss-byline { top:0; }
    .row-fluid .latestblog-content2 .hs-rss-author { padding:0; max-width:none; }

    .row-fluid .latestblog-content3 .hs-rss-item-text { min-height: 320px; }


    /*Latest Blog Section*/
    .row-fluid .latestblog-content .hs-rss-date { float:left; }

    /*Blog listing*/
    .row-fluid .blog-featuredimage { height: 140px;  }


    /*Blog Detail Option 1*/
    .row-fluid .blogdetailtop-sharing { width:100%; padding:15px 0 0; }

    /*sidebar*/
    .row-fluid .sidebar-box h3 { font-size: 20px; line-height: 24px; }

    /*resource Page Option 2*/
    .row-fluid .resource-contentb3 , .row-fluid .resource-featuredimage3 , .row-fluid  .resource-textMain3 { width: 100%; height: 280px; }

    /*resource Page Option 3*/
    .row-fluid .resource-featuredimg3 { height:219px; }

}

@media (min-width:30px) and (max-width: 992px){

    /*Blog listing*/
   .row-fluid .bloglisting-box { width:48%;  }
   .row-fluid .blog-listing .bloglisting-box:nth-child(3n) { clear:none; }
   .row-fluid .blog-listing .bloglisting-box:nth-child(3n+1) { clear:none; }
   .row-fluid .blog-listing .bloglisting-box:nth-child(2n) { clear:right; }
   .row-fluid .blog-listing .bloglisting-box:nth-child(2n+1) { clear:left; }

    /*Blog Detail Option 1*/
    .row-fluid .blogdetailtop-sharing { width:100%; padding:15px 0 0; }
    .row-fluid .blog-detailtop { padding-bottom:10px; }

    /*Blog Page Option 2*/
    .blog-featuredimage2 { width: 100%; }
    .bloglisting2-bcontent { width: 100%; padding: 15px 0 0; }

    /*sidebar*/
    .row-fluid .sidebar-box h3 { font-size: 20px; line-height: 24px; }

    /*TeamMember section 2*/
    .row-fluid .TeamMember2-info { min-height:150px; padding:0 0 0; }
    .row-fluid .TeamMember2-hover { padding:14px; }
    .row-fluid .TeamMember2-info h6 { padding-bottom:0; }

    /*pricing table*/
    .row-fluid .pricingTable-Title { font-size:25px; line-height: 30px; }
    .row-fluid .pricingTable-Price { font-size:18px; line-height:20px; }
    .row-fluid .pricingTable-Price > div { padding:20px 0; }
    .row-fluid .pricingTable-Price strong { font-size:30px; line-height:30px; }

    /* Blog Customization CSS */
    .row-fluid .footer-links ul { margin:20px 0 0; }
    .row-fluid .footer-links ul li a { padding:5px 10px; }

    .row-fluid .single-testimonial { text-align:center; }
    .row-fluid .single-testimonial .st-image { position:static; float:none; display:inline-block; width:60px !important; height:60px !important; }
    .row-fluid .single-testimonial .st-info { padding:0; }

    /*------------------------
    Thank You Page
    ------------------------*/
    .thank-you-2016 .row-fluid .bloglisting-box:last-child{ margin-left:0; }

}
@media screen and (min-width: 768px){
     .footer-copyrights a > div {
        display: inline-block;
        vertical-align: middle;
    }
}
@media screen and (max-width: 768px){
    .hs-blog-listing.topic .interior-banner { padding: 75px 0; }

    .topic .blog-sidebar { display: none !important; }
    .topic .blogleft-new { width: 100% !important; }
    .topic .bloglisting-box .display-on-topic-page { display: block; width: 100% !important; }
    .topic .row-fluid .blog-listing .bloglisting-box:nth-child(2n+1) { clear: none !important; }
    .topic .bloglisting-box { width: 47.5% !important; display: inline-block !important; float: none !important; vertical-align: top; }

    .hs-blog-post .st-image { position: initial !important; }

    .row-fluid .blog-topsubscribe { right: 78px !important; }

    .footer-copyrights a > div { display: block; }
    .footer-copyrights { width: 100% !important; }
    .footer-bottomlinks { width: 100% !important; float: none !important; margin-top: 15px; margin-left: 0 !important; }
    .row-fluid .footer-bottomlinks > div { float: none; }
    .row-fluid .footer { padding:50px 0 !important;  }
    .row-fluid .footer2 .wrapper { text-align: left !important; padding: 15px 0; }
    .row-fluid .footer-bottomlinks, .row-fluid .footer-bottomlinks>div { text-align: left !important; margin-left: -8px; }
    .footer-copyrights .copyright { margin-top: 25px; margin-bottom: 25px; }
    .footer-left { padding-bottom: 60px; }
    .footer-social .bloglisting-social a { margin: 0 48px 0 0 !important; }
    .footer-social .bloglisting-social a:last-child { margin-right: 0 !important; }
    .row-fluid .footer .footer-right {
        max-width: 607px !important;
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .row-fluid .footer-links ul li {
        text-align: left;
    }
    .row-fluid .footer-links ul li a {
        padding: 8px 0;
    }
    /*.blog-banner {
        padding: 25px 0px;
        height: 500px;
        display: table;
        width: 100%;
    }
    .banner-inner {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }*/
    .row-fluid .header-latestblog h2 {
        font-size: 3em !important;
        line-height: 1.1em !important;
    }
    .blog-banner .banner-inner .feature-post {
        font-size: 14px !important;
        font-weight: 600;
    }
    .row-fluid .footer-left {
        width: 100%;
    }
    .footer-links ul.columns {
        float: left;
        position: relative;
        margin: 0;
    }
    .top-logo { width: auto !important; display: inline-block !important; float: left !important; }
    .top-social { width: auto !important; float: right !important; display: inline-block !important; }
    .row-fluid .top-social ul { padding-top: 0 !important; }
    .headerSocialIcons { top: 0 !important; }
}

@media screen and (max-width:500px) {
    .blog-banner .bg-img{ height:416px; }
    .banner-text-wrap{ bottom:10%; width:88%; margin:0 6%; }
}

@media screen and (max-width: 480px){
    .row-fluid .blog-header {
        padding: 0 !important;
    }
    /*.blog-banner {
        height: 425px;
    }*/

    .banner-text-wrap{ bottom:1%; }

    .row-fluid .topbar-section { padding: 8px 0 !important; }
    .row-fluid .top { padding: 20px 0 !important; }
    .row-fluid .bloglisting-bcontent { z-index: 12; }
    .row-fluid .footer2 .footer-copyrights img { display: inline-block !important; margin: 0 !important; }
    .row-fluid .footer2 .wrapper { padding: 15px 20px !important; }
        .footer-copyrights .copyright {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .row-fluid .footer-links ul li {
        float: left;
        width: 50%;
        margin: 0;
    }
    .row-fluid .footer-links ul li a {
        padding: 6px 0;
    }

    .topic .bloglisting-box { width: 100% !important; }
    .blog-content .subscribe-form .hs-form { padding-right: 0; }
    .blog-content .subscribe-form .hs-form .actions .hs-button { position: initial; margin-top: 25px; }
    .interior-banner h1 { font-size: 30px; line-height: 30px; }
    .hs-blog-listing.topic .interior-banner { padding: 37px 0; }
}

@media (min-width:768px) and (max-width: 992px){
    .row-fluid .single-testimonial .st-image { position: initial !important; }
    .row-fluid .wrapper , .row-fluid .search-section > div { width:720px; }

    /*top*/

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { margin-left:2px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { margin-right:2px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:13px; }
    .row-fluid .top .button a { padding-left:12px; padding-right:12px; }
    .row-fluid .toprequest-link { margin:0 0 0 10px!important; font-size:15px; }

    /*header*/
    .row-fluid .header-slider .hs_cos_flex-slider .caption { width:720px; padding-left:5%; padding-right:5%; }

    /*content boxes*/
    .row-fluid .content-box h4 { font-size: 24px; line-height: 27px; }
    .row-fluid .content-box:before { background-size: 90px auto;  }

    /*Features section*/
    .row-fluid .feature-box h3 { font-size: 26px; line-height: 32px; }


    /*Latest Blog Section*/
    .row-fluid .latestblog-content .hs-rss-date { float:left; }
    .row-fluid .latestblog-content .hs-rss-item .hs-rss-item-text { min-height: 600px; }
    .row-fluid .latestblog-content2 .hs-rss-item .hs-rss-item-text { min-height: 610px; }
    .row-fluid .latestblog-content .hs-rss-item-image-wrapper { max-height: 135px; }
    .row-fluid .latestblog-content2 .hs-rss-item-image-wrapper { max-height: 135px; }

    .row-fluid .latestblog-content2 .hs-rss-item .hs-rss-item-text { padding:120px 0 0; }
    .row-fluid .latestblog-content2 .hs-rss-date { display:block; border:none; padding:0;  max-width:none; }
    .row-fluid .latestblog-content2 .hs-rss-byline { top:0; }
    .row-fluid .latestblog-content2 .hs-rss-author { padding:0;  max-width:none; }

    .row-fluid .latestblog-content3 .hs-rss-item-text { min-height: 350px; }

    .row-fluid .sub-text { font-size:19px; }

    .row-fluid .search-section input[type=text], .row-fluid .search-section input[type=email] { width:76%; }

    /*Facts Section*/
    .row-fluid .facts-number { font-size:34px; line-height:45px; }
    .row-fluid .facts-name { font-size:22px; }

    /*partner section*/
    .row-fluid .partner-logo { width:30%; padding:15px; }
    .row-fluid .partner-main .partner-logo:nth-child(3n) { clear:right; }
    .row-fluid .partner-main .partner-logo:nth-child(3n+1) { clear:left; }


    /*service boxes*/
    .row-fluid .service-boxIcon img { max-width:90% !important; }

    /*TeamMember section 2*/
    .row-fluid .TeamMember2-info { min-height:150px; padding:0 0 0; }
    .row-fluid .TeamMember2-social a { margin-left:2px; margin-right:2px; width:30px; height:30px; line-height:30px; }
    .row-fluid .TeamMember2-hover { padding:12px; }
    .row-fluid .TeamMember2-info h6 { padding-bottom:0; }

    .row-fluid .TeamMember-designation { min-height: 70px; }

    /*pricing table*/
    .row-fluid .pricingTable-twoColumn .pricingTable-Box { max-width: 240px; }

    /*resource section*/

    /*resource Page Option 1*/
    .row-fluid  .resource-contentbox , .resource-listing .resource-contentbox:nth-child(2n) { width:100%; padding:0 0 30px; }

    /*resource Page Option 2*/
    .row-fluid .resource-contentb3 , .row-fluid .resource-featuredimage3 , .row-fluid  .resource-textMain3 { width: 100%; height: 260px; }

    /*resource Page Option 3*/
    .row-fluid .resource-featuredimg3 { height:168px; }

    /*resource Page Option 4*/
    .row-fluid .resource-contentbox4 { float:left; width:33.33%; }
    .row-fluid .resource-listing4 .resource-contentbox4:nth-child(4n) { clear:none; }
    .row-fluid .resource-listing4 .resource-contentbox4:nth-child(4n+1) { clear:none; }
    .row-fluid .resource-listing4 .resource-contentbox4:nth-child(3n) { clear:right; }
    .row-fluid .resource-listing4 .resource-contentbox4:nth-child(3n+1) { clear:left; }

    /*lading Page*/
    .row-fluid .landing-title h1 { font-size: 32px; line-height: 30px; }

    /*footer*/
    .row-fluid .copyrightsandlinks-section { font-size:14px; }

    /* Customize Blog CSS */
    .row-fluid .blog-header2 .wrapper { padding:0; }

}



@media (min-width: 767px){

  a.mobile-trigger, a.child-triggerm { display: none !important;  }

}

@media (min-width:30px) and (max-width: 767px){

    body { font-size:16px; line-height:26px; }

    h1 { font-size:28px;  line-height:30px; }
    h2 {  font-size:26px; line-height:34px; }
    h3 { font-size:24px; line-height:30px;  }
    h4 { font-size:22px; line-height:28px; }
    h5 { font-size:20px; line-height:24px; }
    h6 { font-size:18px; line-height:22px; }

    .row-fluid .left-separator , .row-fluid .left-separator2 { background:none; padding:20px 0 0; }

    .row-fluid .wrapper , .row-fluid .search-section > div { width:100%; float:left !important; padding:0 20px; }

    .row-fluid .content-section { padding:40px 0; }

    /*top*/
    .row-fluid .logo { padding:0; float:left; }
    .row-fluid .top { float:left; width:100%; }
    .row-fluid .top.fixed { position:relative; }
    .row-fluid .toprequest-link { float:left; width:100%; margin:20px -20px -20px  !important; }
    .row-fluid .toprequest-link a {  width:100%; border-radius:0 !important; padding-left:20px; padding-right:20px; }
    .row-fluid .top-CallUs { text-align:center; }

    .row-fluid .top3 h1 { font-size:26px; line-height:30px; }
    .row-fluid .top3 { padding-bottom:0; }
    .row-fluid .top3 .row-fluid .logo , .row-fluid .top2 .row-fluid .logo { padding:0; }

    .row-fluid .search-btn{ height:46px; padding-top:10px; }


    /*menu*/
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { display:none !important; }
    .mainmenu.js-enabled .hs-menu-flow-horizontal,  .mainmenu.js-enabled .hs-menu-children-wrapper { display: none; }
    .mainmenu ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display: none; }
    .mainmenu.js-enabled .hs-menu-flow-horizontal { position: absolute; top: 78px; padding-top:0; left:0px;  width: 100%; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); }

    .mainmenu .hs-menu-flow-horizontal { padding:40px 0 0 0;  background-color:#092257;  width: 100%;  z-index: 8888; float:left; }

    .mainmenu .hs-menu-flow-horizontal ul li { border-top: 1px dotted rgba(255, 255, 255, .35); float:left !important; width:100% !important;  }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-family:'Akkurat', Arial, sans-serif; font-weight:normal; font-size:15px; padding:14px 30px 14px 15px !important; color:#fff; float:left; width:100% !important; }
    .mainmenu .hs-menu-flow-horizontal ul li a:hover {  /*background-color:#ed5f29;*/ }


    .mainmenu .hs-menu-flow-horizontal > ul ul li { background-color: rgba(255, 255, 255, .08); }
    .mainmenu .hs-menu-flow-horizontal > ul ul li a { text-indent: 10px; font-size: 16px; }

    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent: 30px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent: 50px; }

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul { float:left; width:100%; }
    .mainmenu, .mainmenu * { display: block; float: none; position: static; top: auto; right: auto; left: auto; bottom: auto; padding: 0px; margin: 0px; background-image: none; background-color: transparent; border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow none; box-shadow: none; max-width: none; width: 100%; height: auto; line-height: 1; font-weight: normal; text-decoration: none; text-indent: 0px; text-align: left;  color: #fff }

    a.mobile-trigger { background: #FFF;  display: inline-block !important; cursor: pointer; position: absolute; top: 20px; right: 15px; width: 44px; height: 44px;  padding:11px 10px 10px !important; z-index: 99999999999; -webkit-transition: background-color 0.2s linear; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase; border-radius: 6px;  -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in;  }

    a.mobile-trigger:hover {  text-decoration: none; color: #ed5f29; }
    a.mobile-trigger span{ display: inline;  }
    a.mobile-trigger span:before{ position: absolute; content: 'Menu'; }

    a.mobile-trigger span:after { position: relative; right: 2px; content: 'Close';  background-color: #00aeef;  opacity: 0;  transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out;-webkit-transition: opacity .4s ease-in-out;  }

    .mobile-open a.mobile-trigger{ -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background: transparent; }

    .mobile-open a.mobile-trigger span:after { opacity: 1; }

    a.mobile-trigger i {  display: inline;  position: relative;  top: -2px; margin-left: 0;  -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s; -moz-transition-duration: 0s;  -moz-transition-delay: .2s;  transition-duration: 0s; transition-delay: .2s;  }
    a.mobile-trigger  i:before, a.mobile-trigger i:after { position: absolute;  content: ''; }
    a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after { width: 24px; height: 3px; background-color: #999999; display: inline-block; }
    a.mobile-trigger  i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    a.mobile-trigger  i:after {  margin-top: 8px;  -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    .mobile-open a.mobile-trigger i { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  }
    .mobile-open a.mobile-trigger i:before { margin-top: 0;  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);  transform: rotate(45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);   -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:after {  margin-top: 0;  -webkit-transform: rotate(-45deg);   -ms-transform: rotate(-45deg);  transform: rotate(-45deg);  -webkit-transition-delay: 0, .2s;  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }

    .row-fluid .mainmenu  .hs-menu-flow-horizontal > ul li a.child-triggerm { display: block !important; cursor: pointer;  position: absolute; top: 0px;  right: 0px; width: 55px !important;  min-width: 55px !important;   height: 45px !important;   border-left: 1px dotted rgba(255, 255, 255, .20); padding:12px 0 10px !important;  }
    a.child-triggerm:hover { text-decoration: none; }

    a.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important;  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm span:after { position: absolute; content: ''; }
    a.child-triggerm span, a.child-triggerm span:after { width: 10px; height: 1px; background-color: #fff; display: block; }
    .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }
    a.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s;  transition-duration: .2s; }
    a.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm.child-open span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }

    .top.fixed a.mobile-trigger , .top.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { top: 10px; }

    .image-style1  , .image-style2   { text-align:center; }

    /*header*/
    .row-fluid .header-content { padding:80px 0; }
    .row-fluid .header-calltoactionImage { padding:0 0 20px; }
    .row-fluid .header-calltoactionmain { text-align:center; }
    .row-fluid .content-box:before { display:none; }
    .row-fluid .ViewMoreResources-link { padding:15px 0 0; }
    .row-fluid .header-left { padding:0 0 20px; }

    .row-fluid .header-slider .hs_cos_flex-slider .caption { width:100%; padding:40px 40px 55px; }


    /*resource section*/
    .row-fluid .resource-section { text-align:center; }
    .row-fluid .resource-box { max-width: 280px; display: inline-block; margin:0 10px !important; }


    /*resource Page Option 1*/
    .row-fluid  .resource-contentbox , .resource-listing .resource-contentbox:nth-child(2n) { width:100%; padding:0 0 30px; }

    /*resource Page Option 2*/
    .row-fluid .resource-contentbox3 { float:left; width:100%;  }
    .row-fluid .resource-contentb3 , .row-fluid .resource-featuredimage3 , .row-fluid  .resource-textMain3 { width: 100%; height: 360px; }
    .row-fluid .resource-featuredimg3 { height: 300px; overflow:hidden; }

    /*resource Page Option 4*/
    .row-fluid .resource-contentbox4 { float:left; width:100%; }



    /*casestudies section*/
    .row-fluid .casestudies-content { padding:20px 0 0; text-align: center;  }
    .row-fluid .Viewcasestudies-link { padding: 20px 0 0; }


    /*Testimonial Section*/
    .row-fluid .testimonial-slider { padding-left:40px; padding-right:40px; background-position:0 80px; background-size:30px auto; }
    .row-fluid .newsletter-subscription input[type=text], .row-fluid .newsletter-subscription input[type=email] { width:100%; padding-right:25px; margin:0 0 10px; }
    .row-fluid .newsletter-subscription input[type=submit] { position:relative; width:100%; right: auto; top: auto; }

    .row-fluid .testimonial-slider3Box , .row-fluid li .testimonial-slider3Box +  .testimonial-slider3Box  { width:100%; padding:10px 0; }

    /*Latest Blog Section*/
    .row-fluid .latestblog-content .hs-rss-item { width:100%; }
    .row-fluid .newsletter-subscription { margin-bottom:25px; }

    .row-fluid .latestblog-content .hs-rss-item .hs-rss-item-text { min-height:0; }
    .row-fluid .latestblog-content2 .hs-rss-item , .row-fluid .latestblog-content3 .hs-rss-item  { width:100%; margin:10px 0; }
    .row-fluid .latestblog-content3 .hs-rss-item-text { min-height:0; }

    .row-fluid .latestblog-content2 .hs-rss-item .hs-rss-item-text { padding:120px 0 0; }
    .row-fluid .latestblog-content2 .hs-rss-date { display:block; border:none; padding:0; max-width:none; }
    .row-fluid .latestblog-content2 .hs-rss-byline { top:0; }
    .row-fluid .latestblog-content2 .hs-rss-author { padding:0; max-width:none; }

    .row-fluid .search-section input[type=text], .row-fluid .search-section input[type=email] { width:80%; margin:0 0 15px; }



    /*Features section*/
    .row-fluid .feature-box  { padding:0; text-align:left; }
    .row-fluid .feature-icon { position:relative; margin:15px 0; }
    .row-fluid .feature-icon:before, .row-fluid .feature-icon:after { transform: rotate(45deg); }
    .row-fluid .feature-icon:before { bottom: -3px; right: 24px; }
    .row-fluid .feature-icon:after { bottom: -2px; right: 25px; }

    /*TeamMember section*/
    .row-fluid .TeamMember-box { width: 100%; display:inline-block; margin: 20px 0 0 !important; }

    /*TeamMember section 2*/
    .row-fluid .TeamMember2-info { min-height:150px; padding:0 0 0; }
    .row-fluid .TeamMember2-social a { margin-left:2px; margin-right:2px; }
    .row-fluid .TeamMember2-hover { padding:14px; }
    .row-fluid .TeamMember2-info h6 { padding-bottom:0; }


    /*Why Choose us Section*/

    /*Facts Section*/
    .row-fluid .facts-number { font-size:32px; line-height:40px; }
    .row-fluid .facts-name { font-size:20px; }
    .row-fluid .facts-box { padding:15px 20px; display:inline-block; }


    /*Clients Section*/
    .row-fluid .client-logo { display: inline-block; }
    .row-fluid .client-logoes { padding:25px 0; }


    /*Call To Action*/
    .row-fluid .calltoaction-text { font-size: 29px; line-height: 35px; }

    /*Call To Action 2*/
    .row-fluid .calltoaction2-right { padding:10px 0 0; }

    /*video*/
    .row-fluid .video-center { padding:15px 0 0; }


    /*Blog listing*/
    .row-fluid .blog-featuredimage { height: 170px; }
    /*.row-fluid .bloglisting-bcontent { min-height: 0; }*/

    .row-fluid .blog-top { text-align:center; }
    .row-fluid .blog-seach, .row-fluid .blog-topsubscribe { display:inline-block; }
    .row-fluid .topic-dropdownmain { width:100%; margin:0; }
    .row-fluid .feature-sharing { float:left; width:100%; padding:15px 0 0; }
    .row-fluid .feature-sharing a { margin:0 10px 0 0; }

    .row-fluid .bloglisting-box { min-height:0; }

    /*Blog Detail Option 1*/
    .row-fluid .blog-commentsmain , .row-fluid .blog-authorDetail { padding-left:0; padding-right:0; }
    .row-fluid .blog-commentsmain { margin:30px 0 40px; padding:0; }
    .row-fluid .blog-commentsmain > .row-fluid-wrapper:first-child { padding-top:25px; }
    .row-fluid .blog-comments { padding:25px 0 60px; }

    .row-fluid .blog-commentsmain2 .row-fluid .blog-comments { padding-bottom:0; }
    .row-fluid .blog-detailcontent { padding:0; }
    .row-fluid .blogdetailtop-authorimg { position:relative; display:inline-block; vertical-align:middle; }
    .row-fluid .blogdetailtop-authorname { float:none; display:inline-block; vertical-align:middle; }
    .row-fluid .blog-detailtop  { padding:0 0 10px; }
    .row-fluid .blog-comments .new-comments form .field  { padding:0; width:100%; }
    .row-fluid .blog-commentsmain:before , .row-fluid .blog-commentsmain:after , .row-fluid .blog-detailcontent:before , .row-fluid .blog-detailcontent:after { display:none; }
    .blogshare-this { display:none !important; }

    /*bloglisting-joinnewsletter*/
    .joinnewsletter-titletext { background:none; padding-left:0; }

    /*Blog Page Option 2*/

    .row-fluid .blog-left , .row-fluid .blog-sidebar { width:100%; }

    /*Blog Detail Option 2*/
   .row-fluid .blog-relatedpost2:before { margin:0; left:0; width:100%; }
   .row-fluid .blog-sidebar { padding:30px 0 0; }

   /*resource section*/
    .row-fluid .resource-box2 { padding:15px 0; }

    /*joinNewsletter section*/
    .row-fluid .joinOurNewsletter-form { padding:15px 0 0; }

    /*partner section*/
    .row-fluid .partner-logo { width:48%; padding:15px; }
    .row-fluid .partner-main .partner-logo:nth-child(2n) { clear:right; }
    .row-fluid .partner-main .partner-logo:nth-child(2n+1) { clear:left; }

    /*joinNewsletter section*/
    .row-fluid .joinOurNewsletter-form .form-columns-2 {  padding:0; }
    .row-fluid .joinOurNewsletter-form .hs_submit { position:relative; top:auto; right:auto; }

    /*downloadCTA*/
    .row-fluid .downloadCTA-right { display:none; }

    /*Career Box*/
    .row-fluid .career-box { padding-left:15px; padding-right:15px; }

    /*TeamMember Detail2*/
    .row-fluid .teamdetail2-phone , .row-fluid .teamdetail2-email { text-align:center; }

    /*pricing table*/
    .row-fluid .pricingTable-twoColumn .pricingTable-Box { max-width: 100%; float: left; width: 100%; }

    /*pricing table2*/
    .row-fluid .pricingTable2-LabelBoxMain { width:100%; margin:20px 0; }
    .row-fluid .pricingTable2-BoxMain { width:100%; margin:20px 0; }
    .row-fluid .pricingTable2-BoxBottomSpacer , .row-fluid .pricingTable2-BoxTopSpacer { display:none; }

    /*landing Pages*/
    .row-fluid .landing-contentSubHeading4 { padding:0 0 20px; }
    .row-fluid .landing-contentLeft3 , .row-fluid .landing-contentLeft2 { padding:0 0 30px; }
    .row-fluid .landing-contentMid4 , .row-fluid .landing-contentMid { padding:30px 0 20px; }
    .row-fluid .ClientTestimonial-ladingpage { padding-left:0; padding-right:0; }

    .row-fluid .aboutPerson-box { text-align:center; padding:20px 0; }
    .row-fluid .aboutPerson-Image { width:100%; }
    .row-fluid .aboutPerson-Content { text-align:center; }

    .row-fluid .landing-title h1 { font-size: 24px; line-height: 26px; color:#00aeef; background:none; }
    .row-fluid .landing-title h1:before , .row-fluid .landing-title h1:after { display:none; }


    /*Case Studies Pages*/
    .row-fluid .casestudies-left { margin:0 0 30px; }
    .row-fluid .CaseStudy-slider { padding:0; }
    .row-fluid .CaseStudy-Detail2Image { margin:0 0 20px; }


    /*footer*/
    .row-fluid .footer .hs-menu-wrapper ul { margin:0 !important; }
    .row-fluid .footer .footer-box { padding:10px 0; }
    .row-fluid .copyrightsandlinks-section { text-align:center; }
    .row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li { width:auto; display:inline-block; }

    /* Blog Customization CSS */
    .row-fluid .blog-top .wrapper { height:0; }
    .row-fluid .blog-topsubscribe { display:none; top:125%; width:100%; right:0 !important; transform:translateX(0); -ms-transform:translateX(0); -webkit-transform:translateX(0); }
    .row-fluid .blog-topsubscribe .widget-type-form{ padding:20px 20px 60px; }
    .row-fluid .top-right { height:0; }
    .row-fluid .topbar-section { text-align:center; }
    .row-fluid .top-social ul { width:100%; padding-top:5px; }
    .row-fluid .top-social ul li { float:none; display:inline-block; margin:0 3px; }
    .row-fluid .blog-header { padding:75px 0; }
    .hs-blog-listing .row-fluid .blog-header{ padding:0; }
    .row-fluid .custom-topic { text-align:center; }
    .row-fluid .select-topics span { float:none; display:inline-block; text-align:left; }
    .row-fluid .factset-left { padding-right:0; }
    .row-fluid .factset-contactbtn a { margin-top:0; }
    .row-fluid .footer2 .wrapper { text-align:center; }
    .row-fluid .footer-bottomlinks, .row-fluid .footer-bottomlinks > div { float:left; width:100%; text-align:center; }
    .row-fluid .footer-bottomlinks a { margin-top:10px; float:none; display:inline-block; }
    .row-fluid .topics-list ul { left:0; margin:0 auto; }

    .hs-blog-listing.topic .row-fluid .blog-section .blogsidebar-new { width:100%; padding:0; }
    .hs-blog-listing.topic .row-fluid .blog-section .blogleft-new { width:100%; padding-top:0; }
    .hs-blog-post .row-fluid .blog-left { padding:40px 0 0; border-left:none; }
    .row-fluid .blog-header2 { padding:70px 0; }
    .row-fluid .blog-header2 .wrapper { padding:0 20px; }

    .hs-blog-post .row-fluid .blog-header2{ padding:70px 0 0;}
    .hs-blog-post .blog-header2 .header-blog2{ padding-bottom:70px;}
    .showMobile{ display:block; width:100%;}

    .hs-blog-post .row-fluid .blog-section{ position:relative;}
    .row-fluid .blog-section .blogsidebar-inner .sidebar-box{ width:94%; padding:0; position:absolute; left:0; right:0; top:-14px; margin:0 auto;}
    .blogsidebar-inner .sidebar-box,
    .blogsidebar-inner .sidebar-box h3{ display:none; }
    .blogsidebar-inner .row-fluid .sidebar-box ul{ width: auto; background: #242424; }
    .blogsidebar-inner .row-fluid .sidebar-box ul li + li{ border-top:1px solid rgba(225,225,225, 0.1); padding:2px 0;}
    .blogsidebar-inner .row-fluid .sidebar-box ul li a{ padding:10px 15px; text-align:center; font-family: 'akkurat_lightregular',Arial,Helvetica,sans-serif;
    font-size:14px; color:#FFFFFF;}

    .blog-comments .post-footer{ padding-top:0;}


    /*------------------------
    Author Page
    ------------------------*/
    .author .row-fluid .author-info .bloglisting-authorimg{ display:block; margin-bottom:15px; }
    .author .bloglisting-authornamecontact{ display:block; }

}

@media (min-width:30px) and (max-width: 600px){

    /*Blog listing*/
    .hs-blog-listing.topic .row-fluid .bloglisting-box, .row-fluid .bloglisting-box { width:100%; margin:10px 0; }

    /*------------------------
    Author Page
    ------------------------*/
    .author .row-fluid .blog-listing .bloglisting-box{ width:100%!important;}

}

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


    /*resource section*/
    .row-fluid .resource-box { margin:0 !important; }

    /*resource Page Option 1*/
    .resource-listing .resource-featuredimage { width:100%; margin:0 0 20px; }
    .resource-listing .resource-textMain { width:100%; padding:0; }

    /*resource Page Option 2*/
    .row-fluid .resource-listing2 .resource-featuredimage2 { width:100%; margin:0 0 20px; }
    .row-fluid .resource-listing2 .resource-textMain2 { width:100%; padding:0; }


    /*Latest Blog Section*/
    .row-fluid .latestblog-content .hs-rss-author , .row-fluid .latestblog-content .hs-rss-date { width:auto; float:left; clear:both;  }

    /*Blog listing
    .row-fluid .blog-featuredimage { height: auto; }*/




    /*footer*/
    .row-fluid .footer-blogsubscribe input[type=text], .row-fluid .footer-blogsubscribe input[type=email] { width:100%; padding-right:25px; }
    .row-fluid .footer-blogsubscribe input[type=submit] { position:relative; width:100%; right: auto; top: auto; margin:10px 0 0; }

}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

    .row-fluid form.hs-form .form-columns-2 .hs-form-field .hs-input,
    .row-fluid form.hs-form .form-columns-3 .hs-form-field .hs-input,
    .blog-topsubscribe .hs-form fieldset.form-columns-3 .hs-form-field.hs_firstname,
    .blog-topsubscribe .hs-form fieldset.form-columns-3 .hs-form-field.hs_lastname{ width: 100% !important; }
    .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 !important; }

}

@media (max-width:800px) {
    .search-results .search-bar td.gsc-search-button{ max-width:590px; margin-top:20px; }
    .search-results .search-bar .gsc-search-box-tools .gsc-search-box td.gsc-input{ width:100% !important; }
}

@media (max-width: 992px) {
    .row-fluid .footer-social a {
        margin: 0 6.4%;
    }
    .row-fluid .footer-bottomlinks a {
        font-size: 11px;
        padding: 0 7px;
    }
}

@media (max-width: 767px) {
    .row-fluid .header-latestblog h2{
        font-size:30px;
        line-height:34px;
    }

    .row-fluid .footer-social .bloglisting-social {
        text-align: center;
    }
    .row-fluid .footer-social a {
        margin: 0 2.4%;
    }
    .row-fluid .factset-insightblog .factset-contactbtn {
        text-align:center;
    }
    .row-fluid .footer .footer-right {
        float: none;
        margin: 0 auto !important;
        max-width: 250px;
    }
    .row-fluid .footer-links ul {
        margin: 0;
    }
    .row-fluid .footer {
        padding: 26px 0 31px;
    }
    .row-fluid .footer2 .wrapper {
        padding: 15px 0 35px;
    }
    .row-fluid .footer-bottomlinks a {
        margin-top: 3px;
    }
   .row-fluid .footer-bottomlinks {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .row-fluid .footer2 .footer-copyrights img {
        display: block;
        margin: 5px auto 20px;
    }
    .row-fluid .footer-bottomlinks {
    margin-top: 10px;
    }

}

button:hover {
    background-color: #33bef2;
    color: #fff;
}

.sidebar-list { margin-bottom: 40px; }
.sidebar-list h3 { font-family: 'akkuratbold',Arial,sans-serif; padding: 0 0 10px; color: #00aeef; font-size: 16px; text-transform: uppercase; line-height: 20px; }
.sidebar-list ul { margin: 0; padding: 0; list-style: none; }
.sidebar-list ul li a { font-family: 'akkuratbold',Arial,sans-serif; font-size: 15px; color: #586165; padding: 0; display: block; width: 100%; }
.sidebar-list ul li:before { content: no-close-quote; }
.sidebar-list ul li { border-top: 2px solid #f4f5f6; padding: 4px 0; }
.sidebar-list ul li:last-child { border-bottom: 2px solid #f4f5f6; }

.blog-topsubscribe a.cancel-btn.hs-button:hover, .blog-topsubscribe input.hs-button:hover{
    background-color: #33bef2 !important;
    color: #fff !important;
    border-color: #33bef2 !important;
}

.pagination li a {
    border-radius: 50% !important;
}
.pagination li.next-link a, .pagination li.prev-link a {
    border-radius: 3px !important;
    background-color: #00aeef;
    border: none;
    padding: 2px 36px !important;
    color: white;
    font-family: 'akkuratbold',Arial,sans-serif;
    font-size: 15px;
    height:auto;
    width:auto;
}
.pagination li.next-link a:hover, .pagination li.prev-link a:hover{
    background-color:#33bef2;
}
.pagination li.prev-link i{
    display:none;
}
.pagination li.active a {
    background-color: #00aeef;
    color: white;
    font-weight: bold;
    border: #00aeef;
    font-size: 14px;
    min-width: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 !important;
}

.simple-pagination li a { font-style: initial; }
.simple-pagination li a.page-link.prev, .simple-pagination li a.page-link.next{
    border-radius: 3px !important;
    background-color: #00aeef;
    border: 0;
    padding: 2px 36px !important;
    color: white;
    font-family: 'akkuratbold',Arial,sans-serif;
    font-size: 15px;
    height: auto;
    width: auto;
}
.simple-pagination li {
    padding: 0 !important;
    margin: 0 10px;
}
.simple-pagination li a.page-link.prev:hover, .simple-pagination li a.page-link.next:hover { background-color: #33bef2; }
.simple-pagination li.active {
    border-radius: 50%;
    overflow: hidden !important;
    padding: 0;
    text-align: center;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}
.simple-pagination li.active span.current {
    background-color: #00aeef;
    color: white;
    font-weight: bold;
    border: #00aeef;
    font-size: 14px;
    min-width: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 12px;
    font-style: initial;
}


@media screen and (max-width: 767px){
    .simple-pagination { text-align: center; }
}


/* Mega Menu Code */
@media screen and (min-width:1024px) {
    .megamenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children, .row-fluid .mainmenu.megamenu .hs-menu-wrapper {
        position:static;
    }
    .megamenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        position:relative;
        visibility:visible;
        opacity:1;
        line-height:1;
    }

    /* Mega menu style types */
    /* col-3 */
    .col-3-basic .mega-menu-content-inner > .hs-menu-children-wrapper, .col-3-blue .mega-menu-content-inner > .hs-menu-children-wrapper {
        -webkit-columns:3;
        -moz-columns:3;
        columns:3;
        -webkit-column-rule-style:solid;
        -moz-column-rule-style:solid;
        column-rule-style:solid;
        -webkit-column-rule-width:1px;
        -moz-column-rule-width:1px;
        column-rule-width:1px;
        -webkit-column-rule-color:#07376c;
        -moz-column-rule-color:#07376c;
        column-rule-color:#07376c;
        column-gap:60px;
        max-width:860px;
    }
    .col-3-blue .mega-menu-content-inner:before {
        position:absolute;
        z-index:1;
        right:0;
        top:0;
        left:calc(100% / 3 * 2 * -1 - 150px);
        bottom:-100px;
        height:100%;
        width:100%;
        background:#0a1e57;
        -webkit-transform:translateY(-100px);
        -ms-transform:translateY(-100px);
        transform:translateY(-100px);
        content:"";
    }

    /* col-1 */
    .col-1-blue .mega-menu-content-inner:before {
        position:absolute;
        z-index:1;
        right:0;
        top:0;
        left:calc(100% / 3 * 2 * -1 - 150px);
        bottom:-100px;
        height:100%;
        width:100%;
        background:#0a1e57;
        content:"";
    }

    /* sub-mega */
    .sub-mega .mega-menu-content-inner:before {
        position:absolute;
        z-index:1;
        right:0;
        top:0;
        left:calc(100% / 3 * 2 * -1 - 162px);
        bottom:-100px;
        height:100%;
        width:100%;
        background:#0a1e57;
        content:"";
    }
    .sub-mega .hs-menu-depth-2 {
        width:217px;
    }
    .sub-mega .hs-menu-depth-2 > a {
        transition:color 0.2s;
    }
    .sub-mega .hs-menu-depth-2.hovered > a {
        background:#071d4b;
        position:relative;
    }
    .sub-mega .hs-menu-depth-2.hovered > a {
        color:#00aeef;
    }
    .sub-mega .hs-menu-depth-2.hs-item-has-children.hovered > a:after {
        position:absolute;
        z-index:2;
        right:10px;
        top:50%;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        content:url(//insight.factset.com/hubfs/mini-arrow.png);
    }
    .sub-mega .hs-menu-depth-2 > .hs-menu-children-wrapper {
        left:calc(217px + 35px)!important;
        top:0;
        width:100vw;
        max-width:880px;
        position:absolute!important;
        display:none;
    }
    .sub-mega .hs-menu-depth-2.hovered > .hs-menu-children-wrapper {
        display:block;
    }
    .sub-mega-columns {
        -webkit-columns:3;
        -moz-columns:3;
        columns:3;
        -webkit-column-rule-style:solid;
        -moz-column-rule-style:solid;
        column-rule-style:solid;
        -webkit-column-rule-width:1px;
        -moz-column-rule-width:1px;
        column-rule-width:1px;
        -webkit-column-rule-color:#07376c;
        -moz-column-rule-color:#07376c;
        column-rule-color:#07376c;
        column-gap:60px;
    }
	.sub-mega-columns > li {
		display: inline-block;
		width: 100%;
	}

    /* General mega menu item styles */
    .megamenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        color:#FFF;
        font-weight: normal;
        font-family: 'akkuratbold',Arial,sans-serif;
        text-transform: none;
        border-top: none;
        font-size: 15px;
        text-decoration: none;
        padding: 15px 7px 17px 25px;
        width:auto;
    }
    .megamenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
        color:#00aeef;
    }

    /* General mega menu structure */
    .mega-menu-content-wrap {
        display:none;
        background:#071d4b;
        position:absolute;
        top:94px;
        left:0px;
        width:100vw;
        overflow:hidden;
    }
    .mega-menu-content-inner {
        min-height:400px;
        max-width:1180px;
        padding:45px 15px 0px;
        margin:0 auto;
        position:relative;
        z-index:1;
    }
     .col-3-basic .mega-menu-content-inner,  .col-3-blue .mega-menu-content-inner {
         padding-bottom:100px;
     }

    .hs-menu-depth-1.hs-item-has-children.menu-opened .mega-menu-content-wrap {
        display:block;
    }

    /* Mega menu footer */
    .mega-menu-footer {
        background:#000;
        padding:20px 0;
    }
    .mega-menu-footer .btn1 {
        display:inline-block;
        padding-top:0;
        padding-bottom:0;
        vertical-align:middle;
        margin-right:26px;
        line-height:30px;
    }
    .mega-menu-footer .top-social {
        margin:0 auto!important;
        float:none!important;
        max-width:1180px;
        padding:0 15px;
    }
    .mega-menu-footer .contact-item {
        line-height:1;
    }
    .mega-menu-footer .contact-item + ul.headerSocialIcons {
        float:right!important;
        margin-top:20px;
    }
    .mega-menu-footer .headerSocialIcons li, .mega-menu-footer .headerSocialIcons span {
        line-height:1;
        top:0;
    }
    .mega-menu-footer .headerSocialIcons a {
        display:block!important;
    }
}


.mega #nav-toggle {
    display: none;
    width: 53px;
    height: 48px;
    padding: 3px 3px 0 0;
    margin: 20px 10px 0 0;
    position: absolute;
    top: 0;
    right: 4.3%;
    cursor: pointer;
    overflow: hidden;
}
.mega #nav-toggle .bar {
    margin: 7px 0 0 12px;
    width: 65%;
    background-color: #999999;
    height: 3px;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.mega #nav-toggle.active .bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(10px, 9px);
    transform: rotate(45deg) translate(10px, 9px);
}
.mega #nav-toggle.active .bar:nth-of-type(2) {
    -webkit-transform: rotate(-45deg) translate(-3px, 2px);
    transform: rotate(-45deg) translate(-3px, 2px);
}
.mega #nav-toggle.active .bar:nth-of-type(3) {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
}

/* Mobile Menu */
@media screen and (max-width: 1180px){
    .mega .row-fluid .search-btn { position: absolute; left: 175px; }
    .mega #nav-toggle { display: block; }
    .mega .mainmenu { display: none; }
    .top.mega {
        float: left;
        width: 100%;
        padding: 20px 0;
        background: #fff !important;
        z-index: 99;
        position: relative !important;
        box-shadow: 0 0 5px 0 rgba(000,000,000,0.5);
    }
    .mega .row-fluid .wrapper { /*width: 100%;*/ width: 900px; max-width: 1160px; margin: 0 auto !important; }
    .mega .row-fluid .top-right { text-align: left; float: none; margin: 0; width: 100%; }
    .mega .row-fluid .logo.fs-site-logo { padding-left: 40px; }
    .mega .row-fluid .mainmenu.megamenu {
        background-color: #071d4b;
        width: 100%;
        height: 300vh;
        position: absolute;
        left: 0;
        top: 93px;
        clear: both;
        padding-bottom: 1000px;
        margin-bottom: -1000px;
        overflow: hidden;
        float: none !important;
    }
    .megamenu a {
        color: #ffffff !important;
        font-weight: normal;
        padding: 8px 4% !important;
        position: relative;
        width: 100% !important;
        text-transform: none !important;
        font-size: 15px !important;
        transition: color .5s;
        line-height: 1.6em;
        float: none !important;
    }
    .megamenu .hs-item-has-children > a::after { content: '>'; display: inline-block !important; position: absolute; right: 33px; color: #ffffff; }
    .megamenu .hs-menu-flow-horizontal ul li.hs-menu-item { border-top: none; width: 100% !important; border-bottom: 1px solid #174d61;
        background-color: #092257; float: none !important; }
    .megamenu .hs-menu-item:hover { background-color: #102a61; }
    .megamenu .hs-menu-item.hs-item-has-children { cursor: pointer; position: initial !important; }
    .megamenu .hs-menu-item.hs-item-has-children > a { pointer-events: none; cursor: default; }
    .megamenu .hs-menu-children-wrapper {
        top: 0 !important;
        position: absolute !important;
        display: block !important;
        transition: all 0.5s ease-in-out !important;
        background-color: #071d4b;
        padding-bottom: 500px;
        margin-bottom: -500px;
        width: 100%;
        left: 100% !important;
            height: auto !important;
    }
    .megamenu .row-fluid .mainmenu .hs-menu-wrapper { position: initial; top: 0; }
    .megamenu .activeMenu > .hs-menu-children-wrapper { left: 0 !important; z-index: 1; }
    .megamenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { display: block; margin-bottom: 20px; }
    .megamenu .prevMenu span { color: #85bd40; padding-right: 5px; display: inline; }
    .megamenu li.prevMenu a { width: 100% !important; border-bottom: 1px solid #174d61; background-color: #092257; }
    .megamenu li.prevMenu a:hover { background-color: #102a61; }
    /*.megamenu .row-fluid .search-btn { position: absolute; left: 180px; } */
    .mega .mainmenu .hs-menu-wrapper { position: initial; }
    .megamenu.mainmenu ul.hs-menu-children-wrapper { position: absolute !important; }
    .megamenu.mainmenu .hs-menu-flow-horizontal { padding: 0; float: none; }
    .topbar-section ul.headerSocialIcons { display: none; }

    #footer-link-div { position: relative; margin: 0; }

    .mega-menu-footer > * { position: initial; }
    .mega .mainmenu.megamenu .top-social { width: 100% !important; }
    .mega-menu-footer { position: absolute; width: 100%; bottom: 0; background-color: #000000; padding: 40px 15px; }
    .mega-menu-footer .contact-item { display: none; }
    .mega-menu-footer button.btn1.link {
        display: inline-block;
        vertical-align: middle;
        width: 178px;
        height: 37px;
        border-radius: 2px;
        line-height: 1;
        text-align: center;
        border-style: solid;
        border-width: 1px !important;
        opacity: 1;
        font-family: 'Akkurat', Arial, sans-serif;
        font-size: 15px;
        text-decoration: none;
        cursor: pointer;
        color: #fff !important;
        background-color: rgba(0, 174, 239, 1) !important;
        border-color: rgba(0, 174, 239, 1) !important;
        transition: background-color .5s, border-color .5s;
        -webkit-appearance: none;
    }
    .mega-menu-footer ul.headerSocialIcons { width: 252px !important; float: right !important; vertical-align: middle;
        position: relative; top: 10px !important; }
    .mega-menu-footer ul.headerSocialIcons .contact-item { display: block; font-family: 'Akkurat', Arial, sans-serif; color: #737c85; line-height: 1; font-size: 18px; }
    .mega-menu-footer .headerSocialIcons li, .mega-menu-footer .headerSocialIcons span { position: initial; }
    .mega-menu-footer .row-fluid .top-social ul li { text-align: right; }
}

@media (min-width:768px) and (max-width: 992px){
	.mega .row-fluid .wrapper{ width: 720px; }
}

@media screen and (max-width: 980px){
    .mega .row-fluid .mainmenu.megamenu { top: 85px; }
    .mega .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { visibility: visible; opacity: 1; }
}
@media screen and (max-width: 767px){
    .mega .row-fluid .logo.fs-site-logo { padding-left: 0; }
    .megamenu .hs-menu-item.hs-item-has-children > a {  }
    .row-fluid .mainmenu.megamenu .hs-menu-wrapper > ul > li > a::before, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a::after { display: inline-block !important; }
    .row-fluid .mainmenu.megamenu .hs-menu-wrapper > ul > li > a { padding: 8px 4% !important; }
    .row-fluid .mainmenu.megamenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 8px 4% !important; }
}


@media screen and (max-width: 550px) {
    .mega-menu-footer button.btn1.link { display: block; margin: 0 auto 25px; }
    .mega-menu-footer ul.headerSocialIcons { width: auto; float: none !important; margin: 0 auto !important; text-align: center; }
}

}