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

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

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

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

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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




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


    /*  */

    /*  */
    /*  */


    /*  */


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






body {
    display: block;
    margin: 0;
    font-family: 'poppins', sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
    color: #808285;
    border-top: none!important;
}

p {
}

p.hold-button {
    margin-top: 40px;
}

h2 {
    font-size: 36px;
    font-family:'proxima-nova', sans-serif;
    font-weight: 400;
    color: #6fa0b6;
}

h3 {
    font-size: 24px;
    font-family:'proxima-nova', sans-serif;
    font-weight: 800;
    color: #f4865b;
    line-height: 1.2;
}

h4 {
    font-size: 21px;
    font-family:'proxima-nova', sans-serif;
    font-weight: 800;
}

a {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

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

.clear {
    clear: both;
    height: 0px;
}

/*****************************************/
/*            Buttons                    */
/*****************************************/

.hs-button.primary {
    -moz-user-select: none!important;
    -webkit-user-select: none!important;
    -ms-user-select: none!important;
    -o-user-select: none!important;
    user-select: none!important;
    background: #f4865b!important;
    /*background-image: none;*/
    border: 2px solid #f4865b!important;
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -ms-border-radius: 4px!important;
    -o-border-radius: 4px!important;
    border-radius: 4px!important;
    box-shadow: none!important;
    color: #ffffff!important;
    cursor: pointer!important;
    display: -moz-inline-stack!important;
    display: inline-block!important;
    font-family: "museo-sans", Arial, Helvetica, sans-serif;
    font-size: 21px!important;
    font-weight: 700!important;
    height: auto!important;
    line-height: 21px!important;
    padding: 15px 20px 15px 20px!important;
    text-align: center!important;
    text-decoration: none!important;
    text-shadow: none;
    width: 100%!important;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.hs-button.primary:hover {
    background: transparent!important;
    color: #f4865b!important;
}

.button {
    -moz-user-select: none!important;
    -webkit-user-select: none!important;
    -ms-user-select: none!important;
    -o-user-select: none!important;
    user-select: none!important;
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -ms-border-radius: 4px!important;
    -o-border-radius: 4px!important;
    border-radius: 4px!important;
    cursor: pointer!important;
    display: -moz-inline-stack!important;
    display: inline-block!important;
    font: 800 21px/21px 'proxima-nova', sans-serif;
    
    height: auto!important;
    padding: 15px 20px 15px 20px !important;
    text-align: center!important;
    text-decoration: none!important;
    /*text-shadow: 1px 1px #00004d;*/
    width: auto!important;
}

.white-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #ffffff!important;
}

.white-outline:hover {
    color: #FFFFFF!important;
    background: #f4865b;
    border: 2px solid #f4865b;
}

.blue-outline {
    background: transparent;
    border: 2px solid #405c69;
    color: #405c69!important;
}

.blue-outline:hover {
    color: #FFFFFF!important;
    background: #f4865b;
    border: 2px solid #f4865b;
}

/*****************************************/
/*            Forms                    */
/*****************************************/

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;
    min-height: 40px;
    margin: 0 0 20px 0;
}


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

/*             COS Structure             */

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

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

.body-container {
    max-width: 100%;
    margin: 0 auto;
}

.bg-white {
}

.top-slide .bg-white.one {
    margin-top: 180px;
}

.bg-gray {
    background: #e7e8e9;
}

.bg-dk-blue {
    background: #405c69;
    color: #fff;
}

.bg-dk-blue h2 {
    color: #BCD8E6;
}

.bg-dk-blue p {
    color: #fff;
}

.bg-lt-blue {
    background: #BCD8E6;
    color: #405c69;
}

.bg-lt-blue h2 {
    font-weight: 800;
    font-size: 48px;
    color: #405c69;
}

.bg-lt-blue p {
    color: #405c69;
}



    
.container {
    max-width: 1200px;
    padding: 90px 40px 90px 40px;
    box-sizing: border-box;
    margin: 0 auto !important;
    float: none !important;
}

.container.no-top-pad {
    max-width: 1200px;
    padding: 0px 40px 90px 40px;
    box-sizing: border-box;
    margin: 0 auto !important;
    float: none !important;
}


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

.intro-head {
    text-align: center;
    max-width: 690px;
    margin: 0 auto 50px!important;
    float: none !important;
}

.intro-head h2 {
    margin: 0 0 0 0;
}

.intro-head p {
    font-size: 24px;
}

.standard-two-col {
    text-align: left;
    border-top: 1px solid #BCD8E6;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
}

.standard-two-col .col-one,
.standard-two-col .col-two {
    padding: 0 40px 0 40px;
}

.split-back {
    display: flex!important;
}

.split-back .bg-left {
    float: left!important;
    background: #BCD8E6;
    width: 50%!important;
    flex: 1!important;
    color: #415c69;
}

.split-back .bg-left h2 {
    font-weight: 800;
    font-size: 48px;
    color: #415c69;
}

.split-back .bg-left p {
    color: #415c69;
}

.split-back .bg-right {
    float: right!important;
    background: #6FA0B6;
    width: 50%!important;
    flex: 1!important;
    color: #fff;
}

.split-back .bg-right h2 {
    font-weight: 800;
    font-size: 48px;
    color: #fff;
}

.split-back .bg-right p {
    color: #fff;
}

.split-back .bg-left .container {
    max-width: 600px;
    padding: 80px 60px 80px 60px;
    box-sizing: border-box;
    margin: 0 0 0 0!important;
    float: right!important;
    }

.split-back .bg-right .container {
    max-width: 600px;
    padding: 80px 60px 80px 60px;
    box-sizing: border-box;
     margin: 0 0 0 0!important;
    float: left!important;
    
}

/******************************
          Header
******************************/

.header-container-wrapper{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 0 0 0;
    margin-bottom: 0px;
    border-bottom: none; 
    background: transparent!important;
    
}
@media (min-width: 960px) {
.header-container-wrapper.fixed-header {
	position: fixed;
	top: 0px;
	background: #223542!important;
	padding: 10px 0 5px;
	}


.header-container-wrapper .widget-type-logo img {
     -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
    
.header-container-wrapper.fixed-header .widget-type-logo img {
    width: 200px!important;
}
}

.header-container{
    max-width: 1200px;
    padding: 0 40px 0 40px;
    margin: 0 auto!important;  
    box-sizing: border-box;

   /* background: #f4f4f4; */
}


/******************************
   Main Navigation
******************************/

.tinynav { display: none }

.top-nav ul{
    float: right;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: inline-block;
    margin: 15px 0 0 0!important;
    float: right;
}
.header-container-wrapper.fixed-header .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
     margin: 0 0 0 0!important;
}


.header-container .hs-menu-wrapper.hs-menu-flow-horizontal .active-branch > a, .hs-menu-wrapper.hs-menu-flow-horizontal .active-item > a {
    color: #FFFFFF;
    box-shadow: 0 0px #FFF;
}

