/* @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/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

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

body { margin:0; padding:0; font-family:'Nunito Sans', sans-serif; font-size:18px; line-height:23px; font-weight:400; color:#000000; background:#fff; }

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:#000000; font-family:'Nunito Sans', sans-serif; font-size:40px; line-height:48px; font-weight:400; margin:0; padding:0; clear:both }
h2 { color:#000000; font-family:'Nunito Sans', sans-serif; font-size:40px; line-height:48px; font-weight:400; margin:0; padding:0; clear:both }
h3 { color:#000000; font-family:'Nunito Sans', sans-serif; font-size:36px; line-height:40px; font-weight:400; margin:0; padding:0; clear:both }
h4 { color:#000000; font-family:'Nunito Sans', sans-serif; font-size:24px; line-height:30px; font-weight:700; margin:0; padding:0; clear:both }
h5 { color:#000000; font-family:'Nunito Sans', sans-serif; font-size:20px; line-height:26px; font-weight:400; margin:0; padding:0; clear:both }
h6 { color:#000000; font-family:'Nunito Sans', sans-serif; font-size:18px; line-height:22px; font-weight:700; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color: #000; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
a:hover { color: #47c8f5; }

input , button , textarea, select , 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"] { outline:none; color:#333333; background:#fdfdfd; border-radius:5px; border: border: 1px solid #d6d6d6;; height: 51px; padding:0 15px; font-size:14px; width:100%; }
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 { cursor:pointer; background-image:url(//2240956.fs1.hubspotusercontent-na1.net/hubfs/2240956/Lobtec-2016/Image/blank.png); background-color:#47c8f5; padding:21px 15px; width:292px; max-width:100%; text-align:center; display:inline-block; color:#fff; font-weight:400; -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; font-size: 20px; height: auto; border-radius: 40px; border: 0; } 
input[type=submit]:hover , button:hover { background: #22bcf2; } 
.actions { text-align: center; }

.row-fluid select.hs-input::-ms-expand { display: none; }
.row-fluid .hs_error_rollup { display: none !important; }

::-webkit-input-placeholder { opacity:1 !important; }
::-moz-placeholder { opacity:1 !important; }
:-ms-input-placeholder { opacity:1 !important; }
:-moz-placeholder { opacity:1 !important; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#F00; text-align:left; font-size: 14px; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 20px; }
.row-fluid .hs-form fieldset.form-columns-2 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 20px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 20px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 20px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 20px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 10px 20px; }
.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 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; }
.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:-30px; top:2px; content:''; width:20px; height:20px; border:1px solid #dadada; color:#47c8f5; background:#fdfdfd; border-radius: 5px; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-29px; top: 2px;  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:#000; background:#ccc;  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%; }
.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; }

/*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; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.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:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%; text-align:center; padding:20px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 9px; line-height:0; }
ul.slick-dots li button { display:inline-block; background:#CACCCE;  width:12px; height:12px; 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:#2D333D; }

.row-fluid .btn-style a, .row-fluid a.btn-style { float:none; display:inline-block; position:relative; padding:12px 35px; color:#fff; border-radius:30px; background:; }
.row-fluid .btn-style a:hover, .row-fluid a.btn-style:hover { background:; }

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

.row-fluid .submitted-message { float: none; margin: 0 auto; width: 500px; background: #111d5e; padding: 50px 20px; color: #fff; text-align: center; font-size: 24px; line-height: 30px }

.row-fluid .container { margin:0 auto !important; width:1190px; padding:0 15px; float:none !important; } 
.row-fluid .form-container { margin:0 auto !important; width:100%; padding:0 15px; float:none !important; } 

/* Page Wise Css */
/* Thank You Page */
.row-fluid .thankyou_hero { padding: 50px 0 70px; }
.row-fluid .thankyou_hero_rawin { display: flex; flex-wrap: wrap; justify-content: center; width: 740px; max-width: 100%; margin: 0 auto; }
.row-fluid .thankyou_hero_raw { padding-top: 40px; }
.row-fluid .thankyou_hero_left { width: 256px; max-width: 100%; }
.row-fluid .thankyou_hero_right { width: calc(100% - 256px); padding-left: 50px; line-height: 27px; }
.row-fluid .thankyou_hero_right h1 { padding-bottom: 15px; }
.row-fluid .btn_style a { display: inline-block; vertical-align: top; width: auto; padding: 19px 15px; color: #fff; font-size: 20px; font-weight: 600; background-color: #47c8f5; border-radius: 33px; min-width: 292px; text-align: center; margin-top: 25px; }
.row-fluid .btn_style a:hover { background: #22bcf2; }
.row-fluid .btn_style.arrow a { position: relative; }
.row-fluid .btn_style.arrow a:after { position: relative; content: ""; height: 22px; width: 22px; display: inline-block; vertical-align: middle; background: url('https://21582123.fs1.hubspotusercontent-na1.net/hubfs/21582123/Icon_feather-download.png') no-repeat center / cover; top: -2px; margin-left: 8px; }

.row-fluid .suggest_resource_section { display: inline-block; vertical-align: top; width: 100%; padding: 65px 0; }
.row-fluid .suggest_resource_header { margin-bottom: 50px; }
.row-fluid .suggest_resource_wrap { display: flex; flex-wrap: wrap; width: auto; margin: 0 -15px; justify-content: center; }
.row-fluid .suggest_resource_col { width: 33.33%; padding: 0 15px; margin-bottom: 30px; }
.row-fluid .suggest_resource_colin { box-shadow: 0 0 10px rgba(0, 0, 0, 0.11); background-color: #ffffff; }
.row-fluid .suggest_resource_box { padding: 25px; }
.row-fluid .suggest_resource_box h5 { font-weight: 600; }
.row-fluid .suggest_resource_img { height: 165px; }
.row-fluid .suggest_resource_icon { display: flex; align-items: center; justify-content: center; height: 64px; width: 64px; background-color: #47c8f5; border: 4px solid #ffffff; border-radius: 100%; position: relative; margin-top: -32px; margin-left: 15px; margin-bottom: 10px; }
.row-fluid .link_style a { color: #47c8f5; position: relative; padding-right: 20px; }
.row-fluid .link_style a:after { position: absolute; content: ""; height: 13px; width: 8px; top: 2px; right: 0; bottom: 0; margin: auto 0; background: url('https://21582123.fs1.hubspotusercontent-na1.net/hubfs/21582123/learn-more-icon.png') no-repeat center / cover; transition: all ease-in-out .4s; }
.row-fluid .link_style a:hover:after { right: -5px; }
.row-fluid .suggest_resource_col .link_style { margin-top: 25px; }

/* Resource Landing Page */
.row-fluid .resource_lp_section { display: inline-block; vertical-align: top; width: 100%; }
.row-fluid .resource_lp_raw { display: flex; flex-wrap: wrap; width: 100%; }
.resource_lp_left { width: 50%; background-color: #f4f4f4; padding: 50px; padding-left: calc((100% - 1344px)/2); padding-right: 80px; }
.resource_lp_right { width: 50%; background: url('https://21582123.fs1.hubspotusercontent-na1.net/hubfs/21582123/form-right-bg.png') no-repeat center / cover; padding: 110px 0 50px 0; padding-right: calc((100% - 1344px)/2); }
.row-fluid .resource_lp_caption { padding-top: 50px; }
.row-fluid .resource_form_title h4 { color: #fff; font-size: 28px; line-height: 34px; font-weight: 400; padding-bottom: 20px; }
.row-fluid .resource_form_box { width: 595px; max-width: 100%; background-color: #ffffff; padding: 40px 40px 50px; }
.row-fluid .resource_form_box .hs-form-field > label { font-size: 14px; color: #333333; text-transform: capitalize; display: inline-block; vertical-align: top; width: 100%; padding-bottom: 4px; }
.row-fluid .resource_form_box .hs-input { border: 1px solid #d6d6d6; border-radius: 5px; background-color: #fdfdfd; }
.row-fluid .resource_form_box .hs_data_consent { font-size: 14px; line-height: 20px; }
.row-fluid .resource_lp_caption .sub_text { color: #773dbd; font-size: 16px; font-weight: 700; text-transform: uppercase; }
.row-fluid .resource_lp_caption h1 { margin: 10px 0; }
.row-fluid .resource_lp_caption ul { padding: 0; list-style-type: none; }
.row-fluid .resource_lp_caption ul li { display: inline-block; vertical-align: top; width: 100%; padding-left: 15px; margin-bottom: 10px; position: relative; }
.row-fluid .resource_lp_caption ul li:before { position: absolute; content: ""; height: 5px; width: 5px; top: 0; left: 0; bottom: 0; margin: auto 0; background-color: #f7941f; border-radius: 100%; }
.row-fluid .resource_lp_book { margin-top: 50px; padding-left: 100px; position: relative; z-index: 1; }
.row-fluid .resource_lp_book:before { position: absolute; content: ""; width: 366px; height: 342px; max-width: 100%; top: -50px; left: -70px; z-index: -1; background: url('https://21582123.fs1.hubspotusercontent-na1.net/hubfs/21582123/book-shadow.png') no-repeat center / cover; }
.row-fluid .resource_lp_rightin { margin-top: 68px; padding-left: 80px; position: relative; }
.row-fluid .resource_lp_rightin:before { position: absolute; content: ""; height: 60px; width: 32px; top: -13px; left: 0; background: url('https://21582123.fs1.hubspotusercontent-na1.net/hubfs/21582123/right-arrow.png') no-repeat center / cover; }

/* Lp Footer */
.row-fluid .lp_footer_section { background-color: #4d4d4d; padding: 30px 0; font-size: 14px; line-height: 20px; }
.row-fluid .lp_copyright_text { padding-top: 20px; }

/* New header */
.row-fluid .top { position: fixed; top: 0; left: 0; width: 100%; z-index: 1; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); background-image: linear-gradient(to right, #38c3ff 0%, #847efb 100%); padding: 0px 40px; }
.row-fluid .top_raw > div > div { display: flex; align-items: center; width: 100%; }
.row-fluid .top_right > div > div { display: flex; align-items: center; width: 100%; }
.row-fluid .top_right .btn_style a { margin: 0; background-color: #ffffff; font-size: inherit; color: #773dbd; min-width: 220px; padding: 9px 10px; font-size: 16px; }
.row-fluid .top_right .btn_style a:hover { color: #fff; background: #773dbd; }
.row-fluid .top_right .mainmenu .hs-menu-wrapper > ul > li > a { color: #fff; font-size: 16px; padding: 20px 10px; font-weight: 400; position: relative; }
.row-fluid .top_right .mainmenu .hs-menu-wrapper > ul > li > a:hover { color: rgba(255,255,255,.75); }
.row-fluid .top_right .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { display: inline-block; margin-left: 0.255em; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; content: ""; vertical-align: middle; }
.row-fluid .top_right .mainmenu .hs-menu-wrapper > ul > li > ul { min-width: 10rem; padding: 0.5rem 0; margin: 0; color: #212529; text-align: left; background-color: #fff; border: 1px solid rgba(20, 20, 20, .15); border-radius: 0.25rem; }
.row-fluid .top_right .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-size: 16px; line-height: 24px; padding: 4px 24px; }
.row-fluid .top_right .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:hover { background-color: #f8f9fa; color: #16181b; }
.row-fluid .top .site_search_box form { display: none; }
.hs-search-field.site_search_box { display: flex; align-items: center; margin-left: 10px; }
.row-fluid .top_right .btn_style { margin-left: 25px; }
.row-fluid .hs-search-field.site_search_box a { position: relative; top: 2px; }

/* New Footer */
.row-fluid .footer_section { display: inline-block; vertical-align: top; width: 100%; background: #4d4d4d; padding: 40px 100px; color: #fff; }
.row-fluid .footer_raw { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.row-fluid .footer-description { flex: 0 0 50%; max-width: 50%; padding: 0 15px; font-size: 14px; line-height: 21px; }
.row-fluid .footer-nav { flex: 0 0 25%; max-width: 25%; padding: 0 15px; }
.row-fluid .footer-description h4 { color: #fff; margin-bottom: 16px; font-size: 20px; line-height: 24px; }
.row-fluid .footer-description p { padding: 0; margin-bottom: 16px; }
.row-fluid .footer-nav .hs-menu-wrapper > ul { display: inline-block; vertical-align: top; margin: 0; width: 100%; }
.row-fluid .footer-nav .hs-menu-wrapper > ul > li { float: none; display: inline-block; vertical-align: top; width: 100%; }
.row-fluid .footer-nav .hs-menu-wrapper > ul > li > a { color: #fff; line-height: 27px; padding: 8px 16px; }

.row-fluid .call_social_wrap_box { display: flex; align-items: center; justify-content: space-between; padding-right: 65px; }
.row-fluid .social_right_logo { width: 85px; }
.row-fluid .call_social_box h4 { display: flex; align-items: center; }
.row-fluid .call_social_box h4 a { color: #0488bd; margin-left: 8px; }
.row-fluid .call_social_box h4 a:hover { text-decoration: underline; }
.row-fluid .footer-social-media-wrapper ul { display: flex; align-items: center; padding: 0; margin: 0; list-style-type: none; width: 100%; }
.row-fluid .footer-social-media-wrapper ul li a { display: flex; align-items: center; justify-content: center; height: 32px; width: 32px; background: #f2f2f2; border-radius: 100%; margin-right: 20px; font-size: 20px; color: #4d4d4d; }

.row-fluid .spacer-row { flex: 0 0 100%; max-width: 100%; padding: 0 15px; position: relative; }
.row-fluid .spacer-row:before { content: ''; display: block; margin-top: 20px; height: 1px; background-color: #686868; margin-bottom: 20px; }
.row-fluid .site-info { font-size: 14px; line-height: 21px; color: #dbdbdb; flex: 0 0 100%; max-width: 100%; padding: 0 15px; }
.row-fluid .site-info p { padding: 0; margin-bottom: 15px; }

.row-fluid .office_col_wrap { display: flex; align-items: center; justify-content: center; width: 100%; }
.row-fluid .office_col { margin: 20px 0; padding: 0 15px; flex-basis: 0; flex-grow: 1; max-width: 100%; color: #fff; }
.row-fluid .office_col a { color: #fff; }
.row-fluid .office_col h4 { color: #fff; font-size: 20px; line-height: 24px; margin-bottom: 16px; transition: all .4s ease-in-out; }
.row-fluid .office_col a:hover, .row-fluid .office_col a:hover h4 { color: #0488bd; }

/* Landing Page V2 */
.row-fluid .consultation_form_section fieldset.form-columns-1 .input { margin-right: 0 !important; } 
.row-fluid .consultation_form_section select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url('https://21582123.fs1.hubspotusercontent-na1.net/hubfs/21582123/drop-select-arrow.png') no-repeat center right 15px #fdfdfd; color: #c9c9c9; }
.row-fluid .legal-consent-container { color: #000000; font-size: 14px; line-height: 20px; }
.row-fluid .inputs-list .hs-form-booleancheckbox { padding-left: 10px; }

/** Lp Page 2022 **/
.row-fluid .lp_header { padding: 19px 0; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); background-color: #ffffff; position: relative; z-index: 1; }
.row-fluid .lp_header .container > div > .row-fluid { display: flex; align-items: center; justify-content: space-between; }
.row-fluid .lp_header .contact { text-align: right; }
.row-fluid .lp_header .contact a { padding: 16px 41px; font-size: 20px; line-height: 27px; color: #fff; background: #7d53e1; border-radius: 30px; display: inline-block; }
.row-fluid .lp_header .contact a:before { content: ''; width: 22px; height: 22px; background: url('https://21582123.fs1.hubspotusercontent-na1.net/hubfs/21582123/crestwood_2022/telephone.svg') no-repeat; display: inline-block; vertical-align: middle; margin-right: 10px; }

.hero_landing { background: #f4f4f4; padding: 60px 0 70px; position: relative; overflow: hidden; }
.hero_landing .main { display: flex; align-items: center; flex-wrap: wrap; font-size: 18px; line-height: 27px; }
.hero_landing .left { width: calc(100% - 452px); padding: 0 90px 0 0; }
.hero_landing .left h4 { margin: 15px 0; font-size: 28px; line-height: 34px; font-weight: 400; }
.hero_landing .left .btn_style { margin: 10px 0 0; display: inline-block; width: 100%; }
.hero_landing .image { width: 452px; position: relative; }
.hero_landing .image img { position: relative; z-index: 1; }
.herolan_img { position: absolute; top: -100px; left: 226px; width: 180%; bottom: -100px; }
.hero_landing .image img { border-radius: 100%; box-shadow: 0 5px 40px rgba(0, 0, 0, 0.14); }

.crestwood_section { overflow: hidden; }
.crestwood_lp { padding: 70px 0; position: relative; }
.crestwood_lp .crestwood_bg { position: absolute; top: 0; right: -420px; } 
.crestwood_lp .container { position: relative; }
.crestwolp_main { display: flex; flex-wrap: wrap; }
.crestwolp_main .left { width: 50%; padding: 0 30px 0 0; font-size: 18px; line-height: 27px; }
.crestwolp_main .left h4 { font-size: 25px; line-height: 35px; font-weight: 400; padding: 0 0 15px; }
.crestwolp_main .right { width: 50%; padding: 0 0 0 30px; }
.crestwolp_main .right h4 { font-size: 20px; line-height: 28px; color: #773dbd; padding: 0 0 20px; }

.crestwolp_main .right .main { display: flex; flex-wrap: wrap; }
.crestwolp_main .right .box { width: 50%; display: flex; align-items: flex-start; padding: 15px 0; }
.crestwolp_main .right .box .icon { width: 45px; }
.crestwolp_main .right .box .text { width: calc(100% - 45px); padding: 0 0 0 15px; display: flex; align-items: center; min-height: 28px; }

.crestwood_testi { position: relative; z-index: 1; }
.testi_main { background-image: linear-gradient(270deg, #38c3ff 0%, #827efa 100%); padding: 60px 120px; text-align: center; color: #fff; position: relative; margin: 134px 0 0 100px; width: calc(100% - 100px); }
.testi_main .image { width: 298px; height: 298px; position: absolute; top: -134px; left: -100px; }
.testi_main .image img { box-shadow: 0 5px 40px rgba(0, 0, 0, 0.38); border-radius: 160px; }
.testi_main .title { margin: 0 0 15px; display: inline-block; width: 100%; }
.testi_main .title sub { font-size: 16px; }
.testi_main .title .sub { font-size: 16px; line-height: 24px; text-transform: uppercase; font-weight: 700; }
.testi_main .title h4 { font-size: 28px; line-height: 36px; color: #fff; margin: 15px 0; font-weight: 400; }
.testi_main .inner { margin: 0 auto; max-width: 800px; width: 100%; }
.testi_slider .text { padding: 0 50px; font-size: 21px; line-height: 34px; font-weight: 400; position: relative; }
.testi_slider .name { margin: 15px 0 0; display: inline-block; font-size: 15px; line-height: 23px; width: 100%; }
.testi_slider .text:before { content: '“'; position: absolute; left: 0; top: 0; font-size: 130px; line-height: 100px; color: #773dbd; opacity: 0.22; }
.testi_slider .text:after { content: '”'; position: absolute; right: 0; bottom: -10px; font-size: 130px; line-height: 0; color: #773dbd; opacity: 0.22; }

.testi_slider ul.slick-dots { display: inline-block; float: none; padding: 30px 0 0; }
.testi_slider ul.slick-dots li { padding: 3px 5px; }
.testi_slider ul.slick-dots li button { background: #fff; opacity: 0.50; }
.testi_slider ul.slick-dots li.slick-active button { opacity: 1; }

.awards_section { padding: 85px 0 160px; position: relative; }
.awards_section .awards_bg { position: absolute; bottom: 0; left: 0; }
.awards_section  .container { position: relative; }
.awards_main { margin: 0 auto; max-width: 1020px; width: 100%; }
.awards_main .main_title { text-align: center; margin: 0 0 60px; }
.awards_main .main_title .sub { font-size: 16px; line-height: 24px; text-transform: uppercase; font-weight: 700; color: #773dbd; }
.awards_main .main_title  h3 { font-size: 28px; line-height: 34px; margin: 10px 0; }
.awards_slider { padding-left: 20px; }
.awards_slider .box .cover { padding: 20px; display: flex; flex-wrap: wrap; align-items: center; }
.awards_slider .box .image { padding: 20px; width: 216px; height: 216px; border-radius: 100%; margin-right: -100px; position: relative; display: flex; align-items: center; justify-content: center; background: #fff; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.17); }
.awards_slider .box .text { width: calc(100% - 116px); padding: 45px 50px 80px 140px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); display: flex; align-items: center; background: #fff; }
.awards_slider .box .text > div { width: 100%; }
.awards_slider .box .text  h4 { font-size: 25px; line-height: 34px; color: #773dbd; }
.awards_slider .box .text .contact { display: flex; justify-content: space-between; margin: 15px -15px 0; line-height: 30px; }
.awards_slider .box .text .contact .cont { width: 55%; padding: 10px 15px; }
.awards_slider .box .text .contact .cont:nth-child(2) { width: 45%; }


.awards_slider button.slick-arrow { left: 300px; bottom: 0; top: auto; width: 69px; height: 42px; border-radius: 0; background: #47c8f5 url('https://21582123.fs1.hubspotusercontent-na1.net/hubfs/21582123/crestwood_2022/arrow_right.svg') no-repeat center center; }
.awards_slider button.slick-arrow::before { display: none; }
.awards_slider button.slick-arrow.slick-next { left: 380px; background-image: url('https://21582123.fs1.hubspotusercontent-na1.net/hubfs/21582123/crestwood_2022/arrow_left.svg'); }

.contact_form { padding: 60px 0 70px; position: relative; }
.contact_form:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(to right, #38c3ff 0%, #827efa 100%); mix-blend-mode: multiply; }
.contact_form > div { position: relative; }
.contact_form .inner { box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); background-color: #ffffff; max-width: 594px; margin: 0 auto; padding: 25px 40px 60px; }
.contact_form .inner h3 { text-align: center; font-size: 25px; line-height: 35px; }
.contact_form .inner h3 span { color: #773dbd; }
.contact_form .form { margin: 30px 0 0; }
.contact_form .form .hs-form-field > label span { font-size: 14px; line-height: 30px; color: #333333; }
.contact_form .form .hs-input { height: 51px; border-radius: 5px; border: 1px solid #d6d6d6; background-color: #fdfdfd; }


/** Thank You **/
.hero_thank { text-align: center; padding: 100px 0; position: relative; color: #fff; font-size: 18px; line-height: 27px; }
.hero_thank:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(to right, #38c3ff 0%, #827efa 100%); mix-blend-mode: multiply; }
.hero_thank > div { position: relative; }
.hero_thank .inner { margin: 0 auto; max-width: 460px; width: 100%; }
.hero_thank .inner h1 { color: #fff; }

.solutions_industry { padding: 80px 0; background: #f4f4f4 url('https://21582123.fs1.hubspotusercontent-na1.net/hubfs/21582123/crestwood_2022/tiles_background.png') no-repeat top right; }
.solutions_industry .main_title { margin: 0 auto 46px; max-width: 630px; width: 100%; text-align: center; font-size: 17px; line-height: 28px; }
.solutions_industry .main_title h2 { font-size: 28px; line-height: 34px; margin: 0 0 20px; }
.soluindustry_main { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -15px; }
.soluindustry_main .box { width: 33.33%; padding: 15px; }
.soluindustry_main .box .inner { box-shadow: 0 0 10px rgba(0, 0, 0, 0.11); background-color: #ffffff; padding: 25px 25px 0; position: relative; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; height: 100%; }
.soluindustry_main .box .text { padding: 40px 0 28px; }
.soluindustry_main .box h4 { font-size: 20px; line-height: 28px; }
.soluindustry_main .box .image { height: 163px; position: relative; padding: 15px 15px 0; display: flex; align-items: flex-end; }
.soluindustry_main .box .icon { width: 64px; height: 64px; border: 4px solid #ffffff; background-color: #47c8f5; display: flex; align-items: center; justify-content: center; padding: 10px; border-radius: 100px; margin: 0 0 -30px; }
.soluindustry_main .box .link_style { margin: 17px 0 0; }
.soluindustry_main .box .linkBox { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.soluindustry_main .box .inner:hover { box-shadow: 0 0 25px rgba(0, 0, 0, 0.27); }
.soluindustry_main .box .inner:hover .link_style a { color: #773dbd; }
.soluindustry_main .box .inner:hover .link_style a:after { background-image: url('https://21582123.fs1.hubspotusercontent-na1.net/hubfs/21582123/crestwood_2022/learn-more-icon-blue.png'); }



/* Media Query Start */
@media (min-width: 1201px){
    a.mobile-trigger, span.child-triggerm { display: none !important; }
    .row-fluid .top_right .mainmenu .hs-menu-wrapper { display: flex !important; justify-content: flex-end; }
    .row-fluid .top_right .btn_style.mobile_cta { display: none; }
}

@media (max-width: 1540px){
    .row-fluid .top_right .btn_style a { min-width: 1px; }
    .row-fluid .top { padding: 0 15px; }
    .row-fluid .top_right .mainmenu .hs-menu-wrapper>ul>li>a { padding: 20px 8px; font-size: 14px; }
    .row-fluid .top_right .btn_style a { font-size: 14px; }
    
    .herolan_img { width: 492px; }
}

@media (max-width: 1440px){
    /* Resource Landing Page */
    .resource_lp_right { padding-right: 30px; }
    .resource_lp_left { padding-left: 30px; padding-right: 40px; }
    .row-fluid .resource_lp_rightin { padding-left: 50px; }
}

@media (max-width: 1300px){
    .row-fluid .top_right .btn_style { width: 200px; }
}

@media (max-width: 1200px){
    .row-fluid .container {  width:920px; }
  .row-fluid .form-container {width:100%;}
    
    body { font-size: 14px; line-height: 20px; }
    
    /* Thank You Page */
    .row-fluid .thankyou_hero { padding: 20px 0 50px; }
    .row-fluid .thankyou_hero_raw { padding-top: 50px; }
    .row-fluid .suggest_resource_header h2 { font-size: 30px; line-height: 36px; }
    .row-fluid .suggest_resource_box { padding: 15px; }
    .row-fluid .suggest_resource_img { height: 150px; }
    .row-fluid .suggest_resource_icon img { }
    .row-fluid .suggest_resource_content h5 { font-size: 15px; line-height: 20px; font-weight: 700; }
    
    /* Header */
    .row-fluid .top { padding: 15px; }
    .row-fluid .top_right .btn_style { display: none; }
    .row-fluid .top_right .btn_style.mobile_cta { display: inline-block; vertical-align: top; width: 100%; margin: 0; padding-bottom: 15px; }
    .row-fluid .top_right .mainmenu .hs-menu-wrapper > ul { width: 100%; padding-top: 15px; }
    .row-fluid .top_right .mainmenu .hs-menu-wrapper > ul > li > a { padding: 12px 16px; font-size: 16px; }
    .row-fluid .top_right .btn_style.mobile_cta a { background: transparent; color: #fff; font-size: 16px; font-weight: 600; padding: 8px 16px; }
    .row-fluid .top_right .mainmenu .hs-menu-wrapper > ul > li > ul { width: calc(100% - 32px); margin: 10px auto 10px; }
    .row-fluid .hs-search-field.site_search_box { display: none; }
    .row-fluid .top_right .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { padding: 4px 10px; font-size: 14px; line-height: 22px; white-space: normal; }
    .row-fluid .top .logo { width: 100%; }
    
    /* New Footer */
    .row-fluid .footer_section { padding: 40px; }
    .row-fluid .site-info p { margin-bottom: 0; }
    
    /**/
    .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; }
    a.mobile-trigger { display:inline-block !important; cursor:pointer; position:absolute; top: 7px; right:0; width:60px; height:60px; text-align:center; background:transparent; padding:12px 10px; z-index:99999999999; -webkit-transition:background-color 0.2s linear; 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; }
    a.mobile-trigger span { display:inline; }
    a.mobile-trigger span:before { position:absolute; content:'Menu'; }
    a.mobile-trigger span:after { position:relative; right:2px; content:'Close'; opacity:0; transition:opacity .4s ease-in-out; -moz-transition:opacity .4s ease-in-out; -webkit-transition:opacity .4s ease-in-out; }

    .mobile-open a.mobile-trigger { -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background:transparent; }
    .mobile-open a.mobile-trigger span:after { opacity:1; }

    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; height:3px; display:inline-block; background:#fff; }
    a.mobile-trigger i:before { margin-top:-8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; }
    a.mobile-trigger i:after { margin-top:8px; -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); }

    span.child-triggerm { display:block !important; cursor:pointer; position:absolute; top:0px; right:0; width:100% !important; height: 40px !important; padding:0 !important; opacity: 0; }
    span.child-triggerm span { position:absolute; height:30px; width:30px; left:50%; top:13px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
    span.child-triggerm span:before { position:absolute; content:""; height:14px; width:2px; left:50%; top:50%; background:#fff; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
    span.child-triggerm span:after { position:absolute; content:""; height:2px; width:14px; left:50%; top:50%; background:#fff; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
    span.child-triggerm.child-open span { -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);; }

    .mainmenu.js-enabled .hs-menu-flow-horizontal, .mainmenu.js-enabled .hs-menu-children-wrapper { display:none; }  
    .mainmenu ul.hs-menu-children-wrapper { visibility:visible !important; opacity:1 !important; position:static !important; display:none; }

    .mainmenu.js-enabled .hs-menu-flow-horizontal { position:absolute; top:60px; left:0px; width:100%; padding:0px; background-image: linear-gradient(to right,#38c3ff 0%,#847efb 100%); width:100%; z-index:8888; }

    .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
    
    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent:30px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent:50px; }
    
    .hero_landing .left { width: calc(100% - 400px); padding: 0 30px 0 0; }
    .hero_landing .image { width: 400px; }
    .testi_main { margin: 100px 0 0 50px; padding: 60px 90px; width: 100%; }
    .testi_main .image { width: 200px; height: 200px; top: -100px; left: -50px; }

    .hero_landing .main , .crestwolp_main .left , .awards_slider .box .text .contact { font-size: 14px; line-height: 20px; }

    
}

@media (max-width: 991px){
    .row-fluid .container {  width:720px; }
    
    /* Thank You Page */
    .row-fluid .suggest_resource_col { width: 50%; }
    .row-fluid .thankyou_hero { display: inline-block; vertical-align: top; width: 100%; text-align: center; }
    .row-fluid .thankyou_hero_raw { display: inline-block; vertical-align: top; width: 100%; }
    .row-fluid .thankyou_hero_left { width: 100%; }
    .row-fluid .thankyou_hero_right { width: 100%; padding: 40px 0 0; }
    .row-fluid .lp_footer_section { display: inline-block; vertical-align: top; width: 100%; }
    
    /* Resource Landing Page */
    .row-fluid .resource_lp_caption h1 { font-size: 28px; line-height: 34px; }
    .resource_lp_left { padding: 30px 20px; }
    .row-fluid .resource_lp_rightin { margin-top: 45px; }
    .row-fluid .resource_form_box { padding: 30px 15px; }
    .row-fluid .hs-form fieldset.form-columns-2 .field { width: 100%; padding: 0 0 20px; }
    
    /* New Footer */
    .row-fluid .call_social_wrap_box { padding-right: 20px; }
    
    .row-fluid .lp_header .contact a { font-size: 16px; line-height: 24px; padding: 12px 25px; }
    
    .hero_landing .left { width: 100%; padding: 0; }
    .hero_landing .image { width: 100%; margin: 40px auto 0; max-width: 300px; }
    
    .crestwolp_main .left { width: 100%; padding: 0; }
    .crestwolp_main .right { padding: 20px 0 0; width: 100%; }
    .testi_main { margin: 60px 0 0 20px; padding: 40px 40px 40px; width: 100%; }
    .testi_main .image { top: -60px; left: -20px; width: 120px; height: 120px; }
    .testi_slider .text { padding: 20px; }

    .awards_section { padding: 60px 0; }
    .awards_main .main_title { margin: 0 0 30px; }
    .awards_slider { padding-left: 0; }
    .awards_slider .box .text { padding: 20px 30px 20px 130px; }
    .slick-slider button.slick-arrow { left: 230px; }
    .slick-slider button.slick-arrow.slick-next { left: 310px; }
    .herolan_img { display: none; }
    
    .awards_section { display: inline-block; width: 100%; }
    .awards_slider .box .image { margin: 0 auto -70px; width: 180px; height: 180px; }
    .awards_slider .box .text { width: 100%; padding: 90px 15px 50px; justify-content: center; text-align: center; }
    .awards_slider .box .text h4 { font-size: 20px; }
    .awards_slider .box .cover { padding: 10px; }
    .awards_slider button.slick-arrow { left: calc(50% - 35px); transform: translateX(-50%); width: 60px; }
    .awards_slider button.slick-arrow.slick-next { left: calc(50% + 35px); }
    .awards_slider .box .text .contact { text-align: left; }

    .solutions_industry .main_title { margin: 0 auto 15px; }
    .soluindustry_main .box { width: 50%; }
    
}


@media (min-width: 30px) and (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 .container { width:100%; padding:0 20px; float:left !important; }
    
    .row-fluid .suggest_resource_section { padding: 50px 0; }
    .row-fluid .suggest_resource_header { margin-bottom: 30px; }
    .row-fluid .suggest_resource_header h2 { font-size: 24px; line-height: 30px; font-weight: 700; }
	.row-fluid .btn_style a { min-width: 250px; }
    
    /* Resource Landing Page */
    .resource_lp_left { width: 100%; padding: 30px 15px 50px; }
    .resource_lp_right { width: 100%; padding: 50px 15px; }
    .row-fluid .resource_lp_rightin { margin: 0; padding: 0; }
    .row-fluid .resource_lp_rightin:before { display: none; }
    .row-fluid .resource_form_box { width: 100%; }
    
    /* New Footer */
    .row-fluid .call_social_wrap_box { flex-wrap: wrap; width: 100%; }
    .row-fluid .call_social_box { width: 100%; padding: 0 0 25px; }
    .row-fluid .footer_section { padding: 40px 15px; }
    .row-fluid .office_col h4 { font-size: 18px; line-height: 22px; margin-bottom: 10px; }
    .row-fluid .footer-nav .hs-menu-wrapper > ul > li > a { white-space: normal; line-height: 20px; }
    
    /** ty **/
    .hero_thank { display: inline-block; width: 100%; padding: 70px 0; }

    .row-fluid .lp_header .container > div > .row-fluid { display: block; }
    .row-fluid .lp_header .logos { width: auto; display: inline-block; }
    .row-fluid .lp_header .contact { width: auto; display: inline-block; float: right; margin: 11px 0; }
    
    .hero_landing { display: inline-block; width: 100%; padding: 50px 0; }
    .hero_landing .left h4 { font-size: 20px; line-height: 28px; }
    .hero_landing .main { font-size: 16px; line-height: 26px; }
    .hero_landing .left .btn_style { margin: 0; }
    
    .crestwood_lp .crestwood_bg { top: -7px; }
    .crestwood_lp { display: inline-block; width: 100%; padding: 50px 0; }
    .testi_main { margin: 0; width: 100%; padding: 80px 15px 40px; }
    .testi_main .image { top: -60px; left: 0; right: 0; margin: 0 auto; }
    .testi_main .title { margin: 0; }
    .testi_slider .text:before { top: 0; font-size: 80px; line-height: 70px; }
    .testi_slider .text:after { font-size: 80px; line-height: 0; }
    .testi_slider .text { font-size: 18px; line-height: 31px; padding: 15px 0 0; }
    .testi_main .title h4 { font-size: 24px; line-height: 34px; margin: 10px 0; }

    .contact_form { display: inline-block; width: 100%; padding: 60px 0; }

    .solutions_industry { display: inline-block; padding: 60px 0; }
    .soluindustry_main { margin: 0; }
    .solutions_industry .main_title h2 { font-size: 24px; line-height: 32px; margin: 0 0 10px; }
    .soluindustry_main .box { padding: 7px; width: 100%; max-width: 330px; }
    .soluindustry_main .box .inner { padding: 15px 15px 0; }


}

@media (max-width: 600px){
    .row-fluid .suggest_resource_col { width: 100%; }
    .row-fluid .suggest_resource_colin { width: 400px; margin: 0 auto; max-width: 100%; }
    .row-fluid .suggest_resource_img { height: 200px; }
    
    /* Resource Landing Page */
    .row-fluid .resource_lp_caption h1 { font-size: 20px; line-height: 26px; }
    
     /* New Footer */
    .row-fluid .call_social_wrap_box { flex-wrap: wrap; width: 100%; }
    .row-fluid .call_social_box { width: 100%; padding: 0 0 25px; }
    .row-fluid .footer_section { padding: 40px 15px; }
    .row-fluid .office_col h4 { font-size: 18px; line-height: 22px; margin-bottom: 10px; }
    .row-fluid .footer-description { flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; }
    .row-fluid .footer-nav { flex: 0 0 100%; max-width: 100%; }
    .row-fluid .footer-nav .hs-menu-wrapper>ul>li>a { padding: 2px 0; }
    .row-fluid .site-info { font-size: 12px; }
    .row-fluid .office_col { flex: 0 0 100%; flex-basis: auto; max-width: 100%; flex-grow: inherit; width: 100%; margin: 0 0 20px; }
    .row-fluid .office_col_wrap { flex-wrap: wrap; }
    .row-fluid .office_col:last-child { margin-bottom: 0; }
    
    .row-fluid .lp_header .logos { width: 100%; text-align: center; }
    .row-fluid .lp_header .contact { width: 100%; text-align: center; margin: 15px 0 0; }
    
    .crestwolp_main .right .box { width: 100%; padding: 10px 0; }
    
    .contact_form .inner { padding: 30px 15px; }
    .contact_form .inner h3 { font-size: 20px; line-height: 28px; }
    .contact_form .form { margin:15px 0 0; }
    
    .awards_slider .box .text .contact { margin: 15px 0 0; display: block; }
    .awards_slider .box .text .contact .cont { width: 100%; padding: 10px 0; }
    .awards_slider .box .text .contact .cont:nth-child(2) { width: 100%; }

    
}

/* CSS for the Acumatica Summit 2025 form */
.summit-form {
  width: 800px !important; /* Fixed width */
  margin: 0 auto; /* Center the form horizontally */
  padding: 20px; /* Add padding inside the form */
  background-color: #f9f9f9; /* Match the page's background styling */
  border: 1px solid #ccc; /* Add a subtle border */
  border-radius: 8px; /* Slightly rounded corners for a modern look */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
}

/* Form title styling */
.summit-form h3 {
  text-align: center; /* Center-align the form title */
  color: #333; /* Neutral dark color for readability */
  font-size: 24px; /* Adjust font size for prominence */
  margin-bottom: 20px; /* Space between title and form fields */
}

/* Input fields styling */
.summit-form input[type="text"],
.summit-form input[type="email"],
.summit-form textarea {
  width: calc(100% - 20px); /* Full width with padding adjustment */
  padding: 10px; /* Inner padding for fields */
  margin-bottom: 15px; /* Space between form elements */
  border: 1px solid #ccc; /* Consistent border with form */
  border-radius: 4px; /* Smooth input borders */
  font-size: 16px; /* Easy-to-read font size */
  box-sizing: border-box; /* Include padding in width */
}

/* Submit button styling */
.summit-form input[type="submit"] {
  width: 100%; /* Full width for the button */
  padding: 10px 20px; /* Comfortable padding */
  background-color: #0056b3; /* Match primary button color on the page */
  color: #fff; /* Contrast text color */
  border: none; /* Remove default border */
  border-radius: 4px; /* Rounded button edges */
  font-size: 16px; /* Readable font size */
  cursor: pointer; /* Pointer cursor on hover */
  transition: background-color 0.3s ease; /* Smooth hover transition */
}

.summit-form input[type="submit"]:hover {
  background-color: #003f8c; /* Darker shade on hover */
}

/* Responsive design for smaller screens */
@media (max-width: 900px) {
  .summit-form {
    width: 90%; /* Reduce width to fit smaller screens */
    padding: 15px; /* Adjust padding */
  }
}