/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,300i,400,400i,500,500i,700,700i');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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



 /* sets the font family for the site */

 /* sets the orange to be used primarily throughout the site */
 /* sets the dark blue color used throughout the site */
 /* sets the dark orange color used throughout the site */








 /* sets the roundness of all buttons on the site */

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

body {
    margin: 0;
    font-weight: 300;
    font-family: Lato;
}
.widget-type-custom_widget,
.widget-type-raw_jinja {
    min-height: 0 !important;
}
.page-center {
    max-width: 1200px;
    margin: 0 auto !important;
    float: none !important;
}
@media (max-width: 1280px) {
    .page-center {
        padding: 0 40px;
    }
}

@media (max-width: 600px) {
  .page-center {
    padding: 10px;
  }
}

/***************************/
/*       TYPOGRAPHY        */
/***************************/

h1, h2, h3, h4, h5, h6, p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    font-size: 48px;
    line-height: 57px;
    font-weight: 300;
}
h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}
h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
}
@media (max-width: 991px) {
    h3 {
        font-size: 30px;
    }
}
@media (max-width: 902px) {
    h3 {
        font-size: 25px;
    }
}
@media (max-width: 828px) {
    h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 36px;
    }
}
@media (max-width: 387px) {
    h3 {
        font-size: 30px;
    }
}
@media (max-width: 387px) {
    h3 {
        font-size: 25px;
    }
}
h4 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 300;
}
h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}
ul {
    
}
ul li {
    
}
ol li {
    
}
span {
    
}
a {
    -webkit-transition-duration: .3s; /* Safari */
    transition-duration: .3s;
}
a:link, a:active, a:visited {
    text-decoration: none;
    color: #64943f;
}
a:hover, a:focus {
    text-decoration: none;
    color: rgba(100, 148, 63, .7);
}

img {
    height: auto;
}

h1 sup {
    font-size: 30px;
}

h3 sup {
    font-size: 30px;
}

/***************************/
/*         BUTTONS         */
/***************************/
a.button {
    display: inline-block;
    
    text-align: center;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 25px;
    padding: 10px;
    margin-top: 15px;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-transition-duration: .3s; /* Safari */
    transition-duration: .3s;
}
a.button.button-fill-primary {
    background-color: #64943f;
    border: 1px solid #64943f;
    color: #fff;
    padding: 15px 35px;
}
a.button.button-fill-primary:hover {
    background-color: rgba(133, 178, 63);
    color: white;
}
a.button.button-fill-secondary {
    background-color: #cb6828;
    border: 1px solid #cb6828;
    color: #fff;
}
a.button.button-fill-secondary:hover {
    background-color: rgb(247, 153, 44);
  color: white;
}
a.button.button-fill-tertiary {
    background-color: #ac6544;
    border: 1px solid #ac6544;
    color: #fff;
    padding: 15px 35px;
}
a.button.button-fill-tertiary:hover {
    background-color: transparent;
    color: #ac6544;
}
a.button.button-shadow {
    background-color: rgb(100, 148, 63);
    color: #fff;
    margin-top: 75px;
    border-radius: 8px;
    width: 265px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 25px;
}
@media (max-width: 360px) {
    a.button.button-shadow {
        width: auto;
        display: block;
    }
}
a.button.button-shadow:hover {
    background-color: rgba(133, 178, 63);
    color: #fff;
}
a.button.sign-up {
    border: 1px solid #64943f;
    background-color: #64943f;
    color: #ffffff;
    padding: 9px 11px;
    margin-top: 0;
}
a.button.sign-up:hover {
    background-color: rgb(133, 178, 63);
    color: white !important;
    border: 1px solid #64943f;
    color: #fff;
}



/***************************/
/*        STANDARDS        */
/***************************/

.content-section {
    padding: 120px 0;
}
.hero {
    color: #fff;
}
.hero-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}
.hero-content {
    padding: 100px 0;
    /*max-width: 890px; removed 6/15 */
    margin: 0 auto !important;
    float: none !important;
}


@media (min-width: 768px) {
    .vert-center .page-center .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .vert-center.reverse .page-center .row-fluid {
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }
    .normal .vert-center-image {
        margin-right: 0 !important;
        width: 42.735042735%;
    }
    .reverse .vert-center-image {
        margin-left: 0 !important;
        width: 42.735042735%;
    }
    .vert-center-text {
        padding: 0 130px;
    }
    .vert-center.hanging-piece .vert-center-text {
        padding: 0;
    }
    .reverse .vert-center-text {
        
    }
}

@media (max-width: 767px) {
    .vert-center-text {
        padding: 0 40px 30px;
    }
}

.padding-80b {
    padding-bottom: 80px;
}

.padding-80t {
        
}

@media (max-width: 1180px) {
    .padding-80t {
        padding-top: 80px;
    }
}


/***************************/
/*         HEADER          */
/***************************/

