@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

 /*********************************************** 
 * colors: 
 * green: #76BD1D
 * green hover: #629b17
 * blue: #0AA5B5
 * black: #56565B
 * grey: #EEEEEE
 * grey hover: #CCCCCC
 ***********************************************/

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



/* responsive video fix */
.hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 /*****************************************/
 /* Start your style declarations here    */
 /*****************************************/
 
    *, *:before, *:after {
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
    html,
    body {
        font: normal normal 14px/1.45 'Open Sans', sans-serif;
        background:#fff;
        margin: 0;
    }
    
/* Typography
****************************************************/
    h1, h2, h3, h4 {
        color: #56565B;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: -1px;
        font-weight: 400;
    }
    h1 {
        font-size: 3em;
        margin-bottom: 10px;
        line-height: 1.2;
        color: #0AA5B5;
    }
    .main-title h1 {
        margin-top: 0;
    }
    .secondary-header {
        font-size: 1.125em;
        font-weight: 700;
        color: #ccc;
    }
    .slider-wrapper h1 {
        color: #56565B;
    }
    
    h2 {
        font-size: 2em;
        color: #76BD1D;
    }
    h3 {
        font-size: 1.5em;
        color: #919191;
        font-weight: 700;
    }
    .nextech-section-header h1 {
        font-size: 4em;
        margin-bottom: 10px;
        line-height: .85;
        text-align: center;
    }
    .nextech-section-header p {
        margin-bottom: 10px;
        line-height: .85;
        text-align: center;
    }
    .body-container a {
        color: #0AA5B5;
    }
    ul.vjs-menu {
        padding-left:0px;
        margin-left:50px;
    }
    a.ajs-call-to-action-button {
    height: 3.4em!important;
    background: #53565A!important;
    color: white!important;
    width: 269px!important;
    font-family: 'Open Sans', sans-serif!important;
    }
    .hero-video-wrapper a {
        text-decoration:none;
        color: #fff;
    }
    .hero-video-wrapper a:hover {
        text-decoration: underline;
    }
    div.ajs-end-of-video-call-to-action h2 {
        font-size: 25px;
        margin-top: -35px;
        color: white;
    }
    
    .span7 .atlantis-js {
        display: none;
    }
    
    span#hs_cos_wrapper_post_body .atlantis-js {
        display: block;
    }

/* Tables
****************************************************/
    table td {
        vertical-align: top;
    }


/* Containers
****************************************************/
    .courtesyBar > div.row-fluid-wrapper,
    .menuBar > div.row-fluid-wrapper,
    .body-container, 
    .nextech-footer-wrapper,
    .mdi-footer-wrapper {
        max-width:1100px;
        width:100%;
        float:none;
        margin:auto;
    }
    .page-wrap {
        max-width:1100px!important;
        width:100%!important;
        float:none!important;
        margin:auto!important;
    }
    /* Courtesy Bar */
    .courtesyBar {
        background: #0aa5b5;
        padding: .5em 1em;
    }
    .courtesyBar .widget-type-follow_me a {
        line-height: 35px;
        vertical-align: bottom;
    }
    .courtesyBar .phoneNumber {
        color: #fff;
        font-size: 24px;
        font-weight: 300;
    }
    
    /* Menu Logo Bar */
    .menuBar {
        padding: 2em 1em;
        position: relative;
    }
    
    /* Body Area */
    .body-container-wrapper {
        padding: 3em 1em 2em 1em;
    }
    .home .body-container-wrapper {
        padding: 0 1em 2em 1em;
    }
    
    @media screen and (max-width: 768px) {
/*        .courtesyBar .widget-type-follow_me {
            margin-right: 0;
        }
        .courtesyBar .widget-type-follow_me a {
            line-height: 30px;
            vertical-align: bottom;
        }
        .courtesyBar .row-fluid > [class*="span"] {
            width: 48.6187845305%;
            margin-left: 2.762430939%;
            float: left;
        }
        .courtesyBar .row-fluid > [class*="span"]:nth-child(2n + 1) {
            margin-left: 0;
            clear: left;
        }
        .courtesyBar .row-fluid > [class*="span"]:nth-child(3n + 2) {
            clear: right;
        }*/
        
        .menuBar .widget-type-logo {
            width: 75%;
            float: left;
        }
    }
    
/* Sliding Sidebar Layout
******************************************************/
    .twoColWSideMenu .nextech-body > .row-fluid-wrapper > .row-fluid > div { 
        float: right;
    }
    
    @media screen and (max-width: 768px){
       .twoColWSideMenu .nextech-body > .row-fluid-wrapper > .row-fluid > div { 
            float: none;
            width: 100%;
        } 
    }
    
    
    
/* Main Menu
****************************************************/
    .mainMenu .hs-menu-wrapper > ul {
        float: right;
    }
    .mainMenu a {
        color: #56565B;
        font-size: 17px;
        padding: 10px 20px !important;
        white-space: nowrap !important;
        max-width: 100% !important;
        width: auto !important;
        overflow: visible !important;
        text-overflow: inherit !important;
        text-decoration: none !important;
    }
    .mainMenu .active-branch > a {
        color: #0aa5b5;
        font-weight: bold;
    }
    
    .mainMenu ul.hs-menu-children-wrapper {
        background: #fff;
        border-top: 3px solid #0aa5b5;
        box-shadow: 0 2px 5px rgba(0,0,0,.28);
        z-index: 105 !important;
    }
    .mainMenu ul.hs-menu-children-wrapper:after {
        bottom: 100%;
    	left: 40px;
    	border: solid transparent;
    	content: " ";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    	border-color: rgba(118, 190, 67, 0);
    	border-bottom-color: #0aa5b5;
    	border-width: 15px;
    	margin-left: -15px;
    }
    .mainMenu ul.hs-menu-children-wrapper a:hover {
        background: #eee;
    }
    
    #responsive-menu-button {
        display: none;
    }
    
    @media screen and (max-width: 1105px) {
        .bz-2015-header .logo {
            margin-top: -40px;
        }
        .mainMenu {
            display: none !important;
        }
        #responsive-menu-button {
            display: block;
            width: 60px;
            height: 60px;
            text-decoration: none;
            background: #eee url(//cdn2.hubspot.net/hub/306056/file-634267509-png/Images/menu-icon.png) no-repeat center center;
            line-height: 1;
            float: right;
            padding: 15px;
            color: #252525;
            border-radius: 5px;
        }
        #responsive-menu-button:focus,
        #responsive-menu-button:hover {
            background-color: #ccc;
        }
    }