.top-nav .hs-menu-item {
    background-color: #ffffff;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font: 700 16px/24px "museo-sans", Arial, Helvetica, sans-serif;
    color: #fff!important;
    display: inline-block;
    max-width: 615px;
    overflow: hidden;
    padding: 10px 14px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    /*border-bottom: 2px solid #3574E3;*/
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #bcd8e6!important;
    background: transparent!important;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a {
    border: 2px solid #fff;
	-moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -ms-border-radius: 4px!important;
    -o-border-radius: 4px!important;
    border-radius: 4px!important;
    line-height: 20px;
    margin-left: 7px;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a:hover {
    border: 2px solid #f4865b;
    color: #fff!important;
    background: #f4865b!important;
}

.top-nav ul li a:hover{
    color: #bcd8e6!important;

}

.header-container .hs-menu-wrapper a:hover {
    color: #bcd8e6;
    /*background-color: #444444;*/
    box-shadow: 0px 0px 0px #FFF;    
}



.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: #E7E8E9!important;
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -ms-border-radius: 4px!important;
    -o-border-radius: 4px!important;
    border-radius: 4px!important;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #888!important;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    color: #444!important;
}

/******************************
          Hero
******************************/
    
.hero .container {
    max-width: 1200px;
    padding: 0 40px 0 40px;
    box-sizing: border-box;
    margin: 0 auto !important;
    float: none !important;
}

.hero-wrap {
    text-align: center;
    color: #fff;
    padding: 230px 0 110px 0;
}

.hero-wrap.short {
    padding: 180px 0 90px 0;
    position: relative;
}

.template-schedule-call .hero-wrap {
    padding: 180px 0 110px 0;
}

.top-slide .hero-wrap{
    text-align: center;
    color: #fff;
    padding: 180px 0 20px 0;
}

.hero-wrap h3 {
    font: 400 36px/42px 'proxima-nova', sans-serif;
    color: #fff;
}

.hero-wrap h2 {
    font: 800 48px/48px 'proxima-nova', sans-serif;
    color: #BCD8E6;
}

.hero-button {
    margin-top: 40px;
}

/******************************
          Top Slider
******************************/

.slider-wrap {
    max-width: 700px;
    margin: 0 auto -300px!important;
    float: none !important;
    height: auto;
}

/******************************
          Footer
******************************/

.footer-container-wrapper {
    background: #29393f!important;
    padding: 0px;
    margin-top: 0px!important;
    border-bottom: 1px solid #DDD;
    color: white;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    background: transparent!important;
}

.footer-container .container {
    padding: 40px 40px 40px 40px;
}

.footer-container h3 {
        font-size: 18px;
}

.footer-container h4 {
        font-size: 18px;
        margin: 10px 0 0px 0;
}

.footer-container p {
    color: #f4f4f4;
    font-size: 16px;
}

.footer-container .footer-menu {
    padding: 0 0 0 60px;
}

.footer-container .phone a {
    color: #f4f4f4;
}

.footer-container .hs-menu-wrapper .hs-menu-flow-vertical {
}

.footer-container .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    background: transparent;
    width: auto;
    font: 400 16px/24px 'proxima-nova', sans-serif;
    padding: 2px 0px;
    border-bottom: 0px;
    display: inline-block;
    color: #f4f4f4;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a:hover {
    color: #bcd8e6;
}

.footer-container .foot-bottom {
    font: 400 12px/18px 'proxima-nova', sans-serif;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    border-top: 1px solid #ccc;
}

.footer-container .foot-bottom .right {
    text-align: right;
}


.footer-container .foot-bottom.land {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: 0px solid #ccc;
}


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

/*            Global Modules             */

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

/******************************
          Contact CTA
******************************/

.contact-cta {
    background: #789BD1 url(//cdn2.hubspot.net/hubfs/160309/images/jbb_theme/bg_contact_cta2.jpg) no-repeat center center !important;
    background-size: cover!important;
    border-bottom: none;
    position:relative;
}

.contact-cta .container {
    max-width: 1200px;
    padding: 190px 40px 110px 40px;
    box-sizing: border-box;
    margin: 0 auto !important;
    float: none !important;
    text-align: center;
}

.contact-cta h3 {
    font: 300 36px/42px 'proxima-nova', sans-serif;
    color: #fff;
    margin: 15px 0 0 0;
}

.contact-cta h2 {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 800;
    font-size: 48px;
    color: #fff;
    margin: 0 0 15px 0;
}

/******************************
     Social Media Follow
******************************/

.fw-cta-wrapper {
    background: #98BECC /*url(//cdn2.hubspot.net/hub/160309/file-2284280624-png/images/jbb_theme/vert_line.png?t=1446480383084) repeat !important*/!important;
    color: #444;
    padding: 0;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

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

.socialmediaicons-large a:link {
    display: inline-block;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    width: 120px;
    height: 120px;
}

a.rollover_facebook-large {
    display: block;
    /*width: 120px;
    height: 120px;*/
	text-decoration: none;
	background: url("//cdn2.hubspot.net/hubfs/160309/images/jbb_theme/sprite_facebook4.png");
        margin: 0 0px 0 0;
	}

a.rollover_facebook-large:hover {
	background-position: -120px 0;
	}
    
    a.rollover_twitter-large {
    display: block;
	/*width: 120px;
	height: 120px;*/
	text-decoration: none;
	background: url("//cdn2.hubspot.net/hubfs/160309/images/jbb_theme/sprite_twitter4.png");
        margin: 0 0px 0 0;
	}
    a.rollover_twitter-large:hover {
    background-position: -120px 0;
    
	}
	
a.rollover_linkedin-large {
	display: block;
	/*width: 120px;
	height: 120px;*/
	text-decoration: none;
	background: url("//cdn2.hubspot.net/hubfs/160309/images/jbb_theme/sprite_linkedin4.png");
        margin: 0 0px 0 0;
	}
    a.rollover_linkedin-large:hover {
    background-position: -120px 0;
	}
	
a.rollover_pinterest-large {
	display: block;
	/*width: 120px;
	height: 120px;*/
	text-decoration: none;
	background: url("//cdn2.hubspot.net/hubfs/160309/images/jbb_theme/sprite_pinterest4.png");
        margin: 0 0px 0 0;
	}
    a.rollover_pinterest-large:hover {
    background-position: -120px 0;
	}
	
a.rollover_googleplus-large {
	display: block;
	/*width: 120px;
	height: 120px;*/
	text-decoration: none;
	background: url("//cdn2.hubspot.net/hubfs/160309/images/jbb_theme/sprite_google4.png");
        margin: 0 0px 0 0;
	}
    a.rollover_googleplus-large:hover {
    background-position: -120px 0;
	}
    
.displace {
    position: absolute;
    left: -999px;
}





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

/*               Pages                   */

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

/******************************
          Home Page
******************************/

.home-services {
    max-width: 690px;
    margin: 0 auto !important;
    float: none !important;
}

.home-services a {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #6FA0B6;
    text-decoration: none;
}

.service-one,
.service-two,
.service-three {
    padding:90px 0 0 0;
}

.image-left {
    width: 32%;
    float: left;
}

.image-left-text {
    width: 68%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    float: left;
}

.image-right {
    width: 32%;
    float: right;
    text-align: right;
}

.image-right-text {
    width: 100%;
}

.image-right-text .text-wrap {
    width: 68%;
    padding: 0 50px 0 0;
    box-sizing: border-box;
}

.bg-hubspot {
    background: #789BD1 url(//cdn2.hubspot.net/hubfs/160309/images/jbb_theme/bg_home_hubspot.jpg) no-repeat center center !important;
    background-size: cover!important;
    border-bottom: none;
    position:relative;
}

.bg-hubspot .academy-badge {
        width: 50%;
        float: left;
        padding:15px;
        box-sizing: border-box;
}

.home-hs-image {
    text-align: center;
}

.home-hs-text h2 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
}

