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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

/*  Google Fonts */
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
*/

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



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

@font-face {
    font-family: 'telegraficoregular';
    src: url('//cdn2.hubspot.net/hubfs/2537452/fonts/telegrafico-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/2537452/fonts/telegrafico-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/2537452/fonts/telegrafico-webfont.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/2537452/fonts/telegrafico-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/2537452/fonts/telegrafico-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/2537452/fonts/telegrafico-webfont.svg#telegraficoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'HelveticaRegular';
  src: url('//cdn2.hubspot.net/hubfs/2537452/fonts/Oct_2016/Helvetica.eot'); /* IE9 Compat Modes */
  src: url('//cdn2.hubspot.net/hubfs/2537452/fonts/Oct_2016/Helvetica.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//cdn2.hubspot.net/hubfs/2537452/fonts/Oct_2016/Helvetica.woff2') format('woff2'), /* Super Modern Browsers */
       url('//cdn2.hubspot.net/hubfs/2537452/fonts/Oct_2016/Helvetica.woff') format('woff'), /* Pretty Modern Browsers */
       url('//cdn2.hubspot.net/hubfs/2537452/fonts/Oct_2016/Helvetica.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('//cdn2.hubspot.net/hubfs/2537452/fonts/Oct_2016/Helvetica.svg#Helvetica') format('svg'); /* Legacy iOS */       
       font-weight: normal;
       font-style: normal;
}


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

/* Colors */
    /*  2a2b2f */
    /*  */
    /*  */
    /*  */

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




/* Base & Button Typography */
            /*  */






                         /*  */
                          /*  */



/* Button */





/* Form */



/* Footer */



/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

/* Flexi Background Colors */



/* Website background color and default font styles */
body {
  margin:0;
  padding:0;
  background: #fff;
  color: #3b3b3b;
  font-family:  Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 22px;
  line-height: 28px;
  border:none;
  overflow-x:hidden !important;
  -webkit-text-size-adjust:100%; 
  -ms-text-size-adjust:100%;
  
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.windows{
    font-family: 'helveticaregular', Arial, 'Lucida Grande', sans-serif;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1{
    font-family: 'telegraficoregular', sans-serif;
    font-weight: 500!important;
    font-size: 60px;    
    font-style:normal;
    line-height:62px;
    letter-spacing:0;
    zoom:1;
    color:#ffffff;
}
h2{
   font-family: 'telegraficoregular', sans-serif;
   font-weight:400;
   font-size:42px;
   font-style:normal;
   line-height:46px;
   text-transform:uppercase;
   letter-spacing:0;
   zoom:1;
   color:#3b3b3b;
}
h3{
    font-family: 'telegraficoregular', sans-serif;
    font-weight:500;
    font-size:32px;
    font-style:normal;
    line-height:36px;
    zoom:1;
    color:#3b3b3b;
}
h4{
    font-family: 'telegraficoregular', sans-serif;
    font-weight:400;
    font-size:26px;
    font-style:normal;
    line-height:34px;
    zoom:1;
    color:#3b3b3b;
}
h5{
    font-family: 'telegraficoregular', sans-serif;
    font-weight:400;
    font-size:15px;
    font-style:normal;
    line-height:30px;
    zoom:1;
    color:#3b3b3b;
}
h1, h2, h3, h4, h5, h6{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;        
}
p{
    font-family:  Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-size: 22px;
    line-height: 28px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    font-weight: 400;
    -webkit-text-size-adjust:100%; 
    -ms-text-size-adjust:100%
}
body.windows p{
    font-family: 'helveticaregular', Arial, 'Lucida Grande', sans-serif;
}
a{
    color:#0074be;
}
a:hover{
    color:#c4a229;
}
a[id^=cta_button_]{
    font-family:  Helvetica, Arial, 'Lucida Grande', sans-serif!important;
}
input:focus, input:active{
    outline:0;
}
input{
    font-family:  Helvetica, Arial, 'Lucida Grande', sans-serif;
}
ul li, ul li a, .body-container a{
    font-weight:400;
}

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

/* ==========================================================================
   Layout Structure
   ========================================================================== */
.container{
    
}

.footer-container .footer-content{
    max-width:920px;
    float:none!important;
    margin:auto!important;
    padding-bottom:0;    
}

.animate{
    -webkit-transform: translate3d(0,800px,0);
    -moz-transform: translate3d(0,800px,0);
    -ms-transform: translate3d(0,800px,0);
    -o-transform: translate3d(0,800px,0);
    transform: translate3d(0,800px,0);
    -webkit-animation: moveUp .4s cubic-bezier(.86,0,.07,1) forwards 0s;
    -moz-animation: moveUp .4s cubic-bezier(.86,0,.07,1) forwards 0s;
    -o-animation: moveUp .4s cubic-bezier(.86,0,.07,1) forwards 0s;
    -ms-animation: moveUp .4s cubic-bezier(.86,0,.07,1) forwards 0s;
    animation: moveUp .4s cubic-bezier(.86,0,.07,1) forwards 0s;
}

/* ==========================================================================
   Header Structure
   ========================================================================== */
.header-container-wrapper{
    position: fixed;
    width:100%;
    top: 0;
    padding-bottom: 0;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.11);
    z-index: 1032;
    -webkit-backface-visibility: hidden;
}
.header-container{
    padding:0 3%;
    width:94%;
    max-width:1680px;
    margin-left:auto;
    margin-right:auto;
    /*margin-left:-6px;
    margin-right:-6px;*/
}
.header-container .logo{
   padding:44px 0 40px 0;
   max-width:258px !important;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul, .call-us, .language, .payments{
    float:right !important;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
    padding-right:20px;
    margin-right:-20px;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-family:  Helvetica, Arial, 'Lucida Grande', sans-serif;
    padding:19px 66px 13px 0px;
    font-size:18px;
    line-height:28px;
    color: #3b3b3b;
    text-transform:uppercase;
    font-weight:400;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    background:url("//cdn2.hubspot.net/hubfs/2537452/images/Oct%202016/menu-active.png") no-repeat bottom left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a{
    background:url("//cdn2.hubspot.net/hubfs/2537452/images/Oct%202016/menu-ddown.png") no-repeat 93% 60%;    
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children > a{
    background:url("//cdn2.hubspot.net/hubfs/2537452/images/Oct%202016/menu-rarrow.png") no-repeat 90% 50%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    color: #3b3b3b;    
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children > a:hover{
    color:#3b3b3b;
    background:#fbfbfb url("//cdn2.hubspot.net/hubfs/2537452/images/Oct%202016/menu-rarrow-active.png") no-repeat 90% 50%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child.hs-item-has-children > a{
    margin-right:17px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border-top:5px solid #434343;
    background:#ffffff;
    margin-top:-5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.sticky-head .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    margin-top:-5px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul{
    margin-top:0;
}
.safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    margin-top:0;
    min-width:180px;
}
.safari.sticky-head .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    margin-top:-4px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child{
    border:0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a{
    padding-right:20px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    border-top:1px solid #ebebeb;
}

.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{
    margin-left:3px;
    border-top:0;
}
.custom-menu-primary .hs-menu-flow-horizontal .menu-title{
    display:none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul> li:nth-last-of-type(-n+3), 
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul> li:nth-child(2), .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul> li:nth-child(2) a,  /* Careers menu - Enable if you want */ 
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul> li:nth-child(3), .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul> li:nth-child(3) a,  /* Resources menu - Enable if you want */
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul> li:nth-child(5), .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul> li:nth-child(5) a
{
    /*display:none;*/
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul> li:nth-last-of-type(-n+4) a{
    /* padding-right:22px; */
}


.header-right{
    float:right!important;
}
.call-us{    
    font-size:18px;
    color:#3b3b3b;
}
.call-us strong{
    font-size:18px;
    font-weight:normal;
    letter-spacing:1px;
}

.header-container .row-fluid .span8.call-us{
    width:90%!important;
}

.custom-menu-primary{
    margin-top:15px;
}

.language{ 
    display:block !important; /* Remove, when enabling Multi-lingual support */
    width:40px !important;
    font-size:18px;   
    padding-left:19px;
}
.language a{
    float:left;
    text-align:left;
    width:27px;
    color:#3b3b3b;
    padding-left:27px;
    text-decoration:none;
    background:url("//cdn2.hubspot.net/hubfs/2537452/images/Oct%202016/envelope-ico.png") no-repeat 0 50%;
    /* background:url("//cdn2.hubspot.net/hubfs/2537452/images/Oct%202016/call-seperator.jpg") no-repeat 0 50%; */
    cursor:pointer;
    text-indent:-999999px;
}
.language a:hover{
    color:#0074be;
}
.call-us, .language{
    padding-top:43px;
    text-align:right;
}
.sticky-head .header-container-wrapper.sticky{
    position: fixed;
    width:100%;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 150px; /* 106px */
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.11);
    z-index: 1113;
    -webkit-backface-visibility: hidden;
}
.sticky-head .header-container-wrapper.sticky .header-container .logo{
    /* padding-top: 28px; */ /* 14px */
    /* padding-bottom: 30px;*/ /* 16px */
}
.sticky-head .header-container-wrapper.sticky .language, 
/* .sticky-head .header-container-wrapper.sticky .call-us, .sticky-head .header-container-wrapper.sticky .payments*/ {
    display: none;
    transition: opacity 10s ease-out;
    opacity: 0;
}
.sticky-head .header-container-wrapper.sticky .navigation.custom-menu-primary{
    padding-top:0; /* 16px , 19px */
}
.safari.sticky-head .header-container-wrapper.sticky .navigation.custom-menu-primary{
    padding-top:0;
}
.sticky-head .header-container-wrapper.sticky .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{    
    box-shadow: 0 2px 3px rgba(0,0,0,0.11);
    min-width:200px;
}
.safari.sticky-head .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding:17px 20px 16px 0; /* 24px 20px 20px 20px */
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    background:#fbfbfb;
    color: #c4a229;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    max-width:100%;
    width:180px!important;
}

/* ==========================================================================
   Banner
   ========================================================================== */
.banner{
    float:left;
    width:100%;
    height:100%;
    padding:0;
    text-align:center;
    max-height:600px;
    text-align:center;
    color:#ffffff;
    background-attachment:fixed;
}
.banner .banner-overlay{
    display: block;
    float: left;
    width: 100%;   
    text-align:center;
}
.home .banner .banner-overlay, .flexi .banner .banner-overlay{
    height:100%;
}
.banner p, .bban-content{
    margin-left:0;
    margin-right: 0;
    font-size:22px;
    line-height:30px;
    font-weight:400;
    max-width:800px;
    color:#ffffff;
}
.bban-content{
    font-family: Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner .hs-cta-wrapper{
    display:inline-block;
    margin-top:18px;
    margin-bottom:40px;
    vertical-align:top;
}
.banner .container{
    float: none !important;
    width:72%;
    padding:118px 5% 85px 5%; /* 118px 14% 85px 14% */
    margin: auto!important;
}
.home .banner h1, .flexi .banner h1{
    max-width:800px;
    margin:auto auto 40px auto;
}
.banner .sub-container, .banner .sub-container .bban-content{
    max-width:600px;
}
.home .banner .sub-container h1{
    margin:auto 0 20px 0;
    font-family: 'telegraficoregular', sans-serif;
    line-height:48px;
}
.home .banner .sub-container .cta_button {
    margin-top:30px;
}
.section-container{
    background-attachment:fixed !important;
}
@media (min-width:1000px) and (max-width:1107px){
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding-left:15px;
        padding-right:15px;
    }
}
/* ==========================================================================
   Button
   ========================================================================== */
.home .video-content-wrapper .video-container a.cta_button, .home .book-wrapper .book-container a#cta_button_2537452_9d44993b-936b-4db2-b260-d118d31f2f47, .home a#cta_button_2537452_c4504ae1-e191-414b-9fed-55a8aefd9457,
.home a#cta_button_2537452_2af0a53b-605f-4bd0-a411-2ebff7d0d3da{
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    text-decoration: none !important;
    font-family:  Helvetica, Arial, 'Lucida Grande', sans-serif !important;
    border-radius: 4px !important;
    border-width: 0px !important;
    transition: all .1s ease !important;
    -moz-transition: all .1s ease !important;
    -webkit-transition: all .1s ease !important;
    -o-transition: all .1s ease !important;
    text-shadow: none !important;
    padding: 0 25px !important;
    height:55px!important;
    line-height:58px !important;
}
.home a.cta_button:hover, .home .book-wrapper .book-container a#cta_button_2537452_9d44993b-936b-4db2-b260-d118d31f2f47:hover, .home a#cta_button_2537452_c4504ae1-e191-414b-9fed-55a8aefd9457:hover,
.home a#cta_button_2537452_2af0a53b-605f-4bd0-a411-2ebff7d0d3da:hover{
    background:#00395d!important;
    color:#ffffff!important;
}

a.cta_button{
    text-decoration:none;
    color:#ffffff;
    text-transform:uppercase;
    text-shadow: none !important;
    height:55px;
    line-height: 58px !important;
    padding: 0 25px !important;
}

.banner a#cta_button_2537452_2ba6cc87-bbcc-43b4-8de3-b46d20f00989:hover, .banner a#cta_button_2537452_2ba6cc87-bbcc-43b4-8de3-b46d20f00989:active, .banner a#cta_button_2537452_2ba6cc87-bbcc-43b4-8de3-b46d20f00989:focus{
    color:#fefeff !important;
    background:#7c7c7b !important;
    border:1px solid #7c7c7b !important;
}
.banner a#cta_button_2537452_2ba6cc87-bbcc-43b4-8de3-b46d20f00989:hover span, .banner a#cta_button_2537452_2ba6cc87-bbcc-43b4-8de3-b46d20f00989:active span, .banner a#cta_button_2537452_2ba6cc87-bbcc-43b4-8de3-b46d20f00989:focus span{
    color:#fefeff !important;
}
.banner a.cta_button{    
    height:47px;
    line-height:46px !important;
}
.banner a.cta-btn, .error-template .hs-button.primary{
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 9999px;
    font-family: sans-serif;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
    color: rgb(229,229,229);
    border: 1px solid #ccc;
    padding: 0 25px !important;
    color: #7c7c7b;
    font-family: Arial, sans-serif;
    font-size: 22px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    background-image: none;
    padding: 7px 60px;
    font-weight: normal;
    min-width: 170px;
    margin-top: 30px;
    height:47px;
    line-height:49px !important;
    
    text-transform: uppercase;
    text-shadow: none !important;
}

.banner a.cta-btn:hover{
    color: #fefeff !important;
    background: #7c7c7b !important;
    border: 1px solid #7c7c7b !important;
}

/* ==========================================================================
   Contact Form
   ========================================================================== */
.contact-wrapper{
        clear:both;
        float:left;
        width:100%;        
    }
    
    .contact-container{
        max-width:780px;
        margin:auto !important;
        float:none !important;
    }
    
    .contact-wrapper h2.text-transform-uc{
        margin-bottom:57px;
    }
    
    .contact-container form{
        margin:0;
        padding:0;
    }
    .contact-container form input[type="text"], .contact-container form input[type="email"], .contact-container form input[type="tel"], .contact-container form textarea, .error-template input[type="text"]{
        background:#e1e1e1;
        border-bottom:4px solid #ffffff;
        border-left:0;
        border-right:0;
        border-top:4px solid #e1e1e1;
        color:#3b3b3b;
        padding-bottom:4px;
        border-radius:0;
        
        -webkit-appearance: none;
        -moz-appearance:    none;
        appearance:         none;
    }
    .contact-container form textarea{
        min-height:152px;
        height:100%;
        font-family:  Helvetica, Arial, 'Lucida Grande', sans-serif;
        font-size:18px;
        color:#3b3b3b;
        overflow:auto;
    }
    .contact-container form input[type="text"], .contact-container form input[type="email"], .contact-container form input[type="tel"], .error-template input[type="text"]{
        height:35px;
        line-height:32px;
        font-size:18px;
        margin-bottom:15px;
    }
    
    .contact-container form label span{
        padding-bottom: 5px;
        display: block;
        float: left;
        width:auto;
    }
    
    .contact-container form label span.hs-form-required{
        display:none;
    }
    
    .contact-container form .hs-error-msgs.inputs-list{
        background:#e57238;
        color:#3b3b3b;
        font-size:22px;
        padding:5px 10px;
        border-radius:15px;
        margin-bottom:15px;
    }
    
    .contact-container form .hs-error-msgs label{
        padding-left:10px;
        padding-right:10px;        
    }
    
    .contact-container form input[type="text"].error, .contact-container form input[type="email"].error, .contact-container form input[type="tel"].error{
        border-bottom:4px solid #f45e21;
    }
    
    .contact-container form input[type="submit"]{
        font-family: Arial, sans-serif;
        font-size:22px;
        color:#7c7c7b;
        border-radius:9999px;
        height:47px;
        width:auto;
        padding:10px 42px 6px 42px;
        text-align:center;
        background:#ffffff;
        border:0;
        clear:both;
        margin-top:24px;
        margin-bottom:38px;
        cursor:pointer;
        
        -webkit-appearance: none;
        -moz-appearance:    none;
        appearance:         none;
    }

.contact-container form input[type="submit"]:hover, .contact-container form input[type="submit"]:focus, .contact-container form input[type="submit"]:active{
    color: #fefeff !important;
    background: #7c7c7b !important;
    border: 1px solid #7c7c7b !important;
}

/* ==========================================================================
   Services Thumbnails
   ========================================================================== */
.service-wrapper{
    float:left;
    clear:both;
    padding-top:58px;
    padding-bottom:28px;
    text-align:center;
}
.service-wrapper h2{
    margin-bottom:22px;
}
.service-desc{
    max-width:625px;
    margin:auto auto 60px auto !important;
    float:none !important;
    font-size:18px;
    line-height:32px;
    font-weight:300;
}
.services-thumbnail-container h3{
    text-transform:capitalize;
}

.client-container h2.text-transform-uc, #hs_cos_wrapper_widget_1478242549488 h2.text-transform-uc{
    color:#dadada!important;
}

.about-wrapper{
    clear:both;
    float:left;
    width:100%;
    background:url("//cdn2.hubspot.net/hubfs/2537452/images/Oct%202016/bg-pattern-2.jpg") repeat top center;
}

.about-thumbnail-container .combined1 .title1{
    font-family: 'telegraficoregular', sans-serif;
    font-size:32px;
}

.client-container ul{
    margin:0;
    padding:0;
}
.client-container ul li{
    font-size:24px;
   
}
.client-container ul li a{
    
}



@media only screen and (min-width: 980px){ 
    .service-holder{
        display:table;
        width:100%;
    }
    .services-thumbnail-container{
        max-width:1493px;
        margin:auto !important;
        float:none !important;
    }
        
    .service-container:hover .service-content.green{
        background-color:rgba(106,190,88,0.9);
    }
    .service-container:hover .service-content.blue{
        background-color:rgba(50,85,166,0.9);
    }
    .service-container:hover .service-content.red{
        background-color:rgba(209,51,51,0.9);
    }
    .service-container:hover .service-content.purple{
        background-color:rgba(169,109,174,0.9);
    }
    
    .service-wrapper{
        width:100%;
    }
    
    .service-container:hover .service-img img {
        opacity: 0.5;
        margin-top:13%; /*-100% */
    }
    .service-container:hover .service-holder{
        min-height:0;
        height:0;
    }
    .service-container:hover .service-content{
        position:absolute;
        top:0;
        padding-top:55px;
        float:none;
        height:270px;      
        border-radius:20px;
        /* transition: all 2s ease 0s; */
    }
    
    .service-container:hover .service-content p{
        font-weight:300;
        color:#fefeff;
    }
    .service-container:hover .service-content .hs_cos_wrapper{
        vertical-align: middle;
        display: table-cell;
        height: 240px;
    }
    .service-container:hover h3{
        color:#3b3b3b;
        /*-webkit-transition: all 2s ease 0s;
        -moz-transition: all 2s ease 0s;
        -ms-transition: all 2s ease 0s;
        transition: all 2s ease 0s;*/
        transition: visibility 50s, opacity 0.5s linear;
        -webkit-transition: visibility 50s, opacity 0.5s linear;
        -moz-transition: visibility 50s, opacity 0.5s linear;
        -ms-transition: visibility 50s, opacity 0.5s linear;
    }
    .service-img img {
        -webkit-transition: all 200ms ease; 
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .service-container h2, .service-container h3{
        -webkit-transition: all 500ms ease; 
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .services-thumbnail-container h3{
        margin-top:0;
        font-weight:500;
        line-height:32px;
        transition: visibility 50s, opacity 0.5s linear;
    }
    .iphone .services-thumbnail-container h3, .ipad .services-thumbnail-container h3, .iphone .about-thumbnail-container .combined1 .title1, .ipad .about-thumbnail-container .combined1 .title1{
        font-size: 22px;
    }
    .services-thumbnail-container .service-img .accounting img{
        max-width:62%; /* 52 */
    }
    .services-thumbnail-container img {
        width: auto; /* 52 */
        margin-bottom: 0.5em;
        max-width:100%;
    }
    .service-img{
        height: 300px;
        max-height: 300px;
        display: table-cell !important;
        float: none !important;
        vertical-align: middle;
    }
    .ico-table{
        display:table;
        width:100%;
        height:100%;
    }
    .ico-img{
        display: table-cell;
        min-height: 220px;
        height:220px;
        vertical-align: middle;
        width:100%;
    }
    .service-container p {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        max-width:100%; /* 473px */
        line-height:30px;
        padding-left:20px;
        padding-right:20px;      
        
        visibility: hidden;
        transition: visibility 50s, opacity 0.5s linear;
        -webkit-transition: visibility 50s, opacity 0.5s linear;
        -moz-transition: visibility 50s, opacity 0.5s linear;
        -ms-transition: visibility 50s, opacity 0.5s linear;
    }
    .service-container p a{
        padding:22px 0;
        color:#0074be;
        display:block;
        text-decoration:underline;
        
        transition: visibility 50s, opacity 0.5s linear;
        -webkit-transition: visibility 50s, opacity 0.5s linear;
        -moz-transition: visibility 50s, opacity 0.5s linear;
        -ms-transition: visibility 50s, opacity 0.5s linear;
    }
    .service-container p a:hover{
        color:#c4a229;
    }
    .service-container:hover .service-content p{
        opacity:1;
        max-height:100%;
        margin:auto!important;
        visibility: visible;
        
        transition: visibility 50s, opacity 0.5s linear;
        -webkit-transition: visibility 50s, opacity 0.5s linear;
        -moz-transition: visibility 50s, opacity 0.5s linear;
        -ms-transition: visibility 50s, opacity 0.5s linear;
    }
    
    .service-container:hover .service-content{
        transition: visibility 50s, opacity 0.5s linear;
        -webkit-transition: visibility 50s, opacity 0.5s linear;
        -moz-transition: visibility 50s, opacity 0.5s linear;
        -ms-transition: visibility 50s, opacity 0.5s linear;
    }
    .service-container {
        float: left;
        width:32.999%; /* 33.333% */
        height:330px; /* 356px */
        max-height:380px;
        margin-left:0!important;
        position: relative;
        overflow:hidden;
        border-bottom: 0 solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }
    
    .about-thumbnail-container{
        max-width:1420px;
        margin:auto !important;
        float:none !important;
        padding-bottom:60px !important;
    }
    .about-thumbnail-container .hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget{
        width:49.5%;
        display:inline-block;
    }
    .about-thumbnail-container .hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:first-child{
        width:100%;
        display:block;
    }
    
    .about-thumbnail-container .hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget h2.text-transform-uc{
        text-align:center;
        margin-top:0;
        margin-bottom:22px;
    }
    
    .about-thumbnail-container .tx_wt .image1{
        float: left;
        width: 195px;
        margin-left: 21px;
    }
    .about-thumbnail-container .combined1{
        float:left;
        width: 410px;
        margin-left:42px;
    }
    
    .about-thumbnail-container .combined1 .title1{
        font-size:32px;
        font-family: 'telegraficoregular', sans-serif;
        margin-bottom:22px;
        margin-top:15px;
    }
    
    .about-thumbnail-container .combined1 .content p:last-child{
        margin-bottom:0;
    }

    .client-wrapper{
        clear:both;
        width:100%;
        display:block;
        float:left;
    }
    
    .client-container{
        max-width:980px;
        margin:auto !important;
        float:none !important;
    }
    
    .client-container p, .client-container ul, .client-container ul li, .client-container ul li a{
        color:#dadada;
    }
    
    .client-container ul{
        margin:0;
        padding:0;
    }
    
    .client-container ul li{
        display:inline-block;
        padding:15px;
        list-style:none;
        max-width:42%;
        width:100%;
        text-align:center;
    }    
    
    
    .client-container .right-coln-content{
        margin-left:0;
    }
    
    .client-container h2.text-transform-uc{
        margin-top:70px;
    }    
    
 }
/* ==========================================================================
   Sub Pages
   ========================================================================== */
.sub-wrapper{
    float:left;
    width:100%;
    background:url("//cdn2.hubspot.net/hubfs/2537452/images/Oct%202016/bg-pattern-1.jpg") repeat top left;    
}

.sub-wrapper .section-container{
    width: 100%;
    margin-top: 148px;
    padding-top: 75px;
}
/* Vertically center */
.content-wrapper{
    display:table;
    position:relative;
    width:100%;
}
.content-holder{
    min-height:386px;
}

.content-holder .cell-wrapper{
    min-height:386px;
    display:table-cell !important;
    width:100% !important;
    vertical-align:middle;
}
.content-holder .cell-wrapper span.hs_cos_wrapper{
    height: 386px;
    display: table-cell;
    vertical-align: middle;
}
.content-holder a{
    padding-left:20px;
    padding-right:20px;
}
.content-holder p{
    margin-bottom:41px;
}

/* Center end */


/* ==========================================================================
   Error Templates
   ========================================================================== */
.error-template .page-center{
    margin-top:145px;
    padding-top:50px;
    padding-bottom:100px;
    text-align:center;
    background:#dadada;
}
.error-template .page-center .main-content{
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
    float:none;
    min-height:550px;
}
.error-template h1{
    color:#3b3b3b;
}
.error-template .page-center label{
    display:block;
    padding:20px 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-logo-container{
    display:table!important;
}
.footer-logo{
    float:none !important;
    display:table-cell!important;
    vertical-align:middle;
    background:#ffffff;
    text-align:center;
}
.footer-container-wrapper{
    clear:both;
    padding:70px 0 0 0;
    background:#000000 url("//cdn2.hubspot.net/hubfs/2537452/images/Oct%202016/bg-pattern-4.jpg") repeat top center;
    color:#ffffff;
}
.go-top{
    position:relative;
    float:right;
    margin-top:-96px;
    width:96px;
    height:79px;
    border-radius:20px;
    background:url("//cdn2.hubspot.net/hubfs/2537452/images/Oct%202016/top.png") no-repeat top center;
    background-color:rgba(255,255,255,0.5);
    z-index: 2;
    cursor:pointer;
}
.footer-container-wrapper .footer-content{
    padding-left:30px;
    padding-right:30px;
}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    display:block;
    width:100%;
}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{    
    color:#dadada;
    text-transform:capitalize;
    display:block;
    width:100%;
    max-width:100%;
    font-size:22px!important;
    line-height: 26px;
    padding: 13px 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    text-decoration:underline;
}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
    color:#dadada;
}

footer, .copy-rights{
    margin-top:33px;
    line-height:24px;
    text-align:center;
    font-size:22px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.copyrights{
    background:transparent;
    font-size:22px;
    color: #ffffff;
    text-align:center;
    padding:10px 30px 30px 30px;
}
body.windows .copyrights p, .copyrights, .copyrights p{
    font-family: 'PT Sans', sans-serif;
}

@media only screen and (min-width: 1000px){ 
    .footer-container-wrapper{
        padding-left:0;
        padding-right:0;
    }    
    .follow-container{
        margin-left:;
    }
}
@media only screen and (min-width: 1200px){ 
    .footer-container-wrapper{
        padding-left:0;
        padding-right:0;
    }
}
@media (min-width: 1600px) and (max-width:1689px){ 
    .footer-container .footer-content{
        max-width:920px;
        padding-left:30px;
        padding-right:30px;
    }
}



.body-container a {
    text-decoration: none;
    font-size:16px;
}
.body-container a.more{
    text-decoration: underline;
    font-size:16px;
}
.body-container a:hover.more, .body-container .video-content-holder p:last-child a:hover, .body-container .book-container p:last-child a:hover{
    text-decoration: underline;
    color: #00395d;
}
.hs-featured-image-link {
    border: 0;
}

@media screen and (min-width: 1000px){
    .banner, .sub-banner{
        margin-top:145px; /* 97px */
        height:531px;
    }
    .flexi .banner, .flexi .sub-banner, .flexi .blog-banner, .flexi.landing .landing-page-banner-container{
        margin-top:0;
    }
    .home .banner, .flexi .banner{
        height:600px;
    }
    .sticky-head .banner, .sticky-head .sub-banner, .sticky-head .blog-banner{
       margin-top:78px;
    }
    .flexi.sticky-head .banner, .flexi.sticky-head .sub-banner, .flexi.sticky-head .blog-banner{
        margin-top:0;
    }
}

@media screen and (max-width: 1000px){    
    .banner, .sub-banner{
        margin-top:107px;
    }
}
@media (max-width: 767px){
    .banner, .sub-banner, .blog-banner{
        margin-top:0px;
    }
}



 /* ==========================================================================
   Contact
 ========================================================================== */
.contact .contact-form-container{
    margin-top: 106px;
    background:#f2f2f2;
    text-align:center;
    padding-top:68px;
    padding-bottom:30px;
}
.contact .contact-form-container h1{
    color:#2a2b2f;
}
.contact-desc{
    max-width: 815px;
    margin: auto!important;
    float: none!important;
    text-align: center;
    color:#48484c;
}


/* ==========================================================================
   Flexi Template
 ========================================================================== */
.grey-bg{
    background-color: #f2f2f2;
 }
.center{
    text-align:center;
}
.left{
    text-align:left;
}
.right{
    text-align:right;
}
.text-transform-uc{
    text-transform:uppercase;
}
.text-transform-lc{
    text-transform:lowercase;
}
.text-transform-cc{
    text-transform:capitalize;
}
.flexi-container, .flexi-grey-container{
    padding-top:100px;
    padding-bottom:100px;
    float:none !important;
}
.flexi-grey-container{
    background-color:#f2f2f2;
}

.flexi-grey-container .hs_cos_wrapper_type_rich_text, .flexi-grey-container .hs_cos_wrapper_type_header{
    max-width: 850px;
    margin:auto;
    padding:0 15px;
}
.flexi-grey-container .hs_cos_wrapper_type_rich_text h2, .flexi-grey-container .hs_cos_wrapper_type_raw_html h2{
    margin-bottom: 22px;
    margin-top:0;
}
/* --- Text editor --- */
.flexi-grey-container .hs_cos_wrapper_type_rich_text p{
    margin: auto auto 12px auto; /* for bottom 28px */
    float: none;
    font-size:17px;
    color:#3a3a3e;
    line-height:32px;
}
.flexi-grey-container .hs_cos_wrapper_type_rich_text ul{
    margin: 0 0 32px 0;
    padding: 0;
}
.flexi-grey-container .hs_cos_wrapper_type_rich_text ul li{
    padding: 0 0 12px 26px;
    margin: 0;
    list-style: none;
    font-size: 17px;
    line-height: 1.88;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flexi-grey-container .hs_cos_wrapper_type_rich_text ul li:before{
    content: '';
    position: absolute;
    left: 0;
    margin: 12px 0 0;
    width: 4px;
    height: 4px;
    background: #334b74;
    border-radius: 5px;
}
/* --- Text editor end --- */

/* --- Button --- */
.txt-btn{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: rgb(196,162,41);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    border-width: 0px;
    text-transform: uppercase;
    text-shadow: none !important;
    height: 55px !important;
    line-height: 58px !important;
    padding: 0 25px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    font-family: 'Fira Sans',sans-serif !important;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-top:40px;
}
.txt-btn:hover{
    background: #fff !important;
    color: #00395d !important;
}
.banner-btn{
    clear:both;
    margin-top:40px;
}
/* --- Button end --- */


.flexi-grey-container .hs_cos_wrapper_type_space{
    clear:both !important;
}
.flexi-grey-container h1, .flexi-grey-container h2, .flexi-grey-container h3, .flexi-grey-container h4, .flexi-grey-container h5, .flexi-grey-container h6{
    color: #3a3a3e;
}
.flexi-grey-container .hs_cos_wrapper_type_custom_widget{
    display:inline-block;
    vertical-align:top;
}
