/* @import url('http://example.com/example_style.css'); */
    @font-face {
        font-family: "AvenirLT-Medium";
        font-style: normal;
    	src: url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Font/Medium/2792D5_0_0.ttf"),
           url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Font/Medium/2792D5_0_0.eot") ,
           url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Font/Medium/2792D5_0_0.woff");
    }
    @font-face {
    font-family: "AvenirLT-Heavy";
    font-style: normal;
    src: url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Font/Heavy/2792D5_2_0.ttf"),
       url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Font/Heavy/2792D5_2_0.woff") ,
       url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Font/Heavy/2792D5_2_0.eot");
    }
    @font-face {
    font-family: "AvenirLT-Light";
    font-style: normal;
    src: url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Font/Light/2792D5_1_0.eot"),
       url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Font/Light/2792D5_1_0.ttf") ,
       url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Font/Light/2792D5_1_0.woff");
    }
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,400italic);
  
  /* Avenir Next */
  @font-face {
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("https://www.teamnorthwoods.com/wp-content/uploads/2024/07/AvenirNextCyr-Regular.eot"),
       url("https://www.teamnorthwoods.com/wp-content/uploads/2024/07/AvenirNextCyr-Regular.ttf") ,
       url("https://www.teamnorthwoods.com/wp-content/uploads/2024/07/AvenirNextCyr-Regular.woff");
    }

    @font-face {
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url("https://www.teamnorthwoods.com/wp-content/uploads/2024/07/AvenirNextCyr-Demi.eot"),
       url("https://www.teamnorthwoods.com/wp-content/uploads/2024/07/AvenirNextCyr-Demi.ttf") ,
       url("https://www.teamnorthwoods.com/wp-content/uploads/2024/07/AvenirNextCyr-Demi.woff");
    }
  
    @font-face {
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("https://www.teamnorthwoods.com/wp-content/uploads/2024/07/AvenirNextCyr-Bold.eot"),
       url("https://www.teamnorthwoods.com/wp-content/uploads/2024/07/AvenirNextCyr-Bold.ttf") ,
       url("https://www.teamnorthwoods.com/wp-content/uploads/2024/07/AvenirNextCyr-Bold.woff");
    }

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



/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

/* This responsive framework is required for all styles. */
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* 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(http://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(http://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;} 





/* ==========================================================================

   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: #333333;
    font-family: Open Sans, Sans-Serif;
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
}

body, html, p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

a { 
    color: #09B1BE;
    text-decoration:underline;
}
a:hover, a:focus { 
    color: #09B1BE;
    text-decoration:none;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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



/* ==========================================================================
   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:7px 0 14px;
    line-height:115%;
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
    color: #00B3BE;
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 42px;
    line-height: 51px;
    color: #00B3BE;
    margin: 0 0 0.5em 0;
    letter-spacing: normal;
    
}

h2 {
       color: #006983;
    font-size: 32px;
    line-height: 36px;
    margin: 0.5em 0;
}
h3 {
    color: #006983;
    font-size: 28px;
    letter-spacing: normal;
  font-family: AvenirLT-Heavy,Arial,Helvetica,sans-serif;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
/* LATEST STYLES - 09/2024 */
body, html {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Avenir Next' !important;
  color: #006580 !important;
  font-weight: bold !important;
}
h1 {
  font-size: 64px;
  line-height: 1.1em;
}
h2 {
  font-size: 48px;
  line-height: 1.1em;
}
h3 {
  color: #00adbb !important;
  font-weight: 600 !important;
  line-height: 1.1em  !important;
  font-size: 32px;
}
.subhead{
  font-family: 'Avenir Next';
  color: #00adbb;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
}
p {
    font-family: 'Avenir Next';
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}
ul {
    list-style-type: disc !important;
}
ul.hs-error-msgs {
    list-style: none !important;
}
li {
    font-family: 'Avenir Next';
    font-size: 18px;
    font-style normal;
    line-height: 30px;
}
ul.hs-error-msgs label {
    font-weight: normal;
    margin-top: -20px !important;
}
img{
  border-radius: 20px;
}
a.hs-button {
    padding: 15px 25px 15px 25px !important;
    background: #8f4799 !important;
    box-shadow: none !important;
    border-radius: 28px !important;
    color: #fff;
    text-decoration: none;
}
  .body-container .page-center {
    padding: 31px 20px !important;
}
.hs-input {
    min-height: 50px;
    border: 1px solid #E6E6E6 !important;
    color: #858C94 !important;
    font-family: "Avenir Next" !important;
}
.hs-input:focus {
    outline: none;
    box-shadow: none;
}
.hs-input::placeholder {
    color: #9ca3af;
}
.hs-input.invalid {
    border: 1px solid red !important;
}
.hs-form-field label > span {
    font-weight: 600 !important;
    color: #00adbb !important;
    font-size: 16px;
}
.slick-slide .rs-group-inner {
    display: grid;
}
.slick-slide .rs-group-inner h4 > div {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-transform: none;
    color: #006580;
    letter-spacing: normal;
    margin-top: 10px;
}
.slick-slide .description div {
    line-height: 29px;
    font-family: "Avenir Next" !important;
  color: #333e48;
}
ul.no-list.hs-error-msgs.inputs-list {
    background-color: transparent;
}
.quote-box {
    background-color: #8f4799;
    padding: 68px;
    border-radius: 20px;
    max-width: 960px;
    margin: 25px auto;
}
.quote-box p{
    color: #fff;
}
.quote-box + hr {
    display: none;
}
.quote-box .quote {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: normal !important;
    margin: 0;
}
.quote-box .details {
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}
.quote:before {
    content: "";
    background-image: url(https://1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Image/quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 25.5px;
    display: block;
    margin-bottom: 20px;
}
.logo-wrap img {
    border-radius: 0;
}
.container-fluid .row-fluid .page-center {
    max-width: 1440px !important;
}
.custom-header-top {
    display: none !important;
    background: #006580 !important;
}
.custom-logo img {
    width: 288px;
}
.custom-top-menu {
    max-width: 1440px;
    margin: 0 auto;
    height: 71px;
    display: flex !important;
    align-items: center;
    justify-content: end;
}
.custom-top-menu ul {
    padding: 0 !important;
    margin: 0 16px 0 0 !important;
}
.custom-top-menu ul li{
  background: none !important; 
}
.custom-top-menu ul li a {
    font-family: "Avenir Next", Sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 21px !important;
    color: #fff !important;
}
.custom-menu-primary {
  display: none !important;
}
.custom-menu-primary div#hs_menu_wrapper_module_100756886  > ul > li:last-child {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-family: "Avenir Next", Sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    color: #006580 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a, .selected-resources .hs-menu-wrapper > ul > li:nth-child(3) > a, .selected-company .hs-menu-wrapper > ul > li:nth-child(4) > a {
    border: none !important;
}
.custom-menu-primary .hs-menu-item a {
  color: #00adbb !important;
}
.custom-menu-primary .hs-item-has-children {
    list-style: none;
    position: relative;
    padding-right: 20px;
}
.custom-menu-primary .hs-item-has-children::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    border: solid #006580;
    border-width: 0 1px 1px 0;
    padding: 2px;
    transform: rotate(45deg);
}
.custom-menu-primary .hs-menu-depth-2.hs-item-has-children::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: solid #006580;
    border-width: 1px 1px 0 0;
    padding: 2px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover{
  background: #f7f7f8 !important;
}
.custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.custom-menu-primary .hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-family: 'Avenir Next';
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 55, 61);
}
.custom-menu-primary .hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    padding: 0;
}
.custom-menu-primary .hs-menu-depth-2.hs-item-has-children::after {
    right: 10px;
}
.custom-address-group {
    background: transparent !important;
    font-family: 'Avenir Next';
    text-align: center;
}