.home-hs-text h3 {
    color: #fff;
}

.home-hs-text p {
    color: #fff;
}

.home-branding {
    padding: 0 0 0 0;
}

.home-branding .image-right {
    width: 50%;
    float: right;
    text-align: center;
}

.home-branding .image-right-text {
    width: 100%;
    text-align: center;
}

.home-branding .image-right-text .text-wrap {
    width: 50%;
    padding: 70px 50px 0 0;
    box-sizing: border-box;
}


.bg-wordpress {
    background: #789BD1 url(//cdn2.hubspot.net/hubfs/160309/images/jbb_theme/bg_home_wordpress.jpg) no-repeat center center !important;
    background-size: cover!important;
    border-bottom: none;
    position:relative;
}

.home-wp-image {
    text-align: center;
}

.home-wp-text h2 {
    font: 900 48px/48px "museo-sans", Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #415c69;
}

.home-wp-text h3 {
    color: #415c69;
}

.home-wp-text p {
    color: #415c69;
}

.testimonial-slider {
    margin-top: 0px;
}

.testimonial-slider .hs_cos_flex-viewport {
  min-height: 250px;
}

.testimonial-slider .hs_cos_flex-slides img {
  height: 200px;
}

.testimonial-slider .hs_cos_flex-slider .superimpose .caption {
  height: 300px;
  /*font: 300 21px/34px "museo-sans",Arial,Helvetica,sans-serif;
  color: #808285;*/
  font-size: 21px;
  line-height: 1.5;
  color: #808285;
  position: relative;
  top: -174px;
  margin: 0 auto;
  background: none;
}

.testimonial-slider .hs_cos_flex-slider .superimpose .caption p {
  color: #808285;
}

.testimonial-slider .hs_cos_flex-slider .superimpose .caption .test-creds {
    margin-top: 20px;
}

.testimonial-slider .hs_cos_flex-slider .superimpose .caption .test-name {
    font: 800 21px/25px 'proxima-nova', sans-serif;
    color: #f4865b;
}

.testimonial-slider .hs_cos_flex-slider .superimpose .caption .test-co {
    font: 400 16px/18px 'proxima-nova', sans-serif;
}

.testimonial-slider li.hs_cos_flex-slide-thumb {
  width: 15% !important;
  float: none !important;
  display: inline-block !important;
  margin: 0px 5% !important;
}

.testimonial-slider ul.hs_cos_flex-slides.hs_cos_flex-slides-thumb {
  width: 100% !important;
  text-align: center;
  -webkit-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
}

.testimonial-slider li.hs_cos_flex-slide-thumb {
  border-radius: 50%;
  background: ;
}


.testimonial-slider li.hs_cos_flex-slide-thumb.hs_cos_flex_thumbnavs-active-slide {
  background: transparent;
}

.testimonial-slider .hs_cos_flex-slider {
  width: 100% !important;
}

.testimonial-slider li.hs_cos_flex-slide-thumb img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  opacity: .5;
}

.testimonial-slider li.hs_cos_flex-slide-thumb.hs_cos_flex_thumbnavs-active-slide img {
  opacity: 1;
}

.testimonial-slider li.hs_cos_flex-slide-main img {
  opacity: 0;
}

.testimonial-slider .hs_cos_flex_thumbnavs-direction-nav {
  display: none;
}


/******************************
          Hubspot COS
******************************/
.bg-hs-cert {
    background: #fff;
}

.bg-hs-cert .container {
    max-width: 1200px;
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
    margin: 0 auto !important;
    float: none !important;
}

.certifications {
    text-align: center;
}

/******************************
          Portfolio
******************************/

.portfolio-nav-wrapper {     
    background-color: #98BECC !important;
    border-top: 4px solid #fff;
}

.portfolio-nav-wrapper .container {
    max-width: 1080px;
    margin: 0 auto 0!important;
    padding: 10px 0 0 0;
    float: none!important;
}

.template-portfolio .portfolio-list ul li{
display: block;
float: left;
margin-left: 4%;
margin-bottom: 40px;
text-align: center;
width: 22%;
}

.template-portfolio .portfolio-list ul li:nth-child(4n+1) {
    margin-left: 0%;
    clear: left;
}

.template-portfolio .portfolio-list ul li:nth-child(4n+0) {
    
    clear: right;
}

/******************************
   Portfolio Navigation
******************************/
/*.tinynav { display: none }

.top-nav ul{
    float: right;
}*/

.port-menu {
    line-height: .5;
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
display: inline-block;
margin: 0 0 0 0!important;
float: none;
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal .active-branch > a, .hs-menu-wrapper.hs-menu-flow-horizontal .active-item > a {
      background-color: #E7E8E9!important;
    color: #6FA0B6!important;
    box-shadow: 0 0px #FFF;
}

.port-menu .top-nav .hs-menu-item {
    background-color: #ffffff;
}

.port-menu .hs-menu-item  {
    width: 25%;
    text-align: center;
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    width: 100%;
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    color: #fff!important;
    font-weight: bold;
    font-size: 14px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: none!important;
    -moz-border-radius: 4px 4px 0px 0px!important;
    -webkit-border-radius: 4px 4px 0px 0px!important;
    -ms-border-radius: 4px 4px 0px 0px!important;
    -o-border-radius: 4px 4px 0px 0px!important;
    border-radius: 4px 4px 0px 0px!important;
    
    
}
.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    /*border-bottom: 2px solid #3574E3;*/
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #FFFFFF!important;
    background: #BCD8E6!important;
}

.port-menu .top-nav ul li a:hover{
    color: #FFFFFF!important;

}

.port-menu .hs-menu-wrapper a:hover {
    color: #FFFFFF;
    /*background-color: #444444;*/
    box-shadow: 0px 0px 0px #FFF;    
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
background: #E7E8E9!important;
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
color: #444!important;
}

/*************************** Contact Page **********************************************/
@media (min-width: 768px) {
    
.hs-form-field>label {
    display: none;
}

.hs-error-msgs {
    font-size:12px;
    color: #f4865b;
}

.template-contact .hs-form {
margin-bottom: 2em;
}
.template-contact .main-contact  {
position: relative!important;
}

.template-contact .main-contact .form-title {
margin: 0;
}

.template-contact input[type="text"], 
.template-contact input[type="password"], 
.template-contact input[type="datetime"], 
.template-contact input[type="datetime-local"], 
.template-contact input[type="date"], 
.template-contact input[type="month"], 
.template-contact input[type="time"], 
.template-contact input[type="week"], 
.template-contact input[type="number"], 
.template-contact input[type="email"], 
.template-contact input[type="url"], 
.template-contact input[type="search"], 
.template-contact input[type="tel"], 
.template-contact input[type="color"], 
.template-contact select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    margin: 0 0 0px 0;
}

