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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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



/*****************************************/
/* Colors
/*****************************************/




/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,300,400italic,400,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700italic,700,500italic,500,400italic,300italic,300);

@font-face {
  font-family: 'Klavika';
  src: url('//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Fonts/KlavikaBold/KlavikaBoldBoldOSF.eot'); /* IE9 Compat Modes */
  src: url('//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Fonts/KlavikaBold/KlavikaBoldBoldOSF.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Fonts/KlavikaBold/KlavikaBoldBoldOSF.woff2') format('woff2'), /* Super Modern Browsers */
       url('//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Fonts/KlavikaBold/KlavikaBoldBoldOSF.woff') format('woff'), /* Pretty Modern Browsers */
       url('//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Fonts/KlavikaBold/KlavikaBoldBoldOSF.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Fonts/KlavikaBold/KlavikaBoldBoldOSF.svg#KlavikaBoldBoldOSF') format('svg'); /* Legacy iOS */
       font-weight: bold;
}
@font-face {
  font-family: 'Klavika';
  src: url('//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Fonts/KlavikaPlain/KlavikaLightPlain.eot'); /* IE9 Compat Modes */
  src: url('//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Fonts/KlavikaPlain/KlavikaLightPlain.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Fonts/KlavikaPlain/KlavikaLightPlain.woff2') format('woff2'), /* Super Modern Browsers */
       url('//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Fonts/KlavikaPlain/KlavikaLightPlain.woff') format('woff'), /* Pretty Modern Browsers */
       url('//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Fonts/KlavikaPlain/KlavikaLightPlain.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Fonts/KlavikaPlain/KlavikaLightPlain.svg#KlavikaLightPlain') format('svg'); /* Legacy iOS */
       font-weight: 400;
}


html {
    font-size: 14px;
}
html, body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
body {
	background: #ffffff;
	font-size: 14px;
	width: 100%;
	height: 100%;
    margin: 0px;
}

