@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One&display=swap');

/* @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%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight{
    margin: 0 0 5px 15px;
}

img.alignLeft{
    margin: 0 15px 5px 0;
}

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
}
 
#caldays {
    margin-bottom: 4px;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}





/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}




.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}







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

/* Space Module */
.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */
.hs-author-social-links {
    display: inline-block;
}
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
#captcha_wrapper,
#recaptcha_area,
#recaptcha_area table#recaptcha_table,
#recaptcha_area table#recaptcha_table .recaptcha_r1_c1
{ width: auto !important; overflow: hidden; }
#recaptcha_area table#recaptcha_table .recaptcha_r4_c4
{ width: 67px !important; }
#recaptcha_area table#recaptcha_table #recaptcha_image
{ width:280px !important; }
}
/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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


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

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

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


/* ==========================================================================
   Macros
   ========================================================================== */


/**
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below.  Ignore the jinja comment tags.
  *
  * 
  */


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/


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


/**
 * Box Sizing
 *
 * Applies a natural box layout model to all elements so that width and padding
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}

/* Website background color and default font styles */
body {
    background: #fff;
    color: rgba(58, 56, 52, 1);
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.blue{
  border-top: 1px solid rgba(11, 119, 190, 1);
}

hr.just-gray{
  border-top: 1px solid rgba(58, 56, 52, 1);
}

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

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

@media screen and (max-width:1200px) {
  
  .container-fluid .row-fluid .page-center {
    padding: 0 20px;
  }
  
}




a {
    text-decoration: none;
    color: rgba(11, 119, 190, 1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a:hover,
a:focus {
     color: rgba(11, 119, 190, 0.7);
}


a.tile-link {
  color: #fff;
  background: rgba(11, 119, 190, 1);
  padding: 8px 16px;
}
a.tile-link:hover {
  background: rgba(11, 119, 190, 0.7);
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: rgba(58, 56, 52, 1);
    text-shadow: none;
}
::selection {
    color: #fff;
    background: rgba(58, 56, 52, 1);
    text-shadow: none;
}


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

/* Basic text */
p { margin: 10px 0;}

small {}
strong {}
em {}
cite {}
code {}
pre {}

.main-cap {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 7px;
}

.caption {
  font-style: italic;
  font-size: 14px;
  display: block;
}

sup, sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2 {
    font-family: 'Fjalla One', sans-serif;
    margin: 10px 0;
    text-rendering: optimizelegibility;
    line-height: 1.2;
  color: rgba(121, 71, 29, 1);
}
h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 10px 0;
    text-rendering: optimizelegibility;
    line-height: 1.2;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }


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

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

.clear { clear: both; height: 0px; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }



hr.blue-dash {
    border: 0;
    height: 0;
    width: 35px;
    border-top: 4px solid rgba(11, 119, 190, 1);
    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
    margin: 30px auto;
}



/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

.content-wrapper {
  padding: 60px 0;
}

.paddingtb40 {
  padding: 40px 0;
}

.flexer {
  display: -moz-box!important;
	display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
}

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

.hs-button,
.btn {
  background: rgba(11, 119, 190, 1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: normal;
    padding: 15px 24px;
    font-size: 18px;
    line-height: 1.42857143;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #fff ;
    /*border: 4px solid ;*/
    -webkit-appearance: none;
  border: none;
}
.hs-button:hover,
.btn:hover {
    background: rgba(11, 119, 190, 0.7);
    color: #fff;
    /*border: 4px solid ;*/
}

.header-container-wrapper form .hs-button {
  padding: 8px 24px;
}

.body-container-wrapper form .hs-button, 
.footer-container-wrapper form .hs-button {
  margin-top: 20px;
}

.btn.ccta {
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  padding: 8px 12px;
}
.btn.ccta:hover {
  background: #fff;
  border: 3px solid #fff;
  color: rgba(58, 56, 52, 1);;
}

.std-green {
    font-family: 'Fjalla One',sans-serif!important;
    color: #fff;
    background: rgba(140, 173, 77, 1);
    padding: 8px 20px;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}
.std-green:hover {
    background: rgba(140, 173, 77, .8);
  color: #fff;
}

.std-blue {
    font-family: 'Fjalla One',sans-serif!important;
    color: #fff;
    background: rgba(11, 119, 190, 1);
    padding: 8px 20px;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}
.std-blue:hover {
    background: rgba(11, 119, 190, .8);
  color: #fff;
}



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


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


/* Form Field */
body .hs-form-field { margin-bottom: 15px; }

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

/* Labels */
body label {
    margin-bottom: 5px;
  font-size: 14px;
    font-weight: 700;
}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    display: block;
    /*height: 34px;*/
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: ;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    /* border-color: ; */
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6); */
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
}
body textarea:focus {}

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


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

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

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {
    border-color: rgba(11, 119, 190, 1);
    
  }

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}

.main-content .hs_cos_wrapper_type_form {
  margin: 0 40px;
}






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

.header-container-wrapper {
  background: rgba(11, 119, 190, 1);
  position: fixed;
    width: 100%;
    z-index: 9999;
}

.header-container {
  color: #fff;
  padding: 20px 0;
  
}

.header-container a {
  color: fff;
}



.global-header .header-right .header-phone {
  text-align: right;
  font-size: 24px;
  font-weight: 700;
}

.global-header .header-right .header-phone,
.global-header .header-right .header-phone a {
  color: #fff!important;
}

.global-header .header-right .header-phone span.gc-cs-link {
    color: #fff!important;
    cursor: pointer;
    text-decoration: underline;
}


.global-header .header-right .search-bar .input {
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
}

.global-header .header-right .search-bar input[type="text"] {
  border-width: 0px;
  border-radius: 0;
  
}

.global-header .header-right .hs-button {
  background: #fff;
  color: rgba(11, 119, 190, 1);
}

.global-header .hs-search-field__suggestions a {
   color: #fff;
}