.template-contact .main-contact .hs-form-field {
width: 40%;
margin: 0 0 1em;
}

.template-contact form.hs-form input[type="text"], form.hs-form input[type="email"], form.hs-form input[type="tel"] form.hs-form select, form.hs-form textarea, form.hs-form .email-correction, form.hs-form .email-validation {
    min-height: 40px;
}

.template-contact .main-contact .hs_message {
width: 55%;
height: calc(68% - 1em);
position: absolute;
top: 0;
right: 0;
bottom: 6.5em;
}

.template-contact .main-contact .hs_message .input {
height: 100%;
}

.template-contact .main-contact .hs_message .hs-input {
height: 100%;
width: 100%;
resize: none;
}

.template-contact .main-contact .hs-button {
    /*text-align: left!important;
    padding: 10px 15px 10px 50px!important;*/
position: absolute!important;
width: 55%!important;

bottom: 2.01em!important;
right: 0!important;

}
}

/******************************
         Services Page
******************************/


.template-services .service-col {
    padding: 0 30px 0 30px;
}

/******************************
         about-page
******************************/

.template-about .standard-two-col {
    text-align: left;
    border-top: 0px solid #bcd8e6;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
}

.about-pic img {
    width: 200px!imoportant;
    -moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border-radius: 50%!important;
    border: 2px solid #405c69!important;
}

.bio-text h3 {
    Margin: 24px 0 0 0;

}

.bio-text .credentials {
    font: 700 16px/20px 'proxima-nova', sans-serif;
    color: #6fa0b6;
    margin: 15px 0 0 0;
}

/******************************
         schedule call
******************************/

.template-schedule-call .hero-wrap {
    text-align: center;
    color: #808285;
    padding: 230px 0 110px 0;
}

.template-schedule-call .form-wrap {
    background: #fff;
    margin: 0 0 0 0;
    padding: 60px;
    -moz-border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
    -ms-border-radius: 10px!important;
    -o-border-radius: 10px!important;
    border-radius: 10px!important;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
}

.template-schedule-call .schedule-text {
    padding: 0 60px;
}

.template-schedule-call .schedule-text p {
    font-size: 24px;
}

/*************************** HubSpot Practicum **********************************************/
@media (max-width: 480px) {
    
    .hide-on-mobile {
        display: none!important;
    }
    
    
}
/******************************
         xxxxxxxxxxx
******************************/

.template-branding .logo-block {
    text-align: center;
    margin: 60px 0 0 0;
}

.template-branding .logo-block img {
    margin: 20px 30px 20px 30px;
}



.template-portfolio-item .footer-container-wrapper,
.template-portfolio-item .header-container-wrapper{
    display: none;
}

.template-portfolio-item .body-container-wrapper {
margin-top: 0px!important;
}

.template-portfolio-item .white-wrapper {     
    background-color: #FFFFFF !important;
    border-bottom: none;
    position:relative;
    }
    
    
    
    
@media (max-width: 1080px){
    
.header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
    padding-right: 0px;
    padding-left: 0px;
}  
}


    
    
@media (min-width: 961px){

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

}



@media (max-width: 960px){
    


.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: #E7E8E9!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 0px!important;
}

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a {
    border: 0px solid #fff;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 0px!important;
    line-height: 24px;
    margin-left: 0px;
}

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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    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: #ffffff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: -60px;          /* Position Button at top right of screen  */
      right: 10px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 12px 10px;
      background: #f4865b; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-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; /* Removes link text underline on button */
      color: #ffffff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #405c69;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

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


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

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -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: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -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);
  }

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

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


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

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: block;
  }
  a.child-trigger 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-trigger.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-trigger.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;
  }

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


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      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); 
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #405c69; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

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

@media (max-width: 767px){
    
   
    
h2 {
    font: 300 30px/36px "museo-sans",Arial,Helvetica,sans-serif;
}

.container {
    max-width: 1200px;
    padding: 60px 15px 60px 15px;
    box-sizing: border-box;
    margin: 0 auto !important;
    float: none !important;
}

.split-back {
    display: block!important;
}

.split-back .bg-left {
    float: none!important;
    background: #BCD8E6;
    width: 100%!important;
    flex: 0!important;
    color: #405c69;
    display: inline-block
}

.split-back .bg-left .container {
    max-width: 600px;
    padding: 40px 20px 40px 20px;
    box-sizing: border-box;
    margin: 0 0 0 0!important;
    float: none!important;
    }

.split-back .bg-right {
    float: none!important;
    background: #6FA0B6;
    width: 100%!important;
    flex: 0!important;
    color: #fff;
    display: inline-block
}

.split-back .bg-right .container {
    max-width: 600px;
    padding: 40px 20px 40px 20px;
    box-sizing: border-box;
     margin: 0 0 0 0!important;
    float: none!important;
}

.split-back .bg-left h2,
.split-back .bg-right h2 {
    font: 900 30px/36px "museo-sans",Arial,Helvetica,sans-serif;
}

.no-mar {
    margin: 0 0 0 0;
}

.hero .container {
    padding: 0 0px 0 0px;
}
    
    .hero-wrap {
    text-align: center;
    color: #fff;
    padding: 130px 40px 20px 40px;
}

.template-home .hero-wrap {
    text-align: center;
    color: #fff;
    padding: 130px 40px 60px 
}

.hero-wrap.short {
    padding: 140px 0 20px 0;
}

.hero-wrap h3 {
    font: 300 24px/30px "museo-sans", Arial, Helvetica, sans-serif;
    color: #fff;
}

.hero-wrap h2 {
    font: 900 30px/30px "museo-sans", Arial, Helvetica, sans-serif;
    color: #BCD8E6;
}

.hero-button {
    margin-top: 20px;
}

.slider-wrap {
    max-width: 700px;
    margin: 0 auto -200px !important;
    float: none !important;
    height: auto;
    padding: 0 40px;
}

.service-one, .service-two, .service-three {
    padding: 30px 0 0 0;
    text-align: center;
}

.image-left {
    width: 100%;
    float: none;
    padding: 0 0 0 30px;
}

.image-left-text {
    width: 100%;
    padding: 0 0 0 0px;
    box-sizing: border-box;
    float: none;
}

.image-right {
    width: 100%;
    float: none;
    text-align: center;
}

.image-right-text {
    width: 100%;
}

.image-right-text .text-wrap {
    width: 100%;
    padding: 0 0px 0 0;
    box-sizing: border-box;
}

.home-branding .image-right {
    width: 100%;
    float: none;
    text-align: center;
}

.home-branding .image-right-text {
    width: 100%;
    text-align: center;
}

.home-branding .image-right-text .text-wrap {
    width: 100%;
    padding: 70px 0px 0 0;
    box-sizing: border-box;
}

.intro-head.no-mar {
    margin: 0 auto 0px!important;
}

.testimonial-slider .hs_cos_flex-viewport {
    min-height: 450px;
}

.contact-cta .container {
    max-width: 1200px;
    padding: 80px 40px 40px 40px;
    box-sizing: border-box;
    margin: 0 auto !important;
    float: none !important;
    text-align: center;
}


.contact-cta h2 {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 800;
    color: #fff;
    margin: 0 0 15px 0;
}

.contact-cta h3 {
    font: 300 24px/30px "museo-sans", Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 15px 0;
}

.socialmediaicons-large a:link {
    display: inline-block;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    width: 75px;
    height: 75px;
}

a.rollover_facebook-large,
a.rollover_twitter-large,
a.rollover_linkedin-large,
a.rollover_pinterest-large,
a.rollover_googleplus-large {
    background-size: cover;
    width: 75px;
    height: 75px;
}

a.rollover_facebook-large:hover,
a.rollover_twitter-large:hover,
a.rollover_linkedin-large:hover,
a.rollover_pinterest-large:hover,
a.rollover_googleplus-large:hover {
    background-position: -75px 0;
}
    
.footer-container .footer-menu {
    padding: 0 0 0 0px;
}

.footer-container .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1 {
    display: inline;
    
}

.footer-container .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    display: inline;
    padding: 0 5px 0 0;
    border-right: 1px solid #98becc;
}