/* Sidr Mobile Menu
****************************************************/
    .sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: #f8f8f8;
    color: #333;
    -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
    -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
    box-shadow: inset 0 0 5px 5px #ebebeb
}
.sidr .sidr-inner {
    padding: 0 0 15px
}
.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px
}
.sidr.right {
    left: auto;
    right: -260px
}
.sidr.left {
    left: -260px;
    right: auto
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #333;
    line-height: 24px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
    background-image: -o-linear-gradient(#ffffff, #dfdfdf);
    background-image: linear-gradient(#ffffff, #dfdfdf);
    -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2)
}
.sidr p {
    font-size: 13px;
    margin: 0 0 12px
}
.sidr p a {
    color: rgba(51, 51, 51, 0.9)
}
.sidr>p {
    margin-left: 15px;
    margin-right: 15px
}
.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff
}
.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
    border-top: none;
    line-height: 49px
}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
    -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
    box-shadow: inset 0 0 15px 3px #ebebeb
}
.sidr ul li a,
.sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #333
}
.sidr ul li ul {
    border-bottom: none;
    margin: 0
}
.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px
}
.sidr ul li ul li:last-child {
    border-bottom: none
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
    border-top: none;
    line-height: 41px
}
.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span {
    -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
    box-shadow: inset 0 0 15px 3px #ebebeb
}
.sidr ul li ul li a,
.sidr ul li ul li span {
    color: rgba(51, 51, 51, 0.8);
    padding-left: 30px
}
.sidr form {
    margin: 0 15px
}
.sidr label {
    font-size: 13px
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(51, 51, 51, 0.6);
    display: block;
    clear: both
}
.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none
}
.sidr input[type=button],
.sidr input[type=submit] {
    color: #f8f8f8;
    background: #333
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
    background: rgba(51, 51, 51, 0.9)
}
    

/* Above The SLIDER CTA
***************************************************/
    .aboveSliderCTA {
        margin: 0 0 1em 0;
    }
    .aboveSliderCTA h1 {
        color: #555559;
        font-size: 30px;
        margin-top: 0;
    }
    .aboveSliderCTA p {
        margin: 10px 0 0 0;
        font-size: 1.125em;
    }
    .aboveSliderCTA img {
        margin-top: 1.5em;
    }
    
    @media screen and (max-width: 768px){
        .aboveSliderCTA {
            background-size: cover;
            background-position: center left;
        }    
    }

/* Hero Slider
****************************************************/
    .slider {
        position: relative;
        border-radius: 20px 5px;
        overflow: hidden;
        max-width: 100% !important;
    }
    .slider.cycle-loading {
        background: #fff url(//cdn2.hubspot.net/hub/306056/file-631464729-gif/Images/Slides/loader-1.gif) no-repeat center center;
        height: 450px;
    }
    .slider .slide {
        display: none;
        max-width: 100% !important;
    }
    .slider .slide:first-of-type {
        display: block;
    }
    .slider img {
        max-width: 100% !important;
    }
    .slider .slide.cycle-slide {
        display: block;
    }
    .slider .cycle-overlay {
        background: rgba(255,255,255,.40);
        position: absolute;
        bottom: 10%;
        left: 0;
        height: auto;
        max-height: 70%;
        padding: 2em;
        width: 35%;
    }
    .slider .cycle-overlay h1 {
        margin: 0 0 20px 0;
       
    }
    .slider .cycle-overlay p {
        font-size: 1.125em;
        color: #56565B;
    }
    
    .slider .slidePagenation {
        position: absolute;
        bottom: 5px;
        left: 15px;
        z-index: 999;
    }
    .slider .slidePagenation span {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #fff;
        border: 1px solid #fff;
        margin-right: 3px;
        cursor: pointer;
        text-indent: -100%;
        overflow: hidden;
    }
    .slider .slidePagenation span.cycle-pager-active {
        background: transparent;
    }
    
    @media screen and (max-width: 1070px){
        .slider .cycle-overlay {
            width: 55%;
        }
    }
    
    @media screen and (max-width: 960px){
        .slider .cycle-overlay {
            width: 75%;
        }
    }
    
    @media screen and (max-width: 768px){
        .slider .cycle-overlay {
            background: rgba(255,255,255,.60);
            width: 100%;
            padding: 1em;
        }
        .slider .cycle-overlay h1 {
            font-size: 2em;
            margin: 0;
        }
        .slider .cycle-overlay p {
            font-size: 1em;
            margin: 10px 0;
        }
    }
    @media screen and (max-width: 500px){
        .slider .cycle-overlay {
            background: rgba(255,255,255,.60);
            width: 100%;
            padding: 1em;
        }
        .slider .cycle-overlay h1 {
            font-size: 2em;
            margin: 0 0 15px 0;
        }
        .slider .cycle-overlay p {
            display: none;
        }
    }
    @media screen and (max-width: 385px){
        .slider-wrapper {
            display: none !important;
        }    
    }