.fullwidth-bg {
    display: inline-block;
    float: left;
    width: 100%;
}
.page-center {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.page-center-nopadding {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.page-center-small {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width:767px) {
    html, body {
        font-size: 13px;
    }
}
@media (max-width:480px) {

    .page-center {
        padding: 0px 20px;
    }
}

a {
    color: #b9a044;
    transition: 0.1s
}
a:hover {
    color: #877532;
}
a,
a:hover,
a:active {
    text-decoration: none!important;
}

/* ------ Typography ------ */
/* Basic text */
p,
span {
    font-weight: 300;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    color: #888888;
    line-height: 1.4;
}
.large-paragraph p,
.large-paragraph span {
    font-size: 1.286rem; /* 18px */
    color: #666666;    
}
.extralarge-paragraph p,
.extralarge-paragraph span {
    font-size: 1.5rem; /* 21px */
    color: #666666;
}

img {
    height: auto!important;
}

hr {
    margin: 25px 0px;
    border: 0px;
    border-top: 1px solid #e4e4e4;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333333;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 4.286rem; /* 60px */
}
.large-h2 h2 {
    font-size: 3.429rem; /* 48px */
}
h2 {
    font-size: 3rem; /* 42px */
}
h3 {
    font-size: 2.571rem; /* 36px */
}
h4 {
    font-size: 1.714rem; /* 24px */
}
h5 {
    font-size: 1.571rem; /* 22px */
}
h6 {
    font-size: 1.429rem; /* 20px */
}

@media (max-width:767px) {
    h1 {
        font-size: 3.9rem;
    }    
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}

li {}

ul.unstyled, ol.unstyled {}

ul.inline, ol.inline {}
ul.inline > li, ol.inline > li {}

dl {}
dt, dd {}
dt {}
dd {}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}



/* Forms */
input:focus,
textarea:focus {
    outline: none!important;
    border: 2px solid #b9a044!important;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
ul.hs-error-msgs {
    margin-top: 0px;
}
form.hs-form input,
form.hs-form select,
form.hs-form option,
form.hs-form textarea {
    padding: 14px;
    border: 1px solid #d3d3d3;
    margin-bottom: 17px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
}


/* Display */
.display-none {display: none!important;}

@media (min-width:768px) {
    .desktop-display-none {
        display: none!important;
    }   
}
@media (max-width:767px) {
    .mobile-display-none {
        display: none!important;
    }
}

/* Margins & Paddings */

.padding-XXL    {   padding: 110px  0px;    }
.padding-XL	    {	padding: 90px	0px;    }
.padding-L	    {	padding: 85px	0px;	}
.padding-M	    {	padding: 65px	0px;	}
.padding-S	    {	padding: 45px	0px;	}
.padding-XS	    {	padding: 30px	0px;	}
.padding-XXS	{	padding: 20px	0px;	}
					
.padding-XXL-top	{	padding-top: 110px;	}	
.padding-XL-top	    {	padding-top: 90px;	}	
.padding-L-top	    {	padding-top: 85px;	}	
.padding-M-top	    {	padding-top: 65px;	}	
.padding-S-top	    {	padding-top: 45px;	}	
.padding-XS-top	    {	padding-top: 30px;	}	
.padding-XXS-top	{	padding-top: 20px;	}		
					
.padding-XXL-bottom	{	padding-bottom:	110px;	}	
.padding-XL-bottom	{	padding-bottom:	90px;	}	
.padding-L-bottom	{	padding-bottom:	85px;	}	
.padding-M-bottom	{	padding-bottom:	65px;	}	
.padding-S-bottom	{	padding-bottom:	45px;	}	
.padding-XS-bottom	{	padding-bottom:	30px;	}	
.padding-XXS-bottom	{	padding-bottom:	20px;	}		

.margin-none, 
.margin-none h1, 
.margin-none h2, 
.margin-none h3, 
.margin-none h4, 
.margin-none h5, 
.margin-none h6, 
.margin-none p {
    margin: 0px;
}

.margin-XXL     {	margin:	110px	0px;	}
.margin-XL	    {	margin:	90px	0px;   	}
.margin-L	    {	margin:	85px	0px;	}
.margin-M	    {	margin:	65px	0px;	}
.margin-S	    {	margin:	45px	0px;	}
.margin-XS	    {	margin:	30px	0px;	}
.margin-XXS	    {	margin:	20px	0px;	}
					
.margin-XXL-top	{	margin-top:	110px;	}	
.margin-XL-top	{	margin-top:	90px;	}	
.margin-L-top	{	margin-top:	85px;	}	
.margin-M-top	{	margin-top:	65px;	}	
.margin-S-top	{	margin-top:	45px;	}	
.margin-XS-top	{	margin-top:	30px;	}	
.margin-XXS-top	{	margin-top:	20px;	}	
					
.margin-XXL-bottom	{	margin-bottom:	110px;}	
.margin-XL-bottom	{	margin-bottom:	90px;}	
.margin-L-bottom	{	margin-bottom:	85px;}	
.margin-M-bottom	{	margin-bottom:	65px;}	
.margin-S-bottom	{	margin-bottom:	45px;}	
.margin-XS-bottom	{	margin-bottom:	30px;}	
.margin-XXS-bottom	{	margin-bottom:	20px;}		

@media (max-width: 767px) {
    .mobile-padding-XXL         {   padding: 80px 0px;}
    .mobile-padding-XL	        {	padding: 60px 0px;}
    .mobile-padding-L	        {	padding: 50px 0px;}
    .mobile-padding-M	        {	padding: 40px 0px;}
    .mobile-padding-S      	    {	padding: 30px 0px;}
    .mobile-padding-XS	        {	padding: 20px 0px;}
    .mobile-padding-XXS	        {	padding: 10px 0px;}

    .mobile-padding-XXL-all     {   padding: 80px; }
    .mobile-padding-XL-all	    {	padding: 60px; }
    .mobile-padding-L-all	    {	padding: 50px; }
    .mobile-padding-M-all	    {	padding: 40px; }
    .mobile-padding-S-all      	{	padding: 30px; }
    .mobile-padding-XS-all	    {	padding: 20px; }
    .mobile-padding-XXS-all	    {	padding: 10px; }
    
    .mobile-padding-XXL-top	    {	padding-top: 80px;}	
    .mobile-padding-XL-top	    {	padding-top: 60px;}	
    .mobile-padding-L-top	    {	padding-top: 50px;}	
    .mobile-padding-M-top	    {	padding-top: 40px;}	
    .mobile-padding-S-top	    {	padding-top: 30px;}	
    .mobile-padding-XS-top	    {	padding-top: 20px;}	
    .mobile-padding-XXS-top	    {	padding-top: 10px;}	
    					
    .mobile-padding-XXL-bottom	{	padding-bottom:	80px;}	
    .mobile-padding-XL-bottom	{	padding-bottom:	60px;}	
    .mobile-padding-L-bottom	{	padding-bottom:	50px;}	
    .mobile-padding-M-bottom	{	padding-bottom:	40px;}	
    .mobile-padding-S-bottom	{	padding-bottom:	30px;}	
    .mobile-padding-XS-bottom	{	padding-bottom:	20px;}	
    .mobile-padding-XXS-bottom	{	padding-bottom:	10px;}	

    .mobile-margin-XXL          {	margin:	80px 0px;}
    .mobile-margin-XL	        {	margin:	60px 0px;}
    .mobile-margin-L	        {	margin:	50px 0px;}
    .mobile-margin-M	        {	margin:	40px 0px;}
    .mobile-margin-S	        {	margin:	30px 0px;}
    .mobile-margin-XS	        {	margin:	20px 0px;}
    .mobile-margin-XXS	        { 	margin:	10px 0px;}
    					
    .mobile-margin-XXL-top	    {	margin-top:	80px;}	
    .mobile-margin-XL-top	    {	margin-top:	60px;}	
    .mobile-margin-L-top	    {	margin-top:	50px;}	
    .mobile-margin-M-top	    {	margin-top:	40px;}	
    .mobile-margin-S-top	    {  	margin-top:	30px;}	
    .mobile-margin-XS-top	    {	margin-top:	20px;}	
    .mobile-margin-XXS-top	    {	margin-top:	10px;}		
    					
    .mobile-margin-XXL-bottom	{	margin-bottom:	80px;}	
    .mobile-margin-XL-bottom	{	margin-bottom:	60px;}	
    .mobile-margin-L-bottom	    {	margin-bottom:	50px;}	
    .mobile-margin-M-bottom	    {	margin-bottom:	40px;}	
    .mobile-margin-S-bottom	    {	margin-bottom:	30px;}	
    .mobile-margin-XS-bottom	{	margin-bottom:	20px;}	
    .mobile-margin-XXS-bottom	{	margin-bottom:	10px;}
    
    .mobile-margin-none {margin: 0px;}
}

/* Alignments */

.text-aligncenter {
    text-align: center;
}
.text-alignleft {
    text-align: left;
}
.text-alignright {
    text-align: right;
}
.text-alignjustify {
    text-align: justify;
}

@media (max-width: 767px) {
    .mobile-text-aligncenter {
        text-align: center;
    }
    .mobile-text-alignleft {
        text-align: left;
    }
    .mobile-text-alignright {
        text-align: right;
    }
    .mobile-text-alignjustify {
        text-align: justify;
    }
}
@media (min-width:768px) {
  .vertical-aligncenter > .row-fluid-wrapper > .row-fluid {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
/* Font Family */
.secondary-font-family,
.secondary-font-family h1,
.secondary-font-family h2,
.secondary-font-family h3,
.secondary-font-family h4,
.secondary-font-family h5,
.secondary-font-family h6,
.secondary-font-family p,
.secondary-font-family span,
.secondary-font-family li {
    font-family: 'Roboto Condensed', sans-serif;
}

/* Font-weight */
.font-bold,
.font-bold h1,
.font-bold h2,
.font-bold h3,
.font-bold h4,
.font-bold h5,
.font-bold h6 {
    font-weight: bold;
}
.font-medium,
.font-medium h1,
.font-medium h2,
.font-medium h3,
.font-medium h4,
.font-medium h5,
.font-medium h6,
.font-medium p,
.font-medium span {
    font-weight: 500;
}
/* Colors */
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white span,
.color-white li {
    color: #fff;
}

/* Background Colors */
.body-bg-grey {
    background: #f0f0f0;
}

/* Borders */
.border-bottom-primary {
    border-bottom: 4px solid #b9a044;
}
.border-bottom-lightgrey {
    border-bottom: 1px solid #dcdcdc;
}

/* Hero Banner */
.hero-banner {
    background-size: cover!important;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-image {
    display: none!important;
}

/* Inner page hero banner */
#inner-herobanner {
    padding: 58px 0px 52px;
    border-bottom: 3px solid #1d5498;
}

/* Image */
.img-rounded-border {
    margin-bottom: 10px;
}
.img-rounded-border > div {
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #999;
}

/**
 *
 * =======================================================================
   HEADER
 * =======================================================================
 */
.header-container {
    z-index: 999999;
}

/* ===================
 *
 * Sub Header
 *
 * ================ */
#subheader {
    padding: 9px 0px 2px;
    background: #062741;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
 
 
/* Welcome text */
#subheader .welcome-text {
    
}
#subheader .welcome-text span span {
    color: #b9a044;
}

/* Subheader menu */
#subheader .subheader-menu {
    
}
#subheader .subheader-menu ul {
    padding: 0px;
    margin: 0px;
}
#subheader .subheader-menu ul:before {
    content: "Do not have an account?";
    display: inline-block;
    float: left;
    font-size: 13px;
    color: #fff;
}
#subheader .subheader-menu ul li {
    
}
#subheader .subheader-menu ul li a {
    padding: 0px 10px;
    font-size: 13px;
    border-right: 1px solid rgba(0,0,0,0.5);
    box-shadow: 1px 0px 0px rgba(255,255,255,0.2);
}
#subheader .subheader-menu ul li:last-child a {
    color: #fff;
}
@media (min-width:768px) and (max-width:850px) {
    #subheader .subheader-menu ul li a {
        font-size: 11px;
    }
}

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

#header {
    padding: 20px 0px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
@media (max-width:767px) {
    #header {
        padding-bottom: 0px;
    }    
}

/* Logo */
#header .logo img {
    max-height: 56px;
    width: auto!important;
}
@media (max-width:767px) {
    #header .logo {
        display: inline-block;
        width: 50%!important;
        float: left;
        text-align: left;
    }   
}

/* Google search */
#header .google-search {
    margin-top: 5px;
}
#header .google-search form {
    position: relative;
}
#header .google-search form input {
    padding: 8px 27px 7px 8px;
    border: 1px solid #d6d6d6;
    border-radius: 30px;
}
    #header .google-search form input:focus {
        border: 1px solid #b9a044!important;
    }
#header .google-search form a.hs-button {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
}
#header .google-search form a.hs-button i {
    font-size: 15px;
    color: #424242;
}
@media (max-width:767px) {
    #header .logo img {
        margin-bottom: 10px;
    }    
}

/* Contact */
#header .header-call {
    border-left: 1px solid #d1d1d1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#header .header-call ul {
    padding: 0px 0px 0px 39px;
    margin: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#header .header-call ul:before {
    content: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-phone.png);
    display: inline-block;
    position: relative;
    float: left;
}
#header .header-call ul li {
    list-style: none;
}
#header .header-call ul li a {
    display: inline-block;
    padding: 0px 0px 0px 6px;
    margin: 0px;
    font-size: 12px;
    color: #999999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#header .header-call ul li a span {
    font-size: 12px;
}
#header .header-call ul li a span.phone-num-text {
    font-size: 25px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}
