<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


@font-face {
  font-family: 'NeuzeitS-Book';
  src: url('https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/font/NeuzeitS-Book/NeuzeitS-Book.woff2') format('woff2'),
    url('https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/font/NeuzeitS-Book/NeuzeitS-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeuzeitGroteskW01';
  src: url('https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/font/Neuzeit%20Grotesk%20W01%20Regular/NeuzeitGroteskW01-Regular.woff2') format('woff2'),
    url('https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/font/Neuzeit%20Grotesk%20W01%20Regular/NeuzeitGroteskW01-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NeuzeitGroteskCondW01";
  src: url("https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/font/Neuzeit%20Grotesk%20Cond%20W01%20Black/3b51be541e8086f75a52deac06dba6ee.eot"); 
  src: url("https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/font/Neuzeit%20Grotesk%20Cond%20W01%20Black/3b51be541e8086f75a52deac06dba6ee.eot") format("embedded-opentype"), 
    url("https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/font/Neuzeit%20Grotesk%20Cond%20W01%20Black/3b51be541e8086f75a52deac06dba6ee.woff2") format("woff2"), 
    url("https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/font/Neuzeit%20Grotesk%20Cond%20W01%20Black/3b51be541e8086f75a52deac06dba6ee.woff") format("woff"), 
    url("https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/font/Neuzeit%20Grotesk%20Cond%20W01%20Black/3b51be541e8086f75a52deac06dba6ee.ttf") format("truetype"), 
    url("https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/font/Neuzeit%20Grotesk%20Cond%20W01%20Black/3b51be541e8086f75a52deac06dba6ee.svg") format("svg"); 
}


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



              
 
 
 
          
                                                     
                                        

 
                                   






























































html {
  font-size: ;
}

body {
  font-size: 18px;
  font-family: Raleway;
  color: #4d4d4d;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  margin: 0px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body p{
  text-decoration: ;
}

body .row-fluid .wrapper{
  max-width:1200px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  position:relative;
  z-index:2;
  box-sizing:border-box;
  padding: 0px 15px;
}
.body-container-wrapper ul,.body-container-wrapper li {
  margin-bottom:15px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img{
  height:auto;
}

/* Anchor Links */

a {
  margin-bottom:0;
}
a:hover, a:focus {
  text-decoration: none;
}

a {
  font-size: 14px;
  font-family: Raleway;
  color: #FF4C00;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.2;
}

h1 {
  font-size: 70px;
  font-family: Raleway;
  color: #4a4a49; 
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
}

h2 {
  font-size: 47px;
  font-family: Raleway;
  color: #4a4a4a;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.11;
  letter-spacing: 0px;
}

h3 {
  font-size: 24px;
  font-family: Raleway;
  color: #4a4a4a;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.13;
  letter-spacing: 0px;
}

h4 {
  font-size: 24px;
  font-family: Raleway;
  color: #4a4a4a;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0px;
}

h5 {
  font-size: 18px;
  font-family: Raleway;
  color: #4a4a4a;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 0px;
}


h6 {
  font-size: 16px;
  font-family: Raleway;
  color: #4a4a4a;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  word-break: break-word;
}

strong {
  font-weight: 800;
}

code {
  vertical-align: bottom;
}

.body-container-wrapper {
  background:#ffffff;
  overflow:hidden;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  list-style:none;
  margin:20px 0;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  font-size: 18px;
  font-family: Raleway;
  color: #4d4d4d;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height:1;
  letter-spacing: 1px;
  position: relative;
  margin-left: 30px;
  margin-bottom: 0px;
}

body .row-fluid form ul,
.no-list-style li ul{
  margin:0;
  padding:0;
}

body .row-fluid form li,
.no-list-style li{
  margin:0;    
}

.check-mark li:before {
  position: absolute;
  top: 7px;
  left: -24px;
  content: '';
  width: 13px;
  height: 13px;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/360%20v2/Images/foursquare-button.svg)no-repeat;
  background-position: center;
  background-size: cover;
} 

body .row-fluid form li:before,
.no-list-style li:before{
  display:none;
}

.body-container-wrapper a{
  //color:#233d63;    
}


blockquote{
  margin:0;
  font-size: 16px;
  font-family: Raleway;
  color: #4a4a4a;
  font-style: normal;
  text-decoration: ;
  text-transform: ;
  font-weight: normal;
  line-height: 1.7;
  //font-weight: 300;
  padding-left: 17px;
  border-left: 2px solid #2c2d96;
  margin-left: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.widget-type-cta{
  margin-top:15px;
}

body a.cta_button,
body .row-fluid .hs-button{    
  font-size: 16px;
  font-family: Raleway;
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  border-radius:  4px;
  background:#00BCB8;
  line-height: 1.5;
  padding: 15px 39px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:1px solid #00BCB8;
}



.row-fluid a.cta_button:hover,
.row-fluid .hs-button:hover{ 
  background:#FF4C00;
  border-color:#FF4C00;
  color:#FFFFFF;
} 



/****************Button Sizes*******************/

body .small a.cta_button,
body  .small .hs-button{    
  font-size: 14px;
  padding: 10px 20px;
}

body .regular a.cta_button,
body  .regular .hs-button{    
  font-size: 16px;
  padding: 15px 39px;
}

body .large a.cta_button,
body  .large .hs-button{    
  font-size: 18px;
  padding: 15px 39px;
}


.transparent-cta a.cta_button,
.transparent-cta a{
  font-size: 16px;
  font-family: NeuzeitGroteskW01;
  color: #2c2d96;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  border-radius:  4px;
  background:#ffffff;
  position:relative;
  border:1px solid #2c2d96;
  line-height:1.88;
  letter-spacing:0.5px;

}


.transparent-cta a.cta_button:hover,
.transparent-cta a:hover{ 
  background:#2c2d96;
  border-color:#2c2d96;
  color:#ffffff;

} 

.transparent-cta a.cta_button:hover:before{
  display:none;
}

.simple-cta a.cta_button,
.simple-cta a{
  font-size: 16px;
  font-family: Open Sans, sans-serif ;
  color: #2c2d96;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  border-radius:  4px;
  background:transparent;
  border:none;
  line-height:1.88;
  letter-spacing:0.5px;
  margin-top: 21px;
  position:relative;
  display:inline-block;
  padding:0;
}

.simple-cta a.cta_button:hover{
  background:transparent;
  color: #4a4a4a;
  background:transparent;
  border:none;
}

body  .row-fluid .image-cta a.cta_button{
  background: none;
  padding: 0;
}

body .row-fluid .hide-module{
  display:none;
}


.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(43, 43, 43, 0.4);
  z-index: -1;
}

.gray-bg{
  background:0;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#ffffff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
body .container-fluid .row-fluid .text-margin-zero.span12,
.text-margin-zero .widget-type-cta{
  margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#333647;
}

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

.hubspot-link__container.sproket{
  display:none!important;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

.section-padding{
  padding:100px 0;
}


@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     
}


/*========================================================
Typography Responsive Styling
========================================================*/

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

  .row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
  }

  h1 {
    font-size: 50px;
  }

  .section-padding {
    padding: 60px 0;
  }

  body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }


  .section-heading p {
    font-size: 18px;
  }


  body a.cta_button, body .container-fluid .row-fluid .hs-button {
    font-size: 15px;
    padding: 15px 20px;
  }  

}




@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  h1 {
    font-size: 40px;
  }

  .section-padding {
    padding: 60px 0;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px;
  }

  .align-right {
    text-align: center;
  }

  .align-left {
    text-align: center;    
  }

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  body a.cta_button, body .row-fluid .hs-button{
    display:block;
  }



  .heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
  }

}

/*======================================================
Two Column Adjust
========================================================*/

body .container-fluid .row-fluid .two-col-adjust>span{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;-
  webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:4%;
  margin-top:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}

@media(max-width:767px){

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
    display:block;
    width:100%;
    margin:0;
    margin-top:20px;
    max-width:379px;
    width:100%;
    margin:35px auto 0;
    float:none
  }

  body .container-fluid .row-fluid .two-col-adjust>span{
    display:block;
    margin-right:0;
  }


}



/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3.2%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 29.96%;
  -webkit-flex-basis: 29.96%;
  float: left;
  margin-right: 3.5%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0px;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:auto;
  }

}



/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}


/*==================================================
Dnd styling
====================================================*/

.dnd-section {
  padding:0px;
}

.dnd-section > .row-fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding:0 15px;
  width:auto;
}

.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}

body .dnd-section .full-width-section > .row-fluid{
  padding: 0px!important;
}

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

  body .container-fluid .dnd-section {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
  } 

}

@media (max-width: 767px) {

  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  body .container-fluid .dnd-section {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
  }  

  body .dnd-section img.hs-image-widget {
    margin: 30px 0px 30px;
  }

}



/*=========================================================================
form styling
==========================================================================*/

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
  font-size: 16px;
  font-family: NeuzeitGroteskW01;
  color: #484848;
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}

:-moz-placeholder {
  font-size: 16px;
  font-family: NeuzeitGroteskW01;
  color: #484848;
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}

::-moz-placeholder {  

  font-size: 16px;
  font-family: NeuzeitGroteskW01;
  color: #484848;
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}

:-ms-input-placeholder {  
  font-size: 16px;
  font-family: NeuzeitGroteskW01;
  color: #484848;
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}


.grey-placeholder::-webkit-input-placeholder {
  color: rgba(35, 61, 99, 0.5);
  font-weight:400;

}

.grey-placeholde:-moz-placeholder {
  color: rgba(35, 61, 99, 0.5);
  font-weight:400;
}

.grey-placeholder::-moz-placeholder {  
  color: rgba(35, 61, 99, 0.5);
  font-weight:400;
}

.grey-placeholder:-ms-input-placeholder {  
  color: rgba(35, 61, 99, 0.5);
  font-weight:400;
}  

select::-ms-expand {
  display: none;
}

input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance:none;
  border:0;
  background:;
  color:#ffffff;
  position:absolute;
  bottom:40%;
  left:40%;
  width:100px;
  height:24px;
  font-size:16px;
  border-radius:4px;
}

form {
  max-width: 100%;
  font-family: ;
}

body .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.88;
  position: relative;
  font-style: normal;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #2c2d96;
  border-color: #2c2d96;
  color: #ffffff;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  padding: 15px 39px;
  text-decoration: none;
  letter-spacing:0.5px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #ffffff;
  border-color: #2c2d96;
  color: #2c2d96;
}

.hs-button:active {
  background-color: #ffffff;
  border-color: #2c2d96;
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-size: 16px;
  font-family: NeuzeitGroteskW01;
  color: rgba(35,61,99,0.65);
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #233d63;
}

body .hs-input {
  display: inline-block;
  width: 100%;
  height:55px;
  padding: 15px;
  font-size: 16px;
  font-family: NeuzeitGroteskW01;
  color: #484848;
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 15px;
}

.body-container-wrapper .hs-error-msgs,
.hs-error-msg{
  margin:0;
}

/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  background: #ffffff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 1px solid #000000;
  margin-right: 8px;
  top: 4px;
  width: 15px;
  height: 15px;
}

.row-fluid .hs-form .field .input input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  top: 2px;
  background: #233d63;
  left: 2px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}

textarea.hs-input {
  height: 122px;
  resize: none;
}

.two-col-form-section textarea.hs-input {
  height: 122px;
}

.inputs-list label>input, .inputs-list label>span {
  vertical-align: middle;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 3px;
  top: 3px;
  left: 2px;
  border: 2px solid #233d63;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  display:transparent;
}

body .row-fluid .hs-form .field .input input[type="checkbox"] {
  padding: 0;
  background: #ffffff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 1px solid #000000;
  margin-right: 8px;
  top: 3px;
  width: 15px;
  height: 15px;
}

.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
  margin-bottom: 10px;
}

.hs-input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
  height: auto;
}

form .file-upload-button-label {
  border: solid 1px #000000;
  position: absolute;
  left: 11px;
  top: 8px;
  border-radius: 0;
  padding: 0px 10px;
  color: #000000;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0px;
  width: 70px;
  height: 0;
  display: flex;
  cursor: pointer;
  display: flex;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 36px;
}

form .file-upload-file-name {
  height: 55px;
  color: #000000;
  line-height: normal;
  display: flex;
  border: solid 1px #000000;
  border-radius: 0px;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  right: 0;
  width: 100%;
  top: 0px;
  padding: 0 10px;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 20px;
  box-sizing:border-box;
  padding-left:120px;
}

form input[type="file"] {
  display: none !important;
}

form .input {
  display: block;
  position: relative;
  margin-bottom: 0px;
}

body .row-fluid form select {
  background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/ps4-Pack/angle-arrow-down-black.svg)no-repeat;
  background-position: 97%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  background-size: 12px;
}


