/* Font Awesome -- Caouse It wasnt Added When The SIte Was Launched */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');

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

/****************************************/
/* HS COS Boilerplate v1.5.0            */
/****************************************/
/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */


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


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

@font-face {
    font-family: 'Helvetica Neue';
    src: url('https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/FrankCrum-2019/fonts/HelveticaNeue-Roman.eot');
    src: url('https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/FrankCrum-2019/fonts/HelveticaNeue-Roman.eot#iefix') format('embedded-opentype'),
        url('https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/FrankCrum-2019/fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/FrankCrum-2019/fonts/HelveticaNeue-Roman.woff') format('woff'),
        url('https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/FrankCrum-2019/fonts/HelveticaNeue-Roman.ttf') format('truetype'),
        url('https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/FrankCrum-2019/fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}



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

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

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

/* Transition   */



/* ==========================================================================
   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;
	 overflow-x:hidden;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #57585a;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
}

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

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

a { color: #002e6d; font-size: 16px; }
a:hover, a:focus { color: #002e6d; }

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

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

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


/* ==========================
    Video Responsive Fix
    ========================= */

.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: 60.5%;
    position: relative;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed.hs-responsive-embed-youtube iframe, 
.hs-responsive-embed.hs-responsive-embed-wistia iframe, 
.hs-responsive-embed.hs-responsive-embed-vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
@font-face {
    font-family: 'FunctionPro';
    src: url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-light-webfont.eot');
    src: url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-light-webfont.eot#iefix') format('embedded-opentype'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-light-webfont.woff2') format('woff2'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-light-webfont.woff') format('woff'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-light-webfont.ttf') format('truetype'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-light-webfont.svg#functionPro') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'FunctionPro';
    src: url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-book-webfont.eot');
    src: url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-book-webfont.eot#iefix') format('embedded-opentype'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-book-webfont.woff2') format('woff2'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-book-webfont.woff') format('woff'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-book-webfont.ttf') format('truetype'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-book-webfont.svg#functionPro') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'FunctionPro';
    src: url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-medium-webfont.eot');
    src: url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-medium-webfont.eot#iefix') format('embedded-opentype'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-medium-webfont.woff2') format('woff2'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-medium-webfont.woff') format('woff'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-medium-webfont.ttf') format('truetype'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-medium-webfont.svg#functionPro') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'FunctionPro';
    src: url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-demi-webfont.eot');
    src: url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-demi-webfont.eot#iefix') format('embedded-opentype'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-demi-webfont.woff2') format('woff2'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-demi-webfont.woff') format('woff'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-demi-webfont.ttf') format('truetype'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-demi-webfont.svg#functionPro') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'FunctionPro';
    src: url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-bold-webfont.eot');
    src: url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-bold-webfont.woff2') format('woff2'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-bold-webfont.woff') format('woff'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-bold-webfont.ttf') format('truetype'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-bold-webfont.svg#functionPro') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'FunctionPro';
    src: url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-extrabold-webfont.eot');
    src: url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-extrabold-webfont.eot#iefix') format('embedded-opentype'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-extrabold-webfont.woff2') format('woff2'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-extrabold-webfont.woff') format('woff'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-extrabold-webfont.ttf') format('truetype'),
         url('//249377.fs1.hubspotusercontent-na1.net/hubfs/249377/site-fonts/functionpro-extrabold-webfont.svg#functionPro') format('svg');
    font-weight: 900;
    font-style: normal;

}


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

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

h1 {}
h2, h3 {
    font-family: "FunctionPro", "Trebuchet MS", Arial, sans-serif;
}
h2 { font-weight: 600; }
h4 {}
h5 {}
h6 {}

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

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

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

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








/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





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


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

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




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


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

/* Logo styling */
@media(max-width: 767px) {
    .header-container .logo-wrapper {
        text-align: center;
    }
}



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


.body-container-wrapper {}
.body-container {}


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

/* Homepage */

/* Contact Us */

/* About Us */


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

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




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

.footer-top {
    background: #edeeee;
    padding: 4em 0 3em;
}
.footer-container .widget-type-rich_text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-container .widget-type-rich_text ul a {
    color: #57585a;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.footer-container h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25em;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.footer-container p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;

}
.footer-top {
    background: #edeeee;
    padding: 4em 0 3em;
}

.footer-bottom > div {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 15px;
    line-height: 100px;
}
.footer-bottom img {
    vertical-align: middle;
}
.hs-button.lblue {
    width: 100%;
    color: white;
    background-color: #009bde;
    text-align: center;
    line-height: 39px;
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    font-family: "FunctionPro", "Trebuchet MS", Arial, sans-serif;
}
.hs-button.lblue:hover {
    background-color: #0084BD;
}








/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */


.courtesy-bar {
    background: #EDEEEE;
    line-height: 1;
    border-top: 1px solid #a4d55d;
}
.courtesy-bar .call {
    font-size: 18px;
    margin: 0;
    padding: 0.8em 0 0.5em;
}
.courtesy-bar .call a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.courtesy-bar .widget-type-menu {
    text-align: right;
}
.courtesy-bar .widget-type-menu li:not(:last-child) a {
    border-right: 1px solid;
}
.courtesy-bar .widget-type-menu li a {
    padding: 0.25em 1em !important;
    margin-top: 1em;
    color: #57585a;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    display: block!important;
}
.courtesy-bar .row-depth-2 .widget-span {
    width: auto;
    float: left;
}
.courtesy-bar .row-depth-2 .span7 {
    float: right;
}
.courtesy-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: left;
    width: auto;
}