@media (min-width:768px) and (max-width:1200px) {
    #header .header-call ul {
        padding-left: 10px;
    }
    #header .header-call ul li a span {
        font-size: 10px;
    }
    #header .header-call ul li a span.phone-num-text {
        font-size: 18px;
    }   
}
@media (min-width:768px) and (max-width:1000px) {
    #header .header-call {
        margin-top: 5px;
    }
    #header .header-call ul li a span.phone-num-text {
        font-size: 14px;
        line-height: 15px;
    }   
}
@media (max-width: 767px) {
    body.homepage .sticky-wrapper,
    body.homepage .sticky-wrapper > #main-navigation,
    body.homepage .sticky-wrapper > #main-navigation > .page-center,
    body.homepage .sticky-wrapper > #main-navigation > .page-center > .span12,
    body.homepage .sticky-wrapper > #main-navigation > .page-center > .span12 > .row-fluid-wrapper,
    body.homepage .sticky-wrapper > #main-navigation > .page-center > .span12 > .row-fluid-wrapper > .row-fluid,
    body.homepage .sticky-wrapper > #main-navigation > .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span12 {
        min-height: 0px!important;
        height: auto!important;
    }
    #header .header-call {
        display: inline-block;
        width: 50%!important;
        max-width: 250px;
        float: right;
        text-align: right;
        margin: -7px auto 0px;
        border: 0px;
    }
    #header .header-call ul {
        padding: 0px;
    }
    #header .header-call ul:before {
        float: right;
        margin-left: 5px;
    }
    
}
@media (max-width:568px) {
    #header .header-call ul li a span {
        font-size: 9px;
    }
    #header .header-call ul li a span.phone-num-text {
        font-size: 19px;
    }  
}
@media (max-width:480px) {
    #header .header-call ul:before {
        display: none;
    }
    #header .header-call {
        margin-top: 5px;
    }
    #header .header-call ul li a span.phone-text,
    #header .header-call ul li a br {
        display: none;
    }
    #header .header-call ul li a span.phone-num-text {
        font-size: 18px;
    }
}

/* ===================
 *
 * Main Navigation
 *
 * ================ */
#main-navigation {
    z-index: 999999;
}
@media (min-width:768px) {
    #main-navigation {
        height: 50px;
        background: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Patterns/main-nav-pattern.jpg);
        background-repeat: repeat-x;
        background-position: top left;    
    }
    #main-navigation ul li a {
        max-width: none;
        padding: 15px 20px 14px;
        color: #FFF;
        font-size: 16px; /* 1.143rem */
        font-weight: bold;
        text-transform: uppercase;
        transition: 0.2s;
    }
        #main-navigation ul li a:hover {
            background: #0d2f58;
        }
    #main-navigation .hs-menu-wrapper > ul > li > a {
        padding: 14px 35px 13px;
        border-right: 1px solid rgba(0,0,0,0.4);
        box-shadow: 1px 0px 1px rgba(255,255,255,0.2);
    }
        #main-navigation .hs-menu-wrapper > ul > li.active.active-branch > a {
            background: #0d2f58;
        }
        
    #main-navigation .hs-menu-wrapper > ul > li:first-child {
        border-left: 1px solid rgba(0,0,0,0.4);
    }
    #main-navigation .hs-menu-wrapper > ul > li:first-child > a {
        border-left: 1px solid rgba(255,255,255,0.2);
    }
    
    #main-navigation ul.hs-menu-children-wrapper {
        background: #0d2f58;
    }
    #main-navigation ul.hs-menu-children-wrapper a {
        font-size: 0.9rem;
    }
    #main-navigation ul.hs-menu-children-wrapper a:hover {
        background: #b9a044;
    }
}
@media (min-width:768px) and (max-width:1300px) {
    #main-navigation .hs-menu-wrapper > ul > li > a {
        padding: 15px 33px 14px;
    }
}
@media (min-width:768px) and (max-width: 1200px) {
    #main-navigation .hs-menu-wrapper {
        text-align: center;
    }
    #main-navigation .hs-menu-wrapper ul {
        float: none;
    }
    #main-navigation .hs-menu-wrapper > ul > li > a {
        padding: 15px 21px 15px;
        font-size: 14px;
    }
}

@media (min-width:768px) and (max-width: 950px) {
    #main-navigation .hs-menu-wrapper > ul > li > a {
        padding: 18px 17px 18px;
        font-size: 10px;
    }
}


@media (max-width:767px) {
    .header-container-wrapper {
        position: relative;
        z-index: 999999;
    }
    body.homepage .header-container-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    body.homepage #header {
        background: none;
        transition: 0.2s;
    }
    body.homepage.mobile-open #header {
        background: rgba(255,255,255,1);
    }
    body.homepage #main-navigation {
        transition: 0.2s;
    }
    #main-navigation-sticky-wrapper.is-sticky #main-navigation {
        position: relative!important;
    }
    body.homepage.mobile-open #main-navigation {
        background: rgba(255,255,255,1);
    }
    #main-navigation-sticky-wrapper {
        height: auto!important;
        min-height: 0px!important;
    }
    #main-navigation-sticky-wrapper > #main-navigation {
        height: auto!important;
        min-height: 0px!important;
    }
    #main-navigation-sticky-wrapper > #main-navigation > .page-center > .span12,
    #main-navigation-sticky-wrapper > #main-navigation > .page-center > .span12 > .row-fluid-wrapper > .row-fluid > .span12 {
        height: auto!important;
        min-height: 0px!important;
        margin: 0!important;
    }
}


/**
 *
 * =======================================================================
   FOOTER
 * =======================================================================
 */
 
/* ===================
 *
 * Site Footer
 *
 * ================ */
#site-footer {
    padding: 58px 0px 65px;
    background: #031a2d;
}
#site-footer .sitefooter-header span {
    display: block;
    margin: 0px 0px 20px;
    color: #fff;
    font-size: 1.286rem;
    font-weight: 700;
}
@media (min-width:768px) and (max-width:900px) {
    #site-footer .sitefooter-header span {
        font-size: 1rem;
    }
}
@media (max-width:767px) {
    #site-footer {
        padding: 30px 0px;
    }
    #site-footer .sitefooter-header span {
        margin-bottom: 0px;
    }
}

/* All menus */
#site-footer .hs-menu-wrapper ul {
    padding: 0px;
    margin: 0px;
}
#site-footer .hs-menu-wrapper ul li {
    margin-bottom: 20px;
}
#site-footer .hs-menu-wrapper ul li a {
    padding: 0px;
    color: #999999;
    font-weight: 400;
    transition: 0.2s;
    text-transform: capitalize;
}
    #site-footer .hs-menu-wrapper ul li a:hover {
        color: #b9a044;
    }
@media (min-width:768px) and (max-width:900px) {
    #site-footer .hs-menu-wrapper ul li a {
        font-size: 0.8rem;
    }
}
@media (max-width:767px) {
    #site-footer .hs-menu-wrapper ul li {
        margin-bottom: 10px;
    }
}

/* Column 02 */
@media (min-width:768px) {
    #site-footer .column-02 .hs-menu-wrapper ul li {
        display: inline-block;
        float: left;
        width: 50%!important;
        margin: 0px 0px 17px;
    }
}
@media (max-width:767px) {
    #site-footer .column-02 .hs-menu-wrapper ul li {
        display: block;
        float: none;
    }
}