.header-container,
.small-header .header-container .logo a img {
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.small-header .header-container .head-right-upper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Header Small */
.small-header .header-container { padding: 5px 0; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
.small-header .header-container .logo a img { max-width: 150px; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
.small-header .custom-menu-primary .hs-menu-wrapper>ul { padding-top: 5px; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
.small-header .header-container .head-right-upper { visibility: hidden; opacity: 0; display: none; }



@media screen and (max-width:768px) {
  
  .header-container-wrapper {
    position: static;
  }
  
  .header-container .logo {
    text-align: center;
  }
  
  .header-container .logo a img {
    max-width: 150px;
  }
  
  .global-header .header-right .header-phone {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 15px 0;
  }
  
  .header-container-wrapper .container-fluid .row-fluid [class*="span"] {
    display: block;
    float: none !important;
    width: auto !important;
    margin-left: auto !important; 
}
  
  .global-header .header-right .search-bar { 
    max-width: 300px;
    margin-left: auto!important;
    margin: 0 auto;
  }

}




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

/* Parent List */

.custom-menu-primary .hs-menu-wrapper > ul{ 
   
    padding-top: 10px;
    float: right;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
    font-weight: 700;
    font-size: 18px;
    margin-right: 10px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px;
    position: relative;
    color: rgba(255, 255, 255, 1);
    display: block;
  max-width: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  padding: 10px 0 10px 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255, 255, 255, .7);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a .mn-cta {
  background: rgba(255, 255, 255, .7);
  color: rgba(11, 119, 190, 1);
  padding: 8px;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a .mn-cta:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(11, 119, 190, 1);
  padding: 8px;
}



/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    /* left: 15px!important; */
    background: rgba(11, 119, 190, 1);
  font-weight: 400;
    padding: 10px 0px;
    border: 1px solid ;
    border-radius: ;
    min-width: 150px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background: ;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    text-shadow: 0px -1px 0px #ccc;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    font-size: 16px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: rgba(255, 255, 255, 1);
    padding: 3px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: rgba(255, 255, 255, .7);
}


.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: -100%;
    top: 0;
    width: 100%;
  background: rgba(11, 119, 190, 1);
}


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

/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 13px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
    border-top-color: ;
}



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

/* Force header to trigger mobile layout on iPads */
@media (max-width: 768px){
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"] {
    display: block;
    float: none !important;
    width: auto !important;
    /*margin-left: 0 !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: 768px){
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(255, 255, 255, .7);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a .mn-cta {
    background: inherit;
    color: inherit;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a .mn-cta:hover {
    background: inherit;
    color: inherit;
    padding: 0;
  }
  
  
  
  


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


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

  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    /* position: absolute; */
    position: relative;/*******************************************/
    /*top: 32px;*/          /* Position Button at top right of screen  */
    /*right: 10px;*/        /*******************************************/
    width: 100%; /* Button width */
    height: auto; /* Button height */      
    padding: 6px 12px;
    /* margin-top: -16px; */
    margin-top: 20px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    /* text-align: left; */
    text-transform: uppercase;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }


  /* 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: 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);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


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

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

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

  /* 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{
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/                                              
    width: 100%;   
    /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
    background: ;
   }
  .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: 0 10px;
    color:#ffffff !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;  
    border: 0px;
    padding: 0px;
  }
  .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 */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

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

}


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

.footer-container-wrapper {
  background: rgba(58, 56, 52, 1);
  color: #9f9e9f;
  padding: 60px 0;
}

.footer-container {}

.footer-container .foot-about,
.footer-container .foot-form,
.footer-container .foot-info {
  padding: 0 20px;
}


.footer-container h3 {
  color: #fff;
}

.footer-container .foot-about .foot-logo { padding: 30px 0 0 0; }
.footer-container .foot-about .foot-logo img { max-width: 250px; }

.footer-container .foot-info .foot-social {
  margin-top: 20px
}