@media(max-width:480px){

  form .file-upload-button-label{
    font-size:12px;
  }

  form .file-upload-file-name{
    font-size:12px;
  }

}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input:focus {
  outline: none;
  border-color:#000000;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

body .row-fluid fieldset {
  max-width: 100%;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #233d63;
}

input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #6315ff;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin-left:0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
/* .inputs-list label > input,
.inputs-list label > span {
vertical-align: middle;
} */

ul.no-list {
  list-style: none;
}

.hs-field-desc {
  color: #233d63;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}

.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media(max-width:767px){

  body .row-fluid form .form-columns-2 .hs-form-field .hs-input {
    width: 100%!important;
  }

}

@media(max-width:400px){

  form .input{
    margin-right:0px!important;
  }

}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }

}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding:10px 15px;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: NeuzeitGroteskW01;
}


/*=====================================================================
header styling
========================================================================*/


/***********************Header fixed styling****************************/


@media(min-width:768px){

  

  .header-container-wrapper.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index:3;
    transition: all ease-in-out .4s;
  }  

  

}

/********************Header fixed styling Ends************************/

header.header {
  min-height: 95px;
  box-sizing:border-box;
}

.header-grp {
  background:#ffffff;
  position: relative;
  z-index:3;
  line-height:0;
  padding: 10px 0px;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  font-size:15px;
  color:#484848;
  font-family: Raleway;
  font-weight: regular;
  line-height: 0;
  letter-spacing: 1px;
  font-style: normal;
  text-decoration: none;
}


.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 20px 7.5px;
  white-space: normal;
  max-width: 100%;
}


.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  font-size:15px;
  color:#484848;
  font-family: Raleway;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  margin: 0px;
  line-height: 0;
  letter-spacing: 1px;
}

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a{
  color:#2c2d96;
} 

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active a{
  color:#2c2d96;

}


body .header-section a.cta_button{
  font-size:10px;
  color:#ffffff;
  font-family: Lato;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  margin: 0px;
  padding:0px 5px; 
} 



/*Sub Menu*/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  background:#ffffff;
  box-shadow: 0 0 2px rgba(0,0,0,0.21);
  min-width: 150px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  font-size:10px;
  color:#484848;
  font-family: Lato;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  margin: 0px;
  line-height: 0;
  letter-spacing: 1px;
  padding: 7.5px 15px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a{
  color:#2c2d96;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active a{
  color:#2c2d96;

}

/*===== New Header Styling ===========*/

body .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: 151px;
  top:5px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  ul.hs-menu-children-wrapper li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a{
  font-size:10px;
  color:#484848;
  font-family: Lato;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  margin: 0px;
  line-height: 0;
  letter-spacing: 1px;
  padding: 7.5px 15px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li:hover a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li:hover a{
  color:#2c2d96;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li.active a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li.active a{
  color:#2c2d96;

}

/*===== New Header Styling ===========*/

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

  body .row-fluid .header-grp a.cta_button {
    padding: 11px 3px;
    font-size: 11px;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 29px 8px 26px;
  }

}

@media(max-width:1142px) and (min-width:1025px){

  body .row-fluid .header-grp a.cta_button {
    padding: 11px 11px;
    font-size: 15px;
  }

}

@media(min-width:768px){

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li a{
    padding: 7.5px 15px;
  }

   .header-grp .header-menu .hs-menu-wrapper{
    float:left;
  } 

 

  .span5.header-menu.vertical-center.custom-menu-primary {
    width: 55%;
    margin-left: 8.7%;
  }

  .header-grp .custom-menu-primary .hs-menu-wrapper>ul ul li:first-child {
    padding-top: 10px;
  }

  .header-grp .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 0;
  }

}

/* @media (max-width:767px){
  .header-grp {
    background: #f0800e;
  }
}
 */


@media(max-width:767px){

  body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    padding:0px; 
  }

  .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>ul li.hs-item-has-children ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul li.hs-item-has-children ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding:15px;
  }

  .header-grp ul.hs-menu-children-wrapper{
    background: #233d63;
    box-shadow: none;
  }

  .header-grp .right-col {
    display: none;
  }

  .header-grp {
    padding: 24px 0px;
  }  

  body .row-fluid .header-grp a.cta_button{
    display: block;
    border-radius: 0;
    padding: 11px 20px;
    float:none;
    clear:both;
    box-sizing:border-box!important;
  }

  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li a {
    color: #484848;
    border-bottom: 1px solid #f3f3f3;
  }  

  .header-container-wrapper{
    z-index:9;
  }

  body .container-fluid .row-fluid .logo-image{
    width: 50%;
    float: left;
  }  

  .custom-menu-primary .hs-menu-wrapper,
  .span1.header__search.header--element.vertical-center,
  .span3.right-col.vertical-center.align-right
  {
    display:none;
  }  

  body .container-fluid .row-fluid  .mobile-trigger{
    top:-33px;
    cursor:pointer;
  }


  body .row-fluid .custom-menu-primary.js-enabled .hs-menu-wrapper{
    top: 63px;
    position:absolute;
  }

  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 15px 15px;
    color:;
  }

  body .container-fluid .row-fluid .custom-menu-primary.js-enabled {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    right: 0;
    top: 36px;
    padding: 0;
  }  

  body .container-fluid .row-fluid  .mobile-open .mobile-trigger,
  body .container-fluid .row-fluid  .mobile-trigger {
    background-color: transparent;
    border: none;
  }

  body .container-fluid .row-fluid .mobile-trigger:hover i, 
  body .container-fluid .row-fluid .mobile-trigger:hover i:before, 
  body .container-fluid .row-fluid .mobile-trigger:hover i:after, 
  body .container-fluid .row-fluid .mobile-open .mobile-trigger i, 
  body .container-fluid .row-fluid .mobile-open .mobile-trigger i:before, 
  body .container-fluid .row-fluid .mobile-open .mobile-trigger i:after {
    background-color: #333647;

  }

  body .container-fluid .row-fluid .mobile-trigger i, 
  body .container-fluid .row-fluid .mobile-trigger i:before, 
  body .container-fluid .row-fluid .mobile-trigger i:after {
    width: 30px;
    height: 4px;
    background-color: #333647;
  }

  body .container-fluid .row-fluid .mobile-trigger i:before {
    top: -8px;
  }

  body .container-fluid .row-fluid .mobile-trigger i:after {
    top: 8px;
  } 

  body .container-fluid .row-fluid .mobile-trigger{
    top: -33px;  
  }  

  .span3.logo-image.vertical-center {
    max-width: 75%;
  }

}




/*====================================================
MOBILE MENU 
====================================================*/                

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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




/*===========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
============================================================================*/


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


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

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

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 7px;          /* Position Button at right of screen  */
    right: 11px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #000000; 
    transition: all .3s ease-in-out;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: transparent; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 35px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
    transition: all .3s ease-in-out;
  }
  .mobile-trigger i:before{
    top: -10px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 10px; /* Position bottom line */
  }

  .mobile-open .mobile-trigger i {
    background: transparent;
    transition: all .3s ease-in-out;
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
  }
  .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #000000; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; 
    cursor: pointer; 
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; 
    min-width: 55px !important;
    height: 45px !important; 
    padding: 0 !important;
    border-left: 1px dotted #000000;
  }

  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }

  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#000000; /* Icon color */
    display: block;
  }

  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


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

  .custom-menu-primary.js-enabled{
    /*     position: inherit;
    top:-30px; */
    /*     padding-top: 44px; /* Makes room for button */
    /*     margin: 10px 0 10px 0; */ 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fafbfe; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted #000000; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }

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

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

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

.footer-grp{
  background:#FFFFFF;
  padding: 67px 0px 29px;
  position:relative;
  z-index:2;
}

body .row-fluid .footer-grp li.hs-menu-item a{
  padding:0 20px;
  font-size:16px;
  font-family:Raleway;
  color:#3e4543;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
}

.footer-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width:165px;
}

.secondar-menuitem  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  font-size:14px;
  font-family:Raleway;
  color:#3e4543;
  font-style: ;
  text-decoration: none;
  font-weight: normal;
}

.footer-grp h3{
  font-family:Raleway;
  color:#FFFFFF;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-size:24px;
}

.footer-grp p{
  font-family:Raleway;
  color:#3e4543;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-size:16px;
}

.footer-col-heading {
  margin-bottom: 22px;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.13;
}

.footer-grp .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
  padding: 6px 0px;
}

.footer-social-icons {
  margin: 0 5px;
}


.footer-container-wrapper .footer-logo{
  margin-bottom:26px;
}

.footer-grp ul {
  list-style: none;
  margin-top: 0;
}

.footer-container-wrapper .connected-col ul{
  margin:0;
  padding:0;
  list-style: none;
}

.footer-grp ul.contact-info {
    padding-left: 0;
}


.footer-container-wrapper .connected-col ul li{
  margin:0;
  padding:0px 0px 0px 5px;
  display:inline-block;
}

.footer-container-wrapper .connected-col ul li:first-child{
  padding-left:0;
}

.copy-right-text p{
  margin: 0;
}

.footer-grp .wrapper:before{
  position: absolute;
  z-index: 1;
  content: '';
  width: calc(100% - 30px);
  height: .2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
  background: #00011a;
  top: -67px;
  opacity: 0.3;
}

.footer-grp .wrapper {
  position: relative;
  z-index: 1;
}

body .section-padding{
  padding: 120px 0;
}

.footer-container-wrapper .description-text{
  max-width:276px;
  margin-left: 0px;
}

.footer-container-wrapper .bottom-row{
  padding-top:75px;
}

body .row-fluid .footer-container-wrapper .privacy-policy a {
  margin-left: 40px;
}

body .row-fluid .footer-container-wrapper .privacy-policy a:first-child {
  margin-left: 0px;
}

.footer-container-wrapper .two-col .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
  max-width: 232px;
  margin: 0 auto;
}


.footer-grp .privacy-policy ul li {
  display: inline-block;
  margin-left: 25px;
}

body .row-fluid .popular-cm .pop-news-post-item {
    align-items: unset;
}


body .row-fluid .footer-grp .pop-news-post-image {
  border-radius: 50%;
  max-width: 40px;
  height: 40px;
  margin: 5px 10px 5px 0px;
}

body .row-fluid .footer-grp .privacy-policy ul li a:last-child {
  padding-right: 0;
}

body .row-fluid .footer-grp .two-col ul li,
body .row-fluid .footer-grp .three-col ul li{
  margin-bottom: 9px;
  float:none;
}

.footer-container-wrapper .span12.widget-span.widget-type-cell.wrapper.equal-height-container {
  position: relative;
  z-index: 1;
}

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

  body .row-fluid .footer-container-wrapper .privacy-policy a {
    margin-left: 5px;
  }

  .footer-container-wrapper .bottom-row {
    padding-top: 35px;
  }

  .footer-container-wrapper .connected-col ul li {
    padding: 0px 0px 0px 4px;
  }

  .footer-container-wrapper .three-col {
    padding-left: 15px;
  }

  .footer-container-wrapper .span2.widget-span.widget-type-cell.four-col {
    width: 17%;
    margin: 0;
  }

  .footer-container-wrapper .three-col ul {
    padding-left: 0;
  }

  .footer-grp .privacy-policy ul li {
    margin-left: 0px;
  }

  .footer-grp li.hs-menu-item a {
    padding: 0;
  }

  .footer-grp .privacy-policy h6 {
    margin-left: 3px;
  }

}


@media(max-width: 767px){

  body .section-padding{
    padding: 60px 0;
  }
  body .row-fluid .footer-grp li.hs-menu-item a {
    padding: 0;
  } 
  
body .row-fluid .footer-grp .social-links {
  text-align:left;
  }

  .footer-grp .privacy-policy ul li {
    margin-left: 0px;
  }
  .footer-grp .privacy-policy {
    text-align: left;
  }

  .footer-grp .privacy-policy ul li {
    display: block;
    float: none!important;
    padding-bottom: 10px;
  }

  .footer-container-wrapper .two-col .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    max-width: 100%;
    margin: 0 auto;
  }
  .footer-grp .privacy-policy h6 {
    display: block;
    margin-left: 0px;
    text-align: left;
  }

  .footer-grp .copy-right-text {
    margin-bottom: 16px;
  }

  .footer-grp ul {
    padding-left: 0px;
  }

  .footer-container-wrapper .three-col {
    padding-left: 0;
  }

  .footer-container-wrapper .bottom-row {
    padding-top: 20px;
  }

  .footer-container-wrapper .connected-col ul {
    text-align: left;
  }

  .copy-right-text p {
    padding: 5px 0px;
  }

  .footer-container-wrapper .description-text {
    max-width: 100%;
    margin-bottom:15px;
  }
  
  .footer-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    max-width:100%;
  }

}