/* Column 04 */
#site-footer .column-04 .footer-subscribe-form form {
    position: relative;
}
#site-footer .column-04 .footer-subscribe-form form label,
#site-footer .column-04 .footer-subscribe-form form ul.hs-error-msgs {
    display: none!important;
}
#site-footer .column-04 .footer-subscribe-form form input {
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 0px;
}
#site-footer .column-04 .footer-subscribe-form form .hs_submit input {
    position: absolute;
    top: 0;
    right: -2px;
    height: 100%;
    margin-bottom: 0px!important;
    color: #FFF;
    font-size: 16px;
    border: 0px;
    outline: 0px;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c6ab4+0,094b80+100 */
    background: rgb(44,106,180); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(44,106,180,1) 0%, rgba(9,75,128,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(44,106,180,1) 0%,rgba(9,75,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(44,106,180,1) 0%,rgba(9,75,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6ab4', endColorstr='#094b80',GradientType=0 ); /* IE6-9 */
}
    #site-footer .column-04 .footer-subscribe-form form .hs_submit input:hover {
        border: 0px!important;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#094b80+0,2c6ab4+100 */
        background: rgb(9,75,128); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(9,75,128,1) 0%, rgba(44,106,180,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(9,75,128,1) 0%,rgba(44,106,180,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(9,75,128,1) 0%,rgba(44,106,180,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094b80', endColorstr='#2c6ab4',GradientType=0 ); /* IE6-9 */
    }
#site-footer .column-04 .footer-subscribe-form form .hs_submit input:active {
    border: 0px!important;
}

/* ===================
 *
 * Footer
 *
 * ================ */
#footer {
    background: #021321;
}
@media (max-width:767px) {
    #footer {
        text-align: center;
    }
}
/* Logo */
#footer .footer-logo {
    padding: 5px 0px;
    border-right: 1px solid #162837;
}
#footer .footer-logo img {
    padding: 10px 0px;
    max-height: 52px;
    width: auto!important;
}
@media (max-width:767px) {
    #footer .footer-logo {
        border: 0px;
    }
}

/* Copyright */
#footer .copyright {
    margin-top: 22px;
    color: #999999;
}
#footer .copyright span {
    font-size: 12px;
}
@media (min-width:768px) and (max-width:1100px) {
    #footer .copyright {
        margin-top: 10px;
    }
}
#footer.footer-landingpage {
    border: 0px;
}

/* Social Links */
.social-links {
    margin-top: 22px;
    text-align: right;
}

.social-links .hs-menu-wrapper ul {
    padding: 0px;
    margin: 0px;
}
.social-links .hs-menu-wrapper ul li {
    display: inline-block;
    width: auto;
    float: none;
    margin-left: 10px;
}
.social-links .hs-menu-wrapper ul li a {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 34px;
    padding: 0px;
    background: #1c364b;
    border-radius: 100%;
    text-align: center;
    padding: 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: 0.2s;
}
    .social-links .hs-menu-wrapper ul li a:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0a648+0,ceb24f+100 */
        background: rgb(192,166,72); /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover,  rgba(192,166,72,1) 0%, rgba(206,178,79,1) 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover,  rgba(192,166,72,1) 0%,rgba(206,178,79,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center,  rgba(192,166,72,1) 0%,rgba(206,178,79,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0a648', endColorstr='#ceb24f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }
.social-links .hs-menu-wrapper ul li a i {
    margin: auto;
    color: #fff;
    font-size: 14px;
}
@media (max-width:767px) {
    .social-links {
        text-align: center;
    }
    .social-links .hs-menu-wrapper ul li a {
        padding: 9px;
    }
}

#footer.footer-landingpage .social-links {
    text-align: center;
}
#footer.footer-landingpage .social-links .hs-menu-wrapper ul li {
    margin: 0px 5px;
}
/**
 *
 * =======================================================================
   HOMEPAGE STYLING
 * =======================================================================
 */
.to-next-section img {
    transition: 0.2s;
    cursor: pointer;
}
    .to-next-section:hover img {
        opacity: 0.7;
    }
    
@media (max-width:767px) {
    .body-container-wrapper {
        margin-top: px;
    }
}

/* Hero Banner */
#home-herobanner {
    padding: 210px 0px 204px;
}
#home-herobanner .extralarge-paragraph span {
    font-size: 1.429rem;
}
#home-herobanner h1,
#home-herobanner .extralarge-paragraph span {
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
#home-herobanner h1 {
    font-weight: bold;
    line-height:initial;
}
#home-herobanner .extralarge-paragraph span {
    font-weight: 500;
}
@media (max-width:767px) {
    #home-herobanner {
        padding: 140px 0px 50px;
        background-position: 78% 50%!important;
    }  
}

/* Introduction */
.feature-box-wrapper {
    
}
.feature-box-wrapper a.feature-box {
    display: inline-block;
    width: 100%;
    padding: 30px 35px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 4px solid transparent;
    border-radius: 5px;
    transition: 0.2s;
}
    .feature-box-wrapper a.feature-box:hover {
        border: 4px solid #b9a044;
    }
.feature-box-wrapper a.feature-box .feature-icon {
    position: relative;
    width: 126px;
    height: 126px;
    margin: auto;
    background: #1f599f;
    border-radius: 100%;
    transition: 0.2s;
}
    .feature-box-wrapper a.feature-box:hover .feature-icon {
        background: #b9a044;
    }
.feature-box-wrapper a.feature-box .feature-icon img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.feature-box-wrapper a.feature-box p.feature-title {
    margin: 30px 0px 12px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
}
.feature-box-wrapper a.feature-box p.feature-description {
    margin: 0px;
}
.feature-box-wrapper a.feature-box p.explore-btn {
    display: inline-block;
    padding: 5px 9px;
    margin-top: 44px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: 0.2s;
}
    .feature-box-wrapper a.feature-box:hover p.explore-btn {
        background: #b9a044;
        border: 1px solid #b9a044;
        color: #fff;
    }

@media (min-width:768px) and (max-width:900px) {
    .feature-box-wrapper a.feature-box {
        padding: 20px;
    }
    .feature-box-wrapper a.feature-box .feature-icon {
        width: 90px;
        height: 90px;
    }
}
@media (max-width:767px) {
    .feature-box-wrapper a.feature-box {
        margin-bottom: 20px;
        padding: 30px;
    }
}
    
/* Our Products */
#our-products {
    position: relative;
    background: #e9e9e9;
}
#our-products:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 45px;
    background: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Backgrounds/Homepage/our-products-top.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: initial;
    z-index: 3;
}
#our-products .to-next-section {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    z-index: 5;
    margin: auto;
    text-align: center;
}

.product-box-wrapper .product-box {
    display: inline-block;
    width: 100%;
    padding: 39px 40px 31px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none!important;
    transition: 0.1s;
}
    .product-box-wrapper .product-box:hover {
        background: #b9a044;
    }
.product-box-wrapper .product-box .product-box-logo-white {
    display: none;
}
.product-box-wrapper .product-box:hover .product-box-logo {
    display: none;
}
.product-box-wrapper .product-box:hover .product-box-logo-white {
    display: inline-block;
}
.product-box-wrapper .product-box .product-name {
    margin: 18px 0px 12px;
    font-size: 1.714rem; 
    color: #333333;
    font-weight: bold;
    text-decoration: none!important;
    transition: 0.1s;
}
.product-box-wrapper .product-box .product-description {
    margin: 0px;
    font-size: rem;
    color: #888888;
    text-decoration: none!important;
    transition: 0.1s;
}
    .product-box-wrapper .product-box:hover .product-name,
    .product-box-wrapper .product-box:hover .product-description {
        color: #fff;
    }
/* Register as an agent */
#register-as-agent {
    position: relative;
    padding-top: 90px;
    margin-top: -90px;
    background-position: top;
}
#register-as-agent .to-next-section {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    z-index: 5;
    margin: auto;
}
#register-as-agent a {
    color: #fff;
}
    #register-as-agent a:hover {
        color: #1d5498;
    }
@media (max-width:767px) {
    #register-as-agent > .page-center > div {
        padding-top: 20px!Important;
    }
}

