/* @import url('http://example.com/example_style.css'); */
@import url('//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/fonts/font-style.css');
@import url('//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/fonts/nucleo-outline.css');
@import url('//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/fonts/nucleo-glyph.css');
@import url('//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/fonts/knockout-fonts.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    */
/*****************************************/

a {
	-webkit-transition: all 0.8s ease-in-out 0s;
    -moz-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
}

/* Mobile Nav Icon - Start */
.mob-nav{position: absolute; width: 60px; height:45px; top:20px; right:30px;}
#mobile-nav{
        width: 67px;
        height: 67px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 99999;
}

#mobile-nav span {
        display: block;
        position: absolute;
        height: 5px;
        width: 50%;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
}

#mobile-nav span:nth-child(even) {left: 50%; border-radius: 0 9px 9px 0;}
#mobile-nav span:nth-child(odd) {left:0px; border-radius: 9px 0 0 9px;}
#mobile-nav span:nth-child(1), #mobile-nav span:nth-child(2) {top: 0px;}
#mobile-nav span:nth-child(3), #mobile-nav span:nth-child(4) {top: 12px;}
#mobile-nav span:nth-child(5), #mobile-nav span:nth-child(6) {top: 24px;}
#mobile-nav.open span:nth-child(1),#mobile-nav.open span:nth-child(6) {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
#mobile-nav.open span:nth-child(2),#mobile-nav.open span:nth-child(5) {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
#mobile-nav.open span:nth-child(1) { left: 5px; top: 7px;}
#mobile-nav.open span:nth-child(2) {left: calc(50% - 5px); top: 7px;}
#mobile-nav.open span:nth-child(3) {left: -50%; opacity: 0;}
#mobile-nav.open span:nth-child(4) {left: 100%; opacity: 0;}
#mobile-nav.open span:nth-child(5) {left: 5px; top: 16px;}
#mobile-nav.open span:nth-child(6) {left: calc(50% - 5px); top: 16px;}