.logo-wrapper {
    padding: 20px 0;
}
.custom-header-search {
    float: right!important;
    max-width: 288px;
}
.custom-header-search .field {
    width: 60%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.custom-header-search .submit {
    width: 40%;
    background: darkgray;
    border: 0 none;
    border-radius: 0px !important;
    height: 34px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 16px;
    padding: 10px 10px;
    font-size: 20px;
    float: right;
    font-weight: 500;
    color: #333;
}




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

.main-nav-wrapper {
    background: #002e6d;
    color: #fff;
    border-bottom: 3px solid #009bde;
    font-family: "FunctionPro", "Trebuchet MS", Arial, sans-serif;
}
.main-nav > div > span > div > ul {
    display: block!important;
}
.main-nav li.hs-menu-depth-1:first-child > a {
    border-left: 1px solid;
}
.main-nav li.hs-menu-depth-1 > a {
    color: #fff;
    border-right: 1px solid;
    display: block!important;
    padding: 1em 0.9em!important;
    max-width: none !important;
    font-size: 15px;
}
.main-nav li.hs-menu-depth-1 > a:hover {
    background: #0A2156;
}
.main-nav li.hs-menu-depth-1:last-child {
    border-left: 1px solid;
    float: right!important;
    background: #009bde;
}
.main-nav ul.hs-menu-children-wrapper {
    background: #3297E3;
    width: 250px;
}
.main-nav .hs-menu-children-wrapper a {
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 12px 12px;
    width: 200px;
    line-height: 24px;
    color: #fff;
    border-bottom: 1px solid;
}
.main-nav .hs-menu-children-wrapper a:hover {
    background: #0F2A70;
}


/* 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;
  max-width: none !important;
  white-space: normal !important;
}



/* ==========================================================================
   Mobile Menu
   ========================================================================== */



  /* Menu Styles on Mobile Devices
     ========================================================================== */  
    .mobile-nav-wrapper a {
        color: #fff;
        padding: 1em !important;
        display: block !important;
        width: 100% !important;
        float: none !important;
        white-space: normal !important;
        max-width: none !important;
    }
    .mobile-nav .hs-menu-wrapper * {
        width: 100% !important;
        display: block !important;
    }
    .mobile-nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float: none;
    }
    .custom-header-search-mobile {
        padding: 1em;
    }
    .custom-header-search-mobile .field {
        width: 60%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .custom-header-search-mobile .submit {
        width: 40%;
        background: darkgray;
        border: 0 none;
        border-radius: 0px !important;
        height: 34px;
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: 16px;
        padding: 10px 10px;
        font-size: 20px;
        float: right;
        font-weight: 500;
        color: #333;
    }
    .mobile-nav .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        position: relative;
        background: #2B83C7;
    }
    .mobile-nav .hs-menu-children-wrapper a {
        padding-left: 2em !important;
        border-bottom: 1px solid;
    }
    .mobile-nav  .hs-menu-depth-1 > a {
        font-size: 1.2em;
    } 
  /* Toggle Button
     ========================================================================== */
    .mobile-menu-toggle p {
        margin: 0;
        padding: 0;
    }
    .mobile-menu-toggle a {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        margin-left: 15px;
        display: inline-block !important;
        width: auto !important;
        text-decoration: none;
    }
    .mobile-menu-toggle {
        border-bottom: 3px solid #3297E3;
    }
    .mobile-nav-panel {
        display: none !important;
        position: absolute;
        background: #0F2A70;
        width: 100% !important;
    }
    .mobile-nav-panel.active {
        display: block !important;
    }
    
    
@media (max-width: 991px) {
    .main-nav li.hs-menu-depth-1>a {
        font-size: 0.8em;
    }

}
@media (min-width: 769px) {
    .mobile-nav-wrapper {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .custom-header-search {
        display: none !important;
    }
    .mobile-nav-wrapper {
        display: block !important;
    }
    .desktop-nav {
        display: none !important;
    }
}



/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


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

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

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








/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





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


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

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

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 0px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 75px;
}


/* intro video not needed on the post view. */
.hs-blog-post .intro-video {
    display: none;
}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
    border-bottom: 2px dotted #b7babd;
    padding-bottom: 10px;
    margin: 12px 0px;
}
.post-header h2 a {
    color: #2e96d5;
    line-height: 150%;
    text-decoration: none;
    font-size: 1.35em;
}

.post-header h2 a:hover {
    color:#38519b;
}
/* Blog Author and Avatar */
#hubspot-author_data {
    color: #38519b;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;
}
#hubspot-author_data a.author-link {}
.hs-author-avatar {}
.hs-author-avatar img {}

.hs-author-avatar {
    height: 50px;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}

.hs-author-social-links a.hs-author-social-link {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-size: 18px 18px;
}
/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
    display:block;
    margin:10px 0px;
}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */
.custom_listing_comments {
    border: 1px solid #e2e2e2;
    display: block;
    line-height: 165%;
    padding: 15px;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    text-align: center;
}

a.previous-posts-link {
    float: left;
}

a.next-posts-link {
    float: right;
}

.hs-author-profile {
    margin-bottom: 50px;
}




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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}
.blog-sidebar .cell-wrapper{
margin: 0 0 25px;
padding: 8px 20px;
}

h3.form-title{
    color: #38519b;
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom:18px;
}

.widget-type-blog_subscribe {
    margin-bottom: 20px;
}

.widget-module ul {
    padding: 0;
    list-style-type: none;
}

.widget-module li {
    margin-bottom:5px;
}




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


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

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

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

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

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'FunctionPro', 'Trebuchet MS', Arial, sans-serif;
  font-size: 16px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {}

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

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

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

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

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

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


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

/* Form Field */
.widget-type-blog_subscribe,
.widget-type-form, .sidebar-form{
    background:#EFEFEF;
    padding:20px;
    border-top:3px solid #b1cf85;
    max-width:500px;
}
.widget-type-blog_subscribe .hs-form,
.widget-type-form .hs-form,
.sidebar-form .hs-form{
    background:transparent;
    padding:0;
    max-width:100%;
    border-top:0;
} 

body .hs-form{
    background:#EFEFEF;
    padding:20px;
    max-width:500px;
    border-top:3px solid #b1cf85;
}
body .hs-form-field {
    display:block;
}

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

/* Labels */
body label {
    display: block;
    line-height: 20px;
    margin-bottom: 4px;
    padding-top: 0;
    text-align: left;
    width: auto;
    color:#38519b;
}
body .hs-form-required{
    color:#ff0000;
}

/* Blog Comment Form
   ========================================================================== */

#comment-form {
    margin-bottom: 2em;
}

input.hs-button.primary {
    border: none;
    padding: 1em;
    display: block;
    width: 100%;
}

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


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




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


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "FunctionPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none !important;
}

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

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


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

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


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

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}

/**********************************************************************************/
/* Follow Me Module Styles
***********************************************************************************/
.hs_cos_wrapper_type_follow_me a {
    margin: 4px;
    display: inline-block;
}
.hs_cos_wrapper_type_follow_me a[class^="fm_"] > span {
    width: 28px!important;
    height: 28px!important;
    filter: none!important;
    background: none!important;
    position: relative;
    font-size:28px;
    color: #162C6F;
    font-family: FontAwesome;
    display:block;
}
.fm_rss span:before {
    content: "\f09e";
}
.fm_twitter span:before {
    content: "\f099";
}
.fm_facebook span:before {
    content: "\f09a";
}
.fm_youtube span:before {
    content: "\f16a";
}
.fm_linkedin span:before {
    content: "\f0e1";
}
.fm_googleplus span:before {
    content: "\f0d5";
}
/* Media Queries
   ========================================================================== */
