@import url('//fonts.googleapis.com/css?family=Cabin:400,400i,700,700i');



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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

/* BASE STYLES */
/* VARIABLES */
/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                         /*  */
            /*  */

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


/* MACROS */
 


/* BASE */
*, *: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: #494d4e; font-family: Cabin,sans-serif; font-size: 20px; line-height: 1.35; font-weight:200 !important; }


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

a { color: #B2A269; text-decoration: none; }
a:hover, a:focus { color: #717171; }

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


/* Highlighted Text */
::-moz-selection { color: #fff; background: #494d4e; text-shadow: none; }
::selection { color: #fff; background: #494d4e; 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 { font-weight: 600 !important; }
em {}
cite {}
code {}
pre {}
sup, sub { position: relative; font-size: 60%; line-height: 0; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


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

article p { margin-top: 0; }
.article-callout-wrapper { width: 60%; }
.article-callout-content { float: left; width: 62%; }
.article-callout-content a { color: #5B6978; text-decoration: none; }
.article-callout-content a:hover { color: #FFFFFF; }
.article-callout-icon { text-align: center; float: left; width: 38%; }
.article-callout-icon img { margin: 5px 0 10px 10px; }
.article-callout-on-white-content { float: left; width: 62%; }
.article-callout-on-white-content a { color: #5B6978; text-decoration: none; }
.article-callout-on-white-content a:hover { color: #B2A269; }

.disclaimer { font-size:11px !important; line-height:13px !important;}


/* COS STRUCTURE */
.white-glow { position: relative !important; -webkit-box-shadow: 0px 0px 30px 17px rgba(255,255,255,1) !important; -moz-box-shadow: 0px 0px 30px 17px rgba(255,255,255,1) !important; box-shadow: 0px 0px 30px 17px rgba(255,255,255,1) !important; }


/* 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 { text-align: left; }
.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 {}
.header-logo-contact-content-container { padding: 10px 0 15px }
.header-logo img { max-width: 50%; }


/* Custom styling */
.header-wrapper { padding: 0; background-color: #ffffff; }
.header-content { position: relative; top: 45px; }
.header-content .hs_cos_wrapper_type_cta { float: right; }
.header-content .custom-menu-primary .hs-menu-wrapper { float: right; }
.hs-cta-wrapper img { height:auto; }


/* Header Contact */
.header-contact-content-container { }
.header-contact-content { position: relative; top: 28px; }
.header-contact-content ul { text-align: right; font-size: 87%; }
.header-contact-content ul li { display: inline; list-style-type: none; padding-right: 20px; }
.header-contact-content ul li i { color: #7C9875; padding-right: 0.5em; }
.header-contact-content ul li a { color: #717171; }
.header-contact-content ul li a:hover { color: #B2A269; text-decoration: none; }
.header-contact-content ul li:last-child { padding-right: 0; }
.header-contact-content ul li:last-child a { display: inline-block; background-color: #7c9875; color: #fff; padding: .5em 1em; }
.header-contact-content ul li:last-child a:hover { background-color: #5B6978; text-decoration: none; }


/* CONTENT */
.body-container-wrapper {}
.body-container {}
.body-headline { text-align: center; }
.body-headline h1 { font-size: 150%; font-weight: 400; }
.wave-body-content-container { padding: 3em 0 4em; }
.body-headline { font-weight: 400; }
.body-headline h2 { margin-bottom: 0; font-weight: 400; }
.body-content { }
.body-content article { -webkit-columns: 2 250px; -moz-columns: 2 250px; columns: 2 250px;  -webkit-column-gap: 2.5em; -moz-column-gap: 2.5em; column-gap: 2.5em; margin-top: 1em; }
.offers-container { padding: 5em 0; }
.video-title-on-white-body-content { text-align: center; color: #5B6978; }
.video-title-on-gold-body-content { text-align: center; color: #FFFFFF; }
.green-body-callout-container { background-color: #7C9875; padding: 0.75em 1em; color: #ffffff; font-weight: 700; }
.exit-planning-process-intro-container { padding: 0; }


/* UNIQUE PAGE STYLES */
/* Pillar Pages */
#pillar-nav-wrapper { position: relative; background-color: #5B6978; z-index: 125; height: 90px; width: 100%; }
.pillar-nav-moblie-dropdown-wrapper { display: none; margin: 1em auto; }
.pillar-nav-mobile-dropdown { position: relative; display: inline-block; width: 100%; }
.pillar-nav-mobile-dropbtn { background-color: #5B6978; color: #FFFFFF; padding: 12px 24px; font-size: 125%; width: 100%; cursor: pointer; border: none; text-align: left; }
.pillar-nav-mobile-dropbtn:after { float: right; content: ""; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 20px solid #FFFFFF; position: absolute; top: 20px; right: 20px; }
.pillar-nav-mobile-dropdown-content { display: none; position: absolute; background-color: rgba(91,105,120,0.9); box-shadow: 0px 8px 8px 0px rgba(39,37,37,0.2); width: 100%; z-index: 2147483647; text-align: left; font-size: 90%; }
.pillar-nav-mobile-dropdown-content a { color: #FFFFFF; padding: 8px 20px; text-decoration: none; display: block; }
.pillar-nav-mobile-dropdown-content a:hover { text-decoration: underline; }
.pillar-nav-mobile-dropdown-content ul { list-style: none; color: #ffffff; padding: 0; }
.pillar-nav-mobile-dropdown-content ul li { }
.pillar-nav-mobile-dropdown-content ul li ol { padding-left: 2.5em; }
.pillar-nav-mobile-dropdown-content ul li ol li { display: list-item; }
.pillar-nav-mobile-dropdown-content ul li ol li ul { list-style: circle; padding-left: 2.5em; }
.pillar-nav-mobile-dropdown-content ul li ol li ul li { display: list-item; }
.show {display:block;}
.pillar-nav-content { float: left; width: 100%; color: #fff; margin:0; }
.pillar-nav-content a { color:#fff; display: inline-block; }
.pillar-nav-content a:hover { text-decoration: underline; }
.pillar-nav-content ul { list-style: none; padding: 10px 0; margin: 0; width: 100%; float: left; z-index: 105; }
.pillar-nav-content ul li { float: left; width: 15%; font-size:65%; font-weight:300; margin-right: 2%; line-height:1.4; }
.pillar-nav-content ul li:last-child { margin-right:0; }
.pillar-nav-content ul li a { border-left: 2px solid #B2A26F; padding-left: 7px; }
.pillar-nav-content ul li ol { position: absolute; display: none; width: 25%; padding: 0.75em 0.75em 0.75em 2.5em; background-color: rgba(91,105,120,0.9); z-index: 100; }
.pillar-nav-content ul li:hover ol { display: block; }
.pillar-nav-content ul li ol li { display: list-item; width: 100%; font-size: 100%; padding-bottom: 0.75em; }
.pillar-nav-content ul li ol li a { border-left: none; }
.pillar-nav-content ul li ol li:last-child { padding-bottom: 0; }
.pillar-nav-content ul li ol li ul { list-style: circle; padding-left: 1.5em; }
.pillar-nav-content ul li ol li ul li { display: list-item; }
.pillar-nav-content ul li ol li ul li a { border-left: none; }
.pillar h2 {color:#FFFFFF !important;}
.pillar-anchor { display: block; height: 90px; margin-top: -90px; visibility: hidden; }
.pillar-light-purple, .pillar-1 { background-color: #b69fc0; padding: 10px 8px; text-align: center; color: #ffffff !important; margin-top: 70px; }
.pillar-tan, .pillar-2 { background-color: #e6c99b; padding: 10px 8px; text-align: center; color: #ffffff !important; margin-top: 70px; }
.pillar-light-blue, .pillar-3 { background-color: #9ec8d4; padding: 10px 8px; text-align: center; color: #ffffff !important; margin-top: 70px; }
.pillar-light-green, .pillar-4 { background-color: #c0cba2; padding: 10px 8px; text-align: center; color: #ffffff !important; margin-top: 70px; }
.pillar-first { margin-top: 40px; }


/* PILLAR POST LISTING */
.resources-post-listing-content { }
.resources-post-listing-content h3 { text-align: left; color: #5b6978; font-size: 115%; margin-bottom: 0.5em; }
.resources-post-listing-content ul { list-style-type: none; line-height: 1.125; background-color: transparent !important; padding: 0 !important; }
.resources-post-listing-content ul li { margin-bottom: .375em; }
.resources-post-listing-content ul li a { color: #b2a269 !important; padding: 0 !important; }
.resources-post-listing-content ul li a:hover { color: #717171 !important; }


/* PILLAR MAIN CONTENT INTRO */
.main-content-intro-content { }
.main-content-intro-content h1 { color: #5B6978; font-size: 145%; }
.main-content-intro-content p { font-size: 120%; margin-bottom: 0; }


/* PILLAR GOOGLE SEARCH */
.pillar-google-search-container { border: solid 4px #e9e9e9; padding: 30px; margin-top: 80px; }
.pillar-google-search-intro { }
.pillar-google-search-intro h2 { font-size: 135%; }
.pillar-google-search { margin: 1.5em auto; }
.pillar-google-search input[type="text"] { background-color: #eeeeee; max-width: 60%; border: none; padding: 8px 12px; font-size: 90%; }
.pillar-google-search form .hs-button.primary { background-color: #b2a272; color: #ffffff; padding: 8px 12px; font-size: 90%; }
.pillar-google-search form .hs-button.primary:hover { background-color: #5b6978; }


/* PILLAR FREE CONSULTATION BLOCK */
.pillar-free-consultation-block-wrapper { background-color:#54adde; background-size:cover; background-repeat: no-repeat; } 
.pillar-free-consultation-block-intro { padding: 80px 20px; }
.pillar-free-consultation-block-intro h2 { text-align: left; font-size: 180%; color: #ffffff; text-shadow: 2px 2px 4px #2571a1; font-weight: 700; }
.pillar-free-consultation-block-intro p { font-size: 105%; color: #ffffff; }
.pillar-free-consultation-block-intro h4 { font-size: 105%; color: #ffffff; }
.pillar-free-consultation-block-intro a.button-cta { background: #a5dd87; padding: 15px 30px; color: #ffffff; font-size: 125%; text-transform: uppercase; font-weight: 700; }
.pillar-free-consultation-block-intro a.button-cta:hover { background: #5b6978; }
.consultation-man { background: url(//www.navixconsultants.com/hubfs/navix-45-consultation-2.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height:756px; }


/* STYLES FROM SOAR TEMPLATE */
/* PAGE HERO */
.page-hero { background-color: ; background-image: url(); 

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 90px 20px;
                padding: 5.625rem 1.25rem;            
            
        
    
    

 background-size: cover; background-position: center center; text-align: center; position: relative; }
.hero-content { border: 0px none !important; color: ; background-color: transparent !important; 

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 26px;
                padding: 1.625rem;            
            
        
    
    

 width: 90% !important; float: none !important; margin: 0 auto !important; text-align: center; }
@media screen and (min-width: 800px) { .hero-content { width: 70% !important; } }
@media screen and (min-width: 1280px) { .hero-content { width: 55% !important; 

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                max-width: 800px;
                max-width: 50.0rem;            
            
        
    
    

 } }
.hero-cta { text-align: center; 

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 34px;
                margin-top: 2.125rem;            
            
        
    
    

 }
.hero-content h1 { 

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 58px;
                font-size: 3.625rem;            
            
        
    
    

 font-weight: 600; 

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                padding: 40px 30px;
                padding: 2.5rem 1.875rem;            
            
        
    
    

 line-height: 1; text-shadow: 3px 3px 18px #000; color: #FFFFFF; }
.hero-content h3 { 

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 17px;
                font-size: 1.0625rem;            
            
        
    
    

 text-transform: uppercase; }
.hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4 { margin: 0; }


/* PILLAR */
/* Soar Pillar Page */
.soar-pillar { position: relative; }
.pillar-page-center { max-width: 1080px !important; }
h2.soar-pillar__title { margin: 0.75em auto; font-size: 125%; }
.pillar-table-of-contents-intro { text-align: left; }


/* General Nav Styles */
.soar-pillar__nav { }
.soar-pillar__nav ul { list-style: none; margin: 0; padding: 0; background-color: #5b6978; text-align: left; xxmax-height: 550px; xxoverflow: scroll; } 
.soar-pillar__nav ul li { position: relative; }
.soar-pillar__nav ul li a { color: #FFFFFF; display: inline-block; padding: 6px 10px; font-weight: 400; xxmargin-bottom: 8px; position: relative; font-size: 64%; width: 100%; } 
.soar-pillar__nav a:hover { text-decoration: none; opacity: 1; color:#bca875; }
.soar-pillar__nav a:active, .soar-pillar__nav a:focus { text-decoration: none; color:#bca875; }
.soar-pillar__nav li.selected a { color:#bca875; background-color: rgba(0,0,0,.3); }
xxx.soar-pillar__nav li.selected a:after { content: ""; display: block; height: 4px; width: 90% !important; background-color: #fff; color: #b2a269; position: absolute; bottom: 3px !important; left: 50%; transform: translateX(-50%); }


/* Hide Table of contents when mobile menu is visible */
.soar-pillar__table-of-contents.fixed { opacity: 0; visibility: hidden; }


/* Mobile Menu */
.soar-pillar__mobile-menu { height: 0; overflow: hidden; visibility: hidden; width: 100%; z-index: 1; }
.soar-pillar__mobile-menu.fixed { display: block; visibility: visible; overflow: visible; position: fixed; top: 0; left: 0; bottom: auto; height: auto; } 
.soar-pillar__mobile-menu.fixed.open ul { max-height: calc(100vh - 2em); overflow-y: auto; }
.soar-pillar__mobile-menu.absolute-bottom { display: none; }
.soar-pillar__mobile-menu li { overflow: hidden; transition: opacity .4s ease, max-height .5s ease; }
.soar-pillar__mobile-menu.fixed li { }
.soar-pillar__mobile-menu li:not(.selected) { max-height: 0; opacity: 0; }
.soar-pillar__mobile-menu.open li:not(.selected) { max-height: 100px; opacity: 1; }
.soar-pillar__mobile-menu.fixed .anchor-nav-show-hide { background: #5B6978; color: #fff; position: absolute; display: block; left: 50%; 

    
    
        -webkit-transform: translateX(-50%);
    
        -moz-transform: translateX(-50%);
    
        -o-transform: translateX(-50%);
    
        -ms-transform: translateX(-50%);
    
        transform: translateX(-50%);

 width: 6em; top: 100%; height: 2em; cursor: pointer; text-align: center; }
.soar-pillar__mobile-menu.fixed .anchor-nav-show-hide:before { border-style: solid; border-width: .15em .15em 0 0; content: ''; display: inline-block; height: 1em; position: relative; top: 0; vertical-align: top; width: 1em; 

    
    
        -webkit-transform: rotate(135deg);
    
        -moz-transform: rotate(135deg);
    
        -o-transform: rotate(135deg);
    
        -ms-transform: rotate(135deg);
    
        transform: rotate(135deg);

 } 

@media (min-width: 768px) {
/* Hide Mobile Menu on Desktop */
.soar-pillar__mobile-menu { display: none !important; }
.soar-pillar__table-of-contents.fixed { opacity: 1; visibility: visible; }
.soar-pillar__table-of-contents { position: absolute; top: 0; left: initial; width: 260px; padding: 30px 10px; z-index: 1; text-align: center; }
.soar-pillar__table-of-contents h2 { text-align: left; color: #5b6978; font-size: 115%; }
.soar-pillar__table-of-contents.fixed { position: fixed; top: 0; bottom: auto; height: auto; }
.soar-pillar__table-of-contents.absolute-bottom { left: initial; position: absolute; top: auto; bottom: 0; height: auto; }
.soar-pillar .main-content > div { padding-left: 300px; }
}


/* Homepage */
.hp-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-hp-feature-bckgrnd-1540x625.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.hp-feature-container { text-align: center; width: 50% !important; padding: 3em 0; }
.hp-feature-content { padding: 3em 0; }
.hp-feature-content h3 { color: #ffffff; font-weight: 400; font-size: 90%; margin-bottom: 0.25em; }
.hp-feature-content hr { border-top: 3px solid #B2A269;}
.hp-feature-content h1 { color: #ffffff; font-weight: 400; font-size: 210% !important; line-height: 1.3em !important; margin-top: 0.24em; }
.main-slider .hs_cos_flex-slider { margin: 0; !important; }
.hp-search-container { }
.hp-search-content { color: #717171; font-size: 130%; }
.hp-search-content p { margin-top: 1.125em; margin-bottom: 0; }
.hp-search-content a { color: #717171; }
.hp-search-content a:hover { color: #FFFFFF; }
.hp-google-search-content { margin-top: 1.5em; }
.hp-google-search-content .hs-form { max-width: 75%; }
.hp-google-search-content .hs-form label { color: #ffffff; letter-spacing: 1px; font-size: 130%; }
.hp-google-search-content .hs-form div.input { position: relative; }
.hp-google-search-content .hs-form input { color: #717171; padding: 0.5em 1em; font-size: 90%; border: 4px solid #717171; border-radius: 12px; margin-top: 0.25em; }
.hp-google-search-content .hs-form .hs-button.primary { position: absolute; right: 20px; top: 17px; font-size: 90%; }
.hp-questions-owners-should-ask-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-hp-qosa-bckgrnd-1540x625v3.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.hp-questions-owners-should-ask-container { }
.hp-questions-owners-should-ask-content { margin: 6em auto; }
.hp-questions-owners-should-ask-content h2 { font-weight: normal; color: #ffffff; font-size: 190%; margin: 0; }
.hp-get-the-answers-container { padding: 1em 0 2em; }
.hp-gta-questions-content ul { padding-left: 0; margin: 0; }
.hp-gta-questions-content li { list-style-type: none; padding: 0.3125em 0 0; margin: 0; }
.hp-gta-questions-content ul ul { padding-left: 1.5em; color: #717171;}
.hp-who-we-help-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-hp-wwh-bckgrnd-1540x625.jpg) no-repeat top 25px center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.hp-who-we-help-content { margin: 7.5em auto; }
.hp-who-we-help-content h2 { font-weight: normal; color: #ffffff; font-size: 190%; margin: 0; }
.hp-contact-container { padding: 0.5em 0 1em; }
.hp-contact-content { text-align: center; }
.hp-contact-content ul { margin-top: 0; padding: 0 10px; }
.hp-contact-content li { list-style-type: none; border-bottom: 1px solid rgba(178,162,105,0.5); padding: 1.2em 0; }
.hp-contact-content li:last-child { border-bottom: none; }
.hp-contact-content article { -webkit-columns: 2 250px; -moz-columns: 2 250px; columns: 2 250px;  -webkit-column-gap: 2.5em; -moz-column-gap: 2.5em; column-gap: 2.5em; }
.hp-testimonial-offers-content-wrapper { padding: 1.5em 0 2.5em; }
.hp-testimonial-content { color: #717171; font-style: italic; text-align: center; margin-bottom: 1em; }
.hp-testimonial-author { color: #ffffff; font-style: normal; }
.hp-offers-container { padding: 2em 0; }
.hp-who-we-help-bckgrnd-wrapper { background: url(//3411842.fs1.hubspotusercontent-na1.net/hubfs/3411842/backgrounds/navix-hp-wwh-bckgrnd-1540x625.jpg) no-repeat top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }


/* Contact Us */
.contact-us-info-form-container { padding: 2em 0 4em; }
.contact-us-info-content { }
.contact-us-info-content ul { list-style: none; padding: 0; margin: 0; font-size: 80%; color: #717171; }
.contact-us-info-content li { padding: 0.25em 0; }
.contact-us-info-content li:before { margin-right: 0.325em; }
.contact-us-info-content li.email:before { display: inline-block; font-family: "FontAwesome"; font-style: normal; font-weight: normal; text-decoration: inherit; text-rendering: auto; content: "\f0e0"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #717171; }
.contact-us-info-content li.telephone:before { display: inline-block; font-family: "FontAwesome"; font-style: normal; font-weight: normal; text-decoration: inherit; text-rendering: auto; content: "\f098"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 110%; color: #717171; }
.contact-us-info-content li.telephone a { color: #717171; }
.contact-us-info-content li.telephone a:hover { color: #717171; }
.contact-us-info-content li.facsimile:before { display: inline-block; font-family: "FontAwesome"; font-style: normal; font-weight: normal; content: "\f1ac"; text-decoration: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #717171; }
.contact-us-info-content li.facsimile a { color: #717171; }
.contact-us-info-content li.facsimile a:hover { color: #717171; }
.contact-us-info-content h3 { margin: 0.25em 0 0; font-size: 115%; }
.contact-us-info-content h4 { margin: 0.75em 0 0; font-size: 80%; font-weight: 400; text-transform: uppercase; color: #717171; border-bottom: 1px solid rgba(178, 162, 105, 0.5); letter-spacing: 1.25px; }
.contact-us-info-content p { margin: 0.25em 0 0.5em; font-size: 80%; color: #717171; }
.contact-us-info-content .hs_cos_wrapper_type_cta { margin: 0.75em auto 0.75em; }
.contact-us-info-content .hs_cos_wrapper_type_cta img { width: 100%; height: auto; }
.contact-us-form-content-container { }
.contact-us-intro-headline { text-align: left; }
.contact-us-intro-headline h1 { font-size: 185%; margin: 0; }
.contact-us-intro-content p { margin: 0.25em 0; }
.contact-us-form { }
.contact-us-form .hs_cos_wrapper_type_form .hs-form-field > label { color: #5B6978; font-size: 80%; font-weight: 400; }
.contact-us-form .hs_cos_wrapper_type_form .hs-form-field > label span.hs-form-required { color: red; font-weight: 400; }
.contact-us-form .hs_cos_wrapper_type_form input { margin-bottom: 0.5em; }
.contact-us-form .hs_cos_wrapper_type_form input[type="text"], .contact-us-form .hs_cos_wrapper_type_form input[type="email"], .contact-us-form .hs_cos_wrapper_type_form input[type="radio"], .contact-us-form .hs_cos_wrapper_type_form textarea, .contact-us-form .hs_cos_wrapper_type_form input[type="tel"] { color: #5b6978; font-size: 90%; border: 1px solid #5b6978; }
.contact-us-form form.hs-form .hs-form-field ul.inputs-list { font-size: 80%; color: #5B6978; margin: 0; }
.contact-us-form form.hs-form .hs-form-field ul.inputs-list li { display: inline-block; margin-right: 1em; }
.contact-us-form form.hs-form .hs-form-field ul.inputs-list li span { margin-left: 0.25em; }
.contact-us-form form.hs-form .hs-form-field ul.hs-error-msgs { color: red; font-size: 70%; line-height: 1.25; margin: 0.25em 0; }
.contact-us-form .hs_submit { text-align: right; }
.contact-us-form .hs-button.primary.large { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: none !important; background: rgb(178, 162, 105) !important; color: rgb(255, 255, 255) !important; font-size: 85%; letter-spacing: 1px; padding: 0.3em 0.9em 0.4em !important; margin-top: 1em; min-width: 250px; }
.contact-us-form .hs-button.primary.large:hover { background: rgb(136, 139, 141) !important; }
.contact-us-form-disclaimer { color: #5B6978; font-size: 70%; font-weight: 400; text-align: right; margin-top: 0.5em; }
.contact-us-form-requirement { color: #5B6978; font-size: 70%; font-weight: 400; font-style: italic; }


/* About Us */
.about-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-about-feature-bckgrnd-1540x625.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.about-feature-container { padding: 3em 0 6em; }
.about-feature-content h1 { color: #ffffff; font-weight: 400; font-size: 150%; }
.why-we-exit-container { padding: 1em 0; }
.why-we-exit-content { }
.navix-consultants-container { padding: 3em 0 4em; }
.our-founder-container { padding: 2em 0 3em; }
.our-founder-headshot { text-align: center; }
.our-founder-speaking-content { color: #FFFFFF; text-align: center; font-size: 110%; line-height: 1.25; margin-top: 0.75em; }
.our-founder-headline { text-align: left; margin-top: 0; }
.our-founder-headline h2 { margin-top: 0; }
.biography-container { padding: 0 0 1.5em; }
.biography-headline h2 { color: #ffffff; font-weight: 400; }
.biography-content { color: #ffffff; }
.about-navix-news-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-about-news-bckgrnd-1540x625.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.navix-news-container { text-align: center; background-color: rgba(124,152,117,0.8); width: 35% !important; padding: 4em 2em; position: relative; margin-right: 4em !important; top: -0.5em; }
.navix-news-content { color: #ffffff; padding: 0.5em 0; }
.about-left-column-book-container { }
.about-left-column-book-image { text-align: center; }
.about-left-column-book-description { }
.about-left-column-book-purchase { margin: 1em auto 0 !important; float: none !important; width: 50% !important; }
.about-left-column-book-purchase form p { margin-bottom: 1.25em; }
.about-left-column-book-purchase h6 { margin-top: 0 !important; }
.about-left-column-book-purchase h6 a { color: #7286AD; text-decoration: none; }
.about-left-column-book-purchase h6 a:hover { color: #B2A269; }
.about-right-column-book-container { }
.about-right-column-book-image { text-align: center; }
.about-right-column-book-description { }
.about-right-column-book-purchase { margin: 1em auto 0 !important; float: none !important; width: 50% !important; }
.about-right-column-book-purchase select { font-size: 80%; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 12px; border: 2px solid #272525; margin-top: 0.5em; }
.about-right-column-book-purchase label { position: relative; }
.about-right-column-book-purchase label:after { content: '<>'; font: 17px "Consolas", monospace; color: #272525; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); top: 7px; right: 11px; position: absolute; pointer-events: none; }
.about-right-column-book-purchase select::-ms-expand { display: none; }
.about-right-column-book-purchase form p { margin-bottom: 0; }
.about-right-column-book-purchase h6 { margin-top: 0 !important; }
.about-right-column-book-purchase h6 a { color: #7286AD; text-decoration: none; }
.about-right-column-book-purchase h6 a:hover { color: #B2A269; }


/* NAVIX Staff Page */
.staff-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-staff-feature-bckgrnd-1540x625.jpg) no-repeat top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.staff-feature-container { padding: 7em 0 8em; text-align: center; }
.staff-feature-content h1 { font-weight: normal; color: #ffffff; font-size: 200%; margin: 0; }
.staff-modals-intro-container { text-align: center; padding: 0 15% 25px; }
.staff-modals-intro-container p { }
.staff-modals-intro-logo { }
.staff-modals-intro-logo img { max-height: 200px; width: auto !important; }
.staff-modals-intro-body-headline { }
.staff-modals-intro-body-headline h2 { color: #ffffff; letter-spacing: 1px; font-weight: 700; }
.staff-modals-intro-body-content { color: #ffffff; }
.staff-modals-intro-ncc-content-container { padding: 2% 5% 4%; }
.staff-modals-intro-ncc-content { color: #ffffff; text-align: left; }
.staff-modals-intro-ncc-content p { padding: 0; margin: 0; }
.staff-modals-intro-ncc-logo { }
.staff-modals-container { }
.staff-block-item-wrapper .staff-block-item { background-color: #ffffff; padding: 1.5em; width: 23%; float: left; margin: 1% 2% 1% 0; border-radius: 10px; }
.staff-block-item-wrapper .staff-block-item:nth-child(4n) { margin-right: 0; }
.staff-block-content { text-align: center; }
.staff-block-content h4 { color: #5B6978; font-weight: 700; margin: 1em auto; line-height: 1.125; font-size: 90%; } /* margin: 0.5em auto 1em */
.staff-block-content ul { list-style-type: none; padding: 0; font-size: 65%; }
.staff-block-content ul.non-certified h4 { margin: 0.75em auto 0; color: #7C9875; }
.staff-block-content ul.certified h4 { margin: 0.75em auto 0; color: #B2A269; }
.staff-block-content a.non-certified { display: block; background-color: #7C9875; color: #ffffff; padding: 0.5em 1em; font-size: 90%; }
.staff-block-content a.non-certified:hover { background-color: #5B6978; }
.staff-block-content a.certified { display: block; background-color: #B2A269; color: #ffffff; padding: 0.5em 1em; font-size: 90%; }
.staff-block-content a.certified:hover { background-color: #888B8D; }
.staff-block-content img { max-width: 100%; height: auto; border-radius: 10px; } /* max-width: 75% */
.staff-bio-modal { position: relative; background-color: #ffffff; padding: 50px; width: auto; max-width: 75%; margin: 25px auto; border: 5px solid #B2A269; overflow: hidden; }
.staff-bio-modal-left-column { float: left; width: 25%; margin-right: 5%; text-align: center; }
.staff-bio-modal-left-column img { max-width: 100%; height: auto; } /* max-width: 75% */
.staff-bio-modal-left-column ul { list-style-type: none; padding: 0; font-size: 70%; }
.staff-bio-modal-left-column ul.non-certified h4 { margin: 0.75em auto 0; color: #7C9875; }
.staff-bio-modal-left-column ul.certified h4 { margin: 0.75em auto 0; color: #B2A269; }
a.staff-bio-modal-contact.non-certified { display: block; background-color: #7C9875; color: #ffffff; padding: 0.5em 1em; font-size: 90%; margin: 1em auto 0.5em; }
a.staff-bio-modal-contact.non-certified:hover { background-color: #5B6978; }
a.staff-bio-modal-contact.certified { display: block; background-color: #B2A269; color: #ffffff; padding: 0.5em 1em; font-size: 90%; margin: 1em auto 0.5em; }
a.staff-bio-modal-contact.certified:hover { background-color: #888B8D; }
a.staff-bio-modal-download { display: block; background-color: #59595B; color: #ffffff; padding: 0.5em 1em; font-size: 90%; margin: 0.5em auto 1em; }
a.staff-bio-modal-download:hover { background-color: #5B6978; }
.staff-bio-modal-logo { margin-top: 25px; }
.staff-bio-modal-right-column { float: left; width: 70%; }
.staff-bio-modal-right-column h3 { margin-top: 0; margin-bottom: 0; color: #B2A269; }
.staff-bio-modal-right-column h4 { margin-top: 0; font-style: italic; font-weight: 400; font-size: 90%; }
.staff-bio-modal-right-column p, .staff-bio-modal-right-column ul { font-size: 80%; }
.staff-contact-form-modal { position: relative; background-color: #ffffff; padding: 50px; width: auto; max-width: 75%; margin: 25px auto; border: 5px solid #B2A269; overflow: hidden; }
.staff-contact-form-content { }
.staff-contact-form-content .hbspt-form form .hs-form-field > label { color: #5b6978; font-size: 80%; font-weight: 400; }
.staff-contact-form-content .hbspt-form form .hs-form-field > label span.hs-form-required { color: red; font-weight: 400; }
.staff-contact-form-content .hbspt-form form .hs-form-field input { margin-bottom: 0.5em; }
.staff-contact-form-content .hbspt-form form .hs-form-field input[type="text"], .staff-contact-form-content .hbspt-form form .hs-form-field input[type="email"], .staff-contact-form-content .hbspt-form form .hs-form-field input[type="tel"], .staff-contact-form-content .hbspt-form form .hs-form-field input[type="radio"], .staff-contact-form-content .hbspt-form form .hs-form-field textarea { color: #5b6978; font-size: 90%; border: 1px solid #5b6978; }
.staff-contact-form-content .hbspt-form form .hs-form-field select { color: #5b6978; font-size: 70%; border: 1px solid #5b6978; margin-bottom: 0.5em; }
.staff-contact-form-content .hbspt-form form .hs-form-field ul.inputs-list { font-size: 80%; color: #5B6978; margin: 0; }
.staff-contact-form-content .hbspt-form form .hs-form-field ul.inputs-list li { display: inline-block; margin-right: 1em; }
.staff-contact-form-content .hbspt-form form .hs-form-field ul.inputs-list li span { margin-left: 0.25em; }
.staff-contact-form-content .hbspt-form form .hs-form-field ul.hs-error-msgs { color: red; font-size: 70%; line-height: 1.25; margin: 0.25em 0; }
.staff-contact-form-content .hs_submit { text-align: right; }
.staff-contact-form-content .hs-button.primary.large { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: 2px solid #B2A269 !important; background: #B2A269 !important; color: #ffffff !important; font-size: 85%; letter-spacing: 1px; min-width: 250px; padding: 0.3em 0.9em 0.4em !important; margin-top: 2em; }
.staff-contact-form-content .hs-button.primary.large:hover { border-color: #888B8D !important; background-color: #888B8D !important; }
.staff-contact-form-disclaimer { color: #5b6978; font-size: 70%; font-weight: 400; text-align: right; margin-top: 0.75em; }
.staff-contact-form-content .submitted-message { text-align: center; font-size: 125%; padding-bottom: 5%; color: #5B6978; }
.staff-wave-body-content-container { padding: 3em 0 2em; }
.staff-intro-container { padding: 2em 9em 1em; }
.staff-intro-headline h1 { font-size: 185%; margin: 0; line-height: 1.25; }
.staff-intro-content p { margin-bottom: 0; }
.navix-staff-container { margin-top: 2em; }
.navix-staff-name { color: #5B6978; font-size: 125%; margin-bottom: 0.25em; }
.navix-staff-headshot { width: 35%; margin-right: 0.75em; float: left; }
.navix-staff-headshot img { width: 100%; height: auto; }
.navix-staff-content { width: 61%; float: left; }
.navix-staff-phone-number { color: #5B6978; font-size: 125%; margin: 0; }
.navix-staff-email-address, .navix-consultant-bio { margin: 1.5em 0; }
.navix-staff-email-address a { font-family: 'Cabin', sans-serif; font-weight: 400; border-radius: 12px !important; background: rgb(178, 162, 105); color: rgb(255, 255, 255); font-size: 85%; letter-spacing: 1px; padding: 0.375em 3.25em; text-decoration: none; }
.navix-staff-email-address a:hover, .navix-consultant-bio a:hover { background: rgb(136, 139, 141); }
.navix-staff-bio a { font-family: 'Cabin', sans-serif; font-weight: 400; border-radius: 12px !important; background: rgb(178, 162, 105); color: rgb(255, 255, 255); font-size: 85%; letter-spacing: 1px; padding: 0.375em 2.25em; text-decoration: none; }


/* NAVIX Consultants */
.consultants-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-consultants-feature-bckgrnd-1540x625.jpg) no-repeat top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.consultants-feature-container { padding: 7em 0 8em; text-align: center; }
.consultants-feature-content h1 { font-weight: normal; color: #ffffff; font-size: 200%; margin: 0; }
.consultants-modals-intro-container { text-align: center; }
.consultants-modals-intro-container p { padding: 0 20%; }
.consultants-modals-intro-logo { }
.consultants-modals-intro-logo img { max-height: 200px; width: auto !important; }
.consultants-modals-intro-body-headline { }
.consultants-modals-intro-body-headline h2 { color: #ffffff; letter-spacing: 1px; font-weight: 700; }
.consultants-modals-intro-body-content { color: #ffffff; }
.consultants-modals-intro-ncc-content-container { padding: 2% 5% 4%; }
.consultants-modals-intro-ncc-content { color: #ffffff; text-align: left; }
.consultants-modals-intro-ncc-content p { padding: 0; margin: 0; }
.consultants-modals-intro-ncc-logo { }
.consultants-modals-container { }
.consultant-block-item-wrapper .consultant-block-item { background-color: #ffffff; padding: 1.5em; width: 23%; float: left; margin: 1% 2% 1% 0; border-radius: 10px; }
.consultant-block-item-wrapper .consultant-block-item:nth-child(4n) { margin-right: 0; }
.consultant-block-content { text-align: center; }
.consultant-block-content h4 { color: #5B6978; font-weight: 700; margin: 0.5em auto 1em; line-height: 1.125; font-size: 90%; }
.consultant-block-content ul { list-style-type: none; padding: 0; font-size: 65%; }
.consultant-block-content ul.non-certified h4 { margin: 0.75em auto 0; color: #7C9875; }
.consultant-block-content ul.certified h4 { margin: 0.75em auto 0; color: #B2A269; }
.consultant-block-content a.non-certified { display: block; background-color: #7C9875; color: #ffffff; padding: 0.5em 1em; font-size: 90%; }
.consultant-block-content a.non-certified:hover { background-color: #5B6978; }
.consultant-block-content a.certified { display: block; background-color: #B2A269; color: #ffffff; padding: 0.5em 1em; font-size: 90%; }
.consultant-block-content a.certified:hover { background-color: #888B8D; }
.consultant-block-content img { max-width: 75%; height: auto; }
.consultant-bio-modal { position: relative; background-color: #ffffff; padding: 50px; width: auto; max-width: 75%; margin: 25px auto; border: 5px solid #B2A269; overflow: hidden; }
.consultant-bio-modal-left-column { float: left; width: 25%; margin-right: 5%; text-align: center; }
.consultant-bio-modal-left-column img { max-width: 75%; height: auto; }
.consultant-bio-modal-left-column ul { list-style-type: none; padding: 0; font-size: 70%; }
.consultant-bio-modal-left-column ul.non-certified h4 { margin: 0.75em auto 0; color: #7C9875; }
.consultant-bio-modal-left-column ul.certified h4 { margin: 0.75em auto 0; color: #B2A269; }
a.consultant-bio-modal-contact.non-certified { display: block; background-color: #7C9875; color: #ffffff; padding: 0.5em 1em; font-size: 90%; margin: 1em auto 0.5em; }
a.consultant-bio-modal-contact.non-certified:hover { background-color: #5B6978; }
a.consultant-bio-modal-contact.certified { display: block; background-color: #B2A269; color: #ffffff; padding: 0.5em 1em; font-size: 90%; margin: 1em auto 0.5em; }
a.consultant-bio-modal-contact.certified:hover { background-color: #888B8D; }
a.consultant-bio-modal-download { display: block; background-color: #59595B; color: #ffffff; padding: 0.5em 1em; font-size: 90%; margin: 0.5em auto 1em; }
a.consultant-bio-modal-download:hover { background-color: #5B6978; }
.consultant-bio-modal-logo { margin-top: 25px; }
.consultant-bio-modal-right-column { float: left; width: 70%; }
.consultant-bio-modal-right-column h3 { margin-top: 0; color: #B2A269; }
.consultant-bio-modal-right-column p, .consultant-bio-modal-right-column ul { font-size: 80%; }
.consultant-contact-form-modal { position: relative; background-color: #ffffff; padding: 50px; width: auto; max-width: 75%; margin: 25px auto; border: 5px solid #B2A269; overflow: hidden; }
.consultant-contact-form-content { }
.consultant-contact-form-content .hbspt-form form .hs-form-field > label { color: #5b6978; font-size: 80%; font-weight: 400; }
.consultant-contact-form-content .hbspt-form form .hs-form-field > label span.hs-form-required { color: red; font-weight: 400; }
.consultant-contact-form-content .hbspt-form form .hs-form-field input { margin-bottom: 0.5em; }
.consultant-contact-form-content .hbspt-form form .hs-form-field input[type="text"], .consultant-contact-form-content .hbspt-form form .hs-form-field input[type="email"], .consultant-contact-form-content .hbspt-form form .hs-form-field input[type="tel"], .consultant-contact-form-content .hbspt-form form .hs-form-field input[type="radio"], .consultant-contact-form-content .hbspt-form form .hs-form-field textarea { color: #5b6978; font-size: 90%; border: 1px solid #5b6978; }
.consultant-contact-form-content .hbspt-form form .hs-form-field select { color: #5b6978; font-size: 70%; border: 1px solid #5b6978; margin-bottom: 0.5em; }
.consultant-contact-form-content .hbspt-form form .hs-form-field ul.inputs-list { font-size: 80%; color: #5B6978; margin: 0; }
.consultant-contact-form-content .hbspt-form form .hs-form-field ul.inputs-list li { display: inline-block; margin-right: 1em; }
.consultant-contact-form-content .hbspt-form form .hs-form-field ul.inputs-list li span { margin-left: 0.25em; }
.consultant-contact-form-content .hbspt-form form .hs-form-field ul.hs-error-msgs { color: red; font-size: 70%; line-height: 1.25; margin: 0.25em 0; }
.consultant-contact-form-content .hs_submit { text-align: right; }
.consultant-contact-form-content .hs-button.primary.large { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: 2px solid #B2A269 !important; background: #B2A269 !important; color: #ffffff !important; font-size: 85%; letter-spacing: 1px; min-width: 250px; padding: 0.3em 0.9em 0.4em !important; margin-top: 2em; }
.consultant-contact-form-content .hs-button.primary.large:hover { border-color: #888B8D !important; background-color: #888B8D !important; }
.consultant-contact-form-disclaimer { color: #5b6978; font-size: 70%; font-weight: 400; text-align: right; margin-top: 0.75em; }
.consultant-contact-form-content .submitted-message { text-align: center; font-size: 125%; padding-bottom: 5%; color: #5B6978; }
.consultants-wave-body-content-container { padding: 3em 0 2em; }
.consultants-intro-container { padding: 2em 9em 1em; }
.consultants-intro-headline h1 { font-size: 185%; margin: 0; line-height: 1.25; }
.consultants-intro-content p { margin-bottom: 0; }
.navix-consultant-container { margin-top: 2em; }
.navix-consultant-name { color: #5B6978; font-size: 125%; margin-bottom: 0.25em; }
.navix-consultant-headshot { width: 35%; margin-right: 0.75em; float: left; }
.navix-consultant-headshot img { width: 100%; height: auto; }
.navix-consultant-content { width: 61%; float: left; }
.navix-consultant-phone-number { color: #5B6978; font-size: 125%; margin: 0; }
.navix-consultant-email-address, .navix-consultant-bio { margin: 1.5em 0; }
.navix-consultant-email-address a { font-family: 'Cabin', sans-serif; font-weight: 400; border-radius: 12px !important; background: rgb(178, 162, 105); color: rgb(255, 255, 255); font-size: 85%; letter-spacing: 1px; padding: 0.375em 3.25em; text-decoration: none; }
.navix-consultant-email-address a:hover, .navix-consultant-bio a:hover { background: rgb(136, 139, 141); }
.navix-consultant-bio a { font-family: 'Cabin', sans-serif; font-weight: 400; border-radius: 12px !important; background: rgb(178, 162, 105); color: rgb(255, 255, 255); font-size: 85%; letter-spacing: 1px; padding: 0.375em 2.25em; text-decoration: none; }


/* Speaker */
.speaker-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/live-speaking.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.speaker-feature-container { padding: 0.5em 0 3.5em; }
.speaker-feature-content h1 { color: #ffffff; font-weight: 400; font-size: 185%; margin-bottom: 0.25em; }
.speaker-feature-content ul { padding-left: 0; margin-top: 0; color: #B2A269; }
.speaker-feature-content li { list-style-type: none; padding: 0.3125em 0 0; margin: 0; line-height: 1.8; }
.speaker-feature-content ul ul { padding-left: 1.5em; }
.speaker-intro-left-column-content { }
.speaker-intro-left-column-content .body-cta-center a { min-width: 70%; }
.speaker-intro-right-column-content p { text-align: center; color: #5B6978; margin-left: 10%; margin-right: 10%; }


/* Webinar */
.presenters {font-size:85% !important; color:#333333; padding:10px;}
.presenters img {padding-right:15px !important;}
.webinar-info {font-size:85% !important; color:#333333; padding:10px;}
.webinar-countdown-container { display: block; overflow: hidden; height: 95px; }


/* Client Reviews */
.client-reviews-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-client-reviews-feature-bckgrnd-1540x625.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.client-reviews-feature-container { padding: 2em 0 8em; }
.client-reviews-feature-content h1 { color: #ffffff; font-weight: 400; font-size: 185%; margin-bottom: 0.25em; }
.speaker-content-container { padding: 0.5em 0 2em; }


/* Approach */
.approach-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-approach-feature-bckgrnd-1540x625.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.approach-feature-container { padding: 2em 0 8em; }
.approach-feature-content h1 { font-weight: 400; font-size: 185%!important; margin-bottom: 0.25em; line-height: 1.2em !important; }
.what-is-navix-container { padding: 1em 0; }
.exit-process-content-container { text-align: center; padding: 3em 0 4em; }
.exit-process-diagram-container { }
.exit-process-buttons-container { }
.exit-process-innie-button { font-family: 'Cabin', sans-serif; font-weight: 400; border-radius: 12px !important; border: 2px solid #A3C9D4; background: transparent; color: #A3C9D4; font-size: 80%; letter-spacing: 1px; padding: 0.375em 2.25em 0.5em; text-decoration: none; cursor: pointer; width: 24%; margin: 1em 0.6em 2em 0; float: left; }
.exit-process-innie-button:hover { background: #A3C9D4; color: #FFFFFF; }
.exit-process-innie-button.active { background: #A3C9D4; color: #ffffff; }
.exit-process-outie-button { font-family: 'Cabin', sans-serif; font-weight: 400; border-radius: 12px !important; border: 2px solid #C0CB9F; background: transparent; color: #C0CB9F; font-size: 80%; letter-spacing: 1px; padding: 0.375em 2.25em 0.5em; text-decoration: none; cursor: pointer; width: 24%; margin: 1em 0.6em 2em 0; float: left; }
.exit-process-outie-button:hover { background: #C0CB9F; color: #FFFFFF; }
.exit-process-outie-button.active { background: #C0CB9F; color: #FFFFFF; }
.exit-process-passer-button { font-family: 'Cabin', sans-serif; font-weight: 400; border-radius: 12px !important; border: 2px solid #B29DC0; background: transparent; color: #B29DC0; font-size: 80%; letter-spacing: 1px; padding: 0.375em 2.25em 0.5em; text-decoration: none; cursor: pointer; width: 24%; margin: 1em 0.6em 2em 0; float: left; }
.exit-process-passer-button:hover { background: #B29DC0; color: #FFFFFF; }
.exit-process-passer-button.active { background: #B29DC0; color: #FFFFFF; }
.exit-process-squeezer-button { font-family: 'Cabin', sans-serif; font-weight: 400; border-radius: 12px !important; border: 2px solid #E2C795; background: transparent; color: #E2C795; font-size: 80%; letter-spacing: 1px; padding: 0.375em 2.25em 0.5em; text-decoration: none; cursor: pointer; width: 24%; margin: 1em 0.6em 2em 0; float: left; }
.exit-process-squeezer-button:hover { background: #E2C795; color: #FFFFFF; }
.exit-process-squeezer-button.active { background: #E2C795; color: #FFFFFF; }
.exit-process-navix-map-button { font-family: 'Cabin', sans-serif; font-weight: 400; border-radius: 12px !important; border: 2px solid #717171; background: transparent; color: #717171; font-size: 85%; letter-spacing: 1px; padding: 0.375em 1.75em 0.5em; text-decoration: none; cursor: pointer; width: 26%; margin: 2.5em 0.6em 1.5em 0; float: left; }
.exit-process-navix-map-button:hover { background: #717171; color: #FFFFFF; }
.exit-process-diagram-content { margin-left: 0 !important; }
.exit-process-diagram { }
.exit-process-return-navix-map { }
.exit-process-diagram-download ul { list-style-type: none; padding: 0; margin: 2.125em 0 0; text-align: right; }
.exit-process-diagram-download li { background: url(//www.navixconsultants.com/hubfs/icons/download-map-pdf-icon-56x50.png) no-repeat right top; padding-right: 70px; padding-bottom:55px; }
.exit-process-diagram-download a { text-decoration: none; color: #5B6978; line-height: 2.25; }
.exit-process-diagram-download a:hover { color: #B2A269; }
#navix-map { }
#innie-process { display: none; }
#outie-process { display: none; }
#passer-process { display: none; }
#squeezer-process { display: none; }
.how-we-work-container { padding: 0 0 4em; }
.how-we-work-body-headline h2 { margin-top: 0.5em; color: #ffffff; }
.how-we-work-body-content { color: #ffffff; }
.how-we-work-body-content-right { color: #ffffff; }
.how-we-work-body-content-right p { text-align: center; }
.ready-to-discuss-container { padding: 0 7em 5em; }
.ready-to-discuss-body-headline h2 { margin-top: 0.5em; color: #ffffff; }
.ready-to-discuss-body-content h2 { color: #ffffff; line-height: 1.25; margin: 0.75em auto 1em; font-weight: 400; }
.what-we-do-container { }
.approach-benefits-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-approach-bwwu-bckgrnd-1540x625.jpg) no-repeat top 20px center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.approach-benefits-container { padding: 5em 0 4em; }
.approach-benefits-content { padding: 4em 0 1.5em; text-align: center; }
.approach-benefits-content h2 { font-weight: normal; color: #ffffff; font-size: 190%; margin: 0; }
.outcomes-container { padding: 0.5em 0 3em; }
.outcomes-body-headline { text-align: left; }
.outcomes-body-headline h3 { font-weight: 400; color: #7286AD; margin: 0.25em auto 0; }
.outcomes-body-content p { margin-top: 0.25em; }
.learn-more-about-approach-container { padding: 0.5em 0 1em; }
.learn-more-about-approach-body-headline h2 { color: #ffffff; font-weight: 400; }
.learn-more-about-approach-body-headline h3 { color: #ffffff; font-weight: 400; margin-bottom: 0; }
.learn-more-about-approach-body-content { color: #ffffff; }


/* Questions Owners Ask */
.questions-owners-ask-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-questions-owners-ask-feature-bckgrnd-1540x625.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.questions-owners-ask-feature-container { padding: 14em 0 2.5em; }
.questions-owners-ask-feature-headline h1 { font-weight: 400; font-size: 185%; margin-bottom: 0.25em; color: #ffffff; text-align: center; }
.questions-owners-ask-intro-container { padding: 2em 0; }
.ten-years-phenomenon-container { padding: 3em 0 4em; }
.best-exit-strategy-container { padding: 0 0 5em; }
.exit-strategy-types-body-content { text-align: center; }
.exit-strategy-types-body-content ul { color: #FFFFFF; }
.exit-strategy-types-body-content li { display: inline-block; list-style-type: none; padding: 0 0.75em 0 0.5em; border-right: 2px solid #ffffff; }
.exit-strategy-types-body-content li:last-child { border-right: none; }
.financial-freedom-container { padding: 0 0 2em; }
.common-barriers-container { padding: 3em 0 4em; }
.common-barriers-body-content h3 { color: #ffffff; font-weight: 400; margin-bottom: 0.25em; }
.common-barriers-body-content p { margin-top: 0; }
.common-barriers-body-cta { margin: 0.5em auto 0.75em; }
.desirable-business-container { padding: 1em 0 1em; }
.company-container { background-color: #7C9875; text-align: center; padding: 1em; }
.company-headline h2 { color: #ffffff; margin-top: 0; }
.company-headline h2:before { content: url(//www.navixconsultants.com/hubfs/icons/white-company-icon-50x56.png); padding-right: 0.5em; vertical-align: middle; }
.company-content ul { padding: 0; margin: 0; color: #ffffff; text-align: center;  }
.company-content li { list-style-type: none; margin: 0 3.5em; padding: 0.5em 0; border-bottom: 2px solid #B2A269; }
.company-content li:last-child { border-bottom: none; }


/* Become A NAVIX Consultant */
.become-consultant-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-become-consultant-feature-bckgrnd-1540x625.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.become-consultant-feature-container { padding: 10em 0 1em; }
.become-consultant-feature-headline h1 { font-weight: 400; font-size: 185%; margin-bottom: 0.25em; color: #ffffff; text-align: center; }
.become-consultant-feature-content { color: #ffffff; font-weight: 400; font-size: 150%; text-align: center; }
.become-consultant-feature-content p { margin-top: 0; }
.become-consultant-intro-container { padding: 1em 0; }
.become-consultant-intro-content { }
.our-candidates-container { padding: 2em 0 3em; }
.our-candidates-left-column-body-content { }
.our-candidates-left-column-body-content hr { border: 0; height: 3px; background: #B2A269; }
.our-candidates-right-column-body-content { color: #5B6978; }
.our-candidates-right-column-body-content p { text-align: center; }
.our-candidates-contact-button-cta { margin-top: 2em; }
.learn-about-becoming-consultant-container { padding: 0.5em 0 1em; }
.learn-about-becoming-consultant-body-headline h2 { color: #ffffff; font-weight: 400; }
.learn-about-becoming-consultant-body-headline h3 { color: #ffffff; font-weight: 400; margin-bottom: 0; }
.learn-about-becoming-consultant-body-content { color: #ffffff; }


/* Educational Video Series */
.educational-video-series-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-educational-video-series-feature-bckgrnd-1540x625.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.educational-video-series-feature-container { padding: 6.5em 0 3em; text-align: center; }
.educational-video-series-feature-content h1 { font-weight: normal; color: #ffffff; font-size: 200%; margin: 0; }
.educational-video-series-container { padding: 1em 0 3em; }
.educational-video-library-container .video-series-3-column-with-top-video-wrapper { padding-bottom: 1em; }
.hs_cos_wrapper_type_custom_widget:last-child .video-series-3-column-with-top-video-wrapper { padding-bottom: 0; }
.video-series-3-column:after { display: table; content: ""; clear: both; }
.video-series-3-column .video-series-column { width: 30.66666%; float: left; margin-right: 4%; }
.video-series-3-column .video-series-column:last-child { margin-right: 0; }
.video-series-3-column .video-series-column .wistia_responsive_padding { padding-bottom: 0 !important; }
.video-series-3-column .video-series-column .video-series-description ol { color: #5B6978; padding-left: 1em; margin-bottom: 0; }
.video-series-3-column .video-series-column .video-series-description p { margin: 0.5em 1em; }
.video-series-3-column .video-series-column .video-series-description a { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: none !important; background: rgb(178, 162, 105) !important; color: rgb(255, 255, 255) !important; font-size: 85%; letter-spacing: 1px; min-width: 250px; padding: 0.3em 0.9em 0.4em !important; margin-top: 0.5em; }
.video-series-3-column .video-series-column .video-series-description a:hover { background: rgb(136, 139, 141) !important; }
.evl-ready-to-discuss-container { padding: 0.5em 7em 1em; }


/* Resources */
.resources-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-resources-feature-bckgrnd-1540x625.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.resources-feature-container { padding: 6.5em 0 3em; text-align: center; }
.resources-feature-content h1 { font-weight: normal; color: #ffffff; font-size: 200%; margin: 0; }
.resources-articles-tools-container, .resources-white-papers-ebooks-container { padding: 0 0 2.5em; }
.resources-articles-tools-body-headline h2, .resources-white-papers-ebooks-body-headline h2 { }
.resources-articles-tools-body-content, .resources-white-papers-ebooks-body-content { padding: 0 8em; text-align: center; }
.resources-white-papers-ebooks-body-content p { font-size:80%; }
.resources-webinars-container { padding: 0 0 5em; }
.resources-webinars-body-headline h2 { color: #ffffff; }
.resources-webinars-body-content { color: #ffffff; padding: 0 8em; }
.resources-books-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/ungashick-books-backgrnd-1540x625.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.resources-books-container { padding: 3em 0 2em; }
.resources-books-headline-block { background-color: rgba(89,89,91,0.7); position: relative; left: 0; top: 3em; padding: 0.75em 3em; max-width: 33%; }
.resources-books-headline-container { }
.resources-books-body-headline { text-align: left; }
.resources-books-body-headline h2 { color: #ffffff; margin-top: 0; }
.resources-books-body-content { max-width: 66%; color: #ffffff; }
.resources-books-body-content hr { border: 0; height: 3px; background: #FFFFFF; }
.resources-offers-container { padding: 1.5em 0 4em; }

.resources-page-hero-wrapper { margin-bottom: 2em; }
.resources-tools-articles-block-item-wrapper>.resources-tools-articles-block-item { background-color: #ffffff; padding: 1.5em; width: 30%; float: left; margin: 1% 3% 3% 0; border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.resources-tools-articles-block-item-wrapper .resources-tools-articles-block-item:nth-child(3n) { margin-right: 0; }
.resources-tools-articles-block-content { text-align: center; }
.resources-tools-articles-block-content img.tools-articles-feature { margin: 0 auto 0.45em; width: 70%; height: auto; }
.resources-tools-articles-block-content a { display: block; background-color: #b69fc0; color: #ffffff; padding: 0.5em 1em; font-size: 90%; }
.resources-tools-articles-block-content a:hover { background-color: #5B6978; }
.resources-tools-articles-block-interior-content { min-height: 85px; }
.resources-tools-articles-block-content .resources-tools-articles-block-interior-content h4 { color: #5B6978; font-weight: 300; margin: 1em auto 0.5em; line-height: 1.125; font-size: 80%; }

.resources-ebooks-block-item-wrapper .resources-ebooks-block-item { background-color: #ffffff; padding: 1.5em; width: 30%; float: left; margin: 1% 4% 3% 0; border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.resources-ebooks-block-item-wrapper .resources-ebooks-block-item:nth-child(3n) { margin-right: 0; }
.resources-ebooks-block-content { text-align: center; }
.resources-ebooks-block-content img.ebooks-feature { margin: 1.25em auto; width: 90%; height: auto; }
.resources-ebooks-block-content a { display: block; background-color: #e6c99b; color: #ffffff; padding: 0.5em 1em; font-size: 90%; }
.resources-ebooks-block-content a:hover { background-color: #5B6978; }
.resources-ebooks-block-interior-content { min-height: 85px; }
.resources-ebooks-block-content .resources-ebooks-block-interior-content h4 { color: #5B6978; font-weight: 300; margin: 1em auto 0.5em; line-height: 1.125; font-size: 80%; }

.resources-white-papers-block-item-wrapper .resources-white-papers-block-item { background-color: #ffffff; padding: 1.5em; width: 30%; float: left; margin: 1% 4% 3% 0; border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.resources-white-papers-block-item-wrapper .resources-white-papers-block-item:nth-child(3n) { margin-right: 0; }
.resources-white-papers-block-content { text-align: center; }
.resources-white-papers-block-content img.white-papers-feature { margin: 0 auto 0.45em; width: 70%; height: auto; }
.resources-white-papers-block-content a { display: block; background-color: #e6c99b; color: #ffffff; padding: 0.5em 1em; font-size: 90%; }
.resources-white-papers-block-content a:hover { background-color: #5B6978; }
.resources-white-papers-block-interior-content { min-height: 85px; }
.resources-white-papers-block-content .resources-white-papers-block-interior-content h4 { color: #5B6978; font-weight: 300; margin: 1em auto 0.5em; line-height: 1.125; font-size: 80%; }

.resources-archived-webinars-block-item-wrapper .resources-archived-webinars-block-item { background-color: #ffffff; padding: 1.5em; width: 30%; float: left; margin: 1% 4% 3% 0; border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.resources-archived-webinars-block-item-wrapper .resources-archived-webinars-block-item:nth-child(3n) { margin-right: 0; }
.resources-archived-webinars-block-content { text-align: center; }
.resources-archived-webinars-block-content img.archived-webinar-icon { margin: 0 auto 1.3em; width: 70%; height: auto; }
.resources-archived-webinars-block-content a { display: block; background-color: #9ec8d4; color: #ffffff; padding: 0.5em 1.3em; font-size: 90%; }
.resources-archived-webinars-block-content a:hover { background-color: #5B6978; }
.resources-archived-webinars-block-content a.upcoming { display: block; background-color: #5B6978; color: #ffffff; padding: 0.5em 1em; font-size: 90%; }
.resources-archived-webinars-block-content a.upcoming:hover { background-color: #B2A269; }
.resources-archived-webinars-block-interior-content { min-height: 155px; }
.resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h4 { color: #5B6978; font-weight: 300; margin: 0 auto 0.5em; line-height: 1.125; font-size: 80%; }
.resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h4.upcoming { font-size: 90%; font-weight: 600; }
.resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h6 { color: #9ec8d4; font-weight: 400; font-size: 75%; margin: 0.75em auto 1em; }
.resources-archived-webinars-block-interior-content span.unknown-hide { xxxdisplay: none; }

.resources-educational-videos-block-item-wrapper .resources-educational-videos-block-item { background-color: #ffffff; padding: 1.5em; width: 30%; float: left; margin: 1% 4% 3% 0; border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.resources-educational-videos-block-item-wrapper .resources-educational-videos-block-item:nth-child(3n) { margin-right: 0; }
.resources-educational-videos-block-content { text-align: center; }
.resources-educational-videos-block-content img.educational-videos-feature { margin: 0 auto 0.9em; width: 90%; height: auto; }
.resources-educational-videos-block-content a { display: block; background-color: #c0cba2; color: #ffffff; padding: 0.5em 1em; font-size: 90%; }
.resources-educational-videos-block-content a:hover { background-color: #5B6978; }
.resources-educational-videos-block-interior-content { min-height: 125px; }
.resources-educational-videos-block-content .resources-educational-videos-block-interior-content h4 { color: #5B6978; font-weight: 300; margin: 1em auto 0.5em; line-height: 1.125; font-size: 80%; }
.resources-educational-videos-block-content .resources-educational-videos-block-interior-content h6 { color: #c0cba2; font-weight: 400; font-size: 75%; margin: 0.75em auto 1em; }

.resources-books-block-item-wrapper .resources-books-block-item { background-color: #ffffff; padding: 1.5em; width: 30%; float: left; margin: 1% 4% 3% 0; border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.resources-books-block-item-wrapper .resources-books-block-item:nth-child(3n) { margin-right: 0; }
.resources-books-block-content { text-align: center; }
.resources-books-block-image-wrapper { min-height: 260px; }
.resources-books-block-content img.books-feature { margin: 0 auto; width: 70%; height: auto; }
.resources-books-block-content a { display: block; background-color: #b69fc0; color: #ffffff; padding: 0.5em 1em; font-size: 90%; }
.resources-books-block-content a:hover { background-color: #5B6978; }
.resources-books-block-interior-content { min-height: 80px; }
.resources-books-block-content .resources-books-block-interior-content h4 { color: #5B6978; font-weight: 300; margin: 1em auto 0.5em; line-height: 1.125; font-size: 80%; }


/* Individual Question */
.question-title-container { padding: 1.25em 0 2em; }
.reason-body-content { text-align: center; }
.reason-resources-container { padding: 2em 0 4em; }
.resources-container .hs_cos_wrapper_type_cta { }
.resources-body-headline h2 { margin-bottom: 0.75em; }
.learn-more-resources-container { background-color: #5B6978; padding: 1em; min-height: xxx; overflow: hidden; margin-bottom: 0.5em; position: relative; }
.learn-more-resources-section-icon { float: left; width: 6%; margin-right: 1%; }
.learn-more-resources-section-icon img { height: auto; }
.learn-more-resouces-section-title { float: left; width: 15%; margin-right: 2%; color: #B2A269; text-transform: uppercase; letter-spacing: 1px; }
.learn-more-resources-section-content { float: left; width: 74%;}
.learn-more-resources-section-content a { color: #FFFFFF; text-decoration: none; }
.learn-more-resources-section-content a:hover { color: #B2A269; }
.learn-more-resources-section-content ul { padding-left: 1em; text-indent: -1.125em; color: #FFFFFF; margin-top: 0; margin-bottom: 0; list-style: none; line-height: 1.125; }
.learn-more-resources-section-content ul li:before { content: "\00BB \0020"; color: #FFFFFF; font-size: 105%; margin-right: 0.25em; line-height: 0.75; }
.learn-more-resources-section-content li { position: relative; margin-top: 0.75em; }
.learn-more-resources-section-content li:first-child { margin-top: 0; }
.learn-more-resources-section-content ul span { line-height: 1.125; }
.learn-more-resources-section-content li p { margin: 0; position: absolute; }
.learn-more-resources-section-content li span a { color: #FFFFFF; text-decoration: none; }
.learn-more-resources-section-content li span a:hover { color: #B2A269; }
.question-number-body-subheadline h3 { font-weight: 400; font-size: 100%; margin-bottom: 0; text-transform: uppercase; }
.question-title-body-headline h1 { margin-top: 0.25em; margin-bottom: 0; font-size: 200%; }
.additional-questions-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-additional-questions-bckgrnd-1540x625.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.additional-questions-container { padding: 4em 0 2.5em; text-align: center; width: 48% !important; }
.additional-questions-content h2 a { background-color: rgba(89,89,91,0.7); padding: 0.5em 0.75em; font-weight: normal; color: #ffffff; font-size: 100%; }
.additional-questions-content h2 a:hover { color: #ffffff; }
.question-offers-container { padding: 2em 0 4em; }


/* Books */
.books-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/ungashick-books-backgrnd-1540x625.jpg) no-repeat center 30%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.books-feature-container { text-align: center; padding: 5em 0 4em; }
.books-feature-content { height: 125px; }
.books-feature-content h1 { font-weight: normal; color: #ffffff; font-size: 200%; margin: 0; }
.book-description-body-content { }
.book-description-body-content h2 { margin-top: 0; line-height: 1.125; }
.books-right-column-purchase-container { }
.books-right-column-purchase-cover { text-align: center; }
.books-right-column-purchase-content { margin: 1em auto 0 !important; float: none !important; width: 75% !important; }
.books-right-column-purchase-content select { font-size: 80%; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 12px; border: 2px solid #272525; margin-top: 0.5em; }
.books-right-column-purchase-content label { position: relative; }
.books-right-column-purchase-content label:after { content: '<>'; font: 17px "Consolas", monospace; color: #272525; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); top: 7px; right: 11px; position: absolute; pointer-events: none; }
.books-right-column-purchase-content select::-ms-expand { display: none; }
.books-right-column-purchase-content form p { margin-bottom: 0; }
.books-right-column-purchase-content h6 { margin-top: 0 !important; }
.books-right-column-purchase-content h6 a { color: #7286AD; text-decoration: none; }
.books-right-column-purchase-content h6 a:hover { color: #B2A269; }
.dance-in-the-end-zone-container { padding: 1em 0 3em; }
.dance-in-the-end-zone-purchase-content form p { margin-bottom: 1.25em !important; }
.dance-in-the-end-zone-reviews-container { padding: 1em 0 2em; }
.dance-in-the-end-zone-reviews-body-headline { color: #FFFFFF; }
.dance-in-the-end-zone-reviews-body-headline h2 { margin-top: 0; }
.amazon-book-review-header { }
.amazon-book-review-content { color: #FFFFFF; }
.amazon-book-review-date-rating-content { color: #FFFFFF; }
.amazon-book-review-date-rating-content ul { padding-left: 0; font-size: 90%; }
.amazon-book-review-date-rating-content li { display: inline; list-style-type: none; padding: 0 1em; border-right: 2px solid #ffffff; }
.amazon-book-review-date-rating-content li:first-child { padding-left: 0; }
.amazon-book-review-date-rating-content li:last-child { padding-right: 0; border-right: none; }
.amazon-book-review-rating-content { color: #B2A269; }
.a-tale-of-two-owners-container { padding: 1em 0 3em; }
.a-tale-of-two-owners-reviews-container { padding: 1em 0 2em; }
.a-tale-of-two-owners-reviews-body-headline { color: #FFFFFF; }
.a-tale-of-two-owners-reviews-body-headline h2 { margin-top: 0; }
.book-review-header { }
.book-review-content { color: #FFFFFF; }
.book-review-author { color: #FFFFFF; font-size: 90%; }
.books-offers-container { padding: 4em 0; }


/* Modular & Reusable Components */
/* Ghost Box Styles */
.ghost-box { display: inline-block; background-color: rgba(0,0,0,0.5); padding: 0.875em 1.375em; text-align: center; }
.ghost-box .cta_button { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: 2px solid rgb(255, 255, 255) !important; background: transparent !important; color: rgb(255, 255, 255) !important; font-size: 85%; letter-spacing: 1px; min-width: 250px; padding: 0.3em 0.9em 0.4em !important; }
.ghost-box .cta_button:hover { border: 2px solid rgb(178, 162, 105) !important; color: rgb(178, 162, 105) !important; }
.books-ghost-box { position: absolute; left: 0; top: 3em; padding: 0.75em 3em; max-width: 45%; text-align: left; }


/* Wave Styling */
.top-white-wave-wrapper { display: inline-block; position: relative; width: 100%; vertical-align: middle; }
.top-white-wave-wrapper svg { display: inline-block; position: absolute; top: -1px; left: 0; }
.bottom-white-wave-wrapper { display: inline-block; position: relative; width: 100%; vertical-align: middle; }
.bottom-white-wave-wrapper svg { display: inline-block; position: absolute; bottom: -1px; left: 0; width: 100%;}
.top-gold-wave-wrapper { display: inline-block; position: relative; width: 100%; vertical-align: middle; }
.top-gold-wave-wrapper svg { display: inline-block; position: absolute; top: -1px; left: 0; }
.bottom-gold-wave-wrapper { display: inline-block; position: relative; width: 100%; vertical-align: middle; }
.bottom-gold-wave-wrapper svg { display: inline-block; position: absolute; bottom: -1px; left: 0; }
.top-blue-gray-wave-wrapper { display: inline-block; position: relative; width: 100%; vertical-align: middle; }
.top-blue-gray-wave-wrapper svg { display: inline-block; position: absolute; top: -1px; left: 0; }
.bottom-blue-gray-wave-wrapper { display: inline-block; position: relative; width: 100%; vertical-align: middle; }
.bottom-blue-gray-wave-wrapper svg { display: inline-block; position: absolute; bottom: -1px; left: 0; }
.top-green-wave-wrapper { display: inline-block; position: relative; width: 100%; vertical-align: middle; }
.top-green-wave-wrapper svg { display: inline-block; position: absolute; top: -1px; left: 0; }
.bottom-green-wave-wrapper { display: inline-block; position: relative; width: 100%; vertical-align: middle; }
.bottom-green-wave-wrapper svg { display: inline-block; position: absolute; bottom: -1px; left: 0; }
.z-index-adjustment { z-index: 9;}
.why-we-exist-wave-wrapper svg, .consultants-wave-wrapper svg, .why-navix-wave-wrapper svg { top: 27px; }
.our-founder-wave-wrapper svg, .rdys-wave-wrapper svg { bottom: 27px; }
.resources-bottom-gold-wave-wrapper { margin-top: 5em; }


/* Background Styling */
.top-shadow { -webkit-box-shadow:inset 0px 10px 5px -5px rgba(39,37,37,0.6); -moz-box-shadow:inset 0px 10px 5px -5px rgba(39,37,37,0.6); box-shadow:inset 0px 10px 5px -5px rgba(39,37,37,0.6); }
.icon-white-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-icon-bckgrnd-319x350-10pct.png) no-repeat center center; background-color: #ffffff; background-size: 319px 350px; }
.white-bckgrnd-wrapper { background-color: #FFFFFF; }
.blue-gray-bckgrnd-wrapper { background-color: #5B6978; }
.gold-bckgrnd-wrapper { background-color: #B2A269; }
.green-bckgrnd-wrapper { background-color: #7C9875; }


/* Dropdown Button Styling */
.feature-dropdown-wrapper { margin: 2em auto; }
.feature-dropbtn { background-color: rgba(255,255,255,0.8); color: #717171; padding: 12px 24px; font-size: 90%; text-align: left; width: 100%; border: 4px solid #717171; cursor: pointer; border-radius: 12px; }
.feature-dropbtn:after { float: right; content: ""; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 20px solid #717171; position: absolute; top: 20px; right: 20px; }
.feature-dropdown { position: relative; display: inline-block; width: 100%; }
.feature-dropdown-content { display: none; position: absolute; background-color: rgba(255,255,255,1); box-shadow: 0px 8px 8px 0px rgba(39,37,37,0.2); width: 100%; z-index: 2147483647; text-align: left; font-size: 68%; border-radius: 12px; }
.feature-dropdown-content a { color: #717171; padding: 8px 24px; text-decoration: none; display: block; }
.feature-dropdown-content a:hover { background-color: rgba(178,162,105,0.1); color: #B2A269; border-radius: 12px; }
.feature-dropdown:hover .feature-dropdown-content { display: block; }
.feature-dropdown:hover .feature-dropbtn { background-color: rgba(178,162,105,0.8); color: #FFFFFF; border-color: #B2A269; }
.feature-dropdown:hover .feature-dropbtn:after { border-top: 20px solid #FFFFFF; }


/* Review Styling */
.reviews-container { width: 80% !important; float: none !important; margin: 0 auto !important; }
.review-content-container { text-align: center; margin: 2em auto 1em; }
.review-header { }
.review-content { }
.review-author { color: #5B6978; font-size: 90%; }


/* What We Do Styling */
.what-we-do-container { width: 80% !important; float: none !important; margin: 0 auto !important; }
.what-we-do-content-container { text-align: center; margin: 1em auto 0; }
.what-we-do-header { }
.what-we-do-content { font-size: 115%; }


/* Accordion */
.accordion {}
.accordion_group { margin-bottom: 2px; background: #f0f0f0; padding: 5px 10px; }
.accordion_header { cursor: pointer; font-size: 18px; line-height: 16px; width: 100%; padding: 10px 15px; }
.accordion_icon { color: #34495e; padding-right: 16px; background-color: #34495e; margin-right: 10px; font-size: 14px; border-radius: 3px; }
.accordion_content { padding: 10px 15px; display: none; }
.accordion_group .accordion_icon { position: relative; }
.accordion_group .accordion_icon::before, .accordion_group .accordion_icon::after { content: ''; display: block; position: absolute; top: 50%; right: 3px; width: 10px; height: 2px; margin-top: -1px; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: all .25s; transition: all .25s; background-color: #f0f0f0; }
.accordion_group.expanded .accordion_icon::before { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 0; }
.accordion_group .accordion_icon::before { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 1; }
.accordion_group .accordion_icon::after { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
.accordion_group.expanded .accordion_icon::after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.resources-articles-tools-accordion-container .accordion_group { background: transparent; }
.resources-articles-tools-accordion-container .accordion_header { background-color: #7C9875; color: #ffffff; font-size: 100%;}
.resources-articles-tools-accordion-container .accordion_header.presentation_accordion_header { background-color: #5B6978; color: #ffffff; font-size: 100%;}
.resources-articles-tools-accordion-container .accordion_icon { color: #ffffff; background-color: transparent; border-radius: 0; }
.resources-articles-tools-accordion-container .accordion_icon::before, .resources-articles-tools-accordion-container .accordion_icon::after { right: 3px; width: 15px; height: 5px; margin-top: -5px; background-color: #ffffff; }
.resources-articles-tools-accordion-container .accordion_content { background-color: #ffffff; padding: 0.5em; min-height: xxx; overflow: hidden; padding-top: 14px !important; }
.resources-articles-tools-accordion-container .accordion_content a { text-decoration: none; color: #7C9875; }
.resources-articles-tools-accordion-container .accordion_content a:hover { color: #272525; }
.resources-articles-tools-accordion-container .accordion_content .accordion-content-left-column { float: left; width: 69%; margin-right: 4%; font-size:88%; }
.resources-articles-tools-accordion-container .accordion_content .accordion-content-left-column.presentation-content-left-column { float: left; width: 50%; margin-right: 4% }
.resources-articles-tools-accordion-container .accordion_content .accordion-content-left-column img.aclc-left { float: left; margin: 0 1.25em 1.25em 0; }
.resources-articles-tools-accordion-container .accordion_content .accordion-content-left-column p { margin-top: 0; overflow: hidden; }
.resources-articles-tools-accordion-container .accordion_content .accordion-content-left-column-cs { float: left; width: 100%; }
.resources-articles-tools-accordion-container .accordion_content .accordion-content-left-column-cs p { margin-top: 0; }
.case-studies { font-size:.76em !important;}
.resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column { float: left; width: 27%; }
.resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column.presentation-content-right-column { float: left; width: 46%; }
.resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column p { margin-top: 0; }
.resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-icon { float: left; text-align: left; width: 26%; padding-top: 0.25em; }
.resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-icon img { max-width: 75px; height: auto; }
.resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-content { float: left; width: 60%; font-size: 80%; line-height: 1.25; }
.resources-webinars-accordion-container .accordion_group { background: transparent; }
.resources-webinars-accordion-container .accordion_header { background-color: #B2A269; color: #ffffff; font-size: 100%; padding: 0.5em; }
.resources-webinars-accordion-container .accordion_icon { color: #ffffff; background-color: transparent; border-radius: 0; }
.resources-webinars-accordion-container .accordion_icon::before, .resources-webinars-accordion-container .accordion_icon::after { right: 3px; width: 15px; height: 5px; margin-top: -5px; background-color: #ffffff; }
.resources-webinars-accordion-container .accordion_content { background-color: #transparent; padding: 0.5em; min-height: xxx; overflow: hidden; font-size: 85%; }
.resources-webinars-accordion-container .accordion_content a { text-decoration: none; color: #FFFFFF; }
.resources-webinars-accordion-container .accordion_content a:hover { color: #B2A269; }
.resources-webinars-accordion-container .accordion_content h3 { color: #ffffff; font-weight: 400; margin-bottom: 0; }
.resources-webinars-accordion-container .accordion_content .accordion-content-left-column { float: left; width: 38.667%; margin-right: 4% }
.resources-webinars-accordion-container .accordion_content .accordion-content-left-column .wistia_embed img { width: 100% !important; height: auto !important; left: 0 !important; }
.resources-webinars-accordion-container .accordion_content .accordion-content-center-column { float: left; width: 24.667%; margin-right: 4% }
.resources-webinars-accordion-container .accordion_content .accordion-content-center-column ul { padding-left: 1em; text-indent: -1.125em; color: #ffffff; margin-top: 0.375em; list-style: none; line-height: 1.25; }
.resources-webinars-accordion-container .accordion_content .accordion-content-center-column ul li:before { content: "\00BB \0020"; color: #B2A269; font-size: 105%; margin-right: 0.25em; }
.resources-webinars-accordion-container .accordion_content .accordion-content-center-column li { position: relative; padding-bottom: 0.5em; }
.resources-webinars-accordion-container .accordion_content .accordion-content-center-column ul span { line-height: 1.125; }
.resources-webinars-accordion-container .accordion_content .accordion-content-center-column li p { margin: 0; position: absolute; }
.resources-webinars-accordion-container .accordion_content .accordion-content-center-column li span a { color: #FFFFFF; text-decoration: none; }
.resources-webinars-accordion-container .accordion_content .accordion-content-center-column li span a:hover { color: #B2A269; }
.resources-webinars-accordion-container .accordion_content .accordion-content-right-column { float: left; width: 28.667%; }
.resources-webinars-accordion-container .accordion_content .accordion-content-right-column ul { padding-left: 1em; text-indent: -1.125em; color: #ffffff; margin-top: 0.375em; list-style: none; line-height: 1.25; }
.resources-webinars-accordion-container .accordion_content .accordion-content-right-column ul li:before { content: "\00BB \0020"; color: #B2A269; font-size: 105%; margin-right: 0.25em; }
.resources-webinars-accordion-container .accordion_content .accordion-content-right-column li { position: relative; padding-bottom: 0.5em; }
.resources-webinars-accordion-container .accordion_content .accordion-content-right-column ul span { line-height: 1.125; }
.resources-webinars-accordion-container .accordion_content .accordion-content-right-column li p { margin: 0; position: absolute; }
.resources-webinars-accordion-container .accordion_content .accordion-content-right-column li span a { color: #FFFFFF; text-decoration: none; }
.resources-webinars-accordion-container .accordion_content .accordion-content-right-column li span a:hover { color: #B2A269; }


/* ARCHIVED WEBINARS STYLES */
.upcoming-webinars-block-item-wrapper { background-color:#e2e3e7; }
.archived-webinars-block-item-wrapper .archived-webinars-block-item { background-color: #ffffff; padding: 1.5em; width: 23%; float: left; margin: 1% 2% 1% 0; border-radius: 10px; }
.archived-webinars-block-item-wrapper .archived-webinars-block-item:nth-child(4n) { margin-right: 0; }
.archived-webinars-block-content { text-align: center; }
.archived-webinars-block-content h4 { color: #7C9875; font-weight: 700; margin: 0.25em auto 1em; line-height: 1.125; font-size: 75%; min-height: 80px; }
.archived-webinars-block-content h5 { color: #5B6978; text-transform: uppercase; font-weight: 700; margin: 0 auto 0.25em; font-size: 60%; }
.archived-webinars-block-content h6 { color: #5B6978; font-weight: 400; text-transform: uppercase; font-size: 45%; margin: 1.125em auto 1.25em; }
.archived-webinars-block-content a { display: block; background-color: #7C9875; color: #ffffff; padding: 0.5em 1em; font-size: 90%; }
.archived-webinars-block-content a:hover { background-color: #5B6978; }
.archived-webinars-block-content img.upcoming-webinar-laptop { margin: 0.55em auto 0.45em; width: 90%; height: auto; }
.archived-webinars-block-content a.upcoming { display: block; background-color: #B2A269; color: #ffffff; padding: 0.5em 1em; font-size: 90%; }
.archived-webinars-block-content a.upcoming:hover { background-color: #888B8D; }
.archived-webinars-multi-headshot-container { }
.archived-webinars-headshot-left { text-align: center; width: 50%; float: left; }
.archived-webinars-headshot-right { text-align: center; width: 50%; float: left; }
.archived-webinars-feature-container { max-width: 70% !important; margin: 0 auto !important; float: none !important; }
.archived-webinars-feature-content { }
.archived-webinars-body-headline { padding-bottom:65px; margin-top:-15px; }
.archived-webinars-body-headline h2 { color: #ABBC91; font-size: 210%; line-height: 1.125; }
.archived-webinars-body-headline h3 { color: #888B8D; font-weight: 400; margin-top: 10px; font-size: 165%; line-height: 1.125; }
.archived-webinars-body-content { padding: 0 15px; margin-bottom: 25px; }
.archived-webinars-body-content ul { padding-left: 1em; }
.archived-webinars-body-content li { padding-bottom: 0.5em; }
.archived-webinars-body-content li:last-child { padding-bottom: 0; }
.archived-webinars-body-content ul.lp-content-body-content-access { list-style-type: none; padding: 0; margin: 1.5em 0 0; font-weight: 700; font-size: 100%; }
.archived-webinars-body-content ul.lp-content-body-content-access li { background: url(//www.navixconsultants.com/hubfs/icons/down-arrow.png) no-repeat left center; height: 35px; padding-left: 50px; line-height: 1.5; }
.archived-on-demand-webinar-container { margin-bottom: 50px; }
.archived-on-demand-webinar-resources-container { padding:16px 22px; background: rgba(91,105,120, 1); -webkit-border-bottom-right-radius: 20px; -moz-border-radius-bottomright: 20px; border-bottom-right-radius: 20px; }
.archived-on-demand-webinar-resources-content { font-size: 92%; margin: 0 !important; }
.archived-on-demand-webinar-resources-content h3 { margin-top: 0; margin-bottom: 20px; color: #ffffff !important; }
.archived-on-demand-webinar-resources-content strong { color: #B2A269; }
.archived-on-demand-webinar-resources-content ul { padding-left: 1em; text-indent: -1.125em; margin-top: 0.375em; list-style: none; line-height: 1.25; }
.archived-on-demand-webinar-resources-content ul li:before { content: "\00BB \0020"; color: #B2A269; font-size: 105%; margin-right: 0.25em; }
.archived-on-demand-webinar-resources-content ul li { position: relative; padding-bottom: 0.5em; }
.archived-on-demand-webinar-resources-content ul li p { margin: 0; position: absolute; }
.archived-on-demand-webinar-resources-content ul li a { text-decoration: none; color: #ffffff !important; }
.archived-on-demand-webinar-resources-content ul li a:hover { color: #B2A269 !important; }


/* TICKER STYLES */
.ticker-wrapper { position: relative; top: 0; overflow: hidden; }
.ticker-wrapper marquee { font-size: 80%; color: #717171; }
.ticker-wrapper marquee a { font-weight: 700; letter-spacing: 1px; }
.ticker-wrapper-hide { display: none !important; } /* REMOVE xxx to hide */


/* ERROR PAGE STYLES */
.error-page-wrapper { }
.error-page-container { margin: 2em auto 3em !important; }
.error-page-content { }
.error-page-body-headline h1 { font-weight: 700; text-align: left; margin-bottom: 0; }
.error-page-body-content { }
.error-page-body-content h2 { font-weight: 400; margin-bottom: 0; color: #7286AD; margin-top: 0.5em; }
.error-page-body-content #submitbutton.hs-button.primary { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: none !important; background: rgb(178, 162, 105) !important; color: rgb(255, 255, 255) !important; font-size: 85%; letter-spacing: 1px; padding: 0.3em 0.9em 0.4em !important; margin-top: 1em; min-width: 250px; }
.error-page-body-content #submitbutton.hs-button.primary:hover { background: rgb(136, 139, 141) !important; }


/* LANDING PAGE STYLES */
.labels label { color:#ffffff !important; }
.labels .hs-button.large.primary { margin-top:50px; !important; }
.workshop-feature-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/additional-resources-1.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.nasf-feature-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/grand-hyatt-kauai-resort-and-spa-feature.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.lp-feature-wrapper  { background: url(//www.navixconsultants.com/hubfs/backgrounds/content-resources-background.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.lp2-feature-wrapper  { background: url(//www.navixconsultants.com/hubfs/backgrounds/content-resources-background2.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.fortyfive-feature-wrapper  { background: url(//www.navixconsultants.com/hubfs/45-minute-assessment-1.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }   
.webinar-feature-wrapper  { background: url(//www.navixconsultants.com/hubfs/backgrounds/webinar-background.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; }
.lp-feature-container { padding: 6.5em 0 3em; text-align: center; }
.lp-feature-content h1 { font-weight: normal; color: #888c8e; font-size: 200%; margin-top: -25px !important; font-weight: 700; padding-bottom: 29px !important;} 
.lp-45-consult-main-content-wrapper { }
.lp-content-container { padding: 1em 0 3em; }
.lp-45-consult-main-content-container { position: relative; }
.lp-45-consult-main-content-left-column { position: relative; }
.lp-content-left-column-body-content { }
.lp-45-consult-main-content-right-column { position: absolute; top: -9em; right: 0; }
.lp-content-right-column-body-headline { text-align: left; color: #abbc91 !important; line-height: 1.125; font-size: 95%; }
.lp-content-right-column-body-content { line-height: 1.25; font-size: 85%;}
.lp-content-right-column-body-content ul { padding-left: 1em; }
.lp-content-right-column-body-content li { padding-bottom: 0.5em; }
.lp-content-right-column-body-content li:last-child { padding-bottom: 0; }
.lp-content-right-column-body-content ul.lp-content-body-content-access { list-style-type: none; padding: 0; margin: 1.5em 0 0; font-weight: 700; font-size: 100%; }
.lp-content-right-column-body-content ul.lp-content-body-content-access li { background: url(//www.navixconsultants.com/hubfs/icons/down-arrow.png) no-repeat left center; height: 35px; padding-left: 50px; line-height: 1.5; }
.lp-form-wrapper { }
.lp-form-container { padding: 2em 8em 3em; }
.lp-form-body-headline h2 { color: #ffffff; margin-top: 0; }
.lp-form-body-content { color: #ffffff; }
.lp-form { }
.lp-form h2 {color:#abbc91; letter-spacing: 1px; line-height: 1.25; }
.lp-form p {color:#ffffff !important; } 
.lp-form .hs_cos_wrapper_type_form .hs-form-field > label { color: #FFFFFF; font-size: 80%; font-weight: 400; }
.lp-form .hs_cos_wrapper_type_form .hs-form-field > label span.hs-form-required { color: red; font-weight: 400; }
.lp-form .hs_cos_wrapper_type_form input { margin-bottom: 0.5em; font-size:70%; color:#5B697A; }
.lp-form .hs_cos_wrapper_type_form input[type="text"], .lp-form .hs_cos_wrapper_type_form input[type="email"], .lp-form .hs_cos_wrapper_type_form input[type="radio"], .lp-form .hs_cos_wrapper_type_form textarea, .lp-form .hs_cos_wrapper_type_form input[type="tel"] { color: #5b6978; font-size: 70%; border: 1px solid #5b6978; }
.lp-form .hs_cos_wrapper_type_form select { color: #5b6978; font-size: 70%; border: 1px solid #5b6978; margin-bottom: 0.5em; }
.lp-form form.hs-form .hs-form-field ul.inputs-list { font-size: 80%; color: #5B6978; margin: 0; }
.lp-form form.hs-form .hs-form-field ul.inputs-list li { display: inline-block; margin-right: 1em; }
.lp-form form.hs-form .hs-form-field ul.inputs-list li span { margin-left: 0.25em; }
.lp-form form.hs-form .hs_error_rollup ul.hs-error-msgs, .lp-form form.hs-form .hs-form-field ul.hs-error-msgs { color: #b19f6a; font-size: 70%; line-height: 1.25; margin: 0.25em 0; } /*red*/
.lp-form .hs_submit { text-align: right; }
.lp-form .hs-button.primary.large { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: 2px solid rgb(178, 162, 105) !important; background: transparent !important; color: rgb(178, 162, 105) !important; font-size: 85%; letter-spacing: 1px; min-width: 250px; padding: 0.3em 0.9em 0.4em !important; margin-top: 2em; }
.lp-form .hs-button.primary.large:hover { border: 2px solid rgb(255, 255, 255) !important; color: rgb(255, 255, 255) !important; }
.lp-form-disclaimer { color: #ffffff; font-size: 70%; font-weight: 400; text-align: right; margin-top: 0.5em; }
.lp-form-requirement { color: #b5a36e; font-size: 70%; font-weight: 400; font-style: italic; }
.hs_cos_wrapper_type_form textarea { font-size:70%; color:#5B697A !important; }
.lp-form .hs_cos_wrapper_type_form .hs-form-field > label span.hs-form-required { color: #b5a36e !important; }
.lp-form2 .hs-button.primary.large { font-family: 'Cabin',! sans-serif important; font-weight: 400 !important; border-radius: 6px !important; background: #5aaf75 !important; font-size: 90%; min-width: 200px; padding: 26px; color: #ffffff !important; margin: 20px 0px !important; }
.lp-form2-wrapper {  }
.lp-form2-container { padding: 2em 8em 3em; }
.lp-form2-body-headline h2 { color: #ffffff; margin-top: 0; }
.lp-form2-body-content { color: #ffffff; }
.lp-form2 { }
.lp-form2 h2 {color:#abbc91; letter-spacing: 1px; line-height: 1.25; }
.lp-form2 p {color:#ffffff !important; } 
.lp-form2 .hs_cos_wrapper_type_form .hs-form-field > label { color: #333333; font-size: 80%; font-weight: 400; }
.lp-form2 .hs_cos_wrapper_type_form .hs-form-field > label span.hs-form-required { color: red; font-weight: 400; }
.lp-form2 .hs_cos_wrapper_type_form input { margin-bottom: 0.5em; font-size:70%; color:#5B697A; }
.lp-form2 .hs_cos_wrapper_type_form input[type="text"], .lp-form2 .hs_cos_wrapper_type_form input[type="email"], .lp-form2 .hs_cos_wrapper_type_form input[type="radio"], .lp-form2 .hs_cos_wrapper_type_form textarea, .lp-form2 .hs_cos_wrapper_type_form input[type="tel"] { color: #5b6978; font-size: 70%; border: 1px solid #5b6978; }
.lp-form2 .hs_cos_wrapper_type_form select { color: #5b6978; font-size: 70%; border: 1px solid #5b6978; margin-bottom: 0.5em; }
.lp-form2 form.hs-form .hs-form-field ul.inputs-list { font-size: 80%; color: #5B6978; margin: 0; }
.lp-form2 form.hs-form .hs-form-field ul.inputs-list li { display: inline-block; margin-right: 1em; }
.lp-form2 form.hs-form .hs-form-field ul.inputs-list li span { margin-left: 0.25em; }
.lp-form2 form.hs-form .hs-form-field ul.hs-error-msgs { color: red; font-size: 70%; line-height: 1.25; margin: 0.25em 0; }
.lp-form2 .hs_submit { text-align: right; }
.lp-form2 .hs-button.primary.large { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 6px !important; background: #5aaf75 !important; font-size: 90%; min-width: 200px; padding:20px; color: #ffffff !important; margin:20px 0px !important; }
.lp-form2 .hs-button.primary.large:hover { color: #ffffff !important; background: #4c9664 !important; }
.lp-form2-disclaimer { color: #ffffff; font-size: 70%; font-weight: 400; text-align: right; margin-top: 0.5em; }
.lp-form2-requirement { color: #b5a36e !important; font-size: 70%; font-weight: 400; font-style: italic; }
.lp-form2 .hs_cos_wrapper_type_form .hs-form-field > label span.hs-form-required { color: #b5a36e; }
.lp-webinar-resources strong { color: #B2A269; }
.lp-webinar-resources ul { padding-left: 1em; text-indent: -1.125em; margin-top: 0.375em; list-style: none; line-height: 1.25; }
.lp-webinar-resources ul li:before { content: "\00BB \0020"; color: #B2A269; font-size: 105%; margin-right: 0.25em; }
.lp-webinar-resources ul li { position: relative; padding-bottom: 0.5em; }
.lp-webinar-resources ul li p { margin: 0; position: absolute; }
.lp-webinar-resources ul li a { text-decoration: none; color: #ffffff !important; }
.lp-webinar-resources ul li a:hover { color: #B2A269 !important; }


/* FOOTER */
.footer-container-wrapper { background-color: #5B6978; padding: 0; }
.footer-container {}
.footer-wave-wrapper { display: inline-block; position: relative; width: 100%; vertical-align: middle; }
.footer-wave-wrapper svg { display: inline-block; position: absolute; bottom: -1px; left: 0; width: 100%; }
.footer-wrapper { padding: 0.5em 0 2em; background-color: #5B6978; }
.footer-left-column-content { }
.footer-left-column-content .footer-contact-content { }
.footer-left-column-content .footer-contact-content ul { font-size: 80%; color: #ffffff; padding-left: 0; }
.footer-left-column-content .footer-contact-content li { display: inline; list-style-type: none; padding-right: 35px; }
.footer-left-column-content .footer-contact-content li a { color: #ffffff; text-decoration: none; }
.footer-left-column-content .footer-contact-content li a:hover { color: #B2A269; }
.footer-left-column-content .footer-contact-content li a[href^="tel:"] { color: #ffffff; text-decoration: none; }
.footer-left-column-content .footer-contact-content li a[href^="tel:"]:hover { color: #B2A269; }
.footer-left-column-content .footer-contact-content li:last-child { padding-right: 0; }
.footer-left-column-content .footer-tagline-content { text-transform: uppercase; color: #ffffff; opacity: 0.6; letter-spacing: 1px; margin-top: 45px; }
.footer-right-column-content { }
.footer-right-column-content .footer-social-media-content { text-align: right; }
.footer-right-column-content .footer-social-media-content li { display: inline; list-style-type: none; padding-right: 20px; }
.footer-right-column-content .footer-social-media-content li:last-child { padding-right: 0; }
.footer-right-column-content .footer-logo { text-align: right; }
.footer-contact-content { }
.footer-contact-content ul { text-align: left; font-size: 87% !important; }
.footer-contact-content ul li { display: inline; list-style-type: none; padding-right: 20px; }
.footer-contact-content ul li i { color: #FFFFFF; padding-right: 0.5em; }
.footer-contact-content ul li a { color: #FFFFFF; }
.footer-contact-content ul li a:hover { color: #B2A269; text-decoration: none; }
.footer-contact-content ul li:last-child { padding-right: 0; }


/* 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:; font-size: 18px; }
.custom-menu-primary .hs-menu-wrapper > ul > li{ background:; }
.custom-menu-primary .hs-menu-wrapper > ul > li > a{ color:#717171; }
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{ color:#B2A269; border-bottom: 4px solid #B2A269; padding: 10px 20px 6px; }
.custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a { color:#B2A269; border-bottom: 4px solid #B2A269; padding: 10px 20px 6px; }


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul { background-color: rgba(255,255,255,0.8); font-size: 90%; }
.custom-menu-primary .hs-menu-wrapper > ul ul li{ background:; }
.custom-menu-primary .hs-menu-wrapper > ul ul li a{ color:#717171; padding: 10px 20px 12px; }
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{ color:#B2A269; }


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


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:769px) { .custom-menu-primary .hs-menu-wrapper { display:block !important; } }


/* Mobile Menu - HubSpot Standard Toggle Menu */
.mobile-open { }
.mobile-trigger, .child-trigger{ display: none; /* Hide button on Desktop */ }

@media (max-width: 768px){
/* Variables */
   /* Set Mobile Menu Background Color */
      /* Set Link Color */
 /* Set Link Hover Color */

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

	
/* Toggle Button */
.mobile-trigger { display: inline-block !important; cursor: pointer; position: absolute; top: 0px; right: 10px; width: auto; height: auto; padding: 7px 10px 8px 10px; background: #ffffff; border: 1px solid #000000; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; color: #000000; }
.mobile-trigger:hover { text-decoration: none; color:#ffffff; background-color: #000000; border-color: transparent; }


/* Change button when menu is open */
.mobile-open .mobile-trigger { color:#ffffff; background-color: #000000; 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: 22px; height: 2px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; background-color: #000000; display: inline-block; }
.mobile-trigger i:before { top: -6px; }
.mobile-trigger i:after { top: 6px; }
.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after { background-color: #ffffff; }


/* Child Toggle Button */
.child-trigger { display: block !important; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 55px !important; min-width: 55px !important; height: 45px !important; padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20); }
.child-trigger:hover { text-decoration: none; }
.child-trigger i { position: relative; top: 50%; margin: 0 auto !important; }
.child-trigger i:after { position: absolute; content: ''; }
.child-trigger i, .child-trigger i:after { width: 10px; height: 1px; background-color:#ffffff; 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); }
 

/* Menu Styles on Mobile Devices */   
.custom-menu-primary.js-enabled { position: relative; padding-top: 44px; 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; left: 0; padding: 0; }
.custom-menu-primary .hs-menu-wrapper { background-color:#000000;  width: 100%; }

	
/* Level 1 Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul > li { position: relative; }
.custom-menu-primary .hs-menu-wrapper > ul > li a { font-size: 18px; line-height: 1.5; overflow: visible; }

	
/* Level 1 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul li { border-top: 1px dotted rgba(255, 255, 255, .35); }
.custom-menu-primary .hs-menu-wrapper >  ul li a { padding: 0 10px; color:#ffffff; }
.custom-menu-primary .hs-menu-wrapper > ul li a:hover { color:#ffffff; }

	
/* Level 2 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul li { background-color: rgba(255, 255, 255, .08); }
.custom-menu-primary .hs-menu-wrapper > ul ul li a { text-indent: 10px; font-size: 16px; }

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


/* Header Nav Bar */
.header-nav-bar-wrapper { background-color: #f0f0f0; }
.header-nav-bar-container { }
.header-nav-bar-content { text-align: center; }
.header-nav-bar-content .hs-menu-wrapper.hs-menu-flow-horizontal > ul { margin-bottom: -6px !important; font-size: 80%; }
.header-nav-bar-content .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 12px 30px 8px !important; max-width: 100%; overflow: visible; color: #717171; border-bottom: 4px solid #f0f0f0 !important; }
.header-nav-bar-content .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover, .header-nav-bar-content .hs-menu-wrapper > ul > li.active.active-branch > a { color: #B2A269 !important; text-decoration: none;  border-bottom: 4px solid #b2a269 !important; }
.header-nav-bar-content .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { font-size: 100%; }
.header-nav-bar-content .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 { padding: 12px 30px !important; border-bottom: none !important; }
.header-nav-bar-content .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:hover { }



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


/* Two Column Form Right Template */
.two-column-form-right-wrapper { }
.two-column-form-right-container { padding: 2em 0 4em; }
.two-column-form-right-flex-content { }
.two-column-form-right-flex-content ul { list-style: none; padding: 0; margin: 0; font-size: 90%; }
.two-column-form-right-flex-content li { padding: 0.25em 0; }
.two-column-form-right-flex-content li:before { margin-right: 0.325em; }
.two-column-form-right-flex-content li.email:before { display: inline-block; font-family: "FontAwesome"; font-style: normal; font-weight: normal; text-decoration: inherit; text-rendering: auto; content: "\f0e0"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #888B8D; }
.two-column-form-right-flex-content li.telephone:before { display: inline-block; font-family: "FontAwesome"; font-style: normal; font-weight: normal; text-decoration: inherit; text-rendering: auto; content: "\f098"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 110%; color: #888B8D; }
.two-column-form-right-flex-content li.telephone a { color: #272525; }
.two-column-form-right-flex-content li.telephone a:hover { color: #272525; }
.two-column-form-right-flex-content li.facsimile:before { display: inline-block; font-family: "FontAwesome"; font-style: normal; font-weight: normal; content: "\f1ac"; text-decoration: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #888B8D; }
.two-column-form-right-flex-content li.facsimile a { color: #272525; }
.two-column-form-right-flex-content li.facsimile a:hover { color: #272525; }
.two-column-form-right-flex-content h3 { margin: 0.25em 0 0; font-size: 110%; }
.two-column-form-right-flex-content p { margin: 0.25em 0 0.5em; font-size: 90%; }
.two-column-form-right-form-content-container { }
.two-column-form-right-form-content-headline { text-align: left; }
.two-column-form-right-form-content-headline h1 { font-size: 185%; margin: 0; line-height: 1.25; }
.two-column-form-right-form-content p { margin: 0.25em 0; }
.two-column-form-right-form { }
.two-column-form-right-form .hs_cos_wrapper_type_form .hs-form-field > label { color: #5B6978; font-size: 80%; font-weight: 400; }
.two-column-form-right-form .hs_cos_wrapper_type_form .hs-form-field > label span.hs-form-required { color: red; font-weight: 400; }
.two-column-form-right-form .hs_cos_wrapper_type_form input { margin-bottom: 0.5em; }
.two-column-form-right-form .hs_cos_wrapper_type_form input[type="text"], .two-column-form-right-form .hs_cos_wrapper_type_form input[type="email"], .contact-us-form .hs_cos_wrapper_type_form input[type="email"], .contact-us-form .hs_cos_wrapper_type_form input[type="radio"], .contact-us-form .hs_cos_wrapper_type_form textarea { color: #5b6978; font-size: 90%; border: 1px solid #5b6978; }
.two-column-form-right-form .hs_cos_wrapper_type_form select { color: #5b6978; font-size: 70%; border: 1px solid #5b6978; margin-bottom: 0.5em; }
.two-column-form-right-form form.hs-form .hs-form-field ul.inputs-list { font-size: 80%; color: #5B6978; margin: 0; }
.two-column-form-right-form form.hs-form .hs-form-field ul.inputs-list li { display: inline-block; margin-right: 1em; }
.two-column-form-right-form form.hs-form .hs-form-field ul.inputs-list li span { margin-left: 0.25em; }
.two-column-form-right-form form.hs-form .hs-form-field ul.hs-error-msgs { color: red; font-size: 70%; line-height: 1.25; margin: 0.25em 0; }
.two-column-form-right-form .hs_submit { text-align: right; }
.two-column-form-right-form .hs-button.primary.large { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: none !important; background: rgb(178, 162, 105) !important; color: rgb(255, 255, 255) !important; font-size: 85%; letter-spacing: 1px; padding: 0.3em 0.9em 0.4em !important; margin-top: 1em; min-width: 250px; }
.two-column-form-right-form .hs-button.primary.large:hover { background: rgb(136, 139, 141) !important; }
.two-column-form-right-form-disclaimer { color: #5B6978; font-size: 70%; font-weight: 400; text-align: right; margin-top: 0.5em; }
.two-column-form-right-form-requirement { color: #5B6978; font-size: 70%; font-weight: 400; font-style: italic; }


/* 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 {}
.password-body-content h1 { margin-bottom: 0; }
.password-body-content p { margin-top: 0.25em; }
.password-body-content form input[type="password"] { color: #5b6978; font-size: 90%; border: 1px solid #5b6978; padding: 6px; min-height: 40px; }
.password-body-content .hs-button.primary.large { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: none !important; background: rgb(178, 162, 105) !important; color: rgb(255, 255, 255) !important; font-size: 85%; letter-spacing: 1px; padding: 0.3em 0.9em 0.4em !important; margin-top: 1em; min-width: 250px; }
.password-body-content .hs-button.primary.large:hover { background: rgb(136, 139, 141) !important; }


/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}


/* COS COMPONENTS */
/* Blog */
.blog-masthead-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-the-exit-playbook-header.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; min-height: 300px !important; }
.blog-wrapper { }
.blog-container { padding: 1em 0 4em !important; }
.blog-content { }
.blog-content .blog-section { padding: 0 10px; }
.blog-content .post-header { margin-top: 1em; }  
.blog-content .post-header h1 { color: #7C9875; font-weight: 400; line-height: 1.125; margin: 0; font-size:1.7em !important; }
.blog-content .hs-blog-social-share { border-top: 1px solid #B2A269; border-bottom: 1px solid #B2A269; padding: 0; margin: 1em 0 0.75em; }
.blog-content .hs-blog-social-share .hs-blog-social-share-list { margin: 0.5em 0; }
.blog-content .hs-blog-social-share .hs-blog-social-share-list li { padding-bottom: 0; }
.blog-content blockquote { background: url(//www.navixconsultants.com/hubfs/icons/navix-icon-blue-gray-305x335.png) no-repeat center right 2em; background-color: #5B6978; background-size: 305px 335px; padding: 1.5em; margin: 0; }
.blog-content blockquote h4 { text-transform: uppercase; color: #B2A269; letter-spacing: 3px; margin: 0; background: url(//www.navixconsultants.com/hubfs/icons/complimentary-webinar-icon-65x65.png) no-repeat; padding-left: 80px; width: auto; height: 65px; line-height: 1.5; font-size: 150%; }
.blog-content blockquote p { color: #ffffff; font-size: 130%; line-height: 1.25; margin: 0.5em 0; }
.blog-content blockquote h3 { color: #ffffff; margin: 0 0 0.75em; font-size: 135%; }
.blog-content blockquote a { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: 2px solid rgb(255, 255, 255) !important; background: transparent !important; color: rgb(255, 255, 255) !important; font-size: 100% !important; letter-spacing: 1px; min-width: 250px; padding: 0.3em 0.9em 0.4em !important; text-decoration: none; }
.blog-content blockquote a:hover { border: 2px solid rgb(178, 162, 105) !important; color: rgb(178, 162, 105) !important; }
.blog-content ul, .blog-content ol { padding-left: 1em; }
.blog-content li, .blog-content li { padding-left: 0.25em; padding-bottom: 1em; }
.blog-content li:last-child, .blog-content li:last-child { padding-bottom: 0; }
.blog-content .post-listing .post-item { padding-bottom: 3em; }
.blog-content .post-listing .post-header { }
.blog-content .post-listing .post-header h2 { font-weight: 400; line-height: 1.125; margin: 0; border-top: #b4a36a solid 7px; padding-top: 20px; margin-top:60px; } 
.blog-content .post-listing .post-header h2 a { color: #7C9875; }
.blog-content .post-listing .post-header h2 a:hover { color: #B2A269; }
.blog-content .post-listing .post-body .classification { font-weight: 400; line-height: 1.125; margin: 0; color: #AC6559; text-transform: uppercase; letter-spacing: 2px; }
.blog-content .post-listing a.more-link { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: 3px solid rgb(178, 162, 105) !important; background: transparent !important; color: rgb(178, 162, 105) !important; font-size: 120%; letter-spacing: 1px; min-width: 150px; padding: 0.3em 0.9em 0.4em !important; float: right; text-align:center; }
.blog-content .post-listing a.more-link:hover { border: 3px solid rgb(113, 113, 113) !important; color: rgb(113, 113, 113) !important; }
.blog-content .blog-pagination { font-size: 75%; margin-top: 1.75em; text-align: center; }
.blog-content .blog-pagination a { padding: 0 0.5em; }
.blog-sidebar-email-subscription { }
.blog-sidebar-email-subscription .form-title { color: #5B6978; font-size: 90%; margin: 1.375em 0 0.25em; font-weight: 600; line-height: 1.25; }
.blog-sidebar-email-subscription  #hs_form_target_blog_subscription .hs-form-field > label { color: #5B6978; font-size: 80%; font-weight: 400; }
.blog-sidebar-email-subscription  #hs_form_target_blog_subscription .hs-form-field > label span.hs-form-required { color: red; font-weight: 400; }
.blog-sidebar-email-subscription #hs_form_target_blog_subscription input[type="email"] { color: #5b6978; font-size: 90%; border: 1px solid #5b6978; }
.blog-sidebar-email-subscription  #hs_form_target_blog_subscription .hs-form-field .hs-error-msgs { color: red; font-size: 70%; line-height: 1.25; margin: 0.25em 0; text-align: center; }
.blog-sidebar-email-subscription #hs_form_target_blog_subscription .hs-button.primary.large { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: none !important; background: rgb(178, 162, 105) !important; color: rgb(255, 255, 255) !important; font-size: 85%; letter-spacing: 1px; padding: 0.3em 0.9em 0.4em !important; margin-top: 1em; }
.blog-sidebar-email-subscription #hs_form_target_blog_subscription .hs-button.primary.large:hover { background: rgb(136, 139, 141) !important; }
.blog-sidebar-rss-listing { line-height: 1.125; font-size: 95%; }
.blog-sidebar-rss-listing h3 { margin-bottom: 0.75em; }
    .blog-sidebar-rss-listing .hs-rss-item { margin-bottom: 0.75em; border-bottom: 1px solid #333333 !important; padding-bottom: 20px !important; }
.blog-sidebar-post-listing { line-height: 1.125; font-size: 95%; }
.blog-sidebar-post-listing h3 { margin-bottom: 0.75em; }
.blog-sidebar-post-listing ul { list-style-type: none; padding: 0; margin: 0; }
.blog-sidebar-post-listing li { margin-bottom: 0.75em; }
.blog-sidebar-cta { margin-top: 1em; }
.blog-sidebar-cta img { width: 100%; height: auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.post-body { margin-bottom:35px; }


/* 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 {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image { border-width: 0; float:none !important; max-width: 100% !important; max-height: 100% !important; height: auto !important; width: 100% !important; display: block !important; margin: 20px 0 20px 0 !important; }


/* Read More Link */
a.more-link {}


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


/* Blog Social Sharing icons */
.hs-blog-social-share { padding: 10px 0 0 0; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; height: auto; }


/* Blog Commments */
#comments-listing { border-bottom: 1px solid #ccc; margin-bottom: 30px; margin-top: 30px; }
.comment { margin: 10px 0; border-top: 1px solid #ccc; padding: 15px 0; }
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }


/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}


/* Blog Author Page */
.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 */
body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar */
.blog .blog-sidebar {}


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


/* FORMS */
/* All Global Forms */
/* Form Field */
body .hs-form-field {}


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


/* Labels */
body label {}
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%; font-family: Cabin, sans-serif; font-size: 20px; }
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 {}


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


/* BUTTONS */
/* All Global Buttons (Excluding CTAs) */
body .hs-button.primary, body input[type="submit"], body input[type="button"] { cursor: pointer; -webkit-appearance: none; font-family: Cabin, sans-serif; font-size: 20px; text-decoration: none !important; }
body .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover {}
body .hs-button.primary:focus, body input[type="submit"]:focus, body input[type="button"]:focus {}


/* 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 */
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}


/* Custom CTA Button Styles */
.header-button-cta a { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: 2px solid rgb(178, 162, 105) !important; background: transparent !important; color: rgb(178, 162, 105) !important; font-size: 75%; letter-spacing: 1px; }
.header-button-cta a:hover { border: 2px solid rgb(136, 139, 141) !important; color: rgb(136, 139, 141) !important; }
.gold-button-cta a { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: none !important; background: rgb(178, 162, 105) !important; color: rgb(255, 255, 255) !important; font-size: 85%; letter-spacing: 1px; min-width: 250px; padding: 0.3em 0.9em 0.4em !important; }
.gold-button-cta a:hover { background: rgb(136, 139, 141) !important; }
.gold-outline-button-cta a { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: 2px solid rgb(255, 255, 255) !important; background: transparent !important; color: rgb(255, 255, 255) !important; font-size: 85%; letter-spacing: 1px; min-width: 250px; padding: 0.3em 0.9em 0.4em !important; }
.gold-outline-button-cta a:hover { border: 2px solid rgb(113, 113, 113) !important; color: rgb(113, 113, 113) !important; }
.white-outline-button-cta a { font-family: 'Cabin', sans-serif !important; font-weight: 400 !important; border-radius: 12px !important; border: 2px solid rgb(255, 255, 255) !important; background: transparent !important; color: rgb(255, 255, 255) !important; font-size: 85%; letter-spacing: 1px; min-width: 250px; padding: 0.3em 0.9em 0.4em !important; }
.white-outline-button-cta a:hover { border: 2px solid rgb(113, 113, 113) !important; color: rgb(113, 113, 113) !important; }
.body-cta-center, .left-column-cta, .center-column-cta, .right-column-cta { text-align: center; }
.left-column-cta img, .center-column-cta img, .right-column-cta img { width: 100%; height: auto; }
.body-cta-bottom-padding { margin-bottom: 1.5em; }


/* Site Search Styles */
.site-search-wrapper {}
.site-search-container {}
.site-search-results-left-column {}
.site-search-results-content {}
.site-search-results-content li { padding-bottom: 0 !important; }
.site-search-results-content li h3.hs-search-results__title { margin: 0 auto !important; }
.site-search-results-content li p.hs-search-results__description { margin-top: 0.5em !important; }
.site-search-results-content nav.hs-search-results__pagination { margin-top: 1.5em !important; }
.site-search-results-right-column {}
.site-search-input {}
.site-search-input .hs-search-field__bar button {
  background-color: #f0f0f0;
  padding: 8px;
  border-width: 1px;
  border-left: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.site-search-input .hs-search-field__bar button:hover {
  background-color: #B2A269;
}
.site-search-input .hs-search-field__bar button svg {
  height: 15px;
  color: #ffffff;
}


/* STILL INTERESTED STYLES */
.hs_are_you_still_interested_in_receiving_information_from_navix_ { margin-bottom: 15px; }
.hs_are_you_still_interested_in_receiving_information_from_navix_ label {font-size: 110% !important; }
.hs_are_you_still_interested_in_receiving_information_from_navix_ div.input ul li.hs-form-checkbox label {font-size: 110% !important; }


/* MISCELLANOUS */
.hide { display: none; }


/* MOBILE MEDIA QUERIES */
@media only screen and (max-width: 1200px) {
    .container-fluid .row-fluid .page-center { max-width: 1080px; }
    body { font-size: 21px; }
    .custom-menu-primary .hs-menu-wrapper > ul li a { padding: 10px 15px; }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover { padding: 10px 15px; }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a { padding: 10px 15px 12px; }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover { padding: 10px 15px 12px; }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a { padding: 10px 15px; }
	.header-nav-bar-content .hs-menu-wrapper.hs-menu-flow-horizontal > ul { font-size: 75%; }
    .header-nav-bar-content .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 12px 14px 8px !important; }
    .header-contact-content { top: 22px; }
    .header-contact-content ul { font-size: 75%; }
    .hp-feature-container { width: 55% !important; }
    .hp-google-search-content { margin-top: 1.25em; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-icon img { max-width: 65px; height: auto; }
    .gold-button-cta a, .white-outline-button-cta a { min-width: 200px; }
    .article-callout-icon img { max-width: 92px; height: auto; }
    .additional-questions-container { width: 50% !important; }
    .blog-masthead-wrapper { min-height: 250px !important; }
    .blog-content .post-listing a.more-link { min-width: 125px; }
    .blog-content blockquote h4 { line-height: 2; }
    .lp-content-right-column-body-content ul.lp-content-body-content-access li { background-size: 30px; padding-left: 45px; line-height: 2; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item { width: 32%; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item:nth-child(3n) { margin-right: 0; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item:nth-child(4n) { margin: 1% 2% 1% 0; }
    .archived-webinars-block-content h4 { font-size: 85%; }
    .archived-webinars-block-content h5 { font-size: 75%; }
    .archived-webinars-block-content h6 {font-size: 55%; }
    .staff-modals-intro-ncc-content-container { padding: 2% 0 4%; }
    .staff-block-content h4 { font-size: 80%; }
    .staff-block-content ul, .staff-bio-modal-left-column ul { font-size: 60%; }
    .consultants-modals-intro-ncc-content-container { padding: 2% 0 4%; }
    .consultant-block-content h4 { font-size: 80%; }
    .consultant-block-content ul, .consultant-bio-modal-left-column ul { font-size: 60%; }
	.resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h4.upcoming { font-size: 86%; }
    .resources-tools-articles-block-content .resources-tools-articles-block-interior-content h4, .resources-ebooks-block-content .resources-ebooks-block-interior-content h4, .resources-white-papers-block-content .resources-white-papers-block-interior-content h4, .resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h4, .resources-educational-videos-block-content .resources-educational-videos-block-interior-content h4, .resources-books-block-content .resources-books-block-interior-content h4 { font-size: 76%; }
    .resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h6, .resources-educational-videos-block-content .resources-educational-videos-block-interior-content h6 { font-size: 66%; }
    .resources-tools-articles-block-interior-content { min-height: 95px; }
    .resources-ebooks-block-content img.ebooks-feature { margin: 1em auto; }
    .resources-white-papers-block-content img.white-papers-feature { margin: 0 auto 0.55em; }
    .resources-archived-webinars-block-interior-content { min-height: 190px; }
    .resources-educational-videos-block-interior-content { min-height: 110px; }
    .resources-books-block-image-wrapper { min-height: 225px; }
    .resources-books-block-content img.books-feature { width: 80%; }
    .resources-books-block-interior-content { min-height: 100px; }
    .footer-contact-content ul { font-size: 75% !important; }
    .footer-logo img { max-width: 50%; }
}


@media only screen and (max-width: 1152px) {
    .resources-books-headline-block { max-width: 34%; }
    .additional-questions-container { width: 52% !important; }
    .pillar-nav ul li ol { width: 28%; }
}


@media only screen and (max-width: 1024px) {
    .container-fluid .row-fluid .page-center { max-width: 980px; }
    body { font-size: 20px; }
    .custom-menu-primary .hs-menu-wrapper > ul li a { padding: 10px; }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover, .custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a { padding: 10px 10px 6px; }
	.header-contact-content { top: 18px; }
    .hp-google-search-content { margin-top: 1.6em; }
    .hp-google-search-content .hs-form label { font-size: 115%; }
    .hp-who-we-help-content h2, .hp-questions-owners-should-ask-content h2 { font-size: 180%; }
    .hp-contact-content ul { padding: 0 3em; }
    .approach-feature-container { padding: 3em 0 5em; }
    .exit-process-outie-button, .exit-process-innie-button, .exit-process-passer-button, .exit-process-squeezer-button, .exit-process-navix-map-button { font-size: 78%; }
    .exit-process-diagram-download li { padding-right: 60px; background-size: 50px; }
    .video-series-3-column .video-series-column .video-series-description a { min-width: 225px; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-icon img { max-width: 55px; height: auto; }
    .resources-books-headline-block { max-width: 37%; }
    .resources-books-body-content { max-width: 69%; }
    .about-feature-container { padding: 2em 0 3em; }
    .about-feature-content { width: 50% !important; }
    .about-left-column-book-image img { max-width: 50%; height: auto; }
    .about-right-column-book-image img { max-width: 47%; height: auto; }
    .about-left-column-book-purchase input, .about-right-column-book-purchase input { max-width: 100%; }
    .client-reviews-feature-container { padding: 2em 0 5em; }
    .questions-owners-ask-feature-container { padding: 13em 0 2.5em; }
    .article-callout-content, .article-callout-on-white-content { width: 65%; }
    .article-callout-icon { width: 35%; }
    .article-callout-icon img { max-width: 82px; height: auto; }
    .additional-questions-container { width: 54% !important; }
    .blog-masthead-wrapper { min-height: 230px !important; }
    .blog-content .post-listing a.more-link { min-width: 120px; }
    .staff-block-content h4 { font-size: 75%; }
    .staff-modals-intro-container { padding: 0 10% 25px; }
    .staff-modals-intro-ncc-content p { padding: 0; }
    .staff-block-content ul, .staff-bio-modal-left-column ul { font-size: 55%; }
    .consultant-block-content h4 { font-size: 75%; }
    .consultants-modals-intro-container p { padding: 0 15%; }
    .consultants-modals-intro-ncc-content p { padding: 0; }
    .consultant-block-content ul, .consultant-bio-modal-left-column ul { font-size: 55%; }
	.resources-tools-articles-block-content a, .resources-ebooks-block-content a, .resources-white-papers-block-content a, .resources-archived-webinars-block-content a.upcoming, .resources-archived-webinars-block-content a, .resources-educational-videos-block-content a, .resources-books-block-content a { font-size: 80%; }
    .resources-tools-articles-block-content img.tools-articles-feature, .resources-white-papers-block-content img.white-papers-feature { width: 80%; }
    .resources-ebooks-block-content img.ebooks-feature { width: 100%; }
    .resources-archived-webinars-block-content img.upcoming-webinar-laptop { width: 90%; }
    .resources-archived-webinars-block-content h5 { font-size: 70%; }
    .resources-archived-webinars-block-interior-content.upcoming-webinar-block-interior-content { min-height: 167px; }
    .resources-books-block-image-wrapper { min-height: 190px; }
}


@media only screen and (max-width : 992px) {
	.header-nav-bar-content .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding: 6px 14px 8px !important; }
    .pillar-nav-moblie-dropdown-wrapper { display: block; }
    .pillar-nav-content { display: none; }
    .container-fluid .row-fluid .page-center { max-width: 940px; }
    body { font-size: 19px; }
    .gold-button-cta a, .white-outline-button-cta a, .gold-outline-button-cta a { min-width: 180px; }
    .custom-menu-primary { margin-top: 0.375em; }
    .what-we-do-container { width: 90% !important; }
    .about-feature-content { width: 53% !important; }
    .navix-news-container { padding: 3em 2em; margin-right: 4.5em !important; top: -0.6em; height: auto; }
    .reviews-container { width: 90% !important; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-content { width: 70%; }
    .learn-more-resouces-section-title { width: 16%; }
    .additional-questions-container { width: 57% !important; }
    .blog-masthead-wrapper { min-height: 220px !important; }
    .blog-content .post-listing a.more-link { min-width: 115px; }
    .lp-content-right-column-body-content ul.lp-content-body-content-access li { background-size: 25px; padding-left: 35px; }
	.resources-tools-articles-block-item-wrapper .resources-tools-articles-block-item { width: 47%; }
    .resources-tools-articles-block-item-wrapper .resources-tools-articles-block-item:nth-child(3n) { margin-right: 4%; }
    .resources-tools-articles-block-item-wrapper .resources-tools-articles-block-item:nth-child(2n) { margin-right: 0; }
    .resources-tools-articles-block-content a { font-size: 100%; }
    .resources-tools-articles-block-content .resources-tools-articles-block-interior-content h4 { font-size: 90%; }
    
    .resources-ebooks-block-item-wrapper .resources-ebooks-block-item { width: 48%; }
    .resources-ebooks-block-item-wrapper .resources-ebooks-block-item:nth-child(3n) { margin-right: 4%; }
    .resources-ebooks-block-item-wrapper .resources-ebooks-block-item:nth-child(2n) { margin-right: 0; }
    .resources-ebooks-block-content a { font-size: 100%; }
    .resources-ebooks-block-content .resources-ebooks-block-interior-content h4 { font-size: 90%; }

    .resources-white-papers-block-item-wrapper .resources-white-papers-block-item { width: 48%; }
    .resources-white-papers-block-item-wrapper .resources-white-papers-block-item:nth-child(3n) { margin-right: 4%; }
    .resources-white-papers-block-item-wrapper .resources-white-papers-block-item:nth-child(2n) { margin-right: 0; }
    .resources-white-papers-block-content a { font-size: 100%; }
    .resources-white-papers-block-content .resources-white-papers-block-interior-content h4 { font-size: 90%; }

    .resources-archived-webinars-block-item-wrapper .resources-archived-webinars-block-item {  width: 48%; }
    .resources-archived-webinars-block-item-wrapper .resources-archived-webinars-block-item:nth-child(3n) { margin-right: 4%; }
    .resources-archived-webinars-block-item-wrapper .resources-archived-webinars-block-item:nth-child(2n) { margin-right: 0; }
    .resources-archived-webinars-block-content a { font-size: 100%; }
    .resources-archived-webinars-block-content a.upcoming { font-size: 100%; }
    .resources-archived-webinars-block-interior-content { min-height: 165px; }
    .resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h4 { font-size: 90%; }
    .resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h4.upcoming { font-size: 100%; }
    .resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h6 { font-size: 85%; }

    .resources-educational-videos-block-item-wrapper .resources-educational-videos-block-item { width: 48%; }
    .resources-educational-videos-block-item-wrapper .resources-educational-videos-block-item:nth-child(3n) { margin-right: 4%; }
    .resources-educational-videos-block-item-wrapper .resources-educational-videos-block-item:nth-child(2n) { margin-right: 0; }
    .resources-educational-videos-block-content a { font-size: 100%; }
    .resources-educational-videos-block-content .resources-educational-videos-block-interior-content h4 { font-size: 90%; }
    .resources-educational-videos-block-content .resources-educational-videos-block-interior-content h6 { font-size: 85%; }

    .resources-books-block-item-wrapper .resources-books-block-item { width: 48%; }
    .resources-books-block-item-wrapper .resources-books-block-item:nth-child(3n) { margin-right: 4%; }
    .resources-books-block-item-wrapper .resources-books-block-item:nth-child(2n) { margin-right: 0; }
    .resources-books-block-image-wrapper { min-height: 320px; }
    .resources-books-block-content img.books-feature { width: 80%; }
    .resources-books-block-content a { font-size: 100%; }
    .resources-books-block-content .resources-books-block-interior-content h4 { font-size: 90%; }
}


@media only screen and (max-width : 768px) {
    .header-wrapper { padding: 15px 0; }
	.header-logo img { max-width: 75%; }
    .header-contact-content { top: 24px; }
    .header-nav-bar-content .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { border-bottom: none !important; }
    .header-nav-bar-custom-menu-primary .mobile-trigger { right: 0; left: 0; background: transparent; text-align: center; }
    .header-nav-bar-custom-menu-primary .hs-menu-wrapper { padding-bottom: 0; }
    .header-nav-bar-custom-menu-primary .hs-menu-wrapper > ul > li { border-top: 1px solid #717171; }
    .header-nav-bar-custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul, .header-nav-bar-custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul { font-size: 80% !important; }
    .header-nav-bar-custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a { background-color: #f0f0f0; text-align: center; padding: 12px 14px 8px !important; }
    .header-nav-bar-custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a:hover { border-bottom: none !important; padding: 12px 14px 8px !important; }
    .header-nav-bar-custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.active.active-branch > a { border-bottom: none !important; padding: 12px 14px 8px !important; }
    .header-nav-bar-custom-menu-primary .hs-menu-wrapper > ul li a, .header-nav-bar-custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 12px 14px 8px !important; }
    .hero-content h1 { 

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 48px;
                font-size: 3.0rem;            
            
        
    
    

 }
    h2.soar-pillar__title { font-size: 165%; }
    .container-fluid .row-fluid .page-center { max-width: 90%; }
    body { font-size: 18px; }
    .hp-feature-container { width: 64% !important; }
    .custom-menu-primary.js-enabled { margin-bottom: 0; }
    .mobile-trigger { border: none; border-radius: 0; color: #717171; }
    .mobile-trigger .hamburger { font-size: 125%; }
    .mobile-trigger:hover { color: #B2A269; background-color: #ffffff; }
    .mobile-open .mobile-trigger { color: #B2A269; background-color: #ffffff; }
    .custom-menu-primary .hs-menu-wrapper > ul li:first-child { border-top: none; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { color: #717171; background-color: #FFFFFF; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover { color: #B2A269; border-bottom-color: transparent; }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a { border-bottom-color: transparent; }
    .child-trigger i, .child-trigger i:after { background-color: #717171; }
    .feature-dropdown .feature-dropbtn:after { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 15px solid #717171; }
    .feature-dropdown:hover .feature-dropbtn:after { border-top: 15px solid #FFFFFF; }
    .feature-dropdown-content { font-size: 75%; }
    .hp-search-content { font-size: 100%; }
    .hp-google-search-content { margin-top: 1.125em; }
    .hp-google-search-content .hs-form label { font-size: 100%; }
    .hp-google-search-content .hs-form { max-width: 100%; }
    .hp-who-we-help-bckgrnd-wrapper { background-position-y: top 0; }
    .hp-who-we-help-content { margin: 5.5em auto; }
    .hp-contact-content ul { padding: 0; }
    .hp-questions-owners-should-ask-content { margin: 5em auto 4em; min-width: 70%; }
    .hp-who-we-help-content h2, .hp-questions-owners-should-ask-content h2 { font-size: 150%; }
    .become-consultant-feature-content { font-size: 140%; }
    .learn-about-becoming-consultant-body-headline h3, .learn-more-about-approach-body-headline h3 { font-size: 100%; }
    .learn-more-resouces-section-title { width: 20%; }
    .learn-more-resources-section-content { width: 70%; }
    .evl-ready-to-discuss-container { padding: 0.5em 3em 1em; }
    .ready-to-discuss-container { padding: 0.5em 3em 3em; }
    .additional-questions-container { width: 67% !important; }
    .exit-process-outie-button, .exit-process-innie-button, .exit-process-passer-button, .exit-process-squeezer-button, .exit-process-navix-map-button { font-size: 58%; }
    .outcomes-container .row-fluid [class*="span"]:first-child { margin-left: 2.762430939%; }
    .outcomes-content-container { min-width: 47%; }
    .consultants-intro-container { padding: 2em 3em 1em; }
    .navix-consultant-content { width: 60%; }
    p.navix-consultant-phone-number { margin: 0; }
    .navix-consultant-email-address, .navix-consultant-bio { margin: 1em 0; }
    .video-series-3-column .video-series-column .video-series-description a { min-width: 85%; line-height: 1.325 !important; font-size: 90%; }
    .resources-articles-tools-body-content, .resources-white-papers-ebooks-body-content, .resources-webinars-body-content { padding: 0 5em; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-icon { width: 32%; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-icon img { max-width: 50px; height: auto; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-content { width: 68%; }
    .resources-books-headline-block { max-width: 47%; }
    .resources-books-body-content { max-width: 100%; }
    .books-ghost-box { max-width: 55%; }
    .books-feature-container { padding: 4em 0 3em; }
    .dance-in-the-end-zone-purchase-content input, .a-tale-of-two-owners-purchase-content input { max-width: 100%; }
    .reviews-container { width: 100% !important; }
    .our-founder-speaking-button-cta a { min-width: 125px; }
    .books-right-column-purchase-content select { font-size: 65%; }
    .books-right-column-purchase-content label:after { font: 14px "Consolas", monospace; top: 5px; right: 8px; }
    .about-navix-news-bckgrnd-wrapper .row-number-30 { margin: -1em auto; }
    .about-left-column-book-purchase, .about-right-column-book-purchase { width: 65% !important; }
    .article-callout-wrapper { width: 80%; }
    .article-callout-icon img { max-width: 75px; }
    .exit-strategy-types-body-content ul { font-size: 85%; padding-left: 0; }
    .company-content li { margin: 0; }
    .speaker-feature-content-container { min-width: 60%; }
    .footer-left-column-content .footer-contact-content li { display: inline-block; list-style-type: none; padding-right: 20px; line-height: 1.625; }
    .footer-right-column-content .footer-social-media-content li { padding-right: 10px; }
    .footer-right-column-content .footer-social-media-content ul li img { width: 30px; height: auto; }
    .footer-left-column-content .footer-tagline-content { font-size: 85%;  margin-top: 0; }
	.footer-logo img.hs-image-widget { max-width: 35%; }
    .blog-masthead-wrapper { min-height: 160px !important; }
    .blog-content .post-listing a.more-link { min-width: 110px; }
    .blog-content blockquote h4 { line-height: 2.5; font-size: 130%; }
    .blog-content blockquote p { font-size: 100%; }
    .blog-content blockquote h3 { font-size: 105%; }
    .lp-form-container { padding: 2em 0 3em; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item { width: 48%; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item:nth-child(2n) { margin-right: 0; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item:nth-child(3n) { margin: 1% 2% 1% 0; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item:nth-child(4n) { margin: 1% 2% 1% 0; }
    .archived-webinars-block-content h4 { font-size: 95%; }
    .archived-webinars-block-content h5 { font-size: 85%; }
    .archived-webinars-block-content h6 {font-size: 65%; }
    .staff-modals-intro-container { padding: 0 0 25px; }
    .staff-block-item-wrapper .staff-block-item { width: 32%; }
    .staff-block-item-wrapper .staff-block-item:nth-child(3n) { margin-right: 0; }
    .staff-block-item-wrapper .staff-block-item:nth-child(4n) { margin: 1% 2% 1% 0; }
    .staff-block-item-wrapper .staff-block-item:nth-child(12n) { margin-right: 0; }
    .staff-block-item-wrapper .staff-block-item:nth-last-child(1) { margin-right: 0; }
    .staff-block-content h4 { font-size: 80%; }
    .staff-block-content ul, .staff-bio-modal-left-column ul { font-size: 60%; }
    .staff-block-content ul h4, .staff-bio-modal-left-column ul h4 { font-size: 100%; }
    .staff-bio-modal { max-width: 95%; }
    .staff-modals-intro-ncc-logo { min-width: 100%; }
    .staff-modals-intro-ncc-logo img { max-width: 200px; margin-bottom: 25px; }
    .staff-modals-intro-ncc-content { min-width: 100%; text-align: center; margin-left: 0 !important; }
    .consultants-modals-intro-container p { padding: 0; }
    .consultant-block-item-wrapper .consultant-block-item { width: 32%; }
    .consultant-block-item-wrapper .consultant-block-item:nth-child(3n) { margin-right: 0; }
    .consultant-block-item-wrapper .consultant-block-item:nth-child(4n) { margin: 1% 2% 1% 0; }
    .consultant-block-item-wrapper .consultant-block-item:nth-child(12n) { margin-right: 0; }
    .consultant-block-item-wrapper .consultant-block-item:nth-last-child(1) { margin-right: 0; }
    .consultant-block-content h4 { font-size: 80%; }
    .consultant-block-content ul, .consultant-bio-modal-left-column ul { font-size: 60%; }
    .consultant-block-content ul h4, .consultant-bio-modal-left-column ul h4 { font-size: 100%; }
    .consultant-bio-modal { max-width: 95%; }
    .consultants-modals-intro-ncc-logo { min-width: 100%; }
    .consultants-modals-intro-ncc-logo img { max-width: 200px; margin-bottom: 25px; }
    .consultants-modals-intro-ncc-content { min-width: 100%; text-align: center; margin-left: 0 !important; }
	.resources-tools-articles-block-item-wrapper .resources-tools-articles-block-item { width: 80%; float: none; margin: 8% auto; }
    .resources-tools-articles-block-item-wrapper .resources-tools-articles-block-item:nth-child(3n), .resources-tools-articles-block-item-wrapper .resources-tools-articles-block-item:nth-child(2n) { margin: 8% auto; }
    .resources-tools-articles-block-content img.tools-articles-feature { width: 60%; }
    .resources-tools-articles-block-interior-content { min-height: 85px; }
    .resources-tools-articles-block-content a { font-size: 120%; }
    .resources-tools-articles-block-content .resources-tools-articles-block-interior-content h4 { font-size: 110%; }
    
    .resources-ebooks-block-item-wrapper .resources-ebooks-block-item { width: 80%; float: none; margin: 8% auto; }
    .resources-ebooks-block-item-wrapper .resources-ebooks-block-item:nth-child(3n), .resources-ebooks-block-item-wrapper .resources-ebooks-block-item:nth-child(2n) { margin: 8% auto; }
    .resources-ebooks-block-content img.ebooks-feature { width: 80%; }
    .resources-ebooks-block-interior-content { min-height: 85px; }
    .resources-ebooks-block-content a { font-size: 120%; }
    .resources-ebooks-block-content .resources-ebooks-block-interior-content h4 { font-size: 110%; }

    .resources-white-papers-block-item-wrapper .resources-white-papers-block-item { width: 80%; float: none; margin: 8% auto; }
    .resources-white-papers-block-item-wrapper .resources-white-papers-block-item:nth-child(3n), .resources-white-papers-block-item-wrapper .resources-white-papers-block-item:nth-child(2n) { margin: 8% auto; }
    .resources-white-papers-block-content img.white-papers-feature { width: 60%; }
    .resources-white-papers-block-interior-content { min-height: 85px; }
    .resources-white-papers-block-content a { font-size: 120%; }
    .resources-white-papers-block-content .resources-white-papers-block-interior-content h4 { font-size: 110%; }

    .resources-archived-webinars-block-item-wrapper .resources-archived-webinars-block-item {  width: 80%; float: none; margin: 8% auto; }
    .resources-archived-webinars-block-item-wrapper .resources-archived-webinars-block-item:nth-child(3n), .resources-archived-webinars-block-item-wrapper .resources-archived-webinars-block-item:nth-child(2n) { margin: 8% auto; }
    .resources-archived-webinars-block-content img.archived-webinar-icon { width: 60%; }
    .resources-archived-webinars-block-content a { font-size: 120%; }
    .resources-archived-webinars-block-content a.upcoming { font-size: 120%; }
    .resources-archived-webinars-block-interior-content { min-height: 210px; }
    .resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h4 { font-size: 110%; margin-right: 0; }
    .resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h4.upcoming { font-size: 120%; }
    .resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h6 { font-size: 105%; }

    .resources-educational-videos-block-item-wrapper .resources-educational-videos-block-item { width: 80%; float: none; margin: 8% auto; }
    .resources-educational-videos-block-item-wrapper .resources-educational-videos-block-item:nth-child(3n), .resources-educational-videos-block-item-wrapper .resources-educational-videos-block-item:nth-child(2n) { margin: 8% auto; }
    .resources-educational-videos-block-content img.educational-videos-feature { width: 100%; }
    .resources-educational-videos-block-content a { font-size: 110%; }
    .resources-educational-videos-block-content .resources-educational-videos-block-interior-content h4 { font-size: 110%; }
    .resources-educational-videos-block-content .resources-educational-videos-block-interior-content h6 { font-size: 105%; }

    .resources-books-block-item-wrapper .resources-books-block-item { width: 80%; float: none; margin: 8% auto; }
    .resources-books-block-item-wrapper .resources-books-block-item:nth-child(3n), .resources-books-block-item-wrapper .resources-books-block-item:nth-child(2n) { margin: 8% auto; }
    .resources-books-block-image-wrapper { min-height: 260px; }
    .resources-books-block-content img.books-feature { width: 60%; }
    .resources-books-block-content .resources-books-block-interior-content h4 { font-size: 110%; }
    .resources-books-block-content a { font-size: 120%; }
}


@media only screen and (max-width : 600px) {
    body { font-size: 17px; }
    .hide { display: none !important; }
    .header-logo { text-align: center; }
	.header-logo img.hs-image-widget { max-width: 40%; }
    .header-content { text-align: center; top: 0; }
    .header-content .hs_cos_wrapper_type_cta { float: none; }
    .header-button-cta { margin: 1em 0 0; }
    .header-button-cta a { font-size: 90%; }
	.header-contact-content { top: 15px; }
    .header-contact-content ul { text-align: center; font-size: 90%; padding-left: 0; }
    .mobile-trigger { text-align: center; right: 0; left: 0; }
	.header-nav-bar-custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul, .header-nav-bar-custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul { font-size: 90% !important; }
    .soar-pillar__nav.soar-pillar__table-of-contents h2 { color: #5b6978; font-size: 130%; }
	.soar-pillar__nav.soar-pillar__table-of-contents.fixed .widget-type-raw_jinja, .soar-pillar__nav.soar-pillar__table-of-contents.fixed .resources-post-listing-content { display: none; }
    .hp-feature-container { width: 100% !important; }
    .feature-dropdown-content { font-size: 85%; }
    .hp-search-content { max-width: 80%; float: none !important; margin: 0 auto !important; text-align: center; }
    .hp-google-search-content { margin-bottom: 1.125em; }
    .hp-google-search-content .hs-form { text-align: center; }
    .hp-google-search-content .hs-form .hs-button.primary { top: 15px; }
    .hp-who-we-help-content { position: relative; margin: 3em auto 6em; }
    .hp-who-we-help-content .ghost-box { position: absolute; right: 0; }
    .left-column-cta, .center-column-cta, .right-column-cta { max-width: 50%; float: none !important; margin: 0 auto !important; }
    .left-column-cta, .center-column-cta { margin-bottom: 1.5em !important; }
    .learn-about-becoming-consultant-body-headline h3, .learn-more-about-approach-body-headline h3 { font-size: 125%; }
    .two-column-form-right-flex-content { margin-bottom: 1.5em; }
    .exit-process-outie-button, .exit-process-innie-button, .exit-process-passer-button, .exit-process-squeezer-button, .exit-process-navix-map-button { width: 48%; font-size: 80%; }
    .exit-process-outie-button { margin: 1em .6em 0.5em 0; }
    .exit-process-innie-button { margin: 1em .6em 0.5em 0; }
    .exit-process-passer-button { margin: 0.5em .6em 0.5em 0; }
    .exit-process-squeezer-button { margin: 0.5em .6em 0.5em 0; }
    .exit-process-diagram-download a { line-height: 2; }
    .exit-process-diagram-download li { padding-right: 40px; background-size: 35px; }
    .ready-to-discuss-container { padding: 0.5em 0 3em; }
    .what-we-do-container { width: 100% !important; }
    .outcomes-container .row-fluid [class*="span"]:first-child { margin-left: 0; }
    .consultants-intro-container { padding: 2em 0 1em; }
    .navix-consultant-name { text-align: center; }
    .navix-consultant-headshot { float: none; margin: 0 auto 0.75em; }
    .navix-consultant-content { text-align: center; width: 100%; }
    .video-series-3-column .video-series-column { width: 100%; }
    .video-series-3-column .video-series-column .video-series-description a { min-width: 45%; font-size: 100%; padding: 0.7em 0.9em 0.8em !important; }
    .educational-video-series-feature-content h1, .resources-feature-content h1, .lp-feature-content h1 { font-size: 170%; }
    .resources-articles-tools-body-content, .resources-white-papers-ebooks-body-content, .resources-webinars-body-content { padding: 0; }
    .resources-articles-tools-accordion-container .accordion_icon::before, .resources-articles-tools-accordion-container .accordion_icon::after { width: 12px; height: 4px; margin-top: -3px; }
    .resources-articles-tools-accordion-container .accordion_header, .resources-articles-tools-accordion-container .accordion_header.presentation_accordion_header { font-size: 90%; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-left-column { width: 100%; margin-right: 0; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-left-column.presentation-content-left-column { width: 100%; margin-right: 0; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column { width: 100%; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column.presentation-content-right-column { width: 100%; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-icon { width: 12%; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-content { width: 88%; font-size: 90%; line-height: 1.375; }
    .resources-webinars-accordion-container .accordion_icon::before, .resources-webinars-accordion-container .accordion_icon::after { width: 12px; height: 4px; margin-top: -3px; }
    .resources-webinars-accordion-container .accordion_header { font-size: 90%; }
    .resources-webinars-accordion-container .accordion_content .accordion-content-left-column { width: 100%; margin-right: 0; }
    .resources-webinars-accordion-container .accordion_content .accordion-content-center-column { width: 100%; margin-right: 0; }
    .resources-webinars-accordion-container .accordion_content .accordion-content-right-column { width: 100%; }
    .resources-books-headline-block { max-width: 60%; }
    .resources-books-body-content { font-size: 90%; }
    .about-feature-content { width: 65% !important; }
    .our-founder-speaking-content { padding: 0 4em; }
    .our-founder-speaking-button-cta { margin-bottom: 1.5em; }
    .navix-news-container { width: 50% !important; margin-right: 2em !important; }
    .about-left-column-book-image img { max-width: 35%; margin: 0.75em auto 0.5em; }
    .about-right-column-book-image img { max-width: 32%; margin: 0.75em auto 0.5em; }
    .about-right-column-book-purchase label:after { font: 16px "Consolas", monospace; top: 2px; }
    .speaker-feature-content h1 { font-size: 180%; }
    .article-callout-icon { width: 15%; }
    .article-callout-icon img { max-width: 50px; }
    .exit-strategy-types-body-content { padding: 0 4.5em; }
    .exit-strategy-types-body-content ul { font-size: 100%; }
    .exit-strategy-types-body-content ul li { display: block; border-right: none; border-bottom: 2px solid #ffffff; padding: 0.5em 0; }
    .exit-strategy-types-body-content ul li:first-child { padding: 0 0 0.5em; }
    .exit-strategy-types-body-content ul li:last-child { border-bottom: 0; padding: 0.5em 0 0; }
    .company-container { margin: 0.25em 0 1em; }
    .books-ghost-box { max-width: 65%; }
    .books-right-column-purchase-content { margin: 2em auto 0 !important; width: 100% !important; }
    .a-tale-of-two-owners-purchase-content { margin: 1em auto 0 !important; }
    .a-tale-of-two-owners-purchase-content form table { float: none; margin: 0 auto; }
    .additional-questions-container { width: 100% !important; }
    .learn-more-resources-section-icon { width: 15%; }
    .learn-more-resouces-section-title { width: 82%; font-size: 125%; margin-bottom: 0.5em; }
    .learn-more-resources-section-content { width: 82%; }
    .contact-us-info-content { margin-bottom: 1.5em; }
    .contact-us-form .hs-button.primary.large, .two-column-form-right-form .hs-button.primary.large, .gold-button-cta a, .white-outline-button-cta a, .gold-outline-button-cta a { padding: 0.7em 0.9em 0.8em !important; }
    .footer-left-column-content .footer-contact-content { text-align: center; }
	.footer-contact-content ul { text-align: center; font-size: 90% !important; padding-bottom: 1em; }
    .footer-left-column-content .footer-tagline-content { text-align: center; font-size: 100%; }
    .footer-right-column-content .footer-social-media-content, .footer-right-column-content .footer-logo { text-align: center; }
    .footer-right-column-content .footer-social-media-content ul { padding-left: 0; }
    .blog-masthead-wrapper { min-height: 128px !important; }
    .blog-content .post-listing a.more-link { min-width: 105px; }
    .blog-content blockquote h4 { line-height: 2.5; font-size: 150%; }
    .blog-content blockquote p { font-size: 115%; }
    .blog-content blockquote h3 { font-size: 115%; }
    .lp-content-right-column-body-content ul.lp-content-body-content-access li { line-height: 2.5; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item { width: 58%; float: none; margin: 1em auto !important; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item:nth-child(2n) { margin-right: 0; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item:nth-child(3n) { margin-right: 0; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item:nth-child(4n) { margin-right: 0; }
    .archived-webinars-block-content h4 { font-size: 110%; }
    .archived-webinars-block-content h5 { font-size: 95%; }
    .archived-webinars-block-content h6 
    .archived-webinars-block-content a { font-size: 105%; }
    .staff-block-item-wrapper .staff-block-item { width: 48%; }
    .staff-block-item-wrapper .staff-block-item:nth-child(3n) { margin-right: 2%; }
    .staff-block-item-wrapper .staff-block-item:nth-child(4n) { margin: 1% 2% 1% 0; }
    .staff-block-content h4 { font-size: 95%; }
    .staff-block-content ul, .staff-bio-modal-left-column ul { font-size: 75%; }
    .staff-bio-modal-left-column { width: 80%; float: none; margin: 0 auto 5%; }
    .staff-bio-modal-logo { margin-bottom: 50px; }
    .staff-bio-modal-logo img { max-width: 50%; }
    .staff-bio-modal-right-column { float: none; width: 100%; }
    .consultant-block-item-wrapper .consultant-block-item { width: 48%; }
    .consultant-block-item-wrapper .consultant-block-item:nth-child(3n) { margin-right: 2%; }
    .consultant-block-item-wrapper .consultant-block-item:nth-child(4n) { margin: 1% 2% 1% 0; }
    .consultant-block-content h4 { font-size: 95%; }
    .consultant-block-content ul, .consultant-bio-modal-left-column ul { font-size: 75%; }
    .consultant-bio-modal-left-column { width: 80%; float: none; margin: 0 auto 5%; }
    .consultant-bio-modal-logo { margin-bottom: 50px; }
    .consultant-bio-modal-logo img { max-width: 50%; }
    .consultant-bio-modal-right-column { float: none; width: 100%; }
    .fortyfive-feature-wrapper .lp-feature-container { }
    .fortyfive-feature-wrapper .lp-feature-container img { float: none !important; }
    .fortyfive-feature-wrapper .lp-feature-container h1 { text-align: center !important; }
    .fortyfive-feature-wrapper .lp-feature-container .row-number-5 .widget-type-rich_text { padding: 25px 0 !important; }
    .lp-45-consult-main-content-right-column { position: relative; top: 0; }
	.resources-post-listing-content h3 { font-size: 130%; }
    .resources-post-listing-content ul { font-size: 120%; }
    .resources-tools-articles-block-item-wrapper .resources-tools-articles-block-item, .resources-ebooks-block-item-wrapper .resources-ebooks-block-item, .resources-white-papers-block-item-wrapper .resources-white-papers-block-item, .resources-archived-webinars-block-item-wrapper .resources-archived-webinars-block-item, .resources-educational-videos-block-item-wrapper .resources-educational-videos-block-item, .resources-books-block-item-wrapper .resources-books-block-item { width: 50%; }
    .resources-tools-articles-block-interior-content { min-height: 110px; }
    .resources-ebooks-block-interior-content { min-height: 95px; }
    .resources-educational-videos-block-interior-content { min-height: 170px; }
    .resources-books-block-image-wrapper { min-height: 220px; }
}


@media only screen and (max-width : 480px) {
    .lp-content-left-column { margin-top:40px !important;}
    body { font-size: 16px; }
	.header-nav-bar-custom-menu-primary .hs-menu-wrapper > ul > li sup { display: none; }
    .hero-content h1 { 

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 38px;
                font-size: 2.375rem;            
            
        
    
    

 }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-icon { width: 15%; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-content { width: 85%; }
    .resources-webinars-accordion-container .accordion_content { font-size: 100%; }
    .resources-books-headline-block { max-width: 67%; }
    .left-column-cta, .center-column-cta, .right-column-cta { max-width: 75%; }
    .our-founder-speaking-content { padding: 0 2em; }
    .about-navix-news-bckgrnd-wrapper .row-number-30 { margin: -1em auto -2em; }
    .navix-news-container { width: 60% !important; margin-right: 1em !important; }
    .article-callout-content, .article-callout-on-white-content { width: 75%; }
    .article-callout-icon img { max-width: 45px; }
    .speaker-feature-bckgrnd-wrapper { background-position-x: right 40%; }
    .speaker-feature-container { padding: 0.5em 0 2em; }
    .educational-video-series-feature-content h1, .resources-feature-content h1, .lp-feature-content h1 { font-size: 150%; }
    .books-ghost-box { max-width: 80%; }
    .learn-more-resources-section-icon { margin-right: 3%; }
    .learn-more-resouces-section-title { width: 80%; position: relative; top: 0.5em; }
    .learn-more-resources-section-content { width: 100%; margin-top: 1em; }
    .additional-questions-content h2 a { display: block; }
    .question-title-body-headline h1 { line-height: 1.125; }
    .footer-left-column-content .footer-contact-content ul, .footer-left-column-content .footer-tagline-content { font-size: 85%; }
    .blog-masthead-wrapper { min-height: 105px !important; }
    .blog-content .post-listing a.more-link { min-width: 100px; }
    .blog-content blockquote h4 { line-height: 2.5; font-size: 125%; background-size: 50px; padding-left: 65px; }
    .blog-content blockquote p { font-size: 95%; }
    .blog-content blockquote h3 { font-size: 100%; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item { width: 68%; }
    .footer-social-media-content { display: none; }
    .staff-block-item-wrapper .staff-block-item { width: 75%; margin: 5% auto; float: none; }
    .staff-block-item-wrapper .staff-block-item:nth-child(3n) { margin: 5% auto; }
    .staff-block-item-wrapper .staff-block-item:nth-child(4n) { margin: 5% auto; }
    .staff-block-item-wrapper .staff-block-item:nth-last-child(1) { margin: 5% auto; }
    .staff-block-content h4 { font-size: 100%; }
    .staff-block-content a.non-certified, .staff-block-content a.certified { font-size: 100%; }
    .staff-block-content ul, .staff-bio-modal-left-column ul { font-size: 100%; }
    .consultant-block-item-wrapper .consultant-block-item { width: 75%; margin: 5% auto; float: none; }
    .consultant-block-item-wrapper .consultant-block-item:nth-child(3n) { margin: 5% auto; }
    .consultant-block-item-wrapper .consultant-block-item:nth-child(4n) { margin: 5% auto; }
    .consultant-block-item-wrapper .consultant-block-item:nth-last-child(1) { margin: 5% auto; }
    .consultant-block-content h4 { font-size: 100%; }
    .consultant-block-content a.non-certified, .consultant-block-content a.certified { font-size: 100%; }
    .consultant-block-content ul, .consultant-bio-modal-left-column ul { font-size: 100%; }
	.resources-tools-articles-block-item-wrapper .resources-tools-articles-block-item, .resources-ebooks-block-item-wrapper .resources-ebooks-block-item, .resources-white-papers-block-item-wrapper .resources-white-papers-block-item, .resources-archived-webinars-block-item-wrapper .resources-archived-webinars-block-item, .resources-educational-videos-block-item-wrapper .resources-educational-videos-block-item, .resources-books-block-item-wrapper .resources-books-block-item { width: 75%; }
    .resources-tools-articles-block-interior-content { min-height: 95px; }
    .resources-tools-articles-block-content .resources-tools-articles-block-interior-content h4 { font-size: 120%; }
    .resources-ebooks-block-interior-content { min-height: 80px; }
    .resources-ebooks-block-content .resources-ebooks-block-interior-content h4 { font-size: 120%; }
    .resources-white-papers-block-interior-content { min-height: 80px; }
    .resources-white-papers-block-content .resources-white-papers-block-interior-content h4 { font-size: 120%; }
    .resources-archived-webinars-block-interior-content { min-height: 190px; }
    .resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h4.upcoming { font-size: 130%; }
    .resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h4 { font-size: 120%; }
    .resources-archived-webinars-block-content .resources-archived-webinars-block-interior-content h6 { font-size: 115%; }
    .resources-educational-videos-block-interior-content { min-height: 135px; }
    .resources-educational-videos-block-content .resources-educational-videos-block-interior-content h4 { font-size: 120%; }
    .resources-educational-videos-block-content .resources-educational-videos-block-interior-content h6 { font-size: 115%; }
    .resources-books-block-content .resources-books-block-interior-content h4 { font-size: 120%; }
}


@media only screen and (max-width : 335px) {
	.header-contact-content ul { padding-left: 0; }
    .header-contact-content ul li { display: block; padding: 0.5em 0; }
    .header-nav-bar-custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a sup { display: none; }
    .exit-process-outie-button, .exit-process-innie-button, .exit-process-passer-button, .exit-process-squeezer-button, .exit-process-navix-map-button { width: 100%; }
    .exit-process-diagram-download { width: 100%; display: block; clear: both; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-icon { margin-right: 3%; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-icon img { max-width: 40px; }
    .resources-articles-tools-accordion-container .accordion_content .accordion-content-right-column .accordion-download-content { width: 82%; }
    .resources-books-headline-block { max-width: 100%; }
    .about-feature-content { width: 100% !important; }
    .navix-news-container { width: 100% !important; }
    .about-left-column-book-image img { max-width: 50%; }
    .about-right-column-book-image img { max-width: 47%; }
    .our-founder-speaking-content { padding: 0; }
    .questions-owners-ask-feature-container { padding: 3em 0 2.5em; }
    .article-callout-content, .article-callout-on-white-content { width: 65%; }
    .article-callout-icon img { max-width: 65px; }
    .exit-strategy-types-body-content { padding: 0; }
    .speaker-feature-content { text-align: center; }
    .speaker-feature-content ul { font-size: 95%; }
    .speaker-feature-content ul ul { padding-left: 0; }
    .speaker-feature-bckgrnd-wrapper { background-position-x: right 35%; }
    .become-consultant-feature-container { padding: 2em 0 1em; }
    .hp-feature-content h1 { font-size: 150%; line-height: 1.125; }
    .hp-questions-owners-should-ask-bckgrnd-wrapper { background-position-x: right 28%; }
    .blog-masthead-wrapper { min-height: 72px !important; }
    .blog-content blockquote h4 { background-position: top center; line-height: 1.25; padding: 3em 0; }
    .blog-content blockquote { background-position: center center; text-align: center; }
    .blog-content blockquote h3 { font-size: 115%; }
    .lp-content-right-column-body-content ul.lp-content-body-content-access li { line-height: 1.25; }
    .archived-webinars-block-item-wrapper .archived-webinars-block-item { width: 88%; }
    .staff-feature-bckgrnd-wrapper { background-position: 43% center; }
    .staff-block-item-wrapper .staff-block-item { width: 85%; }
    .staff-block-content h4 { font-size: 125%; }
    .staff-block-content ul, .staff-bio-modal-left-column ul { font-size: 90%; }
    .staff-block-item-wrapper .consultant-block-item:nth-last-child(1) { margin: 5% auto 10%; }
    .staff-bio-modal { padding: 30px; }
    .staff-bio-modal-left-column { width: 100%; }
    .consultants-feature-bckgrnd-wrapper { background-position: 80% center; }
    .consultant-block-item-wrapper .consultant-block-item { width: 85%; }
    .consultant-block-content h4 { font-size: 125%; }
    .consultant-block-content ul, .consultant-bio-modal-left-column ul { font-size: 90%; }
    .consultant-block-item-wrapper .consultant-block-item:nth-last-child(1) { margin: 5% auto 10%; }
    .consultant-bio-modal { padding: 30px; }
    .consultant-bio-modal-left-column { width: 100%; }
	.resources-tools-articles-block-item-wrapper .resources-tools-articles-block-item, .resources-ebooks-block-item-wrapper .resources-ebooks-block-item, .resources-white-papers-block-item-wrapper .resources-white-papers-block-item, .resources-archived-webinars-block-item-wrapper .resources-archived-webinars-block-item, .resources-educational-videos-block-item-wrapper .resources-educational-videos-block-item, .resources-books-block-item-wrapper .resources-books-block-item { width: 80%; }
    .resources-tools-articles-block-interior-content { min-height: 115px; }
    .resources-ebooks-block-interior-content { min-height: 95px; }
    .resources-archived-webinars-block-interior-content { min-height: 230px; }
    .resources-educational-videos-block-interior-content { min-height: 175px; }
    .resources-books-block-image-wrapper { min-height: 200px; }
    .resources-books-block-interior-content { min-height: 115px; }
	.footer-left-column-content .footer-contact-content li { display: block; padding: 0.5em 0; }
    .footer-logo img.hs-image-widget { max-width: 45%; }
}



/* privacy policy */
.privacy-feature-bckgrnd-wrapper { background: url(//www.navixconsultants.com/hubfs/backgrounds/navix-consultants-feature-bckgrnd-1540x625.jpg) no-repeat top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; padding: 100px 0; }



.yellow-form .lp-45-consult-main-content-right-column {
  position: relative;
  top: -14em;
}
@media all and (max-width: 767px){
  .yellow-form .lp-45-consult-main-content-right-column {
  position: relative;
  top: 0;
    padding: 25px !important;
}
  
  .lp-45-consult-main-content-wrapper-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.yellow-form .lp-feature-container h1 {
    text-align: left;
    font-size: 48px;
    font-weight: 400;
}

.yellow-form .lp-form2 .hs-button.primary.large {
      -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
        background: rgb(178,162,105)!important;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    padding: 10px 20px;
    text-shadow: none;
    width: auto;
    font-size: 20px;
    line-height: 1.5em;
    border: 5px solid #99875e;
    margin-top: 6px;
  border-radius: 0 !important;
  float: left !important;
  -webkit-appearance: none;
}
.yellow-form .lp-form2 .hs-button.primary.large:hover {
    background: rgb(195,178,115)!important;
    color: rgb(255,255,255)!important;
}

.yellow-form .lp-form2 form.hs-form .hs-form-field ul.inputs-list li {
    display: block;
    margin-right: 1em;
}

.yellow-form .lp-form2 .hs_cos_wrapper_type_form select {
    height: 35px;
}

.yellow-form .lp-form2 .hs_cos_wrapper_type_form textarea {
  height: 120px;
  resize: none;
}


.yellow-form .fortyfive-feature-wrapper {
  background-image: url(https://www.navixconsultants.com/hubfs/backgrounds/happy-accident-bg.jpg);
}