/* Ask Question */
#ask-question {
    position: relative;
    background-size: 60%!important;
    background-color: #f3f3f3;
}
#ask-question:before {
    content: "";
    position: absolute;
    top: -81px;
    left: 0;
    width: 100%;
    height: 81px;
    background: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Backgrounds/Homepage/ask-question-background-top.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
}
#ask-question .to-next-section {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    z-index: 5;
    margin: auto;
    text-align: center;
}

#ask-question .ask-question-form form label,
#ask-question .ask-question-form form ul.hs-error-msgs {
    display: none!important;
}
#ask-question .ask-question-form form input {
    padding: 14px 14px 15px;
    border: 1px solid #d3d3d3;
    margin-bottom: 17px;
    border-radius: 4px;
}
#ask-question .ask-question-form form .span6:first-child > div:first-child input {
    background-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-form-user.png);
    background-position: right;
    background-repeat: no-repeat;
}
#ask-question .ask-question-form form .span6:first-child > div:nth-child(2) input {
    background-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-form-phone.png);
    background-position: right;
    background-repeat: no-repeat;
}
#ask-question .ask-question-form form .span6:first-child > div:nth-child(3) input {
    background-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-form-email.png);
    background-position: right;
    background-repeat: no-repeat;
}
#ask-question .ask-question-form form textarea {
    height: 182px;
    margin-bottom: 17px;
    padding: 14px 14px 15px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}
#ask-question .ask-question-form form .hs_submit {
    text-align: center;
}
#ask-question .ask-question-form form .hs_submit input {
    padding: 14px 45px 15px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    color: #fff;
    font-size: 21px;
    border: 0px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#184d8c+0,083a62+100 */
    background: rgb(24,77,140); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(24,77,140,1) 0%, rgba(8,58,98,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(24,77,140,1) 0%,rgba(8,58,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(24,77,140,1) 0%,rgba(8,58,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184d8c', endColorstr='#083a62',GradientType=0 ); /* IE6-9 */
}
#ask-question .ask-question-form form .hs_submit input:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#083a62+0,184d8c+100 */
    background: rgb(8,58,98); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(8,58,98,1) 0%, rgba(24,77,140,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(8,58,98,1) 0%,rgba(24,77,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(8,58,98,1) 0%,rgba(24,77,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083a62', endColorstr='#184d8c',GradientType=0 ); /* IE6-9 */
}
#ask-question .ask-question-form form .hs_submit input:focus {
    border: 0px!important;
}

/* Blog */
#home-blog {
    position: relative;
    background: #f8f8f8;
}
#home-blog:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Backgrounds/Homepage/from-the-blog-top.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#home-blog .to-next-section {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    z-index: 5;
    margin: auto;
    text-align: center;
}
.blog-news {
    position: relative;
    min-height: 500px!important;
    outline: 1px solid rgba(130,130,130,0.4);
    outline-offset: -20px;
    padding: 40px!important;
    border: 1px solid rgba(0,0,0,0.4);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.blog-news-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 40px 40px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
@media (max-width:767px) {
    .blog-news {
        min-height: 0!important;
        padding: 20px!important;
        outline-offset: -10px;
    }
    .blog-news-content {
        position: relative;
        padding: 20px;
    }
}

/* List */
#home-blog .widget-type-rss_listing > div > span > h3 {
    display: none!important;
}
#home-blog .hs-rss-item {
    display: inline-block;
    width: 100%;
}
#home-blog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 27%!important;
    float: left!important;
    background: #FFF;
    padding: 4px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#home-blog .hs-rss-item.hs-with-featured-image {
    overflow: initial;
}

#home-blog .hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 73%!important;
    float: right!important;
    padding: 0px 0px 0px 20px!important;
}
#home-blog .hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text a.hs-rss-title {
    display: inline-block;
    margin-bottom: 5px;
}
#home-blog .hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text a.hs-rss-title span {
    font-size: 1.357rem;
    font-weight: bold;
    color: #1d5498;
}

    
@media (max-width:500px) {
    #home-blog .hs-rss-item {
        margin-bottom: 30px;
    }
    #home-blog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        width: 100%!important;
    }
    #home-blog .hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width: 100%!important;
        padding: 0px!important;
    }
}

/* Statistics */
#home-statistic {
    position: relative;
    z-index: 2;
    padding-top: 88px;
    margin-top: -80px;
    background-position: top;
}
.statistic-box .statistic-box-number span {
    font-size: 4rem; /* 56px */
    font-weight: bold;
}
.statistic-box .statistic-box-text span {
    font-weight: 400;
}
#home-statistic .to-next-section {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    z-index: 5;
}
@media (max-width:767px) {
    #home-statistic > .page-center > div {
        padding: 30px 0px 70px!important;
    }
    .statistic-box.span3 {
        display: inline-block!important;
        float: left!important;
        width: 48%!important;
        margin: 0px 1% 5px!important;
    }  
    .statistic-box.span3 img {
        max-width: 80px!important;
    }
    .statistic-box .statistic-box-number span {
        font-size: 1.5rem;
    }
}

/* Our Partners */
#our-partners {
    padding: 71px 0px 68px;
    position: relative;
}
#our-partners:before {
    content: "";
    position: absolute;
    top: -84px;
    left: 0;
    width: 100%;
    height: 84px;
    background: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Backgrounds/Homepage/partners-top.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
}
#our-partners .to-next-section {
    position: absolute;
    left: 0;
    right: 0;
    top: -28px;
    z-index: 5;
}

@media (min-width:768px) {
    #our-partners .partners-logo .span1,
    #our-partners .partners-logo .span2 {
        width: 12.2%!important;
        margin: 0px;
        text-align: center;
    }
}
@media (max-width:767px) {
    #our-partners img {
        margin-bottom: 20px;
    }
}

/* Our Location */
#our-location {
    position: relative;
}
#our-location iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%;
}

#our-location .our-location-details {
    position: relative;
    z-index: 2;
    padding: 37px 35px 32px;
    background: #fff;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#our-location .our-location-details img {
    padding-bottom: 18px;
}
#our-location .our-location-details .phone-number {
    padding: 18px 0px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}
#our-location .our-location-details .phone-number span {
    color: #333;
    font-size: 2.143rem;
    font-weight: bold;
}
#our-location .our-location-details .email-address {
    padding: 18px 0px;
    margin: 0px;
    border-bottom: 1px solid #eeeeee;
}
#our-location .our-location-details .company-address {
    padding: 18px 0px 0px;
    margin: 0px
}

/* Customer Support */
#customer-support {
    padding: 80px 0px 87px;
}
#customer-support h2 {
    font-size: 4.286rem; /* 60px */
}

/**
 *
 * =======================================================================
   OUR SERVICES STYLING
 * =======================================================================
 */

/* Custom Module */
.service-box {
    position: relative;
    padding: 44px 0px;
    border-bottom: 1px solid #dcdcdc;
}

.service-box .header-text {
    font-weight: bold;
    margin: 0px 0px 5px;
}

@media (min-width:768px) {
    .service-box img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .service-box .service-content {
        padding-left: 153px;
    }
    .service-box.right-image .service-content {
        padding-right: 153px;
        padding-left: 0px;
    }
    .service-box.right-image img {
        left: auto;
        right: 0;
    }
}
@media (max-width:767px) {
    .service-box img {
        margin-bottom: 20px;
    }
}

.service-wrapper > .row-fluid-wrapper:last-child .service-box {
    border-bottom: 0px;
}

/**
 *
 * =======================================================================
   REGISTER AS AN AGENT STYLING
 * =======================================================================
 */
