/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

@font-face {
    font-family: 'museo_sans300';
    src: url('//cdn2.hubspot.net/hubfs/434203/images/fonts/museo-sans-300-webfont.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/434203/images/fonts/museo-sans-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
body { margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-weight:400; }
a { text-decoration:none; transition:all 0.5s; cursor: pointer; }
ul { padding:0; margin:0;  }
li { list-style:none; }
.body-container-wrapper .row-fluid ul li {
    list-style: outside disc; 
    /* margin-left: -10px; */
}
.body-container-wrapper .row-fluid .inputs-list li {
    margin-left: 0px;
}
img { border:none; height:auto; max-width:100%;  }

h1,h2,h3,h4,h5,h6 { margin:0 0 20px; }

.hs-form-required { display:none; }

.row-fluid .form-title { color:#76bd1d; font-size:30px; font-weight:600; line-height:normal;  }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
salect,
textarea { background:#f7f7f7; color:#000; font-size:13px; font-weight:400; border:1px solid #d7d7d7; height:50px; padding:0 25px; margin:6px 0; outline:none; font-family:"Open Sans",sans-serif;  background-image:url(http://www.wheatcraftdesign.com/hubfs/images/blank.png) !important;  } 

input[type="submit"] { cursor:pointer; transition:all 0.5s; letter-spacing: 1px;  background:#76bd1d; background-image:url(http://www.wheatcraftdesign.com/hubfs/images/blank.png) !important; border:none; font-size:16px; font-weight:600; color:#fff; text-transform:uppercase;  width:315px; height:49px; max-width:100%; outline:none; font-family:"Open Sans",sans-serif; border-radius:10px; box-shadow:0 -4px 0 rgba(0, 0, 0, 0.33) inset; }
input[type="submit"]:hover { background-color:#579e0b; }

.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 30px; 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; }
.body-container-wrapper .row-fluid .inputs-list input[type="radio"] { opacity: 1; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 16px; position:relative; display: block; padding-left:27px;  }
.row-fluid .inputs-list input[type="checkbox"] + span:before { position:absolute; left:-6px; top:5px; content:''; width:20px; height:20px; border:1px solid #dadada; border-radius:6px; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#f7f7f7; color:#acacac; border-color:#acacac; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#acacac; position:absolute; left:-4px; top:6px; content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }
.row-fluid .hs_tearms .inputs-list input[type="checkbox"] + span,
.row-fluid .form-box { 
    color: #898989;
    font-size: 13px;
    line-height: 21px !important;
    font-weight: 300;
}

input::-webkit-input-placeholder {  color:#a1a1a1; font-size:13px; font-weight:400;font-family:"Open Sans",sans-serif; opacity:1; }
input:-moz-placeholder {  color:#a1a1a1; font-size:13px; font-weight:400;font-family:"Open Sans",sans-serif; opacity:1; }
input::-moz-placeholder {  color:#a1a1a1; font-size:13px; font-weight:400;font-family:"Open Sans",sans-serif; opacity:1; }
input:-ms-input-placeholder {  color:#a1a1a1; font-size:13px; font-weight:400;font-family:"Open Sans",sans-serif; opacity:1; }


.row-fluid .page-title { text-align:center; float:left; width:100%;  } 
.row-fluid .page-title h1 { font-size:50px; font-weight:300; color:#fff; line-height:normal;  margin:0 0 60px; }

.row-fluid .page-title.reverse  { color:#898989; font-size:16px; line-height:26px; font-weight:300; padding-bottom:70px; margin-bottom:70px; border-bottom:1px solid #e6e6e6;  }
.row-fluid .page-title.reverse  h2 { font-size:50px; font-weight:300; color:#fff; line-height:normal;  margin:0 0 40px; color:#464646; }

.row-fluid .container { float:none; margin:0 auto !important; width:1200px;   }

.row-fluid .get-bg { display:none; }
.row-fluid .set-bg { background-size:cover; background-repeat:no-repeat; background-position:center;    }

.row-fluid .main-header { float:left; width:100%; padding:20px 0; position:relative;    }
.row-fluid .main-header:before{ content:""; position:absolute; top:0; left:0; width:100%; height:5px;  background: rgb(212,71,39);
background: -moz-linear-gradient(left, rgba(212,71,39,1) 10%, rgba(118,189,29,1) 50%, rgba(110,51,94,1) 90%);
background: -webkit-linear-gradient(left, rgba(212,71,39,1) 10%,rgba(118,189,29,1) 50%,rgba(110,51,94,1) 90%);
background: linear-gradient(to right, rgba(212,71,39,1) 10%,rgba(118,189,29,1) 50%,rgba(110,51,94,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d44727', endColorstr='#6e335e',GradientType=1 ); }
.row-fluid .hero-section { float:left; width:100%; padding:58px 0 90px; text-align:center; overflow-x:hidden;   }

.row-fluid .hero-section .million-box { float:none; position:relative; color:#fff; display:inline-block; vertical-align:top; width:172px; height:172px; border-radius:50%; margin:0 5%;  border:5px solid rgba(255,255,255,0.75); background:rgba(255,255,255,0.15);  }

.row-fluid .million-number { font-size:16px; line-height:26px; font-weight:700; margin-top:15px; letter-spacing: 3px;  }
.row-fluid .million-number strong { display:block; font-size:72px; font-weight:800; color:#fff; line-height:70px;  }
.row-fluid .million-text a { position:absolute; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%);  bottom:10px;  width:172px; margin:0; display:inline-block; vertical-align:top; background:#6e335f; padding:5px 0; border-radius:25px;  color:#fff; font-size:13px; line-height:26px; font-weight:400;  } 
.row-fluid .million-text a:hover { background:#579e0b; }
.row-fluid .million-container { position:relative;   }
.row-fluid .million-container:before,
.row-fluid .million-container:after { content:""; position:absolute; top:50%; left:-120px; background:url(http://www.wheatcraftdesign.com/hubfs/images/gradient-border.png) no-repeat center; width:246px; height:1px; }
.row-fluid .million-container:after {  left:auto; right:-120px; transform:rotate(-180deg); -webkit-transform:rotate(-180deg); -moz-transform:rotate(-180deg);  }


.row-fluid .form-section { float:left; width:100%; padding:100px 0 100px;  }
.row-fluid .form-container { position:relative; float:left; width:100%; padding-bottom: 100px;  } 


.row-fluid .form-container .full-in-form { /* position:absolute; left:0;  bottom:0; */ width:100%; text-align:center; color:#a1a1a1; font-size:12px; font-weight:400; margin-top: 14px; } 
.row-fluid .form-container .full-in-form > div:nth-child(1) { float:none; display:inline-block; vertical-align:top; width:750px; max-width:100%; margin-bottom:45px; text-align:left;  }

.row-fluid .media-kit-image { float:right; }  
.row-fluid .media-kit-image  {  background-size:cover; background-repeat:no-repeat; background-position:center; height:364px;  border:1px solid #b3b9b7;}
.row-fluid .form-box {  float:left;  margin:0 2% 0 0 ;  }
.row-fluid .media-kit-image img  { display:none;  }

.row-fluid .form-box {padding-right:30px; }
.row-fluid .form-box .form-title { margin-top:-10px; }

.row-fluid .footer-section { background: #f7f7f7;padding: 60px 0; position: relative; z-index: 2;  font-family: 'museo_sans300'; border-top:1px solid #b7b7b7; }
.row-fluid .footer-title { font-family: 'museo_sans300'; text-transform:uppercase;  color: #4a3828;font-weight: 700 !important; font-size:14px; line-height:17px; min-height:inherit;  }

.row-fluid .footer-menu ul { margin:5px 0 36px; padding:0; float:left;   }
.row-fluid .footer-menu ul li { margin:0; padding:0;  float:left; width:100%; }
.row-fluid .footer-menu ul li a  { font-weight:300; width:auto; float:left; font-size:14px; color:#4a3828; padding:0; line-height:21px;  font-family: 'museo_sans300';  }
.row-fluid .footer-menu ul li a:hover { color:#579e0b; } 
.row-fluid .footer-logo { margin:10px 0; }
.row-fluid .footer-menu ul li a  i { width:15px; display: inline-block; }

@media (max-width: 767px) {
    .row-fluid .footer-menu.footer-social ul li {
        width: auto !important;
    }
    .row-fluid .footer-menu.footer-social ul li a {
        display: inline-block;
        float: left;
        margin-right: 20px;
    }
    .row-fluid .footer-contact,
    .row-fluid .footer-company {
        width: 50% !important;
        float: left !important;
        box-sizing: border-box !important;
    }
    .row-fluid .footer-contact {
        width: 65%;
        padding-right: 5px !important;
    }
    .row-fluid .footer-company {
        width: 30% !important;
        float: right !important;
    }
}

.row-fluid .subscribe-box form { position:relative; }
.row-fluid .subscribe-box h3 { font-family: 'museo_sans300'; text-transform:uppercase;  color: #4a3828;font-weight: 700 !important; font-size:14px; line-height:17px; min-height:inherit; margin:0 0 15px; }
.row-fluid .subscribe-box .hs_submit { position:absolute; top:0; right:0; width:75px; padding-left:5px; background:#F7F7F7; border-left:1px solid #d7d7d7; }
.row-fluid .subscribe-box input[type="email"]  {background-color: #ffffff;font-size: 14px; height: 30px;padding: 6px 12px; width: 100%; margin:0; }
.row-fluid .subscribe-box input[type="submit"] {background-color: #333333; border:1px solid #151515; border-radius: 0;    box-shadow: 0 0 0 rgba(0,0,0,0) inset; font-weight:800; font-family: 'museo_sans300'; font-size:12px; height: 30px;letter-spacing: normal; padding: 5px 10px; transform: scale(1);}
.row-fluid .subscribe-box input[type="submit"]:hover { background:#579e0b; } 
.row-fluid .subscribe-box .hs-form-field > label { display:none; }
.row-fluid .subscribe-box .hs-error-msgs label { font-size:12px; line-height:24px;padding-top:3px;  }
.row-fluid .copyright{ color:#999999; font-size:14px; font-family: 'museo_sans300'; margin-bottom:15px; }

/*Landing Page*/
.row-fluid .lp2-wrapper { padding:0px 50px; }
.row-fluid .lp2-hero { /* padding: 115px 0px 125px; */ padding: 45px 0px 65px; }
.row-fluid .lp2-hero .secondary-header { font-size:21px; line-height:28px; color:rgba(255,255,255,0.70); margin:0px;  }
.row-fluid .lp2-hero h1 { margin-bottom:20px; }

/**/
.row-fluid  .lp2-content { padding: 60px 0px 60px; }
.row-fluid  .lp2-content ul li { color:#898989; font-size:18px; line-height:26px;  position:relative; padding-left: 0px; padding-bottom:35px;  }
/* bullet points overwritten on higher level
    .row-fluid  .lp2-content ul li:before { content:''; position:absolute; left:0; top:10px;  width:5px; height:5px; border-radius:10px;  background:#898989;}
*/
.row-fluid  .lp2-content  ul { }

.row-fluid .lp2-formsection  {  padding:70px 0px 60px ; background: rgb(243,243,243);
background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(247,247,247,1) 8%, rgba(247,247,247,1) 100%);
background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(247,247,247,1) 8%,rgba(247,247,247,1) 100%);
background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(247,247,247,1) 8%,rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f7f7f7',GradientType=0 ); }
       
.row-fluid .lp2-formsection  .hs-form fieldset { max-width:100% !important; }
.row-fluid .lp2-formsection .form-box h3 { color:#464646; font-weight:300; font-size:36px; line-height:42px;  text-align:center; margin-bottom:35px;   }
.row-fluid .lp2-formsection input[type="text"],  .row-fluid .lp2-formsection input[type="email"],  .row-fluid .lp2-formsection input[type="url"], .row-fluid .lp2-formsection  input[type="tel"], .row-fluid .lp2-formsection  salect, .row-fluid .lp2-formsection  textarea { background:#fff;}
.row-fluid .lp2-formsection  select { -webkit-appearance: none; -moz-appearance:none; appearance:  none; color: #a1a1a1; font-size: 13px; font-weight: 400; border: 1px solid #d7d7d7; height: 50px; padding: 0 25px; margin: 6px 0; outline: 0; font-family: "Open Sans",sans-serif; background:url(http://www.wheatcraftdesign.com/hubfs/images/select-double-arrow.png) no-repeat right 30px  top 12px #fff ; }
.row-fluid .lp2-formsection .hs-form fieldset.form-columns-2 .input { margin-right: 20px; }
.row-fluid .lp2-formsection .hs-form fieldset.form-columns-2 .input:nth-child(2n) { margin-right:0px; }
.row-fluid .lp2-formsection .form-columns-1 { text-align:left; width:100%;  padding:60px 170px 35px;  color:#a1a1a1; font-size: 12px; font-weight: 400;}
.row-fluid .lp2-formsection  .hs_submit { text-align:center; }
.row-fluid .lp2-formsection  input[type="submit"] { width:196px; }
.row-fluid .lp2-formsection  .form-box { margin:0; padding:0px;  }
.row-fluid .lp2-formsection  .hs-error-msgs label  { font-size:12px;line-height:24px;   }

.row-fluid .lp2-formsection #hs_cos_wrapper_module_148300373033411784, .row-fluid .form-box #hs_cos_wrapper_module_148293280721943583 {/* text-align:center; font-size:20px; */ float:left; width:100%; }

.row-fluid .lp2-formsection.lp2-v2-form {
    padding-left: 20px;
    padding-top: 50px;
}
.row-fluid .lp2-formsection.lp2-v2-form .form-box h3 {
    padding-right: 20px;
}
.row-fluid .lp2-formsection.lp2-v2-form .form-columns-1 {
    padding: 0 0 0 0 !important;
}
.row-fluid  .lp2-content.lp2-v2-form ul li {
    color: #a1a1a1 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
.row-fluid .lp2-formsection.lp2-v2-form .inputs-list .hs-form-booleancheckbox {
    margin-top: 10px;
    margin-bottom: 10px;
}

/**/
.row-fluid .lp2-logosection { padding:80px 0px 30px; text-align:center; }
.row-fluid .lp2-logosection h2  { font-size:36px; line-height:42px;  color:#464646; font-weight:300; }
.row-fluid .lp2-logoboxes .hs_cos_wrapper_widget { width:153px; float:none; display:inline-block;  text-align:center; padding: 5px; vertical-align:middle; }
.row-fluid .lp2-logoboxes { padding-top:30px; }

/*#goroostcom-notifications.roost-notes-visible {   transition: 10000ms right ease-in; -o-transition: 10000ms right ease-in; -ms-transition: 10000ms right ease-in; -moz-transition:10000ms right ease-in; -webkit-transition: 10000ms right ease-in;}*/



/*artical page*/
.row-fluid .header-withmenu { padding-bottom:0px; border-bottom:1px solid #ebebeb;  }
/*lp menu*/
.row-fluid  .mainmenu ul { float:left; }
.row-fluid  .mainmenu ul > li > a {   max-width: 500px !important; display: block; height: 67px; padding: 20px 15px; font-weight: 500; text-transform: uppercase; white-space: nowrap; color: #4a3828; width:auto; border-bottom:3px solid rgba(255,255,255,0); }
.row-fluid  .mainmenu ul > li { display: inline-block; border-width: 0 0 0 1px; border-style: solid; -webkit-border-image: -webkit-linear-gradient(top, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 25%, #eaeaea 100%) 1 100%; -o-border-image: linear-gradient(to bottom, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 25%, #eaeaea 100%) 1 100%;
border-image: linear-gradient(to bottom, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 25%, #eaeaea 100%) 1 100%; }
.row-fluid  .mainmenu ul > li > a:hover {  color: #d44727; border-bottom:3px solid #d44727; }


.row-fluid .login-box a.join,  .row-fluid .login-box a.login { float:left; color: #4a3828; padding: 3px 20px;  border: 1px solid #a09886; text-transform: uppercase; text-align: center; font-size: 0.77777778rem; font-weight: 500; line-height:27px;  }
.row-fluid .login-box a.join, .row-fluid .login-box a.login:hover { /* background-color: #a09886; */ color:#d44727;}
.row-fluid .login-box a.join:hover { background:#fff; color:#a09886;  }
.row-fluid .login-box  .business-service { color: #76bd1d; display:block; width:100%;  text-transform:uppercase ; float:left; }
.row-fluid .login-box  { padding-left:25px; padding-top:10px;  margin-top:0px;   border-width: 0 0 0 1px; border-style: solid; -webkit-border-image: -webkit-linear-gradient(top, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 25%, #eaeaea 100%) 1 100%; -o-border-image: linear-gradient(to bottom, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 25%, #eaeaea 100%) 1 100%;
border-image: linear-gradient(to bottom, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 25%, #eaeaea 100%) 1 100%; }
.row-fluid  .web-img { margin-top:15px; margin-left:5px;  width:55px; padding-bottom:27px;  border-width: 0 1px 0 0px; border-style: solid; -webkit-border-image: -webkit-linear-gradient(top, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 25%, #eaeaea 100%) 1 100%; -o-border-image: linear-gradient(to bottom, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 25%, #eaeaea 100%) 1 100%;
border-image: linear-gradient(to bottom, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 25%, #eaeaea 100%) 1 100%; }

.row-fluid .article-read-more-form { margin-top: 35px; }
.row-fluid .article-read-more-form .form-title { margin-bottom: 0px; }

/* Google CSE Style */
.row-fluid .top-right{  }
.row-fluid .lp-siteserch { height: 59px; margin-left:0px !important;}
.row-fluid .top-search { float:none; width:auto; display:inline-block; vertical-align:middle; }
.row-fluid .header-search { padding-top:12px; float:left; display:inline-block; vertical-align:middle; }
.search-button { padding-left:15px; padding-bottom:3px;  background-color:rgba(0, 0, 0, 0); border:0 none; color:#000; cursor:pointer; display:inline-block; float:left;  font-size:15px; line-height:61px; transition:all 0.2s ease; vertical-align: middle; z-index: 99;  border-width: 0 0 0 1px; border-style: solid; -webkit-border-image: -webkit-linear-gradient(top, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 25%, #eaeaea 100%) 1 100%; -o-border-image: linear-gradient(to bottom, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 25%, #eaeaea 100%) 1 100%;
border-image: linear-gradient(to bottom, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 0) 25%, #eaeaea 100%) 1 100%;  }
.search-button:hover { color:#d44727; }
.search-button::before { float:left; content: ""; font-family:FontAwesome; font-stretch:normal; font-style:normal; transition:all 0.2s ease; padding:3px 10px;line-height:57px; }
.search-button:hover:before{ color:#d44727; }
.header-search .hs-input { transition:all 1s ease; background-color:#fff; border:0 none; color:#6b6b6b; font-size:15px; height:auto; max-width:300px; min-height:35px; opacity:0; padding:0 15px; position:absolute; width:100%;  visibility:hidden; z-index:99; outline:none !important; }
.search-open .header-search .hs-input { opacity:1; visibility:visible; }
.header-search .hs-button.primary { display:none; }
.search-open .header-search .search-button::before { content:"?"; }
.search-open .header-search .search-button::after{ display:none; }

/* Google Custom Search Style */
.googleCse { max-width:100% !important; position:absolute; right:0px; width:100% !important; top:100%; text-align:left; background:#ccc; padding:10px; z-index:1; }
.googleCse .cse .gsc-control-cse, .googleCse .gsc-control-cse { padding:0; border:none !important; }
.googleCse .gsc-search-box-tools .gsc-search-box .gsc-input { width:100% !important; padding:0; }
.googleCse .gsc-input-box { height:auto !important; border:none; }
.googleCse .gsc-search-box td { padding:0 !important; }
.googleCse .gsc-search-box input.gsc-input { border-radius:0; display:inline-block; background-image:none !important; width:238px !important; height:35px !important; padding:0 15px !important; color:fff; font-size:14px; font-family:'Lato'; font-size:14px; border:0; vertical-align:top; }
.googleCse .gsc-search-box .gsib_b { display:none !important; }
.googleCse table.gsc-search-box { margin:0; }
.googleCse .gsc-search-button { width: 36px !important; padding: 0 !important; margin: 0 !important; position:relative; }
.googleCse .gsc-search-button input { opacity:0 !important; position:relative; z-index:5; display:none; }
.googleCse .gsc-search-button:before { display:none; content:"\f002"; font-family:'FontAwesome'; z-index:3; font-size:15px; position:absolute; left:0; bottom:0; right:0; top:0; text-align:center; line-height:33px; color:#a9bcc2; transition:all ease 0.3s; }
.googleCse .gsc-search-button:hover:before { color:#e4b43a; }
.googleCse .gsc-selected-option-container { min-width:95px; }.top form.gsc-search-box { margin-bottom:0 !important; }



.row-fluid .artical-section { text-align:center; padding:60px 0px 0px ; position:relative; min-height:450px;  }
.row-fluid .artical-section .artical-title { color:#ffffff; font-size:24px; line-height:32px; font-weight:bold; }
.row-fluid  .articel-img { position:absolute; top:30%;  left:0; right:0; margin:0 auto; }
.row-fluid .article-content { padding:350px 0 160px 0;  color:#898989; font-size:14px; line-height:22px;  }
.row-fluid .industry-wrapper { padding:0px 12%; }

/* .row-fluid .green-btnstyle a{ float:none; display:inline-block;  vertical-align:middle; text-align:center; cursor: pointer; transition: all .5s; letter-spacing: 1px; background: #76bd1d ; line-height:45px;  border: 0; font-size: 16px; font-weight: 600; color: #fff; text-transform: uppercase; width:auto; padding:0px 50px;  height: 45px; max-width: 100%; outline: 0;font-family: "Open Sans",sans-serif; border-radius: 10px;box-shadow: 0 -4px 0 rgba(0,0,0,0.33) inset;}
.row-fluid .green-btnstyle a:hover { background-color: #579e0b;} */
.row-fluid .article-content  .green-btnstyle { text-align:center; margin-top:90px;}
.row-fluid .industry-title { background:#333; text-transform:uppercase; font-size :12px; width:auto; padding:5px; color:#fff; font-weight:bold; letter-spacing:2px; margin-top:50px;  }
.row-fluid .industry-titlemain h2  { font-size:50px; line-height:58px; color:#000000; font-weight:300; padding-top:25px;   }
.row-fluid .industry-subtitl { font-size:16px; line-height:24px; color:#000000; text-transform:uppercase; font-weight:bold; }


/*about landing page*/
.row-fluid .lp-aboutsection { padding:160px 0px 160px 0px; color:#898989; font-size:16px; line-height:26px; }
.row-fluid .lp-leftmenu { padding-top:5px;  }
.row-fluid .lp-leftmenu ul li { float:left; width:100%; }
.row-fluid .lp-leftmenu ul li a {  font-size:16px; line-height:24px; color:#555555; padding:5px 0px; font-weight:600;  word-wrap: break-word; white-space: normal; }
.row-fluid .lp-leftmenu ul li:first-child a { padding-top:2px; }
.row-fluid .lp-leftmenu ul li a:hover { color:#6bab2a; }
.row-fluid .lp-abouttitle h2 { color:#6bab2a; font-weight:300;  font-size:50px; line-height:58px; }
.row-fluid .lp-aboutbox { padding:50px 0px; }
.row-fluid .lp-aboutbox1 {  padding-top:0px;  border-bottom:1px solid #e6e6e6; }
.row-fluid .lp-aboutsection .green-btnstyle {  margin-top:120px; }
.row-fluid .lp-aboutbox4 h2 { margin-bottom:75px; }

/*video-section*/
.row-fluid .video-hero {padding: 50px 0px 60px; text-align:center; position:relative; color:#fff; }
.row-fluid .video-hero .container { position:relative; z-index:1; padding:0px 165px;  }
.row-fluid .video-hero:before { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(135,84,117,0.80); }
.row-fluid .video-hero h2 { color:#fff; padding-bottom:15px;}
.row-fluid .lp-videosection { padding: 70px 0px 100px; }
.row-fluid .video-hero .green-btnstyle { margin-top: 30px; }

.video-boxes .hs_cos_wrapper_widget { float:left; width:50%; padding:20px 15px ; }
.video-boxes .video-img { height:250px;  position:relative; color:#555555; font-size:11px; line-height:18px; background-size:cover; background-position:center; background-repeat:no-repeat}
.video-iframe { display:none; }
.video-text { padding:20px 25px;}
.video-box  {  border:1px solid #959595 }
.video-button i { color:#fff; font-size:70px; position:absolute; top:50%; left:0; right:0; text-align:center; transition:all ease .4s;  }
.video-box:hover i { color:#76bd1d;}
.video-boxes h4 { color:#6bab2a; font-size:16px; line-height:24px; font-weight:600; margin-bottom:10px; }

body iframe {
    max-width: 100% !important;
    min-height: 100px;
}

/*sales page*/
.sales-tabs { background:#252525; padding:40px 0px; }
.row-fluid .sales-hero:before { background:rgba(0,0,0,0.50); }
.row-fluid .sales-boxes .hs_cos_wrapper_widget { width:18%; margin:10px 10px 10px; display:inline-block; float:none;   }
.sales-box { text-align:center;overflow:hidden; position:relative; float:left; width:100%;   }
.row-fluid .sales-boxes { text-align:center;}
.sales-box .sales-img { height:190px; overflow:hidden; position:relative; float:left; width:100%; background-size:cover; background-position:center; background-repeat:no-repeat; }
.sales-text { position:absolute; left:-100%; top:0; background:#476271; height:100%; width:100%; padding:60px 40px; transition:all ease .4s; }
.sales-text h3 { color:#fff; font-size:20px; line-height:28px; margin-bottom:0px; font-weight:600;  }
.sales-text .sales-subtext { color:#e96646; font-style:italic; font-size:16px; line-height:24px;  }
.sales-box:hover .sales-text  { left:0; opacity:1; }


.row-fluid .sales-details {  float:left; width:100%; }
.row-fluid .sales-details  h3 { font-size:36px; line-height:42px; color:#000000; font-weight:300;  }
.sales-detilsleft { float:left; width:50%;  }
.sales-detilsright { float:right; width:50%;   }
.sales-detailswrap {float:left; width:100%; }
.sales-details:nth-child(even) { background:url(http://www.wheatcraftdesign.com/hubfs/images/lp-salesbox-bg.jpg); background-size:cover; background-repeat:no-repeat;  }
.sales-details { padding:80px 0px; }
.sales-details:nth-child(even)  .sales-detilsright { float:left;  }
.sales-details:nth-child(odd)  .sales-detilsright { float:right;   }

.sales-details:nth-child(even)  .sales-detilsleft { float:right; padding-right:177px;}
.sales-details:nth-child(odd)  .sales-detilsleft  { float:left; padding-right:177px;}

.row-fluid .sales-details .green-btnstyle { margin-top:45px; }

/**/
.row-fluid .main-pageheader:before {  background: rgb(87,158,11);
background: -moz-linear-gradient(top, rgba(87,158,11,0.80) 0%, rgba(74,129,15,0.80) 47%, rgba(54,84,21,0.80) 100%);
background: -webkit-linear-gradient(top, rgba(87,158,11,0.80) 0%,rgba(74,129,15,0.80) 47%,rgba(54,84,21,0.80) 100%);
background: linear-gradient(to bottom, rgba(87,158,11,0.80) 0%,rgba(74,129,15,0.80) 47%,rgba(54,84,21,0.80) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#579e0b', endColorstr='#365415',GradientType=0 ); }

.row-fluid .main-couter { padding:60px 0px 40px; box-shadow:0 5px 20px rgba(0,0,0,0.2); text-align:center;  }
.counter-title { color:#555555; font-size:20px; line-height:28px; margin-bottom:40px; }
.row-fluid .counter-plus { margin:0;  width:auto; }
.row-fluid .counter1 { margin:0 auto ;width:auto; ; }
.row-fluid .conter-number { text-align:center; color:#76bd1d ; float:none; font-size:48px; line-height:55px; width:auto;  display:inline-block;  }

.conter-subtitle { color:#707070; font-size:18px; }
.row-fluid .counter-mainbox { border-right:1px solid #d2d2d2; padding:20px 10px; margin:0; width:25%;  }
.row-fluid .counter-mainbox:last-child { border-right:0px; }

.row-fluid .mainpage-content { padding:20px 0px 100px ; }
.row-fluid .mainpage-contentbox { float:left; width:100%; color:#898989; font-size:16px; line-height:26px; border-bottom:1px solid #e6e6e6;  padding:60px 0px;  }
.row-fluid .mainpage-contentleft { float:left; width:30%; }
.row-fluid .mainpage-contentright { float:right; width:70%;}
.row-fluid .mainpage-contentleft img { padding-top:8px; }
.row-fluid .mainpage-contentboxes .hs_cos_wrapper_widget:last-child .mainpage-contentbox { border-bottom:0px ;}

.row-fluid .mainpage-contentbox h2 { font-weight:300; font-size:50px; line-height:60px; color:#464646; }
.row-fluid .mainpage-contentboxes .hs_cos_wrapper_widget:nth-child(even) .mainpage-contentleft { float:right; }
.row-fluid .mainpage-contentboxes .hs_cos_wrapper_widget:nth-child(odd) .mainpage-contentleft { float:left;  }

.row-fluid .mainpage-contentboxes .hs_cos_wrapper_widget:nth-child(even) .mainpage-contentright { float:left;  padding-right:50px; }
.row-fluid .mainpage-contentboxes .hs_cos_wrapper_widget:nth-child(odd) .mainpage-contentright { float:right;  padding-left:50px;  }

.row-fluid .mainpage-content .green-btnstyle { text-align:center; }

.row-fluid .main-breaksection { padding:120px 0px 100px;   background-size:cover ; background-position:center; background-color:#6e335f; background-blend-mode: overlay;  background-repeat:no-repeat; position:relative; }
/*.row-fluid .main-breaksection:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background: rgb(87,38,75);
background: -moz-linear-gradient(left, rgba(87,38,75,0.87) 0%, rgba(110,51,95,0.47) 100%);
background: -webkit-linear-gradient(left, rgba(87,38,75,0.87) 0%,rgba(110,51,95,0.87) 100%);
background: linear-gradient(to right, rgba(87,38,75,0.87) 0%,rgba(110,51,95,0.87) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57264b', endColorstr='#6e335f',GradientType=1 ); }*/
.row-fluid .main-breaksection  h2 { color:#ffffff; font-size:50px; line-height:60px;  margin:0; padding:0;}
.row-fluid .main-breaksection .break-subtitle  {color:#ffffff; font-size:50px; line-height:60px;  font-weight:300;}
.row-fluid .main-breaksection  a { color: #ffffff !important; text-decoration: none;}
.row-fluid .main-breaksection  a:hover { color: #ffffff !important; text-decoration: underline;}
.row-fluid .main-breaksection .container { position:relative; z-index:2; }

/**/
.row-fluid .main-listsection { padding:100px 0px 85px; text-align:center; }
.row-fluid .listimg-boxes {  }
.row-fluid .listimg-box { padding-bottom:40px; display: block !important; cursor: pointer; }
.row-fluid .list-image { padding:115px 60px 55px; background-size:cover; background-position:center; background-repeat:no-repeat;}

.row-fluid .list-imgtext { font-size:16px; line-height;26px; color:#fff;  }
.row-fluid .list-imgtext h5 { background: #333;  color: #fff; font-size: 12px; font-weight: bold; letter-spacing: 2px; padding: 5px; margin:0 0 10px 0; text-transform: uppercase; width: auto; display:inline-block; }
.row-fluid .list-imgtext h2 { color:#fff; font-size:36px; line-height:45px; font-weight:600; margin:0 0 10px 0;}
.row-fluid .list-imgtext h6 { text-transform:uppercase ; padding-top:10px; }
.row-fluid .listing-link { display: none !important; height: 0 !important; }


/* =======================================================
            CUSTOM CTA CLASS
======================================================= */            
body .row-fluid a.leafly-custom-cta,
body .row-fluid .leafly-custom-cta a,
.row-fluid .green-btnstyle a {
font-family: "museo_sans300", "museo-sans-1","museo-sans-2","helvetica","arial",sans-serif;
font-size: 20px !important;
padding: 7px 28px !important;
color: #ffffff !important;
background-color: #333333 !important;
box-shadow: none !important;
outline: none !important;
border-radius: 1px !important;
display: inline-block !important;
cursor: pointer !important;
font-weight: 500 !important;
-webkit-appearance: none !important;
background-image: none !important;
border: 0px !important;
}
body .row-fluid a.leafly-custom-cta:hover,
body .row-fluid .leafly-custom-cta a:hover,
.row-fluid .green-btnstyle a:hover {
background-image: none !important;
border: 0px !important;
}
body .row-fluid a.leafly-custom-cta:active,
body .row-fluid .leafly-custom-cta a:active,
body .row-fluid a.leafly-custom-cta:active:hover,
body .row-fluid .leafly-custom-cta a:active:hover,
.row-fluid .green-btnstyle a:active,
.row-fluid .green-btnstyle a:active:hover {
background-image: none !important;
border: 0px !important;
}


@media (max-width:1240px) and (min-width:992px){
    
    .row-fluid .container { width:900px; }
    
    .row-fluid .hero-section .million-box { margin:0 2%; }
    .row-fluid .page-title.reverse h2 { font-size:40px; margin-bottom:30px;  }
    .row-fluid .lp2-formsection .form-columns-1 {  padding: 30px 20px 20px;  }
   .row-fluid .subscribe-box h3 { padding-top:10px; }
    .row-fluid .footer-title { padding-top:10px; }
    
    
    .row-fluid .web-img { width:44px; }
    .row-fluid .login-box a.join, .row-fluid .login-box a.login { padding:3px 10px; }
    .row-fluid .login-box { padding-left:20px; }
    .row-fluid .login-box .business-service { font-size:12px; }
    .row-fluid .mainmenu ul>li>a { padding:20px 12px; font-size:12px; }
    .search-button { padding-left:0px; font-size:12px; }
    
    /***/
    .row-fluid .lp-aboutsection { padding:80px 0px; }
     .row-fluid .lp-aboutbox { padding:30px 0px; }
    .row-fluid .lp-aboutbox1 { padding:0px 0px 20px; }
    .row-fluid .lp-aboutbox4 h2 { margin-bottom:15px; }
    .row-fluid .lp-aboutsection .green-btnstyle { margin-top:30px; }
    .row-fluid .lp-abouttitle h2 { font-size:40px; line-height:50px; }
    
    .row-fluid .industry-wrapper { padding:0px 5%; }
     .row-fluid .articel-img { padding:0px 30px; }
     .row-fluid .article-content { padding:250px 0px 100px; }
     
     .row-fluid .video-hero .container { padding:0px 30px; }
     .row-fluid .video-hero { padding:80px 0px; }
     
     .sales-details:nth-child(even)  .sales-detilsleft {  padding-right:20px; padding-left:30px;}
     .sales-details:nth-child(odd)  .sales-detilsleft  {padding-right:50px;  }
    
    }
    
@media (min-width: 992px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }

}
    
@media (max-width:991px){
    
    .row-fluid .main-header {
        padding-top: 16px;
    }
    .row-fluid .lp-logo {
        text-align: center;
    }
    .row-fluid .lp-logo img {
        position: relative;
        display: inline-block;
        max-width: 100px;
        height: auto;
        /* padding-bottom: 12px; */
    }
    
    .row-fluid .form-section { padding:60px 0; }
    .row-fluid .page-title.reverse { margin-bottom:40px; padding-bottom:40px;  }
    .row-fluid .page-title.reverse h2 { margin:0 0 20px; font-size:36px; line-height:40px;  }
    
    .row-fluid .form-box { padding-right:20px; }
    .row-fluid .form-title { font-size:26px; margin-top:0;  }
    .row-fluid .media-kit-image { height:350px; }
    
    .row-fluid .hero-section { padding:50px 0 60px; }
    .row-fluid .page-title h1 { font-size:40px; margin:0 0 40px;  }
    .row-fluid .form-container .full-in-form > div:nth-child(1) { margin-bottom:20px; }
    
    .row-fluid .form-container { padding-bottom:100px; }
    
    .row-fluid .footer-box { float:left; width:50%; margin:0; padding:10px 2%;  text-align:center;  }
    
    .row-fluid .footer-section { padding:30px 0; }
    .row-fluid .footer-title { margin:10px 0; }
    .row-fluid .footer-menu ul { margin:5px 0 10px; }
    .row-fluid .subscribe-box h3 { margin:20px 0 10px; }

    .row-fluid .login-box { width:auto; }
    .row-fluid  .header-withmenu { position:relative; }
    .row-fluid .top-right { position:inherit;}
    .row-fluid .top-right { /* padding-left:20px; */ min-height: 0 !important; height: 0; }
    
    .row-fluid .industry-wrapper { padding:0px; }
    .row-fluid .articel-img { padding:0px 30px; }
    .row-fluid .article-content { padding:150px 0px 60px; }
    .row-fluid .industry-titlemain h2 { font-size:40px; line-height:50px; }
    .row-fluid .article-content .green-btnstyle { margin-top:50px; }
    
    .video-boxes .hs_cos_wrapper_widget {padding:15px 10px ; }
    
    .row-fluid .conter-number {  font-size:36px; line-height:42px; }
    .conter-subtitle { font-size:16px; }
 }  
 
 @media (max-width: 991px){

  /* 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 *{
    display: block;
    float: none;
    position: static;
    top: 0px;
    right: 0px;
    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: #4a3828;
    }


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

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

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

  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: #f7f7f7;
      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: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #4a3828; /* 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);
  }

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

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


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

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      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; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #4a3828; /* Icon color */
      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: 100%;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0px 0 0 0; /* Padding to add room for close button */
      background-color: #f7f7f7; /* 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;
  }
    
    .mainmenu .hs-menu-flow-horizontal > ul > li a:hover { color:#d44727; }
  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
      border:none; 
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 10px 10px;
      font-size:14px; line-height:20px; height:auto; 
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #4a3828; /* link hover color set by global mobile-aColorHover variable */
  }

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

  /* Level 3 and Higher Menu List Styles */
  .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 */
  }
}
 


@media (max-width:991px) and (min-width:768px){
    
    .row-fluid .container { width:700px; }
    .row-fluid .lp2-wrapper { padding:0px 0px;}
    
    .row-fluid .lp2-formsection select { background: url(http://www.wheatcraftdesign.com/hubfs/images/select-double-arrow.png?t=1483076987962) no-repeat right 10px top 15px #fff; background-size:10px; }
    .row-fluid .lp2-formsection .form-columns-1 {  padding: 30px 20px 20px;  }
    
    .row-fluid .lp2-formsection { padding:60px 0px; } 
    .row-fluid .lp2-logosection{ padding:60px 0px; }
    .row-fluid .lp2-content { padding:60px 0px; }
    .row-fluid .lp2-content ul li { padding-bottom:20px; }
    .row-fluid .subscribe-box h3{ padding-top:10px; }
    .row-fluid .footer-title { padding-top:10px; }
    
    
   /* .row-fluid .mainmenu ul>li>a { font-size:12px; }
    .row-fluid .mainmenu { width:80%; }
    .row-fluid .login-box { width:auto; float:right; }
    .row-fluid .web-img { float:right; width:auto; }*/
    
     /***/
    .row-fluid .lp-aboutsection { padding:60px 0px; }
    .row-fluid .lp-aboutbox { padding:25px 0px; }
    .row-fluid .lp-aboutbox1 { padding:0px 0px 20px; }
    .row-fluid .lp-aboutbox4 h2 { margin-bottom:15px; }
    .row-fluid .lp-aboutsection .green-btnstyle { margin-top:20px; }
    .row-fluid .lp-abouttitle h2 { font-size:35px; line-height:42px; }
    
    .row-fluid .lp-leftmenu { width:20%; }
    .row-fluid .video-right{  width:75%; }
    
    .row-fluid .sales-boxes .hs_cos_wrapper_widget { width:30%; margin:10px; }
    .sales-details:nth-child(even) .sales-detilsleft , .sales-details:nth-child(odd) .sales-detilsleft { padding-right:0px; }
    .sales-details:nth-child(even) .sales-detilsleft { padding-left:15px; }
    .sales-details:nth-child(odd) .sales-detilsleft{ padding-right:15px; }
    .row-fluid .sales-details { padding:60px 0px; }
    .row-fluid .sales-details h3 { font-size:30px; line-height:38px; }
    
    .row-fluid .video-hero .container { padding:0px 25px; }
    .row-fluid .video-hero { padding:50px 0px; }
    .row-fluid .mainpage-contentbox h2 { font-size:28px; line-height:35px; }
    .row-fluid .mainpage-contentboxes .hs_cos_wrapper_widget:nth-child(odd) .mainpage-contentright { padding-left: 15px; }
    .row-fluid .mainpage-contentboxes .hs_cos_wrapper_widget:nth-child(even) .mainpage-contentright { padding-right: 15px; }
    .row-fluid .mainpage-contentbox { padding:40px 0px; }
    
     .row-fluid .main-breaksection h2 , .row-fluid .main-breaksection .break-subtitle{ font-size:30px; line-height:38px; }
    .row-fluid .main-breaksection { padding:60px 0px; }

       
    
    }

@media (max-width:767px) and (min-width:30px){
    
    .row-fluid .container { width:100%; padding:0 5%; }
    .row-fluid .footer-box { padding:10px; float:left; width:100%;   } 
    
    .row-fluid .million-container::before, .row-fluid .million-container::after { display:none; }
    
    .row-fluid .form-box { width:100%; padding:0;  }
    
    .row-fluid .media-kit-image { float:left; width:100%; height:280px;  }
    
    .row-fluid .form-box .form-title { margin:10px 0;   } 
    
    .row-fluid .form-container { padding:0; }
    .row-fluid .form-container .full-in-form > div:nth-child(1) { margin-top:20px; }
    .row-fluid .form-container .full-in-form { position:static; }
    
    .row-fluid .footer-social.footer-menu ul li  { padding:5px 0; }
    .row-fluid .page-title.reverse h2 { font-size:28px; line-height:36px;  }
   
    .row-fluid .lp2-wrapper { padding:0px 15px; }
    .row-fluid  .lp2-formsection .hs-form fieldset.form-columns-2 .hs-form-field { width:100%;  }
    .row-fluid .lp2-formsection .hs-form fieldset.form-columns-2 .input { margin-right:0px; }
    .row-fluid .lp2-formsection .form-columns-1 {  padding: 30px 20px 20px;  }
    .row-fluid .lp2-formsection { padding:40px 0px; }
    
    .row-fluid .lp2-logosection{ padding:40px 0px; }
    
    .row-fluid .lp2-content { padding:40px 0px; }
    .row-fluid .lp2-content ul li { padding-bottom:15px; }
    .row-fluid .lp2-logosection h2, .row-fluid .lp2-formsection .form-box h3   { font-size:25px; line-height:32px; }
    .row-fluid .lp2-formsection .form-box h3 { margin-bottom:20px; }
    
    .row-fluid .login-box { display:none; }
    .row-fluid .web-img { display:none; }
    .search-button { border:none; float:right; display: none; }
    
    
    .row-fluid .industry-titlemain h2 { font-size:25px; line-height:32px; }
    .row-fluid .industry-title { display:inline-block; margin-top:0px; }
    .row-fluid .article-content { padding:50px 0px; }
    .row-fluid .article-content .green-btnstyle { margin-top:30px; }
    .row-fluid .articel-img { position:relative; margin-top:30px; }
    
     /***/
    .row-fluid .lp-aboutsection { padding:40px 0px; }
    .row-fluid .lp-abouttitle h2 { font-size:30px; line-height:38px; }
    .row-fluid .lp-aboutbox { padding:15px 0px; }
    .row-fluid .lp-aboutbox1 { padding-top:0px; }
    .row-fluid .lp-aboutbox4 h2 { margin-bottom:15px; }
    .row-fluid .lp-aboutsection .green-btnstyle { margin-top:15px; }
    .row-fluid .lp-leftmenu { padding-bottom:20px; }
    .row-fluid .lp-aboutbox img { padding-bottom:20px; display:table; float:none;  margin:0 auto;  }
    .video-boxes .hs_cos_wrapper_widget  { width:100%; }
    .video-boxes .hs_cos_wrapper_widget { padding:10px 0px; }
    
     .row-fluid .sales-boxes .hs_cos_wrapper_widget { width:45%; margin:10px; }
    .sales-details:nth-child(odd) .sales-detilsleft { padding-right:20px; }
    .sales-details:nth-child(even) .sales-detilsleft { padding-right:0px; padding-left:20px; }
    .row-fluid .sales-details { padding:40px 0px; }
    .row-fluid .sales-details h3 { font-size:30px; line-height:38px; }
    .row-fluid .video-hero .container { padding:0px 15px; }
    .row-fluid .video-hero { padding:40px 0px; }
    
    .conter-subtitle { font-size:14px; }
    .row-fluid .mainpage-contentbox h2 { font-size:25px; line-height:32px; }
    .row-fluid .mainpage-contentleft { width:100%; }
    .row-fluid .mainpage-contentright { width:100%; }
    .row-fluid .counter-mainbox { width:50%; display:inline-block; float:left; }
    
    .row-fluid .counter-mainbox:nth-child(1), .row-fluid .counter-mainbox:nth-child(2) {    border-bottom: 1px solid #d2d2d2; }
    .row-fluid .counter-mainbox:nth-child(2) { border-right:0px; }
    .row-fluid .counter1 { float:left; }
    .row-fluid .counter-plus {  float:left; display:inline-block; }
    .row-fluid .conter-number { font-size:25px; line-height:30px; }
    
    .row-fluid .mainpage-contentboxes .hs_cos_wrapper_widget:nth-child(odd) .mainpage-contentright { padding-left:0px; }
    .row-fluid .mainpage-contentboxes .hs_cos_wrapper_widget:nth-child(even) .mainpage-contentright { padding-right:0px; }
    .row-fluid  .mainpage-contentright { padding-top:15px; }
    .row-fluid .mainpage-contentbox { padding:30px 0px; }
    .row-fluid .mainpage-content { padding-bottom:40px; }
    .row-fluid .main-breaksection h2 , .row-fluid .main-breaksection .break-subtitle{ font-size:30px; line-height:38px; }
    .row-fluid .main-breaksection { padding:50px 0px; }
    
    .row-fluid .list-imgtext h2 { font-size:30px; line-height:38px; }
    .row-fluid .list-image { padding:50px 15px 40px; }
    .row-fluid .main-listsection { padding:50px 0px 40px; }
    .counter-title { font-size:16px; line-height:24px; }
    .row-fluid .mainpage-contentleft { text-align:center; }
       
    }
    
    
@media (max-width:500px){
    .row-fluid .hero-section .million-box { margin:10px; }
    
    
    .row-fluid .lp2-formsection select { background: url(http://www.wheatcraftdesign.com/hubfs/images/select-double-arrow.png?t=1483076987962) no-repeat right 10px top 15px #fff; background-size:10px; }
    .row-fluid .lp2-formsection  form.hs-form .form-columns-2 .hs-form-field .hs-input, .row-fluid .lp2-formsection  form.hs-form .form-columns-3 .hs-form-field .hs-input { width:100%; }
    .video-text { padding:15px; }
    
    .sales-detilsleft { width:100%; }
    .sales-detilsright { width:100%; margin-bottom:20px;  }
     
}

body .body-container-wrapper .row-fluid form li {
    list-style: outside none !important;
}