/*================================================================
Subscribe section styling
=================================================================*/


.subscribe-section{
  background:;
  padding: 121px 0 84px;
}  


.subscribe-section h6{
  color:#233d63;
  font-weight: 400;
  margin-top: 12px;
}  

.form-subscribe-section form{
  max-width: 610px;
  margin: 35px auto 0;
  position:relative;
}  

.form-subscribe-section .hs-input:not([type=radio]):not([type="checkbox"]) {
  border-radius: 4px;
  border: solid 1px ;
  background-color: #ffffff;
  color: rgba(35, 61, 99, 0.5);
  font-weight: 400;
  padding: 0 20px;
  min-height:80px;
  padding-right:45%;
}

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

.row-fluid .form-subscribe-section .hs-button,
.form-subscribe-section input.hs-button{
  min-width: 34%;
  position: absolute;
  top: 11px;
  right: 10px;
}  

.subscribe-section.square-right-vector:after{
  top:-87px;
}


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

  .subscribe-section{
    padding: 80px 0px;
    margin-top:40px;
  }  

}


@media (max-width:767px){

  /*   .form-subscribe-section .hs-input {
  height: 60px;
}
  */
  body .row-fluid .form-subscribe-section .hs-button,
  .form-subscribe-section input.hs-button{
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
  }

  .field {
    margin-bottom: 0;
  }

  .form-subscribe-section .hs-input{
    padding-right:8%;
  }

  .form-subscribe-section {
    padding: 50px 0px;
    margin-top:30px;
  }  

}



/*================================================================
Global Styling
=================================================================*/

.section-heading {
  max-width: 655px;
  margin: 0 auto 60px;
  text-align:center;
}

@media(max-width: 767px) {
  .section-heading {
    margin: 0 auto 30px;
  }
}



/*================================================================
Homepage Styling Starts Here
=================================================================*/

/*================================================================
Homepage Banner Section
=================================================================*/

.two-cta-container .left-cta{
  margin-right:20px;
  margin-bottom:15px;
}

.image-container {
  z-index: 1;
  position: relative;
}


.image-container:before {
  content: "";
  right: -21px;
  top: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, #d1f4ff, #a4e5ff);
  height: 100%;
  position: absolute;
  z-index: -1;
}


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

  .two-cta-container .left-cta {
    margin-right: 0px;
    margin-bottom: 20px;
    display: block;
  }

  .two-cta-container .right-cta {
    display: block;
  }

  .two-cta-container a.cta_button {
    display: block;
  }

}


@media(max-width:767px){

  .two-cta-container{
    max-width:100%;
  }

  body .row-fluid .two-cta-container a.cta_button{
    display:block;
    margin-right:0;
    margin-left:0;
  }

  .two-cta-container .transparent-cta{
    margin-left:0px;
    display:block;
    margin-right: 0px;
  } 

  .homepage-section-banner img {
    position: relative;
    top: 0;
    margin-top:40px;
  }

  .image-container {
    float: none;
    text-align: center;
  }

}

/*================================================================
Homepage Section 1 Starts Here
=================================================================*/




/*================================================================
Homepage Section 2 Starts Here
=================================================================*/
.list-item-cm-section {
  display: block;
}

.list-item-cm-section ul {
  margin: 10px 0px 60px;
}
.list-item-cm-section ul li {
  margin-bottom: 7px;
}

.image-container {
  float: right;
  top: 0px;
}

@media(max-width:767px){

  .image-container {
    float: none;
    top: 30px;
    text-align: center;
  }

  .image-container:before{
    display:none;
  }

}

/*================================================================
Homepage How We Work Starts Here
=================================================================*/

.how-we-work-section .text-cont{
  max-width:418px;
  margin:50px 50px 50px auto;
}

.how-we-work-section .image_container {
  padding-bottom: 70px;
}

@media(max-width:767px){

  .how-we-work-section .text-cont{
    max-width:100%;
    margin:50px auto;
  }

  .how-we-work-section .image_container {
    padding-bottom: 0;
  }

}

/*================================================================
Homepage Tabber Starts Here
=================================================================*/

.list-of-services-tabber .tabber-content{
  display:none;
}

.list-of-services-tabber .tabber-content.active{
  display:block;
  max-width:548px;
  margin:0 auto;
}

.list-of-services-tabber .left-col.tabber-list-item li {
  margin-bottom: 38px;
  cursor:pointer;
}

.list-of-services-tabber .left-col.tabber-list-item li.active h5{
  color: #2c2d96;
  position:relative;
  z-index:1;
}

.list-of-services-tabber .left-col.tabber-list-item ul{
  max-width:418px;
  margin-top:0;
  width:100%;
}
.list-of-services-tabber .right-col{
  border-left: 0.7px solid #484848;
  padding-left: 30px;
}
.list-of-services-tabber .left-col.tabber-list-item li.active:after{
  position:absolute;
  z-index:1;
  top:8px;
  right:0px;
  bottom:0;
  width:8px;
  height:14px;
  background:url('https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/right%20path.svg')no-repeat;
  background-position:center;
  background-size:cover;
  content:'';
}

.list-of-services-tabber {
  margin-top: 91px;
}

.list-of-services-tabber .right-col .text-cont h4 {
  margin-bottom: 22px;
}

.list-of-services-tabber .text-cont {
  margin-bottom: 10px;
}

.list-of-services-tabber .tabber-cont .hs_cos_wrapper{
  position:relative;
  z-index:1;
}

.list-of-services-tabber .tabber-cont .hs_cos_wrapper .transparent-cta{
  position:absolute;
  bottom:50px;
}

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

  .list-of-services-tabber .left-col.tabber-list-item ul{
    width:auto;
  }

  .list-of-services-tabber .left-col.tabber-list-item li.active h5{
    max-width:95%;
  }

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

  .tabber-section {
    margin: 30px 0px 40px;
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.21);
    padding: 20px 0px;
    text-align: center;
  }

  .list-of-services-tabber .left-col.tabber-list-item ul{
    max-width:100%;
    padding: 0;
    border: none;
    text-align:center;
    position:relative;
    z-index:1;
    top:-40px;
    display:none;
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.21);
  }

  .list-of-services-tabber .left-col.tabber-list-item ul#filter-select li {
    background: rgba(241, 251, 255, 1);
  }

  .list-of-services-tabber .right-col {
    border: 0;
    padding-left: 0;
  }

  .list-of-services-tabber .left-col.tabber-list-item li.active:after{
    display:none;
  }

  .list-of-services-tabber .left-col.tabber-list-item ul#filter-select li.active {
    color: #ffffff;
    background: #2c2d96;
    border-radius: 0px;
    cursor: pointer;
  }

  .list-of-services-tabber .left-col.tabber-list-item ul#filter-select li{
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.21);
    margin:0;
    padding:20px;
  }

  .list-of-services-tabber .tabber-section .mobile-tab-text{
    position:relative;
    z-index:1;
    display:block;
    cursor:pointer;
  }

  .list-of-services-tabber .tabber-section .mobile-tab-text:before {
    content: '';
    top: 4px;
    right: 25px;
    position: absolute;
    font-size: 32px;
    cursor: pointer;
    background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/download%20%281%29.svg)no-repeat;
    width: 20px;
    height: 20px;
  }

  .tabber-section .mobile-tab-text.down:before {
    transform: translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(180deg) skew(0,0);
    transform-style: preserve-3d;
  }

  .list-of-services-tabber {
    margin-top: 0;
  }

  .list-of-services-tabber .text-cont {
    margin-bottom: 40px;
  }

  .list-of-services-tabber .tabber-cont .hs_cos_wrapper .transparent-cta{
    position:relative;
    bottom:0;
  }

  .list-of-services-tabber .left-col.tabber-list-item li.active h5{
    margin:0px;
    color:#ffffff;
  }

  .list-of-services-tabber .left-col.tabber-list-item li h5{
    margin:0px;
  }

  .list-of-services-tabber .tabber-content.active{
    max-width:100%;
  }

}

@media(max-width:480px){

  .tabber-section {
    padding: 20px 40px;
  }

  .list-of-services-tabber .tabber-section .mobile-tab-text:before {
    top:31%;
    right: -25px;
  }

}


/*================================================================
Homepage Slider Starts Here
=================================================================*/

.slider-container .slide-box{
  background: #ffffff;
  padding: 36px 48px 45px 48px;
  max-width: 391px;
  margin: 54px 15px 36px 15px;
  box-sizing: border-box;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
}

.slider-container .slide-box.slick-active{
  opacity: 1;
  transform: scale(1);
  max-width: 390px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.21);
}

.slider-container .slide-box:focus{
  outline: none;
}

.slider-container .slide-box img{
  margin: 0 auto 10px auto;
}

.slider-container .persional-details{
  margin-top: 40px;
}
.slider-container p {
  margin-bottom: 80px;
}
.slider-container .image-here{
  min-height: 67px;
  min-width: 67px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius:  50%;
  display: inline-block;
  vertical-align: middle;
}

.slider-container .name-desc{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 10px;
}

.slider-container .name-desc h3,
.slider-container .name-desc p{
  display: inline;
}

.slider-container ul.slick-dots{
  text-align: center;
} 

.slider-container .slick-dots li button{
  height: 0;
  width: 0;
  font-size: 0;
  border: none;
  background: transparent;
}

.slider-container .slick-dots li button:focus{
  outline: none;
}

.slider-container .slick-dots li{
  display: inline-block;
  background-color: #BEBFC0;
  height: 5px;
  width: 25px;
  text-align: center;
  cursor: pointer;
  margin: 0 3px;
}

.slider-container .slick-dots li.slick-active{
  background: #2c2d96;
}

@media(max-width:1250px)and(min-width:1024px){

  .slider-container .slide-box{
    max-width: none;
    padding: 30px 25px 45px 25px;
  }

  body .row-fluid .slider-container .slide-box.slick-active{
    max-width: none;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
    box-shadow:none;
  }

  body .row-fluid .slider-container .slide-box.slick-active.slick-current{
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.21);
  }

  .slider-container .name-desc{
    text-align: center;
    margin-left: 0;
  }

}

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

  body .row-fluid .slider-container .slide-box{
    max-width: none;
    padding: 30px 20px 45px 20px;
  }

  body .row-fluid .slider-container .slide-box.slick-active{
    max-width: none;
  }

  .slider-container .name-desc{
    text-align: center;
    margin-left: 0;
  }

}

@media(max-width:767px){

  body .row-fluid .slider-container .slide-box{
    max-width: none;
    margin:26px 30px 36px 30px;
    padding: 30px 20px 25px 20px;
  }

  body .row-fluid .slider-container .slide-box.slick-active{
    max-width: none;
    margin:26px 30px 36px 30px;
  }

  .slider-container p {
    margin-bottom: 40px;
  }

  .slider-container .name-desc,
  .slider-container .image-here{
    margin-bottom:20px;
  }

}


/*****************************************/
/* HomePage Section5 Starts here        */
/*****************************************/

.homepage-section-5 .section-heading {
  margin-bottom: 90px;
}


/*****************************************/
/* HomePage Section6 Starts here        */
/*****************************************/

.homepage-section-6 .section-heading {
  margin-bottom: 30px;
}

.our-shopify-network .text-cont{
  max-width:345px;
  margin:0 43px 50px auto;
}

.our-shopify-network .text-cont p{
  font-size:16px;
}

.our-shopify-network .hs-cos_wrapper{
  display:block;
  width:100%;
  margin-top:99px;
}
.our-shopify-network .right-col {
  position: relative;
}

.our-shopify-network{
  margin-bottom: 100px;
}

.our-shopify-network .hs-cos_wrapper .transparent-cta,
.our-shopify-network .hs-cos_wrapper .solid-cta{
  margin-top:60px;
}

body .row-fluid .our-shopify-network .right-col {
  position: relative;
  justify-content: flex-end;
}

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

  body .our-shopify-network#tab-1:after,
  body .our-shopify-network#tab-2:after,
  body .our-shopify-network#tab-3:after,
  body .our-shopify-network#tab-4:after,
  body .our-shopify-network#tab-5:after{
    left:0;
    top:0;
  }

  .our-shopify-network .text-cont {
    max-width: 345px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .our-shopify-network .hs-cos_wrapper {
    margin-top: 80px;
    margin-right: 30px;
  }

}