ul.hs-menu-children-wrapper {
    width: 200px !important;;
}
.custom-menu-primary .hs-menu-depth-1 > ul.hs-menu-children-wrapper::before{
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #ffffff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover > a {
    color: #00adbb !important;
    background: #F7F7F8 !important;
    font-weight: 900 !important;
}
.testimonial h3 {
    color: #00adbb !important;
    font-size: 22px;
    margin-bottom: 14px;
}
.testimonial h4{
  color: #fff !important;
}
.get-in-touch-btn {
    padding: 10px 20px 10px 20px;
    border-radius: 30px 30px 30px 30px;
    background: #00adbb;
}
.go-back {
    display: flex;
    align-items: center;
    gap: 8px;
}
.go-back a {
  font-family: 'Avenir Next';
  font-size: 14px;
  font-weight: bold;
  color: #00adbb;
  text-decoration: none;
}
.go-back::before {
    height: 12px;
}
.hs-button.primary, .hs_cos_wrapper_type_form .hs-button.primary.large {
  background: #8f4799 !important;
  box-shadow: none !important;
}
.hs-button.primary:hover, .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    background: #72387a !important;
}
.body-container {
    padding: 0 !important;
}    
.primary-color {
  color: #006580 !important;
}
.secondary-color {
  color: #00adbb !important;
}
.state-text-centered a {
    text-decoration: none;
}

.rs-group.slick-slide {
    height: auto;
    border: 1px solid #006580;
    background: #fff;
    margin: 0 10px;
    border-radius: 20px;
    padding: 20px 0;
}
.rs-group.slick-slide::before {
    display: none;
}
.rs-group-inner img {
    width: 46px;
}
.rs-group-inner h4 {
    font-weight: 900 !important;
}
.rs-group-inner .subtitle a {
    color: #006983;
}
.rs-group-inner .subtitle div, .rs-group-inner div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rs-group-inner div {
    -webkit-line-clamp: 2;
}
.rs-group-inner .subtitle div {
   -webkit-line-clamp: 1;
}
.hs-form-field {
    font-family: 'Avenir Next' !important;
}
.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    right: unset !important;
    left: -200px !important;
}
.custom-footer-section, .custom-footer-section #nav-footer {
    background: #333e48 !important;
}
.detail-links-wrap {
    margin: 60px 0;
}
.detail-links-wrap ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 70%;
    list-style-type: none !important;
    flex-wrap: wrap;
    gap: 40px;
}
.detail-links-wrap a {
    color: #333e48;
    transition: color 0.3s;
    font-weight: 700;
}
.detail-links-wrap a:hover {
    color: #00adbb;
    text-decoration: underline;
}


section#nav-footer {
    padding: 90px 20px !important;
}
a.hs-button {
  padding: 15px 25px 15px 25px !important;
  background: #8f4799 !important;
  box-shadow: none !important;
}
a.hs-button:hover{
  background: #72387a !important;
}
.custom-copyright-group {
    background: transparent !important;
    font-family: 'Avenir Next';
}
.custom-address-group h2 {
    font-size: 25px !important;
}
.custom-address-group p {
    color: #000 !important;
}
.custom-copyright p, .custom-copyright a{
  font-family: 'Avenir Next' !important;
}
.email-text {
    text-align: right;
    margin-top: 40px;
}
.email-text a{
    font-family: 'Avenir Next';
    text-decoration: none;
    color: #fff;
}
.email-text a:hover{
    text-decoration: underline;
}
.footer {
    background: transparent !important;
}
.footer-container-wrapper {
    background: #fcfaf8 !important;
}
.footer-right-col {
    text-align: center;
}
.footer-col-wrap .footer-logo {
    width: 248px;
}
.footer-col-wrap .social-media-wrap ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}
.footer-col-wrap  .social-media-wrap li {
    display: inline-block;
    margin-right: 14px;
}
.footer-col-wrap  .social-media-wrap li:last-child {
    margin-right: 0;
}
.footer-col-wrap .social-media-wrap svg {
    width: 24px;
    height: 24px;
    fill: #f7f9f9;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.footer-col-wrap .social-media-wrap a:hover svg {
    scale: .7;
}
.footer-col-wrap .footer-col-wrap p {
    font-family: 'Avenir Next' !important;
    color: #f7f9f9;
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
}
.footer-col-wrap ul {
    list-style: none !important;
    padding: 0;
    margin: 66px 0 0 0;
}
.footer-col-wrap a {
    text-decoration: none;
    color: #f7f9f9;
    font-family: 'Avenir Next' !important;
    font-weight: 400;
    font-size: 16px;
}
/* MENU MOBILE */
header {
  color: white;
  padding: 10px 20px;
  display: flex;
  align-items: center; 
  justify-content: space-between; 
}
.menu-btn {
  font-size: 30px;
  cursor: pointer;
  display: none; 
  color: #006580; 
  margin-top: 26px;
}
.menu-btn svg {
  fill: #006580;
}
.menu-links {
  display: none;
  width: 100%;
  text-align: left;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.menu-links.open {
  display: block;
  max-height: 100%;
  opacity: 1;
}
.menu-links ul {
  list-style: none;
  padding: 0;
}
.menu-links ul li {
  padding: 15px 0;
}
.menu-links ul li:hover {
  background: #f7f7f8;
}
.menu-links ul li a {
  color: #00adbb; 
  text-decoration: none;
  font-size: 14px;
  padding: 0 20px;
  display: block;
  width: 100%;
  position: relative;
}
.menu-links ul li.has-sublinks > a::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 47%;
  transform: translateY(-50%);
  border: solid #006580;
  border-width: 0 1px 1px 0;
  padding: 2px;
  transform: rotate(45deg);
}
.submenu {
  display: none;
  padding-left: 20px; 
}
.submenu.open {
  display: block; 
}
.menu-links .submenu li {
  padding: 6px 0;
}
.menu-links .submenu li:hover a.second-level{
  font-weight: bold;
}
.mobile-menu-wrap{
    display: none !important;
}

