/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */
@import url('//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@font-face { 
    font-family:'nexus';
    src:url("//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_3_0.eot");
    src:url("//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_3_0.eot#iefix") format("embedded-opentype"),
    url("//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_3_0.woff2") format("woff2"),
    url("//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_3_0.woff") format("woff"),
    url("//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "nexus-italic";
  src:  url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_0_0.eot) format("embedded-opentype"),
        url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_0_0.woff) format("woff"), 
        url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_0_0.ttf) format("truetype");
}
@font-face{
    font-family:'nexus-bold';
    src:url("//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_1_0.eot");
    src:url("//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_1_0.eot#iefix") format("embedded-opentype"),
    url("//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_1_0.woff2") format("woff2"),
    url("//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_1_0.woff") format("woff"),
    url("//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/2E9227_1_0.ttf") format("truetype")}

@font-face {
  font-family: "alternate-gothic-no-1-d";
  font-style: normal;
  font-weight: 400;
  src: url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/d.woff) format("woff"), 
  url(https://4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/fonts/a) format("opentype");
}

/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, 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;
    vertical-align: top;
    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;
}

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    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-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* 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: visible;
/*     opacity: 0; */
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.custom-banner .lay {
	position: absolute;
  top: 357px;
	width: 100%;
}
.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: 1;
    -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;}

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

<!-- Start of HubSpot code snippet -->
<button type="button" id="hs_remove_cookie_button"
  style="background-color: #425b76; border: 1px solid #425b76;
         border-radius: 3px; padding: 10px 16px; text-decoration: none; color: #fff;
         font-family: inherit; font-size: inherit; font-weight: normal; line-height: inherit;
         text-align: left; text-shadow: none;"
  onClick="(function removeCookies(){
    var _hsp = window._hsp = window._hsp || [];
    _hsp.push(['revokeCookieConsent']);
  })()"
>
  Remove cookies
</button>