/* Blocks Below Slider 
****************************************************/
    .blueBlocks {
        margin: 2em 0;
    }
    .blueBlocks .row-fluid > [class*="span"] {
        background: #0aa5b5 url(//cdn2.hubspot.net/hub/306056/file-640940355-png/Images/block-angle-1.png) no-repeat 0 0;
        background-size: 100% 100%;
        color: #fff;
        padding: 1.5em;
        border-radius: 5px;
    }
    .blueBlocks h3 {
        color: #fff;
        margin: 20px 0;
        font-size: 1.4em;
    }
    .blueBlocks p {
        font-size: .875em;
        margin: 20px 0;
    }
    
    @media screen and (max-width: 800px) {
        .blueBlocks .row-fluid > [class*="span"] {
            width: 48.6187845305%;
            margin-left: 2.762430939%;
            float: left;
            margin-bottom: 2em;
        }
        .blueBlocks .row-fluid > [class*="span"]:nth-child(2n + 1) {
            margin-left: 0;
            clear: left;
        }
        .blueBlocks .row-fluid > [class*="span"]:nth-child(3n + 2) {
            clear: right;
        }
        .courtesyBar .row-fluid > [class*="span"]:nth-child(3n + 4) {
            margin-bottom: 0em;
        }
    }
    @media screen and (max-width: 768px){
        .blueBlocks .row-fluid > [class*="span"] {
            padding: 2em;
        }
    }
    @media screen and (max-width: 385px){
        .blueBlocks {
            margin: 0 0 1em 0;
        }
        .blueBlocks .row-fluid > [class*="span"] {
            width: 100% !important;
            margin: 0 !important;
            float: none !important;
            margin-bottom: 1em !important;
        }
    }


/* Recent Posts
****************************************************/
    a.hs-rss-title {
        color: #555559;
        font-size: 1.125em;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }
    .hs-rss-byline {
        color: #8d8d94;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        margin-bottom: 5px;
    }


/* Sidebar Styles
***************************************************/
    .sidebar .sidebarMenuWrapper {
        background: #eee;
        overflow: hidden;
        -moz-background-clip: padding; 
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    #sidebar .sidebarInner.sticky {
        position: fixed;
        max-width: 254px;
    }
    .sidebar .sidebarMenuWrapper h3 {
        padding: 10px;
        display: block;
        background: #76bd1d;
        color: #fff;
        line-height: 1;
        margin: 0;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }
    .sidebar .sidebarMenuWrapper h3:hover,
    .sidebar .sidebarMenuWrapper h3:focus {
        background: #629b17;
    }
    .sidebar .sidebarMenuWrapper .sidebarMenu {
        padding: 1.5em 0;
    }
    .sidebar .sidebarMenuWrapper .sidebarMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align:center;
    }
    .sidebar .sidebarMenuWrapper .sidebarMenu ul li {
        display: inline-block;
    }
    .sidebar .sidebarMenuWrapper .sidebarMenu ul li a {
        color: #56565B;
        font-size: 14px;
        text-decoration: none;
        padding: .25em 2em;
        display: block;
        border-bottom: 4px solid transparent;
    }
    .sidebar .sidebarMenuWrapper .sidebarMenu ul li a:hover {
        background: #ccc;
        border-radius: 5px;
    }
    .sidebar .sidebarMenuWrapper .sidebarMenu ul li.active a{
        border-bottom-color: #09a5b5;
        color: #09a5b5;
        font-weight: 700;
    }
    .sidebar .sidebarMenuWrapper .sidebarMenu ul li hr {
        color: #ffffff; 
        background: #ffffff;
        border: 0 none;
        height: 2px;
    }
    .blog .sidebar > div {
        margin-bottom: 3em;
    }
    @media screen and (max-width: 1024px) {
        .sidebar .sidebarMenuWrapper .sidebarMenu ul li a {
            padding: 1em 2em;
        }
    }
    @media screen and (max-width: 767px) {
        /*#sidebar {
            display: none;
        } */ 
    }


/* Content Area
****************************************************/
    .twoColWSideMenu .content > .row-number-2 {
        margin-bottom: 4em;
    }
    
    .twoColWSideMenu .content > .row-number-3 > .row-fluid > .span12 > span > .hs_cos_wrapper {
        margin-bottom: 4em;
        padding-bottom: 4em;
        border-bottom: 1px solid #E1E1E1;
    }
    
    .content>.row-number-3>.row-fluid>.span12>span>.hs_cos_wrapper:last-of-type {
        border-bottom: 0 none;
    }
    .content .widget-type-widget_container .hs_cos_wrapper_type_rich_text:after {
        content: "";
        display: block;
        clear: both;
    }
    
    /* Back To To Button */
    .BTT {
        position: fixed;
        bottom: 15px;
        right: 15px;
        background: #76BD1D;
        color: #fff;
        border-radius: 5px;
        padding: 0 3px;
        text-decoration: none;
        display: none;
    }
    
    @media screen and (max-width: 768px){
        .content > .row-number-2,
        .content > .row-number-3 > .row-fluid > .span12 > span > .hs_cos_wrapper {
            margin-bottom: 5em;
        }    
    }