.about-traverse-wrap {
   background: linear-gradient(90deg, rgba(85, 94, 103, .9) 0%, rgba(85, 94, 103, .9) 34%, rgba(0, 0, 0, 0) 100%), url(https://1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Image/1514670194.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 20px;
}
.about-traverse-wrap h2 {
    color: #fff !important;
      font-weight: 900 !important;
}
.about-traverse-wrap a {
    margin-top: 10px;
    display: inline-block;
    transition: all .3s;
}
.about-traverse {
    border-color: #fff;
}
.slick-prev {
    left: -35px;
}
img.a-right.control-c.next.slick-next.slick-arrow, img.a-left.control-c.prev.slick-prev.slick-arrow {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12px;
}
img.a-right.control-c.next.slick-next.slick-arrow {
  background-image: url(https://1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Image/arrow-carousel.svg);
}
img.a-left.control-c.prev.slick-prev.slick-arrow{
  background-image: url(https://1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Image/arrow-left.svg);
}
.slick-prev, .slick-next {
    width: 10px !important;
    height: 10px !important;
}
/* Custom Landing Page */
.custom-landing-hero {
    margin: 40px 0;
}
.custom-landing-hero p.lead {
    width: 54%;
    margin: 0 auto;
}
.custom-landing-page {
  margin-top: 30px;
}
.custom-landing-page .features-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.custom-landing-page img {
  border-radius: 0;
}
.custom-landing-page .feature-item {
    border: 1px solid #006580;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.custom-landing-page .feature-item h4 {
    margin-top: 14px;
}
.custom-landing-page.bg-light{
  background: #F7F9F9;
}
.custom-landing-page.sec-wrap {
    padding: 80px 0;
    margin-top: 100px;
}
.custom-landing-page .other-info p.lead {
    width: 80%;
    margin: 0 auto 60px;
}
.custom-landing-page .timeline {
      position: relative;
      padding-left: 60px;
    }
.custom-landing-page .timeline::before {
      content: '';
      position: absolute;
      left: 40px; 
      top: 10px;
      bottom: 0;
      width: 1px;
      background-color: #3F3F3F; 
      height: calc(100% - 12%);
    }

.custom-landing-page .timeline-item {
      margin: 20px 0;
      padding-left: 30px; 
      position: relative;
    }

.custom-landing-page .timeline-item + .timeline-item {
      margin-top: 20px;
    }
.custom-landing-page .timeline-item svg {
      position: absolute;
      left: -40px;
      top: 20%;
      transform: translateY(-50%); 
    }
.custom-landing-page .timeline-item p {
      margin: 0;
      color: #555;
    }
.custom-landing-page .timeline-item p span {
      font-weight: bold;
      color: #006580;
    }
.custom-landing-page.accordion {
  padding-bottom: 200px;
}
.custom-landing-page .quote-box{
      margin-top: -200px;
  position: relative;
}
.custom-landing-page .quote-box:after {
    content: "";
    display: block;
    background-image: url(https://1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Image/foot-watermark.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -38px;
    right: -213px;
    width: 331px;
    height: 349px;
    z-index: -1;
    background-size: contain;
}
/* MARGINS */
.mt-0 {
  margin-top: 0 !important;
}
/* ACCORDION */
.custom-accordion-container {
      display: flex;
      max-width: 100%;
      margin: 0 auto;
    }

    .custom-accordion-container .accordion {
      width: 50%;
      padding-right: 20px;
    }

    .custom-accordion-container .accordion-item {
      border-bottom: 1px solid #333E48;
      padding: 15px 0;
      cursor: pointer;
    }

        .custom-accordion-container .accordion-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .custom-accordion-container .accordion-title h3 {
      font-size: 24px;
      color: #006580 !important;
      margin: 0;
    }
    .accordion-title .icon {
      display: flex;
      align-items: center;
  }
    .custom-accordion-container .accordion-content {
      display: none;
      margin-top: 10px;
    }

    .custom-accordion-container .accordion-item.active .accordion-content {
      display: block;
    }

    .custom-accordion-container .accordion-item.active .icon {
      transform: rotate(180deg);
    }

    .custom-accordion-container .accordion-image {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .custom-accordion-container .accordion-image img {
      max-width: 100%;
      height: auto;
      padding-left: 50px;
    }

    .custom-accordion-container .icon img {
      width: 12px; 
      height: 12px;
    }
@media (max-width: 1140px) {
  .detail-links-wrap ul {
    width: 90%;
  }
}
@media (max-width: 1024px) {
    h1 {
        font-size: 54px;
    }
    .custom-landing-page .quote-box:after{
      display: none;
    }
}

@media (max-width: 768px) {
   h1 {
        font-size: 45px;
    }
    h2 {
      font-size: 34px;
    }
    section#nav-footer {
        padding: 40px 20px !important;
    }
    .menu-btn {
      display: block; 
    }
    .quote-box .quote {
      font-size: 20px;
    }
    .custom-landing-hero {
      padding: 0 20px;
    }
    .custom-landing-page .timeline-item {
      padding-left: 16px;
    }
    .custom-landing-page .timeline {
      padding-left: 30px;
    }
    .custom-landing-page .timeline::before {
      left: 10px;
      top: 23px;
    }
    .custom-landing-hero p.lead {
      width: 100%;
      padding: 0 20px;
    }
    .custom-landing-page .features-wrap {
      grid-template-columns: repeat(2, 1fr);
    }
    .custom-landing-page .other-info p.lead {
      width: 100%;
    }
    .custom-landing-page .timeline {
      margin-top: 60px;
    }
    .custom-accordion-container .accordion {
      width: 100%;
    }
    .custom-accordion-container .accordion-image {
      width: 100%;
    }
    .custom-accordion-container {
      flex-direction: column;
    }
    .custom-accordion-container .accordion-image img {
      padding-left: 0;
      margin-top: 60px;
    }
    .custom-accordion-container .accordion-title h3 {
      font-size: 18px;
    }
    .footer-col-wrap ul {
      margin: 35px 0 0 0;
    }
}
@media (max-width: 600px) {
   .custom-landing-page .features-wrap {
      grid-template-columns: repeat(1, 1fr);
  }
  .resource-carousel {
      margin: 0 !important;
  }
  .detail-links-wrap {
      margin: 20px 0;
  }
  .detail-links-wrap ul {
      width: 100%;
      gap: 20px;
      flex-direction: column;
  }
  .quote-box {
      padding: 35px;
  }
  .quote-box .quote {
      font-size: 16px;
    }
  .about-traverse-wrap {
      padding: 20px;
  }
}
@media (max-width: 479px) {
    .slick-next {
        right: -25px !important;
    }
    .slick-prev {
        left: -25px !important;
    }
}
/* LATEST FONT ENDS - 09/2024 */

/* Lists */
ul, ol {}
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 {}

.sup {
    font-size: .8em;
    position: relative;
    top: -.4em;
}

.sup .sup {
    font-size:1em;
    position:static;
    top:0;
}




/* ==========================================================================


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


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

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


.custom-header-top {
    background: #37424A;
    color: #BCBDBC;
}
.custom-top-menu ul {
    margin: 0;
    padding: 0 35px 2px 0;
    list-style: none;
    float: right;
    font-size: 11px;
}

.custom-top-menu ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.custom-top-menu ul li a {
    color: #BCBDBC;
    text-decoration: none;
    line-height: 18px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.custom-top-menu ul li a[href^="http://www.teamnorthwoods.com/Support-Center"] {
    color: #D47B22;
}
.custom-top-menu ul li a[href^="http://www.teamnorthwoods.com/Support-Center"]:hover {
    color: #fff;
}
.custom-top-menu ul li:first-child {
    background: none;
    padding-left: 0;
}
.custom-top-menu ul li {
    float: left;
    background-image: url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Image/bg-nav-divider.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 21px;
    margin-right: 15px;
}

.custom-navigation-group {
    padding: 22px 15px 0;
    background-color: #fff;
}

.custom-logo {
    padding: 0 0 35px 0;
    float:left !important;
}

.custom-spacer {
    padding: 21px;
}

.custom-header-top .page-center {
    position: relative;
}

.custom-add-this {
    width: auto!important;
}
.custom-add-this .addthis_toolbox.addthis_default_style {
    position: absolute;
    right: 14px;
    top: 9px;
}

.custom-top-menu ul li.support-number, .custom-top-menu ul li.support-number a {
    color: #D47B22;
}

.custom-top-menu ul li.support-number a:hover {
    color: #ffffff;
}

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


.body-container-wrapper {}
.body-container {
    padding:0 15px;
}
.body-container .page-center {
    padding:31px 0;
}

.body-container .hs_cos_wrapper_type_rich_text ul {
    list-style: square outside;
}


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */

/* Sidebars */

@media (min-width: 992px){
    .sidebar-content {
        width:300px !important;
    }
    
    .main-content-wrapper {
        float:right !important;
    }
    
}

@media (max-width: 767px){
    .sidebar-content {
        display:none !important;
    }
    
    .case-study-icon {
        display:none !important;
        
    }
}

.sidebars {
    margin:-1px 0 0 0
}

.sidebars .sidebar {
    border-top: 1px solid #E0E6E6;
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
    padding: 34px 0;
    margin:0 40px;
}

.sidebars .sidebar-featured {
    margin:0;
}

.sidebars .sidebar-featured h3,
.sidebars .sidebar-featured p {
    margin-left:30px;
    margin-right:30px;
}

.sidebars .sidebar-featured p.image-wrapper {
    margin-left:0;
    margin-right:0;
}

.sidebars .button-wrapper, .sidebars .image-wrapper {
    text-align: center;
}


.sidebars p.quote {
    text-indent: -0.3em;
}

.sidebars p {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.sidebars p.quote-source {
    font-size: 11px;
}

.sidebars .person {
    color: #D47B22;
}


.sidebars a:hover {
    color: #69BE28;
}



/* Secodnary Navigation Items */

.nav-secondary {
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.nav-secondary a {
    border-bottom: 1px solid #E0E6E6;
    color: #37424A;
    display: block;
    padding: 15px;
    text-decoration: none;
}

.nav-secondary a.active {
    background: #565A5C none repeat scroll 0 0;
    color: #ffffff;
    font-family: AvenirLT-Heavy,Arial,Helvetica,sans-serif;
}

.nav-secondary a:hover {
    color: #00B3BE;
    text-decoration: none;
}

.nav-secondary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #E0E6E6;
}

.nav-secondary ul a {
    padding: 10px 15px 10px 25px;
}

.nav-secondary ul a.active {
    background: none;
    color: #006983;
}

.nav-secondary:first-child li a {
    border-bottom: none;
    text-transform: uppercase;
    color: #006983;
    font-family: 'AvenirLT-Heavy', sans-serif;
    padding: 0 15px 15px 0;
    font-size: 16px;
    background: none;
}

.nav-secondary:first-child li a:hover {
    color: #05bcb9;
    text-decoration: none;
}

/* Buttons */

.button {
    background-color: #D47B22;
    border: medium none;
    border-radius: 28px / 28px 28px 27px 27px;
    -moz-border-radius: 28px / 28px 28px 27px 27px;
    -webkit-border-radius: 28px / 28px 28px 27px 27px;
    box-shadow: 0 2px rgba(211, 100, 33, 0.8) !important;
    -moz-box-shadow: 0 2px rgba(211, 100, 33, 0.8) !important;
    -webkit-box-shadow: 0 2px rgba(211, 100, 33, 0.8) !important;
    color: #fff !important;
    display: inline-block;
    font-family: AvenirLT-Heavy,Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
}

.button-medium, .button-small {
    font-size: 14px;
    height: 47px;
    line-height: 47px !important;
    margin-right: 15px;
    vertical-align: middle;
    width: 175px;
}

.button-small, .content-main .loginContent .dnnPrimaryAction {
    font-size: 14px;
    height: 36px;
    line-height: 20px !important;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding: 10px 20px;
    vertical-align: middle;
    width: auto;
}

.button:hover {
    background-color: #df790b;
    border-radius: 28px / 28px 28px 27px 27px;
    -moz-border-radius: 28px / 28px 28px 27px 27px;
    -webkit-border-radius: 28px / 28px 28px 27px 27px;
    box-shadow: 0 2px rgba(170, 77, 21, 0.8) !important;
    -moz-box-shadow: 0 2px rgba(170, 77, 21, 0.8) !important;
    -webkit-box-shadow: 0 2px rgba(170, 77, 21, 0.8) !important;
    color: #ffffff;
}


/* Selected Nav Items */

.selected-resources .hs-menu-wrapper > ul > li:nth-child(3) > a,
.selected-company .hs-menu-wrapper > ul > li:nth-child(4) > a{
    border-bottom: 5px solid #37424A;
    color: #37424A;
}

/* Widget Forms */

.widget-type-form h2 {
    font-size:16px;
}

/* resources */

.resource-download {
    padding:20px 0 47px 0;
}

.resource-download h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0 0 1em 0;   
    font-weight: 600;
}

.ss-block-ty h2 {
    color: #006983;
    font-size: 28px;
    font-family: AvenirLT-Heavy,Arial,Helvetica,sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.reource-download p {
    line-height: 1.5em;
}

.download a,
.play a{
    background: url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Image/icons-download.png") no-repeat left top;
    padding-left: 33px;
    padding-top: 3px;
    height: 18px;
    font-family: AvenirLT-Heavy,Arial,Helvetica,sans-serif;
    color: #006983;
    display: inline-block;
}

.play a {
    background-image:url('//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Image/icons-play.png');
    padding-left:24px;
    padding-top:1px;
}

.download a:hover,
.play a:hover {
    color: #69BE28;
    background-position: 0 -50px;
}

.download a:active,
.play a:active {
    color: #1E1E1E;
    background-position: 0 -97px;
}

.content-feature {
    clear: both;
    border: 1px solid #E0E6E6;
    margin-bottom: 20px;
    position: relative;
}

.content-video {
    border-bottom: medium none;
    border-left: medium none;
    border-right: medium none;
    padding-top: 20px;
}

.content-video h3 {
    color: #006983;
    font-family: AvenirLT-Heavy,Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 .75em 0;
}

.video-video iframe {
    width:100%;
}

/* Resource Thumbnails */

.feature-image {
    position: relative;
}


.resource-label-wrapper {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}

.resource-label-wrapper .resource-label {
  background:#0080a2;
  background:rgba(0,128,162,.8);
  /*min-width:100px;*/
  color:#ffffff;
  font-size:11px;
  padding:2px 0;
  text-transform:uppercase;
  font-family:AvenirLT-Medium,Arial,Helvetica,sans-serif;
  display:inline-block;
  text-align:center;
}

.label-Video,
.label-Podcast,
.label-Webinar,
.label-Case-Study-and-Video {
  text-align:center;
}

.label-Infographic .resource-label {
  background:#ee7623;
  background:rgba(238,118,35,.9);
}

.label-Survey-Report .resource-label {
  background:#91489a;
  background:rgba(145,72,154,.9);
}

.label-Case-Study-and-Video .resource-label {
  min-width: 150px;
}

.label-Video .resource-label,
.label-Podcast .resource-label,
.label-Webinar .resource-label,
.label-Case-Study-and-Video .resource-label {
  background:#702877;
  background:rgba(112,40,119,.8);
}

.label-eBOOK .resource-label {
    text-transform:none;
}


/* Events */

.event-content-wrapper h3 {
        font-size: 24px;
    color: #006983;
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
    margin: 1em 0 0.2em;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
}

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


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



.custom-copyright-group {
    background: #fff;
    text-align: center;
    padding: 25px 15px;
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
}

.custom-java {
    min-height:0!important;
}

.custom-copyright p {
    margin: 0 0 .3em 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
}

.custom-copyright p:first-child {
    line-height: 18px;
    margin-bottom: 15px;
}


.custom-address-group p {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    color: #81BAC8;
}
.custom-address-group h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 17px 0 .3em 0;
    padding: 0;
    letter-spacing: normal;
    line-height: normal;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
}
.custom-address-group {
    background: #006983;
    padding: 12px 15px 20px;
    color: #81bac8;
    font-size: 11px;
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
    text-align: right;
}
.custom-office p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px;
}
.custom-office p span {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.custom-office p strong {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.custom-footer-menu-group {
    background: #4c9cb0;
    padding: 37px 15px;
}

.custom-footer-menu ul ul li {
    float: none;
    clear: both;
    margin-right: 15px;
    display: block;
    margin-bottom: 13px;
    font-family: Arial,Helvetica,sans-serif;
}
.custom-footer-menu ul ul {
    display: block;
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
    width: auto;
}
.custom-footer-menu ul li {
    float: none;
    display: table-cell;
    padding-right: 15px;
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
}
.custom-footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    display: table;
    width: 100%;
}

.custom-footer-menu ul li a:hover {
    text-decoration: none;
    color: #81bac8;
}

.custom-footer-menu ul ul li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 15.4px;
    display: block;
}
.custom-footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 19.6px;
    display: block;
}

#nav-social a:hover {
    background-position: 0 -140px;
}
#nav-social a {
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Image/social-footer.png") no-repeat left top;
    display: block;
}
.nav li {
    float: left;
}
#nav-social li {
    margin-left: 20px;
    margin-bottom: 15px;
    margin-right: 10px;
}