@media(max-width:767px){

  .our-shopify-network .hs-cos_wrapper {
    margin-top: 50px;
  }

  .our-shopify-network .hs-cos_wrapper .image_container{
    padding:0px 15px
  }

  .our-shopify-network .hs-cos_wrapper .transparent-cta {
    margin-top: 30px;
  }

  .our-shopify-network .left-col {
    margin-bottom: 50px;
  }

  .our-shopify-network .right-col{
    margin-bottom:50px;
  }



  .our-shopify-network .text-cont{
    max-width:415px;
    margin:0 auto;
    padding:0px 15px;
  }

  body .our-shopify-network#tab-1:after,
  body .our-shopify-network#tab-2:after,
  body .our-shopify-network#tab-3:after,
  body .our-shopify-network#tab-4:after,
  body .our-shopify-network#tab-5:after{
    left:0;
    top:0;
  }

  body .row-fluid .dnd-homepage-section6-column-1-row-0-margin {
    margin-bottom: 50px !important;
  }

  .homepage-section-5 .section-heading {
    margin-bottom: 60px;
  }

  .our-shopify-network {
    margin-bottom: 60px;
  }

}
/*====================================================================
Homepage Client Logo  Styling Starts Here
====================================================================*/

.homepage-client-logos .hs_cos_wrapper_type_linked_image img{
  max-height: 40px;
}

@media(max-width: 767px) {
  .homepage-client-logos .hs_cos_wrapper_type_linked_image img{
    margin-bottom: 40px;
  }
}

/*====================================================================
Homepage 2 Banner Styling Started Here
====================================================================*/

body .dnd-areahomepage2-row-0-force-full-width-section > .row-fluid {
  padding: 0!important;
}

.homepage2-section-banner{
  position: relative;
  height: 83vh;
  z-index: 2;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  width: 100%;
}

.homepage2-section-banner video {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  content: '';
  bottom: 0;
  z-index: -1;
  object-fit:cover;
}

.homepage2-section-banner:after{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  content: '';
}


.homepage2-section-banner .play-button {
  position: absolute;
  display: block;
  content: '';
  box-sizing: border-box;
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 8px 0 10px 14px;
  width: 10px;
  height: 10px;
  left: 24px;
}

.homepage2-section-banner .video-section{
  cursor: pointer;
  position: relative;
  border:2px solid white;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  margin-left:auto;
  margin-top: 20px;
  margin-right:auto;
}



.homepage2-section-banner .video-section:hover{
  background-color: white;
}

.homepage2-section-banner .video-section:hover .play-button{
  border-color: transparent transparent transparent #2c2d96;
}

.homepage2-section-banner .video-title {
  margin-top: 18px;
}  