/* Blog Styling
****************************************************/
.grid-blog .post-listing .post-item {
    margin-bottom: 1.5em;
    padding: 0;
    border: 0 none;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .grid-blog .post-listing .post-item {
        float: left;
    }
    .grid-blog .post-listing .post-item:nth-child(2), .post-item:nth-child(3),
    .grid-blog .post-listing .post-item:nth-child(4), .post-item:nth-child(5) {
        width: calc(50% - .5rem);
    }
    .grid-blog .post-listing .post-item:nth-child(2),
    .grid-blog .post-listing .post-item:nth-child(4) {
        margin-right: 1rem;
    }
}
.grid-blog .post-listing .post-header {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #0AA5B5;
    position: relative;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.grid-blog .post-listing .post-header:after {
    content: "";
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:0;
    transition: all 200ms ease;
    background: 
    -moz-linear-gradient(top,  rgba(0,0,0,0) 34%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%);/* FF3.6+ */
    background: 
    -webkit-gradient(linear, left top, left bottom, color-stop(34%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65)));/* Chrome,Safari4+ */
    background: 
    -webkit-linear-gradient(top,  rgba(0,0,0,0) 34%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);/* Chrome10+,Safari5.1+ */
    background: 
    -o-linear-gradient(top,  rgba(0,0,0,0) 34%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);/* Opera 11.10+ */
    background: 
    -ms-linear-gradient(top,  rgba(0,0,0,0) 34%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);/* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 34%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );/* IE6-9 */
}
.grid-blog .post-listing .post-header:hover:after {
    background: 
    -moz-linear-gradient(top,  rgba(0,0,0,0) 14%, rgba(0,0,0,0.75) 99%, rgba(0,0,0,0.75) 100%);/* FF3.6+ */
    background: 
    -webkit-gradient(linear, left top, left bottom, color-stop(14%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.75)));/* Chrome,Safari4+ */
    background: 
    -webkit-linear-gradient(top,  rgba(0,0,0,0) 14%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);/* Chrome10+,Safari5.1+ */
    background: 
    -o-linear-gradient(top,  rgba(0,0,0,0) 14%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);/* Opera 11.10+ */
    background: 
    -ms-linear-gradient(top,  rgba(0,0,0,0) 14%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);/* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 14%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );/* IE6-9 */
}
.grid-blog .post-listing .post-header > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.grid-blog .post-listing .post-header-content {
    position: absolute;
    bottom: 0.5em;
    left: 1em;
    right: 1em;
    color: #fff;
    z-index: 1;
}
.grid-blog .post-listing .post-header h2 {
    color: #fff;
    line-height: 1;
    margin-bottom: .25em;
}
.grid-blog .post-listing a.author-link {
    color: #fff;
}
.grid-blog .post-listing #hubspot-author_data {
    opacity: 0.9;
}
.grid-blog .post-listing .post-body {
    border: 1px solid #ddd;
    padding: 1em;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.grid-blog .post-listing .post-body .more-link {
    display: block;
    border-top: 1px solid #ddd;
    margin: 1em -1em 0;
    padding: 1em 1em 0;
    text-decoration: none;
}
.grid-blog .section {
    padding: 0;
}
.grid-blog .hs_blog_nextech_blog_subscription .hs-form-radio {
    width: auto;
    margin: 2em 0.75em 0;
    font-weight: 200;
    float: none;
    display: inline-block;
}
.grid-blog .widget-type-post_filter ul {
    padding: 0;
    margin: 0;
}
.grid-blog .widget-type-post_filter ul li {
    display: inline-block;
    text-decoration: none;
    background-color: #eee;
    padding: 0.5em 1em;
    margin: 4px 2px;
    border-radius: 5px;
}
.grid-blog .widget-type-post_filter ul li a {
    text-decoration: none;
}
.grid-blog .widget-type-post_filter ul li:hover a {
    text-decoration: underline;
}
.grid-blog .filter-expand-link {
    margin: 0.5em 1em;
    display: block;
}
.grid-blog .filter-expand-link:before {
    content: "\f0d7\00a0\00a0";
    font-family: FontAwesome;
    display: inline;
    padding: right: 5px;
}
    .blogTitle {
        display: block;
        padding: 1em;
        background-image: url(//cdn2.hubspot.net/hub/306056/file-1303954559-svg/Images/nue2014/Group_1.svg);
        background-size: cover;
        background-color: #00a5b6;
        color: #fff;
    }
    .post-item {
        margin-bottom: 60px;
        padding-bottom: 60px;
        border-bottom: 1px solid #eee;
    }
    .press .post-item {
        margin-bottom: 1.5em;
        padding-bottom: 0;
        border-bottom: 1px solid #eee;
    }
    .post-header h2 {
        margin-bottom: 0;
    }
    .post-header h2 a {
        text-decoration: none;
        color: #56565B;
    }
    .post-header h2 a:hover {
        text-decoration: underline;
        color: #0AA5B5;
    }
    .post-header p {
        margin: 5px 0;
    }
    .author {
        font-size: 13px;
        color: #777;
    }
    .hs-blog-social-share {
        line-height: 1;
        height: auto;
        padding: 5px 0;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-right: none;
        border-left: none;
    }
    .post-item .topics {
        padding: 5px;
        background: #eee;
        line-height: 1;
    }
    .post-item .hs-featured-image-link {
        margin-top: 20px;
        display: block;
    }
    .blog-pagination {
        text-align: center;
        width: 100%;
        clear:both;
    }
    .all-posts-link {
        margin: 0 30px;
    }
    .previous-posts-link {
        float: left;
    }
    .next-posts-link {
        float: right;
    }
  
.post-listing-simple .post-item {
    margin: 0;
    width: 100%;
    padding-bottom: 2em;
}
/* Forms
****************************************************/    
     .nextech-form {
         margin-top: 45px;
     }
     /*body:not(.bz-2015) .hs-form fieldset {
         max-width: 100% !important;
         padding: 1em !important;
         background: #eee;
         border-radius: 4px !important;
         display: block !important;
         margin-bottom: 5px  !important;
     }
      
    body:not(.bz-2015) .field label {
        font-size: 1.25em;
        color: #868686;
    }
    body:not(.bz-2015) .hs-form .hs-form-field.focus label {
        color: #0EA6B5;
        font-weight: bold;
    } */
/*    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea {
        border-radius: 4px;
        border: 1px solid #B3ADAD;
        font-size:14px;
        width: 100% !important;
        padding: 3px;
    }*/
/*    body:not(.bz-2015) .hs-input:focus {
        border: 1px solid #0EA6B5;
        outline: 0;
        box-shadow: 0 0 5px #0EA6B5;
     }*/
    .multi-container {
        padding: 0;
        margin-top: 0;
        list-style: none;
    }
    .hs-form-radio {
        width: 50%;
        float: left;
    }
    textarea {
        min-height: 200px;
    }
    .hs-form .message {
        color: red;
        background: rgb(255, 224, 230);
        padding: 5px;
        margin-top: 5px;
        border: 1px solid red;
        border-radius: 5px;
    }
    div [class*="correction"].message {
        color: blue;
        background: lightblue;
        border-color: blue;
    }
    div [class*="correction"].message a {
        color: #000;
    }

/*
//////////////////////////////////////////////////////////////////////////////
//
// Hubspot COS Material Design Forms
//
//////////////////////////////////////////////////////////////////////////////
*/
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {  
   opacity: 0;
   transition: 200ms ease;
}
.focus ::-webkit-input-placeholder,
.focus :-moz-placeholder,
.focus ::-moz-placeholder,
.focus :-ms-input-placeholder {  
   opacity: 1;  
}
form {
    position: relative;
}

.hs-form-field {
    position: relative;
    padding-top: 1em;
    padding-bottom: 0.5em;
    cursor: text;
}

.hs-form-field > label {
    position: absolute;
    top: 1.3rem;
    left: 0.5em;
    cursor: text;
    z-index: 0;
    pointer-events: none;
    color: #303030;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.hs-form-field > label.active {
    top: 0;
    left: 0;
    font-size: 0.7em;
    color: #1DA5B4;
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.hs-input,
textarea {
    border: none;
    background: #f4f4f4;
}

textarea {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
}

select {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.input {
    z-index: 1;
}

input:not([type=hidden]):not([type=submit]),
textarea,
select {
    border-bottom: 2px solid #ebebeb;
}

.input > span,
textarea ~ span,
select ~ span {
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 7px;
    left: 0;
    background: #1DA5B4;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
}

textarea ~ span {
    bottom: 9px !important;
}

label.active + .hs-field-desc + .input > span, 
label.active + .hs-field-desc + textarea:focus ~ span {
    width: 100%;
    -webkit-transition: cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: cubic-bezier(0.37, 0, 0.45, 0.99);
}

.form-columns-2 label.active + .hs-field-desc + .input > span, 
.form-columns-2 label.active + .hs-field-desc + textarea:focus ~ span {
    width: 95%;
}
.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
.hs-form fieldset.form-columns-1 .input {
    margin-right: 0px !important;
}
select.hs-input {
    font-size: 1em;
    padding: 0;
    white-space: normal;
    line-height: 1.4;
}

.inputs-list {
    list-style: none;
    padding: 0 !important;
}

input[type=radio],
input[type=checkbox] {
    display: inline-block;
}

.inputs-list label {
    display: inline-block;
}

 .hs-form-radio,
 .hs-form-checkbox {
    float: left;
    margin: 1em 1em 1em 0;
}

input[type=radio],
input[type=checkbox] {
    margin-right: 1em;
}
.appointment-form h3 {
    margin-bottom: 0;
    line-height: 1;
}
/* New Errors
*****************/
.invalid {
    background: rgba(255, 118, 118, 0.27);
    border-bottom:2px solid red !important;
}
ul.hs-error-msgs.inputs-list {
    position: absolute;
    margin: 0;
    color: red;
    right: 0;
    font-size: .8em;
}


@media(max-width:767px) {
    
    .form-columns-2 .hs-input {
        width: 100% !important;
    }
    
}

/* Buttons
****************************************************/
    .hs-button {
        border-radius: 6px;
        background-clip: padding-box;
        background-color: #09a5b5;
        padding: 8px 12px;
        text-align: center;
        color: #fefefe;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        border: 0 none;
        letter-spacing: -1px;
        text-decoration: none;
    }
    a.hs-button {
        color: #fefefe;
    }

    .hs-button:hover {
        background: #108b96;
        color: #fff;
    }
    .hs-button.white {
        background: #fff;
        color: #09a5b5;
        font-weight: bold!important;
        font-size: 18px;
    }
    .courtesyBar .hs-button.white {
        color: #65b52d;
    }
    .courtesyBar .hs-button.white:hover {
        color: #fff;
        background: #65b52d; 
    }
    
    
/* Footers
****************************************************/
  
    .footer-container-wrapper {
        background: #56565B;
        color:#FFFFFF;
        margin-top: 4em;
    }
    
    .nextech-footer-wrapper,
    .mdi-footer-wrapper {
        padding: 4em 2em;
    }
    
    ul#footer-links {
        float:right;
        margin: 0;
    }
    
    #footer-links li a {
        color:#FFF;
        text-decoration:none;
    }
    
    #footer-links li {
        float: left;
        list-style: none;
        padding: 0 15px;
    }
    
/*     .footer-container-wrapper a { 
        color: #fff !important;
    } */
    
    .footerMenu a {
        padding: 5px 0 !important;
        font-weight: 700;
    }
    .footerMenu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        position: static;
    }
    .footerMenu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper a {
        font-size: 13px;
        margin-left: 10px;
        font-weight: 400;
    }
    
    @media (max-width: 768px) {
        .footer-bottom-links {
            text-align:center !important;
        }   
    }