ul#nav-social {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    width: 100%;
}

#nav-social li.twitter a {
    background-position: -85px 0;
}
#nav-social li.twitter a:hover {
    background-position: -85px -140px;
}

#nav-social li.linkedin a:hover {
    background-position: -170px -140px;
}
#nav-social li.linkedin a {
    background-position: -170px 0;
}
#nav-social li.blog a {
    background-position: 0 -76px;
}

#nav-social li.blog a:hover {
    background-position: 0 -216px;
}

#nav-social li.pinterest a {
    background-position: -85px -76px;
}

#nav-social li.pinterest a:hover {
    background-position: -85px -216px;
}

#nav-social li.googleplus a {
    background-position: -170px -76px;
}

#nav-social li.googleplus a:hover {
    background-position: -170px -216px;
}

.custom-footer-top {
    background: #343838;
    padding: 75px 0;
    color: #f0f2f4;
    font-size: 18px;
    line-height: 21px;
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
}

.custom-roxanne p {
    margin: 18px auto;
    color: #f0f2f4;
    font-size: 23px;
    line-height: 1.5em;
    display: block;
    text-indent: -.5em;
}

.custom-roxanne p span {
    display: block;
    margin-top: .5em;
    color: #D47B22;
    font-size: 23px;
    text-indent: 0;
    line-height: 1.5em;
    font-style: italic;
}