.register-form-wrapper h3.form-title {
    margin: 0px 0px 10px;
    font-size: 30px;
    font-weight: bold;
}
.register-form-wrapper form > div > div > label {
    display: none;
}
.register-form-wrapper form.hs-form textarea,
.register-form-wrapper form.hs-form input,
.register-form-wrapper form.hs-form select {
    padding: 13px 13px 12px;
    font-size: 16px;
}
.register-form-wrapper form.hs-form textarea {
    min-height: 278px;
}
.register-form-wrapper form > div:nth-child(10) input,
.register-form-wrapper form > div:nth-child(11) input {
    background-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-form-user.png);
    background-position: right;
    background-repeat: no-repeat;
}
.register-form-wrapper form > div:nth-child(12) input {
    background-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-form-phone.png);
    background-position: right;
    background-repeat: no-repeat;
}
.register-form-wrapper form > div:nth-child(13) input {
    background-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-form-email.png);
    background-position: right;
    background-repeat: no-repeat;
}
.register-form-wrapper form .hs_submit input {
    padding: 14px 45px 15px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    color: #fff;
    font-size: 21px;
    border: 0px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#184d8c+0,083a62+100 */
    background: rgb(24,77,140); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(24,77,140,1) 0%, rgba(8,58,98,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(24,77,140,1) 0%,rgba(8,58,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(24,77,140,1) 0%,rgba(8,58,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184d8c', endColorstr='#083a62',GradientType=0 ); /* IE6-9 */
}
    .register-form-wrapper form .hs_submit input:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#083a62+0,184d8c+100 */
        background: rgb(8,58,98); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(8,58,98,1) 0%, rgba(24,77,140,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(8,58,98,1) 0%,rgba(24,77,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(8,58,98,1) 0%,rgba(24,77,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083a62', endColorstr='#184d8c',GradientType=0 ); /* IE6-9 */
    }
    

/**
 *
 * =======================================================================
   INDIVIDUAL PRODUCT STYLING
 * =======================================================================
 */ 
/* Hero Banner */
#inner-herobanner h2 {
    line-height: 1!important;
}
@media (min-width:768px) {
    #inner-herobanner.products-banner .products-banner-text-wrapper {
        position: relative;
        padding-left: 130px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #inner-herobanner.products-banner .products-logo {
        height: 0px!important;
        min-height: 0px!important;
    }
    #inner-herobanner.products-banner .products-logo img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        max-width: 120px;
    }
}

/* Sidebar */
.product-sidebar .product-sidebar-menu {
    margin-bottom: 10px;
}
.product-sidebar .product-sidebar-menu .hs-menu-wrapper ul li a {
    padding: 17px;
    background: #2562aa;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #346db0;
    transition: 0s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
    .product-sidebar .product-sidebar-menu .hs-menu-wrapper ul li a:hover {
        border-bottom: 1px solid rgb(218,196,118);
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dac476+0,cdb24f+1,b3993e+100 */
        background: rgb(218,196,118)!important;
        background: -moz-linear-gradient(top,  rgba(218,196,118,1) 0%, rgba(205,178,79,1) 1%, rgba(179,153,62,1) 100%)!important;
        background: -webkit-linear-gradient(top,  rgba(218,196,118,1) 0%,rgba(205,178,79,1) 1%,rgba(179,153,62,1) 100%)!important;
        background: linear-gradient(to bottom,  rgba(218,196,118,1) 0%,rgba(205,178,79,1) 1%,rgba(179,153,62,1) 100%)!important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dac476', endColorstr='#b3993e',GradientType=0 )!important;
        transition: 0.05s!important;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.3)!important;
    }
.product-sidebar .product-sidebar-menu .hs-menu-wrapper ul li.active.active-branch a {
    border-bottom: 1px solid rgb(218,196,118);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dac476+0,cdb24f+1,b3993e+100 */
    background: rgb(218,196,118)!important;
    background: -moz-linear-gradient(top,  rgba(218,196,118,1) 0%, rgba(205,178,79,1) 1%, rgba(179,153,62,1) 100%)!important;
    background: -webkit-linear-gradient(top,  rgba(218,196,118,1) 0%,rgba(205,178,79,1) 1%,rgba(179,153,62,1) 100%)!important;
    background: linear-gradient(to bottom,  rgba(218,196,118,1) 0%,rgba(205,178,79,1) 1%,rgba(179,153,62,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dac476', endColorstr='#b3993e',GradientType=0 )!important;
    transition: 0.05s!important;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3)!important;
}
.product-sidebar .product-sidebar-menu .hs-menu-wrapper ul li img {
    margin-right: 10px;
    width: auto!important;
    vertical-align: middle;
}
@media (min-width:768px) and (max-width:1000px) {
    .product-sidebar .product-sidebar-menu .hs-menu-wrapper ul li a {
        padding: 11px;
        font-size: 14px;
    }
}
@media (max-width:767px) {
    .product-sidebar .product-sidebar-menu {
        text-align: center;
    }
    .product-sidebar .product-sidebar-menu .hs-menu-wrapper ul li img {
        margin: auto;
    }
}

/* Sidebar - custom module */
.ind-product-cta {
    display: inline-block;
    width: 100%;
    padding: 18px;
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid #d3d3d3;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    word-break: break-word;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
    .ind-product-cta:hover {
        border: 1px solid #b9a044;
    }
@media (max-width:980px) {
    .ind-product-cta .span3,
    .ind-product-cta .span9 {
        display: block!important;
        width: 100%;
        text-align: center;
    }
}
@media (max-width:767px) {
    .ind-product-cta {
        text-align: center;
    }
}    
    
/* Ask a question section */
.product-ask-form form h3.form-title {
    display: none;
}
.product-ask-form form fieldset {
    max-width: 100%;
}
.product-ask-form form fieldset > div > label {
    display: none;
}
.product-ask-form form fieldset:first-child > div:first-child input,
.product-ask-form form fieldset:first-child > div:nth-child(2) input {
    background-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-form-user.png);
    background-position: right;
    background-repeat: no-repeat;
}
.product-ask-form form fieldset:nth-child(2) > div:first-child input {
    background-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-form-email.png);
    background-position: right;
    background-repeat: no-repeat;
}
.product-ask-form form fieldset:nth-child(2) > div:nth-child(2) input {
    background-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-form-phone.png);
    background-position: right;
    background-repeat: no-repeat;
}
.product-ask-form form textarea {
    width: 100%!important;
    min-height: 178px;
    max-width: none;
} 
.product-ask-form form .hs_submit input {
    padding: 11px 45px 11px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    color: #fff;
    font-size: 21px;
    border: 0px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#184d8c+0,083a62+100 */
    background: rgb(24,77,140); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(24,77,140,1) 0%, rgba(8,58,98,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(24,77,140,1) 0%,rgba(8,58,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(24,77,140,1) 0%,rgba(8,58,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184d8c', endColorstr='#083a62',GradientType=0 ); /* IE6-9 */
}
    .product-ask-form form .hs_submit input:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#083a62+0,184d8c+100 */
        background: rgb(8,58,98); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(8,58,98,1) 0%, rgba(24,77,140,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(8,58,98,1) 0%,rgba(24,77,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(8,58,98,1) 0%,rgba(24,77,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083a62', endColorstr='#184d8c',GradientType=0 ); /* IE6-9 */
    }
@media (max-width:767px) {
    .product-ask-form form.hs-form .form-columns-2 input {
        width: 100%!important;
    }    
}

/* Indv product main content */
.indv-product-content table tr:nth-child(odd) {
    background: #dedede;
}
.indv-product-content table tr td {
    padding: 12px 5px;
}
.indv-product-content table img {
    width: 140px!important;
    max-width: none!important;
}

/* Table, table header highlighted */
table.default-table-style tr,
table.default-table-style tr:nth-child(odd) {
    background: none;
}
table.default-table-style tr.table-highlighted {
    background: #dedede;
}

/**
 *
 * =======================================================================
   CONTACT STYLING
 * =======================================================================
 */ 
/* Contact sidebar */
.contact-page-sidebar {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border: 1px solid #ced1d6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.contact-page-sidebar .contact-social-links {
    text-align:center;
}
.contact-page-sidebar .contact-social-links ul li {
    margin-right: 10px;   
}
.contact-page-sidebar .contact-social-links ul li a {
    position: relative;
    width: 48px;
    height: 48px;
    padding: 0px;
    border-radius: 5px;
    text-align: center;
    transition: 0.1s;
}
    .contact-page-sidebar .contact-social-links ul li a:hover {
        opacity: 0.7;
    }
.contact-page-sidebar .contact-social-links ul li:first-child a {
    background: #cf2200;
}
.contact-page-sidebar .contact-social-links ul li:nth-child(2) a {
    background: #3b5998;
}
.contact-page-sidebar .contact-social-links ul li:nth-child(3) a {
    background: #d0422a;
}
.contact-page-sidebar .contact-social-links ul li:nth-child(4) a {
    background: #00abf1;
}
.contact-page-sidebar .contact-social-links ul li a i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 32px;
    font-size: 32px;
    color: #fff;
}
@media (max-width:767px) {
    .contact-page-sidebar .contact-social-links ul li {
        display: inline-block;
        float: left;
        width: auto;
        margin-right: 5px;
    }
    .contact-page-sidebar .contact-social-links ul li a {
        position: relative;
        width: 28px;
        height: 28px;
        padding: 0px;
        border-radius: 5px;
    }    
    .contact-page-sidebar .contact-social-links ul li a i {
        width: 28px;
        height: 18px;
        font-size: 16px;
        color: #fff;
    }
}

/* Contact Form */
.contact-form-wrapper h3.form-title {
    margin: 0px 0px 10px;
    font-weight: bold;
}
.contact-form-wrapper form fieldset {
    max-width: 100%;
}
.contact-form-wrapper form fieldset > div > label span {
    font-weight: bold;
    color: #000;
}
.contact-form-wrapper form input,
.contact-form-wrapper form textarea {
    max-width: 100%;
    width: 100%!important;
}
.contact-form-wrapper form textarea {
    min-height: 162px;
}
.contact-form-wrapper form fieldset:first-child > div:first-child input {
    background-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-form-user.png);
    background-position: right;
    background-repeat: no-repeat;
}
.contact-form-wrapper form fieldset:first-child > div:nth-child(2) input {
    background-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-form-email.png);
    background-position: right;
    background-repeat: no-repeat;
}
.contact-form-wrapper form .hs_submit input {
    width: auto!important;
    padding: 11px 45px 11px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    color: #fff;
    font-size: 21px;
    border: 0px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#184d8c+0,083a62+100 */
    background: rgb(24,77,140); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(24,77,140,1) 0%, rgba(8,58,98,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(24,77,140,1) 0%,rgba(8,58,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(24,77,140,1) 0%,rgba(8,58,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184d8c', endColorstr='#083a62',GradientType=0 ); /* IE6-9 */
}
    .contact-form-wrapper form .hs_submit input:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#083a62+0,184d8c+100 */
        background: rgb(8,58,98); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(8,58,98,1) 0%, rgba(24,77,140,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(8,58,98,1) 0%,rgba(24,77,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(8,58,98,1) 0%,rgba(24,77,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083a62', endColorstr='#184d8c',GradientType=0 ); /* IE6-9 */
    }
    
.contact-box-header h4 {
    margin: 0px 0px 10px;
    font-size: 1.857rem;
    font-weight: bold;
}
.contact-box-wrapper > span > div {
    display: inline-block;
    float: left;
    width: 31%;
    margin: 0px 2% 0px 0px;
}
@media (max-width:767px) {
    .contact-box-wrapper > span > div {
        display: inline-block;
        float: left;
        width: 100%;
        margin: 0px 0px 10px;
    }    
}

/* Custom module */
.contact-box {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #d3d3d3;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.contact-box.contact-gold-border {
    border: 2px solid #b9a044;
}
.contact-box p.contact-name {
    margin: 0px 0px 10px;
    font-size: 1.286rem;
    font-weight: bold;
    color: #2d3740;
}
.contact-box p.contact-name span {
    font-size: 1rem;
    color: #777777;
    font-style: italic;
    font-weight: bold;
}
.contact-box p.email-add {
    margin: 0px 0px 10px;
}
.contact-box p.email-add:before {
    content: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-email-gold.png);
    position: relative;
    vertical-align: middle;
    margin-right: 4px;
}
.contact-box p.phone-num {
    margin: 0px;
}
.contact-box p.phone-num:before {
    content: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-phone-gold.png);
    position: relative;
    vertical-align: middle;
    margin-right: 4px;
}
@media (max-width:1280px) {
    .contact-box p.contact-name {
        font-size: 1.1rem;
    }
    .contact-box p.contact-name span {
        font-size: 0.8rem;
    }
}
@media (max-width:1030px) {
    .contact-box-wrapper > span > div {
        width: 48%;
    }
}
@media (max-width:767px) {
    .contact-box-wrapper > span > div {
        width: 100%;
        margin: 0px 0px 10px;
    }    
    .contact-box p.contact-name span {
        font-size: 1rem;
    }
}

/**
 *
 * =======================================================================
   LIBRARY STYLING
 * =======================================================================
 */ 
.library-box-header h3 {
    padding: 28px 26px;
    margin: 0px 2% 20px 0px;
    font-weight: bold;
    font-size: 2.143rem;
    color: #fff;
    background-color: #2562aa;
    background-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Imgs/Library/header-text-bg.png);
    background-position: right bottom;
    background-size: initial;
    background-repeat: no-repeat;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.library-box-header.library-box-header-right h3 {
    background-color: #b9a044;
}
.library-box-wrapper > span > div {
    display: inline-block;
    float: left;
    width: 46%;
    margin: 0px 6% 30px 0px;
}
.library-box-wrapper > span > div:nth-child(even) {
    margin-right: 2%;
}
@media (min-width:768px) and (max-width:1050px) {
    .library-box-header h3 {
        font-size: 1.4rem;
    }
}
@media (min-width:768px) and (max-width:900px) {
    .library-box-header h3 {
        margin: 0px 0px 20px;
    }
    .library-box-wrapper > span > div {
        width: 100%;
        margin: 0px 0px 20px;
    }
}
@media (max-width:520px) {
    .library-box-header h3 {
        margin: 0px 0px 20px;
        font-size: 1.4rem;
    }
    .library-box-wrapper > span > div {
        width: 100%;
        margin: 0px 0px 20px;
    }
}
/* Custom module */
.library-box {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 352px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    background-size: cover!important;
    background-position: center top;
    background-repeat: no-repeat;
}
a.library-box.youtube-popup:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}
.library-description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #2562aa;
    text-align: center;
    z-index: 3;
}
    .library-box.library-gold .library-description {
        background: #b9a044;
    }
.library-description h4 {
    padding: 18px;
    margin: 0px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.library-description hr {
    display: none;
    width: 80%;
    margin: auto;
    border: 0px;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 5px;
}
.library-description p {
    display: none;
    margin: 0px;
    padding: 5px 18px 8px;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.library-box i {
    display: none;
}
.library-box.youtube-popup i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 79px;
    height: 133px;
    margin: auto;
    font-size: 79px;
    color: #fff;
    z-index: 2;
    transition: 0.15s;
}
    a.library-box.youtube-popup:hover i {
        opacity: 0.8;
    }
/**
 * =======================================================================
   BLOG
 * =======================================================================
 */

/* Blog Listing */
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 95px;
}
.post-header h2 {
    margin: 0px 0px 5px;
    font-size: 2rem;
}
.post-header h2 a {
    font-weight: bold;
    color: #333;
}

.post-subheader {
    margin-bottom: 20px;
    padding: 20px 0px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.post-subheader #hubspot-author_data {
    font-size: 12px;
    color: #666666;
}
.post-subheader #hubspot-author_data a {
    color: #0094d6;
}
.post-subheader #hubspot-author_data span {
    font-size: 11px;
    color: #666;
}
.post-subheader .hs-blog-social-share-list {
    margin: 0px;
}
.post-subheader .hs-blog-social-share {
    text-align: right;
}
.post-subheader .hs-blog-social-share > ul {
    display: inline-block;
    width: auto;
}
.post-subheader .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    margin-right: 0px;
}
@media (max-width:767px) {
    .post-subheader #hubspot-author_data {
        margin-bottom: 10px;
    }
    .post-subheader .hs-blog-social-share {
        text-align: left;
    }
}