/* Full Width Footer CTA Module */
.full-width-module-wrapper {
    padding: 2em;
}
.full-width-module-wrapper.teal {
    background: #0AA5B5;
}
.full-width-module-wrapper.green {
    background: #76BD1D;
}
.full-width-module-wrapper.dark {
    background: #56565B;
}
.full-width-module-wrapper.grey {
    background: #EEEEEE;
}
 /*********************************************** 
 * colors: 
 * green: #76BD1D
 * green hover: #629b17
 * blue: #0AA5B5
 * black: #56565B
 * grey: #EEEEEE
 * grey hover: #CCCCCC
 ***********************************************/
     
/* Social Styling
****************************************************/
.hs_cos_wrapper_type_follow_me a {
    margin: 3px;
    display: inline-block;
}
.hs_cos_wrapper_type_follow_me a:hover {
    opacity: .8;
}
.hs_cos_wrapper_type_follow_me a[class^="fm_"] > span {
    width: 24px!important;
    height: 24px!important;
    filter: none!important;
    background: none!important;
    position: relative;
    font-size:18px;
    color: #ffffff;
    font-family: FontAwesome;
    display:block;
}

.fm_rss span:before {
    content: "\f09e";
}
.fm_twitter span:before {
    content: "\f099";
}
.fm_facebook span:before {
    content: "\f09a";
}
.fm_youtube span:before {
    content: "\f167";
}
.fm_linkedin span:before {
    content: "\f0e1";
}
.fm_googleplus span:before {
    content: "\f0d5";
}