.custom-bottom-bar {
    padding: 20px 0 16px;
    background: url("//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Image/bg-subheader.png") no-repeat center top #006983;
}


/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */





/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color:#565A5C;
    text-decoration:none;
    
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  text-decoration:none;
  border-bottom: 5px solid #006983;
  color: #565A5C;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
 
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #fff;
    padding: 10px 15px;
    border: 0;
    font-size: 14px;
    text-transform: none;
    background: rgba(33,33,33,.9);
    text-decoration: none;
    line-height: 20px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover > a,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover > a,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover{
    background: #00B3BE;
    color: #ffffff;
}

/* 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;
  white-space: normal;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
      .custom-footer-menu {
        width: 75.626% !important;
    }
    .custom-social {
        margin: 0!important;
        width: 24.374%!important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul {
        float: right;
        margin-right: 15px;
        position: relative;
        font-family: 'AvenirLT-Medium',Arial, Helvetica, sans-serif;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li{
        margin: 0 10px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        padding:25px 0 15px;
        display: block;
        line-height: 21px;
        font-weight: 600;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        letter-spacing: .5px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>ul {
        right: 206px;
        border-right: 1px solid transparent;
        width: 163px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        min-width: 150px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
        border-bottom: 5px solid #37424A;
        color: #37424A;
        font-weight: bold;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch:hover>a {
        color: #565A5C;
        border-bottom: 5px solid #006983;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul ul {
        padding-top: 0;
    }
  }

@media(min-width:768px) and (max-width:1000px) {
 .custom-menu-primary {
   width:100% !important;
   text-align:center !important;
  }
  
  .custom-logo {
   margin-bottom:0 !important; 
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul {
   float:none;
    margin-left:auto;
    margin-right:auto;
  }
  
}

@media(min-width:1200px) {
   .custom-menu-primary .hs-menu-wrapper>ul>li{
        margin: 0 15px;
    } 
  
}

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

  .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:#565A5C;
  }


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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: ; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#69BE28;
    background-color: ; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#69BE28;
    background-color: ; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #37424A;
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -8px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 8px; /* Position bottom line */
  }
  
  .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: #69BE28; /* 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: 30px !important; /* Button width */
    min-width: 30px !important;
    height: 40px !important; /* Button height */  
    padding: 0 !important;
  }
  .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:#565A5C; /* 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);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover > .child-trigger i , 
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover > .child-trigger i:after {
      background-color:#006983 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > .child-trigger i,
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > .child-trigger i:after {
      background-color:#fff!important;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font-size: 16px;
        text-transform: uppercase;
        padding: 25px 0 15px;
        display: block;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 600;
        letter-spacing: .5px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
        text-decoration: none;
        border-bottom: none;
        color: #006983 !important;
    }
    .selected-resources .hs-menu-wrapper>ul>li:nth-child(3)>a, .selected-company .hs-menu-wrapper>ul>li:nth-child(4)>a {
        border-bottom: none;
    }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color:#565A5C; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#69BE28; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 15px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}








/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS                                         


   ========================================================================== */





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


   ========================================================================== */





/* ==========================================================================
   Blog                                         
   ========================================================================== */


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

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

/* Blog Listing */
body.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 h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#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 {}
.blog-listing-wrapper .post-listing .post-item {
    margin: 0 0 10px;
    border-bottom: 1px solid #E0E6E6;
    padding: 20px 0 0 0;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.blog-post-wrapper h2 a, .post-header h2 a{
    text-decoration: none;
    font-family: AvenirLT-Heavy,Arial,Helvetica,sans-serif;
    font-size: 24px;
    color: #006983;
    font-weight: normal;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{
    color: #69BE28;
    text-decoration: none;
}

.blog-listing-wrapper .post-listing .post-item .post-body {}

h2.post-listing-simple a:hover {
    color: #69BE28;
    text-decoration: none;
}
h2.post-listing-simple a {
    text-decoration: none;
    font-family: AvenirLT-Heavy,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #93509E;
    font-weight: normal;
}

#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
    color: #888888;
    font-weight:700;
}
a.author-link {
   color: #09B1BE;
 
}

.hs-author-avatar img {
    max-width: 70px;
}

a.author-link:hover {
    color: #09B1BE;
    text-decoration: none;
}
.post-listing #hubspot-author_data{
    margin-top: 0;
}
.hs-form .input ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.hs-form .input ul li{
    padding: 0 !important;
}
.custom_listing_comments {
    border: 0;
    padding: 10px;
    margin-top: 14px;
    padding-top: 11px;
    margin: 10px 0;
}
.more-link{
    display: block;
    padding-top: 0;
    margin: 6px 0 15px;
    color: #09B1BE;
  font-weight:bold;
}
.hs-blog-social-share{
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
	height: auto;
	margin-top: 10px;
	padding: 10px 0 0;
}
.blog .blog-sidebar .cell-wrapper{
    margin-bottom: 34px;
}

.blog .blog-sidebar ul li{
    padding: 0 0 12px;
}
#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;
    color: #333333;
    display: block;
    font-family: Open Sans, Sans-Serif;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
}
.comment-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment-date {
    color: #333333 !important;
    display: block !important;
    text-align: left;
}
#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
	padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
	height: auto !important;
	max-width: 100%;
}
/* Pagination */
.blog-pagination {
    clear: both;
    margin: 10px 0;
    text-align: right;
}
.blog-pagination a {
    background: #fff;
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #bdbcbc;
    color: #1E1E1E;
    margin: 0 2px;
    text-decoration: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    line-height: 16.8px;
}
.blog-pagination a:hover {
    background-color: #E0E6E6;
    color: #1E1E1E;
    text-decoration: none;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


.hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
}

