/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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







/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body { margin:0; padding:0; font-family:'Open Sans', sans-serif; font-size:16px; line-height:25px; font-weight:400; color:#1A3265; background:#fff; overflow-x: hidden;}

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#2E59B0; font-size:39px; line-height:51px; font-weight:400; margin:0; padding:0; clear:both }
h2 { color:#2E59B0; font-size:36px; line-height:40px; font-weight:400; margin:0; padding:0; clear:both }
h3 { color:#f3554e; font-size:18px; line-height:31px; font-weight:600; margin:0; padding:0; clear:both }
h4 { color:#2E59B0; font-size:22px; line-height:28px; font-weight:400; margin:0; padding:0; clear:both }
h5 { color:#2E59B0; font-size:16px; line-height:24px; font-weight:700; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#132549; -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -ms-transition: all ease .2s;
    transition: all ease .2s;; }
a:hover { color:#F3554D; }

input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:182px; min-width:100%; max-width:100%; resize:none; }
input[type=submit] , button { -webkit-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    -o-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    -ms-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    box-shadow: 7px 7px 0px rgba(0,0,0,0.17);; cursor:pointer; background-image:url(//cdn2.hubspot.net/hubfs/2240956/Lobtec-2016/Image/blank.png); background-color:#e98900; padding:10px 15px; width:100%; max-width:100%; text-align:center; display:inline-block; color:#fff; font-weight:500; font-family: 'Roboto', sans-serif; 
-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; } 
input[type=submit]:hover , button:hover { background-color:#F3554D; }

.button, .hs-button.primary {
    padding: 1.125rem 1.5rem;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .0625rem;
    border: 0;
    border-radius: .25rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.button, .hs-button.primary {
    background-color: #f15753;
    color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.button:hover, .hs-button.primary:hover {
    background-color: #B6423F;
    color: #ffffff;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


::-webkit-input-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
::-moz-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
:-ms-input-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
:-moz-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }

.row-fluid .hero-section .hero-right img {max-width: 730px !important;}

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#e68700; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; text-align: left; font-size: 13px; line-height: 19px; color: #ffffff; font-weight: 600; text-transform: uppercase; font-family: 'Montserrat', sans-serif; cursor: pointer;}
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }



/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -khtml-user-select: none; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-40px; display:inline-block; color:#fff; background:transparent; width:22px; height:42px; font-size:0; cursor:pointer; padding:0; box-shadow:none; border: none; }
.slick-arrow:before { position:absolute; content:""; height:42px; width:22px; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.slick-arrow:hover { background:transparent; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { background:url('https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/left.png') no-repeat center center; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { background:url('https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/right.png') no-repeat center center; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#3c5263;  width:6px; height:6px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#f7893f; }
ul.slick-dots li.slick-active button { height:10px; width:10px; box-shadow:1px 0px 1px rgba(0,0,0,0.15); }

.row-fluid .blue-btn a, .row-fluid a.blue-btn { float:left; padding:9px 26px; color:#fff; background:#2D59AF; text-transform:uppercase; font-size:13px; line-height:18px; font-weight:600; font-family:'Montserrat', sans-serif; -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;; } 
.row-fluid .blue-btn a:hover, .row-fluid a.blue-btn:hover { background:#F3554D; }

.row-fluid .red-btn a, .row-fluid a.red-btn { float:left; padding:13px 28px; color:#fff; background:#F3554D; font-size:14px; line-height:19px; font-weight:600; letter-spacing:0.5px; -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;; } 
.row-fluid .red-btn a:hover, .row-fluid a.red-btn:hover { background:#2D59AF; }

.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#1d69ac; }

.row-fluid .wrapper { margin:0 auto !important; width:1170px; padding:0 15px; float:none !important; } 

/* Page Wise Css */
/* Homepage */
.row-fluid .top { padding:25px 0; }
.row-fluid .top-right { text-align:right; }
.row-fluid .top .logo { padding-top:8px; }
.row-fluid .top-right .mainmenu, .row-fluid .top-right .top-cta { float:none; display:inline-block; vertical-align:middle; width:auto; margin:0; }

.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:10px 19px; font-size:13px; line-height:19px; color:#13254B; font-weight:600; text-transform:uppercase; font-family:'Montserrat', sans-serif; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#F3554D;  }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a {cursor: default; padding-right: 32px;}
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:hover {cursor: pointer; color: #13254B;}
.row-fluid .mainmenu ul > li > ul > li:hover > a:hover {color: #ffffff !important;}
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after {     position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    top: 16px;
    right: 14px;
    background-image: url(https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/grey-triangle-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 6px;
    width: 11px;
 }

.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:hover:after { background-image: url(https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/red-triangle-down.svg);}
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover a:after {background-image: url(https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/red-triangle-down.svg);}
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }

.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after {}

.row-fluid .hero-section { font-size:21px; line-height:30px; font-weight:300; color:#1B3365; padding:50px 0; position:relative; }
.row-fluid .hero-section .hero-left { position:relative; z-index:1;}
.row-fluid .hero-section:after { position:absolute; content:""; height:215px; width:100%; left:0; bottom:0px; background-size:cover !important; background:url('//cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/curve-hero.svg') no-repeat; }
.row-fluid .hero-section h1 span { font-weight:100; color:#1B3365; }
.row-fluid .hero-richtext { margin:15px 0 45px; }
.row-fluid .hero-section .hero-right img { margin-left:20px; position:relative; z-index:1;max-width:none; }
.row-fluid .goal-right img { max-width: 70% !important; }

.row-fluid .insulation-section { padding:100px 0 110px 0; background:#F1F5F7; position:relative; }
/* .row-fluid .insulation-section:after { position:absolute; content:""; height:150px; width:100%; left:0; bottom:0; background-size:cover !important; background:url('//cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/curve-mask.svg') no-repeat; }  */
.row-fluid .insulation-section .title { margin-bottom:50px; }
.row-fluid .left-insulation, .row-fluid .right-insulation { padding-left:25px; border-left:5px solid #F3554D; }
.row-fluid .build-section { position:relative; z-index:1; }

.row-fluid .quote-section { background:#F1F5F7; padding-bottom:95px; position:relative;}
.row-fluid .quote-section:after { content:''; width:100%; height:100%; position:absolute; bottom:0; background-image:url(https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/home-insulation-bg-shape.svg); background-repeat:no-repeat; background-size:100%; z-index:0;}
.row-fluid .quote-section .wrapper{ position:relative; z-index:1;}
.row-fluid .quotaion-section { padding:52px 0 64px; position:relative; background-color: rgba(241, 84, 76, 0.8); font-size:24px; line-height:30px; margin-top:-60px; } 
.row-fluid .quotaion-section h2 { font-weight:600; margin-bottom:7px; } 
.row-fluid .quotaion-section:after { bottom:0; left:50%;	border:solid transparent; content:" "; height:0; width:0;	position:absolute; pointer-events:none; }
.row-fluid .quotaion-section:after { border-bottom-color:#f2f5f7; border-width:25px; margin-left:-25px; border-top-width:0px; }

.row-fluid .quotaion-contentsec { padding:55px 0 0; }
.row-fluid .quotaion-contentsec .hs_cos_wrapper_type_rich_text { float:none; display:inline-block; vertical-align:top; width:747px; max-width:100%; }

.row-fluid .partner-section { padding:95px 0 85px;background-color: #132549; position:relative; }
.row-fluid .partner-section:after { content:''; width:100%;height: 250px; background-image: url(https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/partner-bg-shape.png); position: absolute; bottom: 0; left: 0; background-size: cover; background-repeat: no-repeat; z-index: 0;}
.row-fluid .partner-section .partner-title { letter-spacing:0.5px; margin-bottom:3px; }
.row-fluid .partner-section .partner-subtitle { margin-bottom:38px; }
.row-fluid .partner-section .partner-subtitle h2 { line-height:45px; }
.row-fluid .partner-section .partner-wrap { float:none; display:inline-block; vertical-align:top; width:784px; max-width:100%; }
.row-fluid .partner-section .partner-box { float:none; display:inline-block; vertical-align:top; margin:0 -2px; width:25%; padding:14px 13px; }
.row-fluid .partner-section .partner-logo { background:#fff; height:70px; border-radius:4px; position:relative; }
.row-fluid .partner-section .partner-logo img { position:absolute; top:10px; right:10px; bottom:10px; left:10px; margin:auto;max-width: 130px; }
.row-fluid .partner-section .wrapper { position:relative;z-index:1;}

.row-fluid .zigzag-box { padding:90px 0 40px; }
.row-fluid .zigzag-image { float:left; width:50%; }
.row-fluid .zigzag-content { float:left; width:50%; }
.row-fluid .zigzag-text { padding:20px 20px 30px 0; color:#1A3265; }
.row-fluid .zigzag-text p { padding:0; }
.row-fluid .zigzag-text p + p { padding-top:10px; }
.row-fluid .zigzag-content .red-btn a { padding:13px 19px; }
.row-fluid .zigzag-subtitle { color:#0939A8; letter-spacing:0.5px;    margin-bottom: 3px; }
.row-fluid .zigzag-title h2 { line-height:45px; } 
.row-fluid .zigzag-section .zigzag-image img { width:100%;}
/* .row-fluid .img-ml-minus .zigzag-section .zigzag-image img { margin-left:-85px;} */
  
  
.row-fluid .zigzag-box.image-right .zigzag-image { float:right; }
.row-fluid .zigzag-box.image-right .zigzag-content { float:left; }
/* .row-fluid .zigzag-section .zigzag-image img { margin-left: -85px;} */

.row-fluid .company-goalsec { position:relative;}
.row-fluid .company-goalsec:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:url('https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/goal-overlay.png'); background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .company-goalsec > div { position:relative; }
.row-fluid .goal-left { padding:100px 0; }
.row-fluid .goal-left .goal-title h3 { line-height:45px; margin-bottom:10px; }
.row-fluid .goal-left p strong { font-size:18px; line-height:24px; text-transform:uppercase; font-weight:600; }
.row-fluid .goal-left .red-btn { margin-top:30px; }
.row-fluid .goal-right img { position:absolute; bottom:0; right: -70px; width:50%; }

.row-fluid .testimonial-section { padding:100px 0; }
.row-fluid .testimonial-wrap { padding:0 125px; margin-top:60px; }
.row-fluid .testimonial-left { float:none; display:inline-block; vertical-align:middle; width:26%; margin:0 -2px; text-align:center; }
.row-fluid .testimonial-left .name h4 { font-size:18px; line-height:24px; color:#000B3F; font-weight:600; margin:14px 0 0; }
.row-fluid .testimonial-left .position { font-size:13px; line-height:18px; color:#0939A8; font-weight:600; text-transform:uppercase; } 
.row-fluid .testimonial-img { float:none; display:inline-block; vertical-align:top; height:74px; width:74px; border-radius:100%; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center; border:6px solid #E5E5EB; }
.row-fluid .testimonial-right { float:none; display:inline-block; vertical-align:middle; width:74%; margin:0 -2px; font-size:18px; line-height:26px; color:#1A3265; font-weight:600; padding:20px 45px; border-left:3px solid #E5E6EB; }
.row-fluid .testimonial-logo { margin-bottom:25px; } 

.row-fluid .get-startedsec { background:#132549; padding:95px 0 100px; }
.row-fluid .get-startedsec h2 { margin-bottom:35px; }
.row-fluid .get-startedsec .red-btn a { float:none; display:inline-block; vertical-align:top; padding:13px 24px; }

/* Footer */
.row-fluid .footer-menu { padding:15px 0 20px; text-align:center; }
.row-fluid .footer-menu .hs-menu-wrapper > ul { margin:0; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { padding:0px 19px; font-size:14px; line-height:19px; color:#13254B; font-weight:600; text-transform:uppercase; font-family:'Montserrat', sans-serif; letter-spacing:0.5px; position:relative; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li:hover > a { color:#F3554D; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a:after { position:absolute; content:""; height:100%; width:1px; top:0; right:0; background:#B1B1B1; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li:last-child > a:after { display:none; }

.row-fluid .footer-bottom { padding:75px 0 58px; background:#13254A; color:rgba(255,255,255,0.5); font-size:12px; line-height:26px; }
.row-fluid .footer-bottom a { color:#F3554D; font-family:'Montserrat', sans-serif; }
.row-fluid .footer-bottom a.footer-call { font-family:'Open Sans', sans-serif; }
.row-fluid .footer-bottom a:hover { color:#fff; }
.row-fluid .footer-bottom .right-footer { width:auto; float:right; }

.innerpage-template h1 { font-size:48px; line-height:54px;font-weight:300;}
.innerpage-template .row-fluid .hero-section { font-size:16px; line-height:24px; font-weight:400;}
.innerpage-template .row-fluid .hero-section .hero-left {padding-right: 80px;}
.innerpage-template .row-fluid .hero-section .hero-right { text-align:right; position: relative; padding-right:25px;}
.innerpage-template .row-fluid .hero-section .hero-right:after { content:''; width:5px; height:100%;border-right: 5px solid #2D59AF; position: absolute; right: 0;  top: 0;}
.innerpage-template .row-fluid .hero-section .hero-right h2 { font-weight: 600; color: #13254B;}
.innerpage-template .row-fluid .hero-section .hero-right .note-content span { font-size:23px; line-height:30px; color:#F3554E;font-weight:400;margin-top: 5px; display: inline-block;}
.innerpage-template .row-fluid .hero-section:after { background-image: url(https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/fieldgroove-swoosh-ltr-blue-fade.svg);bottom: 23%; height:335px;z-index:-1;opacity: 0.23;}
.innerpage-template .row-fluid .hero-section { padding-bottom:0}

.row-fluid .feature-box-wrap .single-feature-box {width: calc(25% - 40px); float: left; padding: 35px 25px; background: #F1F5F7; border-radius: 4px;margin:20px;font-size: 15px;line-height: 23px; font-weight: 400;}
.row-fluid .feature-box-wrap .single-feature-box i { margin-bottom: 20px; color:#F3554F; font-size:30px;}
.row-fluid .feature-box-wrap .hs_cos_wrapper  > div {margin-left: -20px;  margin-right: -20px;}
.row-fluid .feature-box-wrap .single-feature-box h3 { text-transform: uppercase; margin-bottom: 5px;-webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -ms-transition: all ease .2s;
    transition: all ease .2s;;}
/* .row-fluid .feature-box-wrap a:hover h3 {color:#0939A8 } */
.row-fluid .feature-content-wrap {padding: 50px 0 90px; text-align: center; max-width: 570px; margin: 0 auto !important;  float: none;}
.row-fluid .feature-content-wrap h2 { margin-bottom:20px;letter-spacing: 0;}
.row-fluid .feature-content-wrap span { letter-spacing:0.5px;}


.row-fluid .custom-img-size .zigzag-section .zigzag-image { text-align:center;}

.row-fluid .feature-service-wrap { background:#F1F5F7; padding:100px 0;}
.row-fluid .feature-service-wrap .section-title { text-align:center; max-width:580px; margin: 0 auto;}
.row-fluid .feature-service-wrap .section-title h2 { margin-bottom:15px; letter-spacing:0}
.row-fluid .feature-service-wrap .section-title {letter-spacing:0.5px; }
.row-fluid .feature-service-wrap .section-content{ margin-top:60px;}
.row-fluid .feature-service-wrap .section-content .single-service-col { width: calc(25% - 40px); float: left; margin: 0 20px;}
.row-fluid .feature-service-wrap .section-content .single-service-col h3 {color:#0939a8; text-transform:uppercase; margin-bottom:10px;}
.row-fluid .feature-service-wrap .section-content .single-service-col img { margin-bottom:15px;}
.row-fluid .feature-service-wrap .section-content > div { margin-left:-20px; margin-right:-20px;}

.row-fluid .zigzag-section.container-width .zigzag-image {width: 58.3333%; }
.row-fluid .zigzag-section.container-width .zigzag-content { width:41.6667%;}
.row-fluid .zigzag-section.container-width .zigzag-raw {align-items: flex-start;}
.row-fluid .zigzag-section.container-width .zigzag-box.image-right .zigzag-raw {flex-direction: row-reverse;}
.row-fluid .zigzag-section.container-width .zigzag-box:nth-child(even){background-color:#f2f5f8; }
.row-fluid .zigzag-section.container-width .zigzag-box { padding-bottom:20px;}

.innerpage-template .row-fluid .hero-section.pricing-banner .hero-left {padding-right: 20px;padding-bottom:40px;}
.innerpage-template .row-fluid .hero-section.pricing-banner:after { bottom:25%;}
.innerpage-template .row-fluid .hero-section.pricing-banner { padding-bottom:114px;}

.row-fluid .pricing-box-section .pricing-box-wrap { margin-left: -15px; margin-right: -15px;    text-align: center;}
.row-fluid .pricing-box-section .pricing-box-wrap .single-pricing-box { background-color: #F1F5F7; padding: 40px 0 35px; width: calc(33% - 30px);  margin: 0 15px; display: inline-block; vertical-align: top;text-align: left;    border-radius: 3px;}
.row-fluid .pricing-box-section .pricing-box-wrap .single-pricing-box.text-center  { text-align:center;}
.row-fluid .pricing-box-section .pricing-box-wrap .single-pricing-box .box-top-part { padding:0 45px 30px;border-bottom: 2px solid #fff;}
.row-fluid .pricing-box-section .pricing-box-wrap .single-pricing-box .box-btm-part { padding:30px 45px 0;}
.row-fluid .pricing-box-section .pricing-box-wrap .red-btn { margin-top: 15px; }
.row-fluid .pricing-box-section .pricing-box-wrap h2 { color: #030D41; margin-bottom: 10px;}
.row-fluid .pricing-box-section .pricing-box-wrap h3 { text-transform:uppercase;}
.row-fluid .pricing-box-section .pricing-box-wrap ul { margin-top:0;padding-left: 28px;}
.row-fluid .pricing-box-section .pricing-box-wrap ul li { list-style:none;margin-bottom:7px; position: relative;}
.row-fluid .pricing-box-section .pricing-box-wrap ul li:before { content:''; width:16px; height:16px; background:#fff; border:2px solid #F3554D; border-radius:50%; position: absolute; left: -28px; top: 5px;}
.row-fluid .pricing-box-section .pricing-box-wrap .single-pricing-box.text-center ul li:before { left: -15px;}
.row-fluid .pricing-box-section .pricing-box-wrap .red-btn a { text-align:center;}

.row-fluid .full-width-btn {width: 100%;display: inline-block;}
.row-fluid .full-width-btn a {width: 100%; }
.row-fluid .pricing-box-section .pricing-box-wrap .single-pricing-box.text-center ul li { text-align: left;padding-left: 10px;}

.row-fluid .sign-up-panel {display: inline-block; float: none; background: #F1F5F7; border-radius: 4px; overflow: hidden; margin: 60px 0 0 0;}
.row-fluid .sign-up-form {background: #13254a; padding: 35px 35px 45px 35px;}
.row-fluid .sign-up-form .hs-form-field label {color: #ffffff; margin: 0px 0 4px 0; display: block;}
.row-fluid .sign-up-content {padding: 35px; margin: 0}
.row-fluid .sign-up-content ul {padding: 0;}
.row-fluid .sign-up-content h3 {text-transform: uppercase; position: relative;}
.row-fluid .sign-up-content ul li {list-style: none; padding: 0 0 0 30px; position: relative; margin: 0 0 18px 0; font-weight: 600;}
.row-fluid .sign-up-content ul li:before {content: url(https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/icon_red-check-1.svg); width: 18px; height: 18px; position: absolute; left: 0; top: 5px; display: block;}

.hs-button {
  padding: 1.125rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  border: none;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease;
  transition:         all 0.2s ease;
  cursor: pointer;
}

.hs-button {
  width: 100%;
  margin: 1.325rem 0 0 0;
}

.hs-form-field {position: relative;}
.hs-form-field .hs-error-msgs {position: absolute; bottom: -11px; font-size: 12px; left: 0;}
.row-fluid .sign-up-form .hs-form-field .hs-error-msgs label {color: #78a5ff;}

.industry-template .header-container { position:absolute; z-index:99; width:100%;}
.industry-template .row-fluid .hero-section:after { background-image:url(https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/industry-banner-shape.png); background-size:260% !important; height:100%; background-position:bottom;}
.row-fluid .hero-section.industry-banner { padding:150px 0; position:relative;font-weight:400;background-position:100% 50% !important; background-size: cover !important;}
.row-fluid .hero-section.industry-banner:before { content:''; width:100%;height:100%; position:absolute; top:0; left:0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f8+0,f2f5f8+100&1+46,0.4+100 */
background: -moz-linear-gradient(45deg, rgba(242,245,248,1) 0%, rgba(242,245,248,1) 46%, rgba(242,245,248,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(242,245,248,1) 0%,rgba(242,245,248,1) 46%,rgba(242,245,248,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(242,245,248,1) 0%,rgba(242,245,248,1) 46%,rgba(242,245,248,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f8', endColorstr='#66f2f5f8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */} 
.row-fluid .hero-section.industry-banner .hero-left { position: relative; z-index:1;}
.row-fluid .hero-section.industry-banner h1 {color: #14254a; font-weight: 300;    margin-bottom: 3px;}
.row-fluid .hero-section.industry-banner h3 { text-transform:uppercase;}
.row-fluid .hero-section.industry-banner .hero-right img { position: absolute; z-index: 1; top: 80px; right: 10%; margin:0; max-width: 800px;}

.row-fluid .why-fieldgroove-section {padding: 60px 0 120px;text-align:center; position:relative;}
.row-fluid .why-fieldgroove-section .section-content-row { max-width: 560px; margin: 0 auto; float: none;position: relative;z-index: 2;}
.row-fluid .why-fieldgroove-section .section-content-row h2 { margin-bottom:25px;}
.row-fluid .why-fieldgroove-section:after { content:''; width:100%; height:100%; background-image:url(https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/industry-middle-sec-shape-1.png); position:absolute; bottom: -80px; left:0;background-repeat:no-repeat;background-size: 100%;background-position: bottom;}  

.row-fluid .feature-service-wrap.benefits-section .section-content .single-service-col h3 {color: #f3554e;}
.row-fluid .feature-service-wrap.benefits-section .section-content .single-service-col { width:calc(33.33% - 40px);}
.row-fluid .feature-service-wrap.benefits-section {background:transparent;padding: 130px 0 100px;}

.industry-template .row-fluid .partner-section { background-color: #13254a; position:relative;}
.industry-template .row-fluid .partner-section:after { content:''; width:100%; height: 250px; background-image: url(https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/partner-bg-shape.png); position: absolute; bottom: 0; left: 0; background-repeat: no-repeat; background-size: cover; z-index: 0;}
.industry-template .row-fluid .partner-section .section-content { position:relative; z-index:1;}

.innerpage-template .row-fluid .hero-section.faq-banner .hero-left {padding-right:0;} 
.innerpage-template .row-fluid .hero-section.faq-banner:after { background-image:url(https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/fieldgroove-swoosh-rtl-grey-new1.svg); height:100%; bottom:-122px;    background-size: 101% !important;
    background-position: 0 100%; opacity:1;}
.innerpage-template .row-fluid .hero-section.faq-banner {padding: 110px 0 160px;}

.row-fluid .grey-bg { background-color:#F1F5F7;}
.row-fluid .faq-section { padding:100px 0 130px;}
.row-fluid .faq-section .single-faq-row h5 { margin-bottom:10px;}
.row-fluid .faq-section .single-faq-row { padding-bottom: 25px; border-bottom: 1px solid #E9EDF5; width: calc(50% - 30px);float: left;  margin: 0 15px 25px;}
.row-fluid .faq-section .faq-content-wrap { margin-left:-15px; margin-right:-15px;}
.row-fluid .faq-section .section-title h2 { margin-bottom:60px;}
.row-fluid .faq-section .single-faq-row:last-child { border-bottom:0;padding-bottom:0; margin-bottom:0;}
.row-fluid .faq-section .single-faq-row:nth-last-child(2) { border-bottom:0;}
.row-fluid .faq-section .single-faq-row:nth-child(2n){ clear:right;}
.row-fluid .faq-section .single-faq-row:nth-child(2n + 1){ clear:left;}

.row-fluid .faq-section.sign-up-faq {padding-top: 0;}
.row-fluid .faq-section.sign-up-faq h2 {text-align: center; margin-bottom: 45px;}
.row-fluid .faq-section.sign-up-faq .wrapper {max-width: 960px}

/* Media Query Start */

@media(min-width:2000px){

  .innerpage-template .row-fluid .hero-section:after { height: 425px;}
  .innerpage-template .row-fluid .hero-section.faq-banner{padding-bottom:170px;}

}
@media (min-width:1700px){
  
  
    
}

@media (min-width:1500px){
  
  .row-fluid .custom-img-size .zigzag-box .zigzag-raw {display:flex; align-items: center;}  
  .row-fluid .custom-img-size .zigzag-section .zigzag-image img {  max-width:80%;}
    
}

@media (min-width:768px){
  .row-fluid .sign-up-content h3:before {content: url(https://cdn2.hubspot.net/hubfs/5143955/%20FieldGroove_March2019/Images/blue-triangle.svg); position: absolute; width: 12px; height: 20px; top: 3px; left: -36px;}
}

@media (max-width:1700px){
  .row-fluid .hero-section.industry-banner .hero-right img { right:0;}
  
  .row-fluid .hero-section .hero-right img {max-width:730px;margin-left: 22px;}
  
  .innerpage-template .row-fluid .hero-section.faq-banner { padding: 110px 0 140px;} 
  .innerpage-template .row-fluid .hero-section.faq-banner:after {bottom: -62px;}
  
}

@media (max-width:1500px){
  
  .row-fluid .goal-right img {right: -110px; max-width:70%;}
  
  .row-fluid .hero-section.industry-banner .hero-right img {max-width: 730px;}
  .innerpage-template .row-fluid .hero-section.faq-banner { padding: 80px 0 120px;}
  

}

@media(max-width:1365px){

  .row-fluid .goal-left { padding: 60px 0; }
  .row-fluid .hero-section .hero-right img { margin-left: 100px; max-width: 590px; }
  .row-fluid .zigzag-box { padding-top:60px;}
  
/*   .row-fluid .hero-section.industry-banner {background-size: 80% !important;} */
  .row-fluid .hero-section.industry-banner .hero-right img { max-width: 630px;} 
  
  .row-fluid .why-fieldgroove-section {padding: 60px 0 70px;}
  .industry-template .row-fluid .hero-section:after { bottom:-1px;}
  
    
}


@media (max-width: 1200px){

    .row-fluid .wrapper {  width:920px; }
  
    .row-fluid .pricing-box-section .pricing-box-wrap .single-pricing-box .box-top-part{ padding: 0 20px 30px;}
    .row-fluid .pricing-box-section .pricing-box-wrap .single-pricing-box .box-btm-part {padding: 30px 20px 0;}
    .row-fluid .hero-section.industry-banner { padding-bottom:90px;padding-top: 110px;}
    .row-fluid .hero-section.industry-banner .hero-right img { max-width: 560px;}
    
  
    .row-fluid .hero-section .hero-right img { margin-left: 65px; max-width: 470px;}
  
    .row-fluid .why-fieldgroove-section { padding: 40px 0;} 
   .row-fluid .feature-service-wrap.benefits-section { padding: 110px 0 50px;}
  
  .innerpage-template .row-fluid .hero-section.faq-banner { padding: 50px 0 80px;}
  .row-fluid .faq-section { padding-top:70px;}
  
   

}

@media (max-width: 991px){

    .row-fluid .wrapper {  width:750px; }

}

/* @media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:30px; line-height:36px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }

} */

@media (min-width: 1025px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }
  
    .row-fluid .mainmenu ul > li > ul { width:auto; min-width:260px; background: #13254B; padding:15px 0 15px; }
    .row-fluid .mainmenu ul > li > ul > li { line-height:0; }
    .row-fluid .mainmenu ul > li > ul > li:hover { background: #F3554D; }
    .row-fluid .mainmenu ul > li > ul > li:last-child { border-bottom:0; }
    .row-fluid .mainmenu ul > li > ul > li > a { color:#fff; font-size:16px; font-weight:500; text-transform:none; padding:10px 20px; line-height:22px; white-space:normal !important; }
    .row-fluid .mainmenu ul > li > ul > li:hover > a { color:#132549; }
    
    
}

@media (max-width: 1024px){
  .row-fluid .top { padding:15px 0; }
  .row-fluid .top .logo { padding-top:6px; }
  .row-fluid .hero-section::after{ height:100px; bottom:0;}
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { color:#fff; padding: 16px 19px;}
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#F3554D; }
  .row-fluid .blue-btn.top-cta a {padding:15px 19px; font-size:13px; line-height:19px; font-weight:600; text-transform:uppercase; font-family:'Montserrat', sans-serif; border-radius:0; background: #F3554D; display: none;     width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    z-index: 2; }
  .row-fluid .blue-btn.top-cta a:hover { background:transparent; color:#F3554D; }
  body.mobile-open .row-fluid .blue-btn.top-cta a {display:block; text-align: left;}
  body.mobile-open .row-fluid .blue-btn.top-cta a:hover {background: #13254B; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:hover {color: #ffffff}
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children .active-branch a:hover {color: #F3554D !important;}
  .row-fluid .top-right .mainmenu, .row-fluid .top-right .top-cta { width:100%; }
  .row-fluid .top-right .mainmenu {top: 30px;}
  .row-fluid .top-right { line-height:0; }
  
  .hs-menu-wrapper ul {width:100%;}
  .row-fluid .top-right .top-cta a{ width:100%;}
  
  .row-fluid .hero-section .hero-left { width:100%;padding: 0; }
  .row-fluid .hero-section { padding:20px 0 60px;}
  .row-fluid .hero-section .hero-right { width:100%; margin-top:20px;}
  
  .row-fluid .insulation-section { padding:40px 0;}
  .row-fluid .quotaion-section { margin-top:0;} 
  .row-fluid .quotaion-contentsec { padding-top:40px;}
  .row-fluid .quote-section { padding-bottom: 45px;}
  
  .row-fluid .partner-section {padding: 45px 0 35px;}
  .row-fluid .partner-section .partner-subtitle { margin-bottom: 18px;}
  
  .row-fluid .zigzag-image { width:100%;}
  .row-fluid .zigzag-content { padding:0 15px; width:100%;}
  
  .row-fluid .zigzag-box { padding-top: 40px;}
  
  .row-fluid .goal-left { width:100%;padding: 40px 0;}
  .row-fluid .company-goal-content-wrap .row-fluid  { display:flex; flex-direction:column-reverse;}
  .row-fluid .company-goalsec { padding: 40px 15px;}
  .row-fluid .goal-right { width:100%;padding-right: 45px;text-align: center;}
/*   .row-fluid .goal-right img { position:relative;right: 0;max-width: 100%;max-width:500px;} */
  .row-fluid .goal-right img { display:none;}
  .row-fluid .goal-left { padding:0 !important;}
  .row-fluid .goal-left .red-btn { margin-top: 20px;}
  
  .row-fluid .testimonial-section { padding: 40px 0;}
  .row-fluid .testimonial-wrap { padding:0 45px;margin-top: 40px;}
  .slick-arrow.slick-prev { left: -10px;}
  .slick-arrow.slick-next { right: -10px;}
  
  .row-fluid .get-startedsec {padding: 65px 0 70px;}
  
  .row-fluid .footer-bottom { padding:45px 0; text-align:center;}
  .row-fluid .footer-bottom .left-footer, .row-fluid .footer-bottom .right-footer { width:100%;}
  .row-fluid .left-insulation, .row-fluid .right-insulation {width:100%;}
  .row-fluid .left-insulation { margin-bottom:15px;}
  .row-fluid .right-insulation  { margin:0}
  .row-fluid .insulation-section .title { margin-bottom: 30px;} 
  .row-fluid .zigzag-section .zigzag-image img { max-width:500px;}
  .img-ml-minus .zigzag-section .zigzag-image img { display:none;}
  .row-fluid .zigzag-section .zigzag-image  { text-align:center;}
  .row-fluid .img-ml-minus .zigzag-section .zigzag-image { text-align:left;}
  
  .innerpage-template h1 { font-size:40px; line-height:48px;}
  
  .innerpage-template .row-fluid .hero-section .hero-left { padding-right: 0;}
  .innerpage-template .row-fluid .hero-section .hero-richtext { margin-bottom:15px;}
  .innerpage-template .row-fluid .hero-section .hero-right { text-align: left;padding-right: 0;padding-left: 25px;margin-bottom: 30px; margin-left:0;}
  .innerpage-template .row-fluid .hero-section .hero-right::after { right:inherit; left:0;}
  .row-fluid .feature-box-wrap .single-feature-box { width: 100%; margin: 0 0 25px;}
  .row-fluid .feature-content-wrap { padding: 20px 0 50px;}  
  .row-fluid .feature-service-wrap {padding:50px 0 30px;} 
  .row-fluid .feature-service-wrap .section-content .single-service-col { width: 100%;margin: 0 0 20px;}
  .row-fluid .zigzag-section.container-width .zigzag-image { width:100%;}
  .row-fluid .zigzag-section.container-width .zigzag-box { padding-bottom:40px;}
  .row-fluid .zigzag-section.container-width .zigzag-content { width: 100%; padding: 0;}
  .row-fluid .zigzag-text{ padding-bottom:25px; padding-right:0}
  .row-fluid .feature-service-wrap .section-content { margin-top: 30px;}
  .row-fluid .feature-box-wrap .hs_cos_wrapper > div, .row-fluid .feature-service-wrap .section-content > div { margin-left: 0; margin-right: 0;}
  
  .innerpage-template .row-fluid .hero-section.pricing-banner .hero-left {padding-bottom: 0px; }
  
  .innerpage-template .row-fluid .hero-section.pricing-banner { padding-bottom: 65px;}
   .row-fluid .pricing-box-section .pricing-box-wrap .single-pricing-box{width: 100%;max-width: 380px;margin: 0 0 20px;}
  .row-fluid .pricing-box-section .pricing-box-wrap ul { padding-left:25px;}
  .row-fluid .pricing-box-section .pricing-box-wrap .single-pricing-box.text-center ul { padding-left:20px;}
  .row-fluid .pricing-box-section .pricing-box-wrap { margin-left:0; margin-right:0;}
  
  .row-fluid .hero-section.industry-banner .hero-right img { position:relative; top:0; max-width:100%;}
  .row-fluid .hero-section.industry-banner {background-size: cover !important;background-position: 100% !important;}
  .row-fluid .hero-section.industry-banner .wrapper > .row-fluid-wrapper > .row-fluid  { display:flex; flex-direction:column-reverse; }
  .row-fluid .hero-section.industry-banner .hero-right { margin:0;}
  .row-fluid .hero-section.industry-banner { padding-top:60px;}
  .row-fluid .feature-service-wrap.benefits-section .section-content .single-service-col { width:100%;}
  
  .row-fluid .feature-service-wrap.benefits-section { padding: 110px 0 40px;}
  
   .innerpage-template .row-fluid .hero-section.faq-banner{ padding:20px 0 60px;}
   .row-fluid .faq-section { padding: 40px 0 80px;}
   .row-fluid .faq-section .single-faq-row { width:100%;margin: 0 0 20px; padding-bottom: 30px;border-bottom: 1px solid #E9EDF5;}
  .row-fluid .faq-section .single-faq-row:nth-last-child(2) {margin-bottom:20px;padding-bottom: 30px;border-bottom: 1px solid #E9EDF5;}
  .row-fluid .faq-section .faq-content-wrap { margin-left:0; margin-right:0}
  .row-fluid .faq-section .section-title h2 { margin-bottom: 30px;}
  
  .row-fluid .hero-section .hero-right img, .row-fluid .zigzag-section .zigzag-image img { display:none;}
  
  .innerpage-template .row-fluid .hero-section.faq-banner:after { bottom: -34px;} 
  
  
}

@media (max-width: 767px){
    
    h1 { font-size:30px; line-height:36px; }
    h2 { font-size:26px; line-height:36px; }
/*     h3 { font-size:24px; line-height:34px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; } */
    
   .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
   
  .row-fluid .top .logo img { max-width:200px; } 
  
  .row-fluid .partner-section .partner-box { width:50%;}
  .row-fluid .testimonial-left { width:100%;}
  .row-fluid .testimonial-right {width: 100%;border: 0;padding: 20px 0;text-align: center;}
  
  .row-fluid .hero-section .hero-left { padding: 0;}
  .row-fluid .hero-richtext { margin: 15px 0 25px;}
 
  .row-fluid .zigzag-title h2, .row-fluid .partner-section .partner-subtitle h2 {  line-height: 38px;}
  .row-fluid .testimonial-wrap { padding: 0;}
  
  .row-fluid .zigzag-section .zigzag-image img { max-width: 100%;}
  .row-fluid .goal-right img { max-width:100%}
  
  .row-fluid .feature-service-wrap { float:left;}
  .innerpage-template .row-fluid .hero-section.pricing-banner { padding-bottom: 0px;} 
  .row-fluid .footer-menu .hs-menu-wrapper > ul > li { width:auto;}
  
  .row-fluid .hero-section .hero-right { max-width:500px;}
  
  .row-fluid .feature-service-wrap.benefits-section { padding: 40px 0 20px;}
  .row-fluid .hero-section.industry-banner .hero-richtext { font-size:18px; line-height:25px;}
  
  .row-fluid .hero-section.industry-banner { padding-bottom:60px;}
  .row-fluid .why-fieldgroove-section::after { bottom:-20px;}
  .row-fluid .why-fieldgroove-section { padding-bottom:40px; padding-top:20px;}
  
  .innerpage-template .row-fluid .hero-section.faq-banner { padding:10px 0 50px;}
  .row-fluid .faq-section { padding: 30px 0;}
  
  
 
  
}

@media (max-width: 500px){
  
  .row-fluid .partner-section .partner-box {width: 100%;}
  .row-fluid .footer-bottom a.footer-call { white-space:pre;}
  .row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { padding:0 15px;font-size: 12px;line-height: 18px;}
  .innerpage-template .row-fluid .hero-section.faq-banner:after { bottom: -20px; height: 100px; left: 0;}

    
}

@media (max-width: 480px){ 
    
}

@media (max-width: 1024px){

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

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


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu li , .mainmenu li  a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


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

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

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

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

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

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

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

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


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

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after {
      width: 30px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color:#2D59AF; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after {content: none;}
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a {padding: 16px 19px;}


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

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 1px;
      right: 19px;
      width: 55px !important; /* Button width */
      min-width: 35px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      
  }
  
  span.child-triggerm:after { position:absolute; content:"\f101"; font-family:Fontawesome; right:0; top:50%; color:#fff; font-size:26px; transform:translateY(-50%); }
  span.child-triggerm.child-open:after { content:"\f103"; }


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

  /*  span.child-triggerm span {
      position: relative;
      top: 50%; 
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; 
      height: 1px; 
      background-color: #fff; 
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }*/

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


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 107px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
     
  }
  
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0; /* Padding to add room for close button */
      background-color: #13254B; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      border-top: 1px solid #5f8ab5; /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  
  
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     text-align:center;
     float:left;
     width:100%;
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 0; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
      line-height:20px;
      padding:5px 0;
      font-weight:500;
  }

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

}