.footer-container .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1:last-child a {
    display: inline;
    padding: 0 0 0 0;
    border-right: 0px solid #98becc;
}

.footer-container .foot-bottom {
    text-align: center;
}

.footer-container .foot-bottom .right {
    text-align: center;
}

.standard-two-col .col-one, .standard-two-col .col-two {
    padding: 0 20px 0 20px;
}
.standard-two-col .col-one {
    margin-bottom: 40px;
}


.template-portfolio .portfolio-list ul li{
display: block;
float: left;
margin-left: 4%;
margin-bottom: 40px;
text-align: center;
width: 48%;
}

.template-portfolio .portfolio-list ul li:nth-child(4n+1) {
    margin-left: 0%;
    clear: none;
}

.template-portfolio .portfolio-list ul li:nth-child(4n+0) {
    clear: none;
}

.template-portfolio .portfolio-list ul li:nth-child(2n+1) {
    margin-left: 0%;
    clear: left;
}

.template-portfolio .portfolio-list ul li:nth-child(2n+0) {
    clear: right;
}

/******************************
   Portfolio Navigation
******************************/
/*.tinynav { display: none }

.top-nav ul{
    float: right;
}*/

.port-menu {
    line-height: .5;
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
display: inline-block;
margin: 0 0 0 0!important;
float: none;
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal .active-branch > a, .hs-menu-wrapper.hs-menu-flow-horizontal .active-item > a {
      background-color: #E7E8E9!important;
    color: #6FA0B6!important;
    box-shadow: 0 0px #FFF;
}

.port-menu .top-nav .hs-menu-item {
    background-color: #ffffff;
}

.port-menu .hs-menu-item  {
    width: 100%;
    text-align: center;
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    width: 100%;
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    color: #fff!important;
    font-weight: bold;
    font-size: 14px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: none!important;
    -moz-border-radius: 4px 4px 0px 0px!important;
    -webkit-border-radius: 4px 4px 0px 0px!important;
    -ms-border-radius: 4px 4px 0px 0px!important;
    -o-border-radius: 4px 4px 0px 0px!important;
    border-radius: 4px 4px 0px 0px!important;
    
    
}
.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    /*border-bottom: 2px solid #3574E3;*/
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #FFFFFF!important;
    background: #BCD8E6!important;
}

.port-menu .top-nav ul li a:hover{
    color: #FFFFFF!important;

}

.port-menu .hs-menu-wrapper a:hover {
    color: #FFFFFF;
    /*background-color: #444444;*/
    box-shadow: 0px 0px 0px #FFF;    
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
background: #E7E8E9!important;
}

.port-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
color: #444!important;
}


.template-schedule-call .form-wrap {
    background: #fff;
    max-width: 90%;
    margin: 0 auto!important;
    padding: 15px;
    float:none!important;
}

.template-schedule-call .schedule-text {
    padding: 0 10px;
}

.template-schedule-call .schedule-text p {
    font: 300 24px/36px "museo-sans", Arial, Helvetica, sans-serif;
}

    
}

@media (max-width: 500px)
.header-container-wrapper {
   
    background: transparent!important;
}





/* ==========================================================================
 
                                WORK Blog-Style                            
 
   ========================================================================== */



.hs-blog-listing.jbb-blog-work  .blog-outer-section{
    padding-top:80px;
    padding-bottom:90px;
}

.jbb-blog-work .hs-featured-image {
    float: none;
    margin: 0px 0px 0px 0px;
    max-width: 100%;
    padding-right: 0px;
    height: 200px;
    width: 100%;
    display: block;
    background-size: cover!important;
    background-position: center center!important;
    position: relative;
}

.jbb-blog-work .hs-featured-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    /*background:rgba(0,0,0,.5);*/
}

.jbb-blog-work .post-header {
    position: relative;
}

.jbb-blog-work .post-list-topics {
    padding-bottom: 15px;
}

.jbb-blog-work .post-list-topics a:first-child{
    display:inline-block;
}

.jbb-blog-work .post-list-topics a{
    font-size:10px;
    font-weight:700;
    color:#414447;
    letter-spacing: .25px;
    display:none;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
}

.jbb-blog-work .post-item h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    display: inline-block;
}

.jbb-blog-work .post-item h2 a {
    color: #F4865B;
    text-transform:uppercase;
    line-height: 22px;
    display: -webkit-box;
    font-size: 16px;
    text-decoration: none;
}

.jbb-blog-work .post-listing {
    display: block;
    margin: 0 -40px 0 0;
    padding: 0 25px 0px 25px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.jbb-blog-work .post-item {
    float: left;
    width: 33.33%;
    padding-right: 40px;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    margin-bottom: 60px;
}

.jbb-blog-work .blog-outer-section .wrapper-listing{
    max-width: 1320px;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    margin: 0 auto;
}


.jbb-blog-work .post-item-inner{
   padding-bottom:0px;
   /*min-height:605px;*/
   transition:all .4s ease-out;
   border:1px solid transparent;
   position:relative;
}

.jbb-blog-work .post-item-inner:hover{
    background: #ffffff;
    box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.15);
    border:1px solid rgb(233, 237, 239);
  
}

.jbb-blog-work .post-item-inner:hover .read-more-link{
    opacity:1;
}

.jbb-blog-work .read-more-link{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity:0;
}


.jbb-blog-work .post-item .post-body {
    text-align: center; 
    padding: 15px 20px 15px;
}

.jbb-blog-work .post-item .post-body p{
    font-size:14px;
    line-height:28px;
    margin: 0px;
}

.jbb-blog-work .post-body {
    padding: 25px 15px 15px;
}

.jbb-blog-work .hs-featured-image-wrapper {
    position: relative;
}

.post-body p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 26px;
}



/*Blog Post page Fadding Effects*/