.page-header {
    background-color: #fff;
    padding: 17px 0;
    max-width: 1300px;
    margin: 0 auto !important;
    float: none !important;
}
@media (min-width: 768px) {
    .page-header .page-center .row-fluid {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
}
.company-logo {
    
}
.company-logo img {
    max-width: 200px; /* comment out the below value if you want to make this one active */
    max-width: 150px;
}
.custom-menu-primary {
    
}
.header-phone {
    
}
@media (min-width: 768px) {
    .header-phone {
        text-align: right;
    }
}

/*.slick-dots {
    text-align: center !important;
    margin-top: 65px;
    bottom: auto !important;
}
.omnibound .slick-dots {
    margin-top: 0;
}
@media (max-width: 767px) {
    .slick-dots {
        margin-top: 75px;
    }
    .omnibound .slick-dots {
        margin-top: 0;
    }
}
.slick-dots li {
    margin: 0 4px;
}
.slick-dots li button:before {
    font-size: 23px;
    color: #e6e6e6;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    font-size: 34px;
    color: #e97125;
} */



/***************************/
/*         FOOTER          */
/***************************/

.footer {
    
}
.top-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.top-footer h5 {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
@media (max-width: 796px) {
    .top-footer h5 {
        font-size: 16px;
    }
}
.top-footer p {
    font-size: 16px;
    line-height: 25px;
    color: #86939e;
}
@media (max-width: 1157px) {
    .top-footer p {
        font-size: 14px;
    }
}
@media (max-width: 1057px) {
    .top-footer p {
        font-size: 12px;
    }
}
@media (max-width: 918px) {
    .top-footer p {
        font-size: 10px;
    }
}
.footer-border {
    border-top: 1px solid #c1c1c1;
    padding-top: 17px;
}
.home .footer-border {
    border-top: 0;
}
.hs-rss-item {
    text-align: center;
}
.hs-rss-description a {
    display: block;
    background-color: #ffffff;
    color: #312d3b;
    margin: 75px auto 0;
    border-radius: 8px;
    width: 265px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 25px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.15);
}
.hs-rss-title span {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
}
.hs-rss-description {
    text-align: center;
}
.footer-copyright {
    border-top: 1px solid #c1c1c1;
    padding: 0px 0px;
}
.copyright p {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #86939e;
}
.landing .copyright p {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #86939e;
}
.terms p {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #86939e;
}
@media (min-width: 768px) {
    .copyright p {
        text-align: right;
    }
    .terms p {
        text-align: left;
    }
}
.footer .footer-menu a {
    white-space: normal !important;
}
.footer .footer-menu .hs-menu-item.hs-menu-depth-1 {
    margin-right: 40px;
}
@media (max-width: 981px) {
    .footer .footer-menu .hs-menu-item.hs-menu-depth-1 {
        margin-right: 25px;
    }
}
@media (max-width: 888px) {
    .footer .footer-menu .hs-menu-item.hs-menu-depth-1 {
        margin-right: 20px;
    }
}
@media (max-width: 858px) {
    .footer .footer-menu .hs-menu-item.hs-menu-depth-1 {
        margin-right: 15px;
    }
}
@media (max-width: 858px) {
    .footer .footer-menu .hs-menu-item.hs-menu-depth-1 {
        margin-right: 10px;
    }
}
@media (max-width: 798px) {
    .footer .footer-menu .hs-menu-item.hs-menu-depth-1 {
        margin-right: 5px;
    }
}
.footer .footer-menu .hs-menu-item.hs-menu-depth-1 > a {
    font-weight: normal;
    color: #43484D;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
    /*pointer-events: none;*/
    padding: 5px 20px 5px 0;
    margin-bottom: 10px;
}
@media (max-width: 796px) {
    .footer .footer-menu .hs-menu-item.hs-menu-depth-1 > a {
        font-size: 16px;
    }
}
.footer .footer-menu ul.hs-menu-children-wrapper a {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 300;
    padding: 0 !important;
    color: #86939e !important;
}

@media (max-width: 888px) {
    .footer .footer-menu ul.hs-menu-children-wrapper a {
        font-size: 12px;
    }
}


/***************************/
/*       BACKGROUNDS       */
/***************************/

.white-bg {
    background-color: #fff;
    color: #67686c;
}
.light-grey-bg {
    background-color: #f8f9fb;
}
.white-bg p, .light-grey-bg p {
    color: #65666a;
}
.green-bg {
    background-color: #64943f;
    color: #fff;
}
.image-bg {
    background-size: cover;
    background-repeat: no-repeat;
}




/***************************/
/*          HOME           */
/***************************/

.hero {
    background-repeat: no-repeat;
    background-size: cover;
}
.hero h1 {
    /*max-width: 530px; removed 6/15 */
    margin: 0 auto;
}

@media (max-width: 600px) {
    .hero h1 {
        font-size: 35px;
    }
}
@media (max-width: 500px) {
    .hero h1 {
        font-size: 30px;
    }
}

.hero p {
    max-width: 700px;
    margin: 0px auto;
}

.form-banner {
    
}
.form-banner p {
    color: rgba(255,255,255,.8);
    font-weight: 200;
}
.home-baf {
    
}
.home-baf .vert-center {
    padding: 40px 0;
}
.home-baf .vert-center .page-center {
    max-width: none !important;
    padding: 0;
}
.home .image-bg {
    
}
.home .image-bg h2 {
    max-width: 525px;
    margin: 0 auto;
}
.home .image-bg h6 {
    max-width: 430px;
    margin: 30px auto 40px;
}
.home .image-bg .overlay {
    padding: 80px 0 160px;
    background-color: rgba(147,147,147,.75);
}
@media (max-width: 1180px) {
    .home .image-bg .overlay {
        padding: 80px 0;
    }
}
@media (min-width: 768px) {
    .push-down-160 {
        padding-bottom: 160px;
    }
    .push-up-160 {
        margin-top: -160px !important;
    }
}
.testimonials-block {
    background-color: #ffffff;
    max-width: 1140px;
    float: none !important;
    margin: 86px auto 86px !important;
    padding: 70px 40px;
    border-radius: 8px;
    box-shadow: 1px 6px 6px 0 rgba(0,0,0,0.25);
    position: relative;
    z-index: 2;
}
.home .testimonials-block {
    margin: -160px auto 86px !important;
}

@media (max-width: 1180px) {
    .testimonials-block {
        margin: 0 auto !important;
        margin-top: -80px !important;
    }
}
.testimonials-header {
    font-weight: 200;
    font-size: 18px;
    line-height: 18px;
    color: #86939e;
}
.up-margin {
    position: relative;
    z-index: 2;
}
.logo-slider .slick-track {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.logo-slider img {
    max-width: 188px !important;
}

@media (max-width: 1280px) {
    .logo-slider img {
        max-width: 170px !important;
    }
}

@media (max-width: 1100px) {
    .logo-slider img {
        max-width: 150px !important;
    }
}

@media (max-width: 960px) {
    .logo-slider img {
        max-width: 130px !important;
    }
}

@media (max-width: 860px) {
    .logo-slider img {
        max-width: 110px !important;
    }
}

@media (max-width: 780px) {
    .logo-slider img {
        max-width: 100px !important;
    }
}

@media (max-width: 767px) {
    .logo-slider img {
        max-width: 150px !important;
    }
}

@media (max-width: 650px) {
    .logo-slider img {
        max-width: 130px !important;
    }
}

@media (max-width: 580px) {
    .logo-slider img {
        max-width: 110px !important;
    }
}

@media (max-width: 515px) {
    .logo-slider img {
        max-width: 100px !important;
    }
}

@media (max-width: 485px) {
    .logo-slider img {
        max-width: 90px !important;
    }
}

@media (max-width: 478px) {
    .logo-slider img {
        max-width: 130px !important;
    }
}

@media (max-width: 420px) {
    .logo-slider img {
        max-width: 110px !important;
    }
}

@media (max-width: 380px) {
    .logo-slider img {
        max-width: 90px !important;
    }
}

@media (max-width: 340px) {
    .logo-slider img {
        max-width: 80px !important;
    }
}

.home .icon-section-heading {
    margin-bottom: 40px;
}

.hide-overflow {
    overflow: hidden;
}

.icon-area {
    
}

.extra-menu {
    margin-top: -5px;
}

.follow-us-icons img {
    height: 30px !important;
    width: auto;
    margin: 5px;
}

@media (max-width: 767px) {
    .icon-area {
        margin-top: 50px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        margin-bottom: 0;
        text-align: left;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .footer .footer-menu .hs-menu-item.hs-menu-depth-1 {
        float: none !important;
    }
    .footer .footer-menu .hs-menu-item.hs-menu-depth-1 > a {
        padding: 5px 0;
    }
    .footer .footer-menu ul.hs-menu-children-wrapper a {
        font-size: 14px;
    }
    .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 {
        margin: 0 auto !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        position: relative !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        /*margin: 0 auto 10px;*/
        width: auto !important;
    }
    .top-footer h5 {
        text-align: center;
    }
    .top-footer p {
        text-align: center;
        font-size: 14px;
    }
    .extra-menu-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer .footer-menu .hs-menu-item.hs-menu-depth-1 > a {
        margin: 0 auto 10px;
      text-align: center;
    }
}

/***************************/
/*          ABOUT          */
/***************************/

.white-box {
    background: #fff;
    box-shadow: 1px 6px 6px 0 rgba(0,0,0,0.25);
    padding: 30px 40px;
    margin: 40px 0 0;
    border-radius: 20px;
}
.case-study-card {
    background: #fff;
    box-shadow: 1px 6px 6px 0 rgba(0,0,0,0.25);
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 465px;
}
@media (max-width: 1150px) {
  .case-study-card {
    height: 565px;
  }
}
@media (max-width: 767px) {
  .case-study-card {
    height: 465px;
  }
}
.case-study-card2 {
    background: #fff;
    box-shadow: 1px 6px 6px 0 rgba(0,0,0,0.25);
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 270px;  
}
.case-study-card-e-book {
    background: #fff;
    box-shadow: 1px 6px 6px 0 rgba(0,0,0,0.25);
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 335px;  
}
.home .hsase-study-card {
    box-shadow: 1px 0 6px 0 rgba(0,0,0,0.25);
}
.about .super-page-center {
    max-width: 1200px;
    padding:0 50px;
    margin: 0 auto!important;
    float: none!important;
}

.about .team-member {
    max-width: 360px;
    padding-bottom: 100px;
    margin: 0 auto !important;
    float: none;
}

.about .team-member a {
    font-weight: normal;
}

.about .bottom-banner-area {
    margin-top: -100px;
}




/***************************/
/*          BLOG           */
/***************************/

body.blog.jobs, body.blog.portfolio {
    background-color: #242424;
}
.super-page-center {
    max-width: 800px;
    padding:0 50px;
    margin: 0 auto!important;
    float: none!important;
}

.blog blockquote {
    -webkit-margin-start: 10px;
}
.blog img {
    height: auto;
}

.blog.classic .blog-sidebar-item .hs_cos_wrapper_type_post_listing li:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-size: 28px;
    opacity: 0;
    color: #cb6828;
}

.blog.classic .blog-sidebar-item li a:hover {
  color: #64943f !important;
}



.blog.classic .main-page {
    background:#f3f3f3;
    padding: 22px 20px 50px;
    padding-top: 22px;
}
@media all and (max-width: 600px) {
    .blog.classic .main-page {
        padding-left: 0;
        padding-right: 0;
    }
}
.blog.classic .blog-main-page .post-listing a:link {
    color:;
}
.blog.classic .blog-main-page .post-listing a:visited {
    color:;
}
.blog.classic .hs-featured-image {
    min-width: 100%;
    margin: 0;
    float: none;
    -webkit-transition:all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}
.blog.classic .blog-post-item .hs-featured-image-wrapper {
    overflow: hidden;
    /*height: 400px;*/
    width: 100%;
}
.blog.classic .blog-post-item .hs-featured-image {
    /*height: 500px;*/
    width: auto;
    width: 100%;
    /*min-width: 100%;
    max-width: 150%;*/
}
@media all and (max-width: 600px) {
    .blog.classic .blog-post-item .hs-featured-image-wrapper {
        height: auto;
    }
    .blog.classic .blog-post-item .hs-featured-image {
        height: auto;
        width: 100%;
        max-width: none;
    }
}
.blog.classic .post-body.clearfix {
    text-align:left;
}
.blog.classic .blog-pagination {
    clear:both;
    margin: 0 auto;
    float:none;
    text-align: center;
}
.blog.classic .blog-post-item {
    background:#fff;
    box-shadow: 1px 6px 6px 0 rgba(0,0,0,0.25);
    padding:0;
    margin:0 0 22px;
    overflow: hidden;
    float:left;
    min-width: 100%;
    -webkit-transition:all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}
.blog.classic .blog-post-item h2 {
    font-size:24px;
}
.blog.classic .post-header h2 {
    font-size:24px;
    line-height: 1.5em;
}
.blog.classic .post-header {
    padding: 20px;
    font-size: 18px;
}
.blog.classic .post-header p {
    font-size: 18px;
}
/*.blog.classic .blog-post-item .post-header-title {
    min-height: 90px;
}*/
.blog.classic .featured-blog .post-header-title a {
    color: #fff;
}
.blog.classic .featured-blog .post-header-title a:hover {
    color: ;  
}
.post-header-title h2 {
    font-weight: bold;
}
.blog.classic .featured-link:link {
    color: #fff;
}
.blog.classic .featured-link:active {
    color: #fff;
}
.blog.classic .featured-link:visited {
    color: #fff;
}
.blog.classic .featured-link:hover {
    color: #fff;
}
.blog.classic .featured-link .post-item a {
    color: #fff;
}
.blog.classic .blog-link:link {
    color: #565656;
}
.blog.classic .blog-link:visited {
    color: #565656;
}
.blog.classic .blog-link:active {
    color: #565656;
}
.blog.classic .blog-link:hover {
    color: ;
}
.blog.classic .blog-cta-button {
    margin:0 auto 40px;
    text-align:center;
    float:none;
    display: inline-block;
}
.blog.classic .blog-post-wrapper .cell-wrapper {
    font-size: 18px;
    line-height: 34px;
}
.blog.classic .blog-post-wrapper .cell-wrapper p {
    font-size: 20px;
    line-height: 34px;
    padding: 10px 10px 0px 10px;
}
.blog.classic .blog-post-wrapper .cell-wrapper h2 {
    padding: 10px;
}
.blog.classic .blog-item {
    background:#fff;
    box-shadow: 1px 6px 6px 0 rgba(0,0,0,0.25);
    padding:20px; 
}
.blog.classic .display-author {
        font-size:20px;
}
.blog.classic .author-avatar-small-container {
    max-width:60px;
    max-height:60px;
    overflow:hidden;
    border-radius:30px;
}
.blog.classic .author-avatar-small {
    width:60px;
    height:auto;
}
.blog.classic .blog-sidebar {
    padding-bottom:50px;
}
.blog.classic .blog-sidebar-item ul {
    list-style-type:none;
    -webkit-padding-start:0;
}
.blog.classic .blog-sidebar-item li {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5em;
}
.blog.classic .blog-sidebar-item li a {
    color: #565656;
}
.blog.classic .blog-sidebar-item li a:hover {
    color: ;
}
.blog.classic .blog-sidebar-item {
    background:#fff;
    box-shadow: 1px 6px 6px 0 rgba(0,0,0,0.25);
    padding: 0 20px;
    margin:0 0 40px 20px;    
}
@media all and (max-width: 767px) {
    .blog.classic .blog-sidebar-item {
        margin-top: 20px;
        margin-left: 0;
    }
}
.blog.classic .sidebar-item {
    margin: 30px 0;
}
.blog.classic .sidebar-social-sharing {
    text-align: left;
}
.blog.classic .sidebar-social-sharing a {
    margin: 0 7px;
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    padding-left: 20px;
    width: 76%;
    font-family: ;
    font-size: 12px;
    line-height: 1.5em;
}
@media all and (max-width: 400px) {
    .blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width: 70%;
    }
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text a {
    color: #565656;
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-text a:hover {
    color: ;
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-title {
    font-size: 12px;
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    overflow: hidden;
    height: 50px;
    width: 20%;
    border: 5px solid transparent;
    box-shadow: 0px 0px 20px -5px #000;
    -webkit-box-shadow: 0px 0px 20px -5px #000;    
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    height: 50px;
    width: auto;
    min-width: auto;
    max-width: none;
}
.blog.classic .blog-sidebar-item .hs-rss-item.hs-with-featured-image .hs-rss-featured-image img {
    height: 50px;
    width: auto;
    max-width: none;
}
.blog.classic .sidebar-cta {
    margin: 0 auto;
    float: none;
    text-align: center;
}
.blog.classic .topic-cloud ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    font-family: ;
}
.blog.classic .topic-cloud ul li {
    display: inline-block;
    float: left;
    margin: 5px;
    font-size: 10px;
}
.blog.classic .topic-cloud ul li a {
    background: ;
    color: #fff;
    padding: 3px 4px;
}
.blog.classic .topic-cloud ul li a:hover {
    background: ;
    color: #fff;
}
.blog.classic .list-topics {
    margin: 0 20px 20px;
    font-size: 12px;
    line-height: 2em;
    font-family: ;
}
.blog.classic .list-topics a {
    color: #565656;
    margin: 3px 0;
}
.blog.classic .list-topics a:hover {
    color: #565656;
}
.blog.classic .blog-post-item .list-topics {
    min-height: 25px;
}
.blog.classic .topic-link {
    background: ;
    color: #fff;
    padding: 3px 5px;
    margin: 3px 0;
}
.blog.classic .topic-link:hover {
    background: ;
    color: #fff;
}
.blog.classic .blog-piece {
    
}

.blog.classic input, select {
    background-color: rgba(22, 22, 22, .03);
    border: 2px solid rgba(22, 22, 22, .06);
    border-radius: 5px;
    padding: 10px !important;
    font-weight: 300;
    font-family: lato;
    color: #86939e;
    font-size: 16px;
    line-height: 16px;
}

.blog.classic li.hs-blog-social-share-item.hs-blog-social-share-item-facebook {
    margin-top: -10px;
}

.blog.classic li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
    margin-top: -10px;
  margin-right: 10px;
}

/*.next-posts-link {
  background-color: white;
  border-radius: 5px;
  padding: 6px 8px 6px 8px;
  margin-top: -7px;
  color: white;
  box-shadow: 3px 3px 3px rgba(22, 22, 22, .2);
}

.all-posts-link {
  background-color: white;
  border-radius: 5px;
  padding: 6px 8px 6px 8px;
  box-shadow: 3px 3px 3px rgba(22, 22, 22, .2);
}

.previous-posts-link {
  background-color: white;
  border-radius: 5px;
  padding: 6px 8px 6px 8px;
  box-shadow: 3px 3px 3px rgba(22, 22, 22, .2);
  margin-top: -7px;
}

/***************************/
/*         FORMS           */
/***************************/

input, select {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 9px;
    padding: 10px !important;
    font-weight: 300;
    font-family: lato;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
}
.landing input, select {
    background-color: transparent;
    border: 1px solid #86939e;
    border-radius: 4px;
    padding: 10px !important;
    font-weight: 300;
    font-family: lato;
    color: #86939e;
    font-size: 16px;
    line-height: 16px;
}
textarea {
    border: 2px solid white;
    border-radius: 9px
    padding: 10px;
    font-weight: 300;
    font-family: lato;
    color: black;
}
.landing textarea {
    border: 1px solid #86939e;
    border-radius: 4px;
    padding: 10px 10px 60px;
    font-weight: 300;
    font-family: lato;
}
.green-bg ::placeholder-shown {
    color: rgba(255,255,255, .7);
    line-height: 22px;
    font-size: 18px;
    height: 22px;
}
.green-bg ::-webkit-input-placeholder, .green-bg ::-webkit-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255,255,255, .7);
    line-height: 22px;
    font-size: 18px;
    height: 22px;
}
.green-bg :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgba(255,255,255, .7);
   opacity:  1;
}
.green-bg ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(255,255,255, .7);
   opacity:  1;
}
.green-bg :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(255,255,255, .7);
}
.input {
    margin-bottom: 16px;
    position: relative;
}
input[type="submit"].hs-button {
    background-color: #64943f;
    color: white;
    border: none;
    margin: 13px 0 41px 0;
    width: 233.78px;
}
.landing input[type="submit"].hs-button {
    background-color: #64943f;
    border: none;
    margin: 13px 0 10px 0;
    width: 233.78px;
    color: #fff;
}
input[type="submit"].hs-button:hover {
    background-color: rgb(133, 178, 63);
}
.hs-form-required {
    display: none !important;
}