@media (max-width: 1170px) {
    .page-center {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/* Overiides */

.main-nav li.hs-menu-depth-1>a {
    font-size: 15px;
    font-family: 'FunctionPro','Trebuchet MS',Arial,sans-serif;
}

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

.post-header h2 a {
    line-height: 100%;
    font-size: 24px;
    font-weight: 60
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: left;
    margin: 20px 20px 20px 0;
}

.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 25px;
}

.widget-type-blog_subscribe, .widget-type-form, .sidebar-form {
    background: #e2e3e4;
    border-top: none;
}

h3.form-title {
    border: none;
    background-color: #a4d55d;
    color: white;
    padding: 15px;
    font-size: 20px;
    font-family: "FunctionPro", "Trebuchet MS", Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 1px;
    padding-left: 26px;
}

#hubspot-author_data {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: left;
    margin: 20px 20px 20px 0;
}

.sidebar p {
    margin-top: 5px;
    margin-bottom: 25px;
}

.sidebar h2 {
    margin-bottom: 0;
}

.widget-type-blog_subscribe, .widget-type-form, .sidebar-form {
    background: #e2e3e4;
    border-top: none;
    padding: 0;
}

.hs_blog_default_hubspot_blog_subscription.field.hs-form-field {
    margin-top: 30px;
}

h3.form-title {
    border: none;
    background-color: #a4d55d;
    color: white;
    padding: 15px;
    font-size: 20px;
    font-family: "FunctionPro", "Trebuchet MS", Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 1px;
    padding-left: 26px;
}

body label {
    font-size: 16px;
    font-weight: bold;
    color: #57585a;
    font-family: 'FunctionPro','Trebuchet MS',Arial,sans-serif;
}

body .hs-form-required {
    color: #57585a;
}

.widget-type-blog_subscribe .hs-form, .widget-type-form .hs-form, .sidebar-form .hs-form {
    padding: 0 20px 20px;
}

input.hs-button.primary.large {
    display: inline-block;
    color: #57585a;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #a4d55d;
    white-space: nowrap;
    line-height: 1.428571429;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "FunctionPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 4px;
    border-radius: 4px !important;
    border: 0;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 4px;
    margin-top: 20px;
    outline: 0;
    padding: 10px 40px;
    -webkit-transition: margin 100ms, -webkit-box-shadow 100ms;
    -o-transition: margin 100ms, box-shadow 100ms;
    transition: margin 100ms, box-shadow 100ms;
    font-size: 18px;
}

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 {
    color: #57585a;
}



.hs-blog-listing .blog-fly {
    display:none !important;
}
.blog-fly {
    position:fixed;
    width:615px !important;
    bottom:0;
    right:-1000px;
    z-index:99999;
    transition:.5s all;
}
.fly-close {
    color: #000;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 20px !important;
}

@media screen and (max-width:767px) {
    .blog-fly {
        width:300px !important;
    }
    .fly-close {
        font-size:18px;
    }
}



.row-fluid .frequently-contentwrap { font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight:200; }

/***************** Landing Page **************/
.fl100 { float:left; width:100%; } 