.hs-featured-image-wrapper a img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.hs-featured-image-wrapper a {
    display: block;
    width: 150px;
}
.hs-featured-image-wrapper {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

div#hubspot-author_data {
    color: #9A459D;
   
   
    margin: 0;
    padding: 0;
    font-style: normal;
 
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: -0.29px;
    line-height: 19px;
}
.post-item .left-content {
    width: 74%;
    display: inline-block;
}

p.back-link {
    margin: 0;
    text-align: right;
}

.post-header h1 {
    margin: 0;
    color: #006983;
    font-size: 20px;
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform:none;
}

p.back-link a:hover {
    color: #09B1BE;
  font-weight:bold;
    text-decoration: none;
}
p.back-link a {
    color: #09B1BE;
  font-weight:bold;
    text-decoration: underline;
}

.hs-blog-post .section.post-header {
    padding: 15px 0 0;
}

.hs-blog-post .hs-blog-social-share {
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.hs-blog-post .share span.share-this {
    float: left;
    margin-right: 15px;
}

.share {
    margin-top: 14px;
    padding-top: 14px;
    padding-bottom: 20px;
    border-top: 1px solid #E0E6E6;
    clear: both;
    border-bottom: 1px solid #E0E6E6;
}

.blog .blog-sidebar ul {
    list-style: none!important;
}

/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

.blog .hs-blog-header h1 {
  font-size: 42px;
    line-height: 51px;
    color: #00B3BE;
    margin: 0 0 0.5em 0;
    padding: 0;
    font-weight: normal;
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
    letter-spacing: normal;
    line-height: normal;
    border-bottom: none;
}

.custom-google div#hs-search-module form.hs-form label {
    margin: 0;
}

.custom-google div#hs-search-module form.hs-form .input {
    position: relative;
}
.custom-google div#hs-search-module form.hs-form input.hs-input {
    max-width: 100%;
    margin: 0;
    border: 1px solid #E0E6E6;
    padding: 8px 3px;
    width: 100%;
    line-height: normal;
    font-size: 12px;
    color: #1E1E1E;
    font-family: Arial,Helvetica,sans-serif;
}

.custom-google div#hs-search-module form.hs-form input.hs-input:hover {
    border: 1px solid #1E1E1E;
}

.custom-google div#hs-search-module form.hs-form {
    margin: 4px 0;
}

.custom-google div#hs-search-module form.hs-form a.hs-button.primary {
    margin: 0;
    position: absolute;
    right: 13px;
    top: 10px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    width: 18px;
    height: 18px;
    border-radius: 0;
    text-indent: -99999999999px;
    background-image: url('//1891995.fs1.hubspotusercontent-na1.net/hubfs/1891995/Image/search.png');

}

.custom-blog-menu ul li a:hover {
    text-decoration: none;
    color: #69BE28;
}
.custom-blog-menu ul li {
    padding: 0!important;
}
.custom-blog-menu ul li a {
    padding: 15px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #E0E6E6;
    color: #37424A;
    font-family: AvenirLT-Medium, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16.8px;
}
.custom-blog-menu ul,
.blog-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-blog-menu ul li a[href^="http://www.teamnorthwoods.com/Resources/Blog.aspx"] {
    background: #565A5C;
    color: #ffffff;
    font-family: AvenirLT-Heavy,Arial,Helvetica,sans-serif;
}
.custom-recent-post,
.custom-library,
.custom-compass {
    padding: 1px 20px 0 20px;
}