.green-bg input, .green-bg select {
    border-color: rgba(255,255,255, .2);
    color: rgba(255,255,255, .7);
    
}
.hs-button.primary {
    font-size: 16px;
    line-height: 16px;
}

li.hs-form-checkbox {
    list-style: none;
    margin-left: -40px;
}

.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-form-checkbox .hs-input {
    width: auto !important;
    margin-right: 10px;
}

.hs_what_is_the_best_way_to_contact_you_.field.hs-form-field {
    margin-left: 20px;
}


.landing-form {
    margin-left: 50px !important;
}

form {
    margin-top: 30px;
}
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"] {color: black !important;}


/******  INLINE FORM  *******/


@media (min-width: 724px) {
    .inline-form {
        
    }
    .inline-form .hs-form-field {
        width: 24%;
        margin-right: 1%;
        float: left;
    }
    .resources-page .inline-form .hs-form-field {
        width: 32%;
    }
    .home .inline-form .hs-button.primary {
        width: 24%;
    }
    .resources-page .inline-form .hs-button.primary {
        width: 32%;
    }
    .inline-form .hs-form-field input,
    .inline-form .hs-form-field select {
        padding-top: 19px !important;
        padding-bottom: 19px !important;
    }
    .inline-form .hs-form-field select {
        height: 61px;
        border-radius: 8px;
    }
}