/* Images 
*********************************************/
    .content img[align="right"] {
        margin: 0 0 20px 20px;
    }
    .blog-post-wrapper img[align="left"] {
        margin: 0 20px 20px 0;
    }
    
    .cta_button:hover,
    .cta_button:focus {
        -webkit-opacity: .8;
        -moz-opacity: .8;
        -ms-opacity: .8;
        -o-opacity: .8;
    }
    
    @media screen and (max-width: 767px){
        .content img[align="right"],
        .content img[align="left"] {
            float: none !important;
            margin: 0 auto 20px auto;
            display: block;
        }    
    }
    
    
/* Client Page
******************************************************/
.client-success-header-wrapper {
    background: #0AA5B5 url('//cdn2.hubspot.net/hub/306056/file-1932816333-png/Images/client-bg.png') center center;
    background-size:cover;
    color: #fff;
}
.client-success-header-wrapper h1 {
    color: #fff;
}

.client-box h1,
.client-box h2,
.client-box h3,
.client-box h4 {
    color: #fff;
}
.client-box-grid {

}
.client-box {
    width: 31.833%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 1em;
    height: 180px;
    cursor: pointer;
    margin: 1.125% 0 0 1.125%;
    border-radius: 5px;
    overflow:hidden;
}
.client-box.flyout-active {
    overflow:visible;
}
.client-box:after {
    content: "Learn More";
    position: absolute;
    display: block;
    bottom: 0;
    left: 20px;
    padding: 4px 9px;
    background: #fff;
    color: #000;
    border-radius: 13px 13px 0 0;
}
.client-box.video,
.client-box.image {
    background-size: cover;
    background-position: center center;
    cursor: inherit;
    display:block;
}
.client-box.image:after {
    display: none;
}
.client-box.video:after {
    content: "Play Video";
    text-decoration:none;
}
.client-box.green,
.client-box.green .client-flyout.expanded {
    background: #77be20;
    color: #fff;
}
.client-box.teal,
.client-box.teal .client-flyout.expanded {
    background: #0aa5b5;
    color: #fff;
}
.client-box.charcoal,
.client-box.charcoal .client-flyout.expanded {
    background: #57565B;
    color: #fff;
}
.client-box.grey,
.client-box.grey .client-flyout.expanded{
    background: #e6e6e6;
}
.client-box.white,
.client-box.white .client-flyout.expanded {
    background: #eee;
}
.client-person-name-wrapper {
    transition: all 200ms ease;
    position:relative;
    bottom: 0;
    width: calc( 100% - 180px );
}
.client-box:hover .client-person-name-wrapper {
    position: absolute;
    bottom: 100%;
}
.client-person-name-wrapper > p:first-child {
    margin-top: 0;
}
.client-name {
    font-size: 1.5em;
}
.client-video {
    text-align: center;
}
.client-video img {
    border-radius: 3px;
}
.client-image-wrapper {
    float: right;
}
.client-image {
    position: absolute;
    right: 0;
    top: 0;
    transition: top 250ms ease;
    max-width: 180px;
}

.client-box:hover .client-image {
    top: -200%;
}
.client-image-hover {
    position: absolute;
    top: 100%;
    transition: top 200ms ease;
    right: 20px;
    left: 20px;
    font-size: 1.15em;
    font-weight: 600;
}
.client-box:hover .client-image-hover {
    top: 0%;
}