@media (max-width: 767px){

  .homepage2-section-banner .play-button {
    text-align: center;
    margin-top: 0px;
  }

  .homepage2-section-banner {
    height: 63vh;
  }

  .homepage2-section-banner{ 
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  body .dnd-areahomepage2-row-0-vertical-alignment.dnd-section.dnd-areahomepage2-row-0-padding {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }



}

/*====================================================================
Homepage 3 Banner Styling Started Here
====================================================================*/
.homepage-section-banner-3 {
  position: relative;
  z-index: 1;
}
.homepage-section-banner-3 .play-button {
  position: absolute;
  right: 38%;
  left: unset;
}
.homepage-section-banner-3 .video-title {
  display: none;
}

.homepage-section-banner-3 .left-col {
  position: relative;
}

.homepage-section-banner-3:before {
  position: absolute;
  content: '';
  background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/banner%202%20overlay%20image.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -200px;
  top: 0;
  opacity: 0.9;
  z-index: 0;
  width: 100%;
  height: 102%;
}

@media (min-width:768px){
  .play-button {
    position: absolute;
    left: -4%;
  }
}

@media(max-width: 1200px) {

  .homepage-section-banner-3:before {
    background-size: cover;
    width: 1220px;
  }

  .homepage-section-banner-3 {
    padding: 0px;
  }

  body .row-fluid .dnd-section.dnd-areahomepage3-row-0-vertical-alignment {
    padding-top: 0px!important;
    padding-bottom: 0px !important;
  }

}

@media(max-width:767px) {

  .homepage-section-banner-3>.row-fluid-wrapper:before {
    background-position: center;
    background-size: cover;
    left: 0;
    height: 102%;
  }

  body .row-fluid .dnd-homepage-banner-column-1-row-0-padding {
    padding-left: 0!important;
  }

  .play-button {
    text-align: center;
    margin-top: 30px;
  }

  body .row-fluid .dnd-section.dnd-areahomepage3-row-0-vertical-alignment {
    padding-top: 0px!important;
    padding-bottom: 0px !important;
  }
  .homepage-section-banner-3 .play-button {
    right: 0;
    left: 0;
  }
  body .homepage-section-banner-3 {
    padding: 120px 0px 180px;
  }

}


/*****************************************/
/* About Page Styling Starts  here       */
/*****************************************/

/*****************************************/
/* About Page Banner Starts  here       */
/*****************************************/

.about-section-banner .custom-p {
  margin-top: 62px;
}

.about-section-banner .custom-p p{
  margin: 0px 0px 12px;
}


@media(max-width:767px){

  .about-section-banner img {
    margin-bottom: 37px;
  } 

}


/*****************************************/
/* About Page Section 1 Starts  here    */
/*****************************************/

.about-two-image-cm .second-container {
  position: relative;
  top: 74px;
  left: -42px;
}

.about-two-image-cm .first-container {
  position: relative;
  z-index: 0;
}
.about-two-image-cm .image-container:before {
  content: "";
  right: 14px;
  top: 0;
  width: 100%;
  background-image: linear-gradient(to bottom,#d1f4ff,#a4e5ff);
  height: 100%;
  position: absolute;
  z-index: -1;
}
.about-two-image-cm .first-container {
  display: inline-block;
}

.about-two-image-cm .second-container {
  display: inline-block;
}

.about-two-image-cm h5 {
  margin: 15px 0px 0px;
}

.about-two-image-cm {
  padding-left: 15px;
}


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

  .about-two-image-cm .first-container {
    max-width: 49%;
  }

  .about-two-image-cm .second-container {
    max-width: 49%;
  }

}

@media(max-width:767px){

  .about-two-image-cm {
    margin-bottom:120px;
    text-align: center;
  }

  .about-two-image-cm .first-container {
    max-width: 49%;
  }

  .about-two-image-cm .second-container {
    max-width: 49%;
  }

}

@media(max-width:480px){

  .about-two-image-cm .first-container {
    max-width: 100%;
  }

  .about-two-image-cm .second-container {
    max-width: 100%;
    left: 0;
    top: 0;
    margin-top: 50px;
  }

  .about-two-image-cm {
    margin-bottom: 60px;
  }

}

/*****************************************/
/* About Page Section 2 Starts  here    */
/*****************************************/

.about-section-2 ul li {
  display: inline-block;
  margin-left: 63px;
  margin-bottom: 27px;
}

.about-section-2.heading-paragraph p {
  margin-bottom: 30px;
}

.about-section-2 .two-cta-container {
  max-width: 100%;
}


.about-section-2 ul {
  margin-top: 32px;
  margin-bottom: 60px;
}



@media(max-width:767px){

  .about-section-2 ul li {
    display: block;
    margin-left: 30px;
    text-align: left;
  }

}
/*====================================================
Generic Page Styling Starts Here 
=====================================================*/


body .generic-section .dnd-section:first-child>.row-fluid {
  border-bottom: solid .2px #00011a;
}

body .generic-section .list-item-cm-section ul {
  margin-bottom: 30px;
}

.generic-section-banner h1 {
  margin-bottom: 63px;
}

.generic-section-1 h2 {
  margin-bottom: 38px;
}
.generic-section-1 ul {
  padding-left: 14px;
  margin: 3px 0px 17px;
}

.generic-section-banner .dnd-section>.row-fluid {
  border-bottom: solid 0.2px #00011a;
}

.generic-section-1 h5 {
  margin: 24px 0px 30px;
}

@media(max-width:767px) {
  .generic-section-banner h1 {
    margin-bottom: 30px;
  }

  body .row-fluid .dnd-generic-banner-column-1-row-1-margin {
    margin-bottom: 30px !important;
  }
}

/*====================================================
Blog Listing Styling 
=====================================================*/



body .row-fluid .blog-subscribe-section .form-container{
  max-width:475px;
  margin:20px auto 30px;
  float:none;
  position:relative;
}

.blog-subscribe-section .form-container form .actions{
  position: absolute;
  top: 0px;
  right: 0;
}

.blog-subscribe-section .form-container form .hs-button{
  border: 0;
  padding: 14px 40px;
  font-size: 0;
  background-image: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/Assets%20Growthkit/arrow%20%281%29.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  width: 26px;
  height: 50px;
}


.blog-subscribe-section .form-container form input{
  border:1px solid ;
  height:50px;
  padding:15px 25px;
}

.blog-subscribe-section .form-container form input::placeholder{
  color:;
  font-size:14px;
  line-height:22px;
  font-family:;
}

.blog-subscribe-section .post-filter ul li{
  display:inline-block;
  margin-left:0;
  margin-right:40px;
  position:relative;
}

.blog-subscribe-section .post-filter ul li:last-child{
  margin-right:0;
}

.blog-subscribe-section .post-filter ul li:last-child:after{
  display:none;
}

.blog-subscribe-section .post-filter ul li:after{
  position:absolute;
  right:-23px;
  top:8px;
  bottom:7px;
  content:'';
  background:;
  width:1px;
}

.blog-subscribe-section .post-filter ul li a{
  color:;
  font-size:18px;
}

.blog-subscribe-section .post-filter ul{
  margin:0;
}

.blog-subscribe-section .post-filter .filter-link-count{
  display:none;
}

.blog-subscribe-section .form-container form .hs-form-required{
  display:none;
}


@media(max-width:1024px){

  .blog-subscribe-section .post-filter ul li:after{
    right:-16px; 
  }

  .blog-subscribe-section .post-filter ul li {
    margin-right: 26px;
  }
}




/*===========================================================
Recent Post Section Styling 
============================================================*/


body.category-page .recent-post-section{
  display:none!important;
}

.recent-post-section{
  padding:10px 0 60px;
  position:relative;
}

.recent-post-section .wrapper{
  position:relative;

}

.recent-post-section .wrapper:after{
  position:absolute;
  right:0;
  left:0;
  bottom:-60px;
  content:'';
  background-image: linear-gradient(to right, #ffffff, #0d1d6f 52%, #ffffff 99%);
  width:100%;
  height:2px;
}

.recent-post-section .heading-container{
  position:relative;
  margin-bottom:80px;
}

.recent-post-section .heading-container:after{
  position: absolute;
  left: 0;
  top: 17px;
  content: '';
  background-image: linear-gradient(to right,#ffffff,#0d1d6f 53%,#0d1d6f);
  height: 2px;
  width: 40%;
}

.recent-post-section .heading-container:before{
  position: absolute;
  right: 0;
  top: 17px;
  content: '';
  background-image: linear-gradient(to right,#ffffff,#0d1d6f 53%,#0d1d6f);
  height: 2px;
  width: 40%;
  transform: rotate(180deg);
}

.recent-post-section .post-listing-container{
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recent-post-section .post-item-cont {
  float: left;
  width: 30.95%;
  display: block;
  align-self: stretch;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 3.56%;
  padding: 0;
  box-sizing: border-box;
  transition: .3s all ease-in-out;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-radius:4px;
}

.recent-post-section .post-item-cont:last-child{
  margin-right:0;
}

.recent-post-section .post-item-cont .hs-featured-image-wrapper{
  height:203px;
}

.recent-post-section .post-item-cont .topic-list{
  margin:0;
}

.recent-post-section .post-item-cont .topic-list li{
  margin:0;
  display:none;
}

.recent-post-section .post-item-cont .topic-list li:first-child{
  display:block;
}

.recent-post-section .post-item-cont .topic-list li h5 a{
  font-size:16px;
  color:;
  font-weight:500;
}

.recent-post-section .post-item-cont .post-header h3{
  font-size:22px;
  font-weight:500;
  margin-bottom:22px;
}

.recent-post-section .post-item-cont .top-row{
  padding:24px 20px 0;
}

.recent-post-section .post-item-cont .text-container{
  padding:22px 20px 57px;
  margin-left:0;
}

.recent-post-section .post-item-cont .text-container p{
  margin-bottom:0;
}

.recent-post-section .post-item-cont .featured-image{
  margin-left:0;
}


@media(max-width:1024px){

  .recent-post-section .heading-container:before{
    right:-20px;
  }

  .recent-post-section .heading-container:after{
    left:-20px;
  }
}


@media(max-width:767px){

  .recent-post-section .post-item-cont{
    width: 100%;
    margin-right:0;
  }

  .recent-post-section .post-item-cont .text-container {
    padding: 22px 20px 37px;
  }

  .recent-post-section .heading-container:before,
  .recent-post-section .heading-container:after{
    top:11px;
  }
}

/*==============================================
Blog Content Section Styling 
=================================================*/

.blog-content-section{
  padding:90px 0 150px;
}

body.category-page .blog-content-section .right-col{
  display:none;
}

body.category-page .blog-content-section{
  padding: 90px 0 70px;
}

body.category-page .blog-content-section .blog-section .post-listing .post-item{
  flex-basis: 30.6%;
  -webkit-flex-basis: 30.6%;
  margin-right: 3.56%;
}

body.category-page .blog-content-section .blog-section .post-listing .post-item:nth-child(3n){
  margin-right:0!important;
}

body.category-page .blog-content-section .left-col{
  width:100%;
}

.blog-content-section .right-col{
  padding-left:8px;
}

.blog-content-section .left-col{
  padding-right:14px;
}

.blog-content-section .blog-section .post-listing{
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-content-section .blog-section .post-listing .post-item{
  float: left;
  display: flex;
  align-self: stretch;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 5.56%;
  padding: 0;
  box-sizing: border-box;
  transition: .3s all ease-in-out;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  background-color: #ffffff;
  border-radius: 4px;
  flex-basis: 46.89%;
  -webkit-flex-basis: 46.89%;
  margin-top:0;
}

.blog-content-section .blog-section .post-listing .post-item:nth-child(2n){
  margin-right:0;
}

.blog-content-section .blog-section .post-item .hs-featured-image-wrapper .hs-featured-image-link{
  height:203px;
  display:block;
}

.blog-content-section .blog-section .post-item .top-row{
  padding:24px 20px 0;
}

.blog-content-section .blog-section .post-item .post-header h3{
  margin-bottom: 22px;
}

.blog-content-section .blog-section .post-item .description-container{
  padding:22px 20px 57px;
}

.blog-content-section .blog-section .post-item .description-container p{
  margin-bottom:0;
}


@media(max-width:1200px){

  .blog-content-section .left-col {
    padding-right: 0;
  }
}

@media(max-width:1024px){

  body.category-page .blog-content-section{
    padding: 90px 0 50px;
  }
}


@media(max-width:767px){

  .blog-content-section .blog-section .post-listing .post-item{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-right:0;
  }

  .category-page .blog-content-section .blog-section .post-listing .post-item {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-right: 0;
  }

  .category-page .row-fluid .post-listing .post-item:last-child{
    margin-bottom:0;
  }

  .category-page .blog-pagination{
    margin-bottom:0;
  }

  .category-page .blog-content-section {
    padding: 20px 0 10px;
  }
}

/*======================================================
Popular Post Cm Styling 
========================================================*/

.popular-cm .pop-news-post-image{
  height:80px;
  width: 27.076923%;
}

.popular-cm .pop-news-post-title a{
  font-size:16px;
  line-height:22px;
  letter-spacing:0.18px;
  color:#233d63;
  font-family:;
  font-weight:600;
} 

.popular-cm .pop-news-post-title h5{
  line-height:22px;
}

.popular-cm h3{
  margin-bottom:22px;
}

.popular-cm .pop-news-post-item{
  margin-bottom: 21px;
  display: flex;
  float: left;
  align-items: center;
}


@media(max-width:767px){

  .popular-cm .pop-news-post-image{
    width: 52.076923%; 
  }

  .popular-cm .pop-news-post-title {
    padding-left: 16px;
  }
}

/*===============================================
Category Container Styling 
================================================*/

.category-container .heading h3{
  margin-bottom:20px;
}

.category-container ul li{
  margin-bottom:15px;
  margin-left:0;
  position:relative;
  z-index:1;
}

.category-container ul{
  margin:0;
}

.category-container ul li:before{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  background:#5c617d;
  width:100%;
  opacity:0.49;
  z-index:-1;
}

.category-container ul li:last-child{
  margin-bottom:0;
}

.category-container ul li a{
  padding:13px 25px;
  display:block;
  color:#ffffff;
}

.category-container{
  margin-top:20px;
  margin-bottom:40px;
}

.category-container ul li .filter-link-count{
  float:right;
}


@media(max-width:1024px){

  .category-container ul li .filter-link-count{
    float:none;
  }
}


@media(max-width:767px){

  .category-container ul li .filter-link-count{
    float:right;
  }
}


/*=============================================
Subscribe Form Container Styling 
================================================*/

.subscribe-form-cont{
  background:#233d63;
  padding:30px 32px 20px;
  margin-bottom:40px;
}

.subscribe-form-cont h3{
  max-width:211px;
  margin-bottom:20px;
}

.subscribe-form-cont p{
  font-size:10px;
  line-height:14px;
  letter-spacing:0;
  font-family:;
}

.blog-content-section .subscribe-form-cont p{
  font-size: 14px;
  line-height: normal;
}

.subscribe-form-cont form label{
  color:#ffffff;
  font-size:14px;
  line-height:18px;
  font-weight:600;
  font-family:;
}

.subscribe-form-cont form input{
  height:46px;
  padding:10px 20px;
  margin-bottom:0;
  margin-top:3px;
}

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

.subscribe-form-cont form .hs-button{
  width:100%;
  height: auto;
  padding: 9px 0;
  margin-bottom: 15px;
}


@media(max-width:1024px){

  .subscribe-form-cont form .hs-button{
    font-size: 14px;
    padding: 15px 0px;
    box-sizing: border-box!important;
    width: 100%; 
  }

}

/*=============================================
Tags Container Styling 
==============================================*/

.tags-container ul{
  margin:0;
}

.tags-container ul li{
  margin-left:0;
  display:inline-block;
  position:relative;
  z-index:1;
  margin-right:10px;
  margin-bottom:15px;
}

.tags-container ul li:before{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  background:;
  width:100%;
  opacity:0.49;
  z-index:-1;
}

.tags-container ul li a{
  color:#ffffff;
  font-size:16px;
  line-height:28px;
  letter-spacing:0;
  font-weight:normal;
  display:block;
  padding:4px 22px;
}

.tags-container ul li .filter-link-count{
  display:none;
}

/*==================================================
Blog Post Page Styling 
===================================================*/

.hs-blog-post .blog-subscribe-section{
  display:none;
}

.hs-blog-post .recent-post-section{
  display:none;
}

.hs-blog-post .blog-content-section .left-col{
  width:100%;
  padding:0;
}

.hs-blog-post .blog-content-section .right-col{
  display:none;
}

.hs-blog-post .row-fluid .blog-content-section .blog-section .post-header,
.hs-blog-post .blog-section .post-body{
  max-width:833px;
  margin:0 auto;
  float:none;
}

.hs-blog-post .blog-content-section .blog-section .author-container .left-column{
  height:66px;
  max-width:66px;
  border-radius:100%;
}

.hs-blog-post .blog-content-section .author-container .right-column a.author-link{
  font-size:18px;
  color:;
  letter-spacing:0;
}

.hs-blog-post .blog-content-section .author-container h6{
  font-size:18px;
  color:;
  font-family:;
  margin-bottom:0;
  font-weight:normal;
}

.hs-blog-post .blog-content-section .author-container span.min-read{
  padding-left:10px;
  position:relative;
}

.hs-blog-post .blog-content-section .author-container span.min-read:after{
  position:absolute;
  left:4px;
  top:3px;
  bottom:1px;
  content:'';
  background:;
  width:1px;
}

.hs-blog-post .blog-content-section .post-header h2{
  margin-bottom:30px;
}

.hs-blog-post .blog-content-section .author-container{
  margin-bottom:50px;
}

.hs-blog-post .blog-content-section .hs-featured-image-wrapper .hs-featured-image-link{
  height:566px;
  display:block;
  margin-bottom:40px;
}

.hs-blog-post .row-fluid .blog-content-section .wrapper{
  max-width: 100% !important;
  padding:0;
}

.hs-blog-post .blog-section .post-body h3{
  font-size:28px;
  line-height:36px;
  color:#233d63;
  letter-spacing:0;
  margin-bottom:20px;
  margin-top:20px;
}

.hs-blog-post .blog-section .post-body 43{
  font-size:24px;
  line-height:32px;
  color:#233d63;
  letter-spacing:0;
  margin-bottom:20px;
  margin-top:20px;
}

.hs-blog-post .blog-section .post-body img{
  margin:40px auto;
}

.hs-blog-post .blog-section .post-body ul li{
  margin-bottom:20px;
  position:relative;
}

.hs-blog-post .blog-section .post-body ul li:before{
  position:absolute;
  left: -17px;
  top: 14px;
  content:'';
  background:;
  width:8px;
  height:8px;
  border-radius:50%;
}

.hs-blog-post .blog-section .post-body ol li{
  margin-bottom:10px;
}

.hs-blog-post .blog-section .post-body blockquote{
  margin-top:60px;
}

.hs-blog-post .section22{
  display:none;
}

.hs-blog-post .row-fluid .comment-container{
  max-width:828px;
  margin:80px auto 0;
  float:none;
}

.hs-blog-post .row-fluid .comment-container form .hs-button{
  border:none;
}

.hs-blog-post .row-fluid .comment-container form textarea{
  resize:none;
  border:1px solid #233d63;
}

.hs-blog-post .row-fluid .comment-container form label{
  margin-bottom:9px;
}

.hs-blog-post .row-fluid .comment-container .heading{
  border-bottom:1px solid #233d63;
  margin-bottom:30px;
}

.hs-blog-post .row-fluid .comment-container .heading h3{
  font-weight:500;
  margin-bottom:20px;
}

.hs-blog-post .row-fluid .comment-container form input,
.hs-blog-post .row-fluid .comment-container form textarea{
  border:1px solid #233d63;
  font-size: 16px;
  padding: 10px 20px;
}

.hs-blog-post .row-fluid .comment-container .hs_recaptcha.hs-recaptcha{
  display:none;
}

.comment-container .comment-reply-to{
  background:none!important;
}

.hs-blog-post .row-fluid .post-sharing-container{
  max-width:834px;
  margin:60px auto 0;
  float:none;
}

.row-fluid .post-sharing-container h3{
  font-size:28px;
  line-height:36px;
  font-weight:500;
  letter-spacing:0;
}

.post-sharing-container ul li{
  background:#333647;
  border-radius: 50%;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  margin-left: 0;
  margin-right: 12px;
  width:22px;
  height:22px;
}

.post-sharing-container ul li i{
  color:#ffffff;
  font-size: 10px;
}

.post-sharing-container ul{
  margin-top:15px;
}

body .container-fluid .row-fluid .comment-container .comment-reply-to{
  border:none;
  padding:0;
  background:transparent;
  box-shadow:none;
}

.comment-container .comment-date{
  font-size: 16px!important;
  display: block!important;
  margin-bottom:10px;
}

.comment-container .comment.depth-0{
  border-top:none!important;
  border-bottom:1px solid #233d63;
  padding-top: 0;
  padding-bottom: 23px;
}

.comment-container form{
  margin-top:50px;
}

.comment-container .comment.depth-1{
  padding-top: 20px;
  border-bottom:1px solid #233d63;
  padding-bottom:15px;
}

.hs-blog-listing .post-sharing-container{
  display:none;
}

.hs-blog-listing .comment-container{
  display:none;
}

.page-numbers-container ul.page-numbers{
  text-align:center;
}

.page-numbers-container ul.page-numbers li{
  display: inline-block;
  margin-left: 0;
  margin-right: 9px;
}

.page-numbers-container ul.page-numbers li.current {
  background: #2c2d96;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}


.page-numbers-container ul.page-numbers li.current a {
  color: #ffffff;
}

.page-numbers-container ul.page-numbers li.current a{
  font-size:15.5px;
  letter-spacing:0;
  color:#ffffff;
  background:;
  width:24px;
  height:24px;
  border-radius:50%;
  line-height:24px;
  padding: 1px 8px;
}

.page-numbers-container ul.page-numbers li a{
  width:24px;
  height:24px;
  border-radius:50%;
  line-height:24px;
  font-size:15.5px;
  letter-spacing:0;
  color:;
  padding: 1px 8px;
}

.blog-pagination{
  position:relative;
}

.blog-pagination .next-posts-link{
  position: absolute;
  top: 42px;
  right: 0;
  border-radius: 100%;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 25px;
}

.blog-pagination .previous-posts-link{
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 100%;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 25px;
}

.blog-pagination .previous-posts-link img{
  transform:rotate(180deg);
}

@media(max-width:1024px){

  .hs-blog-post .row-fluid .blog-content-section .blog-section .post-header,
  .hs-blog-post .row-fluid .blog-content-section .blog-section .post-body{
    padding: 0 20px; 
  }

  .hs-blog-post .blog-content-section .hs-featured-image-wrapper .hs-featured-image-link{
    height:435px;
  }

  .hs-blog-post .row-fluid .post-sharing-container{
    padding:0 20px;
  }

  .hs-blog-post .row-fluid .comment-container{
    padding:0 20px; 
  }
}


@media(max-width:767px){

  .hs-blog-post .blog-content-section .blog-section .author-container .left-column{
    float: left;
    display: block;
    width: 66px; 
  }

  .hs-blog-post .blog-content-section .blog-section .author-container .right-column{
    width: 74.468085099%;
    float: left;
    padding-left: 10px;
    position: relative;
    top: 2px;
  }

  .blog-content-section {
    padding: 70px 0 70px;
  }

  .hs-blog-post .row-fluid .comment-container{
    margin: 30px auto 0; 
  }

  .hs-blog-post .blog-section .post-body blockquote{
    margin-top:40px;
  }

  .hs-blog-post .blog-section .post-body img{
    width:100%;
  }

  .hs-blog-post .blog-content-section .hs-featured-image-wrapper .hs-featured-image-link {
    height: 270px;
  }

  .hs-blog-post .blog-section .post-body h3{
    font-size:26px; 
  }

  .blog-pagination{
    margin-bottom:50px;
  }
}


/*==================================================
Related Post Section Styling 
===================================================*/

.related-post-cont{
  padding:80px 0 60px;
  float:left;
}

.hs-blog-listing .related-post-cont{
  display:none;
}

.related-post-cont .topic-container ul{
  margin:0;
}

.related-post-cont .topic-container ul li{
  margin-left:0;
  display:none;
}

.related-post-cont .topic-container ul li h5{
  font-weight:500;
}

.related-post-cont .topic-container ul li a{
  color:;
  font-size:16px;
  letter-spacing:0;
}

.related-post-cont .topic-container ul li:first-child{
  display:block;
}

.related-post-cont .post-header h2{
  font-size:22px;
  line-height:30px;
  letter-spacing:0;
  font-weight:500;
  margin-bottom:0;
}

.related-post-cont .hs-featured-image-wrapper{
  height:203px;
  display:block;
}

.related-post-cont .post-listing{
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.related-post-cont .post-listing .topic-post-item{
  float: left;
  display: flex;
  align-self: stretch;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 3.56%;
  padding: 0;
  box-sizing: border-box;
  transition: .3s all ease-in-out;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  background-color: #ffffff;
  border-radius: 4px;
  flex-basis: 30.95%;
  -webkit-flex-basis: 30.95%;
  margin-top: 0;
}

.related-post-cont .post-listing .topic-post-item:last-child{
  margin-right:0;
}

.related-post-cont .post-listing .topic-post-item .top-row{
  padding:24px 20px 22px;
}

.related-post-cont .post-listing .topic-post-item .text-container{
  padding:22px 20px 57px;
}

.related-post-cont .post-listing .topic-post-item .text-container p{
  margin-bottom:0;
}

.related-post-cont .heading{
  margin-bottom:50px;
}

.related-post-cont .heading h3{
  font-size:28px;
  line-height:36px;
  font-weight:500;
}

.related-post-cont .featured-image{
  margin-left:0;
}

.related-post-cont .text-container{
  margin-left:0;
}


@media(max-width:767px){

  body .row-fluid .related-post-cont .post-listing .topic-post-item{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-right:0;
    max-width:379px;
    margin:0 auto 40px;
    float:none;
  }

  .related-post-cont {
    padding: 60px 0 40px;
  }

}




/*====================================================
Section62 Styling 
======================================================*/


.hs-blog-listing .section62{
  display:none;
}

body .container-fluid .row-fluid .section62 .wrapper{
  max-width:834px!important;
}

.section62 .cm-container{
  padding:40px 80px 39px;
  position:relative;
  margin-top:100px;
}

.section62 .cm-container .right-cont img{
  position: absolute;
  right: 70px;
  top: -70px;
}

.section62 .cm-container h3{
  font-size:28px;
  line-height:36px;
  font-weight:500;
  margin-bottom:40px;
}



@media(max-width:1024px){

  body .container-fluid .row-fluid .section62 .wrapper {
    padding: 0 20px;
  }

}


@media(max-width:767px){

  .section62 .cm-container .right-cont img{
    position:relative;
    top:0;
    right:0;
  }

  .section62 .cm-container {
    padding: 40px 25px 39px;
    margin-top: 40px;
  }

  .section62 .cm-container .right-cont{
    margin-top:40px;
  }

}


/*================================================
Section63 Styling 
=================================================*/

.section63 .description-container h3{
  margin-top:40px;
}


/*====================================================
Portfolio Styling Starts Here 
======================================================*/

div.portfolio-pg .homepage-section-2 h1 {
  margin-bottom: 15px;
}

div.portfolio-pg .homepage-section-2 h4 {
  margin-top: 28px;
}

div.portfolio-pg .homepage-section-2 .two-cta-container {
  margin-top: 10px;
}

@media(min-width:768px){

  .filter-wrap span.items-wrapper {
    position: relative;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -4%;
    height: 100% !important;
  }

  .filter-wrap .two-col-adjust1 span>.hs_cos_wrapper {
    box-shadow: 0 2px 45px 0 rgba(0,0,0,0.05);
    background-color: #ffffff;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-right: 3.9%;
    margin-top: 40px;
    margin-bottom: 40px;
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    box-sizing: border-box;
  }

}

.portfolio-storeplace .text-cont{
  max-width:345px;
  margin:0 43px 50px auto;
}

.portfolio-storeplace .text-cont p{
  font-size:16px;
}

.portfolio-storeplace .hs-cos_wrapper{
  display:block;
  margin-top:99px;
  width:100%;
}

body .row-fluid .portfolio-storeplace .right-col {
  position: relative;
  justify-content: flex-end;
}

.portfolio-storeplace .hs-cos_wrapper .transparent-cta,
.portfolio-storeplace .hs-cos_wrapper .solid-cta{
  margin-top:60px;
}

.filter-wrap .two-col-adjust1 {
  margin-top: 81px;
}

.filter-wrap ul.menu.button-group li {
  margin: 0;
  display: inline-block;
  margin: 0px 17px 15px;
  cursor:pointer;
}

.filter-wrap ul.menu.button-group{
  display:inline-block;
  position:relative;
  z-index:1;
}

.filter-wrap ul.menu.button-group li.active {
  color: #2c2d96;
  text-decoration: underline;
}

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

  body .portfolio-storeplace#tab-1:after,
  body .portfolio-storeplace#tab-2:after,
  body .portfolio-storeplace#tab-3:after,
  body .portfolio-storeplace#tab-4:after,
  body .portfolio-storeplace#tab-5:after,
  body .portfolio-storeplace#tab-6:after,
  body .portfolio-storeplace#tab-7:after,
  body .portfolio-storeplace#tab-8:after,
  body .portfolio-storeplace#tab-9:after,
  body .portfolio-storeplace#tab-10:after,
  body .portfolio-storeplace#tab-11:after,
  body .portfolio-storeplace#tab-12:after,
  body .portfolio-storeplace#tab-13:after,
  body .portfolio-storeplace#tab-14:after,
  body .portfolio-storeplace#tab-15:after,
  body .portfolio-storeplace#tab-16:after,
  body .portfolio-storeplace#tab-17:after,
  body .portfolio-storeplace#tab-18:after,
  body .portfolio-storeplace#tab-19:after,
  body .portfolio-storeplace#tab-20:after{
    left:0;
    top:0;
  }

  .portfolio-storeplace .text-cont {
    max-width: 345px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .portfolio-storeplace .hs-cos_wrapper {
    margin-top: 70px;
    margin-right: 30px;
    margin-bottom: 10px;
  }

  div.portfolio-pg .filter-wrap .two-col-adjust1 {
    margin-top: 0;
  }

}

@media(max-width:767px){

  .portfolio-storeplace .hs-cos_wrapper {
    margin-top: 50px;
  }

  div.portfolio-pg .filter-wrap .two-col-adjust1 {
    margin-top: 0;
  }

  .portfolio-storeplace .hs-cos_wrapper .image_container{
    padding:0px 15px
  }

  .portfolio-storeplace .hs-cos_wrapper .transparent-cta {
    margin-top: 30px;
  }

  .portfolio-storeplace .span6.left-col {
    padding-top:50px;
    margin-bottom: 50px;
  }

  .portfolio-storeplace .span6.right-col{
    margin-bottom:50px;
  }

  .portfolio-storeplace .text-cont{
    max-width:415px;
    margin:0 auto;
    padding:0px 15px;
  }

  .filter-wrap .two-col-adjust1 {
    margin-top: 0;
  }

  body .portfolio-storeplace#tab-1:after,
  body .portfolio-storeplace#tab-2:after,
  body .portfolio-storeplace#tab-3:after,
  body .portfolio-storeplace#tab-4:after,
  body .portfolio-storeplace#tab-5:after,
  body .portfolio-storeplace#tab-6:after,
  body .portfolio-storeplace#tab-7:after,
  body .portfolio-storeplace#tab-8:after,
  body .portfolio-storeplace#tab-9:after,
  body .portfolio-storeplace#tab-10:after,
  body .portfolio-storeplace#tab-11:after,
  body .portfolio-storeplace#tab-12:after,
  body .portfolio-storeplace#tab-13:after,
  body .portfolio-storeplace#tab-14:after,
  body .portfolio-storeplace#tab-15:after,
  body .portfolio-storeplace#tab-16:after,
  body .portfolio-storeplace#tab-17:after,
  body .portfolio-storeplace#tab-18:after,
  body .portfolio-storeplace#tab-19:after,
  body .portfolio-storeplace#tab-20:after{
    left:0;
    top:0;
  }

  .portfolio-storeplace {
    margin-bottom: 0px;
  }

  .filter-wrap span.items-wrapper {
    position: relative;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -4%;
    height: 100% !important;
  }

  .filter-wrap .two-col-adjust1 span>.hs_cos_wrapper {
    background-color: #ffffff;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-right: 3.9%;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    box-sizing: border-box;
  }

  div.portfolio-pg .filter-wrap span.prev {
    position: absolute;
    top:38%;
    left: 0;
  }

  div.portfolio-pg .filter-wrap span.next {
    position: absolute;
    top:38%;
    right: 0;
  }

  div.portfolio-pg .filter-wrap ul.menu.button-group {
    padding: 0px 30px;
  }

}



/*==================================================================
Section RSS Styling
==================================================================*/

.card-box{
  border-radius: 4px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}

.section-rss .cta-container {
  text-align:center;
}

.blog-post-cm{
  padding-bottom:40px;
}

.post-wrap .post-header {
  margin-bottom: 10px;
}

body .row-fluid .post-listing{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .post-listing .post-item{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.19%;
  -webkit-flex-basis: 30.19%;
  float: left;
  margin-right: 3.5%;
  margin-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
}

body .row-fluid .blog-post-cm .post-listing .post-item:nth-child(3n){
  margin-right:0;
}

body .hs-featured-image{
  height:203px;
  max-width:100%;
  margin:0;
  width:100%;
}

.post-wrap{
  padding: 21px 16px 10px 20px;
}

.post-wrap p{
  margin-bottom: 11px;
}

.post-item .topic-link:first-child{
  display:block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
} 

.post-item .topic-link{
  display:none;
}

.post-item .post-header{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
}

.post-item .description-cont p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.2px;
  color: #5c617d;

}

.section-rss .post-item .description-cont {
  padding: 20px 16px 50px 20px;
  clear:both;
}

@media(max-width:767px){

  body .row-fluid .post-listing{
    display: block;
    margin-right: 0;
  }

  body .row-fluid .post-listing .post-item{
    display: block;
    width: 100%;
    margin: 0;
    flex-basis:100%;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    float: none;
  }
}



/*==================================================================
Pricing Page Styling starts Here
==================================================================*/

.pricing-section-1 {
  border-radius: 2px;
  padding: 60px 45px 45px;
  border: solid 0.5px #2c2d96;
}

.pricing-section-1 .single-cta {
  margin-top: 37px;
}

.pricing-section-1 ul li {
  margin-bottom: 10px;
}

.pricing-section-1 p span {
  font-size: 47px;
  font-weight: 900;
  color: #2c2d96;
}

@media(max-width: 1024px)and(min-width: 768px) {
  .pricing-section-1 {
    padding: 45px 35px 45px;
  }
}

@media(max-width: 767px) {
  .pricing-section-1 {
    margin-bottom: 60px;
  }
}

/*==================================================================
Thankyou Page Styling starts Here
==================================================================*/


.thankyou-banner .social-links ul li {
  display: inline-block;
  margin-left: 0;
  margin-right: 12px;
}

.thankyou-banner .social-links ul{
  margin: 0px;
}

.thankyou-banner .two-cta-container {
  margin: 40px 0px 50px;
}


/*==================================================================
Event Page Styling starts Here
==================================================================*/


/*==================================================================
Event Banner Styling starts Here
==================================================================*/
.event-banner img {
  float: right;
}

.event-banner .single-cta {
  margin-top: 44px;
  text-align: left;
}

@media(max-width: 767px) {
  .event-banner img {
    float: none;
    text-align: center;
    margin-bottom: 60px;
  }

  .event-banner .dnd-section .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
}


/*==================================================================
Event Page Section 1 Styling starts Here
==================================================================*/

.event-section-1 p {
  margin: 43px 0px 32px;
}

@media(max-width: 767px) {

  body .container-fluid .row-fluid .dnd-event-section1-column-5-row-1-margin {
    margin-top: 30px !important;
  }

  .event-section-1 p {
    margin: 0px 0px 32px;
  }
}

/*==================================================================
Event Page Section 2 Styling starts Here
==================================================================*/

.event-section-2 .section-heading {
  margin-bottom: 100px;
}

.event-section-2 p {
  margin-bottom: 5px;
}

.event-section-2 img.hs-image-widget {
  max-height: 268px;
}

@media(max-width: 767px) {
  .event-section-2 .dnd-column {
    margin-bottom: 30px;
  }

  .event-section-2 .section-heading {
    margin-bottom: 20px;
  }
}


/*==================================================================
Event Video Section Styling starts Here
==================================================================*/

.event-video-section .video-container {
  max-width: 1130px;
  margin: 0 auto;
}

.event-video-section .video-section {
  width: 100%;
  min-height: 558px;
  position: relative;
}

.event-video-section .play-button {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 41%;
  cursor:pointer;
}

.event-video-section .section-heading {
  margin-bottom: 79px;
}

@media(max-width: 1024px) {
  .event-video-section .video-section {
    min-height: 400px;
  }
}

@media(max-width: 767px){
  .event-video-section .video-section {
    min-height: 350px;
  }
}

@media(max-width: 480px){
  .event-video-section .video-section {
    min-height: 250px;
  }

  .event-video-section .play-button {
    top: 30%;
  }
}



/*==================================================================
Landing Page Styling starts Here
==================================================================*/


/*==================================================================
Landing Page Banner Section Styling starts Here
==================================================================*/


.landing-pg-banner-form .hs-input {
  border-bottom:1px solid transparent;
  margin-bottom: 0;
}

.landing-pg-banner-form .hs-form label {
  margin-bottom: 0;
}

.landing-pg-banner-form input.hs-button.primary.large {
  width: 100%;
  border-radius: 0;
}

.landing-pg-banner-form .field {
  margin-bottom: 0px;
}

.landing-pg-banner-form .hs_lorem_ipsum_dolor_sit_amet_et_accore_ .input{
  border: 1px solid transparent;
}

.landing-pg-banner-form .hs_lorem_ipsum_dolor_sit_amet_et_accore_ ul{
  margin:10px 0px;
}

.landing-pg-banner-form .hs_lorem_ipsum_dolor_sit_amet_et_accore_ ul li span{
  font-size: 12px;
  letter-spacing: -0.4px;
  color: #4d4d4d;
}

/*==================================================================
Landing Page Section 5 Styling starts Here
==================================================================*/

.lp5.all-text-white {
  margin-bottom: 34px;
}


/*==================================================================
Landing Page Section 6 Styling starts Here
==================================================================*/

body .row-fluid .lp-6-form-container fieldset {
  max-width: 100%;
}

.lp-6-form-container form {
  margin-top: 67px;
  max-width:640px;
  margin-left:auto;
  margin-right:auto;
}

.lp-6-form-container input.hs-button.primary.large{
  margin-top: 20px;
}

.lp-6-form-container .actions {
  text-align: center;
}

@media(max-width: 767px) {

  .lp-6-form-container input.hs-button.primary.large {
    width: 100%;
  }

}

/*****************************************/
/* Case Study Styling Starts Here  */
/*****************************************/

.container-fluid .casestudy-filter {
  position:relative;
  z-index:1;
}

.casestudy-filter .cm-container .image-container-case-study {
  height:229px;
  margin-right:10px;
  position:relative;
  z-index:1;
}

.casestudy-filter .cm-container .image-container-case-study:before{
  display:none;
}

.casestudy-filter .cm-container .top-row{
  position:relative;
}

.casestudy-filter .cm-container .gradient-cont{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:0;
}

.casestudy-filter .cm-container .gradient-cont:before{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: auto;
  z-index: -1;
  transform: rotate(180deg);
}

.casestudy-filter .gradient-cont:before {
  background-image: linear-gradient(to bottom,#d1f4ff,#a4e5ff);
}

.casestudy-filter .single-cta{
  margin-top:61px;
}

.casestudy-filter .simple-cta a.cta_button{
  margin-top:0
}

.casestudy-filter .cm-container .bottom-row{
  padding:30px 30px;
}

.casestudy-filter .date-cta-cont h6{
  margin-bottom:0;
}

.casestudy-filter .date-cta-cont{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:30px;
}

.casestudy-filter .three-col-adjust span{
  margin-right: -3.2%;
}


.casestudy-filter .three-col-adjust span>.hs_cos_wrapper{
  flex-basis: 31.2%;
  -webkit-flex-basis: 30.1%;
  margin-right: 3.2%;
  margin-top: 4.43%;
  transition:0.3s all ease-in-out;
  cursor:pointer;
  margin-bottom:1.5%;
  background:#ffffff;
}

.casestudy-filter .three-col-adjust span>.hs_cos_wrapper:hover{
  box-shadow:0 2px 34px 0 rgba(0,0,0,0.12);
  transition:0.3s all ease-in-out;
}

.casestudy-filter .filter-section{
  max-width:632px;
  margin:0 auto 64px;
  float:none;
  background:#ffffff;
  /*   padding:12px 25px; */
  box-sizing:border-box;
}

.casestudy-filter .col-1 p{
  font-size:20px;
  letter-spacing:0;
  margin-bottom:0;
  color:#5c617d;
  line-height:1.7;
}

.casestudy-filter .col-2 select,
.casestudy-filter .col-3 select{
  border: 0;
  font-size: 18px;
  letter-spacing: 0;
  color:#5c617d;
  width: auto;
  padding-right:35px;
  background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/dropdown.svg) no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10px;
  background-position: 99% 12px;
  cursor:pointer;
}

.casestudy-filter .col-2 select:focus,
.casestudy-filter .col-3 select:focus{
  outline:none;
}

.casestudy-filter .col-4 a{
  color:#5c617d;
  letter-spacing:0;
  font-size:18px;
  font-family: 'Lato', sans-serif;;
  cursor:pointer;
  line-height:1.9;
}

.casestudy-filter .col-4{
  text-align:center;
}

.casestudy-filter .col-1,
.casestudy-filter .col-2,
.casestudy-filter .col-3{
  border-right:1px solid #e7e7e7;
}

.casestudy-filter .filter-section{
  border:1px solid #e7e7e7;
}

@media(max-width:1070px){

  .casestudy-filter .cm-container .bottom-row {
    padding: 30px 23px;
  }
}


@media(max-width:1024px){

  .casestudy-filter .three-col-adjust span>.hs_cos_wrapper{
    flex-basis: 46.8%;
    -webkit-flex-basis: 46.8%; 
  }

}


@media(max-width:767px){

  .casestudy-filter .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin: 50px auto 0!important;
  }

  .casestudy-filter .date-cta-cont{
    display:block;
  }

  .casestudy-filter .date-cta-cont .left-col{
    width:auto;
    float:left;
  }

  .casestudy-filter .date-cta-cont .right-col{
    width:auto;
    float:right;
  }

  .casestudy-filter .date-cta-cont h6{
    position: relative;
    top: 5px;
  }

  .casestudy-filter .cm-container .bottom-row {
    padding: 30px 30px;
  }

  .casestudy-filter .col-1:after,
  .casestudy-filter .col-2:after,
  .casestudy-filter .col-3:after{
    display:none;
  }

  .casestudy-filter .col-2 select, 
  .casestudy-filter .col-3 select{
    width: 100%;
    padding:0;
  }

  .casestudy-filter .col-4 {
    text-align: left;
  }

  .casestudy-filter .three-col-adjust span {
    margin-right: 0;
  }

  .casestudy-filter .three-col-adjust span {
    margin-right: 0;
  }

  .casestudy-filter .filter-section{
    margin:0 auto 25px;
  }

  .casestudy-filter .col-1, .casestudy-filter .col-2, .casestudy-filter .col-3 {
    border-bottom: 1px solid #e7e7e7;
    padding:10px;
    border-right:0px;
  }

  .casestudy-filter .col-4{
    padding:10px;
  }

}


/*================================================================
Services  Styling Start
=================================================================*/

/*================================================================
Services  Banner And filter Styling Start
=================================================================*/



body .cm-cont.items-wrapper ul{
  margin: 20px 0;
}

body .cm-cont.items-wrapper ul li:before{
  display:none;
}

body .cm-cont.items-wrapper .card-header ul li{
  display:inline-block;
}


.services-banner .form-cont{
  max-width: 682px;
  margin:0 auto;
  position:relative;
}

.card-header ul li {
  display: inline-block;
  padding: 7px 16px 6px;
  margin-left:8px;
  margin-bottom:10px;
}

.card-header ul li:first-child {
  margin-left: 0;
}

.cm-cont.items-wrapper .item{
  padding: 30px 31px 40px;
}

.cm-cont .card-body {
  margin-top: 4px;
  border-bottom: solid 0.5px #dcdcdc;
}

.cm-cont .description-cont{
  margin: 17px 0 29px;
}

.cm-cont .right-txt h3{
  color:#2c2d96;
}

.cm-cont .right-txt h3 span{
  font-size:15px;
  color: #4a4a4a 
}

@media (min-width:1024px){

  .cm-cont.items-wrapper{
    margin-bottom: 11px;
  }

}

@media (max-width:1024px) and (min-width:767px){

  .cm-cont.items-wrapper .item{
    padding: 20px;
  }

  .card-header ul li{
    font-size:14px;
    padding:7px;
  }

}


@media (max-width:767px){

  .cm-cont.items-wrapper{
    margin-bottom: 30px;
  }

  .service-filter .row-fluid-wrapper{
    margin-bottom:0!important;
  }

  .card-header ul li{
    font-size:14px;
  }

  .cm-cont .description-cont {
    margin: 17px 0;
  }

}


/*================================================================
contact Us  Styling Start
=================================================================*/

.contact-section2 .calendar-cm {
  margin-top: 73px;
}

@media (max-width:767px){

  .contact-section2 .calendar-cm {
    margin-top: 23px;
  }

}


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

  body .row-fluid .cm-cont.items-wrapper .three-col-adjust span>.hs_cos_wrapper{
    flex-basis: 46.7%;
    -webkit-flex-basis: 46.7%;
  }

  body .row-fluid .cm-cont.items-wrapper .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:3.5%;
  }

  body .row-fluid .cm-cont.items-wrapper .three-col-adjust span>.hs_cos_wrapper:nth-child(2n){
    margin-right:0;
  }

}

@media(max-width:767px){

  body .row-fluid .cm-cont.items-wrapper .three-col-adjust span>.hs_cos_wrapper{
    max-width:100%;
  }

}

/*===========================================================
Faq page styling Starts Here
=============================================================*/


.faq-banner .form-cont form{
  max-width: 475px;
  margin:0 auto;
  position:relative;
}

.faq-banner .form-cont {
  margin-top: 23px;
}

.faq-banner .form-cont form input{
  padding: 6px 20% 6px 20px!important;
  height:50px;
}



.faq-banner .form-cont form:after{
  box-sizing: border-box;
  background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/white%20search.svg)no-repeat;
  background-repeat: no-repeat;
  background-position: center right 27px;
  color: ;
  font-family: ;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 30px;
  height:53px;
  background-color:#2c2d96;
  content: '';
  cursor: pointer;
  position:absolute;
  width:79px;
  height:50px;
  border-radius: 0;
  right:0
}  

.faq-banner .form-cont form input:-internal-autofill-selected{
  background-color: none!impotant;
}

.faq-banner .form-cont form input:focus{
  outline:none;
}  


@media(max-width:400px){
  .faq-banner .form-cont form input {
    padding: 6px 30% 6px 20px!important;
  }
} 


/*========================================================
Accordion 05 Styling Starts Here
========================================================*/

body .row-fluid .accordion-wrap{
  border: solid 1px rgba(0, 0, 0, 0.24);
  border-bottom:solid 1px transparent;
}

.accordian-05 .accordian-heading-container {
  margin-bottom: 64px;
}

.accordian-05 .accordion_header p {
  padding: 42px 35px 40px;
  font-weight: bold;
  color:#2c2d96;
}

.accordian-05 .accordion_group {
  border-bottom: solid 1px rgba(0,0,0,0.24);
  background-color: #ffffff;
  position: relative;
}


.accordian-05 .accordion_header {
  width: 100%;
  display: block;
  position:relative;
  transition: all ease-in-out .3s;
  cursor:pointer;
}

.accordian-05 .image-container{
  max-width:567px;
  margin:0 auto;
}

.accordian-05 .accordian-heading-container{
  max-width:565px;
  margin:0 auto;
}

.accordian-05 .accordion_content p{
  padding:35px;
  margin-bottom: 0;
  background: rgba(218, 222, 245, 0.09);
}

.accordian-05 .option_dropdown2 {
  display: none;
}

.accordian-05 .content-box{
  display:none;
}

.accordian-05 .content-box.current{
  display:block;
}

.accordian-05 .tab-container ul {
  margin:0 0 20px;
}

.accordian-05 .tab-container ul li.tab-link h4{
  margin-bottom: 0;
  cursor:pointer;
  text-transform: uppercase;
  padding: 7px 15px 6px 15px;
  opacity: 0.35;
  color: #2c2d96;
}

.accordian-05 .tab-container ul li.tab-link.current h4{
  border-radius: 2px;
  opacity: 1;
  color: #2c2d96;
}

.accordian-05 .accordion_header:after {
  position: absolute;
  right: 40px;
  content: "";
  top: 46px;
  width: 18px;
  height: 18px;
  background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/accordion%20plus.png) no-repeat;
  background-size: cover;
  transition: all ease-in-out .3s;
}

.accordian-05 .accordion_group.expanded .accordion_header:after {
  position: absolute;
  right: 40px;
  content: "";
  top: 51px;
  width: 15px;
  height: 5px;
  background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/accordion%20minus%20icon.png) no-repeat;
  background-size: cover;
  transition: all ease-in-out .3s;
}

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

  .accordian-05 .tab-container ul li.tab-link h4{
    font-size:20px;
    padding: 7px 5px 6px;
  }

}