.inline-form .hs-button.primary {
    width: auto;
    height: 61px;
    float: left;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    padding: 22px 40px !important;
    margin-top: 0 !important;
}

.inline-form option {
    color: #000;
}

@media (max-width: 723px) {
    .inline-form .hs-button.primary {
        text-align: center;
        float: none !important;
        margin: 0 auto !important;
        display: block;
    }
}





/*=======================================================================*/
/*                  Slick Image Hang Left/Right Custom Module            */
/*=======================================================================*/
body {
    overflow-x: hidden;
}
@media (min-width: 768px) {
    .hang-image.left  {
        margin-left: -30%;
    }
    .hang-image.right  {
        margin-left: -20%;
    }
}
@media (min-width: 900px) {
    .hang-image.left  {
        margin-left: -75%;
    }
    .hang-image.right  {
        margin-left: -20%;
    }
}
@media (min-width: 1000px) {
    .hang-image.left  {
        margin-left: -55%;
    }
    .hang-image.right  {
        margin-left: -5%;
    }
}
@media (min-width: 1200px) {
    /*.hang-image {
        min-width: 1100px;
    }*/
    .hang-image.left  {
        margin-left: -55%;
    }
    .hang-image.right  {
        margin-left: 10%;
    }
}
@media (min-width: 1350px) {
    .hang-image.left  {
        margin-left: -70%;
    }
    .hang-image.right  {
        margin-left: 20%;
    }
}
@media (min-width: 1625px) {
    .hang-image.left  {
        margin-left: -75%;
    }
    /*.hang-image.right img {
        margin-left: 25%;
    }*/
}
@media (min-width: 1700px) {
    .hang-image.left  {
        margin-left: -70%;
    }
    /*.hang-image.right  {
        margin-left: 20%;
    }*/
}
@media (min-width: 1800px) {
    .hang-image.left  {
        margin-left: -70%;
    }
    /*.hang-image.right  {
        margin-left: 30%;
    }*/
}
@media (min-width: 1900px) {
    .hang-image.left  {
        margin-left: -75%;
    }
    .hang-image.right  {
        margin-left: 35%;
    }
}
@media (min-width: 2000px) {
    .hang-image.left  {
        margin-left: -30%;
    }
    .hang-image.right  {
        margin-left: 20%;
    }
}
@media (min-width: 2100px) {
    .hang-image.left  {
        margin-left: -35%;
    }
    .hang-image.right  {
        margin-left: 25%;
    }
}
@media (min-width: 2200px) {
    .hang-image.left  {
        margin-left: -40%;
    }
    .hang-image.right  {
        margin-left: 30%;
    }
}