.post-listing .hs-featured-image-wrapper {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 20px;
}
.post-listing .hs-featured-image-wrapper img {
    width: 100%;
    max-width: 100%;
    margin: 0px;
}
.post-listing .post-body {
    
}

body.hs-blog-listing .blog-comment-header {
    display: none;
}
.blog-comment-header {
    border-top: 1px solid #d6d6d6;
}

.post-subfooter {
    padding: 11px 0px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.post-subfooter a.more-link {
    display: inline-block;
    width: auto;
    padding: 13px 17px 12px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    color: #fff;
    font-size: 14px;
    border: 0px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#184d8c+0,083a62+100 */
    background: rgb(24,77,140); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(24,77,140,1) 0%, rgba(8,58,98,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(24,77,140,1) 0%,rgba(8,58,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(24,77,140,1) 0%,rgba(8,58,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184d8c', endColorstr='#083a62',GradientType=0 ); /* IE6-9 */
}
    .post-subfooter a.more-link:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#083a62+0,184d8c+100 */
        background: rgb(8,58,98); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(8,58,98,1) 0%, rgba(24,77,140,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(8,58,98,1) 0%,rgba(24,77,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(8,58,98,1) 0%,rgba(24,77,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083a62', endColorstr='#184d8c',GradientType=0 ); /* IE6-9 */
    }
.post-subfooter .hs-blog-social-share-list {
    margin: 10px 0px 0px;
}
.post-subfooter .hs-blog-social-share {
    text-align: right;
}
.post-subfooter .hs-blog-social-share > ul {
    display: inline-block;
    width: auto;
}
.post-subfooter .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    margin-right: 0px;
}
@media (max-width:767px) {
    .post-subfooter .hs-blog-social-share {
        display: inline-block;
        text-align: left;
    }
}

.blog-pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.blog-pagination a {
    float: none;
    margin: 0px 5px;
}

.custom_listing_comments {
    margin: 30px 0px;
    padding: 30px 22px;
    background: #fff;
    border: 1px solid #d3d3d3;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.custom_listing_comments a {
    color: #2562aa;
}
    .custom_listing_comments a:hover {
        color: #b9a044;
    }
    
    
#hubspot-topic_data {
    font-weight: 400;
}    
#hubspot-topic_data a {
    color: #2562aa;
    font-weight: bold;
}
    #hubspot-topic_data a:hover {
        color: #b9a044;
    }

/* Blog Post */
.blog-post-wrapper .post-header h2 {
    margin: 0px 0px 10px;
}
.blog-post-wrapper .post-header h2 span {
    font-weight: bold;
    color: #333;
    font-size: 2rem;
}
.blog-post-wrapper .post-header .post-header-info {
    padding: 15px 0px;
    margin-bottom: 10px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.blog-post-wrapper .post-header .post-header-info #hubspot-author_data {
    font-size: 12px;
    color: #666;
}
.blog-post-wrapper .post-header .post-header-info #hubspot-author_data a {
    color: #0094d6;
}
.blog-post-wrapper .post-header .post-header-info #hubspot-author_data span {
    font-size: 11px;
    color: #666;
}
.blog-post-wrapper .post-header-info .span7 > span {
    display: inline-block;
    width: 100%;
    height: auto!important;
    float: none;
}
.blog-post-wrapper .post-header-info .span7 > span > .hs-blog-social-share {
    display: inline-block;
    text-align: right;
    width: 100%;
    height: auto;
    float: left;
}
.blog-post-wrapper .post-header-info .span7 > span > .hs-blog-social-share > ul.hs-blog-social-share-list {
    display: inline-block;
    width: auto;
    float: right;
    margin: 0px;
}

