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

img.alignRight{
    margin: 0 0 5px 15px;
}

img.alignLeft{
    margin: 0 15px 5px 0;
}

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
}
 
#caldays {
    margin-bottom: 4px;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    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: 56.25%;
}
.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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * 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(//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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(//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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;
}

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
#captcha_wrapper,
#recaptcha_area,
#recaptcha_area table#recaptcha_table,
#recaptcha_area table#recaptcha_table .recaptcha_r1_c1
{ width: auto !important; overflow: hidden; }
#recaptcha_area table#recaptcha_table .recaptcha_r4_c4
{ width: 67px !important; }
#recaptcha_area table#recaptcha_table #recaptcha_image
{ width:280px !important; }
}

/* These includes are optional, but helpful. */
/* 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;} 



/* FONTS */

    
    @font-face{
        font-family:"Helvetica Neue LT";
        src:url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488882/cbd2d238-27b7-4a2a-86f0-e3aa7eed84d7.eot?t=1515965958577#iefix");
        src:url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488882/cbd2d238-27b7-4a2a-86f0-e3aa7eed84d7.eot?t=1515965958577#iefix") format("eot"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488882/f20b86ad-a3dc-4459-92b7-456b456d015a.woff2?t=1515965958577") format("woff2"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488882/ca003289-5ee3-45c2-94ad-36c743c35fc1.woff?t=1515965958577") format("woff"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488882/7b96672b-19aa-43a4-99af-e572f0fb14e4.ttf?t=1515965958577") format("truetype");
        font-weight:200;
        font-style:normal;
    }
    @font-face{
        font-family:"Helvetica Neue LT";
        src:url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488894/eead97e6-2e84-44a8-a166-fbbc667a656e.eot?t=1515965958577#iefix");
        src:url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488894/eead97e6-2e84-44a8-a166-fbbc667a656e.eot?t=1515965958577#iefix") format("eot"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488894/f513faaa-733d-4a87-99ae-d8030f380e3e.woff2?t=1515965958577") format("woff2"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488894/16ab3c15-5199-4bbf-8269-3ed613e90772.woff?t=1515965958577") format("woff"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488894/41f31931-4ac9-43bf-9298-a5e799a15f21.ttf?t=1515965958577") format("truetype");
        font-weight:normal;
        font-style:normal;
    }
    @font-face{
        font-family:"Helvetica Neue LT";
        src:url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488900/6ee93ead-acde-43d9-a1ef-6dfbcb17327e.eot?t=1515965958577#iefix");
        src:url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488900/6ee93ead-acde-43d9-a1ef-6dfbcb17327e.eot?t=1515965958577#iefix") format("eot"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488900/7363537e-4163-49be-804a-6a263139df1e.woff2?t=1515965958577") format("woff2"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488900/8e51fb49-4686-4949-893c-4444951b33ae.woff?t=1515965958577") format("woff"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488900/f70dc105-d647-4834-a948-e587f3ca7f4d.ttf?t=1515965958577") format("truetype");
        font-weight:normal;
        font-style:italic;
        
    }
    @font-face{
        font-family:"Helvetica Neue LT";
        src:url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488918/f9872f03-b366-499d-9b0e-ce508b0a3539.eot?t=1515965958577#iefix");
        src:url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488918/f9872f03-b366-499d-9b0e-ce508b0a3539.eot?t=1515965958577#iefix") format("eot"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488918/f350f87a-2ea2-408b-98bb-580827d1a634.woff2?t=1515965958577") format("woff2"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488918/0552ce48-950c-471f-b843-1afac814d259.woff?t=1515965958577") format("woff"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488918/df2262d6-48cc-478c-aed1-5ce7421b4cf4.ttf?t=1515965958577") format("truetype");
        font-weight:500;
        font-style:normal;
    }
    @font-face{
        font-family:"Helvetica Neue LT";
        src:url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488930/4a203c4f-952b-4b62-9bad-b2943a6f63aa.eot?t=1515965958577#iefix");
        src:url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488930/4a203c4f-952b-4b62-9bad-b2943a6f63aa.eot?t=1515965958577#iefix") format("eot"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488930/7349e981-d20d-4e13-aebc-27e74725147f.woff2?t=1515965958577") format("woff2"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488930/5da0f8c7-dd4d-41bd-849a-95224dca4902.woff?t=1515965958577") format("woff"),url("https://cdn2.hubspot.net/hubfs/504394/fonts/LT-WebFonts-458522376/1488930/394b4be6-942b-4f22-bf42-4e4877016d09.ttf?t=1515965958577") format("truetype");
        font-weight:700;
        font-style:normal;
    }
    




/* ==========================================================================

   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANOUS

  7. MOBILE MEDIA QUERIES

   ========================================================================== */








/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
      min-height: 100%;
  	margin: 0;
  	padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #222;
  font-family: Helvetica Neue LT,helvetica neue,helvetica,arial,sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 940px;
  margin: 0 auto;
}

a { color: #03a2c9; text-decoration: none;}
a:hover, a:focus { color: #f37123; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
  margin:20px 0;
}

/* Highlighted Text */

::selection {
  color: #fff;
  background:#B3D4DC;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}

html{
    background:#E8E5DC;
}


/* ==========================================================================
   Typography
   ========================================================================== */
body, p, ol, ul, h1, h2, h3, h4, h5, a, inout, select, radio {
  text-rendering: optimizeLegibility;
}

/* Basic text */
p {
    font-size:15px;
    font-weight: normal;
    color: #35322a;
	line-height: 1.5;
}
 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    color: #333;
    font-family: Calibri,"Helvetica Neue LT","helvetica neue",helvetica,arial,sans-serif;
    font-size: 60px;
    font-weight: 200;
    line-height: 1;
    margin: 25px 0 5px;
}
h2 {
    color: #333;
    font-size: 20px;
    font-weight: 200;
    margin: 0;
    line-height: 1.4;
}
h3 {
    color: #00a1c4;
    font-size: 26px;
    font-weight: 200;
    line-height: 1.2;
    margin: 40px 0 0;
}
h4 {
    color: #514b42;
    font-size: 18px;
    margin:28px 0 19.95px;
    line-height: 1.4;
    letter-spacing: .25px;
}
h5 {
    color: #514b42;
    font-size: 15px;
    margin:25.05px 0;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
h6 {
    font-size:9.75px;
    margin:22.7167px 0;
    line-height: 1.4;
}

/* Lists */
ul, ol {
    padding: 0 0 0 30px;
    margin:15px 0;
	line-height: 1.5;
	font-size:15px;
	color: #35322a;
	letter-spacing: 0.25px;
	font-weight: normal;    
}

ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================


   2. COS STRUCTURE                                            


   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}




/* ==========================================================================
   Header
   ========================================================================== */


/* equinox2017-top-head */

/* equinox2017-top-head end */


.custom-right-btn {
    position: absolute;
    right: 21px;
    text-align: right;
    top: 4px;
    width: auto !important;
}

.training-button {
    position: relative;
    top: 4px;
	margin-left:0;
}

.training-button {top:14px;right:0;}

.custom-right-btn a, .training-button a{
    border: 1px solid #10a0bf;
    border-radius: 10px;
    color: #10a0bf;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    padding: 0 38px;
    transition: all 200ms ease-in-out 0s;
    font-weight:200;
}
.custom-right-btn a:hover, .training-button a:hover {
    border-color: #ff7822;
    color: #ff7822;
}


.custom-logo {
    padding: 19px 0 0;
}
.custom-section-header h1 {
    border-bottom: 1px solid #11a7c8;
    border-top: 1px solid #11a7c8;
    margin: 35px 0 0;
    padding: 25px 0 35px;
}

.custom-menu-spacer {
    min-height: 61px !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.custom-to-spacer {
    min-height: 40px!important;
    visibility: visible!important;
    opacity: 1!important;
}
/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}




/* ==========================================================================
   Content                                                 
   ========================================================================== */


.body-container-wrapper {}
.body-container {}
.body-container .page-center{
    padding:38px 0 45px;
}
.main-content ul {
    font-weight: normal;
}
/* Unique Pages
   ========================================================================== */

/* Homepage */

.ls-upcoming-events ul {list-style-type:none;padding:0;margin:0;}
.ls-upcoming-events ul li p {color:#514b42;margin:0;font-size:15px;border-bottom: 1px solid #9b9891;padding-bottom: 10px;}
.ls-upcoming-events ul li h4 {border:none;padding:0;margin:0 0 5px 0;}
.ls-upcoming-events ul li h4 a {font-weight: 400;font-size:18px;line-height:1.2;}

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */

/* Job page */

.job-column h3:first-of-type, .job-column-right h3:first-of-type {margin-top:0px;}



/* ==========================================================================
   Footer
   ========================================================================== */

	.custom-footer .social-footer {}
	.custom-footer .social-footer li {float:left;height:36px;margin-right:10px;}
	.custom-footer .social-footer li a{background-repeat:no-repeat;background-position:top left;height:36px;display:block;color:transparent;width:44px;font-size:0px;}
	.custom-footer .social-footer li:last-of-type {float:left;margin-left:5px;}
	.custom-footer .social-footer li.email a {width:57px;}
	.custom-footer .social-footer li.email a{background-image:url('//cdn2.hubspot.net/hubfs/504394/icons/google-icon.png?t=1515965958577');}
	.custom-footer .social-footer li.twitter a{background-image:url('//cdn2.hubspot.net/hubfs/504394/icons/twitter-icon.png?t=1515965958577');}
	.custom-footer .social-footer li.linkedin a{background-image:url('//cdn2.hubspot.net/hubfs/504394/icons/linkedin-icon.png?t=1515965958577');}
    .custom-footer .social-footer li.facebook a{background-image:url('//cdn2.hubspot.net/hubfs/504394/icons/facebook-icon-round.png?t=1515965958577');}

.custom-footer .custom-common:first-child ul.social-footer li:last-child {padding:0;}
		
.contact-footer li {width:50%;display:block;}

.footer-container-wrapper {}
.footer-container {}
.custom-footer{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom , #d3d3cb 0%, #e8e5dc 1%, #e8e5dc 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #d3d3cb 0%, #e8e5dc 1%, #e8e5dc 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(center top , #d3d3cb 0%, #e8e5dc 1%, #e8e5dc 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -ms-linear-gradient(center top , #d3d3cb 0%, #e8e5dc 1%, #e8e5dc 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(center top , #d3d3cb 0%, #e8e5dc 1%, #e8e5dc 100%) repeat scroll 0 0;
	color: #e8e5dc;
    font-weight:200;
    font-size:13px;
}
.custom-footer-logo {
    padding: 0 0 29px;
}
.custom-footer h4{
    border-bottom: 1px solid #9b9891;
    line-height: 1;
    margin: 0 0 20px;
    padding-bottom: 10px;
    color: #38362e;
    font-size: 18px;
    font-weight: 300;
}
.custom-footer h5{
    margin: 0 0 10px 0;
    color: #38362e;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.custom-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    overflow:hidden;
    width:100%;
}
.custom-footer ul li {
    float: left;
}
.custom-footer .page-center {
    padding:58px 0 58px;
}
.custom-footer a{
    color:#38362e;
}
.custom-footer .custom-common p {
    margin: 0;
    padding: 0 0 20px;
}
.custom-footer .custom-common:nth-child(2) a{
    color: #38362e;
    font-size: 14px;
    font-weight: 600;
}
.custom-footer .custom-common:nth-child(2) a:hover{
    text-decoration:underline;
}
.custom-footer .custom-common:last-child p {
    margin: 0 0 20px;
    padding: 0;
	font-size:15px;
}
.custom-footer .custom-common:last-child a {
    background: #ff7822;
    font-size: 14px;
    line-height: 34px;
    margin: 0;
    padding: 0 17px;
    position: relative;
    text-align: center;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	color:white;
	border:none;
	max-width:50%;
	display:block;
}
.custom-footer .custom-common:last-child a:hover {
    color: #fff;
	background:#00a1c4;
}
.custom-footer .custom-common:first-child ul li:last-child {
    padding: 0 0 0 22%;
}
.custom-footer .custom-common:last-child {
    padding: 0 0 0 0;
}
.custom-common:last-child {
    padding: 0 0 0 8.3%;
}
.custom-bottom-footer p{
    margin:0;
}
.custom-footer .custom-bottom-footer ul{
    margin:0;
    padding:0;
    list-style:none;
	font-size:13px;
}
.custom-footer .custom-bottom-footer ul li {
    float:left;
}
.custom-footer .custom-bottom-footer ul li a:hover{
    text-decoration:underline;
}
.custom-footer .custom-bottom-footer ul li:last-child {
    margin-left: 30px;
}
.custom-footer .custom-bottom-footer div:nth-child(2) p {
    padding-left: 26.9%;
}
.custom-footer  .custom-bottom-footer div:nth-child(3) p {
    padding-left: 20.6%;
}






/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */





/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */





@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

	.custom-header-top-bg { display:block !important;}



}


/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){

	
  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  

.row-fluid .training-button {display:none;}

  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: block;
    cursor: pointer; /* Mouse pointer type on hover */
    position: relative; /*******************************************/
    padding: 10px;
    background:#13A0BE; /* Background color */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width:50px;
    margin-bottom:10px;
  }
  
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color:#13A0BE; 
    border-color: transparent;
  }
  

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color:#13A0BE; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

    
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#F57220; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
}