@media (max-width: 900px) {
    .switch-image img {
        max-width: 800px !important;
    }
}

@media (max-width: 767px) {
    .switch-image img {
        max-width: 960px !important;
    }
}

@media (max-width: 560px) {
    .switch-image img {
        max-width: 800px !important;
    }
    div.switch-image {
        width: 800px !important;
        height: auto !important;
    }
}

@media (max-width: 480px) {
    .switch-image img {
        max-width: 700px !important;
    }
    div.switch-image {
        width: 700px !important;
        height: auto !important;
    }
}

@media (max-width: 400px) {
    .switch-image img {
        max-width: 600px !important;
    }
    div.switch-image {
        width: 600px !important;
        height: auto !important;
    }
}

@media (max-width: 360px) {
    .switch-image img {
        max-width: 550px !important;
    }
    div.switch-image {
        width: 550px !important;
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .switch-image {
        margin: 70px auto 0!important;
    }
}



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

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > a {
    white-space: normal;
}

/**
 * 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.                     
 */
a {
    -webkit-transition-duration: .4s;
       -moz-transition-duration: .4s;
            transition-duration: .4s;
}
@media (min-width: 768px) {
    a.mobile-trigger, a.child-trigger {
        display: none !important; /* Hide button on Desktop */
    }
}
.page-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        float: none;
}
.page-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > a {
        color:#000000;
        font-weight: 300;
        cursor: pointer;
}