body.hs-blog-post.jbb-blog-work .body-container-wrapper {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    
    -o-animation: fadein 2s;
    /* Opera */
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    /* Firefox */
    
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    /* Safari and Chrome */
    
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    /* Opera */
    
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.jbb-blog-work.hs-blog-listing .post-section-hero{
    display:none;
}

.jbb-blog-work.hs-blog-post .blog-featured-main{
    display:none;
}


.jbb-blog-work.hs-blog-post{
    
}

.jbb-blog-work .post-section-hero{
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
}


.jbb-blog-work .post_featured_image {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    display: block;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
}

.jbb-blog-work .post_featured_image:after{
    content:"";
    width:100%;
    height:100%;
    left:0px;
    right:0px;
    background-color: rgba(65, 68, 71, 0.55);
    display:block;
    position:absolute;
}

.jbb-blog-work .post-author-avatar{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    margin: 0 auto 12px;
    display: block;
    max-width: 50px;
}

.jbb-blog-work .author-link-avator{
    max-width: 50px;
    display: block;
    margin: 0 auto;
}

.jbb-blog-work .post_banner_date,.post_author,.post_author .author-link{
    display:block;
    font-style:italic;
    font-size:12px;
    color:#ffffff;
    font-weight:400;
    padding-bottom: 3px;
}

.jbb-blog-work .post_author,.post_author .author-link{
    display:inline-block;
}

.jbb-blog-work .post_author .author-link{

}

.jbb-blog-work .post_topic_data a:first-child{
    display:inline-block;
}

.jbb-blog-work .post_topic_data a{
    display:none;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 15px 0px 10px;
    font-family: 'Montserrat',sans-serif;
}

.jbb-blog-work .post-section-hero h1{
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    margin: 0px;
}


.jbb-blog-work .section.post-body{
    padding:0px 0px;
}

.jbb-blog-work .blog-post-wrapper{
    margin:0 auto;
    max-width:830px;
    padding-left:15px;
    padding-right:15px;
    float:none;
}


.jbb-blog-work .section.post-body h2{
    font-size:22px;
    color:#414447;
    line-height:32px;
    font-weight:600;
}

.jbb-blog-work .section.post-body p{
    font-size:18px;
    color:#414447;
    line-height:32px;
    font-weight:400;
    margin: 25px 0px;
}



.jbb-blog-work .section.post-body a{
    color:#3fa2f7;
    text-decoration:underline;
}

.jbb-blog-work .section.post-body ul{
    padding-left:20px;
    margin:20px 0px;
}

.jbb-blog-work .section.post-body ul li{
    font-size:16px;
    color:#333333;
    line-height:25px;
    font-weight:400;
    margin-bottom: 15px;
}

.jbb-blog-work .section.post-body img{
    margin: 25px 0px;
}

.jbb-blog-work .author_box_bottom{
    width: 110px;
    height:110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    display: block;
}

.jbb-blog-work .about-author-sec{
    padding: 70px 0px;
}

.jbb-blog-work .about-author-sec .span10{
    margin-left:5px;
}

.jbb-blog-work .about-author-sec  h3{
    margin:0px;
}

.jbb-blog-work .about-author-sec  h3 a.author-link{
    display: block;
    color:#414447;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 15px 0px 10px;
    font-family: 'Montserrat',sans-serif;
}

.jbb-blog-work .about-author-sec p{
    margin: 0px;
    font-size: 16px;
    line-height: 30px;
}

.jbb-blog-work .about-author-sec .share_links{
    color: #3fa2f7;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    padding: 10px 0px;
}

.jbb-blog-work .cta_section{
    padding-top:15px;
    padding-bottom: 115px;
}

.jbb-blog-work.hs-blog-post .blog-section{
    position:relative;
    max-width:860px;
    margin:0 auto 60px;
    float:none;
}

.hs-blog-post.jbb-blog-work  .blog-outer-section {
    padding-top: 45px;
}

.jbb-blog-work .social_sharing_module {
    max-width: 50px;
    padding: 0 10px 0;
    position: absolute;
    top: 0;
    left: -100px;
}


@media(min-width:768px) and (max-width:1049px){
  .jbb-blog-work .social_sharing_module {
      left:5px;
  } 
  
  .jbb-blog-work .blog-post-wrapper{
      max-width: 650px;
  }
    
}



.jbb-blog-work .social_sharing_module a {
    display: block;
    max-width: 30px;
    margin: 0px auto 10px;
}

.jbb-blog-work .social_sharing_module a i{
    font-size: 16px;
    border: 1px solid #000;
    padding: 0;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 100%;
    vertical-align: bottom;
    line-height: 30px;
    transition: all .2s ease-out;
}


.jbb-blog-work .social_sharing_module a i.fa-facebook-official {
    color: #43619c;
    border-color:#43619c;
}

.jbb-blog-work .social_sharing_module a:hover i.fa-facebook-official {
    background-color: #43619c;
    color:#ffffff;
}

.jbb-blog-work .social_sharing_module a i.fa-linkedin {
    color: #187fb8;
    border-color:#187fb8;
}

.jbb-blog-work .social_sharing_module a:hover i.fa-linkedin {
    background-color: #187fb8;
    color:#ffffff;
}

.jbb-blog-work .social_sharing_module a i.fa-twitter {
    color: #24a9e6;
    border-color:#24a9e6;
}

.jbb-blog-work .social_sharing_module a:hover i.fa-twitter {
    background-color: #24a9e6;
    color:#ffffff;
}

.jbb-blog-work .social_sharing_module a i.fa-google-plus {
    color: #f24033;
    border-color:#f24033;
}

.jbb-blog-work .social_sharing_module a:hover i.fa-google-plus {
    background-color: #f24033;
    color:#ffffff;
}


.jbb-blog-work .hs_cos_flex-slider .caption {
    background-color: transparent;
    position: relative; 
    font-size: 1em;
    line-height: 1.1em;
    color: #808285;
    padding: 20px 0 0 0;
    width: 100%;
    bottom: 0;
    text-align: center;
}




/*Related Post Section*/

.jbb-blog-work .related-post-title{
    text-align:center;
    font-size:24px;
    font-weight:400;
    text-transform:uppercase;
    font-family: 'Montserrat',sans-serif;
    padding-bottom: 45px;
    margin:0px;
}

.jbb-blog-work .wrapper-short{
    max-width:1050px;
    padding-left:10px;
    padding-right:10px;
    margin:0 auto;
    float:none;
    display:block;
}

.jbb-blog-work .related-post-section .hs-featured-image{
    height:190px;
}

.jbb-blog-work .related-post-section .post-item .post-body {
    text-align: center;
    padding:20px 15px 20px;
}

.jbb-blog-work .related-post-section .post-item-inner{
    padding-bottom:0px;
    min-height:100%;
}


/*Author-Style*/


.jbb-blog-work #comment-form {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

.jbb-blog-work #comment-form input[type="email"],
.jbb-blog-work #comment-form input[type="text"] {
    text-align: left!important;
    min-height: 50px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 16px;
}

.jbb-blog-work #comment-form .hs-form fieldset {
    max-width: 100%;
}

.jbb-blog-work #comment-form textarea {
    padding-top: 15px;
    padding-left: 16px;
    border-radius: 6px;
    text-align: left!important;
    min-height: 120px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 16px;
}