.footer-container .foot-info .foot-social .svg-inline--fa {
  font-size: 30px!important;
  color: #fff;
  background: rgba(11, 119, 190, 1);
  width:50px;
  height:50px;
  padding: 10px;
  /*display:table-cell;*/
  text-align: center;
  margin: 0 6px 0 0;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-container .foot-info .foot-social .svg-inline--fa:hover {
  background: rgba(11, 119, 190, 0.7);
}

.footer-container .footer-copyright {
  text-align: center;
  border-top: 1px solid #9f9e9f;
  margin: 60px 0 0 0;
  padding: 30px 0;
}

.footer-container .footer-copyright .copyright-text {
  font-size: 14px;
  font-weight: 700;
}


/* Back to Top */
.container-fluid .row-fluid .back-to-top {
    position: fixed;
    bottom: 5px;
    right: 11px;
    width: auto;
    font-size: 20px;
    padding: 1px 8px 4px;
    border-radius: 4px;
    background: rgba(11, 119, 190, 1);
    cursor: pointer;
}
.back-to-top a {
    color: #fff ;
}


@media (max-width: 768px){
  
  .footer-container .foot-about,
  .footer-container .foot-form {
    padding: 0px;
    margin-bottom: 40px;
  }
  .footer-container .foot-info {
    padding: 0px;
  }

  
}




/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/


/*--------------  Galleries  --------------*/




hr.margintop {
    border: 0;
    height: 0;
    border-top: 0px;
    border-bottom: 0px;
  padding: 0 0 40px 0;
}
hr.marginbottom {
    border: 0;
    height: 0;
    border-top: 0px;
    border-bottom: 0px;
  padding: 40px 0 0 0;
}


.inline-flex {
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.inline-flex .triple {
  width: 32%;
  margin: 0 .66% 20px .66%;
}

.inline-flex .double {
  width: 48%;
  margin: 0 1% 20px 1%;
}

@media (max-width: 568px) {
  
  .inline-flex .triple {
  width: 100%;
  margin: 0 .66% 20px .66%;
}

.inline-flex .double {
  width: 100%;
  margin: 0 1% 20px 1%;
}
  
  }


.anch-div {
    position: relative;
    top: -150px;
}
.anch-div.pil {
    top: -100px;
}


/*--------------  Title-Block  --------------*/

.title-block {
  margin: 0 0 40px 0;
}

.title-block h1 {
  margin-bottom: 30px;
}

.title-block img {
  border: 1px solid rgba(58, 56, 52, 1);
}


/*--------------  Accordions  --------------*/


.accordion { }
.accordion_group {
    margin: 10px 0;
    background: #fff;
    /*padding: 20px 10px;*/
  border: 1px solid rgba(58, 56, 52, 1)
}
.accordion_header {
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    /*flex-wrap: wrap;*/
  align-items: center;
    padding: 0 0 20px 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 16px;
    width: 100%;
    padding: 40px 20px;
  border-bottom: 0px solid #ccc;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.accordion_header:hover {
  background: #f5f5f5;
}
.accordion_group.expanded .accordion_header {
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
}

.accordion_header .accordion-title-wrap {
  display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
  align-items: center;
  flex:1;
}


.accordion_header .accordion-title-wrap .main-headline {
  font-family: 'Fjalla One', sans-serif;
  color: rgba(121, 71, 29, 1);
    font-size: 30px;
  margin: 0 30px 0 0;
  line-height: 1.0;
}

.accordion_header .sub-headlines {
  margin: 0 30px 0 0;
}

.accordion_header .sub-headlines .acc-sub-head {
  display: block;
  font-size: 24px;
  font-weight: 700;
  /*margin: 0 0 8px 0;*/
  line-height: 1.0;
}
.accordion_header .sub-headlines .acc-subsub-head {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 0 0;
  line-height: 1.0;
}


.accordion_content { 
    padding: 10px 15px;
    display: none;
}

.accordion_group .accordion-arrow {
    position: relative;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.accordion_group .accordion-arrow .svg-inline--fa {
  font-size: 48px!important;
  color: rgba(11, 119, 190, 1);
 
}

.accordion_group.expanded .accordion-arrow {
    position: relative;
  -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}



@media (max-width: 980px) {

  .accordion_header .accordion-title-wrap  {
      flex-wrap: wrap;
  }
    .accordion_header .accordion-title-wrap .main-headline {
      width: 100%;
      margin: 0 30px 10px 0;
  }
  
}


/*--------------  Download Block  --------------*/

.download-wrap {
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  justify-content: space-between;
}

.dwnld-image {
  width: 28%;
}

.dwnld-copy {
  width: 68%;
}

.dlpdf {
  color: #fff;
  background: rgba(11, 119, 190, 1);
  padding: 18px!important;
  margin: 20px 0!important;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  font-size: 24px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    
}
.dlpdf:hover {
  background: rgba(11, 119, 190, 0.7);
}

@media (max-width: 767px) {
  
  .download-wrap {
    flex-wrap: wrap;
  }
  .dwnld-image {
    width: 50%;
  }
  .dwnld-copy {
    width: 108%;
  }

  
}


/*--------------  Popular Articles  --------------*/


.pop-art-wrap {
  
}
.pop-art-wrap .pop-art-title {
  Color: #fff;
  Font-weight: 700;
  padding: 8px 20px;
  background: rgba(140, 173, 76, 1);
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
}

.pop-art-wrap .pop-art-links {
  Color: #fff;
  Font-weight: 700;
  font-style: italic;
  padding: 8px 20px;
  background: rgba(140, 173, 76, 1);
}
.pop-art-wrap .pop-art-links a {
  color: #fff;
  display: block;
  margin: 8px 0;
}
.pop-art-wrap .pop-art-links a:hover {
  opacity: .7;
}


/*--------------  Related Articles  --------------*/


.rel-art-wrap {
  padding: 20px 0 0 0;
}
.rel-art-wrap .rel-art-title {
  /*Color: #fff;*/
  Font-weight: 700;
  padding: 8px 0px;
  /*background: rgba(140, 173, 76, 1);*/
  /*-webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
  display: inline-block;
}

.rel-art-wrap .rel-art-links {
  /*Color: #fff;*/
  Font-weight: 700;
  font-style: italic;
  padding: 0px 0px;
  /*background: rgba(140, 173, 76, 1);*/
}
.rel-art-wrap .rel-art-links a {
  /*color: #fff;*/
  display: block;
  margin: 8px 0;
  line-height: 1.3;
}
.rel-art-wrap .rel-art-links a:hover {
  opacity: .7;
}





/*--------------  Content flexbox  --------------*/

.content-flex {
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  
  
}

.content-flex .bg-left,
.content-flex .bg-right {
  width: 50%;
}

.content-flex .bg-left.image-back,
.content-flex .bg-right.image-back {
  background-position: center center!important;
   background-size: cover!important;
  background-repeat: no-repeat!important;
}


.content-flex .container {
  padding: 60px 30px;
  color: #fff;
}

.content-flex .container h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.content-flex .container .sub-headline {
  font-style: italic;
}

@media (max-width: 767px) {
  
  .content-flex {
    flex-wrap: wrap;
  }
  .content-flex .bg-left,
  .content-flex .bg-right {
    width: 100%;
  }
  .content-flex .bg-left.image-back,
  .content-flex .bg-right.image-back {
    min-height: 175px;
  }
  
}

/*--------------  Content Read More flexbox  --------------*/

.content-more-flex {
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
 
  
}

.content-more-flex .bg-left,
.content-more-flex .bg-right {
  width: 50%
}

.content-more-flex .bg-left.image-back,
.content-more-flex .bg-right.image-back {
  background-position: center center!important;
   background-size: cover!important;
  background-repeat: no-repeat!important;
   
}


.content-more-flex .container {
 padding: 8px 8px 0 15px;
  
}
.content-more-flex .container .content{
  
  
}

.content-more-flex .container h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.content-more-flex .container .sub-headline {
  font-style: italic;
}

.content-more-flex .container .more-link {
  color: #fff;
  background: rgba(11, 119, 190, 1);
  padding: 15px 30px;
  display: block;
  font-weight: 700;
  text-align: center;
  }
.content-more-flex .container .more-link:hover {
  background: rgba(11, 119, 190, 0.7);
  }

@media (max-width: 767px) {
  
  .content-more-flex {
    flex-wrap: wrap;
  }
  .content-more-flex .bg-left,
  .content-more-flex .bg-right {
    width: 100%;
  }
  .content-more-flex .bg-left.image-back,
  .content-more-flex .bg-right.image-back {
    min-height: 175px;
  }
  .content-more-flex .container {
    padding: 8px 0 0 0;
  }
  
}


/*--------------  Content CTA  --------------*/

.content-cta-wrap {
  padding: 20px;
  border-top: 3px solid #fff;
  margin: 0 0 40px 0;
  display: inline-block;
  width: 100%;
}

.ccta-hold {
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  flex-wrap: wrap;
  
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.ccta-image {
  max-width: 25%;
  }

.ccta-copy {
  flex: 2;
  color: #fff;
  margin: 0 0 0 30px;
}

.ccta-copy .pre-head {
  font-size: 20px;
  font-weight: 700;
  opacity: .8;
  text-transform: uppercase;
}

.ccta-copy h2 {
  color: #fff;
  margin: 0;
}

/*--------------  Section Tiles  --------------*/

.section-tiles {
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.section-tiles .tile-item {
  width: 35%;
  margin: 1%;
}

.section-tiles .tile-item.three-wide {
  width: 31.3%;
}

.section-tiles .tile-item .tile-image {
  width: 100%;
  padding-bottom: 56.25%;
  border: 1px solid rgba(58, 56, 52, 1);
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
   background-position: center center!important;
   background-size: cover!important;
  background-repeat: no-repeat!important;
}

.section-tiles .tile-item .tile-button {
  background: rgba(11, 119, 190, 1);
  color: #fff;
  text-align: center;
  padding: 15px;
  border-top: 3px solid #fff;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.section-tiles .tile-item .tile-button h3 {
  margin: 0 0 0 0;
}

.section-tiles .tile-item .tile-sub-button {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section-tiles .tile-item:hover .tile-image {
  opacity: .7;
}
.section-tiles .tile-item:hover .tile-button {
  background: rgba(11, 119, 190, 0.7); 
  color: #fff;
}

.section-tiles .tile-item:hover .tile-sub-button {
    color: rgba(11, 119, 190, 0.7); 
}


@media (max-width: 768px){

  .section-tiles {
    flex-wrap: wrap;
  }
  .section-tiles .tile-item,
  .section-tiles .tile-item.three-wide {
    width: 98%;
    margin: 1%;
  }
  
}

/*--------------  Content Tables  --------------*/


table.fcolor {
  font-size: 15px;
  margin: 0 0;
  display: inline-block
}

table.fcolor th,
table.fcolor td {
  border: 1px solid #fff;
  text-align: center;
  line-height: 1.2;
}

table.fcolor th {
  background: rgba(58, 56, 52, 1);
  color: #fff;
  font-weight: 700;
  padding: 20px 20px;
}

table.fcolor td {
  background: #e6e7e8;
  padding: 20px 20px;
}

table.fcolor td.blue {
  background: rgba(11, 119, 190, 1);
  color: #fff;
  font-weight: 700;
  padding: 20px 20px;
}

table.fcolor td.highlight {
  font-weight: 700;
  background: #acd9f4;
}


/******** Contact Cards ******/

.con-card-wrap {
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.con-card-wrap .col-left {
  width: 49%;
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  flex-direction: column;
}

.con-card-wrap .col-right {
  width: 49%;
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  flex-direction: column;
}

.con-card {
  background: rgba(230, 231, 232, 1);
  padding: 30px;
  border-top: 3px solid rgba(11, 119, 190, 1);
  width: 100%;
  height: 100%;
  margin-bottom: 4%;
}

.con-card:last-child {
  margin-bottom: auto;
}

.contact-hold {
  margin-bottom: 20px;
}

.card-contact {
  font-weight: bold;
  color: rgba(121, 71, 29, 1);
}

@media (max-width: 767px){

  .con-card-wrap {
    flex-wrap: wrap;
  }
  .con-card-wrap .col-left {
    width: 100%;
  }

  .con-card-wrap .col-right {
    width: 100%;
  }
  .con-card:last-child {
    margin-bottom: 4%;
  }
  
}



/******** Component Map ******/






.component-container {
    position: relative;
    width: auto!important;
    margin: 0 auto!important;
    float: none!important;
    max-width: 712px!important;
    padding: 30px 0;
}
.mapped-component {text-align: center;}

.component-block {
    max-width: 364px;
    /*background-color: #4a433e;
    padding: 4px;*/
    position: absolute;
    top: -80px;
  text-align: left;
}

.component-inner {
    border: 3px solid #0077c0;
    background-color: #fff;
    padding: 15px 15px 10px;
}

.component-block img {width: 100%!important; height: auto!important;}

.component-block h4 {margin: 22px 0 0; font-size: 20px; color: #4a433e;}
.component-block p {margin: 5px 0 15px; font-size: 15px;}
.component-block p a {font-size: 15px;}

.comp-1-pop {right: 240px;} 
.comp-2-pop {right: 100px;} 
.comp-3-pop {left: -90px;}
.comp-4-pop {right: 10px;}
.comp-5-pop {right: -80px;}
.comp-6-pop {left: 20%;}

img[usemap] {
    border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

.component-container  {min-height: 0px!important;}

.mobile-comp-close {display: none!important;}

@media (max-width: 1024px) {
  
    .component-block {max-width: 200px; top: 0px;}
    .component-inner {padding: 8px;}
    .component-block p {font-size: 12px; line-height: 18px}
    .comp-3-pop {left: 70px;}
    .comp-4-pop {right: 25%;}
    .comp-5-pop {right: 12%;}
    }

@media (max-width: 1024px) {
.component-block {
        top: -30px;
        right: 0!important;
        left: 0!important;
        margin: 0 auto;
    }
    
    .mobile-comp-close {
        display: block!important; 
        position: absolute;
        color: #fff;
        background-color: #4a433e;
        border-radius: 50%;
        width: 30px;
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        top: -35px;
        right: 5px;
        padding-bottom: 1px;
    }
}


/*--------------  Careers Page  --------------*/

.careers-temp .form-wrap {
  padding: 30px;
  background: rgba(230, 231, 232, 1);
}
.careers-temp .values {
  padding: 30px;
  background: rgba(11, 119, 190, 1);
  color: #fff;
}
  

/******************** Team Page 2019  ********************/

/**** Pop-Ups  ****/

.pop-open {
  overflow: hidden;
}

.team-flex {
  
}

.team-flex .hs_cos_wrapper_widget_container {
  display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
    transition: top 0.25s;
}

.team-flex .hs_cos_wrapper_widget_container .hs_cos_wrapper_type_module {
  width: 45%!important;
  margin: 1.6%;
}


.main-content {
  margin-bottom: 40px;
}

.landing-page .content-wrapper {
padding: 0 20px;
}


@media (max-width: 767px) {
  
  .team-flex .hs_cos_wrapper_widget_container .hs_cos_wrapper_type_module {
    width: 48%!important;
    margin: 1%;
  }
  
}

@media (max-width: 500px) {
  
  .team-flex .hs_cos_wrapper_widget_container .hs_cos_wrapper_type_module {
    width: 95%!important;
    margin: 20px auto!important;
  }
  
}

/******************** Thanks You Page 2020  ********************/

.thanks-signup {
  background: rgba(230, 231, 232, 1);
  padding: 30px 0 10px;
  margin: 0 0 40px 0;
}


/**************************************************************/
/* Sidebar Modules */
/**************************************************************/

.main-sidebar {
  padding: 34px 0 0 25px;
}

.main-sidebar.no-top-pad {
  padding: 0px 0 0 25px;
}

.main-sidebar .hs_cos_wrapper_widget {
  margin-bottom: 40px;
}

.main-sidebar .reg-side-title  h3  {
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(58, 56, 52, 1);
}

.main-sidebar .reg-side-title h3 .svg-inline--fa {
  margin-right: 15px;
}

@media (max-width: 767px){
  
  .main-sidebar {
    padding: 34px 0 0 0px;
  }

  .main-sidebar.no-top-pad {
    padding: 0px 0 0 0px;
  }
  
}


/*--------------  Sidebar Menu  --------------*/

.main-sidebar .side-menu {
}


.main-sidebar .side-menu .menu-wrap {
  padding: 0 0 0 10px;
}


.side-menu .hs-menu-wrapper.hs-menu-flow-vertical ul {
/* Targets all unordered lists within vertical menus */
}
.side-menu .hs-menu-wrapper.hs-menu-flow-vertical ul li  {
/* Targets all list items within vertical menus */
}
.side-menu .hs-menu-wrapper.hs-menu-flow-vertical ul li a {
/* Targets all links within vertical menus */
  color: #939598;
}
.side-menu .hs-menu-wrapper.hs-menu-flow-vertical ul li a:hover {
/* Targets all links within vertical menus */
  color: rgba(11, 119, 190, 1);
}
.side-menu .hs-menu-wrapper.hs-menu-flow-vertical ul li.active > a {
  color: rgba(11, 119, 190, 1);
}
.side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul {
/* Targets the top-level unordered list within vertical menus */
}

.side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 {
  padding: 4px 0;
  
}
.side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
/* Targets top-level links in vertical menus */
  
}
.side-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
/* Targets top-level list items with children */
}

.side-menu .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
/* Targets child menus when flyouts are disabled */
  visibility: visible!important;
    opacity: 1!important;
    -webkit-transition: opacity .4s;
    position: relative;
    z-index: 10;
    top: 0;
    left:0;
  margin: 8px 0 8px 0;
}

.side-menu .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-menu-depth-2 {
  padding: 0 0 0 40px;
}
.side-menu .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-menu-depth-2:before {
  content: '\f138';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: rgba(11, 119, 190, 1);
}

.side-menu .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-menu-depth-2 > a {
  font-size: 16px;
}




/*--------------  Sidebar Posts  --------------*/

.sidebar-posts {
  margin: 15px 0 0 0;
}

.sidebar-posts .side-list-item {
  margin: 0 0 20px 0;
}

.sidebar-posts .side-list-item .feat-img {
  padding-top: 56.25%;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: center center!important;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sidebar-posts .side-list-item:hover .feat-img { opacity: .8; }

.sidebar-posts .side-list-item .item-title {
  padding: 15px 25px;
  background: rgba(140, 173, 76, 1);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sidebar-posts .side-list-item:hover .item-title { opacity: .8; }

.sidebar-posts .side-list-item .item-copy {
  font-size: 16px;
  padding: 15px 25px;
  background: #e6e7e8;
  color: rgba(58, 56, 52, 1);
}

.sidebar-posts .side-list-item .item-read-more {
  color: rgba(140, 173, 76, 1);
  font-weight: 700;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sidebar-posts .side-list-item:hover .item-read-more { opacity: .8; }


/*--------------  Sidebar Videos  --------------*/


.sidebar-videos .vlist-vid {
  background-repeat: no-repeat!important;
  background-size: cover!important;
  position: relative;
  padding-top: 56.25%;
  margin: 0 0 40px 0;
}


.sidebar-videos .vlist-vid .over-play {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  color:#fff;
  display: -moz-box!important;
	display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
   -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.sidebar-videos .vlist-vid:hover .over-play {
  background-color: rgba(0, 0, 0, 0.5);
}

.sidebar-videos .vlist-vid .home-rec-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
 	padding: 20px 40px 10px 40px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(11,119,190,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(11,119,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(11,119,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#0b77be',GradientType=0 ); /* IE6-9 */

}

/*--------------  Main Column Videos  --------------*/




.thankyou-vids{
  padding: 34px 0 0 0;
}
  
.main-vids-title h3 {
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(58,56,52,1);
    margin-bottom: 15px;
}
.main-vids-title h3 .svg-inline--fa {
    margin-right: 15px;
}

.vlist-vid {
  background-repeat: no-repeat!important;
  background-size: cover!important;
  position: relative;
  padding-top: 56.25%;
  margin: 0 0 40px 0;
}


.vlist-vid .over-play {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  color:#fff;
  display: -moz-box!important;
	display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
   -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.vlist-vid:hover .over-play {
  background-color: rgba(0, 0, 0, 0.5);
}

.vlist-vid .home-rec-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
 	padding: 80px 40px 40px 40px;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(11,119,190,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(11,119,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(11,119,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#0b77be',GradientType=0 ); /* IE6-9 */

}




.sidebar-first .main-sidebar {
    margin-right: 0 !important;
    float: right !important;
}
.sidebar-first .main-content {
    margin-left: 0 !important;
}

@media (max-width: 767px) {
    .sidebar-first .main-content {
        margin-left: 0 !important;
    }

    .sidebar-first .main-content,
    .sidebar-first .main-sidebar {
        width: 100% !important;
        float: none !important;
    }
}




/****************************************************
       ******* Landing Pages ********
****************************************************/


.lp203c-top {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0;
}

.lp203c-left {
  padding: 0 20px 0 0;
}


/****************************************************
       ******* Project Profiles Blog ********
****************************************************/


.profile-blog .body-container .sub-page.subhead h1 {
    line-height:44px!important;
}


.profile-blog .body-container .list-pagination {
    margin: 0 0 30px 0;
}

.profile-blog .body-container .list-pagination .pagination-btn {
    background: rgba(0,119,192, 1);
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.profile-blog .body-container .list-pagination .not-mobile {
    display:inline;
}

.profile-blog .body-container .list-pagination .hs-menu-wrapper.hs-menu-flow-horizontal {
    display: inline-block;
}

.profile-blog .body-container .page-center.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none; 
}

.profile-blog .body-container .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children > a:after {
    content: "\f107";
    display: inline;
    font-family: FontAwesome;
    margin-left: 30px;
}

.profile-blog .body-container .list-pagination .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    overflow: visible!important;
    text-overflow: inherit!important;
    width: auto!important;
    color: #fff;
    background: rgba(0,119,192, 1);
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    max-width: 500px;
}

@media (max-width: 568px) {
    .profile-blog .body-container .list-pagination .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: auto;
    }
    
    
}


.profile-blog .body-container .list-pagination .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    background: rgba(53,155,211, 1);
    opacity: 1;
}

.profile-blog .body-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    padding-top:12px;
  background: rgba(11, 119, 190, 1);
}

.profile-blog .body-container div.blog-pagination a.all-posts-link, .profile-blog .body-container div.blog-pagination a.next-posts-link, .profile-blog .body-container div.blog-pagination a.previous-posts-link {
    font-size: 18px!important;
    color: #ffffff!important;
    padding: 10px 20px!important;
    background: #794500;
    position: relative;
    text-decoration: none;
    line-height: 22px!important;
    display: inline-block;
}

/*************** Listing Profiles View ***************/

.profile-blog .listing-wrapper {
    margin: 40px 0 60px 0;

}

.profile-blog .intro-text {
    margin-bottom: 40px;
    max-width: 66%;
}

.profile-blog .current-topic {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
}

.profile-blog .current-topic .topic-name {
    font-family: 'Fjalla One', sans-serif;
    color: #794500;
}


.profile-blog .post-listing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}


.profile-blog .post-item {
    float: left;
    width: 32%;
    margin: 1% .5%;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    
    border: 1px solid #d6bca1;
}
.profile-blog .blog-listing-cta {
    width: 32%;
    margin: 1% .5%;
    
    /*background: #333333 url("https://94143.fs1.hubspotusercontent-na1.net/hubfs/94143/CTA_Buttons/prof_cta1_back.jpg");
    background-size: cover;
    background-position: center center;*/
}

/*
.profile-blog .post-item:nth-child(3n+0) {
    margin-right: 0;
    clear: right;
}
.profile-blog .post-item:nth-child(3n+1) {
    clear: left;
}
*/
.profile-blog .post-item .tile-image {
    position: relative;
}

.profile-blog .post-item .tile-image .curve {
   background-image: url(https://94143.fs1.hubspotusercontent-na1.net/hubfs/94143/profile_curve.png) ;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    height:30%;
    width:100%;
    position: absolute;
    bottom: -1px;
}

.profile-blog .post-item .tile-card {
    padding: 0 20px 20px 20px;
}

.profile-blog .post-item h2 {
    font-size: 18px;
    line-height: 18px;
    margin: 18px 0 0 0;
}
.profile-blog .post-item h2 a {
  color: rgba(121, 71, 29, 1);
}
.profile-blog .post-item h2 a:hover {
  color: rgba(121, 71, 29, .7);
}

.profile-blog .post-item .tile-short {
    font-size: 13px;
    color: #794500;
    font-style: italic;
    line-height: 1.2;
    margin-top: 6px;
}



.profile-blog .post-item #hubspot-topic_data {
    color: #555;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0 0;
}
.profile-blog .post-item #hubspot-topic_data a {
    color: rgba(0,119,192, 1);
    font-size: 15px;
    line-height: 20px;
}
.profile-blog .post-item #hubspot-topic_data a:hover {
    color: rgba(0,119,192, .6);
}


/*************** Single Profile View ***************/

.profile-blog .pt-inner-container {
    padding: 0 0 60px 0;
}

.slide-wrapper {
    position: relative;
}

.slide-wrapper .curve {
    background-image: url(https://94143.fs1.hubspotusercontent-na1.net/hubfs/94143/profile_curve.png) ;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    height:30%;
    width:100%;
    position: absolute;
    bottom: 60px;
}

.pro-title {
    position: absolute;
    left: 0;
    top:50px;
    max-width: 45%;
}
.black-box {
    background: #000;
    color: white;
    font-weight: bold;
    padding: 10px 30px 10px 60px;
}
.brn-over {
    background: rgba(139, 94, 60, .75);
    padding: 15px 30px 15px 60px;
    color:#fff;
    font-weight: bold;
}
.brn-over h1 {
    color:#fff;
    font-size: 30px;
    margin: 0 0 0 0;
}

.profile-blog .hs_cos_flex-viewport {
    max-height: 700px;
}

.profile-details {
    margin: 0 0 30px 0;
}

.prof-detail {
    font-size: 14px;
    color: #794500;
}
.prof-detail .det-title {
    font-weight: bold;
}

.tech-detail {
    padding: 10px 0;
    border-bottom: 1px solid #d1d3d4;
}
.tech-detail .det-title {
    font-weight: bold;
}

.profile-blog .pdf-btn {
    background: rgba(140,173,77, 1);
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-bottom: 30px;
    display: inline-block;
}

.toptags {
    margin: 0 0 40px 0;
}

.profile-blog .list-pagination .just-mobile { display: none;}

.tinynav { display: none; }

@media (max-width: 1025px) {
    
    .profile-blog .intro-text {
        margin-bottom: 40px;
        max-width: 100%;
    }
    
    .profile-blog .post-item {
        width: 49%;
        margin: .5%;
        }
    .profile-blog .blog-listing-cta {
        width: 49%;
        margin: .5%;
    }
    
    
}

@media (max-width: 767px) {
    .profile-blog .post-item {
        width: 100%;
        margin 0%;
        float:none;
    }
    .profile-blog .blog-listing-cta {
        width: 100%;
        margin 0%;
        
    }
    .brn-over h1 {
        font-size: 20px;
    }
}

@media (max-width: 568px) {
    
    .profile-blog .sub-page.subhead h1 {
        font-size: 26px;
        line-height: 36px;
    }
    
    .profile-blog .list-pagination .hs-menu-wrapper.hs-menu-flow-horizontal {
        display: inline-block;
       /* margin-top:20px;*/
    }
    .profile-blog .list-pagination .pagination-btn {
        font-size: 14px;
        padding: 10px 10px;
    }
    .profile-blog .list-pagination .pagination-btn .icon {
        display: none;
    }
    
    .profile-blog .list-pagination .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        font-size: 14px;
        padding: 10px 10px;
        max-width: 100%;
    }
    .profile-blog .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children > a:after {
        margin-left: 10px;
    }
    
    .profile-blog .list-pagination .hs-menu-wrapper ul {
        display:none;
    }
    .profile-blog .list-pagination .just-mobile { display: block;}
    .profile-blog .list-pagination .just-mobile .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        display:block;
    }
    
    .profile-blog .list-pagination .o-r {
        display: block;
    }
    
    .tinynav { 
        border: 0 !important;
        text-align: center;
        display: block;
        /*width: 132px !important;*/
        height: 40px;
        /*background: transparent url(https://94143.fs1.hubspotusercontent-na1.net/hubfs/94143/filter_button.png) no-repeat;*/
        background: rgba(0,119,192, 1);
        color: #fff;
        -webkit-appearance: none;
        /*text-indent: -9999px;*/
        margin: 0  !important;
        border-radius: 0px!important;
        font-size: 16px;
    }
    .pro-title {
        position: relative;
        left: 0;
        top:0px;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .black-box {
        display: none;
    }
    .brn-over {
        background: rgba(139, 94, 60, .0);
        padding: 15px 30px 15px 15px;
        color:rgba(139, 94, 60, 1);
        font-weight: bold;
    }
    .brn-over h1 {
        color:rgba(139, 94, 60, 1);
        font-size: 30px;
        margin: 0 0 0 0;
    }
    .slide-wrapper .curve {
        display: none;
    }
    
}

/************************************************
 * Standard Blog *
 ************************************************/


/*************** Standard Blog Listing View ***************/

.std-blog .post-listing {}

.std-blog .post-listing .post-item {
  padding: 30px 0;
  border-bottom: 1px solid rgba(230, 231, 232, 1);
}

.std-blog .post-header h2 {
  /* font-family: 'Open Sans', sans-serif; */
  font-weight: 700;
}

.std-blog .post-listing .post-header #hubspot-author_data {
  font-size: 14px;
  font-weight: 700;
}
.std-blog .post-listing .post-header #hubspot-author_data a.author-link {
  font-weight: 400;
}

.std-blog .post-listing .hs-blog-social-share {
    height: auto;
    padding-bottom: 0.5em;
    padding-top: 1em;
}
.std-blog .post-listing .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.std-blog .post-listing .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item span,
.std-blog .post-listing .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item iframe {
  vertical-align: top!important;
}



.std-blog .post-listing #hubspot-topic_data {
  font-size: 14px;
  font-weight: 700;
}
.std-blog .post-listing  #hubspot-topic_data a.topic-link {
  font-weight: 400;
}


.std-blog .post-listing .more-link {
  background: rgba(11, 119, 190, 1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: normal;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 1.42857143;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #fff ;
    /*border: 4px solid ;*/
    -webkit-appearance: none;
}
.std-blog .post-listing .more-link:hover {
    background: rgba(11, 119, 190, 0.7);
    color: #fff;
    /*border: 4px solid ;*/
}



.bkgd-blue {
  background: rgba(11, 119, 190, 1);
}
.bkgd-blue a {
  color: rgba(255, 255, 255, .75);
  text-decoration: underline;
}
.bkgd-blue a:hover {
  color: rgba(255, 255, 255, 1);
}


.std-white {
  font-family: 'Fjalla One',sans-serif!important;
  color: #0b77be!important;
  text-decoration: none!important;
  background: rgba(255, 255, 255, 1);
  padding: 8px 20px;
  font-size: 24px;
  line-height: 1.5;
  transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
  display: inline-block;
}
.std-white:hover {
    background: rgba(255, 255, 255, .85);
}

/****************************************************
       ******* Standard Tiles Blog ********
****************************************************/

/****** Standard Tiles Listing View ********/


.tile-blog .post-listing {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;}

.tile-blog .post-listing .post-item {
  width: 31%;
  margin: 1% 1%;
  display: block;
  box-sizing: border-box;
  align-self: stretch;
  background: #f1f1f1;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.tile-blog .post-listing .post-item.subscribe {
  background: rgba(140, 173, 76, 1);
  padding: 30px;
  text-align: center;
  color: #fff;
  justify-content: center;
  
}
.tile-blog .post-listing .post-item.subscribe h2 {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #fff;
}

.tile-blog .post-listing .post-item.subscribe .hs-button {
  background: transparent;
  border: 2px solid #fff;
  display: block;
  text-align: center;
  padding: 10px;
  width: 100%;
}
.tile-blog .post-listing .post-item.subscribe .hs-button:hover {
  background: #fff;
  color: rgba(140, 173, 76, 1);
  
}

.tile-blog .post-listing .post-item .hs-featured-image-wrapper {
  max-width: 100%;
  height: 250px;
  width: 100%;
  display: block;
  background-size: cover !important;
  background-position: center center !important;
}

.tile-blog .post-listing .post-item .post-header {
  padding: 20px 20px 0 20px;
}

.tile-blog .post-listing .post-item .post-header h2 {
  font-size: 21px;
}

.tile-blog .post-listing .post-item .post-header #hubspot-author_data {
  color: rgba(58, 56, 52, .5);
  font-size: 15px;
}

.tile-blog .post-listing .post-item .post-body {
  padding: 0 20px 0 20px;
}

.tile-blog .post-listing .post-item .post-body #hubspot-topic_data {
  color: rgba(58, 56, 52, .5);
  font-size: 15px;
}

.tile-blog .post-listing .post-item .more-link {
  background: rgba(11, 119, 190, 1);
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  margin-top: auto;
}
.tile-blog .post-listing .post-item .more-link:hover {
  background: rgba(11, 119, 190, 0.7);
}



/****** Standard Tiles Simple Listing View ********/


.tile-blog .post-listing-simple h2.post-listing-simple {
  font-family: 'Open Sans',sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #E6E7E8;
  margin: 0 0 0 0;
  padding: 15px 0;
}




.tile-blog .blog-pagination {
  margin: 1%;
}

.tile-blog .blog-pagination a.previous-posts-link,
.tile-blog .blog-pagination a.next-posts-link,
.tile-blog .blog-pagination a.all-posts-link {
  font-size: 40px;
}
.tile-blog .blog-pagination a.all-posts-link {
  margin: 0 15px;
}

.tile-blog .blog-post-wrapper .blog-post-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

.tile-blog .blog-post-wrapper .date-box {
  font-size: 14px;
  font-style: italic;
}

.tile-blog .blog-post-wrapper .post-header {
  padding: 0 0 40px 0;
  border-bottom: 2px solid rgba(230, 231, 232, 1);
  margin: 0 0 10px 0;
}

.tile-blog .blog-post-wrapper .top-feat-img {
  padding: 30px 0;
}

.tile-blog .blog-post-wrapper .date-box .bolder {
  font-weight: bolder;
}

.tile-blog .related-post-section {
  border-top: 2px solid rgba(230, 231, 232, 1);
  padding: 60px 0 0 0;
}



@media (max-width: 767px) {
  
  .tile-blog .post-listing .post-item {
    width: 98%;
    margin: 1% 1%;
  }
  
}




/****** Home Hero ********/
.hero-container {position: relative; overflow: hidden;}

.hero-text h1 {
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0 7%;
     margin-bottom: 0px;
}

.hero-text .title-text {
  	color: #794500;
  font-size: 40px;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0 7%;
  margin-bottom: 20px;
  display: block;
}

.hero-text h1 span {
    color: #0077c0;
    font-weight: 600;
}

.hero-text h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 5px 0;
}

.hero-text h4 span {font-weight: 600;}

.header-cta {margin-top: 20px;}


.home-hero {
  background-position: center center!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  padding: 100px 0;
  text-align: center;
}

.home-hero .content-hold {
  
}

.home-hero .content-hold h1 {
  color: rgba(11,119,190,1);
}

.home-hero .content-hold .hero-sub {
  color: rgba(121,71,29,1);
  font-size: 24px;
}


.home-hero .cta-hold {
  justify-content: center;
  padding: 40px 0 0 0;
}

.home-hero .cta-hold > span {
  margin: 0 15px;
}

@media (max-width: 767px) {
  
  .home-hero .cta-hold {
    justify-content: center;
    flex-direction: column;
    padding: 30px 0 0 0;
  }

  .home-hero .cta-hold > span {
    margin: 10px 0 0 0;
  }
  
}



/**** Section 1 - Hero  ****/

.home18 .hero-container {
  border-bottom: 2px solid #fff;
}

.home18 .hero-text h1 span {
    display: block;
}

.home-hero-text {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding-top: 7%;
    padding-bottom: 125px;
  display: inline-block;
}


.video-module {
    position: absolute;
    top: 0px;
}
video {display: block;}
video.video-bg {
    background: url(//cdn2.hubspot.net/hub/94143/file-1878789866-jpg/2014_Images/video-default.jpg) no-repeat;
    background-size: cover;
    width: 100%;
}

.custom-blue-cta {
    border-radius: 0px!important;
    font-family: 'Fjalla One',sans-serif!important;
}


.hero-play {
  font-family: 'Fjalla One',sans-serif!important;
  color: #fff;
  background: rgba(11, 119, 190, 1);
  padding: 12px 30px;
  font-size: 30px;
  line-height: 1.5;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  display: inline-block;
  margin-top: 20px;
}
.hero-play:hover {
    background: rgba(11, 119, 190, .85);
}

.hero-play:before {
  content: url(https://94143.fs1.hubspotusercontent-na1.net/hubfs/94143/play_icon.png);
  position: relative;
  top: 6px;
  margin-right: 12px;
}
/**** Section 2 - Persona CTAs  ****/

.home-personas {
  display: -moz-box!important;
	display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  flex-wrap: wrap;
  padding: 0;
  align-items: center;
  transition: top 0.25s;    
}

.home-personas .hs_cos_wrapper_type_cta {
  width: 33.3333%;
  border: 1px solid #fff;
  box-sizing: border-box;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home-personas .home-triple {
  background-repeat: no-repeat!important;
  background-size: cover!important;
  position: relative;
  padding-top: 56.25%;
}
.home-personas .home-triple.architects {
  background: url(https://www.permatrak.com/hubfs/js/back_landscape_architects2.jpg);
}
.home-personas .home-triple.engineers {
  background: url(https://94143.fs1.hubspotusercontent-na1.net/hubfs/94143/CTA_Buttons/2018%20Home/home_engineers.jpg);
}
.home-personas .home-triple.agencies {
  background: url(https://94143.fs1.hubspotusercontent-na1.net/hubfs/94143/CTA_Buttons/2018%20Home/home_agencies.jpg);
}

.home-personas .home-triple .per-label {
  position: absolute;
  top: 30px;
  background: #79471d;
  color: #fff;
  font-size: 28px;
  padding: 15px 20px;
  font-family: 'Fjalla One',sans-serif!important;
}

.home-personas .home-triple .per-overlay {
  position: absolute;
  bottom: 0px;
  background: rgba(121, 71, 29, 0);
  color: rgba(255, 255, 255, 0);
  font-size: 18px;
  text-align: center;
  padding: 15px 40px;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home-personas .home-triple .per-overlay .bold-type {
  font-weight: bold;
  margin-top: 0px;
  display: block;
}
.home-personas .home-triple:hover .per-overlay {
  background: rgba(121, 71, 29, .8);
  color: rgba(255, 255, 255, 1);
}


/**** Section 3 - Narrow  ****/

.narrow-main {
  max-width: 900px;
  padding: 60px 20px;
  margin: 0 auto!important;
  float: none!important;
}

.intro-cta {
  font-size: 20px;
  line-height: 1.5;
}

.narrow-main .narrow-title {
  max-width: 75%;
  margin:  0 auto!important;
  float: none!important
}

.narrow-main .narrow-body {
  border-bottom: 1px solid #79471d;
  padding: 0 0 30px 0;
}

.narrow-main .home-nar-cta {
  display: -moz-box!important;
	display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
    align-items: center;
    transition: top 0.25s;    
  max-width: 85%;
  margin: 0 auto!important;
  float: none!important;
}

.narrow-main .home-nar-cta .hncta-left {
  width: 40%;
  box-sizing: border-box;
}
.narrow-main .home-nar-cta .hncta-left img {
  height: auto;
}

.hncta-right {
  box-sizing: border-box;
  width: 60%;
  padding: 0 0 0 30px;
}

.hncta-right h3 {
	font-family: 'Open Sans', sans-serif;
  color: #555;
}

.hncta-right .std-brown {
  margin: 15px 0 0 0;
}


/**** Section 4 - Video  ****/


.sys-vid-flex {
  display: -moz-box!important;
	display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    flex-wrap: wrap;
    padding: 80px 0 80px 0!important;
    align-items: center;
    transition: top 0.25s;    
  max-width: 85%;
  margin: 0 auto!important;
  float: none!important;
}

.sys-vid-flex .svf-left {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.sys-vid-flex .svf-left h2 {
  color: #fff;
  line-height: 1.4;
}
.sys-vid-flex .svf-left .std-white {
  margin: 15px 0 0 0;
}

.sys-vid-flex .svf-right {
  width: 50%;
  box-sizing: border-box;
}
.sys-vid-flex .svf-right .video {
  /* border: 5px solid #fff; */
}

/**** Section 5 - Resources  ****/

.home-resources {
  padding: 60px 10px;
}

.home-resources .main-head {
  margin: 0 0 30px 0;
}

.home-resources .cta_button img {
  max-width: 100%;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
}

.rec-posts-wrap {
  margin: 60px 0 0 0;
}

.rec-posts-wrap .recent-list-head {
  border-bottom: 2px solid #0b77be;
  margin: 0 0 40px 0;
}
.rec-posts-wrap .recent-list-head h2 {
  margin: 15px 0 15px 0;
}

.vlist-vid {
  background-repeat: no-repeat!important;
  background-size: cover!important;
  position: relative;
  padding-top: 56.25%;
  margin: 0 0 40px 0;
}


.vlist-vid .over-play {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  color:#fff;
  display: -moz-box!important;
	display: -ms-flexbox!important;
  display: -webkit-flex!important;
  display: flex!important;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
   -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.vlist-vid:hover .over-play {
  background-color: rgba(0, 0, 0, 0.5);
}

.vlist-vid .home-rec-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
 	padding: 80px 40px 40px 40px;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(11,119,190,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(11,119,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(11,119,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#0b77be',GradientType=0 ); /* IE6-9 */

}



.home-pop-item {
  margin: 0 0 40px 0;
}

.home-pop-item .feat-img {
  padding-top: 56.25%;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: center center!important;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home-pop-item:hover .feat-img {
  opacity: .8;
}


.home-pop-item .home-pop-title {
 	padding: 15px 25px;
  background: rgba(140, 173, 77, 1);
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home-pop-item:hover .home-pop-title {
  background: rgba(140, 173, 77, .8);
}

.home-pop-item .home-pop-copy {
 	padding: 15px 25px;
  background: #e6e7e8;
  color: #555;
}
.home-pop-item .home-pop-more {
  color: rgba(140, 173, 77, 1);
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home-pop-item .home-pop-more:hover {
  color: rgba(140, 173, 77, .8);
}


/**** Section 6 - Map  ****/

.map-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}


.map-box-flex {
  display: -moz-box!important;
	display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    flex-wrap: wrap-reverse;
    padding: 80px 0 80px 0;
    align-items: center;
    transition: top 0.25s;    
  box-sizing:border-box;
  margin: 0 auto!important;
  float: none!important;
}

.map-box-flex .mbf-left {
  width: 60%;
  box-sizing: border-box;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}

.map-box-flex .mbf-left iframe {
  width: 100%;
}

.map-box-flex .mbf-right {
  width: 40%;
  box-sizing: border-box;
  color: #fff;
}
.map-box-flex .mbf-right h3 {
  color: #fff;
}



/**** Home Page Media Queries  ****/

@media (max-width: 1210px) {
  
  .sys-vid-flex {
    padding: 40px 20px 40px 20px!important;
  }
  .map-box-flex {
    padding: 40px 20px 40px 20px!important;
  }
  
}

@media (max-width: 1024px) {
  
  .home18 .home-hero-text {
    padding-top: 80px;
    padding-bottom: 80px;
	}
  .home-personas .home-triple .per-label {
    font-size: 18px;
  }
  .home-personas .home-triple .per-overlay {
    font-size: 14px;
    padding: 10px 10px;
  }
  
}

@media (max-width: 767px) {
  
  .home-personas .hs_cos_wrapper_type_cta {
    width: 100%;
    border: 1px solid #fff;
  }
  .sys-vid-flex .svf-left {
    width: 100%;
    margin-bottom: 40px
  }
  .sys-vid-flex .svf-right {
    width: 100%;
  }
  .home-resources .cta_button img {
    margin-bottom: 40px;
  }
  .map-box-flex .mbf-left {
  	width: 100%;
  }
  .map-box-flex .mbf-right {
  	width: 100%;
    margin-bottom: 40px;
  }
  
}

@media (max-width: 568px) {
  
  .home-personas .home-triple .per-overlay {
    background: rgba(121, 71, 29, .8);
    color: rgba(255, 255, 255, 1);
  }
  .narrow-main .narrow-title {
    max-width: 100%;
  }
  .narrow-main .home-nar-cta .hncta-left {
    width: 100%;
    text-align: center;
	}
  .narrow-main .home-nar-cta .hncta-left img {
    max-width: 60%;
  }
  .narrow-main .home-nar-cta .hncta-right {
    width: 100%;
    padding: 0 0 0 0; 
	}
  
}

@media (max-width: 400px) {
  
  .narrow-main .home-nar-cta {
    max-width: 100%;
  }
  
}

/**** Search Results Page  ****/

.hs-search-results {
  padding: 40px 0;
}

.hs-search-results ul#hsresults li {
   padding: 10px 0;
}

.hs-search-results ul#hsresults li a {
  font-size: 21px; 
}

/**** Lazy Loading  ****/

#bg-image.lazy {
   
   background: #F1F1FA!important;
}