.page-header li.hs-menu-item.hs-menu-depth-1.active-branch {
    font-weight: 300;
}

@media (min-width: 768px) {
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li.active-branch > a,
    .custom-menu-primary .hs-menu-flow-horizontal > ul li:hover > a {
        color: #64943f !important;
    }
    .custom-menu-primary, .custom-menu-primary .hs-menu-flow-horizontal > ul {
        text-align: center;
    }
   .custom-menu-primary ul.hs-menu-children-wrapper {
       background: #fff;
       -webkit-transition-duration: .4s;
       -moz-transition-duration: .4s;
       transition-duration: .4s;
       text-align: left;
       box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
       position: relative;
       margin-left: 20px;
   }
   /*.custom-menu-primary ul.hs-menu-children-wrapper:after {
       content: '';
       display: block;
       position: absolute;
       left: 20px;
       bottom: 100%;
       width: 0;
       height: 0;
       border-bottom: 10px solid white;
       border-top: 10px solid transparent;
       border-left: 10px solid transparent;
       border-right: 10px solid transparent;
   }*/
   .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #FFFDFD;
        position: absolute;
        top: -7px;
        left: 30px;
    }
   .custom-menu-primary ul.hs-menu-children-wrapper li a {
       color: #000  !important;
       padding: 10px 20px;
       font-size: 14px;
       line-height: 13px;
       white-space: normal !important;
       width: 122px !important;
   }
   .custom-menu-primary ul.hs-menu-children-wrapper li:hover a {
       color:  !important;
   }
   .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
       padding: 0 10px;
   }
}