@media(max-width:1024px) and (min-width:320px){
  .accordian-05 .accordion_header p {
    padding: 42px 60px 40px 35px;
  }

  .accordian-05 .accordion_header:after{
    right:20px;
  }
}

@media(max-width:767px){

  body .accordian-05 .accordion_group.expanded .accordion_header:after{
    right:20px;
  }

  .accordian-05 .span6.right-col.vertical-center {
    padding-top: 30px;
  }

  .accordian-05 .accordian-heading-container{
    max-width:100%;
  }

  body .accordian-05 .option_dropdown2 {
    display: block;
    margin-bottom:20px;
  }

  body .accordian-05 .tab-container {
    display: none;
  }

  body .accordian-05 select#id_select2 {
    padding: 20px;
    border: solid 1px rgba(0,0,0,0.24);
    background: #ffffff;
    border-radius: 4px;
    font-size:16px;
  }

  body .accordian-05 select#id_select2:focus{
    outline:none;
  }

  body .accordian-05 select#id_select2 {
    background-image: url('https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/download%20%281%29.svg');
    background-position: 96% center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-size: 18px;

  }

}


/*****************************************/
/* Taem Page Styling Starts Here  */
/*****************************************/

.team-filter {
  position:relative;
  z-index:1;
}


.team-filter .cm-container .top-row{
  position:relative;
}