.client-flyout {
    position:absolute;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    visibility: hidden;
    height:0;
    opacity:0;
    border-radius:5px;
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: height 200ms ease, opacity 300ms ease, top 200ms ease;
    transition: height 200ms ease, opacity 300ms ease, top 200ms ease;

}
.client-flyout.expanded {
    visibility: visible;
    z-index: 1;
    width: 100%;
    height: 210%;
    padding: 1em;
    opacity:1;
}
.client-flyout .close {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 2em;
    color:#fff;
    text-decoration:none;
}
.white .client-flyout .close {
    color: #000;
}
.client-box-grid > span > div:nth-last-child(1) .client-flyout.expanded, 
.client-box-grid > span > div:nth-last-child(2) .client-flyout.expanded,
.client-box-grid > span > div:nth-last-child(3) .client-flyout.expanded {
    top: -110%;
}
@media (min-width: 1025px) {
    .client-box.flyout-active .client-image-wrapper {
        display: none;
    }
    .client-box.flyout-active .client-person-name-wrapper {
        display: none;
    }
}
@media (max-width: 1160px) {
    .client-box {
        width: 48.2%; 
    }
}
@media (max-width: 767px) {
    .client-box {
        height:auto;
        padding-bottom:2em;
    }
    .client-person-name-wrapper {
        width:auto;
        position:relative;
        transition: none 0;
    }
    .client-box:hover .client-person-name-wrapper {
        position:relative;
        bottom:0;
        transition: 0 none;
    }
    .client-image {
        position:relative;
        float:right;
        margin:1em;
        transition: none 0;
        border-radius: 9px;
    }
    .client-box:hover .client-image {
        top: 0;
    }
    .client-box:hover .client-person-name-wrapper {
        position: relative;
        bottom: 0;
    }
    .client-image-hover {
        position:relative;
        left:0;
        right: 0;
        top: 0;
        transition: none 0;
    }
    .client-box:hover .client-image-hover {
        position:relative;
        top:0;
    }
    .client-box.video,
    .client-box.image {
        min-height: 300px;
    }
    .client-box {
        width: 98%;
    }
    .client-flyout.expanded {
        width: 100%;
        height: 100%;
    }
    .client-box-grid > span > div:nth-last-child(1) .client-flyout.expanded, 
    .client-box-grid > span > div:nth-last-child(2) .client-flyout.expanded,
    .client-box-grid > span > div:nth-last-child(3) .client-flyout.expanded {
        top: 0%;
    }
}
@media (max-width: 450px) {
    .client-image-wrapper img {
        float:none;
    }
    .client-box {
        height:auto;
        padding:2em
    }
    .client-image {
        position:relative;
        margin:0;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  

/*********************************************************************************************************/
/*********************************************************************************  Home Page 2.0 - 2015 */
/*********************************************************************************************************/

.home-2015 .blueBlocks,
.bigger-page-wrap {
    padding: 2em 2em;
    max-width: 1495px !important;
    margin: auto !important;
    float:none !important;
}
.hero-video-wrapper {
    margin: 0 auto !important;
    position: relative;
    height: 640px;
    overflow: hidden;
    float:none !important;
}
@media (max-width: 767px) {
    .hero-video-wrapper {
        margin: -8.5em auto 0 !important;
    }
}
.hero-video {
    position: absolute;
    background-color: #000;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    width: 100%;
    height: 100%;
    background-size:cover;
}
.hero-video > div {
    opacity: 0.75;
    width: 100%!important;
    height: 160%!important;
}
.hero-video video {
    position: absolute!important;
    top: 87%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%!important;
    height: auto!important;
}
@media (max-width: 1424px) {
    .hero-video video {
        top: 50%;
    }
}
@media (max-width: 1124px) {
    .hero-video video {
        top: 50%;
        max-width: none!important;
        width: auto!important;
        height: 100%!important;
    }
}
@media (min-width: 901px) {
    .hero-video {
        background-image:none !important;
    }
}
@media (max-width: 900px) {
    .hero-video > div {
        display:none!important;
    }
}
.hero-video-text {
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate( -50%, -50% );
    -webkit-transform: translate( -50%, -50% );
    transform: translate( -50%, -50% );
    color: #fff;
    padding: 2em;
    text-align:center;
    width:100%;
}
.hero-video-text p {
    font-size: 1.4em;
    font-weight: 300;
    margin-top: 0;
}
/* ***************************************************************  2015 header redesign ************************************************ */
.bz_2015-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.bz_2015-header .logo {
    padding: 1em 0;
}
.bz_2015-header .menuBar {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    background-color: rgba(255, 255, 255, 0.85);

}
.bz_2015-header .courtesyBar .phoneNumber {
    font-size: 18px;
    text-align: right;
    line-height: 2.2;
}
.bz_2015-header .courtesyBar .phoneNumber > div:after {
    content: "|";
    opacity:0.5;
}
.bz_2015-header .courtesyBar {
    background: #0aa5b5;
    padding: .5em 1em;
    position: relative;
    z-index: 2;
}
.bz_2015-header .cta_button span {
    font-weight: normal;
}

/*** New 2015 Main Bar Shrink *********************/
.bz_2015-header .mainMenu li a {
    font-size: 15px;
    padding: 10px 18px!important;
    line-height: 80px;
    -webkit-transition: all .125s linear;
    transition: all .125s linear;
}
.bz_2015-header .shrink .logo img {
    width: 160px !important;
}
.bz_2015-header .shrink .mainMenu li a {
    line-height: 40px;
}

.bz_2015-header .mainMenu li li a {
    line-height: 1;
}

/* Mobile header optimization */
@media (max-width:1105px) {
    .nextech-header-2015 .mainMenu {
        width: 100%!important;
    }
    .nextech-header-2015 .menuBar .widget-type-space {
        min-height: 5px;
    }
}
@media (max-width: 1105px) {
    .bz_2015-header .logo {
        margin: 0 !important;
        padding: 1em;
        width: 100% !important;
    }
    .bz_2015-header .logo img {
        width: 170px !important;
    }
    .bz_2015-header .courtesyBar .phoneNumber > div:after {
        display:none;
    }

    .bz_2015-header .hs-cta-wrapper a {
        display:block !important;
    }
    .bz_2015-header #responsive-menu-button {
        position: absolute;
        top: 1em;
        right: 1em;
        z-index: 2;
    }
    .bz_2015-header .courtesyBar .phoneNumber{
        text-align: center;
    }
}
@media (min-width:1105px) {
    .bz_2015-header .courtesyBar .phoneNumber > div > span {
        padding-right: 1em;
    }
}
/* Secondary Sticky Menu */
.sticky-menu {
    background-color: #0AA5B5;
    text-align: center;
    transition: all 200ms ease;
}
.sticky-menu ul {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
.sticky-menu a {
    color: #fff;
    max-width: none !important;
    vertical-align: bottom;
    transition: all 100ms ease;
}
.sticky-menu a:hover {
    background-color: #fff;
    color: #000;
}

.sticky-menu ul.active-branch a {
    display: none !important;
}
.sticky-menu ul.active-branch li.active-branch ul.hs-menu-children-wrapper {
    display: block;
	position: static;
}
.sticky-menu ul.active-branch li.active-branch ul.hs-menu-children-wrapper li {
    float: left;
}
.sticky-menu ul.active-branch li.active-branch ul.hs-menu-children-wrapper li a {
	display: block !important;
	width: auto !important;
}

@media (min-width: 1105px) {
    .sticky-menu.stuck {
        position: fixed;
        z-index: 99;
        top: 138px;
        left: 0;
        right: 0;
        background-color: rgba(10, 165, 181, 0.85);
    }
}

/**************************************************************** Nextech 2.0 two column template */

.hero-header-wrapper {
    background-color: #fff;
    margin: 0em auto 0;
    padding: 11em 2em 2em;
    position: relative;
    float: none!important;
    background-size: cover;
    background-position: center;
}
.hero-header-wrapper.has-background-image {
    padding: 19em 2em 2em;
}
.hero-header-wrapper.light-grey {
    background-color: #eee;
}
.hero-header-wrapper.dark-grey {
    background-color: #343741;
}
.hero-header-wrapper.green,
.green.section {
    background-color: #76BD1D;
}
.hero-header-wrapper.blue,
.blue.section {
    background-color: #0AA5B5;
}
.white.section {
    background-color: #fff;
}
.grey.section {
    background-color: #EEEEEE;
}
.dark-grey.section {
    background-color: #56565B;
}
.section {
    color: #000;
    padding: 0 1em;
}
.section .hs_cos_wrapper_widget > *:first-child {
    margin-top: 0;
}
.section .hs_cos_wrapper_widget {
    padding: 2em 0;
}
.hero-header-wrapper.green,
.hero-header-wrapper.blue,
.hero-header-wrapper.dark-grey,
.hero-header-wrapper.green h1,
.hero-header-wrapper.blue h1,
.hero-header-wrapper.dark-grey h1 {
    color: #fff;
}
.hero-header-wrapper.has-background-image .hero-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    top: 0;
}
.hero-header-text {
    position: relative;
    z-index: 1;
}
.section *,
.section {
    min-height: 0!important;
}

/**************************************************************** EDGE / NUE Styles */
/* Coloring */
.pgreen {
    background-color: #82bb27;
}
.pblue {
    background-color: #00a5b6;
}
.pgrey {
    background-color: #54555a;
}
.mblue {
    background-color: #48858e;
}
.dblue {
    background-color: #003a49;
}
.grey {
    background-color: #909c9d;
}

.content-bar {
    background-image: url(//cdn2.hubspot.net/hub/306056/file-1303954559-svg/Images/nue2014/Group_1.svg);
    background-size: cover;
}
.content-bar .text h3 {
    color: #fff;
}

/* Layout and Style */
.content-bar .media, .content-bar .text {
    float: left;
    width: 100%;
}

.content-bar .media {
    max-width: 60%;
    padding-right: 2%;
}

.content-bar.right .media {
    padding-right: 0%;
    padding-left: 2%;
}

.content-bar .text {
    max-width: 40%;
    color: #fff;
    line-height: 1.6;
    padding-top: 1em;
}
@media (max-width: 767px) {
    .content-bar .media {
        max-width: 100%;
        padding: 0;
    }
    
    .content-bar .text {
        max-width: 100%;
        padding: 0 1em 2em 1em;
    }
}
/* Home Page Alts */
.content-bar.home .media, .content-bar.home .text {
    width: 33.33%;
    min-height: 16em;
}

.content-bar.home .media {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.content-bar.home .text {
    background-image: url(//cdn2.hubspot.net/hub/306056/file-1303954559-svg/Images/nue2014/Group_1.svg);
    background-size: cover;
    padding: 2.25em;
    position: relative;
    max-width: none;
}

.content-bar.home .text .slide-up-link {
    background: rgba(33, 33, 33, 0.5);
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
       -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
            transition: all 0.25s ease;
}

.content-bar.home .text:hover .slide-up-link {
    top: 0;
    -webkit-transition: all 0.125s ease;
       -moz-transition: all 0.125s ease;
        -ms-transition: all 0.125s ease;
            transition: all 0.125s ease;
}

.content-bar.home .text .slide-up-link .button {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.content-bar.home .text.pgreen {
    background-color: #82bb27;
}

.content-bar.home .text.pblue {
    background-color: #00a5b6;
}

.content-bar.home .text.pgrey {
    background-color: #54555a;
}

.content-bar.home .text.mblue {
    background-color: #48858e;
}

.content-bar.home .text.dblue {
    background-color: #003a49;
}

.content-bar.home .text.grey {
    background-color: #909c9d;
}

@media (max-width: 1023px) {
    .content-bar.home .media, .content-bar.home .text {
        width: 50%;
        min-height: 16em;
    }

    .content-bar.home.one .media:last-child {
        display: none;
    }
    
    .content-bar.home.two .media {
        display: none;
    }
}
@media (max-width: 767px) {
    .content-bar.home .media, .content-bar.home .text {
        width: 100%;
        min-height: 16em;
    }
}