.jbb-blog-work #comment-form .hs-form-booleancheckbox input {
    min-height: 10px;
}

.jbb-blog-work #comment-form .hs-button {
    border: none;
    cursor: pointer;
    float: none;
    text-align: center;
    padding: 16px 0;
    display: inline-block;
    background: #f69417;
    color: #fff;
    font-weight: 600;
    margin: 0px auto 0;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.jbb-blog-work #hubspot-topic_data {
    border-top: 1px solid #e1e3e4;
    border-bottom: 1px solid #e1e3e4;
    padding: 10px 0;
}

body.hs-blog-listing.author-body.jbb-blog-work .post-item .bottom-part,
body.hs-blog-listing.author-body.jbb-blog-work .hs-author-profile {
    text-align: center;
}

body.hs-blog-listing.author-body.jbb-blog-work .hs-author-avatar img {
    max-width: 100px;
    border-radius: 50%;
}

body.hs-blog-listing.author-body.jbb-blog-work h2.hs-author-name {
    font-size: 25px;
    color: #ffffff;
}

body.hs-blog-listing.author-body.jbb-blog-work .hs-author-social-links {
    padding-bottom: 15px;
}

body.hs-blog-listing.author-body.jbb-blog-work .hs-author-bio {
    max-width: 770px;
    margin: 0 auto;
    float: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
}

body.hs-blog-listing.author-body.jbb-blog-work .hs-author-social-links a.hs-author-social-link {
    background-image: none;
    width: 30px;
    height: 30px;
    border-width: 0;
    border: 0;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: 0px;
    font-size: 20px;
    color: #ffffff;
}

body.hs-blog-listing.author-body.jbb-blog-work .hs-author-social-links a.hs-author-social-link:hover {
    color: #f69417;
}


/* ==========================================================================
   Responsive-Style
   ========================================================================== */

@media(max-width:1024px) and (min-width:768px) {
.jbb-blog-work .post-item, .post-listing-simple {
    width: 50%
}
.jbb-blog-work .next-post a,
.jbb-blog-work .prev-post a,
.jbb-blog-work .next-posts-link,
.jbb-blog-work .previous-posts-link {
    font-size: 0px;
    z-index: 3;
}
}


@media(max-width:767px){
    
    
.jbb-blog-work .row-fluid .blog-subscription-outer{
    display:none;
} 

.jbb-blog-work .post-title h2 a {
    font-size: 35px;
}

.jbb-blog-work .hs-blog-listing .blog-outer-section {
    padding-top: 60px;
    padding-bottom: 50px;
}

.jbb-blog-work .ias-trigger.ias-trigger-next{
    padding-top:20px;
}


.jbb-blog-work .post-section-hero h1{
    font-size:35px;
}


.jbb-blog-work .social_sharing_module {
    max-width: 100%;
    padding: 0 10px 0px;
    position: absolute;
    top: 0;
    left: 0px;
}

.jbb-blog-work .social_sharing_module a{
    margin: 0px 10px 0px 0px;
    display: inline-block;
}

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

.jbb-blog-work .recents-post ul li {
    padding-bottom: 10px;
}
.jbb-blog-work .post-item,
.jbb-blog-work .post-listing-simple {
    width: 100%;
    padding-right: 0px;
    margin: 0px 0px 25px;
}
.jbb-blog-work .post-item .hs-author-avatar {
    max-width: 35px;
}
.jbb-blog-work .authorname {
    font-size: 11px;
    top: 8px;
}
.span3.pop-post-image {
.jbb-blog-work     float: left;
    width: 50px;
    margin-right: 15px;
}
.jbb-blog-work .span9.pop-post-title {
    float: left;
    width: 70%;
}
.jbb-blog-work .span9.pop-post-title a {
    font-size: 14px;
}
.jbb-blog-work .post-listing {
    margin: 0px;
    padding:0px;
}

.jbb-blog-work .post-item .post-body {
    text-align: center;
    padding: 30px 10px 0px;
}

.jbb-blog-work .cta_section {
    padding-top: 15px;
    padding-bottom: 50px;
}

.jbb-blog-work .cta_section a.cta_button img{
    height:100%;
}

.jbb-blog-work .related-post-section{
    padding-bottom:50px;
}

.jbb-blog-work .section.post-body {
    padding: 25px 0px 0px;
}

.jbb-blog-work .about-author-sec {
    padding: 40px 0;
}

.jbb-blog-work .row-fluid blockquote {
    padding-left: 15px;
    margin: 30px 0;
}
.jbb-blog-work .hamburger-menu .row-fluid .click-me {
    top: -45px;
    right: 0px;
    position: absolute;
}
.jbb-blog-work .widget-type-blog_subscribe,
.jbb-blog-work .recents-post {
    padding-top: 40px;
}
.jbb-blog-work .section.post-header h2,
.jbb-blog-work .section.post-header h2 a {
    font-size: 30px;
    line-height: 40px;
}
.jbb-blog-work .next-post a,
.jbb-blog-work .prev-post a,
.jbb-blog-work .next-posts-link,
.jbb-blog-work .previous-posts-link {
    font-size: 0px;
    z-index: 3;
    padding: 10px 10px 5px;
}
.jbb-blog-work .next-post a .fa,
.jbb-blog-work .prev-post a .fa,
.jbb-blog-work .next-posts-link .fa,
.jbb-blog-work .previous-posts-link.fa {
    font-size: 16px;
    top: -3px;
}
.jbb-blog-work #comment-form {
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
}
.jbb-blog-work .hs-blog-post #comment-form div.input {
    margin-right: 0px;
}
.jbb-blog-work .hs-blog-post .section.post-body h3,
.jbb-blog-work .hs-blog-post .section.post-body h2 {
    font-size: 24px;
    line-height: 32px;
}
}
@media(max-width:767px) {
   
    .jbb-blog-work .row-fluid .subnav {
        position: relative;
        width: 100%;
        top: 0px;
    }
    .jbb-blog-work .body-container-wrapper {
        padding-top: 0px;
    }
    .jbb-blog-work .row-fluid .breadcrumb-section {
        display: none;
        visibility: hidden;
    }
    .jbb-blog-work .blog-section {
        padding-top: 15px;
        padding-right: 0px;
    }
    .jbb-blog-work .blog-content {
        padding-right: 0px;
    }
    .jbb-blog-work .post-body .hs-featured-image {
        float: none;
        width: 100%;
        margin: 0 auto 30px;
        max-width: 100%;
    }
    .jbb-blog-work .section.post-header h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .hs-blog-post.jbb-blog-work  .section.post-body img:first-child {
        margin-bottom: 0px;
    }
}


/*Sidebar*/