@media (min-width: 838px) {
   .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > a {
       padding: 10px 10px;
   }
}

@media (min-width: 768px) and (max-width: 837px) {
   .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > a {
       padding: 10px 5px;
   }
}

@media (max-width: 767px){

  /* Variables
     ========================================================================== */

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

    
    .page-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > a {
        color:#222;
    }
    .page-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover > a {
        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 *{
    display: inline-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: #343434;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0px;          /* Position Button at top right of screen  */
      right: 10px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 12px 10px;
      background: #ffffff; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #343434;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #ffffff;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #343434; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #343434; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .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-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
      overflow: scroll;
      height: 100vh;
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #fff; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > 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-flow-horizontal 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-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #343434; 
  }/* link hover color set by global mobile-aColorHover variable */

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > 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-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width: 180px;
    font-weight: normal;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 160px;
    overflow: visible;
}

@media (max-width: 796px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        width: 110px;
    }
}

/* YouTube Responsive CSS for HubSpot */

 

.hs-responsive-embed {

position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
padding-left: 0; 
padding-right: 0;

}

.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {

position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
border: 0;

}

.hs-responsive-embed, 
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo {

padding-bottom: 56.25%;

}


/* ADDED BY JACK */

.hs-search-results__title {
    border: 2px solid rgba(100, 148, 62, .6);
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    color: white !important;
    background: rgba(100, 148, 63);
}

.hs-search-results__title:hover {
  color: rgb(100, 148, 63) !important;
  background: white !important;
}

.hs-search-results__description {
    border: 2px solid rgb(100, 148, 63, .6);
    border-radius: 0px 10px 10px 10px;
    padding: 15px;
}

.hs-search-results__listing li {
  margin-top: 50px !important;
}