<!-- End of HubSpot code snippet -->


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
    background-color: #f0f0f0;
    color: #747474;
    font-family: "roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    color: #747474;
    font-family: "roboto",sans-serif;
    font-size: 17px;
    line-height: 1.58;
    font-weight: 400;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
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 {
    margin-top: 0px;
    line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    color: #3b65a4;
    font-family: 'alternate-gothic-no-1-d', sans-serif;
    font-size: 78px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
h2 {
    font-size: 43px;
}
h3 {
    font-size: 33px;
}
h4 {
    font-size: 25px;
}
h5 {}
h6 {}

h2, h3, h4 {
    color: #3f3f3f;
    font-family: 'nexus-italic', sans-serif;
    font-weight: normal;
}

/* Anchor Links */
a {
    color: #e12863;
    text-decoration: none;
}
a:hover, a:focus {
     text-decoration: underline;
}

/* Lists */
ul, ol {
    padding-left: 20px;
}
.body-container ul:not([class]) {
    list-style-type: none;
    margin: 4px 0 0 1em;
    padding-left: 0;
}
.body-container ul:not([class]) li:not([class])  {
    position: relative;
    margin-bottom: 4px;
}
.body-container ul:not([class]) li:not([class]):before {
    content: "\2022";
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: -.75em;
    color: #0871ac;
    top: 3px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. 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 {}



.nav-box{
  width: 100%;
  margin: 20px 0 0 0;
  padding: 31px 16px 31px 27px;
}
.nav-box h2{
      color: #e12863;
    font-family: 'nexus-bold';
    font-size: 30px;
    position: relative;
  margin: 0 0 3px;
}
.nav-box h2 span {
    background-color: #fff;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 2;
}
.nav-box h2::before {
    background-color: rgba(0,0,0,0.12);
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 43%;
    width: 100%;
    z-index: 1;
}
.nav-box p {
    color: #7a7a7a;
    font-size: 13px !important;
    margin: 0 63px 0 0;
    max-width: 320px;
  line-height:18px  !important;
    font-weight: normal;
    font-family: "roboto",sans-serif;
}
.nav-box .right-arrow {
    background-image: linear-gradient(to bottom, #3383de 0%, #2d6db4 100%);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    z-index: 3;
    transition-property: width;
    transition-duration: 200ms;
}
.nav-box .right-arrow:after{
  top: 50%;
  right: 12px;
  width: 5px;
  height: 9px;
  content: "";
  margin: -5px 0 0 15px;
  position: absolute;
  background: url(https://www.signatureboston.com/lib/img/arrow-right-white-1x.png) no-repeat;
}

.nav-box:hover .right-arrow, .nav-box:focus .right-arrow {
    background-image: url(/lib/img/arrow-right-white-1x.png),linear-gradient(to bottom, #3383de 0%, #2d6db4 100%);
    background-position: 50% 50%, 0 0;
    background-repeat: no-repeat, no-repeat;
    width: 35px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  white-space: normal;
}


.footer-container-wrapper{
  top:0 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul li:nth-child(2) ul li a{
  padding: 0 !important;
}

.text-container{
  position: relative;
  z-index:9;
}






.custom-menu-primary .hs-menu-wrapper>ul li:nth-child(2) ul li{
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul li:nth-child(2) ul li:nth-child(2){
  float: right;
  margin-right: 0;
}

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

.header-container :after {
    background:  rgba(14,13,13,0);
    content: '';
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.custom-banner.main .banner-img{
  height: 220px;
}
.custom-banner.main{
  margin-top:0;
  position: relative;
  z-index: 9;
transition: none;
  margin-bottom: -100px;
}

.header-container-wrapper{
  position: relative;
  z-index: 9999;
}

.custom-rec-post{
  z-index: 99999;
  position: relative;
}


.banner-bottom-img{
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  position: absolute;
}

.body-container .custom-rec-post .page-center{
  z-index: 9999;
}

.top-image{
  height: 130px;
  overflow: hidden;
}
.top-image img{
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul li ul li a{
  line-height: 21px !important;
  font-size:15px !important;
} 
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
  padding: 6px 0 8px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #f7f7f7;
  /*opacity: 0;
  visibility:hidden;*/
    box-shadow: inset 0 100px 100px -100px rgba(0,0,0,0.4);
    overflow: auto;
    padding: 20px 20px 10px;
    position: absolute;
    top: 128px;
    width: 100%;
    z-index: 0;
    left: 0;
    /*visibility: hidden;*/
    transition: none !important;
  -webkit-transition: all .2s ease-in-out !important ;
}
.hidden{
  display:none;
}
.menu-default-status {
  opacity: 0;
  visibility: hidden;
}


.custom-menu-primary .hs-menu-wrapper > ul li:hover ul{
  /*opacity: 1;
  visibility: visible;*/
}






.container-fluid .row-fluid .page-center


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header-bg {
    border-top: 3px solid #e12863;
    position: absolute;
    z-index: 1000;
    width: 100% !important;
}
.custom-header-bg:before {
    background: linear-gradient(to bottom, #fdfdfd 0%, rgba(253,253,253,0) 100%);
    content: '';
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.custom-header-bg:after {
    background: linear-gradient(to bottom, #0e0d0d 0%, rgba(14,13,13,0) 100%);
    content: '';
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.custom-header-bg .row-fluid-wrapper {}
.custom-logo {
    padding-top: 20px;
}
.custom-logo a svg {
    height: 80px;
    max-width: 158px;
}



.custom-top-menu {
    padding-top: 0;
    position: relative;
}
.custom-top-menu:before {
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.65) 65%, rgba(255,255,255,0) 100%);
    content: '';
    display: block;
    height: 46px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.custom-top-menu .hs-menu-wrapper > ul {
    float: right;
    position: relative;
}
.custom-top-menu .hs-menu-wrapper > ul > li {
    padding: 4px 0;
}
.custom-top-menu .hs-menu-wrapper > ul > li:before {
    color: rgba(116,208,225,0.7);
    content: '|';
    font-size: 10px;
    line-height: 1;
    margin-left: 10px;
    margin-right: 11px;
    position: relative;
    top: -1px;
    left: -3px;
}
.custom-top-menu .hs-menu-wrapper > ul > li:first-child:before,
.custom-top-menu .hs-menu-wrapper > ul > li:last-child:before {
    content: '';
    margin: 0;
}
.custom-top-menu .hs-menu-wrapper > ul > li > a {
    font-family: 'nexus-bold', sans-serif;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    line-height: 17px;
}
.custom-top-menu .hs-menu-wrapper > ul > li:first-child > a {
    background-image: url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/images/alt-nav-logo-1x.png);
    background-position: 0 1px;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    display: inline-block;
    line-height: 1;
    padding-left: 16px;
}
.custom-top-menu .hs-menu-wrapper > ul > li > a:hover,
.custom-top-menu .hs-menu-wrapper > ul > li.active > a {
    color: #fff;
    text-decoration: none;
}
.custom-top-menu .hs-menu-wrapper > ul > li.nav-search {
    margin-left: 14px;
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 0;
}
.custom-top-menu .hs-menu-wrapper > ul > li.nav-search button {
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: button;
    cursor: pointer;
    position: relative;
    top: 4px;
    color:#bbb;
}
.custom-top-menu .hs-menu-wrapper > ul > li.nav-search button svg {
    height: 16px;
    width: 16px;
}
.custom-top-menu .hs-menu-wrapper > ul > li.nav-search button:hover svg path {
    stroke: #d3d3d3;
}
.nav-search .nav-search-form__input {
    background-clip: border-box;
    background-color: #e6e6e6;
    background-image: none;
    background-position: 0 0;
    background-size: auto auto;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-sizing: inherit;
    color: #838383;
    font-family: 'nexus-italic';
    font-size: inherit;
    font-weight: normal;
    height: auto;
    line-height: normal;
    padding: 12px 16px;
    width: calc(100% - 40px);
    display: inline-block;
    margin-bottom: 0;
}


.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  visibility: hidden;
  
}

.nav-search .nav-search-form__input:focus {
    border-color: #bfbfbf;
    outline: none;
}
.custom-top-menu .hs-menu-wrapper > ul > li.nav-search ::-webkit-input-placeholder {
    color: #bbb;
}

.custom-top-menu .hs-menu-wrapper > ul > li.nav-search ::-moz-placeholder {
    color: #bbb;
}

.custom-top-menu .hs-menu-wrapper > ul > li.nav-search :-ms-input-placeholder {
    color: #bbb;
}
@media only screen and (min-width: 751px) {
    .nav-search .nav-search-form__input {
        background-color: rgba(0,0,0,0.5);
        border-color: rgba(211,211,211,0.4);
        color: #bbb;
        font-size: 13px;
        margin-right: 5px;
        padding: 5px 10px;
        width: 125px;
        margin-bottom: 0;
    }
}

.no-banner .header-container {
    min-height: 170px;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.body-container .page-center {
    padding: 48px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.body-container .page-center:before {
    border-top-left-radius: 15px;
    box-shadow: inset -15px 0 15px -15px rgba(0,0,0,0.1);
    content: '';
    height: 100%;
    left: -15px;
    width: 15px;
    position: absolute;
    bottom: 0;
}
.body-container .page-center:after {
    border-top-right-radius: 15px;
    box-shadow: inset 15px 0 15px -15px rgba(0,0,0,0.1);
    content: '';
    height: 100%;
    right: -15px;
    width: 15px;
    position: absolute;
    bottom: 0;
}

.custom-banner {
    padding-top: 2px;
    position: relative;
    z-index: 1000;
	  top: -2px;
    overflow: hidden;
    max-height: 292px;
}
.banner-img img {
    width: 100%;
	  top: -130px;
    position: relative;
    overflow: hidden;
  object-fit: cover;
}
.banner-img .lay {
    bottom: 283px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-bg .page-center {
    background-color: #333;
    border-bottom: 5px solid #1d63c7;
    padding: 27px 45px 27px;
    position: relative;
}
.custom-footer-copyright p {
    color: #979797;
    font-size: 11px;
    margin: -6px 0 0;
    font-weight: 400;
    line-height: 1.4;
}
.custom-footer-login {
    padding-top: 0;
    text-align: right;
}
.custom-footer-login .hs-menu-wrapper ul li {
    font-size: 11px;
    margin: 0;
}
.custom-footer-login .hs-menu-wrapper ul li a {
    color: #979797;
  font-size:11px;
  line-height:15px;
}
.footer-logo-left {
    padding-top: 16px;
}
.footer-logo-right {
    text-align: right;
    padding-top: 3px;
}
.custom-footer-contact {
    padding-top: 7px;
}
.custom-footer-contact p {
    font-size: 12px;
  line-height: 17px;
    margin: 0 0 0 -3px;
    color: #b4b4b4;
}
.custom-footer-contact img {
    margin-right: 4px;
    vertical-align: middle;
}
.custom-footer-contact p a {
    color: #b4b4b4;
    text-decoration: underline;
}
.custom-footer-contact p a:hover,
.custom-footer-contact p a:focus {
    color: #e12863;
}
.custom-footer-social {
    padding-left: 40px;
    padding-top: 3px;
}
.custom-footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-footer-social ul li {
    display: inline-block;
    height: 16px;
    margin-left: 9px;
    margin-right: 9px;
}
.custom-footer-social ul li:first-child {
    margin-left: 0;
}
.custom-footer-social ul li:last-child {
    margin-right: 0;
}
.custom-footer-social ul li.instagram {
    width: 17px;
}
.custom-footer-social ul li.facebook {
    width: 8px;
}
.custom-footer-social ul li.twitter {
    width: 20px;
}
.custom-footer-social ul li.flickr {
    width: 31px;
}
.custom-footer-social ul li.youtube {
    width: 14px;
}
.custom-footer-social ul li.linkedin {
    width: 18px;
}
.custom-footer-social ul svg {
    max-height: 100%;
    max-width: 100%;
}
.custom-footer-social ul svg path {
    fill: #656565;
}
.custom-footer-social ul a:hover svg path, 
.custom-footer-social ul a:focus svg path {
    fill: #e12863;
}
.custom-footer-menu .hs-menu-wrapper {
    margin-top: 6px;
    padding-top: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}
.custom-footer-menu .hs-menu-wrapper ul {
    display: block;
}
.custom-footer-menu .hs-menu-wrapper ul li {
    float: none !important;
    display: inline-block;
}
.custom-footer-menu .hs-menu-wrapper ul li a {
    color: #fff;
    font-size: 12px;
  line-height:17px;
}
.custom-footer-menu .hs-menu-wrapper ul li+li::before {
    content: ' | ';
    padding-left: 4px;
    padding-right: 4px;
}
.custom-footer-quick {
    margin-top: 10px;
    padding-left: 40px;
}
.custom-footer-quick .hs-menu-wrapper ul {
    display: block;
    position: relative;
}
.custom-footer-quick .hs-menu-wrapper ul li a {
    color: #979797;
    font-size: 12px;
    line-height: 17px;
}
.custom-footer-quick .hs-menu-wrapper ul li+li::before {
    content: ' | ';
    padding-left: 2.24px;
    padding-right: 1.44px
}
.custom-footer-quick .hs-menu-wrapper ul li:last-child {
    position: absolute;
    right: 42px;
    top: 0;
}
.custom-footer-quick .hs-menu-wrapper ul li:last-child:before {
    content: '';
    padding-left: 0;
    padding-right: 0;
}
.custom-footer-quick .hs-menu-wrapper ul li:last-child a {
    background-image: url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/images/alt-nav-logo-1x.png);
    background-position: 1px 4px;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    padding-left: 16px;
}
.footer-bottom-group {
    padding-top: 27px;
}

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */
.custom-menu-primary {
    padding-top: 14px;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-left: 17px;
    margin-right: 17px;
    position: static !important;
    height: 65px;
  margin-top: 2px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    margin-left: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-family: 'nexus-bold', sans-serif;
    line-height: 1.1;
    background: transparent url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/images/arrow-down-white-2x.png) no-repeat center bottom;
    background-size: 10px 5px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 0 0 8px;
    position: static;
    transition-property: padding;
    transition-duration: 200ms;
    vertical-align: baseline;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    background-image: none;
    color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    padding-top: 6px;
    text-decoration: none;
}

/* Child List */
/* .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #f7f7f7;
    box-shadow: inset 0 100px 100px -100px rgba(0,0,0,0.4);
    padding: 20px 20px 10px;
    width: 100%;
    top: 125px;
} */
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #4b6a89;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #e12863;
    text-decoration: none;
}

/* Override max width on menu links */
/* .custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
} */

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
/*     .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    } */
    .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) ul { 
        background-image: url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/images/home-split-background-1x.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        padding-bottom: 32px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) ul li { 
        box-shadow: 0 3px 10px rgba(0,0,0,0.05);
        width: 43%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) ul li a { 
        background-color: #fff;
        display: block;
        padding: 28px 0 28px 28px;
        position: relative;
        color: #e12863;
        font-family: 'nexus-bold';
        font-size: 30px;
        position: relative;
    }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) .child-trigger{
    top:31px;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 20px;           /* Position Button at right of screen */
    right: 20px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
  }
  .mobile-trigger svg {
    fill: #fff;
  }
  .mobile-trigger:hover svg {
      fill: #e12863;
  }
 
  /* ===== Mobile Child Toggle Buttons ===== */

  
  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 11px;
    color: #a2a2a2;
    width: 15px;
    font-size: 22px;
    transition-property: transform;
    transition-duration: 200ms;
    text-align: right;
   }
  .child-trigger:hover {
    color: #e12863;
  }
  
  .child-trigger.child-open span {
    color: #e12863;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }
  .mobile-menu-group {
    background-color: #f0f0f0;
    border-top: 4px solid #e12863;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: 0.1s;
    transition-property: transform;
    width: 90% !important;
    z-index: 1001;
    overflow: hidden;
    overflow-y: auto;
  }
  .mobile-open .mobile-menu-group {
    box-shadow: 0 0 40px 4px rgba(0,0,0,0.22);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
    margin-top: -15px;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative !important;
    margin: 0 !important;
    border-bottom: 1px solid #ccc;
    font-family: "roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    overflow: visible;
    color: #2b2b2b;
    display: block;
    font-family: 'nexus-bold', sans-serif;
    font-size: 25px;
    line-height: 1.1;
    padding: 20px 40px 20px 10% !important;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #e12863;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
    color: #e12863;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding: 0 0 20px;
    box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
      margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    line-height: 1.1;
    padding: 20px 20px 20px 10%;
    position: relative;
    color: #565c63;
    font-family: 'roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 8px;
    padding-left: 16%;
    padding-top: 8px;
    text-transform: none;
    display: block;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{}
  
  .custom-top-menu {
    padding-top: 40px;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li {
    padding: 4px 45px 10px 10%;
    font-family: "roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li > a {
    color: #6c6c6c;
    font-family: 'nexus-bold', sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li:before {
      display: none;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li > a:hover,
  .custom-top-menu .hs-menu-wrapper > ul > li.active > a {
    color: #e12863;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li > a:hover {
      text-decoration: underline;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li:first-child > a {
    background-image: url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/images/alt-nav-logo-1x.png);
    background-position: 0 1px;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    display: inline-block;
    line-height: 1;
    padding-left: 16px;
    padding-bottom: 4px;
  }
  .custom-mobile-search {
    padding: 4px 45px 50px 10%;
    margin-top: 23px;
  }
  .custom-mobile-search .nav-search-form__input {
    background: #fff 8px 8px no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6%2BR8AAAACXB…Hx4Taq1nrnKaW8K6XUUsrHWuvNevdRRLzFGwzvDbXAB9cDAHvhedDruuxSAAAAAElFTkSuQmCC);
    background-clip: border-box;
    background-color: #e6e6e6;
    background-image: none;
    background-position: 0 0;
    background-size: auto auto;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-sizing: inherit;
    color: #838383;
    font-family: 'nexus-italic';
    font-size: inherit;
    font-weight: normal;
    height: auto;
    line-height: normal;
    padding: 12px 16px;
    width: calc(100% - 40px);
    outline: 0;
    display: inline-block;
    box-shadow: none;
    margin: 0;
    display: none;
  }
  .custom-mobile-search .nav-search-form__input:focus {
      box-shadow: none;
  }
  .custom-mobile-search .nav-search-form__button {
    padding: 8px 6px; 
    margin: 20px 0 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: button;
    cursor: pointer;
    vertical-align: middle;
  }
  .custom-mobile-search .nav-search-form__button svg {
    height: 24px;
    width: 24px;
  }
  .custom-mobile-search .nav-search-form__button:hover path,
  .custom-mobile-search  .nav-search-form__button:focus path {
    stroke: #d3d3d3;
  }
  
  .row-number-5{
    float: left;
    width: 48%;
  }
  .custom-footer-quick{
    float: right !important;
    width: 22% !important;
    text-align: right;
    margin: 30px 0 50px;
  }
  .custom-footer-copyright{
    display:none !important;
  }
  .custom-footer-contact{
    top:-68px;
    position: relative;
  }
  .custom-footer-social{
    margin-bottom: -50px;
  }
  .top-image{
    height: 291px;
  }
  .top-image img{
    height: 291px;
    object-fit: cover;
    object-position: center;
  }
  .banner-img img{
    display: none;
  }
  .custom-banner{
    margin-top: 0 !important;
  }
  .custom-banner.main .banner-img{
    height: auto;
  }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */
.custom-rec-post .page-center {
    padding: 0 !important;
}
.blog-menu-group {
    background-color: #e7eff6;
}
.custom-blog-menu {
    background-color: #e7eff6;
    padding-left: 10px;
}
.custom-blog-menu .hs-menu-wrapper > ul {
    display: block;    
    margin: 0 !important;
}
.custom-blog-menu .hs-menu-wrapper > ul > li > a {
    color: #4b6a89;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 19px 15px;
}
.custom-blog-menu .hs-menu-wrapper > ul > li > a:hover,
.custom-blog-menu .hs-menu-wrapper > ul > li.active > a {
    background-color: #ffffff;
    color: #e12863;
    text-decoration: none;
}
.custom-blog-book .hs-menu-wrapper > ul {
    float: right;
    margin: 0 -1px 0 0 !important;
}
.custom-blog-book .hs-menu-wrapper > ul > li > a {
    background-color: #e12863;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 19px 35px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.custom-blog-book .hs-menu-wrapper > ul > li > a:hover {
    background-color: #ff3664;
    text-decoration: none;
}
.features_posts {
    position: relative;
    overflow: hidden;
    background: url(https://signatureboston.s3.amazonaws.com/assets/made/images/remote/http_s3.amazonaws.com/signatureboston/blog/Blog_Size_v2_Unusual_Spots_2_11.14.19_1100_400_c1_c_c.jpg) no-repeat;
    background-size: cover;
}
.features_posts img {
    left: 50%;
    min-width: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.row-fluid-wrapper .desktop-only .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
  margin-top: 10px;
}
.row-fluid-wrapper .desktop-only .hs-menu-wrapper.hs-menu-flow-horizontal>ul>ul{
  transition: all 0.5s ease;
}
.row-fluid-wrapper .desktop-only .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{
  display: unset;
  float: left;
}
.rec-post-main {
    color: #ffffff;
    background-image: linear-gradient(to bottom, rgba(54,86,137,0.8) 0%, rgba(49,82,134,0.8) 100%);
    position: relative;
    z-index: 2;
    padding: 48px;
    width: 42.5%;
}
.rec-post-main h1 {
    color: #ffffff;
    font-family: 'alternate-gothic-no-1-d', sans-serif;
    font-weight: normal;
    line-height: .975;
    margin: 0;
    text-transform: uppercase;
    font-size: 45px;
}
.rec-post-main p {
    color: #ffffff;
}
.blog-featured-content {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.533;
}

.main-post-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  	height: 100%;
}
.hs-blog-post .featured_posts,
.hs-blog-listing .featured_posts {
    background-image: linear-gradient(to bottom, rgba(54,86,137,0.8) 0%, rgba(49,82,134,0.8) 100%);
    padding: 0% 8% 0% 8%;
    position: relative;
    z-index: 2;
  	height: 462px;
	  text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.hs-blog-post .featured_posts h1 {
    color: #ffffff;
    font-size: 75px;
    font-family: 'alternate-gothic-no-1-d', sans-serif;
    font-weight: normal;
    line-height: .975;
    margin: 0;
    text-transform: uppercase;
}
.hs-blog-listing .featured_posts h1 {
    color: #ffffff;
  	font-size: 45px;
    font-family: 'alternate-gothic-no-1-d', sans-serif;
    font-weight: normal;
    line-height: .975;
    margin: 0;
    text-transform: uppercase;
}

.hs-blog-listing .featured_posts {
    color: #ffffff;
    background-image: linear-gradient(to bottom, rgba(54,86,137,0.8) 0%, rgba(49,82,134,0.8) 100%);
    padding: 48px;
    position: relative;
    z-index: 2;
  	height: 100%;
	  width: 42.5%;
 	  text-align: left;
	  color: #ffffff;
    font-size: 15px;
    line-height: 1.533;
}

.hs-blog-post .featured_posts .blog-post-info,
.hs-blog-listing .featured_posts .blog-post-info {
    margin-top: 13px;
		color: #ffffff;
		font-size: 15px;
		line-height: 1.533;
	  display: flex;
    flex-flow: column nowrap;
}
.hs-blog-post .featured_posts .blog-feature__cta { width: 100%; }

.btn {
    background-color: #ebf2f8;
    background-image: linear-gradient(to bottom, #ffffff 0%, #ebf2f8 100%);
    border-radius: 25px;
    border: 1px solid #dee9f3;
    box-shadow: 0 1px 1px rgba(55,95,132,0.4);
    color: #237475;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
}
.btn:hover, .btn:focus {
    color: #e12863;
    text-decoration: none;
}

.blog-post-info .post-author {
    color: #cbf7ff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-post-info .post-pubdate {
    display: block;
    color: #bdcade;
    font-size: 16px;
}

/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* 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 {
    margin-top: 30px;
}
.post-header h2 {
    font-family: 'nexus';
    font-size: 26px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 60px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    position: relative;
    margin: 4px 0 14px;
}
.hs-featured-image-wrapper:after {
    background-color: rgba(27,95,153,0.83);
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0;
}
.hs-featured-image-wrapper .hs-featured-image-link:hover img.hs-featured-image {
    opacity: 0.7;
}

/* Read More Link */
a.more-link {
    margin-top: 10px;
    background-color: #ebf2f8;
    background-image: linear-gradient(to bottom, #fff 0%, #ebf2f8 100%);
    border-radius: 25px;
    border: 1px solid #dee9f3;
    box-shadow: 0 1px 1px rgba(55,95,132,0.4);
    color: #237475;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #237475;
}
a.more-link span {
    background: transparent url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/images/arrow-left-pink-1x.png) no-repeat 0 0;
    height: 10px;
    width: 5px;
    display: inline-block;
    margin-right: 5px;
}
a.more-link:hover {
    color: #e12863;
    text-decoration: none;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 0;
  padding: 0 0 5px;
  border-top: none;
  border-bottom: none;
  height: auto;
}

/* Blog Commments */
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}


.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    display: block !important;
    text-align: left !important;
}
#comment-form{
    display: block;
    margin: 15px 0;
}

#comment-form .hs-button.primary {
    margin-top: 10px;
}

.custom_listing_comments{
    border: 1px solid #E2E2E2;
    display: block;
    line-height: 165%;
    padding: 15px;
    line-height:26.4px;
}
div#comments-listing.no-comments {
    border: none;
}

/* Pagination */
.blog-pagination{
    display: block !important;
    text-align: center;
}
.blog-pagination .load-more {
    background-color: #ebf2f8;
    background-image: linear-gradient(to bottom, #fff 0%, #ebf2f8 100%);
    border-radius: 25px;
    border: 1px solid #dee9f3;
    box-shadow: 0 1px 1px rgba(55,95,132,0.4);
    color: #237475;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 12px 24px;
    margin-bottom: 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.blog-pagination .load-more span {
    display: inline-block;
    margin-right: 5px;
    background: transparent url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/images/arrow-down-pink-1x.png) no-repeat 0 0;
    height: 5px;
    position: relative;
    top: -2px;
    width: 10px;
}
.blog-pagination .load-more:hover {
    color: #e12863;
    text-decoration: none;
}
.blog-pagination .no-post{
    display: none;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.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-sidebar .widget-span {
    margin-bottom: 48px;
}

.blog-sidebar h3 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-family: 'nexus-italic';
    font-size: 23px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
}
.custom-sidebar-categories ul {
    margin: 14px 0 0 !important;
    padding: 0;
    list-style: none;
}
.custom-sidebar-categories ul li {
    font-size: 14px;
    margin: 0 !important;
}
.body-container .blog-sidebar ul li:before {
    display: none
}
.custom-sidebar-categories ul li+li {
    margin-top: 11px;
}
.custom-sidebar-follow ul {
    margin: 14px 0;
    padding: 0;
    list-style: none;
}
.custom-sidebar-follow ul li {
    display: inline-block;
    height: 16px;
    margin-left: 9px;
    margin-right: 9px;
}
.custom-sidebar-follow ul li:first-child {
    margin-left: 0;
}
.custom-sidebar-follow ul li:last-child {
    margin-right: 0;
}
.custom-sidebar-follow ul li.facebook {
    width: 8px;
}
.custom-sidebar-follow ul li.twitter {
    width: 20px;
}
.custom-sidebar-follow ul li.flickr {
    width: 31px;
}
.custom-sidebar-follow ul li.youtube {
    width: 14px;
}
.custom-sidebar-follow ul li.linkedin {
    width: 18px;
}
.custom-sidebar-follow ul li.instagram {
    width: 17px;
}
.custom-sidebar-follow ul svg {
    max-height: 100%;
    max-width: 100%;
}
.custom-sidebar-follow ul svg path {
    fill: #656565;
}
.custom-sidebar-follow ul a:hover svg path{
    fill: #e12863;
}
.custom-sidebar-subscribe {
    background: #505050 url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/images/blog-sign-up-1x.jpg) no-repeat center top;
    background-size: auto 145%;
    border-radius: 3px;
    text-align: center;
    font-size: 17px;
    line-height: 1.58;
}
.custom-sidebar-subscribe .envelope-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
    position: relative;
    width: 60%;
}
.custom-sidebar-subscribe .envelope-icon:before, 
.custom-sidebar-subscribe .envelope-icon:after {
    background-color: rgba(255,255,255,0.4);
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 12.5%;
    width: 40%;
}
.custom-sidebar-subscribe .envelope-icon:after {
    left: auto;
    right: 0;
}
.custom-sidebar-subscribe .envelope-icon svg path {
    fill: rgba(255,255,255,0.6);
}
.custom-sidebar-subscribe h3.form-title {
    color: #fff;
    font-family: 'nexus-italic';
    font-size: 23px;
    font-weight: normal;
    line-height: 1.3;
    margin: 10.72px 0;
    padding: 0 20px;
}
.custom-sidebar-subscribe form {
    padding: 0 30px;
}
.custom-sidebar-subscribe form .hs-form-required {
    display: none;
}
.custom-sidebar-subscribe form .hs-input {
    text-align: center;
    margin-bottom: 16px;
    font-size: 15px;
    font-style: italic;
    font-family: "roboto",sans-serif;
}
.custom-sidebar-subscribe form .hs-input.invalid.error {
    background-image: none;
}
.custom-sidebar-subscribe form .hs-button.primary {
    margin-bottom: 30px;
}
.custom-sidebar-subscribe form .hs-button.primary:hover {
    color: #e12863;
    text-decoration: none;
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
.body-container form {
    margin-bottom: 30px;
}

/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    display:block;
    border: 1px solid #ced7df;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(55,95,132,0.1);
    padding: 18px 40px 18px 20px;
    width: 100%;
    max-width: 500px;
    margin-bottom:15px;
    color: #747474;
    font-family: "roboto",sans-serif;
    font-size: 17px;
    line-height:normal;
    font-weight: 400;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: #b2bac2;
    box-shadow: 0 1px 10px rgba(55,95,132,0.3);
}


form ul{
    list-style:none;
    margin:0;
    padding:0;
}

.hs-error-msgs{
    color: #ff691f;
    font-size: 13px;
    font-style: italic;
    margin-top: 8px;
}

.hs-input.invalid.error {
    background: #fff url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/images/icon-orange-exclamation-2x.png) no-repeat right center;
    background-size: auto auto;
    background-size: 25px auto;
    border-color: #ff691f;
    box-shadow: 0 1px 10px rgba(255,105,31,0.3);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 10;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== 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 {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
    background-color: #ebf2f8;
    background-image: linear-gradient(to bottom, #fff 0%, #ebf2f8 100%);
    border-radius: 25px;
    border: 1px solid #dee9f3;
    box-shadow: 0 1px 1px rgba(55,95,132,0.4);
    color: #237475;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height:normal;
    padding: 12px 24px;
    text-transform: uppercase;
    margin-top: 10px;
  
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #e12863;
    text-decoration: none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== 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 {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */

@media (max-width: 900px){
  .custom-banner.main .banner-img {
    height:156px;
  }
}
@media (min-width: 1301px) {
    .custom-banner {
        max-height: 481px;
    }
  .custom-banner.main .banner-img{
    height:  369px;
  }
  .custom-banner.main {
        margin-bottom: -128px;
        max-height: 356px;
    }
}
@media (min-width: 1401px) {
    
  .custom-banner {
        max-height: 450px;
    }
}
@media (min-width: 1601px) {
    .custom-banner {
        max-height: 522px;
    }
  .custom-banner.main {
        max-height: 398px;
        margin-bottom: -11%;
    }
}

@media (min-width: 1701px) {
    .custom-banner.main {
        margin-bottom: -12%;
        max-height: 398px;
    }
  .custom-banner {
        max-height: 557px;
    }
}
@media (min-width: 1800px){
  .custom-banner.main .banner-img{
    height:  490px;
  }
}

@media (min-width: 1801px) {
    .custom-banner.main {
        margin-bottom: -13%;
        max-height: 435px;
    }
  .custom-banner {
        max-height: 589px;
    }
}
@media (min-width: 1901px) {
    .custom-banner.main {
        max-height: 448px;
        margin-bottom: -170px;
    }
  .custom-banner {
        max-height: 597px;
    }
}




@media (max-width: 1139px) {
    .custom-header-bg {
        padding: 0 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin-left: 8px;
        margin-right: 8px;
    }
    .body-container .page-center,
    .footer-container .page-center {
        max-width: calc(100% - 40px) !important;
    }
    .custom-banner.main {
        margin-bottom: -80px;
      max-height: 180px;
    }
  
    .custom-footer-menu .hs-menu-wrapper {
        text-align: left;
    }
    .custom-footer-quick,
    .custom-footer-social {
        padding-left: 0;
    }
}

@media (min-width: 1050px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 1049px) {
    .desktop-only {
        display: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin-left: 18px;
        margin-right: 18px;
    }
    .custom-footer-quick .hs-menu-wrapper ul li:last-child {
        position: static;
    }
    .custom-footer-quick .hs-menu-wrapper ul li:last-child:before {
        content: ' | ';
        padding-left: 4px;
        padding-right: 4px;
    }
    .custom-footer-menu .hs-menu-wrapper {
        text-align: center;
    }
    .custom-footer-bg .page-center {
        padding: 27px 20px 27px;
    }
}

/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 980px) {
  .custom-banner.main .banner-img{
    height: 150px;
  }
}
@media (max-width: 900px) {
    .hs-blog-post .featured_posts h1 {
        font-size: 50px;
    }
    .custom-blog-menu .hs-menu-wrapper > ul > li > a {
        padding: 14px 20px;
    }
    .custom-blog-book .hs-menu-wrapper > ul > li > a {
        padding: 14px 35px;
    }
    .hs-blog-post .body-container .page-center {
        padding: 20px;
    }
    .rec-post-main {
        padding: 30px 20px 20px;
    }
    .rec-post-main h1 {
        font-size: 2em;
    }
    .hs-blog-listing .body-container .page-center {
        padding: 20px;
    }
    .large-scr-only .custom-top-menu .hs-menu-wrapper > ul {
        padding-right: 32px;
      padding-top: 5px;
    }
    li.nav-search form#js-nav-search-form {
        position: absolute;
        right: 0;
        z-index: 8;
      top: 10px;
    }
    .nav-search .nav-search-form__input {
        background-color: rgba(0,0,0,0.9);
    }
    .post-header h2 {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.3;
    }
}

@media (max-width: 854px) {
  .custom-banner.main .banner-img{
    height: 120px;
  }
}
@media (max-width: 849px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin-left: 8px;
        margin-right: 4px;
    }
    .custom-banner.main {
        margin-bottom: -99px;
      max-height: 180px;
    }
    .body-container .page-center {
        padding: 20px;
    }
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 56px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    .custom-banner.main .banner-img{
      height: 96px;
    }
  .banner-bottom-img {
    bottom: -2px;
  }
  .custom-top-menu .hs-menu-wrapper>ul>li:before {
    margin-left:10px;
    margin-right:10px;
  }
  .custom-menu-primary{
    padding-top: 0;
  }
  .custom-footer-bg .row-number-6 ul{
    width: 124%;
    margin: 0 0 0 -54px;
  }
  .custom-footer-contact{
    position: relative;
    width: 100% !important;
    left:0;
    right:0;
    top:-84px;
    text-align: center;
  }
  .footer-bottom-group{
    padding-top: 70px;
    margin: 0 0 -52px;
  }
  .custom-footer-copyright{
    width: 23% !important;
  }
  .custom-footer-social{
    width:40% !important;
    margin-left:70px !important;
  }
  .custom-footer-login{
    width: 20% !important;
    position: relative;
    top:-52px;
    float: right !important;
  }
  .custom-footer-contact p{
    margin:0 0 0 -44px;
  }

}


/* =============== Landscape tablet and smaller devices =============== */

@media (min-width: 768px) {
    .small-scr-only {
        display: none !important;
    }
  .custom-top-menu .hs-menu-wrapper>ul{
    width: 114%; 
    text-align: right;
  }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 1.4;
    }
    .body-container ul:not([class]) li:not([class]):before {
        font-size: 14px;
    }
    /* One Line Inputs */
    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"],
    input[type="file"],
    textarea,
    select {
        max-width: 100%;
    }
    .body-container .hs-form {
        margin-bottom: 30px;
    }
    .no-banner .header-container {
        min-height: 130px;
    }
    .large-scr-only {
        display: none !important;
    }
    .nav-header {
        position: relative;
    }
    .nav-photo {
        background: #f0f0f0 url(//4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/images/mobile-nav-header--boston-1x.png) 0 50% no-repeat;
        background-size: cover;
        display: block;
        height: 120px;
        position: relative;
    }
    .nav-photo:after {
        background: linear-gradient(to bottom, rgba(240,240,240,0), #f0f0f0);
        bottom: 0;
        left: 0;
        content: '';
        display: block;
        height: 25px;
        position: absolute;
        width: 100%;
    }
    .close-trigger {
        -webkit-appearance: button;
        cursor: pointer;
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
        max-width: 25px;
        position: absolute;
        right: 20px;
        top: 13px;
    }
    .close-trigger svg {
        fill: #0871ac;
        width: 100%;
    }
    .close-trigger:hover svg {
        fill: #e12863;
    }
    .mobile-open:after {
        background-color: rgba(15,15,15,0.4);
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
    }
    .footer-logo-right {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .custom-footer-menu .hs-menu-wrapper ul li+li::before,
    .custom-footer-quick .hs-menu-wrapper ul li+li::before {
        display: none;
    }
    .custom-footer-menu .hs-menu-wrapper {
        text-align: left;
    }
    .footer-bottom-group,
    .custom-footer-login {
        text-align: center;
    }
    .custom-footer-menu .hs-menu-wrapper ul li,
    .custom-footer-quick .hs-menu-wrapper ul li {
        margin-top: 12px;
    }
    .custom-footer-menu {
        padding-top: 35px;
    }
    .custom-footer-bg .page-center {
        padding: 20px;
    }
    .custom-footer-social {
        padding-top: 50px !important;
    }
    .custom-footer-contact {
        color: #b4b4b4;
        padding-top: 35px;
    }
    .custom-footer-login {
        padding-top: 25px;
    }
    .blog-sidebar {
        padding-top: 40px;
    }
    .blog-breadcrumb {
        border-bottom: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1;
        font-size: 14px;
        font-weight: 500;
        padding: 18px 20px;
    }
    .blog-breadcrumb a:nth-last-of-type(2) {
        color: #4e4e4e;
    }
    .breadcrumb-seperator {
        margin-left: 6px;
        margin-right: 6px;
        color: #4e4e4e;
    }
    .blog-breadcrumb a:hover {
        opacity: .7;
        text-decoration: none;
    }
    .rec-post-main {
        width: 65%;
    }
    .subscribe-options label {
        display: block;
    }
    .checkbox-row span.fakelabel span {
        float: none;
    }
    .hs-featured-image-wrapper:after {
        width: 7px;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body {
        font-size: 14px;
    }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    position: relative;
    z-index: 9999;

  }
  .custom-rec-post{
    position: relative;
    z-index: 9;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li:nth-child(2) ul li a{
    padding: 20px 20px 20px 10% !important; 
  }
  .custom-footer-bg .row-number-6 ul{
    width: 100% !important;
    margin: 0 !important;
  }
  .custom-footer-quick{
    padding:  0 0 !important;
  }
  .footer-bottom-group{
    border-top: 10px;
  }
  .custom-footer-contact p{
    margin: 0;
  }
  .custom-footer-social{
    width: 100% !important;
    margin-left: 0 !important;
  }
  .custom-footer-contact{
    top: -34px;
    padding-top : 0 !important;
  }
  .footer-bottom-group{
    padding-top: 0 !important;
  }
  .custom-footer-login{
    top:22px;
    width: 100% !important;
    margin-bottom: 26px;
  }
  .custom-banner.main .banner-img{
    height:0;
  }
  
}  


/* =============== Landscape phones and smaller devices =============== */

@media (min-width: 576px) {
    .main-post-bg img {
        display: none;
    }
}

@media (max-width: 575px) {
    .custom-logo a svg {
        height: 51px;
        max-width: 100px;
    }
    h1 {
        font-size: 36px;
    }
    .body-container .page-center {
        padding: 20px 20px;
    }
    .main-post-bg {
        background-image: none !important;
    }
    .main-post-bg img {
        display: block;
        width: 100%;
    }
    .hs-blog-post .featured_posts {
        padding: 30px 20px 20px;
    }
    .hs-blog-post .featured_posts h1 {
        font-size: 2em;
    }
    .blog-post-info .post-author {
        font-size: 13px;
    }
    .blog-post-info .post-pubdate {
        font-size: 12px;
    }
    .rec-post-main {
        width: 100%;
    } 
    .features_posts img {
        position: static;
        -ms-transform: none;
        transform: none;
        width: 100%;
        min-width: auto;
    }
    .blog-listing-wrapper .post-listing .post-item {
        margin-bottom: 40px;
    }
    .hs-featured-image-wrapper:after {
        width: 7px;
    }
}


@media (max-width: 479px) {
    .banner-img img {
        width: auto;
        min-height: 175px;
    }
  .custom-footer-quick{
    float: left !important;
    width: 100% !important;
    text-align: left !important;
  }
  .custom-footer-menu,
  .row-number-5{
    width: 100% !important;
  }
  .footer-logo-left{
    float: left !important;
    width: 103px !important;
  }
  .custom-footer-login{
    padding-top: 10px;
  }
}

#peter {
	background-image: url(https://4114912.fs1.hubspotusercontent-na1.net/hubfs/4114912/Signature%20Boston%20December2017/images/blog_test.jpg);
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	height: 130px;
	overflow: hidden;
}

.testing123, .footer-container-wrapper {
	position: relative;
	top: -130px;
}

/* #peter .hs-menu-item .hs-menu-children-wrapper:hover {} */


/*hs support - align LinkedIn social sharing icon */

ul.hs-blog-social-share-list {
  font: 16px/1 "Times New Roman", Times, serif;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  margin-right:5px;
}
/*end hs support */