/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS                                         


   ========================================================================== */


/* CTA Module                                     
   ========================================================================== */

.cta {margin-top:50px;}
.cta .cta-inner {min-height: 300px;position: relative;background-color:#eeeee8;background-repeat:no-repeat;background-size:cover;background-position:center top;padding:25px;}	

.cta h3 {  margin-bottom: 20px;}
.cta p {color: #F37125;font-weight: 200;font-size: 24px;letter-spacing: 0.5px;margin:0;}
.cta p.button { margin:0; -webkit-transition: background 300ms ease-in-out; -moz-transition: background 300ms ease-in-out; -o-transition: background 300ms ease-in-out; transition: background 300ms ease-in-out; vertical-align: middle; padding: 15px 40px 15px 25px; background-color: #F37125; color: #fff; font-size: 15px; line-height: 1.2; background-position: right 50%; background-repeat: no-repeat; background-image:url(//cdn2.hubspot.net/hubfs/504394/images/right-arrow.png?t=1515965958577); width:100%; color:#FFF; font-weight:normal; width:100%; position:absolute;bottom:0;left:0; }	
	.cta a:hover p.button {background-color: #13a0be;}

.cta.blue p.button {background-color: #13a0be;color:#fff}
	.cta.blue a:hover p.button {background-color: #F37125;}

.cta.blue p {color:#13a0be;}
.cta.white-text p {color:#fff}

.hs-custom-two-col-eq-banner-layout .main-content .cta p {line-height:1.4}


/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================


   5. COS COMPONENTS                                        


   ========================================================================== */



/* ==========================================================================
   Tables
   ========================================================================== */

table {
    margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
tr:hover td{	
}
tr:nth-child(odd){ background-color:#f8f8f8; }
tr:nth-child(even)    { background-color:#f2f0ed; }
td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;
	font-family:"Helvetica Neue LT",helvetica neue,helvetica,arial,sans-serif;
	font-weight:normal;
	color:#35322a;
}
tr:last-child td{
	border-width:0px 1px 0px 0px;
}
tr td:last-child{
	border-width:0px 0px 1px 0px;
}
tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
tr:first-child td{
		background:-o-linear-gradient(bottom, #e6e3dc 5%, #e6e3dc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e6e3dc), color-stop(1, #e6e3dc) );
	background:-moz-linear-gradient( center top, #e6e3dc 5%, #e6e3dc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e3dc", endColorstr="#e6e3dc");	background: -o-linear-gradient(top,#e6e3dc,e6e3dc);

	background-color:#e6e3dc;
	border:0px solid #ffffff;
	text-align:left; 
 	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:"Helvetica Neue LT";
	font-weight:bold;
	color:#35322a;
}
tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #e6e3dc 5%, #e6e3dc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e6e3dc), color-stop(1, #e6e3dc) );
	background:-moz-linear-gradient( center top, #e6e3dc 5%, #e6e3dc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e3dc", endColorstr="#e6e3dc");	background: -o-linear-gradient(top,#e6e3dc,e6e3dc);

	background-color:#e6e3dc;
}
tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}




/* ==========================================================================
   Blog                                         
   ========================================================================== */

.subscribe-thank-you{ font-size: 15px; font-weight:200;padding: 20px; background-color: #00a1c4; display: block; margin-top: 30px;color:white;}
.blog-section ul li {margin-bottom:10px;}
.blog-section p {margin:25px 0 0;line-height:1.6;}
.blog-section p strong {font-size: 18px;}


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing #hs_cos_wrapper_blog_social_sharing {display:none;}
body.hs-blog-listing .post-header h1 a {color: #00a1c4;}
body.hs-blog-listing .hs-custom-post-url-comment {}
body.hs-blog-listing p a {color:#35322a;}
body.hs-blog-listing .blog-section p strong {font-size:15px;font-weight:200;}
body.hs-blog-listing .hs-featured-image-wrapper img.hs-featured-image {width:100%;}

.hs-custom-post-url-comment .read-more { background: #ff7822; font-size: 14px; line-height: 34px; margin: 0; padding: 0 17px; position: relative; text-align: center; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; color: white; border: none; max-width: 150px; display: block; }
.hs-custom-post-url-comment .read-more:hover {color: #fff;background: #00a1c4;}
	
.blog-listing-wrapper .post-listing .post-item {padding-bottom:35px;}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
    font-family:"Helvetica Neue LT",helvetica neue,helvetica,arial,sans-serif;
    color: #333;
    font-size: 20px;
    font-weight: 200;
    margin: 0;
    line-height: 1.4;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {
    display:inline-block;
    margin:0 0 15px;
}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 20px 0 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
	margin-bottom:30px;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {margin-bottom:0;}


/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
    margin-bottom: 30px;
    margin-top: 30px;
}

.comment {border-top:1px solid #11a7c8 !important;padding: 20px 0;margin:0 !important;}

.comment.depth-0 {border-top:1px solid #11a7c8 !important;padding: 20px 0 !important;}

.comment.depth-1 {
	padding: 20px 0 20px 40px !important;
}

.comment-body {
    border-bottom: medium none;
    color: #222;
    display: block;
    font-family: Helvetica Neue LT,helvetica neue,helvetica,arial,sans-serif;
    
    font-size: 13px;
    
    line-height: 1.4;
    padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color: #222 !important;
    display: block !important;
    text-align: left;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
    display:block;
	font-size:15px;
	display:inline;
}

.blog-pagination a.previous-posts-link {float:left;}
.blog-pagination a.all-posts-link {display:none;}
.blog-pagination a.next-posts-link {float:right;}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


.blog-sidebar{}

.blog-sidebar .cell-wrapper{
    margin: 0 0 15px;
}
.blog-sidebar .widget-module ul{
    list-style: none;
    margin: 0px;
    padding: 0;
}

.blog-sidebar .widget-module ul li{
    padding: 0 0 5px !important;
}

.blog-sidebar .widget-module ul li a {}

.blog-sidebar .widget-module ul li a:hover {}

.blog-sidebar h1,
.blog-sidebar h2,
.blog-sidebar h3,
.blog-sidebar h3.form-title{
    font-family:"Helvetica Neue LT",helvetica neue,helvetica,arial,sans-serif;
    color: #00a1c4;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.2;
    margin: 35px 0 0;
}

a.more-link {
    display:block;
    margin:15px 0;
}
.custom_listing_comments{
    border:1px solid #ccc;
    padding:15px;
    line-height:165%;
}



/* ==========================================================================
   Forms
   ========================================================================== */


/* Blue form Global 
   ========================================================================== */

.hs-form {background:#00a1c4;padding:30px;margin-top:20px;}
.form-title {}


/* All Global Forms
   ========================================================================== */

/* Form Field */
.hs-form-field {
    margin-bottom: 20px;
}

/* Labels */
body label {}
body .hs-form-field > label {
    font-family:"Helvetica Neue LT",'helvetica neue',helvetica,arial,sans-serif;
    line-height: 19px;
    color: #fff;
	font-size:15px;
	font-weight:200;
	letter-spacing:0.25px;
	margin-bottom:5px;
	display:block;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body textarea,
body select {
    width: 100%;
    max-width:500px;
    background: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #555555 !important;
    display:block;
    margin-bottom:10px;
    vertical-align: middle;
	border:none;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body textarea:focus,
body select:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Multiple Line Inputs */
body textarea { }
body textarea:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body input[type="file"] {color:#fff;font-family: "Helvetica Neue LT",helvetica neue,helvetica,arial,sans-serif;}

body .inputs-list {
	list-style: none;
	margin: 20px 0 !important;
	padding: 0 !important;
	color:#fff;
}

/* Drop Downs */
body select {}
body select:focus {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */



/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {margin-bottom:15px;}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {font-family:"Helvetica Neue LT",'helvetica neue',helvetica,arial,sans-serif;}
.hs_cos_wrapper_type_form .hs-form-field > label {font-family:"Helvetica Neue LT",'helvetica neue',helvetica,arial,sans-serif;}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {min-height:200px;}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {height:2.4em;}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

#comment-form input, #comment-form textarea, #comment-form select{max-width:100%;}
#comment-form input[type="submit"] {max-width:50%}

#comment-form .hs_website {display:none;}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}
#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

#comment-form .hs-form {background:#fff;padding:0;}
#comment-form .hs-form label {color:#333;}
#comment-form .hs-form input, #comment-form .hs-form textarea, #comment-form .hs-form select{border:1px solid #ccc;}
#comment-form input[type="submit"] {border:none;}
#comment-form .hs-form textarea {min-height:250px;}

#comments-listing .comment-from h4 {font-weight:200;font-size: 24px;font-family:"Helvetica Neue LT",'helvetica neue',helvetica,arial,sans-serif;color: #35322a;margin-bottom:5px;padding-top:0;}
#comments-listing .comment-date {font-size:13px;color:gray !important;font-weight:200;}

/* Error */
body .hs-common-error-message {}

#comment-form .hs-common-confirm-message { background-color: #f7f4ea !important; border: 1px solid #d9d9d9 !important; color: #514b42 !important; font-size: 15px !important; border-radius: 0 !important; padding: 20px !important; margin: 10px 0px !important;}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {
   color:#fff; 
}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {margin-right:10px;}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; max-width: 100%;}
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  background: #ff7822;
  font-size: 20px;
	font-weight:200;
  line-height: 45px;
  margin: 30px 0 0 0;
  padding: 0 17px;
  position: relative;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: white;
  border: none;
  max-width: 430px;
	width:100%;
  display: block;
	font-family:"Helvetica Neue LT",'helvetica neue', helvetica, arial, sans-serif;
	letter-spacing:0.5px;
	border-radius:0px;
	-webkit-appearance:none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover,
body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus  {
  color: #fff;
  background: #333;
	cursor:pointer;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
  color: #fff;
  background: #333;
cursor:pointer;
}


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}




/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}

/* Team CTA */

.hs-custom-team-module .cta_button {

}

/*======= Two Column Right - With Top three Column Layout =========*/



.widget-type-section_header .secondary-header{
    font-family: "Helvetica Neue LT","helvetica neue", helvetica, arial, sans-serif;
    color: #333;
    margin: 0;
    font-weight: 200;
    font-size: 20px;
	margin-top:25px;
}


.hs-custom-top-three-col-layout .body-container .content-wrapper{
    padding-top:0 !important;
}

.main-content li{
    margin:0 0 10px;
}

.sidebar .hs_cos_wrapper.hs_cos_wrapper_widget{
    display:block;
    position: relative;
    border-bottom: 1px solid #3099af;
    padding-bottom: 40px;
}

.hs-custom-team-module > h3{
    margin-bottom:25px;
}

.hs-custom-team-module {}


.member-img img{
    padding: 3px;
    border: 1px solid #ececec;
    background: #fff;
}

.member-img {
    float:left;
}

.member-bio {
    float: left;
    width: 48%;
	margin-left:4%;
}

.member-bio ul{
    list-style:none;
    padding:0;
    margin:0;
}
.member-bio p{
    margin:0;
}

.member-bio ul li a{
    width: 27px;
    height: 27px;
    display: block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    background: #b0ac9e;
    background-repeat: no-repeat;
    cursor:pointer;
}

.member-bio ul li {
    float:left;
    margin:21px 0 10px 10px;
}

.member-bio ul li:first-child{
    margin-left:0;
}

.member-bio ul li a:hover {
    background: #f37121;
    background-repeat: no-repeat;
}

.member-bio ul li a.email{
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/email.png?t=1515965958577);
    background-position: 3px 4px;
}

.member-bio ul li a.phone{
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/phone.png?t=1515965958577);
    background-position: 2px 4px;
}

.member-bio ul li a.linked-in{
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/linked-in.png?t=1515965958577);
    background-position: 4px 2px;
}

.member-bio ul li a.twitter{
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/twitter.png?t=1515965958577);
    background-position: 3px 3px;
}

.hs-custom-team-img-bio:after,
.hs-custom-team-img-bio:before{
    content:"";
    display:block;
    clear:both;
}

.hs-custom-phone{
    clear:both;
    display:none;
}

blockquote {
    font-weight: 100;
    margin: 20px 0 0 0;
}

.sidebar blockquote {
    padding-left: 20px;
}

blockquote p {
    font-size: 30px;
    color: #ff6633;
    font-family: georgia, serif;
    line-height: 1.2;
    font-weight: 100;
    margin: 0 0 30px 0;
}

blockquote h5{
    font-size: 15px;
    color: #663333;
    font-weight: 300;
    font-family: "Helvetica Neue LT","helvetica neue", helvetica, arial, sans-serif;
    margin: 0;
}

/*======= Two Column Right - With Top three Column gey BG Layout =========*/


.hs-custom-grey-module-wrapper [class*="hs-col-"]{
    padding: 20px 25px;
    position: relative;
    background: #f7f4e9;
    border: 1px solid #e6e6e6;
    margin-bottom:35px;
}

.hs-custom-grey-module-wrapper [class*="hs-col-"]:after{
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    min-height: 24px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/img-bottom-shadow.png?t=1515965958577);
    content:"";
    background-size:100%;
}

.hs-custom-grey-module-wrapper [class*="hs-col-"] h3{
    color: #35322a;
    font-weight: 500;
    margin: 0;
    font-size: 16px;
}

.hs-custom-grey-module-wrapper [class*="hs-col-"] p{
    font-size: 15px;
    margin: 0 0 20px 0;
}

.hs-custom-grey-module-wrapper [class*="hs-col-"] p:last-of-type {
    margin: 0;
}

.hs-custom-grey-module-wrapper [class*="hs-col-"] h5{
    margin:0;
    text-indent: -9999px;
}

.hs-custom-grey-module-wrapper [class*="hs-col-"] h5 a{
    position: absolute;
    margin-left: 10px;
    width: 17px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 22px;
    right: 15px;
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/arrow.png?t=1515965958577);
}

.hs-custom-grey-module-wrapper [class*="hs-col-"] h5 a:hover{
    background-position: bottom left;
}

.hs-custom-grey-module-wrapper [class*="hs-col-"] h2 a{
    background: #f8f6e9;
    color: #38362e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f8f6e9 0%, #eceade 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f6e9), color-stop(100%,#eceade));
    background: -webkit-linear-gradient(top, #f8f6e9 0%,#eceade 100%);
    background: -o-linear-gradient(top, #f8f6e9 0%,#eceade 100%);
    background: -ms-linear-gradient(top, #f8f6e9 0%,#eceade 100%);
    background: linear-gradient(to bottom, #f8f6e9 0%,#eceade 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6e9', endColorstr='#eceade',GradientType=0 );
    margin-right: 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #c2c0bb;
    font-size: 14px;
    min-height: 34px;
    padding: 0 17px;
    line-height: 34px;
    text-align: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    float:right;
    margin-right:-15px;
    margin-bottom:-10px;
    margin-top: -30px;
}

.hs-custom-grey-module-wrapper [class*="hs-col-"] h2 a:hover{
    color: #f37121;
}

.hs-custom-top-three-col-grey-layout .main-content h6{
    margin:0;
}

.main-content h6 a{
	background: #ff7822;
  	font-size: 14px;
  	line-height: 34px;
  	margin: 0;
  	padding: 0 17px;
    margin-right: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #fff;
	float:right;
    font-weight:200;
	letter-spacing:0.5px;
}

.main-content h6 a:hover{
    color: #fff;
	background:#00a1c4;
}

.main-content ul,
.main-content ol{
    font-size:15px;
	font-family:"Helvetica Neue LT",'helvetica neue', helvetica, arial, sans-serif;
	
}

/*========== Two Column Equal With Top Banner and Form =============*/

.two-column-equal .form-title:first-of-type {margin-top:30px;}

.two-column-equal .sidebar-form .form-title {display:none;}

.two-column-equal .hs-form {margin-top:25px;}

.two-column-equal .sidebar-form .hs-form {margin-top:0px;}

.hs-custom-two-col-eq-banner-form-layout .body-container .page-center.content-wrapper{
    padding-top:0;
    padding-bottom:0;
}

.two-column-equal .main-content p{
    line-height: 1.8;
}


.two-column-equal .main-content{
    padding-top: 12px;
}

.hs-custom-two-col-main-form-module {
    
}

.hs-custom-two-col-main-form-module form{
    display:block;
    margin:35px auto 0 !important;
    float:none !important;
}

.hs-custom-two-col-main-form-module .hs-form-field > label{
    float:none;
    margin-bottom:10px;
    display:block;
    width:100%;
    text-align:left;
}

.hs-custom-two-col-main-form-module .hs-form-field {
    overflow:hidden;
}

.hs-custom-two-col-main-form-module .input{
    display: block;
}

.hs-custom-two-col-main-form-module .actions {
    text-align:center;
    clear:both;
}

.body-container .page-center.content-wrapper{
    border-bottom:1px solid #11a7c8;
    margin-bottom:45px;
}

.main-content{
    padding-bottom:20px;
}


/*======= two Column Right Layout =======*/

.arlo-sidebar h3 { margin-bottom:20px;}

.arlo-sidebar .ls-upcoming-events ul li h4 a {font-size: 15px;}
.arlo-sidebar .ls-upcoming-events ul li h4 {margin-top:10px;}
.arlo-sidebar .ls-upcoming-events ul li p {border-bottom:0px;}

.hs-custom-two-colmn-right-layout {
    
}

.hs-custom-two-colmn-right-layout .body-container .page-center.content-wrapper{
    padding-top:0;
}

.hs-custom-two-colmn-right-layout .body-container .page-center.content-wrapper {
    padding-bottom:0;
    border:none;
}

.hs-custom-two-colmn-right-layout .main-content {
    border-bottom: 1px solid #11a7c8;
}

/*======= two COlumn Equal Top banner =========*/

.hs-custom-two-col-eq-banner-layout .main-content p{
    line-height:1.6;
}


.hs-custom-two-col-eq-banner-layout .body-container .page-center.content-wrapper{
    padding-top:0 !important;
}


.hs-custom-two-col-eq-banner-layout .main-content{
    padding-top:0;
}

.hs-custom-two-col-eq-banner-layout .main-content .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-bottom:30px;
}

.hs-custom-two-col-eq-banner-layout .body-container .page-center.content-wrapper{
    padding-bottom:0;
    border:none;
}

.hs-rss-module .hs-rss-item {
    margin-top: 20px;
    margin-bottom:0;
	padding-left:30px;
	position:relative;
}

.hs-rss-module .hs-rss-item:before {content:" ";width:12px;height:12px;border-radius:50%;background:#13a0be;display:block;position:absolute;top:50%;left:5px;-webkit-transform: translate(0, -50%);-moz-transform: translate(0, -50%);-ms-transform: translate(0, -50%);-o-transform: translate(0, -50%);transform: translate(0, -50%);} 

.hs-rss-title{
    font-size: 15px;
    color: #35322a;
    font-weight: 400;
    margin: 20px 0 0 0;
    display:block;
    text-decoration:none;
}

.hs-rss-title:hover{
    text-decoration:underline;
    color:#000;
}

.hs-rss-date{
    font-weight: 100;
    font-size: 11px;
    color: #35322a;
    margin-top: 5px;
    margin-bottom:1.33em;
    display:block;
    opacity:1;
}

.images-list{
    margin: 35px 0 0 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    overflow:hidden;
}

.images-list li{
    line-height: 100px;
    text-align: center;
    width: 146px;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid #e1e1e1;
    float: left;
    height: 100px;
}

.images-list li img{
    vertical-align:middle;
}

.images-list li img{
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.images-list li img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

/*===== Two Column Right With Bottom Three Column =======*/

.hs-custom-bottom-three-col-layout{}

.hs-custom-three-column-blue-bg-modules-wrapper{}

.sidebar img + h6{
    margin:0;
    font-size: 15px;
    font-weight: 200;
    background-image: none;
    background-color: #00a1c4;
    color: #fff;
    line-height: 1.2;
    padding: 15px 40px 15px 15px;
}

.custom-section-header .widget-type-section_header h1{
    border-bottom: none;
    border-top: none;
    margin: 0 0 5px;
    padding: 0;
}

.custom-section-header .widget-type-section_header {
    border-bottom: 1px solid #11a7c8;
    border-top: 1px solid #11a7c8;
    margin: 35px 0 0;
    padding: 25px 0 35px;
}

.hs-custom-bottom-three-col-layout .main-content{
    border-bottom:none;
}

.hs-custom-bottom-three-col-layout .body-container .page-center.content-wrapper{
    border-bottom: 1px solid #11a7c8;
}

.hs-custom-bottom-three-col-wrapper .page-center{
    padding-top:0 !important;
    border-bottom: 1px solid #11a7c8;
    margin-bottom: 35px !important;
    padding-bottom: 35px;
}

.hs-custom-bottom-three-col-wrapper h3{
    margin:0 0 35px;
}

.hs-custom-bottom--three-col-slides-module ul{
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    overflow:hidden;
}

.hs-custom-bottom--three-col-slides-module ul li{
    width: 31.623931624%;
    margin-left: 2.564102564%;
    float:left;
    display:none;
}

.hs-custom-bottom--three-col-slides-module ul li:first-child{
    margin-left:0;
}

.hs-custom-bottom--three-col-slides-module h5{
    margin:0;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    vertical-align: middle;
    padding: 15px 40px 15px 15px;
    background-color: #00a1c4;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/right-arrow.png?t=1515965958577);
    width:100%;
    min-height:66px;
    height:66px;
    color:#FFF;
    font-weight:normal;
    display:table;
    width:100%;
}

.hs-custom-bottom--three-col-slides-module h5 a,
.hs-custom-bottom--three-col-slides-module h5 a:hover{
    color:#FFF;
    display: table-cell;
    vertical-align: middle;
}

.hs-custom-bottom--three-col-slides-module li:hover h5{
    background-color: #f37121;
}

.hs-custom-bottom--three-col-slides-module [class*="hs-col-"]:hover h5{
    background-color:#f37121;
} 

.featured-story:hover h5 {background-color:#f37121;}

.featured-story h5 {background-position: right 50%; background-repeat: no-repeat; background-image:url(//cdn2.hubspot.net/hubfs/504394/images/right-arrow.png?t=1515965958577);-webkit-transition: background 300ms ease-in-out; -moz-transition: background 300ms ease-in-out; -o-transition: background 300ms ease-in-out; transition: background 300ms ease-in-out;}

.hs-custom-bottom--three-col-slides-module ul li.show-slide-list{
    display:block;
}

.hs-custom-bottom--three-col-slides-module ul li:first-child{
    margin-left:0;
}

.one-column .body-container .page-center{
    padding-top:0;
}


/*===== What We Do Layout ==========*/

.hs-custom-three-col-what-we-do-wrapper{
    padding: 0 0 35px;
    border-bottom: 1px solid #11a7c8;
}

.hs-custom-three-col-what-we-do-wrapper [class*="hs-col-"] {
    max-width:297px;
}

.hs-custom-three-col-what-we-do-wrapper [class*="hs-col-"] h3{
    color: #00A1C4;
    font-weight: 200;
    margin: 35px 0 20px 0;
    line-height: 1.2;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.hs-custom-three-col-what-we-do-wrapper [class*="hs-col-"] p{
    margin:0
}

.hs-custom-three-col-what-we-do-wrapper [class*="hs-col-"] img{
    background: #fff;
    margin-top:30px;
	width:100%;height:100%;
}

.hs-custom-three-col-what-we-do-wrapper [class*="hs-col-"] h5{
    position: relative;
    background-color: #00a1c4;
    width: 100%;
    height: 100%;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    vertical-align: top;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/right-arrow.png?t=1515965958577);
    margin:0;
    padding:20px 45px 20px 17px;
    color:#FFF;
    font-weight:300;
    line-height: 1.6;
	letter-spacing:0.5px;
	font-size:13px;
}

.hs-custom-three-col-what-we-do-wrapper [class*="hs-col-"] p{
    color:#222;
}

.hs-custom-three-col-what-we-do-wrapper [class*="hs-col-"]:hover p{
    color:#222;
}

.hs-custom-three-col-what-we-do-wrapper [class*="hs-col-"]:hover h3{
    color:#f37123;
}

.hs-custom-three-col-what-we-do-wrapper [class*="hs-col-"]:hover h5{
    background-color:#f37123;
}

.hs-custom-three-col-what-we-do-layout .body-container .page-center.content-wrapper{
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    margin-bottom: 20px;
}


/*======= Two Column Equal Contact us =========*/

.hs-custom-contact-us-layout{}

.hs-custom-contact-us-layout .body-container .page-center.content-wrapper{
    border-bottom: none;
    margin-bottom: 35px;
    padding-top:0;
    padding-bottom:0;
    margin-top:35px;
    border-top:1px solid #11a7c8;
}

.hs-custom-two-column-contat-wrapper{
    border-bottom: 1px solid #11a7c8;
    padding: 0 0 35px;
}

.hs-custom-two-column-contat-wrapper .hs-form {margin-top:20px;}

.hs-custom-two-column-contat-wrapper{}

.hs-custom-contact-us-layout .main-content {
    padding:0;
}

.two-column-equal.hs-custom-contact-us-layout .main-content p{
    line-height:1.4;
}

.hs-custom-contact-us-layout .contact-details table {
    
}

.hs-custom-contact-us-layout .contact-details table td{
    background:#fff;
    padding:20px 0;
    vertical-align:top;
}
.hs-custom-contact-us-layout .contact-details table h1,
.hs-custom-contact-us-layout .contact-details table h2,
.hs-custom-contact-us-layout .contact-details table h3,
.hs-custom-contact-us-layout .contact-details table h4,
.hs-custom-contact-us-layout .contact-details table h5,
.hs-custom-contact-us-layout .contact-details table h6{
    margin:0;
}

.responsive-table-mobile {
    width:100%;
    table-layout:fixed;
    border-spacing:0;
}

.responsive-table-mobile td{
    vertical-align:top;
}

.responsive-table-mobile h3{
    margin-top:20px;
}

#mapDiv2,
#mapDiv{
    max-width:100%;
    width:100% !important;
}


/*====== One Column With Top Banner and Bottom Three Column  ========*/

.hs-custom-one-col-bottom-three-column-layout {
    
}


.hs-custom-one-col-bottom-three-column-layout .main-content{
    padding-bottom:0;
}

.hs-custom-one-col-background-wrapper{
    
}

.hs-custom-one-col-background-wrapper .page-center{
    
}


/*===== blog ========*/

.post-header h1{
    margin:0 0 20px;
    font-size: 40px;

}

.post-header h1 a,
.post-header h1 a:hover{
    color:#000;
}

#hubspot-author_data{
    padding-bottom: 30px;
    font-size: 15px;
    font-family: "Helvetica Neue LT",'helvetica neue', helvetica, arial, sans-serif;
    color: gray;
  	font-weight: 200;
}

#hubspot-author_data a.author-link{
    margin-bottom:0;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    float:none;
    max-width:100%;
    margin:0;
    max-height:100%;
}

.blog .body-container .page-center{
    padding-top:35px;
    padding-bottom:0;
    border:none;
}

.post-item{
    border-top: 1px solid #11a7c8;
    padding-top:35px;
}


.hs-custom-post-url-comment ul{
    margin:0;
    padding:0;
    list-style:none;
}

.hs-custom-post-url-comment ul li{

}

.hs-custom-post-link{
    display:none;
}

.hs-custom-comment-link{ font-family: "Helvetica Neue LT",'helvetica neue', helvetica, arial, sans-serif; color: #35322a; font-size: 24px; font-weight: 200; line-height: 1.2; margin: 35px 0 0;}

.blog .blog-sidebar{
    border-top:1px solid #11a7c8;
    border-bottom:1px solid #11a7c8;
    padding-bottom:15px;
}

.blog .blog-sidebar ul{
    list-style-type: none;
    padding-left: 0;
    margin:20px 0;
}

.blog .blog-sidebar ul li{
    margin-bottom: 10px;
    font-size:15px;
}

.blog-post-wrapper {
    border-top:1px solid #11a7c8;
    padding-top:35px;
}

.custom-footer .custom-common p{
    font-size:13px;
}

.custom-bottom-footer p{
    font-size:13px;
}

.blog .blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget:not(.hs_cos_wrapper_type_rich_text) h3{
    color:#35322a;
    margin-top:40px;
}


/*===== home Page  =====*/




.hs-custom-home-layout .body-container .page-center.content-wrapper{
    padding-top:0;
    padding-bottom:0;
    border:none;
}

.hs-custom-home-rss .hs-rss-module {
    margin:20px 0 0 0;
    border:none;
    position: relative;
    border: 1px solid #d9d9d9;
    background-color: #f7f4ea;
    padding: 25px;
}

.hs-custom-home-rss .hs-rss-module:after{
    position: absolute;
    bottom: -35px;
    left: -1px;
    width: 38px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/down-arrow.png?t=1515965958577);
    content:"";
}

.hs-custom-home-rss .hs-rss-module .hs-rss-item {padding-left:0;}
.hs-custom-home-rss .hs-rss-module .hs-rss-item:before {content:none;}
	
.hs-custom-home-rss .hs-rss-module .hs-rss-item:first-child{
    margin-top:0;
}

.hs-custom-home-rss .hs-rss-module:after,
.hs-custom-home-rss .hs-rss-module:before{
    clear:both;
    content:"";
    display:block;
}

.hs-custom-home-rss  .hs-rss-title{
    font-weight: 400;
    color: #00a1c4;
    font-size: 15px;
    margin: 0;
}

.hs-custom-home-rss .hs-rss-byline{
    font-weight: 200;
    color: #514b42;
    margin: 0 0 10px 0;
    font-size: 15px;
    width: auto;
    opacity:1;
    display:none;
}

.hs-custom-home-rss h3{
    margin:40px 0 20px;
    color: #00a1c4;
     font-size: 26px;
     font-weight: 200;
    line-height: 1.4;
    text-align:left;
}

.hs-custom-home-rss{
    padding-bottom:70px;
    margin-bottom:35px;
}


.hs-rss-module p, .hs-rss-module a {
    color: #00a1c4;
    font-size: 15px;
    width: auto;
    opacity:1;
    text-align:left;
    font-weight: 400;
}

.hs-rss-module a:hover {text-decoration:underline;color:#f37123;}

.hs-rss-module p {margin:0 0 20px;}

.hs-rss-module p:first-child{
    margin-top:0;
}

.hs-rss-module p:last-child{
    margin-bottom:0;
}

.hs-rss-module h4 {text-align:left;font-weight:300;font-size:18px;margin:30px 0 10px 0;line-height:1; border-bottom: 1px solid #9b9891;padding-bottom: 10px;}
.hs-rss-module h4:first-child {margin-top:0;}

/*======== hs-custom-two-col-eq-top-banner-layout ========*/


.hs-custom-two-col-eq-top-banner-layout .body-container .page-center.content-wrapper{
    padding-bottom:0;
    padding-top:0;
}


/*====== Sidebar Team Layout =========*/

.hs-custom-dynamic-sidebar-layout .sidebar .hs-custom-sidebar-quote-flexi .hs_cos_wrapper.hs_cos_wrapper_widget,
.hs-custom-dynamic-sidebar-layout .sidebar .hs-custom-sidebar-team-flexi .hs_cos_wrapper.hs_cos_wrapper_widget{
    display:none;
}


/*====== one COlumn Suffel Module ========*/

.hs-custom-one-col-global-shuffel-content ul{
    margin:0;
    padding:0;
    list-style:none;
}

.hs-custom-one-col-global-shuffel-content h5{
    color:#FFF;
    font-size: 15px;
    font-weight: 200;
    min-height:51px;
    padding: 15px 150px 15px 15px;
    background-color: #00a1c4;
    color: #fff;
    line-height: 1.2;
    position:relative;
    margin:0;
}

.hs-custom-one-col-global-shuffel-content h5 a{
    color: #f27120;
    background: #f3f3f3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    margin-right: 1px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    height: 34px;
    padding: 0 17px;
    line-height: 34px;
    text-align: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    position: absolute;
    bottom: 8px;
    right: 13px;
}

.hs-custom-one-col-global-shuffel-content h5 a:hover{
    color: #0c7d96;
}

.img-module{
    min-height:235px;
    width:100%;
    position:relative;
}

.img-module img{
    max-width:none;
    width:100%;
}

.img-caption-content {
    position:absolute;
    bottom:30px;
    z-index:10;
    padding-left:15px;
    padding-right:15px;
    width:100%;
}

.img-caption-content *{
    color:#FFF;
    margin:0;
}

.img-caption-content h3{
    margin:0 0 15px;
}

.hs-custom-one-col-global-shuffel-content li{
    display:none;
}
.hs-custom-one-col-global-shuffel-content img{
    display:none;
}

.hs-custom-one-col-global-shuffel-content li {
    background-repeat:no-repeat;
    background-size:100%;
}

.hs-custom-one-col-global-shuffel-content li:first-child{
    background-image:url(//cdn2.hubspot.net/hub/504394/images/EmbeddingScrumhelpstransformikeGPSBanner.jpg?width=575&t=1515965958577);
}

.hs-custom-one-col-global-shuffel-content li:nth-child(2){
    background-image:url(//cdn2.hubspot.net/hub/504394/images/PlunketArchitectureOnDemandBanner.jpg?width=575&t=1515965958577);
}

.hs-custom-one-col-global-shuffel-content li:nth-child(3){
    background-image:url(https://cdn2.hubspot.net/hub/504394/hubfs/images/eServicesReferenceArchitecture940x235.jpg?width=575&t=1515965958577);
}

.hs-custom-one-col-global-shuffel-content li:nth-child(4){
    background-image:url(//cdn2.hubspot.net/hub/504394/images/waitangi_banner.jpg?width=575&t=1515965958577);
}

.hs-custom-one-col-background-wrapper .page-center{
    padding-top:35px !important;
    margin-top:35px !important;
    border-top:1px solid #11a7c8;
    border-bottom:1px solid #11a7c8;
    padding-bottom:35px !important;
}

.hs-custom-one-col-bottom-three-column-layout .hs-custom-bottom--three-col-slides-module{
    margin-top:35px;
}

.hs-custom-home-tag-links{
    padding:0;
    margin:35px 0;
    list-style:none;
    overflow:hidden;
}

.hs-custom-home-tag-links li{
    margin:0;
    width:23%;
    float:left;
    margin-left:2.66%;
}

.hs-custom-home-tag-links li:first-child{
    margin-left:0;
}

.hs-custom-home-tag-links li a{
    min-height: 50px;
    font-size: 14px;
    font-weight: 200;
    color: #f37121;
    padding:14px 14px;
    margin-right: 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    text-align: left;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: #f3f3f3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    padding-left:52px;
    background-repeat:no-repeat;
    position:relative;
    width:100%;
}

.hs-custom-home-tag-links li a:after{
    content:"";
    position:absolute;
    width:28px;
    height:30px;
    display:block;
    background-repeat:no-repeat;
    left:14px;
    top:10px;
}

.hs-custom-home-tag-links li a:hover{
    color: #0c7d96;
}

.hs-custom-home-tag-links li a.lean-agile:after{
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/icon-agile.png?t=1515965958577);
}

.hs-custom-home-tag-links li a.lean-agile:hover:after{
    background-position: 0 -34px;
}

.hs-custom-home-tag-links li a.business-analysis:after{
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/icon-businessanalysis.png?t=1515965958577);
}

.hs-custom-home-tag-links li a.business-analysis:hover:after{
    background-position: 0 -34px;
}

.hs-custom-home-tag-links li a.solution-arc:after{
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/icon-solutionarchitecture.png?t=1515965958577);
}

.hs-custom-home-tag-links li a.solution-arc:hover:after{
    background-position: 0 -34px;
}

.hs-custom-home-tag-links li a.knowledge-share:after{
    background-image:url(//cdn2.hubspot.net/hubfs/504394/images/icon-knowledgeshare.png?t=1515965958577);
}

.hs-custom-home-tag-links li a.knowledge-share:hover:after{
    background-position: 0 -34px;
}



/*====== menu ========*/


.hs-custom-top-three-col-layout .body-container .page-center.content-wrapper{
    padding-bottom:0;
    border:none;
}

.hs-custom-top-three-col-layout .main-content{
    border-bottom: 1px solid #11a7c8;
}


.hs-custom-top-header-menu .hs-menu-wrapper > ul ul{
    display:none;
}

.hs-custom-top-header-menu .hs-menu-wrapper > ul > li.active-branch > a{
    color: #f37121;
}

.hs-custom-top-three-col-layout .main-content ul{
   
}

.hs-custom-top-three-col-layout .main-content h2{
    font-weight:500;
    font-size:19px;
}

.hs-custom-two-col-eq-banner-form-layout .main-content img{
    margin-top:35px;
	width:100%;
}

.hs-custom-top-three-col-grey-layout .body-container .page-center.content-wrapper{
    padding-top:0;
    padding-bottom:0;
    border-bottom:none;
}

.hs-custom-top-three-col-grey-layout .main-content{
    padding-bottom:35px;
    border-bottom:1px solid #11a7c8;
}

.hs-custom-top-three-col-grey-layout .main-content ul{
    font-size:13px;
}

.hs-custom-top-three-col-grey-layout .main-content h2{
    font-size: 19px;
    color: #35322a;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.hs-custom-default-one-col-layout .widget-type-section_header .secondary-header{
    font-family:"Helvetica Neue LT","helvetica neue", helvetica, arial, sans-serif;
    font-size: 15px;
    color: #514b42;
    margin: 1.33em 0;
    font-weight: bold;
}

.hs-custom-default-one-col-layout .custom-section-header .widget-type-section_header{
    padding: 25px 0 15px;
}

.hs-custom-default-one-col-layout .body-container .page-center.content-wrapper{
    padding-bottom:0;
}

.error-template .body-container .page-center.content-wrapper{
    padding-bottom:0;
    border-bottom:none;
}

/* ==========================================================================


   6. MISCELLANOUS                                        


   ========================================================================== */

.landing-page.one-column .body-container form,
.error-template .body-container form,
.password-template .body-container form,
.subscription-template .body-container form{
    width: 50%;
}

.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_simple_subscription h1{
    color: #333!important;
    font-family: Calibri,"helvetica neue",helvetica,arial,sans-serif!important;
    font-size: 60px!important;
    font-weight: 200!important;
    line-height: 1!important;
    margin: 25px 0 5px!important;
 
}

.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2{
    font-family:"Helvetica Neue LT",helvetica neue,helvetica,arial,sans-serif!important;
    color: #333!important;
    font-size: 20px!important;
    font-weight: 200!important;
    margin: !important0;
    line-height: 1.4!important;
}

.widget-type-email_subscriptions h3,
.widget-type-email_subscriptions_confirmation h3,
.widget-type-email_simple_subscription h3{
    font-family:"Helvetica Neue LT",helvetica neue,helvetica,arial,sans-serif!important;
    color: #00a1c4!important;
    font-size: 24px!important;
    font-weight: 200!important;
    line-height: 1.2!important;
    margin: 35px 0 0!important;
}
.landing-page.one-column .body-container form,
.error-template .body-container form,
.password-template .body-container form,
.subscription-template .body-container form{
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0){ 
   .custom-header-top-bg ul li:last-child::after {
        left: 7px;
  }
  .custom-header-top-bg ul li:last-child a::after {
    left: 7px;
  }
    .custom-footer .custom-common p {
        padding: 0 0 21.5px;
    }
    .custom-footer .custom-common:first-child ul li:last-child {
        padding: 0px 0 0 21.5%;
    }
}

/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 








/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */


@media (max-width:1291px) {
    .custom-header-top-bg ul li:last-child::after,.custom-header-top-bg ul li:last-child a::after {
        display:none;
    }
    
    .hs-custom-grey-module-wrapper [class*="hs-col-"] h2 a{
        margin-top:0;
    }
    
    iframe,table,embed{
        max-width:100%;
    }

    

}

@media (min-width:766px) and (max-width:1291px){
    .custom-header-top-bg .custom-right-btn {
        left: 8%;
        text-align: left;
   }

}

@media (min-width:768px) and (max-width:1024px){

    
    .hs-custom-one-col-global-shuffel-content li{
        background-size:cover;
    }
}

@media (min-width:766px) and (max-width:932px){

    .custom-footer .custom-common:first-child ul li:last-child {
        padding: 0 0 0 5%;
    }

}



@media (min-width:766px) and (max-width:1000px){
    .custom-footer .custom-bottom-footer div:nth-child(3) p,.custom-common:last-child ,.custom-footer .custom-bottom-footer div:nth-child(2) p {
    padding-left: 0;
    }
}


@media (min-width:766px) and (max-width:800px){
    .custom-footer .custom-common:first-child ul li:last-child {
        padding: 0 0 0 3%;
    }
}


@media (max-width:1000px){
    .container-fluid .row-fluid .page-center {
        padding-left:20px;
        padding-right:20px;
    }
	.row-fluid .training-button {display:none;}

}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {
	
    
	.custom-right-btn {display:none !important;}
    
	.custom-common,.custom-bottom-footer,.custom-footer .custom-bottom-footer ul {
        overflow: hidden;
    }
    .custom-footer .custom-common:last-child p {
        max-width:100%;
    }
    .custom-footer ul li,.custom-footer .custom-bottom-footer ul li  {
        float: none;
    }
    .custom-footer .custom-common:first-child ul li:last-child {
        padding: 0;
    }
    .custom-mobile-gap {
        padding: 0 0 25px!important;
    }
    .custom-footer .custom-common:last-child a {
        left:0;
    }
    .custom-footer .custom-bottom-footer ul li:last-child {
        margin-left:0px;
    }
    .custom-bottom-footer ul li {
        padding: 0 0 7px;
    }
    .custom-bottom-footer div:nth-child(2) p,.custom-bottom-footer div:nth-child(3) p  {
        padding:5px 0 !important;
    }
    .custom-header-top-bg .custom-right-btn {
        position: static;
        padding: 10px 0;
        text-align: center;
    }
    .custom-header-top-bg ul {
        display: block;
        float: none;
        text-align: center;
        padding: 10px 0;
    }
    .custom-header-top-bg ul li {
        display: inline-block;
        float: none;
    }
    .custom-logo {
        padding: 15px 0;
        text-align:center;
    }
    body input[type="text"],
    body input[type="password"], 
    body input[type="datetime"], 
    body input[type="datetime-local"], 
    body input[type="date"], 
    body input[type="month"], 
    body input[type="time"], 
    body input[type="week"], 
    body input[type="number"], 
    body input[type="email"], 
    body input[type="url"], 
    body input[type="search"], 
    body input[type="tel"], 
    body input[type="color"],
    body textarea,
    body select {
        max-width:100%;box-shadow:none;
    }
    h1 {
        font-size: 40px;
        line-height: 42px;
    }
    
    .member-img {
        width: 100%;
        float:none;
    }
    
    .member-bio {
        float: none;
        width: 100%;
        margin-top:20px;
    }
    
    .hs-custom-grey-module-wrapper [class*="hs-col-"] h2{
        overflow:hidden;
    }
    
    .hs-custom-grey-module-wrapper [class*="hs-col-"] h2 a{
        margin:0;
    }
    
    .main-content{
        padding-bottom:10px;
    }
    
    .hs-custom-two-col-main-form-module .hs-form-field > label{
        float:none;
        width:100%;
        text-align:left;
    }
    
    .hs-custom-two-col-main-form-module .input{
        display: block;
        width: 100%;
        float: none;
    }
    
    .hs-custom-two-col-main-form-module form{
        max-width:100%;
    }
    
    .hs-custom-bottom--three-col-slides-module ul{
        margin:0 !important;
    }
    
    .hs-custom-bottom--three-col-slides-module ul li{
        width: 100%;
        max-width: 300px;
        float: none;
        margin: 20px auto !important;
    }
    
    .hs-custom-three-col-wrapper [class*="hs-col-"] img { width:100% !important;}
    
    .sidebar img + h6{
        max-width:300px;
    }
    
    .responsive-table-mobile {
        width:100%;
        table-layout:fixed;
        display:block;
        
    }
    
    .responsive-table-mobile td{
        display:block;
        width:100%;
    }

    .hs-custom-home-rss .hs-rss-module .hs-rss-item {
        width:100%;
        float:none;
        margin-top:50px;
		padding-left:0;
    }
    
    .hs-custom-bottom--three-col-slides-module [class*="hs-col"]{
        max-width:300px;
        margin:20px auto !important;
    }
    
    
    
    .hs-custom-home-tag-links li{
        width:100%;
        float:none;
        margin:10px 0;
    }
    
    .hs-custom-home-tag-links li a{
        width:auto;
        min-width:200px;
    }
    
    .images-list li{
        width:150px;
        margin:10px 0;
        float:none;
    }
    .hs-custom-one-col-global-shuffel-content li{
        background-size:cover;
    }
    
    
    
    .hs-custom-top-header-menu .hs-menu-wrapper > ul > li{
        display:inline-block;
        width:auto;
    }
    
    
    .hs-custom-two-col-main-form-module .actions{
        text-align:left;
    }
}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {
    .custom-header-top-bg ul li a{
        padding:0 15px;
    }

	.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {float:left !important;width:auto;}

}

/* =============================================================================
   big mobile
   ========================================================================== */

@media (max-width: 767px) {
	
	/* menu */
	
	
		
	/* Home three cols */

	.hs-custom-home-rss .hs-rss-module .hs-rss-item {margin-top:20px;}
	.hs-custom-home-rss {padding-bottom:40px;}
		
	/* Home teasers */
	.hs-custom-bottom--three-col-slides-module [class*="hs-col"] {margin:0 0 20px 0!important;max-width: 100%;}
	.hs-custom-bottom--three-col-slides-module [class*="hs-col"] img {width:100%; display:block; margin:0 auto;}
	
	/* About */87
	7
	.images-list li:nth-of-type(2n+1) {float: right; clear: right; }
	.images-list li {margin: 0 0 10px;width: 48%;}
	
	.member-bio {float: left;width: 45%;margin-top: 0;}
	.member-img { width: 45%; float: left;}
	
	/* page */
	.row-fluid .custom-logo {z-index:10;display:block;position:absolute;top:3px;left:50%;-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-o-transform: translate(-50%,0);transform: translate(-50%,0);}
	
	.cta {margin-top:0;}
	.hs-custom-two-col-eq-banner-layout .main-content .hs_cos_wrapper.hs_cos_wrapper_widget {margin-bottom:0;}
	
	/* We help you */
	
	.hs-custom-three-col-what-we-do-wrapper [class*="hs-col-"] {max-width:100%;}
	#comment-form input[type="submit"] {max-width:100%;}
	
	
	/* Blog */
	
	.post-header h1 {font-size:24px;line-height:1.6;}
	
	
}

/* =============================================================================
   small mobile
   ========================================================================== */	

@media (max-device-height: 480px) {
	
	h1, .post-header h1 {font-size: 24px;line-height: 1.4;}
	h3 {font-size: 20px;line-height: 1.2;font-weight: 200;}
	h2 br, h1 br {display:none;}
	.cta p , blockquote p{font-size: 22px;line-height: 1.2;}
	.hs-custom-home-rss h3 {font-size:20px;}
	.hs-custom-top-three-col-layout .main-content h2 {font-size:15px;}
	.hs-custom-one-col-global-shuffel-content h5 {padding:15px 50px 15px 15px;}
	body .hs-button.primary, body input[type="submit"], body input[type="button"] {font-size:16px;}
	
}



/* =============================================================================
   IE
   ========================================================================== */



/*html.lt-ie9 .cta-inner { background-size: cover;behavior: url('//cdn2.hubspot.net/hubfs/504394/polyfills/backgroundsize.min.htc?t=1515965958577');}*/
html.lt-ie9 .cta-inner {padding-top:0;padding-bottom:0;}
html.lt-ie9 .cta-inner p {padding-top:25px;}
html.lt-ie9 .cta-inner p.button {padding-top:20px;}
html.lt-ie9 .row-fluid .footer-privacy {width:32%}
html.lt-ie9 .row-fluid .footer-privacy ul li{margin-right:20px;}

html.lt-ie9 .row-fluid .footer-nz {width:32%}
html.lt-ie9 .row-fluid .footer-copyright {width:30%}
html.lt-ie9 .hs-custom-one-col-global-shuffel-content img {display:block;}
html.lt-ie9 .member-img img {max-width: 100% !important; width:auto !important;}
html.lt-ie9 .member-img {width:42%;float:left;}
html.lt-ie9 .member-bio {float:right;}

html.lt-ie9 .custom-footer {background:#d3d3cb;}

/* module helpers */
.box-shadow {-moz-box-shadow: -1px 1px 8px -4px #000; -webkit-box-shadow: -1px 1px 8px -4px #000; box-shadow:-1px 1px 8px -4px #000;}
/* module helpers end */ 

/* equinox banner image carousel */

.equinox-banner-image-carousel {position:relative;}

.equinox-banner-image-carousel-images {position:relative;}
.equinox-banner-image-carousel-images:after {display:block; content:""; position:absolute; top:0; left:0; right:0; bottom:0; background-color:#000; opacity:0.58; z-index:99999;}
.equinox-banner-image-carousel-image {height:600px; width:100%; background-size:cover; background-repeat:no-repeat; background-position:center;}

.equinox-banner-image-carousel .slick-dots {position:absolute; bottom:15px; left:0; right:0; text-align:center; z-index:999999;}
.equinox-banner-image-carousel .slick-dots li {display:inline-block; margin:0 10px;} 
.equinox-banner-image-carousel .slick-dots li button {cursor:pointer; -webkit-transition:linear all 300ms; -moz-transition:linear all 300ms;  -o-transition:linear all 300ms; transition:linear all 300ms; white-space:nowrap; text-indent:-999999px; background-color:transparent; appearance:none; -webkit-appearance:none; width:10px; height:10px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; border:1px solid #fff; padding:0;}
.equinox-banner-image-carousel .slick-dots li button:focus {outline:none;}
.equinox-banner-image-carousel .slick-dots li.slick-active button {background-color:#f3712a; border-color:#f3712a;}

.equinox-banner-image-carousel-contents {position:absolute; top:100px; z-index:99999; left:0; right:0; padding-top:140px;}
.equinox-banner-image-carousel-contents h1 {margin:0; color:#fff; font-size:42px;}
.equinox-banner-image-carousel-contents h2 {margin:0.5em 0; color:#fff; font-size:24px;}
.equinox-banner-image-carousel-contents h3 {margin:1em 0; color:#fff; font-size:16px;}

/* equinox banner image carousel end*/


/* equinox button */
a.equinox2017-button {display:inline-block; padding:10px 25px; font-size:21px; margin:1em 0; position:relative;}
a.equinox2017-button span {display:inline-block; width: 18px; height: 18px; border-right: 1px solid #fff; border-top: 1px solid #fff; margin:0 0 3px 25px; -ms-transform:rotate(45deg); moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); -moz-transform-origin:top left; -webkit-transform-origin:top left; ms-transform-origin:top left; -o-transform-origin:top left; transform-origin:top left;}
/* equinox button end*/

/* equinox 2 col product */

.equinox2017-2-col-product-contents-container {overflow:hidden; position:relative; clear:both;}

.equinox2017-2-col-products > span {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-align-items:stretch;
    align-items:stretch;
    -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; flex-wrap:wrap;
}
.equinox2017-2-col-products > span > div {-ms-flex:1 1 33.33%; -moz-flex:1 1 33.33%; -webkit-flex:1 1 33.33%; flex:1 1 33.33%;}
.equinox2017-2-col-product-top-headlines {display:-moz-flex; display:-ms-flex; display:-webkit-flex; display:flex; -webkit-align-items:stretch; align-items:stretch;}
.equinox2017-2-col-product-top-headline-container { padding:15px 10px; background-color:#f6f5f1; -moz-flex: 1 1 50%; -webkit-flex: 1 1 50%; -ms-flex: 1 1 50%; flex: 1 1 50%; }
.equinox2017-2-col-product-top-headline {color:#000; font-weight:normal; margin:0; font-size:14px; line-height:1.2em;}

.equinox2017-2-col-product-main-headline {background-color:#00a3c9; margin:0; font-size:20px; color:#fff; text-align:center; padding:10px 5px; font-weight:normal;}

.equinox2017-2-col-product-contents,
.equinox2017-2-col-product-contents > a {display:-webkit-flex;
    display:-moz-flex;
    display:ms-flex;
    display:flex;
    -webkit-align-items:stretch;
    align-items:stretch;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
}
.equinox2017-2-col-product-contents img {width:100% !important; height:auto !important;}
.equinox2017-2-col-product-content {-ms-flex:1 1 50%; -moz-flex:1 1 50%; -webkit-flex:1 1 50%; flex:1 1 50%;  max-width:50%; /* ie 11 fix*/ position:relative; padding-bottom:35px; background-color:#f6f5f1;} 
.equinox2017-2-col-product-content:hover {background-color:#f7f4ea;}
.equinox2017-2-col-product-content-text {padding:15px 10px; }
.equinox2017-2-col-product-product-headline {margin:0 0 10px; font-size:14px; font-weight:normal;}
.equinox2017-2-col-product-product-description {font-size:14px; line-height:1.3em; margin:0;}

.equinox2017-2-col-product-top-headline-container,
.equinox2017-2-col-product-main-headline,
.equinox2017-2-col-product-content               {border:1px solid #fff;}

.equinox2017-2-col-products .equinox2017-button {padding:9px 5px; text-align:center; width:100%; line-height:16px; display:block; font-size:16px; background-color:#f3712a; color:#fff; margin:0; position:absolute; bottom:0; left:0; right:0;} 
.equinox2017-2-col-products .equinox2017-button span {width:14px; height:14px; margin-left:10px;}

.equinox2017-2-col-product-featured .equinox2017-2-col-product-contents-container {    position: relative; z-index: 99999; overflow:hidden;}
.equinox2017-2-col-product-featured .equinox2017-2-col-product-contents-container:after {display:block; content:""; position:absolute; border:2px solid #f3712a; top:0; left:0; right:0; bottom:1px; pointer-events:none; }
.equinox2017-2-col-product-featured-text {
    display: block;
    background-color: #f3712a;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-left: 61px;
    padding-top: 27px;
    transform-origin: top center;
    transform: translateX(-50%) rotate(-20deg);
}

/* equinox 2 col product end */

/* equinox team member carousel */
    .equinox2017-teammember-carousel-item {background-color:#00a3c9; text-align:center; position:relative;
        -moz-transition:500ms background-color;
        -webkit-transition:500ms background-color;
        -o-transition:500ms background-color;
        transition:500ms background-color;
    }
    .equinox2017-teammember-carousel-item:hover {background-color:#f3712a;}
    .equinox2017-teammember-carousel-item:hover .equinox2017-teammember-carousel-more  {text-decoration:underline;}
    .equinox2017-teammember-carousel-item img {display:block; width:100% !important; height:auto !important; }
    .equinox2017-teammember-carousel-item .equinox2017-teammember-carousel-item-img {position:relative;}
    .equinox2017-teammember-carousel-item .equinox2017-teammember-carousel-item-img:after {display:block; opacity:0; content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-color:rgba(243, 113, 42, 0.16); z-index:10;
        -moz-transition:500ms opacity;
        -webkit-transition:500ms opacity;
        -o-transition:500ms opacity;
        transition:500ms opacity;
    }
    .equinox2017-teammember-carousel-item:hover .equinox2017-teammember-carousel-item-img:after {opacity:1;}
    .equinox2017-teammember-carousel .slick-slide:focus,
    .equinox2017-teammember-carousel .slick-prev:focus,
    .equinox2017-teammember-carousel .slick-next:focus  {outline:none;}
    .equinox2017-teammember-carousel .slick-prev,
    .equinox2017-teammember-carousel .slick-next  {whitespace:nowrap; text-indent:-99999px; -webkit-transition:cubic-bezier(.45,.87,.58,.85) opacity 300ms; -moz-transition:cubic-bezier(.45,.87,.58,.85) opacity 300ms; -o-transition:cubic-bezier(.45,.87,.58,.85) opacity 300ms; transition:cubic-bezier(.45,.87,.58,.85) opacity 300ms; opacity:0.5; cursor:pointer; display: block; position: absolute; top: 0; bottom: 0; width: 50px; background-color: rgba(0,0,0,0.58); z-index: 99999; -moz-appearance: none; -webkit-appearance: none; appearrance: none; border: none; }
    .equinox2017-teammember-carousel .slick-prev:after,
    .equinox2017-teammember-carousel .slick-next:after  { content: "";
        display: block;
        width: 26px;
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 50%;
        background-image: url(https://cdn2.hubspot.net/hubfs/504394/EQUINOX2017/img/equiniox2017-sprites.png?t=1515965958577);
        background-repeat: no-repeat;
        margin-top: -38px;
        margin-left: -13px;
    }
    .equinox2017-teammember-carousel .slick-prev:hover,
    .equinox2017-teammember-carousel .slick-next:hover,
    .equinox2017-teammember-carousel .slick-prev:active,
    .equinox2017-teammember-carousel .slick-next:active  {opacity:1;}
    .equinox2017-teammember-carousel .slick-prev { left: 0;}
    .equinox2017-teammember-carousel .slick-next { right: 0;}
    .equinox2017-teammember-carousel .slick-prev:after { background-position: -104px 0; }
    .equinox2017-teammember-carousel .slick-next:after { background-position: -130px 0; }
    
    .equinox2017-teammember-carousel-content-container {padding:20px; margin:0;}
    .equinox2017-teammember-carousel-name {display:block; font-weight:500; color:#fff; }
    .equinox2017-teammember-carousel-position {display:block; font-size:14px; color:#fff; font-weight:normal; }
    .equinox2017-teammember-carousel-more {font-size:14px; color:#fff; font-weight:normal; margin-top:1em; display:inline-block; }
/* equinox team member carousel end */

/* equinox team member static */
    .equinox2017-teammember-static > span {display:-ms-flex; display:-webkit-flex; display:-moz-flex; display:flex; -moz-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-align-items:stretch; -moz-align-items:stretch; align-items:stretch; -moz-justify-content:center; -webkit-justify-content:center; justify-content:center;}
    .equinox2017-teammember-static > span .hs_cos_wrapper_widget {padding:5px 1px; -moz-flex:0 1 20%; -webkit-flex:0 1 20%; -ms-flex:0 1 20%; flex:0 1 20%; min-width:180px;
        display:-ms-flex; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-align-items:stretch; -moz-align-items:stretch; align-items:stretch; 
    }
    .equinox2017-teammember-static .equinox2017-teammember-carousel-item {-moz-flex: 1 1 100%; -webkit-flex: 1 1 100%; -ms-flex: 1 1 100%; flex: 1 1 100%;}
/* equinox team member static end */

/* equinox consultant page content head */
    .equinox2017-consultant-content-head {text-align:center; margin-top:30px;}
    .equinox2017-consultant-content-head .consultant-name {font-size:26px; color: #00a3c9;}
    .equinox2017-consultant-content-head .consultant-position {font-size:16px; font-weight:500; margin-bottom:0.5em;}
    .equinox2017-consultant-content-head .social-links a {display:inline-block; text-align:center; width:36px; height:36px; font-size:25px; color:#fff; background-color:#00a3c9; border-radius:2px; margin:2px;}
    .equinox2017-consultant-content-head .consultant-phone {font-size:16px; font-weight:500; margin:0.5em 0;}
/* equinox consultant page content head end*/

/* equinox client logos boxes */
    .equinox2017-client-logos-boxes > span {overflow:hidden; margin:-0.5%; width:auto; display:block;}
    .equinox2017-client-logos-boxes > span:after {display:block; content:""; clear:both;}
    .equinox2017-client-logos-boxes .hs_cos_wrapper_widget {padding:5px; height:100px; line-height:90px; display:block; border:1px solid #e1e1e1; float:left; width:19%; margin:0.5%;  text-align:center;} 
    .equinox2017-client-logos-boxes a {display:block;}
    .equinox2017-client-logos-boxes img {max-width:100%; height:auto !important; line-height:90px; display:inline-block; vertical-align:middle;}
/* equinox client logos boxes end */ 

/* equinox2017-works-accordion */
.equinox2017-works-accordion {}
.equinox2017-works-accordion-item-toggle { font-size:20px; padding:15px 25px; background-color:#f5f4f0; font-weight:200; margin-bottom:5px; cursor:pointer; -moz-transition: all 500ms; -webkit-transition: all 500ms; -o-transition: all 500ms; transition: all 500ms;}
.equinox2017-works-accordion-item-toggle:after {display:block; float:right; content:"\276f"; transform:rotate(90deg); color:#00a3c9;} 
.equinox2017-works-accordion-item-active .equinox2017-works-accordion-item-toggle {background-color:#f3712a; color:#fff;}
.equinox2017-works-accordion-item-active .equinox2017-works-accordion-item-toggle:after {color:#fff;}
.equinox2017-works-accordion-item-content {display:none; list-style:none; padding:0 1.5em; margin:0 0 5px; background-color:#fff; -moz-box-shadow: -1px 1px 8px -4px #000; -webkit-box-shadow: -1px 1px 8px -4px #000; box-shadow:-1px 1px 8px -4px #000;}
.equinox2017-works-accordion-item-content strong,
.equinox2017-works-accordion-item-content b {font-weight:500;}
.equinox2017-works-accordion-item-content > li {padding:2em 0 0; border-bottom:1px solid #00a3c9; overflow:hidden;}
.equinox2017-works-accordion-item-content > li:last-child {border:none;}
.equinox2017-works-accordion-item-content > li:after {display:block; content:""; clear:both;}
.equinox2017-works-accordion-item-active .equinox2017-works-accordion-item-content {display:block;}
.equinox2017-works-accordion-work-title { color:#00a3c9; font-weight:500;}
.equinox2017-works-accordion-work-image {width:30%; float:right; margin-left:1%; padding-bottom:2em; display:block;}

/* equinox2017-testimonials */
.equinox2017-testimonials {}
.equinox2017-testimonials .hs_cos_wrapper_widget_container {display:-webkit-flex; display:-moz-flex; display:-ms-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.equinox2017-testimonials .hs_cos_wrapper_widget {-webkit-flex:1 1 31.33%; -moz-flex:1 1 31.33%; -ms-flex:1 1 31.33%; flex:1 1 31.33%; margin:1%; background-color:#fff; padding:20px;}
.equinox2017-testimonial-comment {margin:0; color:#f3712a; font-weight:200;}
.equinox2017-testimonial-comment-meta:before {content:"\2014"; display:block; position:absolute; left:0; top:0;}
.equinox2017-testimonial-comment-meta {font-weight:500; position:relative; padding-left:1.2em; font-size:0.9em; line-height:1.3em; margin-top:1em;}
.equinox2017-testimonial-comment-meta span {display:block;}

/* equinox2018-jobpost */
.equinox2018-jobpost {margin-bottom:2em;}
.equinox2018-jobpost .equinox2017-button { margin:0; color:#fff; background-color:#f3712a; font-weight:200; font-size:18px; }
.equinox2018-jobpost .equinox2017-button span {width:14px; height:14px;}
.equinox2018-jobpost-header {background-color:#00a3c9; color:#fff; font-weight:200; font-size:20px; margin:0 0 4px; padding:0.8em;}
.equinox2018-jobpost-content {background-color:#fff; padding:2.7%; display:-ms-flex; display:-moz-flex; display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-align-items:stretch; -moz-align-items:stretch; align-items:stretch; -webkit-justify-content:flex-end; -moz-justify-content:flex-end; justify-content:flex-end;}
.equinox2018-jobpost-content strong,
.equinox2018-jobpost-content b {font-weight:500;}
.equinox2018-jobpost-content-left {-moz-flex:1 1 450px; -webkit-flex:1 1 450px; -ms-flex:1 1 450px; flex:1 1 450px; margin-bottom:1.5em;}
.equinox2018-jobpost-content-left > *:first-child {margin-top:0;}
.equinox2018-jobpost-content-left > *:last-child {margin-bottom:0;}
.equinox2018-jobpost-content-right {padding-left:1em; -moz-flex:0 0 240px; -webkit-flex:0 0 240px; -ms-flex:0 0 240px; flex:0 0 240px; display:-ms-flex; display:-webkit-flex; display:-moz-flex; display:flex; -moz-align-items:center; -webkit-align-items:center; align-items:center; -webkit-justify-content:flex-end; -moz-justify-content:flex-end; justify-content:flex-end;}

@media(max-width:850px){
    /* 2 cold product */
    .equinox2017-2-col-products > span > div {-moz-flex-basis:100%; -webkit-flex-basis:100%; -ms-flex-basis:100%; flex-basis:100%; margin-bottom:30px;}
    .equinox2017-2-col-products > span > div:last-child {margin-bottom:0;}
    .equinox2017-2-col-product-top-headlines,
    .equinox2017-2-col-product-product-headline {height:auto !important;}
    .equinox2017-2-col-product-contents {height:auto !important;}
    /* 2 cold product end */
    
    /* equinox client logos boxes */
    .equinox2017-client-logos-boxes > span {margin:-1%;}
    .equinox2017-client-logos-boxes .hs_cos_wrapper_widget {width:23%; margin:1%;} 
    /* equinox client logos boxes end */ 
}

@media(min-width:768px){
    /* equinox client logos boxes */
    .equinox2017-client-logos-boxes .hs_cos_wrapper_widget img { -webkit-filter: grayscale(1); filter: grayscale(1); filter: gray;   }
    .equinox2017-client-logos-boxes .hs_cos_wrapper_widget:hover img {filter:none; -webkit-filter:none;}
    /* equinox client logos boxes end */ 
}

@media(max-width:768px){
    /* equinox banner image carousel */
    .equinox-banner-image-carousel-image {height:400px;}
    .equinox-banner-image-carousel-contents {padding-top:20px;}
    /* equinox banner image carousel end*/
    
     /* equinox client logos boxes */
    .equinox2017-client-logos-boxes > span {margin:-1.5%;}
    .equinox2017-client-logos-boxes .hs_cos_wrapper_widget {width:30.33%; margin:1.5%;} 
    /* equinox client logos boxes end */ 
}

@media(max-width:767px){
    .equinox2017-testimonials .hs_cos_wrapper_widget {-moz-flex-basis:48%; -webkit-flex-basis:48%; -ms-flex-basis:48%; flex-basis:48%;}
}

@media(max-width:600px){
    /* equinox button */
        a.equinox2017-button {font-size:19px; padding:7px 15px;}
        a.equinox2017-button span {margin-left:15px;}
    /* equinox button end */
    
    /* equinox client logos boxes */
    .equinox2017-client-logos-boxes > span {margin:-2%;}
    .equinox2017-client-logos-boxes .hs_cos_wrapper_widget {width:46%; margin:2%;} 
    /* equinox client logos boxes end */ 
    
    /* equinox works accordion */
    .equinox2017-works-accordion-item-toggle {font-size:16px; font-weight:normal;}
    .equinox2017-works-accordion-work-title {font-size:18px;}
    .equinox2017-works-accordion-item-content {padding:0 10px;}
    .equinox2017-works-accordion-item-content > li {padding:1em 0;}
    .equinox2017-works-accordion-work-image {width:100%; float:none; max-width:320px; margin:0 auto;}
}

@media(max-width:480px){
    /* equinox banner image carousel */
    .equinox-banner-image-carousel-contents h1 {font-size:32px; line-height:1.2em;}
    /* equinox banner image carousel ned*/
    
    /* equinox 2 col product */
    .equinox2017-2-col-products-container {padding:5px !important;}
    /* equinox 2 col product end*/
    
    /* equinox team member static */
    .equinox2017-teammember-static > span .hs_cos_wrapper_widget {-moz-flex-basis:100%; -webkit-flex-basis:100%; flex-basis:100%;}
    /* equinox team member static end */
    
    /* equinox client logos boxes */
    .equinox2017-client-logos-boxes > span {margin:0;}
    .equinox2017-client-logos-boxes .hs_cos_wrapper_widget {width:90%; margin:0 auto 15px; float:none;} 
    /* equinox client logos boxes end */ 
    
    .equinox2017-testimonials .hs_cos_wrapper_widget {-moz-flex-basis:100%; -webkit-flex-basis:100%; -ms-flex-basis:100%; flex-basis:100%; margin:0 0 1em;}
    
}  
/* general styling */
.text-center {text-align:center;}
/* general styling end */

/* page head */

.equinox2017-head       { background-color:#333333; padding:10px 0;}
.equinox2017-head a {-moz-transition:linear color 100ms; -webkit-transition:linear color 100ms; -o-transition:linear color 100ms; transition:linear color 100ms;}

.equinox2017-head-top-menu .hs-menu-wrapper { float:right; }
.equinox2017-head-top-menu .hs-menu-wrapper ul {display:block;}
.equinox2017-head-top-menu .hs-menu-wrapper a {font-size:14px; line-height:1.6em; padding:0 10px; color:#fff; display:block !important;}
.equinox2017-head-top-menu .hs-menu-wrapper a:hover,
.equinox2017-head-top-menu .hs-menu-wrapper a:focus {color:#eee;}
.equinox2017-head-top-menu .hs-menu-wrapper li:last-child a {padding-right:0; position:relative;}

.equinox2017-head-main {padding:17px 0; position:relative;}

.equinox2017-head-main .logo img    {display:block; max-height:30px; max-width:100%; height:auto !important; width:auto !important;}

.equinox2017-head-main-menu .hs-menu-wrapper    { float:right;}
.equinox2017-head-main-menu .hs-menu-wrapper a  {font-weight:200; font-size:16px; color:#fff; padding:1px 15px;}
.equinox2017-head-main-menu .hs-menu-wrapper a:hover,
.equinox2017-head-main-menu .hs-menu-wrapper a:focus    {color:#f3712a;}
.equinox2017-head-main-menu .hs-menu-wrapper .hs-menu-depth-1:last-child a {padding-right:0;}

.equinox2017-head-mobile-menu ul { display:none; }

.equinox2017-head-mobile-menu-trigger {top:12px; right:0; position:absolute; width:30px; overflow:hidden; -moz-box-radius:10px; -webkit-box-radius:10px; box-radius:10px; cursor:pointer; padding:0 6px; width:42px;}
.equinox2017-head-mobile-menu-trigger span {height:2px; margin:6px 0; background-color:#fff; display:block;}

/* - page head float */

.equinox2017-head.equinox2017-head-float {background-color:transparent; position:absolute; top:0; left:0; right:0; z-index:999999999999999;}

/* page head end */




@media(min-width:1200px){
    
    /*we're hiring message*/
    
        /*.equinox2017-head-top-menu .hs-menu-wrapper li:last-child {position:relative;}
        .equinox2017-head-top-menu .hs-menu-wrapper li:last-child:after {
            content: "";
            display: block;
            border: 8px solid #f3712a;
            height: 0;
            width: 0;
            position: absolute;
            left: 107.6%;
            left: calc(100% + 6px);
            top: calc(50% - 6px);
            border-bottom: 6px solid transparent;
            border-left: 6px solid transparent;
            border-top: 6px solid transparent;
        }
        .equinox2017-head-top-menu .hs-menu-wrapper li:last-child a:after {    
            content: "We're hiring!";
            display: block;
            padding: 0 7px;
            background-color: #f3712a;
            position: absolute;
            top: 0;
            left: 125%;
            left: calc(100% + 20px);
            white-space: nowrap;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }*/
    
    /*we're hiring message end*/
    
}

@media(min-width:769px){
    .widget-span.equinox2017-head-mobile-menu,.equinox2017-head-mobile-menu   {display:none;}
    .equinox2017-head-mobile-menu-trigger,
    .equinox2017-head-mobile-menu .submenu-trigger {display:none;}
}

@media(max-width:768px){
    
    /*layout*/
    .sm-block {display:block; float:none !important; margin-left:auto !important; margin-right:auto !important;}
    
    /*page head*/
    
        .equinox2017-head {padding:0; position:relative;}
        
        .equinox2017-head.equinox2017-head-float {background-color:rgba(51, 51, 51,0.85);}
    
        .equinox2017-head-top,.widget-span.equinox2017-head-top,
        .equinox2017-head-main-menu,.widget-span.equinox2017-head-main-menu     {display:none;}
        
        .equinox2017-head-main .logo img  {max-height:25px;}
    
        .equinox2017-head-mobile-menu .hs-menu-wrapper ul {position:absolute; top:100%; z-index:9999; right:0; padding:10px; background-color:#333; border-top:5px solid rgba(255,255,255,0.1); width:auto;}
        .equinox2017-head-mobile-menu .hs-menu-wrapper ul a {    color: #fff; padding: 5px 5px; min-width: 150px; border-bottom: 1px solid rgba(255,255,255,0.2);}
        .equinox2017-head-mobile-menu .hs-menu-wrapper ul li:last-child a {border-bottom:none;}
        .equinox2017-head-mobile-menu .hs-menu-wrapper ul li.hs-item-has-children {position:relative;}
        .equinox2017-head-mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul {z-index:9999;}
        .equinox2017-head-mobile-menu .submenu-trigger { position: absolute; top: 0; font-size: 16px; color: #fff; right: 5px; display: block; width: auto; padding:3px 5px;}
        .equinox2017-head-mobile-menu .hs-item-has-children ul {background-color:#444;}
        .equinox2017-head-mobile-menu .hs-item-has-children:not(.open) .submenu-trigger{-moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
        
    /*page head end*/
}

@media(max-width:767px){
    
    .hs-custom-bottom--three-col-slides-module .hs_cos_wrapper_widget a h5 {height:auto !important; min-height:0;}
    
}


@media(max-width:600px){
    /*page head*/
        
        .equinox2017-head-main {position:static;}
        .equinox2017-head-main .logo img  {max-height:20px;}
    
        .equinox2017-head-mobile-menu-trigger {right:10px;}
        
    /*page head end*/
}

@media(max-width:480px){
    
    /*layout*/
    .xs-block {display:block; float:none !important; margin-left:auto !important; margin-right:auto !important;}
    
    /*page head*/
        .equinox2017-head-mobile-menu .hs-menu-wrapper ul {width:100%;}
        .equinox2017-head-mobile-menu a {white-space:normal !important;}
    /*page head end*/
}

/*changes made to mod */