.team-filter .filter-section{
  margin-bottom:49px;
}

.team-filter .col-3{
  max-width:323px;
  position:relative;
  float:right;
  background-color:#fafbfe;
  padding:7px 15px;
}

.team-filter .col-3 input[type="text"].text-search{
  border:none;
  background: none;
}

.team-filter .col-3 .search-trigger {
  position: absolute;
  right: 15px;
  top: 3px;
  height: 31px;
  overflow: hidden;
  width: 18px;
}

.team-filter .col-2 h6{
  line-height:1.7;
  margin-bottom:0; 
}

.team-filter .filter-items select{
  height: 40px;
  line-height: 20px;
  padding: 5px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/storeplace/combined-shape.svg) no-repeat;
  background-position: 95% center;
  position: relative;
  margin: 0;
  width: 100%;
  color:#5c617d;
  border:0;
  border-radius: 3px;
  background-color:#fafbfe;
  font-family: 'Lato', sans-serif;;
  font-size: ;
}

.team-filter .col-1 select:focus,
.team-filter .col-2 select:focus,
.team-filter .col-3 input[type="text"].text-search{
  outline:none;
}

.team-filter .col-1,
.team-filter .col-2,
.team-filter .col-3{
  position:relative;
}

.team-filter .cm-container .bottom-row{
  margin-top:15px;
}