.blog-sidebar h3 {
    font-size: 15px;
    color: #006983;
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 15px 0 10px;
}
.custom-library p:first-child,
.custom-compass p:first-child{
    text-align: center;
}
.custom-library p,
.custom-compass p{
    margin: 0 0 25px 0;
}
.custom-library p:nth-child(2),
.custom-compass p:nth-child(2){
    font-family: AvenirLT-Medium, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.custom-library p:last-child a,
.custom-compass p:last-child a{
    -webkit-border-radius: 28px/28px 28px 27px 27px;
    -moz-border-radius: 28px/28px 28px 27px 27px;
    border-radius: 28px/28px 28px 27px 27px;
    background-color: #D47B22;
    -webkit-box-shadow: 0 2px rgba(211,100,33,.8) ;
    -moz-box-shadow: 0 2px rgba(211,100,33,.8);
    box-shadow: 0 2px rgba(211,100,33,.8);
    display: inline-block;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    text-transform: none;
    font-family: AvenirLT-Heavy,Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-shadow: none;
    border: none;
    height: 36px;
    line-height: 36px ;
    vertical-align: middle;
    width: auto;
    padding: 0 20px;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 14px;
    text-decoration: none;
}

.custom-library p:last-child a:hover,
.custom-compass p:last-child a:hover{
    -webkit-border-radius: 28px/28px 28px 27px 27px;
    -moz-border-radius: 28px/28px 28px 27px 27px;
    border-radius: 28px/28px 28px 27px 27px;
    background-color: #f7cb9c;
    -webkit-box-shadow: 0 2px rgba(170,77,21,.8) ;
    -moz-box-shadow: 0 2px rgba(170,77,21,.8);
    box-shadow: 0 2px rgba(170,77,21,.8) ;
    color: #ffffff;
}

.custom-library p:last-child,
.custom-compass p:last-child{
    text-align: center;
}

@media screen and (min-width:768px) {

    .blog .blog-content {
        float: right !important;
        padding-top: 31px;
        max-width: 659px;
        padding: 0;
    }
    .blog .blog-sidebar {
        margin: 0!important;
    }
}


/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

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

.form-title {
    font-size: 15px;
    color: #006983;
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
    margin: 10px 0;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
}

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

/* Labels */
body label {
    display: block;
    margin: 3px 0;
}

body form > div:first-child label {
margin-top:3px;    

}

body form label {
    margin-top:10px;
    font-weight: 600;
    font-size: 14px;
}

span.hs-form-required {
    color: #006983;
    margin-left: 5px;
}

.hs-error-msgs.inputs-list label {
    color: red;
}

body ul.hs-error-msgs.inputs-list {
    margin-top:0;
    
}

body form ul.hs-error-msgs.inputs-list label {
    margin-top:5px;
}

body .hs-form-field > label {}

/* 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 input[type="file"],
body textarea,
body select {
    width: 100%;
    max-width: 100%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0 10px;
    background: #ffffff;
    color: #807f83;
    line-height: 21px;
    border: 1px solid #E0E6E6;
    display:block;
    margin:10px 0 20px;
    height:35px;
}

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 input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border: 1px solid #00B3BE;
}

body input[type="text"]:hover,
body input[type="password"]:hover, 
body input[type="datetime"]:hover, 
body input[type="datetime-local"]:hover, 
body input[type="date"]:hover, 
body input[type="month"]:hover, 
body input[type="time"]:hover, 
body input[type="week"]:hover, 
body input[type="number"]:hover, 
body input[type="email"]:hover, 
body input[type="url"]:hover, 
body input[type="search"]:hover, 
body input[type="tel"]:hover, 
body input[type="color"]:hover,
body input[type="file"]:hover,
body textarea:hover,
body select:hover {
    border: 1px solid #807f83;
}

body textarea {
    height:100px;
}

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

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

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

/* 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 */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

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

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

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

/* 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 {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.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 {}

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

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

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

/* Error */
body .hs-common-error-message {}


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


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


.content-video .video-video { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.content-video .video-video iframe, .video-video object, .video-video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    margin: 15px 0 20px;
    -webkit-border-radius: 28px/28px 28px 27px 27px;
    -moz-border-radius: 28px/28px 28px 27px 27px;
    border-radius: 28px/28px 28px 27px 27px;
    background-color: #D47B22;
    -webkit-box-shadow: 0 2px rgba(211,100,33,.8);
    -moz-box-shadow: 0 2px rgba(211,100,33,.8);
    box-shadow: 0 2px rgba(211,100,33,.8);
    color: #fff;
    text-align: center;
    text-transform: none;
    font-family: AvenirLT-Heavy,Arial,Helvetica,sans-serif;
    text-shadow: none;
    border: none;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: normal;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    -webkit-border-radius: 28px/28px 28px 27px 27px;
    -moz-border-radius: 28px/28px 28px 27px 27px;
    border-radius: 28px/28px 28px 27px 27px;
    background-color: #D47B22;
    -webkit-box-shadow: 0 2px rgba(170,77,21,.8) ;
    -moz-box-shadow: 0 2px rgba(170,77,21,.8) ;
    box-shadow: 0 2px rgba(170,77,21,.8);
}

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


div.h1 {
  font-size: 42px;
    line-height: 51px;
    color: #00B3BE;
    margin: 0 0 0.5em 0;
    padding: 0;
    font-weight: normal;
    font-family: AvenirLT-Medium,Arial,Helvetica,sans-serif;
    letter-spacing: normal;
    line-height: normal;
    border-bottom: 0;
}


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








/* ==========================================================================


   6. MISCELLANOUS                                        


   ========================================================================== */





/** 
 * 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: 1170px) {}

@media (min-width: 1400px) {

    ul#nav-social {
        position: relative;
        right: -24px;
    }
}



@media (max-width: 991px) {
    .custom-menu-primary .hs-menu-wrapper>ul {
        margin-right: 0;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding: 16px 10px 42px;
    }
}

@media (max-width: 906px) {
    #nav-social li.alt {
        margin-left:37px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding: 16px 7px 42px;
    }
}
@media (min-width: 768px) and (max-width: 870px){
    
   
}
@media (max-width: 870px) {
    .custom-logo {
        padding: 0;
        width: 100% !important;
    }
     .custom-menu-primary.js-enabled {
        margin-left: 0!important;
        float: none!important;
        width: 100%!important;
        text-align: center;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding: 15px 0;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        float: none!important;
        display: inline-block;
    }
    .custom-menu-primary .hs-menu-wrapper>ul {
        float: none;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        text-align:left;
    }
}


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

@media (max-width: 767px) {
    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 input[type="file"],
    body textarea,
    body select {
        max-width: 100%;
    }
    .hs-form {
        margin:0 0 25px;
    }
    .custom-address-group {
        text-align: center;
    }
    .nav li {
        float: none;
        display: inline-block;
        margin-left: 25px!important;
    }
    #nav-social {
        margin: 20px 0 0 0;
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        clear: both;
    }
    .custom-footer-menu ul {
        float: none;
        display: block;
        width: 100%;
    }
    .custom-footer-menu ul li {
        float: none;
        display: block;
        padding: 0 0 20px;
    }
    .custom-footer-menu ul ul li {
        display: block;
        padding-bottom: 13px;
        margin:0!important;
    }
    
    .custom-roxanne p {
        display: block;
        text-indent: 0;
        max-width: 766px;
        text-align: center;
        padding: 0 15px;
    }
    
    .custom-top-menu ul {
        padding: 0 15px 2px;
        float: none;
        text-align: center;
    }
    .custom-top-menu ul li {
        float: none;
        display: inline-block;
        padding: 0 10px;
        margin-right: 0;
    }
    .hs-featured-image-wrapper {
        float: none;
        margin-right: 0;
        margin: 0 0 20px;
    }
    
    .hs-featured-image-wrapper a {
        display: block;
        width: 100%;
    }
    
    .post-item .left-content {
        width: 100%;
        display: block;
    }
    
    .blog-pagination {
        margin: 20px 0;
        text-align: center;
    }
    .custom-library p:nth-child(2),
    .custom-compass p:nth-child(2) {
        text-align: center;
    }
    .custom-recent-post,
    .custom-library,
    .custom-compass {
        padding: 0;
    }
    
    .sidebar-content {
        display:none;
    }
}
     

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

@media (max-width: 479px) {}



/* New Styles - 4-2022 */


/* Footer Nav New*/
.footer-menu-new {
    list-style-type: none;
    margin: 25px 0 30px 0;
  padding:0 !important;
  
}

.footer-menu-new a {
    color: #FFFFFF;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
     letter-spacing: 0;
    line-height: 36px;
    text-decoration: underline;
    text-transform: uppercase;
}

.footer-menu-new a:hover {
    color: #81bac8;
    background: transparent;
}

.footer-menu-new ul {
    display: inline-block;
    float: left;
    padding: 0;
    list-style-type: none;
    margin-left: 0;
}


.footer-menu-new > li {
display:inline-block;
margin-right:40px;
}

.footer-menu-new > li:first-child {
    width:80px;
}

.footer-menu-new > li:nth-child(2) {
    width:70px;
}

.footer-menu-new > li:nth-child(3) {
    width:130px;
}

.footer-menu-new > li:nth-child(3) {
    width:130px;
}

.footer-menu-new > li:nth-child(4) {
    width:85px;
}

.footer-menu-new > li:last-child {
    padding: 0;
}
@media(max-width:767px) {

.footer-menu-new > li {
display:inline-block;
margin-right:20px;
margin-right:20px;
width:auto !important;
}




}



@media(min-width:992px) {

.contact-social-con {
    border-left: 1px solid #FFFFFF;
  padding-left:15px;
  padding-right:15px;
}
}
#nav-social {
    list-style: none;
    padding: 0;
    font-size:0;
}