.jbb-blog-work .pop-post-item {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
    margin-bottom: 15px;
}
.jbb-blog-work .pop-post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.jbb-blog-work .span3.pop-post-image {
    max-width: 60px;
}
.jbb-blog-work .pop-post-image a span {
    width: 55px;
    height: 75px;
    background-size: cover !important;
    display: block;
    background-position: center center !important;
}
.jbb-blog-work .pop-post-title a {
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    padding-left: 0px;
    color: #ffffff;
}
.jbb-blog-work .pop-post-date {
    font-size: 12px;
    color: #fff;
    text-align: left;
    display: block;
}
.jbb-blog-work blockquote {
    border-left: 5px solid #f69417;
    margin: 50px 0px;
    padding-left: 30px;
}
.jbb-blog-work.author-body .author-box {
    display: none;
}
@media(min-width:768px) {
    .jbb-blog-work .make-equal-height > .row-fluid-wrapper >.row-fluid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.jbb-blog-work .post-listing .post-list-topics img {
    max-width: 35px;
    height: auto;
}




.jbb-blog-work .ias-trigger.ias-trigger-next{
    width: 100%;
    margin: 0 auto;
}

body.jbb-blog-work  .ias-spinner{
    display:block!important;
    width:100%!important;
}

.jbb-blog-work .ias-trigger.ias-trigger-next a{
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    background: rgba(244, 134, 91, .6);
    border: none;
    border-radius: 2px;
    display: inline-block;
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 1px;
}


.jbb-blog-work .ias-trigger.ias-trigger-next a:hover{
    background: rgba(244, 134, 91, 1);
}




.jbb-blog-work .filter-menu {
    text-align: center;
    margin: 50px 0 0 0;
} 

.jbb-blog-work .filter-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    color: #939598;
    display: inline-block;
    padding: 10px 20px 10px 15px;
    border-right: 1px solid #939598;
    border-top: 1px solid #939598;
    border-bottom: 1px solid #939598;
    font-size:16px;
    line-height: 16px;
}
.jbb-blog-work .filter-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a {
    border-left: 1px solid #939598;
}
.jbb-blog-work .filter-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a {
    font-weight: bold;
    color: #F4865B;
    background: #f3f3f3;
}

.filter-menu ul li.hs-menu-depth-1:first-child a:before { 
	content: url(https://cdn2.hubspot.net/hubfs/160309/images/portfolio_pages/30_space.png);
	vertical-align: -50%;
	
}

.filter-menu ul li.hs-menu-depth-1:nth-child(2) a:before { 
	content: url(https://cdn2.hubspot.net/hubfs/160309/images/portfolio_pages/30_bulb.png);
	vertical-align: -50%;
	
}
.filter-menu ul li.hs-menu-depth-1:nth-child(3) a:before { 
	content: url(https://cdn2.hubspot.net/hubfs/160309/images/portfolio_pages/30_hub.png);
	vertical-align: -50%;
	margin-right:6px;
}
.filter-menu ul li.hs-menu-depth-1:nth-child(4) a:before { 
	content: url(https://cdn2.hubspot.net/hubfs/160309/images/portfolio_pages/30_word.png);
	vertical-align: -50%;
	margin-right:6px;
}
.filter-menu ul li.hs-menu-depth-1:nth-child(2) a:before img { 
    height:20px;
}

@media (max-width: 767px) {
    body.jbb-blog-work .filter-menu .hs-menu-wrapper {
        display:block;
    }
}


@media (max-width: 568px) {
    .filter-menu .hs-menu-wrapper {
        display: block;
    }
    .filter-menu .hs-menu-wrapper, .filter-menu .hs-menu-wrapper * {
        width:auto;
    }
    .filter-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: inline-block;
    }
    .filter-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float:left;
    }
    .filter-menu ul li.hs-menu-depth-1:first-child a:before,
    .filter-menu ul li.hs-menu-depth-1:nth-child(2) a:before,
    .filter-menu ul li.hs-menu-depth-1:nth-child(3) a:before,
    .filter-menu ul li.hs-menu-depth-1:nth-child(4) a:before {
        display: none;
    }
    .jbb-blog-work .filter-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    
    padding: 10px 8px 10px 8px;
    }
    
    
}

.jbb-blog-work .grid-icon {
    font-size: 15px;
    color: rgba(188, 216, 230, .6);
    text-decoration: none;
}
.jbb-blog-work .grid-icon .fa {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.jbb-blog-work .list-pagination {
    position: absolute;
    top: 0;
    padding-top: 180px;
    margin-top: 40px;
    font-size: 48px;
    width:100%;
}

.jbb-blog-work .list-pagination a {
    color: rgba(188, 216, 230, .6);
    
}
.jbb-blog-work .list-pagination a:hover {
    color: rgba(188, 216, 230, 1);
}

.jbb-blog-work .list-pagination .list-prev-post {
    position:absolute;
    left: 0;
}
.jbb-blog-work .list-pagination .list-next-post {
    position:absolute;
    right: 0;
}


.owl-carousel {
    padding: 100px 0 60px 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    width: 60%;
    margin:0 auto;
}
.owl-carousel.owl-drag .owl-item {
    width: 60%;
}
.owl-carousel.owl-drag .owl-item .imagecaption {
    padding: 20px;
    text-align:center;
    font-size: 14px;
    font-style: italic;
}
.owl-carousel.owl-drag .owl-item .imagecaption a {
    font-weight: 800;
    color: #f4865b;
}

.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width:100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    color: #FFF;
    font-size: 14px;
    margin: 0px!important;
    padding: 0px!important;
    background: transparent;
    display: inline-block; 
    cursor: pointer;
    border-radius: 0;
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left:0;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right:0;

}
.icon {
    background: rgba(244, 134, 91, .6);
    color: rgba(255, 255, 255, .3);
	font-family: 'FontAwesome';
	font-size: 40px;
	line-height: 100px;
    margin-top: -30px;
    position: absolute; top: 50%;
    text-align: center;
    width: 60px; height: 100px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.owl-next:hover .icon, 
.owl-prev:hover .icon {
  background: rgba(244, 134, 91, 1);
  color: rgba(255, 255, 255, 1);
}

.icon-arrow-left7 { 
    left: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.icon-arrow-left7:before { content: "\f053"; }
.icon-arrow-right7 { 
    right: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.icon-arrow-right7:before { content: "\f054"; }


.jbb-blog-work .explain .container {
    max-width: 60%;
    padding: 0 20px 90px 20px;
    box-sizing: border-box;
    margin: 0 auto !important;
    float: none !important;
}

.jbb-blog-work .explain .work-done ul {
    font-size:16px;
    color: #6FA0B6;
}
.jbb-blog-work .explain .work-done ul li {
    list-style-type: none;
}

.jbb-blog-work .explain .container p {
    
}



.jbb-blog-work .work-quote {
    background: #F4865B;
}

.jbb-blog-work .quote-symbol {
    background: #F4865B;
    font-size: 60px;
    border-radius: 50%;
    text-align: center;
    height: 150px;
    width: 150px;
    line-height: 150px;
    margin: 0 auto -100px;
    color: #fff;
}


.jbb-blog-work .work-quote .quote-container {
    max-width: 50%;
    padding: 60px 20px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.jbb-blog-work .work-quote .quote-container p {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
}

.jbb-blog-work .work-quote .quote-container .work-author {
    font-weight: bold;
    display: block;
}

.jbb-blog-work .work-quote .quote-container .work-posit {
    font-style: italic;
    display: block;
    font-size: 16px;
}