.team-filter .cm-container .bottom-row h3,
.team-filter .cm-container .bottom-row h5{
  margin-bottom:10px;
}

.team-filter .inner-wrapper{
  background:rgba(218, 222, 245, 0.09);
  padding:19px 20px;
}

.team-filter .four-col-adjust span>.hs_cos_wrapper.inner-wrapper:nth-child(4n-4) {
  margin-right: 0;
}

.team-filter .inner-wrapper:hover{
  box-shadow:0 2px 34px 0 rgba(0,0,0,0.12);
  transition:0.3s all ease-in-out;
}

.team-filter .row-fluid .four-col-adjust span>.hs_cos_wrapper{
  flex-basis: 19%;
  -webkit-flex-basis: 22.5%;
}

@media(max-width:1070px){

  .team-filter .inner-wrapper{
    padding: 30px 23px;
  }
}

@media(max-width:767px){

  .team-filter .inner-wrapper{
    padding: 30px 30px;
    text-align:center;
  }

  .team-filter .filter-section{
    margin:0 auto 25px;
  }

  .team-filter .col-3{
    float:left;
  }

  .team-filter .col-1,
  .team-filter .col-2,
  .team-filter .col-3{
    max-width:100%;
  }

  .team-filter .col-3{
    width:100%;
  }

  .team-section2 .single-cta{
    padding:0 15px;
  }

  .team-filter .filter-items select{
    background-position: 97% center;
  }

}


/*===========================================================
Resource page styling
=============================================================*/



.resource-banner {
  position:relative;
  box-shadow: 0 2px 45px 0 rgba(0,0,0,0.05);
  background-color: #ffffff;
  border-radius:4px;
}

.tag-here {
  position: absolute;
  z-index: 2;
  left: 46px;
  display: inline-block;
  top: 20px;
  padding: 0px 20px;
  border-radius: 4px;
}

.tag-here p {
  margin: 0;
  line-height: 33px;
}


.resource-banner .text-container{
  padding:24px 18px;
}

.text-container{
  padding:24px 18px;
}

.text-container h3{
  margin-bottom:0px
}

@media(max-width: 1024px) and (min-width: 768px) {
  body .row-fluid .task-cm .cm-cont {
    padding-top: 0;
  }
}



/********=====================
Resource CATELOGUE STYLING
=========================*****/

.task-cm ul li{
  display:inline-block;
  list-style:none;
  color:#697a89; 
}

body .resource-fiter .task-cm .menu-cont {
  text-align: center;
}

.task-cm .filter-tab-wrap {
  padding-bottom: 12px;
}

.task-cm .menu-cont ul li{
  font-size: 18px;
  font-weight: 900;
  line-height: 1.33;
  letter-spacing: normal;
  color: #484848;
  text-align: left;
  text-transform:initial;
  padding: 9.5px 22.2px 35px;
  cursor:pointer;
  margin-left:25px;
}

.task-cm .menu-cont ul li.active{
  border-bottom: solid 4px #2c2d96;
}

.task-cm .cm-cont{
  padding-top:60px;
}

.task-cm .cm-cont .description-cont,
.task-cm .cm-cont .description-cont h3{
  margin:0;
}

.task-cm .three-col-adjust1 span.items-wrapper{
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

.task-cm .three-col-adjust1 span>.hs_cos_wrapper{
  box-shadow: 0 2px 45px 0 rgba(0,0,0,0.05);
  position: relative !important;
  top: 0 !important;
  left:0!important;
  min-height: 309px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.3%;
  -webkit-flex-basis: 30.3%;
  float: left;
  margin-right: 3%;
  margin-top: 40px;
  box-sizing: border-box;
  border-radius:4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;

}

.task-cm .three-col-adjust1 span>.hs_cos_wrapper .inner-div{
  display:block;
  position:relative;
  padding: 40px 30px 30px;
}

.task-cm .top-row{
  min-height:54px;
}

.task-cm .top-row .img-cont{
  width:auto;
  float:left;
}

.task-cm .top-row .heading-cont{
  width:auto;
  float:left;
  margin-left:5%;
  padding:0;
}

.task-cm .top-row .heading-cont h3{
  margin:0;
}

.task-cm .description-cont{
  padding:24px 18px;
  min-height:235px;
  height:100%;
} 

.task-cm .description-cont p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: 0.2px;
}

.task-cm .bottom-row{
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;  
  padding:0 30px 32px;
}

.task-cm .bottom-row .row-fluid{
  border-top: solid 0.5px #adb2c4;
  padding-top:17px;
}

.task-cm .heading-cont{
  padding-bottom:27px;
}

figure{
  margin: 0;
  height: 258px;
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.task-cm .filter-tab-wrap.span12 {
  position: absolute;
  top: -94px;
}

@media(max-width:1200px){

  .task-cm .three-col-adjust1 span>.hs_cos_wrapper{
    flex-basis: 46%
  }

}

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

  .task-cm .three-col-adjust1 span>.hs_cos_wrapper{
    min-height:330px;
  }

  .task-cm .description-cont{
    min-height: 260px;
  }

  .task-cm .three-col-adjust1 span.items-wrapper{
    margin-right:-5%;
  }

  .task-cm .menu-cont ul li {
    padding: 9.5px 8.2px 19px;
  }

  .task-cm .filter-tab-wrap.span12{
    position:relative;
    z-index:1;
    top:0;
  }

}

@media(max-width:767px){

  .task-cm .three-col-adjust1 span>.hs_cos_wrapper {
    width: 100%;
    flex-basis:100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    box-sizing: border-box;
    left:auto!important;
    right:auto!important;

  }

  .task-cm .three-col-adjust1 span>.hs_cos_wrapper .inner-div{
    padding: 30px 20px 30px;
    display: block;
    box-sizing: border-box!important;
  }

  .task-cm .three-col-adjust1 span.items-wrapper{
    margin-right:0;
  }

  body .task-cm .simple-cta{
    text-align: right;
  }

  body .container-fluid .row-fluid .task-cm .form-cont form input{
    max-width:100%;
  } 

  .task-cm ul li {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .task-cm .cm-cont {
    padding-top: 0;
  }

  .task-cm {
    padding-top: 0px;
  }

  body .task-cm .cm-cont{
    padding-top: 0px;
  }

  .task-cm .price-cont{
    width:auto;
    float:left;
  }

  .task-cm .arrow-cta-button{
    width:auto;
    float:right;
    top:0!important;
  }

  .task-cm .top-row .heading-cont{
    padding:15px 0;
  }

  .task-cm .menu-cont ul li{
    margin-left:0;
  }

  .task-cm .filter-tab-wrap.span12 {
    position: relative;
    top: 0;
  }

  .task-cm .menu-cont ul li{
    margin-left:0!important;
    padding: 9.5px 22.2px 0;
  }

  .task-cm .menu-cont ul li.active{
    padding: 9.5px 22.2px 10px;
  }

}

/*===========================================================
Career page styling
=============================================================*/

@media(max-width: 767px) {
  .career-page .image-container {
    margin-bottom: 30px;
  }
}


/*****************************************/
/* Testimonial style declarations here  */
/*****************************************/


.testimonial_hs_cs_wrapper{
  padding:51px 26px 71px;
  box-shadow: 0 2px 34px 0 rgba(0,0,0,0.12);
  min-height: 372px;
}

.testimonial_hs_cs_wrapper .row-2 p,
.testimonial_hs_cs_wrapper .row-2 h3{
  margin:0px;
}

.testimonial_hs_cs_wrapper .row-2 .right-col{
  padding-left:5px;
}

.testimonial_hs_cs_wrapper .image_container{
  margin-bottom:27px;
}

.testimonial_hs_cs_wrapper .description_container{
  margin-bottom:40px;
}

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

  .testimonial_hs_cs_wrapper {
    padding: 40px 20px;
  }

}

@media(max-width:767px){

  .testimonial_hs_cs_wrapper {
    padding: 30px;
  }

  .testimonial_hs_cs_wrapper .row-2{
    text-align:center;
  }

  .testimonial_hs_cs_wrapper .row-2 .left-col .image-cont{
    margin-bottom:20px;
  }

}

.social-links svg {
  max-width: 25px;
  vertical-align: middle;
  height: 25px;
  margin-right: 0;
}