#comment-form input.hs-button {
    display: inline-block;
    width: auto;
    margin-top: 20px;
    padding: 13px 17px 12px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    color: #fff;
    font-size: 14px;
    border: 0px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#184d8c+0,083a62+100 */
    background: rgb(24,77,140); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(24,77,140,1) 0%, rgba(8,58,98,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(24,77,140,1) 0%,rgba(8,58,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(24,77,140,1) 0%,rgba(8,58,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184d8c', endColorstr='#083a62',GradientType=0 ); /* IE6-9 */
}
    #comment-form input.hs-button:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#083a62+0,184d8c+100 */
        background: rgb(8,58,98); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(8,58,98,1) 0%, rgba(24,77,140,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(8,58,98,1) 0%,rgba(24,77,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(8,58,98,1) 0%,rgba(24,77,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083a62', endColorstr='#184d8c',GradientType=0 ); /* IE6-9 */
    }

/* Blog author */
.hs-author-profile {
    margin-bottom: 60px;
    padding: 0px 0px 60px;
    border-bottom: 1px solid #d6d6d6;
}
.hs-author-profile img {
    width: 300px!important;
    max-width: 100%!important;
    height: auto!important;
    border-radius: 100%;
}
.hs-author-profile h2.hs-author-name {
    margin: 0px 0px 10px;
    font-weight: bold;
}

/* Blog Sidebar */
.blog-sidebar h3 {
    margin: 0px 0px 5px;
    padding: 15px;
    font-size: 1.5rem; /* 21px */
    font-weight: bold;
    background: #2562aa;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.blog-sidebar ul {
    padding: 0px 0px 0px 18px;
}
.blog-sidebar ul li {
    margin-bottom: 20px;
    list-style-image: url(//cdn2.hubspot.net/hubfs/96235/Stuckey_Dec2015/Icons/icon-blue-list-style.png);
}
.blog-sidebar ul li a {
    color: #333333;
    font-weight: 400;
    transition: 0s;
}
    .blog-sidebar ul li a:hover {
        color: #2562aa;
    }



/**
 *
 * =======================================================================
   LANDING PAGE STYLING
 * =======================================================================
 */ 

.landingpage-sidebar .hs_cos_wrapper_type_form {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border: 1px solid #D4D4D4;
    background: #44698A;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.landingpage-sidebar .hs_cos_wrapper_type_form h3.form-title {
    margin: 0px 0px 5px;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
}
.landingpage-sidebar .hs_cos_wrapper_type_form label span {
    display: inline-block;
    margin-bottom: 5px;
}
.landingpage-sidebar .hs_cos_wrapper_type_form input {
    border-radius: 0px;
}
.landingpage-sidebar .hs_cos_wrapper_type_form .hs_submit input {
    display: inline-block;
    width: 100%;
    margin: 10px 0px 0px;
    color: #FFF;
    border: 0px;
    background: #b9a044;
    cursor: pointer;
}
    .landingpage-sidebar .hs_cos_wrapper_type_form .hs_submit input:hover {
        background: #1d5498;
    }

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

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




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){

    .custom-menu-primary .hs-menu-wrapper > ul > li > a.child-trigger {
        display: none!important;
    }
  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    width: auto; /* Button width */
    height: auto; /* Button height */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff; 
    position: absolute;
    top: 7px;
    right: 20px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

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


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px !important; /* Button width */
    min-width: 25px !important;
    height: 25px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#000; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: none; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    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); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    padding: 5px;
    font-size: 1rem!important;
    line-height: initial;
    border-bottom: 1px solid #e6e7e8;
    color:#000; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#000; /* link hover color set by global mobile-aColorHover variable */
  }

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

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