.hs-search-results__listing {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.search-bar input {
  margin-left: 100px !important;
  margin-right: 100px !important;
  width: 500px !important;
}

.search-bar .hs-search-field__suggestions {
  margin-left: 100px !important;
  width: 500px !important;
}

.hs-search-results__next-page {
  background-color: white;
  border-radius: 5px;
  padding: 6px 8px 6px 8px;
  margin-top: 0px;
  margin-right: 100px;
  box-shadow: 3px 3px 3px rgba(22, 22, 22, .2);
}

.hs-search-results__prev-page {
  background-color: white;
  border-radius: 5px;
  padding: 6px 8px 6px 8px;
  margin-top: 0px;
  margin-left: 100px;
  box-shadow: 3px 3px 3px rgba(22, 22, 22, .2);
}
  

@media (max-width: 767px) {
  .search-bar input {
    width: 200px !important;
    margin-left: 10px !important;
  }
  .search-bar .hs-search-field__suggestions {
    width: 200px !important;
    margin-left: 10px !important;
  }
  .hs-search-results__listing {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .hs-search-results__title {
    overflow: visible !important;
    white-space: pre !important;
    word-break: break-all !important;
  }
  .hs-search-results__next-page {
    margin-right: 10px !important;
  }
  .hs-search-results__prev-page {
    margin-left: 10px !important;
  }
}

@media (max-width: 400px) {
  .hs-search-results__title {
    max-width: 300px !important;
  }
}
    
.nav-search input {
  width: 140px !important;
}

.nav-search form {
  margin-top: 0px !important;
}

.nav-search .hs-search-field__suggestions {
  width: 217px !important;
  position: absolute;
  background-color: white;
  color: black;
  z-index:1;
}

@media (max-width: 600px) {
  .contact {
    margin-top: 20px !important;
  }
  .nav-search {
    margin-top: 20px !important;
  }
}



/* GIF STYLING */

.assess-gif {
  height: 250px !important;
  width: 250px !important;
  margin-left: 60px !important;
}

#hs_cos_wrapper_module_15816221684211296 {
  margin-top: 80px;
}

.align-gif {
  height: 250px !important;
  width: 300px !important;
  margin-left: 40px !important;
}

.refine-gif {
  height: 250px !important;
  width: 250px !important;
  margin-left: 60px !important;
}

@media (max-width: 1200px) {
  .assess-gif {
    height: auto !important;
    width: auto !important;
    margin-left: 0px !important;
  }
  .align-gif {
    height: auto !important;
   width: auto !important;
    margin-left: 0px !important;
  }
  .refine-gif {
    height: auto !important;
    width: auto !important;
    margin-left: 0px !important;
  }
}


.sign-up form input {
  clear: left;
}


/*.slick-slide-inner-wrapper img {
  height: auto !important;
  max-height: 400px !important;
}*/
  


/* CAREER PAGE*/



/*ROBROY FIX ON HOMEPAGE*/

#hs_cos_wrapper_module_1498606326340342 img {
  margin-top: 40px !important;
}


/* BLOG SIDEBAR FIX */

.blog-sidebar-item h4 span {
  line-height: 30px !important;
}


/* CAREER PAGE 2 */

@media (max-width: 768px) {
  thing {
  }
}

@media (min-width: 724px) {
  .inline-form-better .hs-form-field {
        width: 40% !important;
        margin-right: 1%;
        float: left;
  }
  .inline-form-better .hs-richtext p strong a {
    color: white !important;
  }
  .inline-form-better .hs_upload_your_resume_now_ {
    clear: left;
  }
}


/* SLICK FIX */
/*
#hs_cos_flex_slider_module_1491574417296531 .slick-track {
  width: auto !important;
}
*/



/* FAQ PAGE */

.row-fluid .accordion-text {
  display: none;
  padding: 25px;
  float: left;
  width: 100%;
  margin: 0;
}

.row-fluid .accordion {
  float: left;
  width: 100%;
  margin: 15px 0;
  border: 1px solid #ccc;
}

.row-fluid .accordion-main h4 {
  padding: 14px 15px 14px 55px;
  position: relative;
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}

.row-fluid .accordion.active h4 {
  background: rgb(100, 148, 63);
  color: #fff;
}

.row-fluid .accordion-main h4:before {
  position: absolute;
  width: 40px;
  height: 100%;
  border-right: 1px solid #ccc;
  content: '+';
  left: 0;
  top: 0;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
}

.row-fluid .accordion.active h4:before {
  content: '-';
  border-color: rgba(255,255,255,0.2);
}


@media (max-width: 767px) {
  #shrink {
    display: none;
  }
  #table-under {
    margin-top: -50px;
  }
}

@media (max-width: 500px) {
  #what-img {
      margin: 0px !important;
  }
  .hero{
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: uppercase;
  }
  .hero-content {
    padding: 50px 0px !important;
  }
  .hero-overlay {
    height: 550px !important;
  }
}

@media (max-width: 767px) {
    .footer .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      text-align: center !important;
      width: 100% !important;
      max-width: 100% !important;
  }
}

.form-fix .legal-consent-container p {
  position: absolute !important;
  margin-top: 66px !important;
}

.custom-menu-primary ul.hs-menu-children-wrapper li a:hover {
  color: white !important;
}
.custom-menu-primary ul.hs-menu-children-wrapper li a:hover {
  background-color: #64943f !important;
}
  
@media (max-width: 500px) {
  .pillar-padding {
    padding: 0px 0px !important;
  }
}

.pillar-padding {
  padding: 0px 100px 100px 100px;
}

@media (max-width: 767px) {
  .hero-fix {
    height: 250px !important;
  }
  .hero-fix2 {
    height: 350px !important;
  }
}

/* NEW BLOG PAGE */

a.filter-expand-link {
     color: #ffffff !important;
}