#nav-social li {
    margin-right: 20px;
    margin-bottom: 15px;
    display:inline-block;
    float:none;
}

#nav-social li:last-child {
    margin-right: 0;
}

#nav-social a {
    width: 24px;
    height: 24px;
    display: block;
    font-size: 0px;
    opacity:.65;
    transition:all .3s;
}

#nav-social li.twitter a {
   background: url(https://info.teamnorthwoods.com/hubfs/Social%20Icons/002-twitter.svg) no-repeat center;
}

#nav-social li.twitter a:hover, #nav-social li.twitter a:active {
   background: url(https://info.teamnorthwoods.com/hubfs/Social%20Icons/002-twitter.svg) no-repeat center;
}

#nav-social li.linkedin a {
   background: url(https://info.teamnorthwoods.com/hubfs/Social%20Icons/003-linkedin.svg) no-repeat center;
}

#nav-social li.linkedin a:hover, #nav-social li.linkedin a:active {
    background: url(https://info.teamnorthwoods.com/hubfs/Social%20Icons/003-linkedin.svg) no-repeat center;
}

#nav-social li.pinterest a {
     background: url(https://info.teamnorthwoods.com/hubfs/Social%20Icons/006-pinterest.svg) no-repeat center;
}

#nav-social li.pinterest a:hover, #nav-social li.pinterest a:active {
     background: url(https://info.teamnorthwoods.com/hubfs/Social%20Icons/006-pinterest.svg) no-repeat center;
}

#nav-social li.youtube a {
     background: url(https://info.teamnorthwoods.com/hubfs/Social%20Icons/004-youtube.svg) no-repeat center;
}

#nav-social li.youtube a:hover, #nav-social li.youtube a:active {
     background: url(https://info.teamnorthwoods.com/hubfs/Social%20Icons/004-youtube.svg) no-repeat center;
}
#nav-social li.facebook a {
     background: url(https://info.teamnorthwoods.com/hubfs/Social%20Icons/001-facebook.svg) no-repeat center;
}

#nav-social li.facebook a:hover, #nav-social li.facebook a:active {
     background: url(https://info.teamnorthwoods.com/hubfs/Social%20Icons/001-facebook.svg) no-repeat center;
}

#nav-social li.instagram a {
     background: url(https://info.teamnorthwoods.com/hubfs/Social%20Icons/005-instagram.svg) no-repeat center;
}

#nav-social li.instagram a:hover, #nav-social li.googleplus a:active {
    background: url(https://info.teamnorthwoods.com/hubfs/Social%20Icons/005-instagram.svg) no-repeat center;
}

#nav-social {
 right:auto !important;
  float:none !important;
}

#nav-social li {
 margin-left:0 !important; 
}

#nav-social li:hover a {
opacity:.95;
}

@media(max-width:767px) {

#nav-social li {
margin-left:10px;
margin-right:10px;
}

#footer-copyright {
	text-align:center !important;
}

}


/** FOOTER NEW **/
.custom-footer-section, .custom-footer-section #nav-footer {
    background: #37424A;
    color: #fff;
}

.custom-footer-section #footer-copyright, .custom-footer-section #footer-copyright a{
   text-align: left;
   color: rgba(255,255,255,0.65);
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 0;
   line-height: 36px;
}
.custom-footer-section #footer-copyright p, .custom-footer-section #footer-copyright p span {
   color: rgba(255,255,255,0.65) !Important;
   font-size: 12px;
   font-weight: 600;
}
.custom-footer-section .contact-social-con h2 {
   color: #FFFFFF;
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 0;
   line-height: 36px;
}
.custom-footer-section .contact-social-con p {
    color: rgba(255,255,255,0.65);
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 0;
   line-height: 17px;
}

/* Copyright */
.copyight-privacy-menu {
  margin: 0px !Important;
}

#nav-footer {
  text-align:center;
}

.custom-menu-primary .hs-menu-wrapper a {
 font-weight:600; 
}


.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #37424A;
    border-radius: 0;
    border-bottom: 5px solid transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #37424A;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 25px 0 15px;
    display: block;
    letter-spacing: .5px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 5px solid transparent;
    font-weight: 600;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    border-bottom: 5px solid #006983;
}

@media only screen and (min-width: 768px) {
#nav-footer {
    padding: 37px 0;
    text-align: left;
}
}

.d-flex,
.flex-row {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.align-items-bottom {
    -webkit-box-align: bottom!important;
    -ms-flex-align: bottom!important;
    align-items: bottom!important;
}
.flex-row-center {
   justify-content:center;
   flex-wrap:wrap;
}

.sidebar-content {
  display:none !important;
}

.main-content-wrapper {
 width:100% !important; 
}
 @media(max-width:767px) {
   .flex-row > div {
     width:100%;
   }
 }

#nav-main ul li a {
	color: #37424A;
	border-radius: 0;
    border-bottom: 5px solid transparent;
}

.blog-sidebar,
.sidebar-content {
 display:none !important; 
}

.main-content-wrapper,
.blog-content {
  width:100% !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  color: #fff !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    line-height: 36px !important;
    text-align: center !important;
    padding: 0px 15px !important;
  height: 36px;
    width: 105px;
    border-radius: 100px;
    background-color: #D47B21;
    box-shadow: 0 1px 0 0 #bf5329;
    display: inline-block !important;

    position: relative;
    margin-left: 20px;
  margin-top:25px;
  bottom: 8px;
    margin-left: 0;
    font-weight: 600 !important;
  border-bottom:none !important;
}