.mobile-trigger{top:0; right:0; margin:0;}
.cta_border_button{background:#444547; border:1px solid #444547; border-width:18px 15px 18px 15px;}
.cta_border_button:hover{background:#444547; border:1px solid #444547; border-width:18px 15px 18px 15px;}
/* Mobile Nav Icon - End */

/*
.header-container-wrapper {position: relative;}
.header-container-wrapper .header-container > div:nth-of-typ(2){position: fixed; width: 100%; z-index: 9999;}
*/

body > iframe{display:none;}

body{font-family: "ConduitITCStd",sans-serif; text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; font-size:18px !important;}
h1, h2, h3, h4, h5, h6{font-family: "knockout",sans-serif; font-weight:normal; line-height: normal; letter-spacing:1px; text-transform:uppercase;}
h5{font-size:23px; color:#0098a6; text-transform:uppercase;}
h1{font-size:50px;}
h3{font-size:40px;}
h6{font-size:18px;}

.pull-left {float: left !important;}
.pull-right {float: right !important;}

/* Text Color */
.text-green{color:#007378;}
.text-lightblue{color:#84d1d7;}
.text-orange{color:#ff7421;}
.text-yellow{color:#ffcb46;}
.text-blue{color:#3daeb9;}
.text-red{color:#D00202;}

.underline{position: relative; margin-bottom:30px !important; padding-bottom:20px !important;}
.homepage .underline:after, .rtcshadow .underline:after, .rtconnect .underline:after{left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.underline:after{bottom:0; position: absolute; content:""; height:4px; width:60px; background:#666666; left:0; transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0);}

.underline.default:after{background:#0098a6;}
.underline.green:after{background:#007378;}
.underline.lightblue:after{background:#84d1d7;}
.underline.orange:after{background:#ff7421;}
.underline.yellow:after{background:#ffcb46;}
.underline.blue:after{background:#3daeb9;}
.underline.red:after{background:#D00202;}

.emergency-update{position: fixed; top:0; color:#fff; background:#ff7421; width:100%; font-size:16px; text-align:center; padding:5px 0;}
.emergency-update p{margin:5px 0}
.small-header .header-cta{text-align: right;}
.main-banner h1{font-size:65px;}
.main-banner p{font-size:24px;}
.padding100t{padding-top:100px;}
.margin55t{margin-top:55px !important;}
.margint0{margin-top:0 !important;}
.marginb0{margin-bottom:0 !important;}
.container{float:none !important; margin: 0 auto !important; max-width:1080px; width:100%; position: relative;}
.footer-container-wrapper .footer-copyright{display: none;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{font-size: 16px; color:#fff; text-transform: capitalize; padding:10px;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{opacity:0.6;}
.custom-menu-primary .hs-menu-wrapper > ul > li{margin-right:0;}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child{display: none;}
/* .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(6){display: none;} */
.footer-background{background:#00a0af;}
.footer-background a{background:transparent;}
.small-content-wrapper{max-width:750px !important;}
.body-container-wrapper .container-fluid .row-fluid .page-center{position: relative; z-index:2;}
/* .homepage.hs-content-id-4594041005{margin-top:34px;} */
.header-container{background-color:transparent;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+76&0.76+0,0+94 */
background: -moz-linear-gradient(top,  rgba(68,69,71, 0.30) 0%, rgba(68,69,71,0) 90%, rgba(0,0,0,0) 0%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(68,69,71, 0.30) 0%,rgba(68,69,71,0) 90%,rgba(0,0,0,0) 0%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(68,69,71, 0.30) 0%,rgba(68,69,71,0) 90%,rgba(0,0,0,0) 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
/* Form styling */

textarea, select, input{font-family: "ConduitITCStd",sans-serif !important; font-weight:normal; line-height: normal; box-sizing: border-box !important; border:1px solid #e4e4e4 !important; border-radius:0 !important; height: auto !important;}
.small-header .header-container{background:rgba(88,89,88, 1);}

.multi-container label.hs-form-checkbox-display input{
    display: inline-block;
    vertical-align: top;
}

.multi-container label.hs-form-checkbox-display span{
    display: inline-block;
    width: 90%;
    vertical-align: top;
    line-height: 1.2;
    margin-bottom: 10px;
}


.body-container-wrapper{padding-top:0;}
.custom-menu-primary .hs-menu-wrapper > ul{padding-top:13px;}
.header-container .hs_cos_wrapper_type_logo a img{margin-top:6px;}
.header-container .aura-logo .hs_cos_wrapper_type_logo a img {max-height:40px !important; width:auto !important;}
.header-cta{margin-top:17px; text-align: right;}
.header-cta .cta_button{font-family: "ConduitITCStd",sans-serif !important; padding-bottom:3px !important; border-radius:0 !important;}
.header-cta .cta_button:hover{background:#00878e !important; color:#fff !important;}
.header-baner{position: relative; max-height:687px; overflow:hidden; z-index:-1;}
.header-baner img{max-width: inherit; width:100%; opacity:0;}
.video{position:absolute;}
.footer-container-wrapper .contact-us a, .footer-container-wrapper .about-us a{color: #fff;}
.footer-container-wrapper .contact-us a:hover, .footer-container-wrapper .about-us a:hover{color:#ffdd46;}
ul.copyright, ul.social{margin:0; padding:0; font-size:15px;}
ul.copyright li, ul.social li{margin:0; display:inline-block; color: #fff; vertical-align: middle; padding:0 15px;}
ul.copyright li:first-child{width:30px; height:30px; padding-left:0; padding-right:0;}
ul.copyright li:last-child{border-left: 1px solid #fff;}
ul.copyright li img{width:100%; height: auto; margin-top: -6px;}
ul.social{text-align: right;}
ul.social li {padding:0; width:30px; height:30px; text-align: center; background:#fff; margin:0 5px;}
ul.social li a{font-size:22px; line-height:35px !important; color:#00A0AF !important;}
ul.social li:hover{background-color:#fdd542;}
.footer-background.padding40tb{padding:20px 0;}
.custom-menu-primary .hs-menu-wrapper > ul li ul:before{display: none;}
.custom-menu-primary .hs-menu-wrapper > ul li ul{background:#585958; border-color:#585958; border-radius:0;}
.custom-menu-primary .hs-menu-wrapper > ul li ul li a{color:#fff;}
.custom-menu-primary .hs-menu-wrapper > ul li ul li a:hover{color:rgba(255,255,255,07);}
.custom-menu-primary .hs-menu-wrapper > ul li ul li:hover{background:rgba(255,255,255,0.1);}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children{position: inherit !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper{top:0; width:100%; background:rgba(88,89,88, 1); border-radius:0; border:none; text-align:center; padding-top:75px; z-index:-2;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li{display: inline-block; width:150px; height:150px; position: relative;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li a:before{
	content:"";
	background:url("//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/icons/icon-nav-security.png") no-repeat center center;
	position:absolute;
	left:0;
	width:100%;
	height:100px;
	background-size:40% auto;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li:nth-of-type(1) a:before{
	background-image:url("//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/icons/icon-nav-security.png");
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li:nth-of-type(2) a:before{
	background-image:url("//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/icons/icon-nav-connectivity.png");
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li:nth-of-type(3) a:before{
	background-image:url("//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/icons/icon-nav-voice.png");
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li:nth-of-type(4) a:before{
/* 	background-image:url("//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/icons/icon-nav-field-services.png"); */
  background-image:url("//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/icons/icon-nav-cloud-connect.png");
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li:nth-of-type(5) a:before{
	background-image:url("//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/icons/icon-nav-broadcast.png");
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li:nth-of-type(6) a:before{
	background-image:url("//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/icons/icon-nav-broadcast.png");
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li a{
	line-height: 210px;
/*     padding-top: 100px; */
    position: relative;
    width: 100%;
    z-index:99;
    text-align: center;
    color:#fff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li:hover{background:transparent;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li a:hover{opacity: 0.6;}
.custom-menu-primary .hs-menu-wrapper > ul li:nth-of-type(3) > ul{left:0 !important;}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) > ul:before{display: none;}

.hidden {opacity: 0;}
.post {position:relative;}
.visible {opacity: 1; display: inherit; visibility: visible;}

.post {
 -webkit-animation: load 5s 1s;
  animation: load 5s 1s;
}

.main-banner{position: relative;}
.main-banner .owl-slider{position: relative;}
.main-banner .owl-carousel.owl-drag .owl-item{max-height:510px; overflow:hidden;}
.inner-banner .paraxify.bg{max-height:450px; overflow: hidden; position: relative;}
.banner-description{position: absolute; top:100px; z-index:1;}
.main-banner .banner-description, .inner-banner .banner-description{top:56%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}


.button{color:#0098a6; padding:5px 30px; display: inline-block;}
.white-outline{color:#fff; padding:6px 15px 4px 50px; border:1px solid #fff; position: relative; display:inline-block; background:rgba(255, 255, 255, 0.3);}
.white-outline:before{content:"\f04b"; border-right: 1px solid #fff; font-family: fontawesome; left: -1px; padding:11px 13px; position: absolute; top:0; font-size:10px;}
.white-outline:hover{background:rgba(255,255,255,0.8);}
.gray-btn:before{border-color:#666;}
.gray-btn{border-color:#666; color: #666;}
.gray-btn:hover{background:#666; color:#fff;}
.button.hm{padding:5px 0;}
.button.hm .fa{font-size:10px; padding-right:5px;}
.yellow-btn{background:#fdd542; color:#58595b;}
.yellow-btn:hover{background:#58595b; color:#fdd542;}
.teal-btn{background:rgb(0,160,175); color:white;}
.teal-btn:hover{background:#00878e; color:white;}

.main-banner .reverse-heading h1{/*background:#fdd542;*/ max-width:80%; color:#ffcb46; padding:15px 15px 0 15px; line-height:55px;}
.main-banner .reverse-heading p{/*background:#fdd542;*/ color:#ffcb46; padding:0 15px 15px 15px; margin-top:-5px; font-size:24px; max-width:80%;}
.main-banner .reverse-heading .page-center h1:nth-of-type(2){padding-top:0;}
.main-banner .reverse-heading p:nth-of-type(1){padding:15px 0 15px 10px; max-width:80%; margin-bottom:4px;}
p.hm-svg{text-align:left;}
p.hm-svg img{width:auto !important; height:40px !important;}

.reverse-heading h1{color: #fff;}
.reverse-heading h1, .reverse-heading h2{margin:0; text-shadow: none; line-height:45px;}
.reverse-heading h2{line-height:15px; padding-bottom:30px;}
.reverse-heading h1{text-transform: uppercase; font-weight: normal;}
.banner-description p{max-width:450px; line-height:30px;}

.innerpage-heading-icon{position: relative;}
.innerpage-heading-icon img{width:75px; height: auto;}
.big-image-bar{position: relative; margin:2px 0; overflow: hidden;}
.paraxify {background-attachment: fixed; background-position:center center; background-repeat: no-repeat; background-size: cover;}
/* .big-image-background{position: absolute;} */
/*.big-image-bar > div{background-attachment: fixed !important;}*/
/* .big-image-background{position: fixed; z-index:-1; height: 500px;} */
/* .big-image-bar .content-right .pull-right .row-fluid{position: relative;} */
/* .container-fluid .row-fluid .big-image-bar .page-center{position: relative;} */
.boxshadow > div{-webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.5); box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.5); position: relative; z-index:11;}

.rtcshadow > div{
-webkit-box-shadow: inset 0px 6px 20px 2px rgba(227,151,31,1);
-moz-box-shadow: inset 0px 6px 20px 2px rgba(227,151,31,1);
box-shadow: inset 0px 6px 20px 2px rgba(227,151,31,1);
}
.big-image-bar .reverse-heading h1 span{padding: 7px 10px 5px 10px;   display: inline-block;}
.content-right{height:500px; max-width: 1024px; position: absolute; top: 0; width: 100%;}
.big-image-bar .banner-description{overflow: hidden; padding: 100px 0; position: relative; top: 0;}
.big-image-bar .content-right .banner-description{max-width:320px; position: relative; float: right;}
.big-image-bar .align-centre .banner-description{transform: translateX(-50%); left: 50%; top:0;}
.big-image-bar .banner-description h1, .big-image-bar .banner-description h2, .big-image-bar .banner-description p{background: transparent; padding-left:0;}

.homepage .big-image-bar > div{min-height:650px;}

.big-image-bar .banner-description p{line-height: 1.5em;}
.blog-post{margin: 0 auto;}
/* .homepage .blog-post{max-width:80%;} */
.blog-post .hs-rss-module.feedreader_box{width:100%; text-align: center;}
.blog-post .hs-rss-module.feedreader_box .hs-rss-item{display:inline-block; width:31%; margin:0 1%; border:1px solid #e4e4e5; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; background:#fff; position: relative;}
.blog-post .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-text, .blog-post .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-image-wrapper{float: none; display: block; position: relative; vertical-align: middle; width:100%;}
.blog-post .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-image-wrapper{position: absolute; top:0; height:150px; }
.blog-post .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-text{
	margin-top:150px;
	height: 235px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog-post .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-byline{display: none;}
.blog-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text{padding:30px 30px 15px; text-align: left;}
.blog-post .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-image-wrapper{overflow: hidden;}
.home-blog-post .blog-post .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-image-wrapper img{width:100%; max-width:1000%; height:auto; transform: translateY(-10%); -webkit-transform: translateY(-10%); -ms-transform: translateY(-10%);}
.blog-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-description a{display: block;}
.blog-post .hs-rss-title{font-size:24px; color:#00a0af; line-height: normal;}
.blog-post .hs-rss-title a{color:#00a0af;}
.blog-post.industryexpertise .hs-rss-module.feedreader_box .hs-rss-item{width:28%; overflow: hidden; background:#fff;}
.blog-post.industryexpertise .hs-rss-module.feedreader_box .hs-rss-item p{padding:0 20px; text-align:left; margin-top:20px;}

.bus-telecom .hs-rss-item img{width:100%; max-width:1000%;}

.big-image-bar .align-centre .banner-description{max-width:1024px; width:100%; top:50%;}
.big-image-bar .align-centre .banner-description h1, .big-image-bar .align-centre .banner-description h2, .big-image-bar .align-centre .banner-description p{max-width:100%; padding-right:0;}
/* .rtconnect .banner-description{padding-top:80px;} */
.rtconnect ul{margin:0; padding:0; text-align: center;}
.rtconnect ul li{display: inline-block; margin:10px; line-height:0; overflow: hidden; position: relative; width: 31%; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px;
	-webkit-box-shadow: 6px 6px 9px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 6px 6px 9px -2px rgba(0,0,0,0.3);
	box-shadow: 6px 6px 9px -2px rgba(0,0,0,0.3);
}
.rtconnect li a{display: inline-table; text-decoration: none; width: 100%;}
.rtconnect li a span{display:table-cell; width:50%; vertical-align:middle; height:150px;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;}
.rtconnect li a span:first-child{color:#fff; background:#008e9d; font-size:60px; line-height:0; text-align: center;}
.rtconnect li a span:first-child img{max-width:75px; height: auto;}
.rtconnect li a span:last-child{color:#00a0af; background:#fff; padding: 0 15px; text-align: left; line-height: normal;}
.rtconnect li a:hover span:last-child{color:#fff; background:#3daeb9;}
.rtconnect li:last-child a span:last-child{font-size:16px;}
.rtconnect .hs_submit{text-align: right; padding-right:10px;}

.keymsgs .cell-wrapper > span, .keymsgs .hs_cos_wrapper_widget_container {border-bottom:1px solid #e3e3e4; margin-bottom:80px; display: block;}
.keymsgs ul{margin:-50px auto 0; padding:0; text-align: center; position:relative; z-index:9; overflow: hidden; max-width:1023px; width:100%; line-height:0;}
.keymsgs li:after, .keymsgs li:before{
	content:"";
	position: absolute;
	height:150px;
	width:1px;
	left:0;
	bottom:20px;
}
.keymsgs li:first-child:before{
	border-left:1px solid #e3e3e4;
}
.keymsgs li:after{
	border-right:1px solid #e3e3e4;
	left:inherit;
	right:0;
}
.keymsgs li{display: inline-block; margin:0 0 0 -4px; width:20%; height:230px; overflow:hidden; line-height:normal; position: relative;}
.keymsgs li a{display: block;}
.keymsgs li a span{display: block; width:100%; height:230px; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; position: relative; color:#58595b;}
.keymsgs li a span img{display: block; margin: 0 auto; max-width:75px; padding:85px 0 20px 0;}
.keymsgs li a span h6{color:#0098a6; text-transform:uppercase; letter-spacing:1px; font-size:18px;}
.keymsgs li a span:last-child h6{text-align: center; margin-bottom:10px; color:#fff;}
.keymsgs li a span:first-child{text-align: center;}
/* .keymsgs li a span:first-child .nc-icon-outline{display:block; font-size:75px; line-height:100px; padding-top:6%; color:#00a0af;} */
.keymsgs li a span:last-child{padding:25px 30px; font-size:16px; line-height:24px;   background:#84d1d7; color:#58595b; text-align: left; position: relative; z-index:12; color:#fff;}
.keymsgs li a span:last-child .nc-icon-glyph{position: absolute; bottom:0; right:0; color:#f4a71c; font-size:24px;}
.keymsgs li a:hover span:last-child{transform: translateY(-100%); -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%);}
.keymsgs li a:hover span:first-child{transform: translateY(100%); -webkit-transform: translateY(100%); -ms-transform: translateY(100%);}
.keymsgs li:nth-of-type(1){-webkit-animation-delay: 0.1s; animation-delay: 0.1s;}
.keymsgs li:nth-of-type(2){-webkit-animation-delay: 0.2s; animation-delay: 0.2s;}
.keymsgs li:nth-of-type(3){-webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
.keymsgs li:nth-of-type(4){-webkit-animation-delay: 0.4s; animation-delay: 0.4s;}
.keymsgs li:nth-of-type(5){-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.keymsgs li:nth-of-type(6){-webkit-animation-delay: 0.6s; animation-delay: 0.6s;}

.keymsgs.bt li{width:15%;}
.keymsgs.bt li a span:last-child img{padding:25px 0 20px 0;}
.four-col-block .page-center.content-wrapper .row-fluid{position: relative;}
.four-col-block .page-center.content-wrapper .row-fluid .span6{position: relative;}
.four-col-block .page-center.content-wrapper .row-fluid .span6.reverse-heading{width:40%;}

.no-margin{margin:0 !important;}
.coll-2-img img{border-radius:30px; border-bottom-left-radius:0; overflow:hidden; -webkit-box-shadow:4px 4px 16px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow:4px 4px 16px 0px rgba(0, 0, 0, 0.3); box-shadow:4px 4px 16px 0px rgba(0, 0, 0, 0.3);}
.coll-2-img.right{float: right; text-align: right; margin-left: 2.5641% !important;}

.no-shadow img{box-shadow: none !important;}

body .hs-form-field > label{display:none !important;}
ul.hs-error-msgs > li{width:100%; box-shadow: none; text-align: left; font-family: "ConduitITCStd",sans-serif; font-size:14px;}
ul.hs-error-msgs > li label{font-weight: lighter;}
body textarea{min-height:100px;}
body .hs-button.primary, body input[type="submit"], body input[type="button"]{border: none !important; border-radius:0; background:#00A0AF; color:#fff;}

.contact-map{position: relative; padding-top:20px;}
.contact-map .item{position: relative;}
.contact-map .item .container{height:550px;}
.contact-map .item div:nth-of-type(2){position: absolute !important; left:0; top:0; }
.map-nav{background:#fff; left: 50%; position: absolute; top:0; transform: translateX(-50%); z-index:2; border:1px solid #c9c9c9; width:710px;}
.map-nav .button{border-right: 1px solid #c9c9c9; display: block; float: left; padding: 5px 0; text-align: center; width: 118px;}
.map-nav .button:last-child{border:none;}
.map-nav .button:hover{background:#0098a6; color:#fff;}
.address-bar{
	z-index:2;
	width:300px; position: absolute; top:50%; right:0; background:#fff; border-radius:30px; border-bottom-left-radius:0; overflow: hidden;
	-webkit-box-shadow: 0px 8px 25px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 8px 25px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 8px 25px 0px rgba(0,0,0,0.3);
	transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);
}

.download.button{display: block; text-align: center;}
.download.button a{padding:10px 20px; background:#58595b; color:#ffcb46;}
.download.button a:hover{background:#ffcb46; color: #58595b;}

.address-bar h5, .address-bar p{padding:0 30px;}
.address-bar h5{padding-top:30px;}

.hs_cos_wrapper_type_rich_text ul li:before{display:none;}
.product-pg-left-content{max-width:60%;}
ul.product-security{padding:0; margin:0;}
ul.product-security li{width:49%; display:inline-block; box-sizing:border-box; vertical-align:top; padding-bottom:20px;}
ul.product-security li h5{margin:15px 0;}
ul.product-security li p{padding-right:20px;}
ul.product-security.career li p{overflow: hidden;}
ul.product-security.career li{color:#fff; display: inline-block;}
ul.product-security.career li img{float: left; width:90px; padding-right:20px;}

ul.security-points{margin:0 0 0 0; padding:0;}
ul.security-points li{display: inline-block; width:47%; margin:5px 1%; padding:0 0 0 10px; position:relative;}
ul.security-points li:before{content:"\f069"; font-family: FontAwesome; font-size:8px; position: absolute; top:5px; left:-4px;}

.shareholder-bc ul.product-security li{width:31%;}

.side-bar{position: relative; margin:0; overflow:hidden; float:right; width:350px; background:#cbcbcc; z-index:1;border-top:5px solid #0098a6; z-index:15;
    -webkit-box-shadow:0px 5px 15px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 5px 15px 4px rgba(0, 0, 0, 0.1);
	box-shadow:0px 5px 15px 4px rgba(0, 0, 0, 0.1);
}
.side-bar.red{border-top:5px solid #D00202;}

.hs-content-id-4624038501 .side-bar{border-color:#ff7421;}
.hs-content-id-4524965749 .side-bar{border-color:#84d1d7;}
.hs-content-id-4846898947 .side-bar{border-color:#ffcb46;}
.hs-content-id-4720398175 .side-bar{border-color:#3daeb9;}

/* .industry-expertise-inside .side-bar, .product-page .side-bar{position: relative; left:0; margin:0; top:0; overflow:hidden; float:right;} */

.side-bar form.hs-form fieldset .hs-form-field{padding-right:0;}
.side-bar .hs_firstname, .side-bar .hs_email{padding-right:10px !important;}
.side-bar input[type="submit"]{width:100%; background:#fdd542; color:#58595b; font-size:18px; padding: 10px 0 6px;}
.side-bar .hs_recaptcha .input > div{width:100%!important; overflow: hidden;}
.hs_cos_wrapper_type_form .hs-button.primary.large{background:#0098a6; color:#fff; font-size:18px; padding: 10px 20px 6px 20px;}
.side-bar input[type="submit"]:hover{background:#eb9e1c; }
.exec-profile .side-bar{border:none; padding:30px; width:280px; box-sizing: border-box; background:#74afb7;}
.exec-profile .side-bar ul{margin:0; padding:0; text-align: center;}
.exec-profile .side-bar ul li{display: inline-block; margin:10px; width:50px;}
.exec-profile .side-bar ul li a{display:block; background:#fff; color:#0098a6; padding:9px 0 4px 0; font-size:24px;}
.exec-profile .side-bar ul li a:hover{background:#ffde3f; color:#58595a;}
textarea{resize: vertical;}
body form.hs-form .hs-form-field ul.inputs-list{margin:0;}
.side-bar .hs_cos_wrapper_type_form .hs-button.primary.large{background:#ffc446; color:#666;}
.side-bar .hs_cos_wrapper_type_form .hs-button.primary.large:hover{background:#00878e; color:#fff;}
.side-bar select{height:40px !important; border-radius:0 !important;}

.side-bar .hs_cos_wrapper.form-title{font-family: "ConduitITCStd",sans-serif; font-size:18px; letter-spacing:normal; line-height:1.5; text-transform:inherit;}

/* The sticky */
.fixed-side-bar{
	margin-right:13%;
    position: fixed;
    right: 0;
    top: 75px;
    z-index: 999;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
}
.side-bar.expt{position:absolute !important; right:0 !important; top:100px !important; margin:0 !important; box-shadow: none !important;}
/*
.industry-expertise .owl-item ul{margin:30px auto 10px;; max-width:750px; width:100%; padding:0; text-align:center;}
.industry-expertise .owl-item ul li{width:50%; display:inline-block; width:48%; text-align:left; border-radius:30px; border-bottom-left-radius:0; overflow: hidden; background:#00a7b5; box-sizing: border-box; padding-right:20px; margin-top:10px; margin-bottom:10px;}
.industry-expertise .owl-item ul li:nth-child(odd){margin-right:20px;}
.industry-expertise .owl-item ul li a{color:#fff;}
.industry-expertise .owl-item ul li a h6{padding-top:30px;}
.industry-expertise .owl-item ul li a p{padding-bottom:30px;}
.industry-expertise .owl-item ul li img{float:left; width:57%; padding-right:20px;}

.industry-expertise.hs-blog-listing .expt-case-study{display: none;}
.industry-expertise .post-listing .post-item{width:45%; background:#00a7b5; display: inline-block; margin: 15px; width: 45%; box-sizing: border-box; border-radius:30px; border-bottom-left-radius:0; overflow: hidden; padding:0; text-align:left; max-height:320px;}
.industry-expertise .post-listing .post-item > div{display:inline-block; text-align:left; vertical-align: top; width:49%; overflow:hidden;}
.industry-expertise .post-listing .post-item .post-header{padding:30px;}
.industry-expertise .blog-post-wrapper{width:60%;}
.industry-expertise .block{text-align: center;}
.nav-base{
	width:100%; background:#58595b; overflow:hidden;
	background: rgba(88,89,91,1);
	background: -moz-linear-gradient(left, rgba(88,89,91,1) 0%, rgba(88,89,91,1) 50%, rgba(130,130,132,1) 51%, rgba(130,130,132,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(88,89,91,1)), color-stop(50%, rgba(88,89,91,1)), color-stop(51%, rgba(130,130,132,1)), color-stop(100%, rgba(130,130,132,1)));
	background: -webkit-linear-gradient(left, rgba(88,89,91,1) 0%, rgba(88,89,91,1) 50%, rgba(130,130,132,1) 51%, rgba(130,130,132,1) 100%);
	background: -o-linear-gradient(left, rgba(88,89,91,1) 0%, rgba(88,89,91,1) 50%, rgba(130,130,132,1) 51%, rgba(130,130,132,1) 100%);
	background: -ms-linear-gradient(left, rgba(88,89,91,1) 0%, rgba(88,89,91,1) 50%, rgba(130,130,132,1) 51%, rgba(130,130,132,1) 100%);
	background: linear-gradient(to right, rgba(88,89,91,1) 0%, rgba(88,89,91,1) 50%, rgba(130,130,132,1) 51%, rgba(130,130,132,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58595b', endColorstr='#828284', GradientType=1 );
}
.industry-expertise .nav-base .map-nav{position:relative; left:0; margin:0 auto; border:none; transform:translateX(0); max-width:760px; overflow: hidden; background:#828284;}
.industry-expertise .nav-base .map-nav .button{width:auto; padding:15px 20px;}
.industry-expertise .nav-base .map-nav .button:first-child{background:#58595B;}
.industry-expertise .nav-base .map-nav .button{color:#fff;}

.industry-expertise .blog-listing-wrapper .post-tags a{color:#fff; text-transform: uppercase; font-size:16px;}
.industry-expertise .blog-listing-wrapper .post-header h2 a{color:#fff;}
.industry-expertise .blog-listing-wrapper h1{display:none;}
.industry-expertise .blog-listing-wrapper h5{font-size:16px; line-height:1.2; color:#fff;}
.industry-expertise .blog-listing-wrapper .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{max-width:1000%; height:100%; width:auto; margin:0; max-height:inherit;}
.industry-expertise .blog-listing-wrapper .hs-featured-image-link{line-height:0;}
.industry-expertise .blog-listing-wrapper .post-listing{overflow:hidden; text-align: center;}
.industry-expertise .blog-listing-wrapper .pagination a{color:#0098a6;}
.industry-expertise .blog-listing-wrapper .pagination a:hover{background:#0098a6;color:#fff;}

.industry-expertise .heading-white-base, .industry-expertise .category-nav, .industry-expertise .rtc{display: none;}
.industry-expertise.hs-blog-listing .heading-white-base, .industry-expertise.hs-blog-listing .category-nav, .industry-expertise.hs-blog-listing .rtc{display:block;}
.industry-expertise.hs-blog-post .section.post-body img{border-radius:30px; border-bottom-left-radius:0; overflow:hidden; margin-bottom:30px;}
.industry-expertise.hs-blog-post .section.post-header{padding-top:100px;}
*/

/* New Industry Experise */
.cd-tab-filter li.placeholder {display: none !important;}
.cd-tab-filter{background:#58595b; text-align: center; width:100%; overflow: hidden;}
.cd-gallery li {display: none; margin-bottom: 1.6em;}
.case-study-grid{float: none; margin:30px auto 30px; max-width: 1080px; padding:0; text-align: center;}
.case-study-grid .post-item{width:45%; background:#00a7b5; margin: 15px; width: 45%; box-sizing: border-box; border-radius:30px; border-bottom-left-radius:0; overflow: hidden; padding:0; text-align:left; max-height:320px;}
.case-study-grid h5{text-transform:inherit;}
.case-study-grid .post-item > div{display:inline-block; text-align:left; vertical-align: top; width:49%; overflow:hidden;}
.case-study-grid .post-item .post-header{padding:30px;}
.case-study-grid .post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{max-width:1000%; height:100%; width:auto; margin:0; max-height:inherit;}
.case-study-grid .post-item .post-tags a{color:#fff; text-transform: uppercase; font-size:14px;}
.case-study-grid .post-item .post-header h2{color:#fff; line-height:26px; font-size:26px; margin-top:5px;}
.case-study-grid .post-item .post-header p{font-size:16px; line-height:1.2; color:#fff; margin-top:0;}
/* .case-study-grid .post-item h5{font-size:16px; line-height:1.2; color:#fff;} */
.cat-nav .widget-module ul.cd-filters{margin:0 auto; padding:0; max-width:875px; text-align: center;}
.cat-nav h3{padding: 15px 20px; color:#fff; font-size:16px; line-height:1.5; margin:0;}
.cat-nav .widget-module ul.cd-filters li{float:left; list-style: none; border-right: 1px solid #c9c9c9;}
.cat-nav .widget-module ul.cd-filters li:last-child{border:none;}
.cat-nav .widget-module ul.cd-filters li a{display:inline-block; padding: 15px 25px; color:#fff; background-color:#828284;}
.cat-nav .filter-link-count{display:none;}
.cat-nav .widget-module ul.cd-filters li a:hover{background-color:#0098a6;}
.banner-area{width:100%; position: relative;}
.banner-area h5{color:#fff; text-transform: uppercase;}
.banner-area ul, .banner-area ul li{padding:0; margin:0;}
.selected{background-color:#0098a6 !important;}
.industry-expertise .banner-area .container{padding:100px 0; width:90%; max-width:800px; color:#fff;}
.industry-expertise-inside .page-center.content-wrapper .span7.widget-span h5:nth-of-type(2) {text-transform: inherit;}
.industry-expertise .banner-area li{background-image:url("//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/industry-all-bg.jpg");}
.industry-expertise .banner-area li:nth-of-type(2){background-image:url("//cdn2.hubspot.net/hub/2631546/hubfs/theme-assets-2016/industry-tv-bg.jpg");}
.industry-expertise .banner-area li:nth-of-type(2){background-image:url("//cdn2.hubspot.net/hub/2631546/hubfs/theme-assets-2016/industry-radio-bg.jpg");}
.industry-expertise .banner-area li:nth-of-type(4){background-image:url("//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/industry-maratime-bg.jpg");}
.industry-expertise .banner-area li:nth-of-type(5){background-image:url("//cdn2.hubspot.net/hub/2631546/hubfs/theme-assets-2016/industry-utilities-bg.jpg");}
.industry-expertise .banner-area li:nth-of-type(6){background-image:url("//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/industry-telecoms-bg.jpg");}
.industry-expertise .banner-area li:nth-of-type(7){background-image:url("//cdn2.hubspot.net/hub/2631546/hubfs/theme-assets-2016/industry-others-bg.jpg");}
.industry-expertise-inside .big-image-bar.quote > div.span12{background-position:-300px -30px}
/* .industry-expertise .banner-area li:nth-of-type(8){background-image:url("//cdn2.hubspot.net/hub/2631546/hubfs/theme-assets-2016/");} */

.industry-expertise-inside .body-container > .row-fluid-wrapper:last-child{display: none;}
/* New Industry Experise */


ul.cyber-security{margin:70px 0 30px 0; padding:0; text-align: center; display: table; width:100%;}
ul.cyber-security li{display:table-cell; width: 15.5%; vertical-align: top;}
ul.cyber-security li a{display:block;}
ul.cyber-security li a:hover{opacity:0.5;}
ul.cyber-security li h5{font-size:20px; margin-top:30px; font-family: "ConduitITCStd",sans-serif;}

.cyber-sec .keymsgs li a span img{padding: 64px 0 20px;}
.cyber-sec .keymsgs.bt li a span:last-child{padding:20px 10px;}
.cyber-sec .keymsgs.bt li a span:last-child img{padding:15px 0 20px;}


/* .industry-expertise .banner-area .container{max-width:750px; padding:100px 0 90px 0;} */
/* .cat-nav h3, .widget-module{display: inline-block; vertical-align: middle;} */
.product-page .product-ready2connect{display: none;}
.product-page .body-container > div.row-fluid-wrapper:nth-of-type(4){display: none;}
.product-page .body-container > div.row-fluid-wrapper:nth-of-type(5){display: none;}
.product-page .body-container > div.row-fluid-wrapper:nth-of-type(6){display: none;}

.product-page.hs-content-id-4524965749 .body-container > div.row-fluid-wrapper:nth-of-type(4){display: block;}
.product-page.hs-content-id-4524965749 .body-container > div.row-fluid-wrapper:nth-of-type(3){display: none;}

.product-page.hs-content-id-4846898947 .body-container > div.row-fluid-wrapper:nth-of-type(6){display:block;}

.product-page.hs-content-id-4720398175 .body-container > div.row-fluid-wrapper:nth-of-type(4){display: block;}
.product-page.hs-content-id-4720398175 .body-container > div.row-fluid-wrapper:nth-of-type(3){display: none;}

.product-page.hs-content-id-4624038501 .body-container > div.row-fluid-wrapper:nth-of-type(4){display: block;}
.product-page.hs-content-id-4624038501 .body-container > div.row-fluid-wrapper:nth-of-type(3){display: none;}

.product-page.hs-content-id-4707134338 .body-container > div.row-fluid-wrapper:nth-of-type(5){display: block;}
.product-page.hs-content-id-4707134338 .body-container > div.row-fluid-wrapper:nth-of-type(4){display: block;}
.product-page.hs-content-id-4707134338 .product-ready2connect{display: block;}


.product-page .bg-image{position: absolute; top:0; left:0; z-index:0; width:100%;}
.product-page .bg-image img{width:100% !important; height:auto;}

.product-page.hs-content-id-4707134338 .body-container > div.row-fluid-wrapper:nth-of-type(7){display:none;}

.cyber-sec.hs-content-id-4522588014 .body-container > div.row-fluid-wrapper:nth-of-type(7 ){display:none;}

.product-heading{color:#007378; text-transform:uppercase; font-size: 24px; margin-bottom:37px;}
.partner-logo{position: relative;}
.partner-logo ul{margin:30px 0 0 0; padding:0; text-align:center;}
.partner-logo ul li{margin:0 6px; padding:0; display: inline-block; width:18%; vertical-align: middle;}
.partner-logo ul li img{max-height:70px; width: auto;}

.blog .blog-content{padding-right:50px;}
.blog .blog-sidebar a, .blog .blog-content a{color:#0098a6;}
.blog .blog-sidebar{background:#eaeaea; position: relative;}
.blog .blog-sidebar > .row-fluid-wrapper{padding:0 30px;}
.blog .blog-sidebar > .row-fluid-wrapper:first-child{background:#74afb6; padding: 30px; margin-bottom:40px;}
.blog .blog-sidebar .widget-type-blog_subscribe{padding-bottom:0;}
.blog .blog-sidebar .widget-type-blog_subscribe h3{color:#fff;}
.blog .blog-sidebar .hs-form .hs_email .hs-error-msgs{display: none !important;}
.blog .blog-sidebar .hs-form > div{float: left;}
.blog .blog-sidebar .hs-form > div:first-child{width:60%;}
.blog .blog-sidebar .hs-form > div:last-child{width:40%;}
.blog .blog-sidebar .hs-form .hs-input{border-radius: 0; margin: 0; width: 100%; text-align:left !important; border:none;}
.blog .blog-sidebar .hs-form input[type="submit"]{background:#ffd444; height: 37px !important; color:#58595b; }
.blog .blog-sidebar .hs-form input[type="submit"]:hover{background:#58595b; color:#ffd444;}
.blog .blog-sidebar .widget-type-post_listing .widget-module ul{background:#fff; padding:10px 30px;}
.blog .blog-sidebar .widget-type-post_listing .widget-module ul li{border-bottom:1px solid #e9e9e9;}
.blog .blog-sidebar .widget-type-post_listing .widget-module ul li:last-child{border:none;}
.blog .blog-sidebar .widget-type-post_listing .widget-module ul li a{display: inline-block; padding:10px 0; font-size:22px;}
.vpt{background:url("//cdn2.hubspot.net/hubfs/2631546/theme-assets-2016/blog-right.jpg") no-repeat center center / cover; padding:30px; border-radius:30px; border-bottom-left-radius:0; color:#fff;}
.vpt h2{margin:20px 0;}
.vpt p:last-child a{color:#fdd542;}
.vpt p:last-child a:hover{color:#fff;}
.twitter-wrapper{overflow: hidden;}
.twitter-feeds{max-height:500px; overflow: scroll;}
.twitter-wrapper i{padding-right:5px;}
.twitter-wrapper i, .twitter-wrapper h3{display: inline-block;}
.twitter-wrapper h3{font-size:24px;}

.post-header h2 a{color:#0098a6;}
.blog .blog-content .post-tags a, a.author-link{color:#0098a6;}
.blog .blog-content .post-listing .post-item{overflow: hidden; overflow: hidden; border-radius:30px; border-bottom-left-radius:0; border: 1px solid #dbdbdc; margin: 30px 0; display: table; -dt-display: table; padding-bottom:0;}
.blog .blog-content .post-listing .post-item:first-child{margin-top:0;}
.blog .blog-content .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{margin:0; height:100%; width: auto; max-width:1000%; max-height:315px; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); position: relative;}
/*.blog .blog-content .hs-featured-image-wrapper .hs-featured-image-link{display: inherit!important;}*/
.blog .blog-content .hs-featured-image-wrapper .hs-featured-image-link{display: inline;}
.blog .blog-content .post-item .hs-featured-image-wrapper, .blog .blog-content .post-item .post-header{display: table-cell; -dt-display: table-cell; vertical-align:top; position: relative;}
.blog .blog-content .post-item .hs-featured-image-wrapper{width:30%; overflow: hidden; max-width:200px;}
.blog .blog-content .post-item .post-header{width:70%; padding:30px 30px 0 30px;}
.blog .blog-content .post-item #hubspot-author_data{float: none; font-size:14px;}
.blog .blog-content .post-item .post-header p{font-size:16px;}
.blog .blog-content .post-tags{border-top:1px solid #dbdbdc; bottom:0; width:90%;  padding: 15px 0; font-size:14px; position: absolute;}
.blog.hs-blog-listing .home-blog-post{display: none;}
.blog.hs-blog-post #hubspot-topic_data{margin-top:80px;}
.blog.hs-blog-post .social-sharing-wrapper{display: none;}

/*Blog typography formatting*/
/* .blog.hs-blog-listing .post-item .post-header h2{color:#0098A6; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;  max-height: 65px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: normal;} */

.blog.hs-blog-post .section.post-body img{
	border-radius:30px; border-bottom-left-radius:0; overflow:hidden; margin-bottom:30px;
}

.blog.hs-blog-post .section.post-body p.bp-summary,
.blog.hs-blog-post .section.post-body p:nth-of-type(2){
	color:#0098a6; 
	font-size:20px; 
	margin-bottom:30px; 
	font-weight:500;
}

.blog.hs-blog-post .section.post-body p.bp-body{
	color: #666;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight:normal;
}


.blog-post.about-us{max-width:100%;}
.blog-post.about-us .hs-rss-module.feedreader_box{text-align:left;}
.blog-post.about-us .hs-rss-module.feedreader_box .hs-rss-item{width:31%; margin:1%; overflow: hidden; vertical-align:top;}
.blog-post.about-us .hs-rss-title{margin-top:20px; margin-bottom:0;}
.blog-post.about-us .hs-rss-module.feedreader_box .hs-rss-item p:last-child{margin-top:0; margin-bottom:20px;}

.hs-rss-title{color:#0098a6;}
.shareholder .blog-post.about-us .hs-rss-module.feedreader_box .hs-rss-item p:last-child{margin:0; padding:20px 20px 30px 20px; min-height:125px;}
.shareholder .blog-post.about-us .hs-rss-module.feedreader_box .hs-rss-item a{display: inline-block;}
.shareholder .blog-post.about-us .hs-rss-module.feedreader_box .hs-rss-item a:hover{background:#0098a6;}
.shareholder .blog-post.about-us .hs-rss-module.feedreader_box .hs-rss-item a:hover p.hs-rss-title{color:#fff;}
.shareholder .owl-item .item ul{text-align:left;}
.shareholder .owl-item .item ul li{width:31%; margin:1%; box-shadow: none; background:#fff; line-height: normal;}
.shareholder .owl-item .item ul li p{padding-left:20px; padding-right:20px;}
.shareholder-nav .button{background:#fff; display: block; margin-bottom:10px; text-align: center; border:1px solid #e4e4e5;}
.shareholder-nav a.button:hover, .shareholder-nav a.button:active{background:#0098a6; color:#fff;}

.blog-post.about-last{width:100%;}
.blog-post.about-last .hs-rss-title{color:#fff;}
.blog-post.about-last .hs-rss-module.feedreader_box .hs-rss-item{border:none; border-radius:0; width:31%; margin:1%; vertical-align:top;}
.blog-post.about-last .hs-rss-module.feedreader_box .hs-rss-item a{background:#009cab; color: #fff; padding-top:30px; display:inline-block;}
.blog-post.about-last .hs-rss-module.feedreader_box .hs-rss-item a:hover{background:#00878e;}
.blog-post.about-last .hs-rss-module.feedreader_box .hs-rss-item p:last-child{margin-top:0; margin-bottom:20px; font-size:14px;}

/* Pagination Start */
.pagination {cursor:pointer; padding:0; position: relative; text-align: center;}
.blog .blog-content .pagination a {color:#8d8d8d;}
.pagination a {width:30px; height:30px; padding:1px 10px; line-height:30px; border-radius:3px; text-align:center; text-decoration:none; display:inline-block; vertical-align:middle; -webkit-transition:all .1s; -moz-transition:all .1s; transition:all .1s;}
.pagination a:hover, .share-btn:hover, .mail-to-btn:hover {color:#323232; background:#e5e5e5;}
.pagination a i {padding-top:0; display:inline-block}
.pagination .first, .pagination .last {width:auto}
.pagination li {display:inline-block; background:none; margin:0 2px;}
.pagination li:first-child a, .pagination li:last-child a{width: auto; margin:0;}
.pagination li:first-child, .pagination li:last-child{position: absolute; top:0;}
.pagination li:first-child{left:0;}
.pagination li:last-child{right:0;}
.pagination li.active {-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px}
.pagination li.active a {color:#323232; background-color:#e5e5e5; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px}
.pagination li .first, .pagination li .last {width:auto; font-weight:normal;}
/* Pagination End */

.footer-container-wrapper .row-fluid [class*="span"]{min-height:0 !important;}

.simple-page.without-header-image .header-container{background-color:#585958;}
.simple-page.without-header-image .body-container-wrapper{margin-top:50px;}

.about .hs-rss-item a{min-height:170px; text-align:left;}
.about .hs-rss-item a h5{padding:0 20px;}
.about .hs-rss-item a p{font-size:18px !important;}

a#cta_button_2631546_ad78f7bb-7bf4-4a84-ae0a-bcf593d4b604{box-shadow:none; border-radius:0;}
a#cta_button_2631546_ad78f7bb-7bf4-4a84-ae0a-bcf593d4b604:after {content: ''; display: block; position: absolute; height: 100%; width: 48px; right: 0px; top: 0; background: #58595B; transform: skew(-30deg); transform-origin: 0 100%;}
a#cta_button_2631546_ad78f7bb-7bf4-4a84-ae0a-bcf593d4b604:hover {color: #fff; opacity: 0.5; background: #58595B; box-shadow:none; border:none;}

.highlighted-jobs ul{padding:0; margin:50px 0 100px 0; text-align: center;}
.highlighted-jobs ul li{border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: inline-block; margin:0 10px; overflow: hidden; position: relative; width: 31%; box-sizing:border-box; background:#fff; text-align:left;}

.highlighted-jobs ul li a{display:block; color:#666; line-height:0;}
.highlighted-jobs ul li a p strong{color: #00a0af; font-size: 24px; font-weight:normal;}
.highlighted-jobs ul li a p:nth-of-type(1){padding-top:30px; padding-bottom:0;}
.highlighted-jobs ul li a p{padding:20px 30px 30px 30px; line-height:1.5; margin:0;}
.highlighted-jobs ul li a:hover{color:#fff; background:#00a0af;}
.highlighted-jobs ul li a:hover p strong{color:#fff;}
.highlighted-jobs h3{margin-top:100px;}


/*Single entry job*/

.highlighted-jobs .single-entry .job-post{
	width:93%;
	margin:15px;
	float:left;
	height: 460px;
	overflow: hidden;
	background: white;
    list-style: none;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	box-sizing: border-box;
}


    
.job-wrapper{
    margin-top: 40px; 
    margin-bottom: 40px;  
    padding:10px;    
    text-align: center;
}


#load-more-job-btn{
		margin: 20px 0;
		cursor: pointer;
		display: none;
}

@media (max-width: 539px) {
		#load-more-job-btn.show-on-mobile{display:inline-block;}
}
@media (max-width: 799px) {
		#load-more-job-btn.show-on-tablet{display:inline-block;}
}

#load-more-job-btn.show-on-desktop{display:inline-block;}



/*show 2 jobs for mobile*/
.highlighted-jobs .single-entry > div > span > div:nth-child(n+3){
	display: none;
}


@media (min-width: 540px) {
	.highlighted-jobs .single-entry .job-post{
		width: 44%;
	}

	.highlighted-jobs .single-entry > div > span > div:nth-child(n+3){
		display: block;
	}

	.highlighted-jobs .single-entry > div > span > div:nth-child(n+5){
		display: none;
	}
	
	.job-wrapper{
        padding:10px;    
    }
    
    .highlighted-jobs .single-entry{
        float: left;
        margin-left: 2%;
    }

}

@media (min-width: 800px) {
	.highlighted-jobs .single-entry .job-post{
		width: 29%;
	}

	.highlighted-jobs .single-entry > div > span > div:nth-child(n+5){
		display: block;
	}

	.highlighted-jobs .single-entry > div > span > div:nth-child(n+7){
		display: none;
	}
	
	.highlighted-jobs .single-entry{
        float: left;
        margin-left: 3.3%;
    }
}

.highlighted-jobs .single-entry li a{display:block; color:#666; line-height:0;}
.highlighted-jobs .single-entry li a p strong{color: #00a0af; font-size: 24px; font-weight:normal;}
.highlighted-jobs .single-entry li a p:nth-of-type(1){padding-top:20px; padding-bottom:20px;}
.highlighted-jobs .single-entry li a p{line-height:1.5; margin:0;}
.highlighted-jobs .single-entry li a .wrap{padding:20px 20px 100px 20px;}
.highlighted-jobs .single-entry li a:hover{color:#fff; background:#00a0af;}
.highlighted-jobs .single-entry li a:hover p strong{color:#fff;}

.highlighted-jobs .single-entry.show-all > div > span > div{
		display: block;
}




/*End single entry css*/

.landing-page{color:#424242}
.landing-page .body-container-wrapper .inner-banner .page-center{text-align: center;}
.steps{color:#424242;}
.steps h5{color:#424242; padding-top:15px;}
.landing-page a{color:#0098a6;}
.landing-page a:hover{color:#ff7421;}
/* ................................ Diagram - Start ................................ */
.diagramBlock {
		transition: background .3s ease;
	}
	.diagramBlock_1 {
		background: #B3B3B4;
		color: #84D1D7;
	}
	.diagramBlock_2 {
		background: #6CD2D7;
		color: #007378;
	}
	.diagramBlock_3 {
		background: #FFCB46;
		color: #E2951C;
	}
	.diagramBlock__centered {
		text-align: center;
	}
	.diagramBlock__title {
		font: 30px/40px "ConduitITCStd",sans-serif;
		color: #fff;
		margin: 0 0 10px;
	}
	.diagramBlock__subtitle {
		font: 40px/48px "knockout",sans-serif;
		text-transform: uppercase;
		color: #58595B;
		margin: 0 0 50px;
	}
	.diagramBlock__subtitle:after {
		content: '';
		display: block;
		width: 60px;
		margin: 20px auto 0;
		border-bottom: 4px solid #58595B;
	}
	.diagramBlock .span5 {
		position: relative;
		padding-bottom: 40.2%;
	}
	.diagramBlock__svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: 500px;
		display: block;
	}
	g#sectors > g {
		cursor: pointer;
	}
	.diagramBlock-inners {

	}
	.diagramBlock-inner {
		display: none;
	}
	.diagramBlock-inner_active {
		display: block;
	}
	.diagramBlock-inner__title {
		font: 65px/65px "knockout",sans-serif;
		text-transform: uppercase;
		color: inherit;
		margin: 0 0 10px;
		transition: color .3s ease;
	}
	.diagramBlock-inner__text {
		color: #58595B;
		font: 18px/28px "ConduitITCStd",sans-serif;
	}
	.diagramBlock-selectors {
		overflow: hidden;
		margin: 30px 0 0;
		padding: 0;
		list-style: none;
	}
	.diagramBlock-selector {
		margin: 0 20px 0 0;
		padding: 0 8px 9px;
		list-style: none;
		border-bottom: 3px solid #fff;
		cursor: pointer;
		color: #fff;
		float: left;
		font: 18px/28px "ConduitITCStd",sans-serif;
		transition: all .3s ease;
	}
	.diagramBlock-selector:hover {
		opacity: .5;
	}
	.diagramBlock-selector_active {
		cursor: default;
		color: inherit;
		border-bottom-color: inherit;
	}
	.diagramBlock-selector_active:hover {
		opacity: 1;
	}
	.diagramBlock__button {
		position: relative;
		color: #FFCB46;
		display: inline-block;
		font: 30px/40px "knockout",sans-serif;
		padding: 20px 45px 20px;
		text-decoration: none;
		text-transform: uppercase;
		background: #58595B;
		margin: 80px 0 0;
		transition: all .3s ease;
	}
	.diagramBlock__button:after {
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 48px;
    	right: 0px;
		top: 0;
		background: #58595B;
		transform: skew(-30deg);
    	transform-origin: 0 100%;
	}
	.diagramBlock__button:hover {
		color: #fff;
		opacity: 0.5;
	}
	@media (max-width: 1000px) {
		.diagramBlock__button:after {
			display: none;
		}
		.diagramBlock-selectors,
		.diagramBlock-inner__title > span {
			display: none;
		}
		.diagramBlock .span5 {
			position: relative;
			padding-bottom: 0%;
		}
		.diagramBlock__svg {
			position: static;
			width: 100%;
			height: auto;
			margin: 0 auto;
			max-width: 500px;
		}

	}
/* ................................ Diagram - End ................................ */


/* ............................... Responsive CSS ............................... */
@media screen and (max-width: 1169px) {
	.container-fluid .row-fluid .page-center{padding:10px 30px;}
	.header-container-wrapper .row-fluid .span8.widget-type-menu{width:70%;}
	.header-container-wrapper .row-fluid .span2.header-cta{width:10%;}
	.address-bar{right:30px;}
/* 	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper{top:74px;} */
	.coll-2-img.right{margin-left: 85px;}
	.coll-2 .span12 p{max-width: 40%;}
	.side-bar{right:15px; margin:0; left:inherit; }
	.paraxify {background-attachment:scroll; background-position:center center !important;}
	.four-col-block .page-center.content-wrapper .row-fluid .span6.reverse-heading{width:45%;}
	.margin55t{margin-top:30px !important;}
}


@media screen and (max-width: 849px) {
	h1{font-size:45px;}
	.header-container.container-fluid .row-fluid-wrapper.row-depth-1.row-number-1
	.row-fluid-wrapper.row-depth-1.row-number-2 .span2.widget-type-logo{background:#585958;}
	.custom-menu-primary .hs-menu-wrapper > ul{background:#444547;}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper{top:0; padding-top:0;}
	.custom-menu-primary .hs-menu-wrapper > ul ul li{color: inherit;}
	.custom-menu-primary .hs-menu-wrapper > ul ul li{background-color: transparent;}
	.custom-menu-primary .hs-menu-wrapper > ul ul li:hover{background-color: transparent;}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{opacity: 0.6;}
	.span8.widget-span.widget-type-menu.custom-menu-primary.js-enabled{min-height:0 !important;}
	.header-container .hs_cos_wrapper_type_logo a img{margin:15px;}
	.hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal{line-height:0;}
	.custom-menu-primary .hs-menu-wrapper > ul{padding-top:0;}
	.custom-menu-primary .hs-menu-wrapper > ul li:first-child{border-top:none;}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a{padding:0 10px; display: block; background: rgba(0,0,0, 0.2);}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover{background: rgba(0,0,0, 0);}
	.product-pg-left-content{max-width:100%;}
	.keymsgs li{margin:0; width:16%;}
	.keymsgs li a span:first-child{font-size:20px;}
	.keymsgs li a span:last-child{font-size:14px;}
	.rtconnect ul li{width:30%;}
	.blog-post{max-width:100%;}
	.footer-container .about-us, .footer-container .more-links{margin-bottom:0;}
	.hs-menu-wrapper.hs-menu-flow-horizontal >
	ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li{border-top:none; width:120px;}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-of-type(3).hs-item-has-children{position: relative !important;}
	.custom-menu-primary .hs-menu-wrapper > ul li ul{background: inherit;}
	.inner-banner{margin-top:-10px;}
	.inner-banner .invisible{height:400px;}
/* 	.inner-banner .paraxify{background-repeat:no-repeat !important; background-size:auto 150% !important;} */
	.side-bar{width:300px;}
	.blog .blog-content{padding:0;}
	.blog .blog-sidebar > .row-fluid-wrapper:first-child{padding:15px;}
	.blog .blog-sidebar > .row-fluid-wrapper{padding:0 15px;}
	.blog .blog-sidebar .hs-form > div:first-child{width:51%;}
	.blog .blog-sidebar .widget-type-post_listing .widget-module ul{padding:10px 15px;}
	.blog .blog-sidebar{margin-top:0;}
	.blog .blog-content .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{max-height:400px;}
	.blog .blog-content .post-tags{margin-top:10px;}
	.coll-2-img.left, .coll-2-img.right{max-width:300px;}
	.coll-2-img.left{margin-right:35px;}
	.coll-2-img.right{margin-left:35px}
	.fixed-side-bar{margin-right:0; position:absolute;right:15px; box-shadow:none;}
	.cat-nav .widget-module ul.cd-filters li a{padding-left:18px; padding-right:18px;}
	.four-col-block .page-center.content-wrapper .row-fluid .span6.reverse-heading{width:50%;}
	.margin55t{margin-top:0 !important;}
	.custom-menu-primary .hs-menu-wrapper > ul > li:last-child{display:inherit;}
	.shareholder-bc ul.product-security li{width:100%;}
}

@media screen and (min-width: 768px) and (max-width: 849px) {
		.custom-menu-primary .hs-menu-wrapper > ul {
		 		background: transparent; 
		}
		.hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
		    line-height: 1.9;
		}

		.custom-menu-primary .hs-menu-wrapper > ul li ul {
		    background: #585958;
		}

		.header-container.container-fluid .row-fluid-wrapper.row-depth-1.row-number-1 .row-fluid-wrapper.row-depth-1.row-number-2 .span2.widget-type-logo {
		    background: transparent;
		}
}

@media screen and (max-width:767px) {
	.pull-left, .pull-right{float:none !important;}
	.container-fluid .row-fluid .page-center{padding:10px 15px;}
	.hs-content-id-4846898947 .header-baner.paraxify.bg .video{display:none;}
		.hs-content-id-4846898947 .header-baner.paraxify.bg img{opacity:1;}
	h1 {font-size: 32px;}
/* 	.homepage.hs-content-id-4594041005{margin-top:58px;} */
	.padding100tb{padding:40px 0;}
	.padding100t{padding-top:40px;}
	.pull-right{float: none;}
	.side-bar{display:none; float: none; width: 100%; left: inherit; right: inherit;}
	.side-bar .hs_email, .side-bar .hs_firstname{padding-right:0 !important;}
	.hs-content-id-4548473349 .side-bar, .hs-content-id-4710522943 .side-bar{display:block;}
	.rtconnect .hs_submit{padding-right:0;}
	.innerpage-heading-icon{margin-bottom:10px;}
	.hs-menu-wrapper.hs-menu-flow-horizontal >
	ul li:nth-of-type(3).hs-item-has-children ul.hs-menu-children-wrapper li{margin:5px;}
	.keymsgs li{width:49%;}
	ul.cyber-security li{width:30%; display: inline-block; margin:1%;}
	.keymsgs li a span:last-child{padding:20px 10px;}
	.keymsgs.bt li{width:49%;}
	.rtconnect ul li{width:90%;}
	.blog-post .hs-rss-module.feedreader_box .hs-rss-item{display: inherit; margin:30px 0; width:100%;}
	.footer-container-wrapper .ul.copyright, .footer-container-wrapper ul.social{text-align: center; margin-top:20px;}
	.inner-banner{margin-top:0;}
	#owl-demo .item img{height:250px !important; width: auto !important; max-width:inherit !important;}
	.inner-banner .paraxify.bg{max-height:250px;}
	.main-banner .reverse-heading h1{font-size:36px; line-height:30px;}
	.main-banner .reverse-heading p{display: none;}
	.main-banner .reverse-heading h1{/*background:rgba(253,213,66,0.7);}*/ max-width:100%;}
	.blog-post.industryexpertise .hs-rss-module.feedreader_box .hs-rss-item{width:100%;}
	.map-nav .button, .map-nav .button:last-child{border-bottom:1px solid #c9c9c9;}
	.blog .blog-sidebar{display:none;}
	.blog .blog-content .post-listing .post-item{display: block;}
	.blog .blog-content .post-item .hs-featured-image-wrapper, .blog .blog-content .post-item .post-header{display: block; width:100%; max-width:100%;}
	.blog .blog-content .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{height: auto; width:100%;}

	.blog .blog-content .post-tags{position: inherit; width:100%;}
	.blog .blog-content .post-item .post-header{padding:20px 20px 0 20px;}
	.address-bar{top:100px; right:inherit; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
	.case-study-grid .post-item{width:90%; max-height:inherit; margin:5px auto;}
	.case-study-grid .post-item > div{display:block; width:100%;}
	.case-study-grid .post-item .post-header{padding:20px;}
	.case-study-grid .post-item > div:first-child{max-height:200px;}
	.case-study-grid .post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{width:100%; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}
	.map-nav{width:100%; border-bottom:non;}
	.map-nav .button{width:50%;}
	.partner-logo ul li{width:45%; margin:2%;}
	.big-image-bar .banner-description{padding:40px 0;}
	ul.product-security li{display: block; width:100%;}
	ul.copyright, ul.social{text-align:center;}
	.owl-carousel.owl-theme.team .item{min-height:600px !important;}
	.shareholder .owl-item .item ul li{width:47%; margin:2px; min-height:235px; vertical-align: top;}
	.blog-post.about-us .hs-rss-module.feedreader_box .hs-rss-item{width: 100%;}
	.exec-profile .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image{height:100%; width:auto; max-width:inherit;}
	.blog-post.about-last .hs-rss-module.feedreader_box .hs-rss-item{margin:10px 0;}
	.coll-2-img.left, .coll-2-img.right{float:none; margin:0 0 30px 0 !important; max-width:100%;}
	.cat-nav .widget-module ul.cd-filters ul{text-align:center;}
	.cat-nav .widget-module ul.cd-filters li{float: none; display: inline-block; width:49.5%; border:none; margin:2px 0;}
	.cat-nav .widget-module ul.cd-filters li a{display: block;}
	#owl-demo .item p.hm-svg img{height: 30px !important; width: auto !important;}
	.four-col-block .page-center.content-wrapper .row-fluid .span6.reverse-heading{width:100%;}
	.margin55t{margin-top:15px !important;}
	.keymsgs li:after, .keymsgs li:before{border:none !important;}
	.product-page .bg-image img {float: right; height: 100% !important; max-width: 1000%; width: auto !important;}
	.highlighted-jobs ul li{width:100%; max-width:320px; margin:15px 0;}
	.highlighted-jobs ul{margin-bottom:70px;}
}