.row-fluid .header-lp { padding:30px 0; }
.row-fluid .header-contact { font-size:25px; line-height:34px; color:#57585A; text-align:right; }
.row-fluid .header-contact a { font-size:25px; line-height:34px; color:#27353E; text-decoration:none; }
  
.row-fluid .hero_lp { padding:20px 20px 0 0; overflow:hidden; }
.row-fluid .lp_left { margin:0 -1px -120px -5% !important; width:750px;; float:none; display:inline-block; vertical-align:top; }
/* .row-fluid .lp_left img { margin-left:-10%; } */

.row-fluid .lp_right { margin:0 -2px; width:calc(100% - 750px); float:none; display:inline-block; vertical-align:bottom; }
.row-fluid .lp_right_inner { width:100%; max-width:866px; }
.row-fluid .employee_box { padding:60px 50px 100px; font-size:23px; line-height:34px; width:100%; color:#fff; background:#28363F; border-radius:110px; position:relative; }
.row-fluid .employee_box:before { content:''; width:100px; height:100px; border:100px solid transparent; position:absolute; bottom:-95px; right:0; border-right-color:#28363F; }
.row-fluid .employee_box h2 { margin:0 0 30px; font-size:36px; line-height:42px; color:#fff; }
.row-fluid .employee_btn { margin-top:30px; }
.row-fluid .employee_btn a { color:#43B6F4; text-decoration:none; }
.row-fluid .lp_people { margin:-80px 0 -60px; text-align:center; position:relative; }

.row-fluid .service_section { padding:80px 0; background:#E9E9EB; color:#000000; }
.row-fluid .service_row { margin:0 -2px; padding:30px 15px; width:50%; display:inline-block; vertical-align:top; }
.row-fluid .service_rowinner { padding:0 15px 0 90px; position:relative; font-size:23px; line-height:34px; }
.row-fluid .service_icon { width:67px; height:67px; background:#1D99DD; border-radius:100px; position:absolute; top:0; left:0; text-align:center; display: flex; align-items: center; justify-content: center; }
.row-fluid .service_icon img { display:table-call; vertical-align:middle; }
.row-fluid .service_text h3 { margin:0; padding:15px 0 20px; font-size:36px; line-height:42px; color:#27353E; }

.row-fluid .business_section { padding:80px 0 50px; text-align:center; font-size:26px; line-height:36px; color:#000000; }
.row-fluid .business_cta { margin-top:50px; }
.row-fluid .business_cta a { padding:20px 50px; font-size:24px; font-weight:600; line-height:32px; background:#1D99DD; color:#fff; text-decoration:none; border-radius:5px; text-transform:uppercase; letter-spacing:1px; display:inline-block; font-family:"FunctionPro","Trebuchet MS",Arial,sans-serif; box-shadow: 0 7px 0 #004D6F; -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;; }
.row-fluid .business_cta a:hover { background:#004D6F; box-shadow: 0 7px 0 #1D99DD; }
.row-fluid .chat_cta a { padding:15px 50px; margin-bottom:35px; font-weight:600; font-size:21px; line-height:32px; background:#1D99DD; color:#fff; text-decoration:none; border-radius:5px; text-transform:uppercase; letter-spacing:1px; display:inline-block; box-shadow: 0 7px 0 #004D6F;font-family:"FunctionPro","Trebuchet MS",Arial,sans-serif; -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;; }
.row-fluid .chat_cta a:hover { background:#004D6F; box-shadow: 0 7px 0 #1D99DD; }
.row-fluid .copy_right { padding:10px 0; text-align:center; font-size:11px; line-height:16px; color:#000000; border-bottom:2px solid #000; }

.resource-banner.pain-points .set-bg{align-items:center;color:#fff;display:flex;padding:35px 20px;min-height:240px;}
.filterWrap.filter-wrapper { padding:20px 0 0; }
.filterWrap.filter-wrapper h2 { margin:0 0 15px; font-size:28px; line-height:31px; font-weight:600; }
.filter-wrapper .search input{background:url(https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/FrankCrum-2019/Images/mag-icon.png) no-repeat right 20px center;border:1px solid #c2c1c1;font-size:16px; line-height:23px; padding:13px 66px 13px 16px; font-weight:400;font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; } 
.filter-wrapper .search-wrapper { padding:25px 0 0; /*display:none; */ }
.filter-wrapper .search-wrapper .list { margin:5px 0; width: 100%; float: left; }
.filter-wrapper .search-wrapper .list h4 { color:#002c6f;font-size:24px; line-height:1.1; font-family:"FunctionPro","Trebuchet MS",Arial,sans-serif;margin:0;cursor: pointer; transition:all ease 400ms; font-weight:600; }
.filter-wrapper .search-wrapper .list h4:hover{color:#1F9BDE; text-decoration:underline; }
.filter-wrapper .search-wrapper .list .ans{background-color:#EDEDED; padding:26px 25px; position:relative; display:none; }
.filter-wrapper .search-wrapper .list.no-anchor .ans{padding:26px 25px 12px 25px;}
.filter-wrapper .search-wrapper .list .ans p{margin:0 0 15px;}
.filter-wrapper .search-wrapper .list .ans .anchor-footer a{color:#089bda;font-weight:600;}
.filter-wrapper .search-wrapper .list .ans .anchor-footer a img{margin:0 12px 0 0;vertical-align:middle;}
.filter-wrapper .search-wrapper .list .ans .top-toggle{bottom:0;cursor:pointer;padding:20px;position:absolute;right:0;}

.box-1 , .box-2 , .box-3 { padding:40px 0; }
.box-2 { padding-top:0; }
.box-2 { border-bottom:1px solid #C1C1C1; }

.form h3.form-title { display:none; }
.form form { margin:0 auto; padding:0; border-top:none; background:transparent; max-width:725px; width:100%; }
.form form .hs-input { padding:0 12px; height:42px; font-size:16px; line-height:23px; border:1px solid #C1C1C1; font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; }
.form form .hs-form-field > label span + span { display:none; }
.form form .hs-form-field.hs-fieldtype-radio > label span { font-size:24px; line-height:30px; color:#002C6F; font-weight: 600; }
.form form .hs-form-field.hs-fieldtype-checkbox > label span { font-size:24px; line-height:30px; color:#002C6F; font-weight: 600; }
.form form .hs-form-field  { margin:10px 0 0; padding:0 10px 10px !important; }  
.form form .hs-submit { text-align:center; }
.form form .hs-button.primary.large { width:auto; display:inline-block; color:#fff; background-color:#089BD9; letter-spacing:0.8px; }

.form form div.hs-fieldtype-radio , .form form div.hs-fieldtype-checkbox { margin-top:20px; }
.form form li.hs-form-radio label , .form form li.hs-form-checkbox label { margin:0; font-weight:400; font-size:16px; line-height:23px; font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; } 

.row-fluid .form .inputs-list .hs-form-checkbox-display , .row-fluid .form .inputs-list .hs-form-booleancheckbox , .row-fluid .form .inputs-list li.hs-form-radio { margin:0 0 5px; display:block; padding:0 0 5px 25px !important; position:relative; }
.row-fluid .form .inputs-list input[type="checkbox"] , .row-fluid .form .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .form .inputs-list input[type="checkbox"] + span { line-height: 23px; position:relative; display: block; }
.row-fluid .form .inputs-list input[type="checkbox"] + span:before , .row-fluid .form .inputs-list input[type="radio"] + span:before  { position:absolute; left:-25px; top:4px; content:''; width:13px; height:13px; border:1px solid #57585A; color:#fafafa; background:#fafafa; }
.row-fluid .form .inputs-list input[type="checkbox"]:checked + span:before { background:transparent; color:#ffff; border-color:#333; }
.row-fluid .form .inputs-list input[type="checkbox"]:checked + span:after , .row-fluid .form .inputs-list input[type="radio"]:checked + span:after { content:''; width:14px; height:14px; position:absolute; left:-22px; top:2px; background:url('https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/FrankCrum-2019/Images/check.png') no-repeat; background-size:14px; }

.row-fluid .form .inputs-list input[type="radio"] + span:before { content:''; position:absolute; left:-2px; top:4px; width:13px; height:13px; border:1px solid #57585A; background:transparent; }
.row-fluid .form .inputs-list input[type="radio"]:checked + span:after { content:''; width:14px; height:14px; position:absolute; left:0; background:url('https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/FrankCrum-2019/Images/check.png') no-repeat; background-size:14px; }


.filter-wrapper .checkbox_search { font-size:20px; line-height:26px; }
.filter-wrapper .checkbox_search ul { list-style:none;margin:0;padding:0;text-align:center; }
.filter-wrapper .checkbox_search ul li { margin:5px 10px; padding:0 0 0 25px; display:inline-block; position:relative; cursor:pointer; }
.filter-wrapper .checkbox_search ul li label { padding:0; font-size:18px; line-height:26px; font-weight:400; font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; cursor:pointer; }
.box-2 li input { margin:0; padding:0; top: 5px; left: 0; z-index: 1; width: 15px; height: 15px; cursor: pointer; opacity: 0; position: absolute; }
.box-2 li .input-helper:before , .box-2 li .input-helper:after { position: absolute; content: ""; transition: all 200ms; }
.box-2 li .input-helper:before { top:5px; width: 15px; height: 15px; left: 0; border:1px solid #57585a; }
.box-2 li input:checked + .input-helper:after { opacity: 1; }
.box-2 li .input-helper:after { content:''; width:15px; height:15px; top:4px; left:4px; background:url('https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/FrankCrum-2019/Images/check.png') no-repeat; background-size:15px; opacity:0; }

.row-fluid .thank_text { padding:60px 0; text-align:center; font-size:18px; line-height:32px; }
.row-fluid .thank_text h2 { color:#002C6F; font-size:24px; line-height:32px; }
.row-fluid .thank_inner { margin:0 auto !important; max-width:600px; width:100%; float:none; }

body.overwhite:after{background-color:#fff;content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:9;transition:all ease 400ms;}
body.overwhite.bodyloaded:after{opacity:0; visibility:hidden;}
.anim-banner{position:relative; background-color:#f3f4f5; padding:0 0 60px; overflow:hidden;}
.anim-banner .logo-group{padding-top:72px;position:relative;z-index:2;}
.anim-banner .inner-wrapper{padding-left: calc((100vw - 1170px) / 2);}
.anim-banner .widget-type-header{max-width:490px; padding:38px 0 50px;}
.anim-banner .widget-type-header h1{color:#062f6e;font-family:"Futura";font-size:54px;font-weight:400;line-height:66px;margin:0;}
.anim-banner .anim-group{}
.anim-banner .anim-group [class*="anim-"]{position:absolute; transition:all 1s ease;}
.anim-banner .anim-group .anim-1{right:134px;top:24px;width:auto;z-index:1; opacity:0; transform:translateY(-40px); }
.anim-banner .anim-group .anim-2{bottom:-23px;right:345px;width:auto;z-index:1; opacity:0; transition-delay:100ms; transform:translateX(-40px); }
.anim-banner .anim-group .anim-3{bottom:-80px;right:170px;width:auto;z-index:1; opacity:0; transition-delay:200ms; transform:translateY(40px); }
.anim-banner .anim-group .anim-4{right:0;top:0;width:auto; opacity:0; transition-delay:300ms; transform:translateX(90px); }
.anim-banner .anim-group .anim-5{right:442px;top:144px;width:auto;z-index:1; opacity:0; transition-delay:400ms; transform: translateX(-50px); }
.anim-banner .anim-group .anim-6{bottom:144px;right:115px;width:auto;z-index:1; opacity:0; transition-delay:500ms; transform: translateX(50px); }

.anim-banner .anim-group.active [class*="anim-"]{opacity:1; transform:none;}

.tab-section{}
.tab-section .tabs-wrapper{display:flex;}
.tab-section .tabs-wrapper .tabs-main{width:33vw;}
.tab-section .tabs-wrapper .tabs-main ul{list-style:none;margin:0;padding:0;}
.tab-section .tabs-wrapper .tabs-main ul li{cursor:pointer; position:relative; margin-bottom:8px; align-items:center;background-color:#1d9add;color:#fff;display:flex;font-size:20px;min-height:160px;padding:10px 30px 10px calc((100vw - 1170px) / 2); transition:all ease 400ms;}
.tab-section .tabs-wrapper .tabs-main ul li:after{opacity:0; visibility:hiden; transform:translateX(-84px); background:transparent url(https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/active-marker.png) no-repeat 0 0;content:'';height:160px;position:absolute;right:-83px;top:0;width:130px;transition:all ease 400ms;}
.tab-section .tabs-wrapper .tabs-main ul li > div{max-width:220px;}
.tab-section .tabs-wrapper .content-wrapper{width: calc(100% - 33vw); padding:25px 0 0 115px;}
.tab-section .tabs-wrapper .content-wrapper {}
.tab-section .tabs-wrapper .tabs-main ul li.active{background-color:#062f6e;}
.tab-section .tabs-wrapper .tabs-main ul li.active:after{opacity:1; visibility:visible; transform:translateX(0px);}

.content-scroll{max-height:960px;}
.content-scroll .content-top{padding:0 45px 0 0;}

.tab-content{padding:0 40px 0 0;font-size:20px;line-height:30px;color:#77787a;}
.tab-content a{color:#77787a;font-size:20px;}
.tab-content a:hover{color:#1d9add;}
.tab-content strong{color:#57585a;}
.tab-content h3{color:#062f6e;font-family:"FuturaPT-Heavy";font-size:33px;font-weight:400;margin:37px 0 15px;line-height:37px;}
.tab-content h4{color:#57585a;font-size:20px;margin:0 0 15px;}
.tab-content h5{color:#1d9add;font-size:20px;margin:0 0 15px;}
.tab-content ul, .tab-content ol{list-style:none;padding:0;}
.tab-content ul li, .tab-content ol li{margin:0 0 15px;padding:0 0 0 16px;position:relative;}
.tab-content ul li:after, .tab-content ol li:after{background-color:#1d9add;border-radius:100%;content:"";height:8px;left:0;position:absolute;top:12px;width:8px;}

.tab-content ol{counter-reset: section;}
.tab-content ol li{padding:0 0 0 24px;}
.tab-content ol li strong{color:#1d9add;}
.tab-content ol li:after{color:#1d9add; counter-increment: section; content:counter(section, decimal) ". "; background-color:transparent; width:auto; height:auto;font-weight: 700;top: 0;}

.tab-content .accordion-wrapper{border:none;float:none;padding-right:80px;width:auto;}
.tab-content .accordion-wrapper .accordion-list{border-bottom: 2px solid #d6d7d7; padding:15px 0;}
.tab-content .accordion-wrapper .accordion-list .accordian-title{border:none;color:#1d9add;float:none;font-size:20px;font-weight:700;padding:14px 30px 14px 0;width:auto;position: relative;}
.tab-content .accordion-wrapper .accordion-list .accordian-title:before{content:"Q: ";}
.tab-content .accordion-wrapper .accordion-list .accordian-title:after{background:url("https://403796.fs1.hubspotusercontent-na1.net/hubfs/403796/accordion-arrow.png") no-repeat center;content:"";height:26px;position:absolute;right:0;top:15px;width:26px;transition:all ease 400ms;}
.tab-content .accordion-wrapper .accordion-list .accordian-title.active:after{transform:rotate(90deg);}
.tab-content .accordion-wrapper .accordion-list .accordian-text{background-color:transparent;border:0 none;color:#57585a;float:none;font-size:20px;line-height:28px;padding:0 0 20px;width:auto;}
.tab-content .accordion-wrapper .accordion-list .accordian-text:before{content:"A: ";}
.tab-content .accordion-wrapper .accordion-list .accordian-text p{float:none; margin:0 0 15px 0;}
.tab-content .accordion-wrapper .accordion-list .accordian-text p:first-child{display: inline;}
.tab-content .accordion-wrapper .accordion-list .accordian-text p:last-child{margin:0;}

.tab-section .tabs-wrapper .content-wrapper .bottom-form{padding:30px 0 0;}
.tab-section .tabs-wrapper .content-wrapper .bottom-form h3:empty{display:none;}
.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form{max-width:none; margin:15px 60px 20px 0;}
.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"]{width:auto !important; margin:3px 0 0 0 !important;}
.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form fieldset[class*="form-columns"] .hs-input[type="radio"]{width: auto !important;}
.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form ul.inputs-list{list-style:none; padding-left:0;margin: 20px 0 0;}
.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form ul.inputs-list li:after{display:none;}
.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form ul.inputs-list.multi-container li{display:inline-block;margin-right:20px;}
.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form .hs-richtext,
.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form .hs-richtext a{font-size: 14px;line-height: normal;}
.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form .hs-richtext h3{font-size:23px;}
.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form .hs-richtext h3 strong{font-weight:400;}
.footer-copy .b-text, 
.footer-copy .b-text a{color: #77787a; font-size: 20px; line-height:30px;}
.footer-copy .b-text a:hover{color:#1d9add;}


body .tab-section .mCSB_scrollTools{opacity:1; width: 28px;}
body .tab-section .mCSB_scrollTools .mCSB_draggerContainer{background:transparent; border:3px solid #d6d7d7; border-radius: 50px;}
body .tab-section .mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;}
body .tab-section .mCSB_scrollTools .mCSB_dragger{padding: 4px 0;}
body .tab-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#d6d7d7 !important; width: 14px !important;    }
body .tab-section .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
body .tab-section .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
body .tab-section .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0, 0, 0, 0.4);}

.footer-copy{color:#67686a;font-size:16px;font-weight:400;padding:20px 0 0;}
.footer-copy a{color:#67686a; font-size:16px; } 
.footer-copy a:hover{color:#1d9add;}
.footer-copy h5{font-size:20px;margin:0;padding:0;}
.footer-copy p{margin:0;}

/********* Crisis Response *********/
.fl100 { float:left; width:100%; }
.set_bg { background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .title_main { background:#052F6D; text-align:center; color:#fff; }
.row-fluid .title_main h2 { margin:0; padding:24px 15px; font-size:30px; line-height:38px; color:#fff; font-family:"Futura"; }

.row-fluid .btn_style a { margin:5px 0; padding:14px 30px; font-size:18px; line-height:24px; color:#004E70; background:#A3D55D; text-transform:uppercase; border-radius:5px; display:inline-block; text-decoration:none; font-family:"FunctionPro","Helvetica Neue",Helvetica,Arial,sans-serif; -webkit-box-shadow: 0 4px 0 #004E70; box-shadow: 0 4px 0 #004E70; font-weight:500; position:relative; -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;;  }
.row-fluid .btn_style a:hover { background:#8DCB4A; } 

.row-fluid .wrapper { margin:0 auto !important; width:1170px; float:none !important; } 
.row-fluid .hero_section { padding:90px 0 300px; background: rgb(255,255,255); background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(151,211,238,1) 100%); background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(151,211,238,1) 100%); background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(151,211,238,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#97d3ee',GradientType=1 ); position:relative; }
.row-fluid .pattern { position:absolute; bottom:0; left:0; width:auto; }
.row-fluid .pattern.left { width:60%; text-align:left; }
.row-fluid .pattern.right { width:50%; left:auto; right:0; bottom:70px; text-align:right; }
.row-fluid .hero_inner { text-align:center; font-size:26px; line-height:42px; color:#57585A; font-weight:600; position:relative; z-index:1; }
.row-fluid .hero_inner h1 { font-size:54px; line-height:64px; color:#062F6E; font-family:"Futura"; }
.row-fluid .hero_inner .designation { margin:0 auto; max-width:600px; width:100%; }
.row-fluid .hero_inner .d-arrow { margin-top:50px; position:relative; -webkit-animation: bounce 2s infinite; -moz-animation: bounce 2s infinite; -o-animation: bounce 2s infinite; animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
    0%       { bottom:10px; }
    50%      { bottom:-5px; }
    100%     {bottom: 15px;}
}

@-moz-keyframes bounce {
    0%       { bottom:10px; }
    50%      { bottom:-5px; }
    100%     {bottom: 15px;}
}

@-o-keyframes bounce {
    0%       { bottom:10px; }
    50%      { bottom:-5px; }
    100%     {bottom: 15px;}
}

@keyframes bounce {
    0%       { bottom:10px; }
    50%      { bottom:-5px; }
    100%     {bottom: 15px;}
}

.row-fluid .consultation_section { padding:40px 0 60px; font-size:24px; line-height:40px; color:#57585A; font-weight:700; }
.row-fluid .consultation_inner { margin:0 auto; max-width:960px; width:100%; }
.row-fluid .consultation_inner .btn_style { text-align:center; }

.row-fluid .team_text { width:50%; float:left; min-height:530px; align-items: center; display: flex; }
.row-fluid .team_inner { margin: 0 0 0 auto; padding:60px; font-size:19px; line-height:30px; width:100%; max-width:560px; float:right; }
.row-fluid .team_inner h3 { margin:0 0 10px; font-size:23px; line-height:30px; color:#062F6E; font-family:"Futura"; }
.row-fluid .team_img { width:50%; float:right; }
.row-fluid .team_inner ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .team_inner ul li { margin:0; padding:0 0 0 18px; display:inline-block; width:100%; position:relative; }
.row-fluid .team_inner ul li:after { content:''; width:6px; height:6px; border-radius:10px; position:absolute; top:12px; left:0; background:#062F6E; }

.row-fluid .team_row:nth-child(2n) .team_img { float:left; }
.row-fluid .team_row:nth-child(2n) .team_inner { margin:0; }

.row-fluid .testimonial_slider { padding:40px 0 70px; text-align:center; }
.row-fluid .testimonial_inner { margin:0 auto; padding:20px 70px 0; width:100%; max-width:880px; font-size:20px; line-height:30px; color:#57585A; position:relative; }
.row-fluid .testimonial_inner:before { content:''; width:31px; height:29px; background:url('https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/FrankCrum-2019/fonts/quote_left.png') no-repeat; background-size:31px; position:absolute; top:0; left:0; }
.row-fluid .testimonial_inner:after { content:''; width:31px; height:29px; background:url('https://249377.fs1.hubspotusercontent-na1.net/hubfs/249377/FrankCrum-2019/fonts/quote_right.png') no-repeat; background-size:31px; position:absolute; bottom:0; right:0; }
.row-fluid .testimonial_inner h4 { margin:0; font-size:20px; line-height:28px; color:#57585A; }

.row-fluid .testimonial_slider ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid .testimonial_slider ul.slick-dots { text-align:center; padding:10px 0 0; }
.row-fluid .testimonial_slider ul.slick-dots li { display:inline-block; padding:0 5px; }
.row-fluid .testimonial_slider ul.slick-dots li button { display:inline-block; padding:0; background:transparent; width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; border:1px solid #B9BABB;; }
.row-fluid .testimonial_slider ul.slick-dots li button:hover , .row-fluid .testimonial_slider ul.slick-dots li.slick-active button { background:#B9BABB; }
 
.row-fluid .environment_section { padding:100px 0; background: rgb(255,255,255); background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(151,211,238,1) 100%); background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(151,211,238,1) 100%); background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(151,211,238,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#97d3ee',GradientType=1 ); text-align:center; }
.row-fluid .environment_section h2 { margin:0; font-size:43px; line-height:60px; color:#062F6E; font-family:"Futura"; }
.row-fluid .environment_form { padding:0 10%;  }
.row-fluid .environment_form .form { margin-top:50px; box-shadow:0 0 65px rgba(0,0,0,0.2); background:#EDEDED; }
.row-fluid .environment_form h3 { margin:0; padding:20px 15px; font-size:25px; line-height:34px; color:#fff; background:#052F6D; text-align:center; }
.row-fluid .environment_form .form form { padding:45px; max-width:100%; }
.row-fluid .environment_form .form .hs-input { border-color:#E3E3E3; border-radius:2px; height:50px; }
.row-fluid .environment_form .hs-form-field > label { font-family: 'Helvetica Neue'; font-size:20px; line-height:28px; font-weight:300; }
.row-fluid .environment_form .hs-form-field > label span + span { display:inline-block; } 
.row-fluid .environment_form .form textarea.hs-input { height:190px; }
.row-fluid .environment_form .hs-button.primary.large { background-color:#A3D55D; color:#004E70; -webkit-box-shadow: 0 4px 0 #004E70; box-shadow: 0 4px 0 #004E70; -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;; }
.row-fluid .environment_form .hs-button.primary.large:hover { background-color:#8DCB4A; } 

.row-fluid .environment_form .form .hs-error-msgs { margin:0; }
.row-fluid .environment_form .form .hs-error-msgs label { font-family: 'Helvetica Neue'; font-weight:300; }
.row-fluid .environment_form .hs_error_rollup { display:none; }
.row-fluid .call_to { margin-top:25px; }

.row-fluid .copyright_bottom { padding:22px 0 16px; }
.row-fluid .copyright_bottom p { margin:0; font-size:16px; line-height:24px; color:#57585A; text-align:center; }
.row-fluid .copyright_bottom a { color:#57585A; text-decoration:none; }
.row-fluid .copyright_bottom a:hover { color:#002e6d; }

@media (min-width: 768px) and (max-width: 1200px){
	
}

@media (min-width: 992px) and (max-width: 1200px){
	
	.row-fluid .wrapper {  width:920px; }
	
	.row-fluid .hero_inner h1 { font-size:46px; line-height:58px; }
	.row-fluid .environment_section h2 { font-size: 36px; line-height: 54px; }
}

@media (max-width:991px) { 
	
	.row-fluid .title_main h2 { padding:18px 15px; font-size: 24px; line-height: 32px; }
	
	.row-fluid .hero_section { padding:70px 0 170px; }
	.row-fluid .hero_inner h1 { font-size:36px; line-height:54px; }
	.row-fluid .hero_inner { font-size:22px; line-height:36px; }
	.row-fluid .pattern.right { width:40%; }
	
	.row-fluid .consultation_section { padding:30px 0 50px; font-size:20px; line-height:34px; }
	.row-fluid .team_inner { padding:40px 20px; font-size:18px; line-height:28px; }
	
	.row-fluid .testimonial_slider { padding:30px 0 50px; }
	.row-fluid .testimonial_inner { padding:0 50px 0; font-size:18px; line-height:28px; }
	
	.row-fluid .environment_section { padding:50px 0 60px; }
	.row-fluid .environment_section h2 { font-size: 30px; line-height: 42px; }
	.row-fluid .environment_form .form { margin-top:30px; }
	.row-fluid .environment_form .form form { padding:15px 15px 40px; }
	.row-fluid .environment_form .hs-form-field > label  { font-size:16px; line-height:24px; }
	
	.row-fluid .environment_form { padding:0; }
	.row-fluid .environment_form h3 { font-size:22px; line-height:30px; }
	

}

@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .wrapper {  width:720px; }	
}

@media (min-width: 30px) and (max-width: 767px){
	
	.row-fluid .wrapper { width:100%; padding:0 15px; float:left !important; }	
	
	.row-fluid .hero_inner h1 { font-size:30px; line-height:42px; }
	.row-fluid .hero_inner { font-size:18px; line-height:28px; }
	.row-fluid .hero_inner .d-arrow { margin-top:30px; }
	.row-fluid .hero_inner .d-arrow img { max-width:25px; }
	.row-fluid .pattern.left { width:40%; }
	.row-fluid .pattern.right { width:30%; bottom:30px; }
	
	.row-fluid .consultation_section { font-size:18px; line-height:30px; }
	.row-fluid .team_text { width:100%; min-height:auto; display:inline-block; }
	.row-fluid .team_inner { padding:40px 25px; max-width:100%; }
	.row-fluid .team_img { width:100%; height:315px !important; }
	
	.row-fluid .testimonial_inner { padding:0 20px; font-size:16px; line-height:26px; }
	.row-fluid .testimonial_inner:before , .row-fluid .testimonial_inner:after { width: 18px; height: 16px; background-size: 17px; }
	.row-fluid .testimonial_inner h4 { font-size:18px; line-height:26px; }
	
	.row-fluid .environment_section h2 { font-size: 24px; line-height: 38px; }
	.row-fluid .environment_form .form .hs-input { height:45px; }
	.row-fluid .environment_form .hs-form-field>label { font-size:14px; line-height:22px; }
	
	
}

@media (max-width:550px) { 
	
	.row-fluid .hero_section { padding:60px 0 80px; }
	.row-fluid .hero_inner { font-size:16px; line-height:26px; }
	.row-fluid .hero_inner h1 { font-size: 24px; line-height: 36px; }
	
	.row-fluid .team_inner { padding:40px 15px; font-size:16px; line-height:26px; }
	.row-fluid .team_inner h3 { font-size:20px; line-height:28px; }
	.row-fluid .title_main h2 , .row-fluid .environment_section h2 { font-size:20px; line-height:30px; }
	.row-fluid .environment_form h3 { font-size:20px; line-height:26px; }
	.row-fluid .testimonial_inner { padding:5px 0; }
	
	.row-fluid .environment_form .hs-button.primary.large { padding:10px 15px; }
	
	
}

@media (max-width:480px) { 
	
	.row-fluid .environment_form .hs-form-field { padding:0 !important; }
	
}

@media (max-width: 1500px) {
	.row-fluid .employee_box { padding:30px 20px 60px; font-size:18px; line-height:28px; border-radius:50px; }
	.row-fluid .employee_box h2 { font-size:28px; line-height:34px; }
	.row-fluid .lp_people { margin:-50px 0 -30px; }
	.row-fluid .service_rowinner { padding:0 0 0 90px; font-size:18px; line-height:28px; }
	.row-fluid .service_text h3 { font-size:30px; line-height:36px; }
	.row-fluid .business_section { padding: 50px 0 40px; font-size: 22px; line-height: 32px; }  
	.row-fluid .lp_left { width:600px; }
	.row-fluid .lp_right { width: calc(100% - 600px); }
}

@media (max-width: 1200px) {
	.row-fluid .employee_box h2 { margin:0 0 15px; }
	.row-fluid .employee_btn { margin-top:15px; }
	.filter-wrapper .search { font-size:16px; }
	.anim-banner .inner-wrapper{padding-right:15px;}
	.anim-banner .inner-wrapper,
	.tab-section .tabs-wrapper .tabs-main ul li{padding-left:15px;}
	.tab-section .tabs-wrapper .tabs-main{width:260px;}
	.tab-section .tabs-wrapper .content-wrapper{width: calc(100% - 260px);}
	
	.anim-banner .widget-type-header h1{font-size:44px; line-height:56px;}
	.anim-banner .anim-group .anim-1{right:74px; width: 236px;}
	.anim-banner .anim-group .anim-2{right:225px; width: 206px;}
	.anim-banner .anim-group .anim-3{right:10px;}
	.anim-banner .anim-group .anim-4{right:-180px;}
	.anim-banner .anim-group .anim-5{right:312px; top:184px;}
	.anim-banner .anim-group .anim-6{right:35px; bottom:164px;}
}

@media (max-width: 991px) {
    
    .row-fluid .header-contact , .row-fluid .header-contact a { font-size:18px; line-height:26px; }
    .row-fluid .lp_left { margin:0 !important; width:100%; text-align:center; }
    .row-fluid .lp_left img {  max-width:300px; }
    .row-fluid .lp_right { margin:0; width:100%; }
    
    .row-fluid .service_section { padding:50px 0; }
    .row-fluid .service_text h3 { font-size:24px; line-height:34px; }
    .row-fluid .service_rowinner { font-size:16px; line-height:26px; }
    .row-fluid .business_cta a { padding:16px 40px; font-size:18px; line-height:24px; }
    
    .row-fluid .hero_lp { padding:20px 15px 0; }
    .row-fluid .lp_right_inner { max-width:100%; }
    
	.anim-banner .widget-type-header h1{font-size: 40px; line-height: 56px;}
	.anim-banner .anim-group .anim-1{width:196px; top:44px;}
	.anim-banner .anim-group .anim-2{width:176px; bottom:-23px; right:22vw;}
	.anim-banner .anim-group .anim-3{bottom:-50px;right:20px;width:124px;}
	.anim-banner .anim-group .anim-5{right:252px;top:254px;}
	.tab-section .tabs-wrapper .tabs-main{width:180px;}
	.tab-section .tabs-wrapper .tabs-main ul li:after{display:none;}
	.tab-section .tabs-wrapper .tabs-main ul li{font-size:14px; min-height:110px;}
	.tab-section .tabs-wrapper .content-wrapper{padding-left: 20px;width: calc(100% - 180px);}
	.tab-section .tab-content{padding:0 10px 0 0; font-size:14px; line-height:25px;}
	.tab-section .tab-content h3{font-size:28px; line-height:29px;}
	.content-scroll .content-top{padding: 0 45px 0 0;}
	.tab-section .tab-content .accordion-wrapper .accordion-list .accordian-title{font-size:16px;}
	.tab-section .tab-content .accordion-wrapper .accordion-list .accordian-text{font-size:14px; line-height:23px;}
	.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form{margin: 40px 20px 0 0;}
}

@media (min-width: 30px) and (max-width: 767px) {
    
    .row-fluid .header-lp { padding:15px 0; text-align:center; }
    .row-fluid .service_row { margin:0; padding:15px 0; width:100%; }
    
    .row-fluid .business_section { font-size:18px; line-height:28px; }
    .row-fluid .business_cta { margin-top:20px; }
    .row-fluid .header-contact { margin-top:15px; text-align:center; font-size:16px; line-height:26px; }
    
    .row-fluid .employee_box { border-radius:10px; font-size:16px; line-height:24px; }
    .row-fluid .employee_box h2 { margin:0 0 15px; font-size:24px; line-height:28px; }
    
    .row-fluid .employee_btn { margin-top:20px; }
	
	.filter-wrapper .search-wrapper .list { margin:10px 0; } 
	.filterWrap.filter-wrapper h2 { font-size:24px; }
	.form form .hs-form-field.hs-fieldtype-radio > label span , .form form .hs-form-field.hs-fieldtype-checkbox > label span { font-size:20px; }
	.filter-wrapper .checkbox_search ul li label { font-size:18px; }  
	.filter-wrapper .search-wrapper .list h4 { font-size:20px; }
	
	.anim-banner .logo-group{padding-top:30px;}
	.anim-banner .widget-type-header{padding:20px 0 50px;}
	.anim-banner .widget-type-header h1 {font-size: 30px;line-height: 37px;}
	.anim-banner .anim-group{height:390px;position:relative;}
	.anim-banner .anim-group .anim-2{bottom:-100px;left:0;right:auto; width: 156px;}
	.anim-banner .anim-group .anim-3{bottom:-90px;right:20px;width:94px;}
	.anim-banner .anim-group .anim-5{left:0;right:auto;top:184px;}
	.anim-banner .anim-group .anim-6{bottom:40px;right:5px;}
	.content-scroll .content-top{padding:0; display:none;}
	.anim-banner .anim-group .anim-1{right: 24px;}
	
	.tab-section .tab-content{border-bottom:1px solid rgba(0,0,0,0.2);display:block;margin:0 0 15px;padding:0 0 15px;}
	.tab-section .tab-content h3{font-size:22px;line-height:26px;margin:0;padding:0 26px 0 0;position: relative;}
	.tab-section .tab-content h3:after,
	.tab-section .tab-content h3:before{background-color:#1D9ADD;content:"";height:2px;position:absolute;right:0;top:15px;width:14px; transition:all ease 400ms;}
	.tab-section .tab-content h3:not(.active):before{transform: rotate(90deg);}
	.tab-section .tab-content h4{font-size:16px; line-height:22px;}
	.tab-section .tabs-wrapper{display:block;}
	.tab-section .tabs-wrapper .tabs-main{display:none;}
	.tab-section .tabs-wrapper .content-wrapper{padding:15px 5px 15px 15px;width:auto;}
	.content-scroll{max-height: none;}
	.content-top img{max-width: 80px;}
	.tab-content .accordion-wrapper{padding-right: 0;}
	.tab-content .accordion-wrapper .accordion-list{padding:0;}
	.tab-section .tab-content .accordion-wrapper .accordion-list .accordian-title{line-height: 22px;}
	.tab-content a{font-size: 14px;}
	.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form{margin:20px 10px 0 0 ;}
	.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form .hs-richtext h3{margin:25px 0 15px;}
	.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form .hs-richtext h3:after,
	.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form .hs-richtext h3:before{display:none;}
	.footer-copy,
	.footer-copy a{font-size: 12px;}
	.footer-copy h5{font-size:14px;}
	
	
	body .tab-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:5px !important;}
	body .tab-section .mCSB_scrollTools .mCSB_draggerContainer{border:1px solid #d6d7d7;}
	body .tab-section .mCSB_scrollTools{width: 13px;}
	body .tab-section .mCSB_inside > .mCSB_container{margin-right:20px;}
	
}

@media (max-width: 500px) {
    
    .row-fluid .service_icon { position:relative; }
    .row-fluid .service_rowinner { padding:0; }
    .row-fluid .service_text h3 { padding:15px 0 10px; font-size:26px; line-height:34px; }
    .row-fluid .business_cta a { padding:12px 20px; font-size:14px; line-height:24px; }
    
    .row-fluid .lp_left img { max-width:240px; }
    
}

@media (max-width:480px) {
	
	.form form .hs-input { width:100% !important; }
	.tab-section .tabs-wrapper .content-wrapper .bottom-form .hs-form .hs-form-field input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){width:100%;}
}