/* @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css?family=Allura&display=swap');


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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/*********FONT FACE*********/

@font-face { 
  font-family: 'Galano Grotesque';  
  src: url('https://f.hubspotusercontent10.net/hubfs/6891566/Galano%20Grotesque%20Complete%20Family/Rene%20Bieder%20-%20Galano%20Grotesque%20Light.eot?') format('eot'), url('https://f.hubspotusercontent10.net/hubfs/6891566/Galano%20Grotesque%20Complete%20Family/Rene%20Bieder%20-%20Galano%20Grotesque%20Light.ttf') format('truetype');
  font-weight:300;
  font-style: normal;
}
@font-face { 
  font-family: 'Galano Grotesque';
  src: url('https://f.hubspotusercontent10.net/hubfs/6891566/Galano%20Grotesque%20Complete%20Family/Rene%20Bieder%20-%20Galano%20Grotesque.eot?') format('eot'), url('https://f.hubspotusercontent10.net/hubfs/6891566/Galano%20Grotesque%20Complete%20Family/Rene%20Bieder%20-%20Galano%20Grotesque.ttf') format('truetype');
  font-weight:400;
  font-style: normal;
}
@font-face { 
  font-family: 'Galano Grotesque';
  src: url('https://f.hubspotusercontent10.net/hubfs/6891566/Galano%20Grotesque%20Complete%20Family/Rene%20Bieder%20-%20GalanoGrotesque-Medium.eot?') format('eot'), url('https://f.hubspotusercontent10.net/hubfs/6891566/Galano%20Grotesque%20Complete%20Family/Rene%20Bieder%20-%20GalanoGrotesque-Medium.ttf') format('truetype');
  font-weight:500;
  font-style: normal;
}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*--------- Base Colors ----------*/
 
 
 


 
 


/*--------- Font Family ----------*/

 

body{
  padding:0;
  font-size: 16px ;
  line-height: 1.4;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  width:100%;
  background: #ffffff;
  font-family:Galano Grotesque;
  margin:0 auto;;
}

.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 1230px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px;
}


h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
  color: #222D39;
}

.zero-margin h1,
.zero-margin h2,
.zero-margin h3,
.zero-margin h4,
.zero-margin h5,
.zero-margin h6,
.zero-margin p,
.zero-margin a{
  margin-bottom:0;
}

.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}

blockquote{
  margin: 0;
  font-size: 28px;
  line-height:41px;
  letter-spacing:0.32px;
  font-style:italic;
  color:#202F3F;
  font-family:Galano Grotesque;
  font-weight:300;
}

a{
  margin-bottom:0;
  cursor:pointer;
}

h1{
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -1.4px;
  line-height: 60px;
}

h2{
  font-size: 40px; 
  font-weight: 400;
  letter-spacing: -1.4px !important;
  line-height: 47px !important;
  
}

h3{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1.4px !important;
  line-height: 32px;
}


h4{
  font-size: 20px;
  font-weight:bold;
  letter-spacing: normal;
  line-height: 28px;
}

h5{
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

h6{
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 24px;
}

.bold-p p{
  font-size: 18px;
  letter-spacing: -0.11px;
  line-height: 27px;
}

p{
  /*font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;*/
  font-size: 17px;
  letter-spacing: 0.3px;
  line-height: 24px;
  font-weight:400;
}

.body-container-wrapper li{
  color: #151515;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 30px;
  font-weight: normal;
  position:relative;
}

.body-container-wrapper li:before{
  position: absolute;
  left: -14px;
  top: 13px;
  content: '';
  background: #151515;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

body.hs-blog-post .body-container-wrapper li{
  font-size:18px;
}

body .body-container-wrapper li a{
  color:#2EAABD;
  transition:0.3s all ease-in-out;
}

.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{
  position:relative;
  margin-left:20px;
  margin-bottom:8px;
}

.body-container-wrapper ol li:before{
  display:none;
}

.no-list-style li ul{
  margin:0;
  padding:0;
}

.no-list-style li{
  margin:0;    
}

.no-list-style li:before{
  display:none;
}

.body-container-wrapper ul li a{
  font-size:18px;
  color: #2eaabd;
} 


body .cta_button[title],
body .cta_button,
body .container-fluid .row-fluid .hs-button{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  position: relative;
  z-index: 1;
  background:#3ABEEB;
  color:#fff;
  padding:15px 29px;
}


body .cta_button[title]:hover,
body .cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
  box-shadow: 0 0 0 4px rgba(58,190,235,0.33);
  transition: all .2s ease-in;

}


body .transparent-cta a.cta_button,
body .transparent-cta a{
  background:transparent;
  border: 2px solid #fff;
  padding: 13.5px 58px;
}

body .transparent-cta a.cta_button:hover,
body .transparent-cta a:hover{
  background:transparent;
  box-shadow:0 0 0 4px rgb(255 255 255 / 0.5);
}


body .grey-cta a.cta_button{
  background-color: rgba(170,181,191,0.22);
  color: #181818;
}

body .grey-cta a.cta_button:hover{
  background-color: rgba(170,181,191,0.22);
  box-shadow:0 0 0 4px rgb(229 231 232);
}

body .green-cta a.cta_button{
  background-color:#12BBA3;
}

body .green-cta a.cta_button:hover{ 
  background-color: #12BBA3;
  box-shadow:0 0 0 4px rgb(18 187 163 / 0.33);
}

body .orange-cta a.cta_button{
  background-color:#F9B46C;
}

body .orange-cta a.cta_button:hover{
  background-color: #F9B46C;
  box-shadow:0 0 0 4px rgb(249 180 108 / 0.33);
}


body .white-cta a.cta_button{
  color:#181818;
  background:#fff;
}

body .white-cta a.cta_button:hover{
  background:#fff;
  box-shadow:0 0 0 4px rgb(255 255 255 / 33%);
}

body .blue-cta a.cta_button{
  background:#68B6D3;
}

body .blue-cta a.cta_button:hover{
  background:#68B6D3;
  box-shadow:0 0 0 4px rgb(104 182 211 / 0.33);
}

.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:;
  z-index: -1;
}

.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,
.all-text-white .simple-cta a.cta_button,
.all-text-white.simple-cta a.cta_button{ 
  color:#fff;
}


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

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

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



@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:30px;
    padding-right:30px;
  }

  .bold-p p{
    font-size:17px;
  }

  h1 {
    font-size: 55px;
    line-height:51px;
    font-size: 43px;
    line-height: 65.99px;
  }

  h2 {
    font-size: 30px;
    line-height:38.54px;
  }

  h3 {
    font-size: 20px;
    line-height:32.4px;
  }

  h4{
    font-size: 16px;
    line-height:26px;
  }


  h6{
    font-size:12px;
  }

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


}




@media (max-width:767px){

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

  h1 {
    font-size: 39.57px;
    line-height: 44px;
  }

  h2 {
    font-size: 28px;
    line-height:38px;
  }


  h3 {
    font-size: 27px;
    line-height:27px;
  }

  h4{
    font-size: 20px;
    line-height:26px;
  }

  h5{
    font-size: 12px;
    line-height: 19px;
  }

  h6{
    font-size:11px;
  }

  .bold-p p{
    font-size:16px;
  }

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

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

  p,
  .body-container-wrapper li{
    font-size:16px;
    line-height:26px;
  }

  .change-order-on-mobile .wrapper .row-fluid-wrapper>.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  blockquote{
    font-size: 24px;	
    font-style: italic;	
    letter-spacing: 0.28px;	
    line-height: 38px;
  }

}



/*==================================================
Two Col 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: -4.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: 100%;
    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: -2.5%;
}

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: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


@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: 100%;
    width: 100%;
    margin: 20px auto 0;
    float: none;
  }   
}










/*==================================================
Six Col Adjust 
==================================================*/

body .container-fluid .row-fluid .six-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: -6.565%;
}

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




@media (max-width:767px){

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

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




/*==================================================
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: 30px;
  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;
  }   
}




/*==================================================
Five Col Adjust 
==================================================*/

body .container-fluid .row-fluid .five-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 .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}




@media (max-width:767px){

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

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





/*=========================================================
FORM STYLING
=========================================================*/                

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

::-webkit-input-placeholder {
  color:#A2B0B5;
}

:-moz-placeholder {
  color:#A2B0B5;
}

::-moz-placeholder {  
  color:#A2B0B5;
}

:-ms-input-placeholder {  
  color:#A2B0B5;
}

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

.row-fluid form li{
  margin:0;
}

.row-fluid  form li:before{
  display:none;
}

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

body .row-fluid  form input,
body .row-fluid  form textarea{
  height:46px;
  border: 1px solid #425E76;
  background-color: #FFFFFF;
  margin-top:7px;
  color: #222D39;
  font-size: 14px;
  letter-spacing: 0.61px;
  line-height: 16px;
  padding:14px;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
}

body .row-fluid  form textarea{
  height:113px; 
  resize:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border: 1px solid #71C8E6;
  background-color: #FFFFFF;
}

.row-fluid form input::placeholder{
  color: #A2B0B5;
  font-size: 14px;
  letter-spacing: 0.61px;
  line-height: 16px;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  color: #181818;
  font-size: 13px;
  letter-spacing: 0.57px;
  line-height: 15px;
  margin-bottom:10px;
}


.row-fluid form .hs-form-field{
  padding-bottom:17px;
}

.row-fluid form .hs-form-field.hs-fieldtype-checkbox{
  padding-bottom:0;
}

body .row-fluid form .hs-button{
  color:#fff!important;
  border:1px solid transparent;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
}

.row-fluid form .hs_submit .actions{
  text-align:center; // CTA Button Alignment
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 7px;
  padding: 16.5px 21px;
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  top: 5px;
  letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

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

form .hs-form-required{
  display:none;
  color:#959595;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0!important;
  padding:0!important;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}


.body-container-wrapper form li:before{
  display:none!important;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #fff url(https://f.hubspotusercontent30.net/hubfs/6426786/Halo%20Website%20Assests/Dropdown%20Arrow.svg) no-repeat;
  background-position: 95%;
  background-size:3%;
  -webkit-appearance: none;
  color: #A5B0B5;
  border: 1px solid #425E76;
  background-color: #FFFFFF;
  margin-top:7px;
  font-size: 14px;
  letter-spacing: 0.61px;
  line-height: 16px;
  height:46px;
  padding:10px 16px;
}

body .row-fluid select.black{
  color: #222D39;

}



/*=======================================================
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: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 1px solid #425E76;
  margin-right: 8px;
  top: 2px;
  width: 17px;
  height: 17px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked{
  background: #3ABEEB;
}

/* .row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
content: '';
position: absolute;
width: 9px;
height: 5px;
top: 3px;
left: 2px;
border: 3px solid #ffffff;
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="radio"]{
  border-radius: 50%;
}
/* 
.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
content: '';
position: absolute;
width: 10px;
height: 10px;
top: 3px;
background: #ffffff;
left: 3px;
border-top: 0;
border-right: 0;
border-radius: 50%;
} */



@media (max-width:480px){

  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  .row-fluid form .hs_submit .actions{
    text-align:center;
  }
}



/*********************************** TYPOGRAPHY SECTION END ***************************************************/





/******************* Header Section Styling Start *******************/


.header-section{
  border-bottom:1px solid #DEE3E7;
  height:70px;
}

.header-section .logo-cont{
  width:8.5%;
}

.header-section .cta-cont .cta-1 a.cta_button{
  border-right: 1px solid #DEE3E7;
  border-left: 1px solid #DEE3E7;
  background-color: #FFFFFF;
  box-shadow:unset;
  color: #222D39;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  padding:25px 25px;
}

.header-section .cta-cont .cta-2-wrap{
  margin-left:0;
}

.header-section .cta-cont .cta-2 a.cta_button{
  border-right: 1px solid #DEE3E7;
  background-color: rgba(113,200,230,0.11);
  box-shadow:unset;
  color: #222D39;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  padding: 26px 0;
  max-height: 70px;
  height: 100%;
  width: 100%;
}

.header-section .cta-cont .cta-1 a.cta_button:hover,
.header-section .cta-cont .cta-2 a.cta_button:hover{
  background:transparent;
  box-shadow:unset;
}

.header-section .menu-cont{
  width:57%;
  padding:15px 0;
}

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  padding:10px 16px 0;
}
.header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{
  color:#6DCFF6;
}


/*************** Header Top Styling ******************/


.dblue.header-top{
  background:#425E76;
  padding:14px 0;
}

.dblue.header-top .left-col{
  width: 100%;
  max-width: 1110px;
}

.dblue.header-top .right-col{
  width:10%;
}

.header-top{
  background:#6DCFF6;
  padding:7.5px 0;
}

.header-top .left-col{
  width: 100%;
  max-width: 570px;
}

.header-top p a{
  text-decoration:underline;
}

.header-top .cta-cont{
  max-width:200px;
  width: 100%;
  margin-left: 0;
}

.header-top .cta-cont a.cta_button{
  background: transparent;
  box-shadow: none;
  padding: 0;
  max-width:88px;
}

.header-top .close img{
  vertical-align:middle;
}

@media(max-width:767px){

  .dblue.header-top .left-col {
    width: auto;
    max-width: 100%;
    float: left;
    text-align: left;
  }

  .dblue.header-top .close {
    width: auto;
    float: right;
    padding-left: 15px;
  }

  .dblue.header-top p{
    font-size: 14px;
  }
}




/* ==========================================================================
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 sd-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:#222d39;
    box-sizing:border-box!important;
  }


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

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

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#222d39;
  }


  /* 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: 28px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #222d39; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color:#222d39; /* Icon color */
  }


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

  .child-trigger{
    display: block !important;/* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted transparent;
  }
  .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);
    display:none!important;
  }
  .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:#000; /* 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: absolute; */
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* 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 */ 
  body .row-fluid .custom-menu-primary.js-enabled .hs-menu-wrapper{
    padding: 0;
    margin:0;
    z-index:12;
    top:70px;
    background: #ffffff;
    position:absolute;
  }

  .custom-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* 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 rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#222d39; /* 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 */
  }



}








/*============================================================
HEADER Mobile Responsive
===========================================================*/

 .header-group img{
     max-width:140px!important;
  }

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

  .header-section .cta-cont .cta-2 a.cta_button{
    padding: 26px 0;
    width:100%;
  }
}

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

  .header-section .logo-cont {
    width: 20%;
  }

  .header-top .close {
    width: 5%;
  }

  .header-top .left-col {
    width: 100%;
    max-width: 800px;
  }

  .header-section .cta-cont{
    width:60%;
    margin:0;
  }

  .header-section .cta-1-wrap{
    width:46%;
  }

  .header-section .cta-2-wrap{
    width:54%;
  }

  .header-section .cta-cont .cta-2 a.cta_button{
    padding: 25px 0;
    width:100%;
  }

  .header-section .cta-cont .cta-1 a.cta_button {
    padding: 24px 25px;
  }

}

@media (max-width:767px){

  .header-section{
    padding:20px 0;
    position:relative;
  }


  .header-group{
    padding: 24px 0 20px;
    border-bottom: 1px solid #DEE3E7;
  }
  
  .header-group img{
     max-width:140px!important;
  }

  .header-group .top-row .wrapper>.row-fluid-wrapper>.row-fluid{
    display:block!important;
  }

  body .header-group .header-bottom-row .menu-container{
    position:absolute;
    right:0;
  }

  .header-group .header-bottom-row{
    border:none!important;
  }

  .header-section .logo-cont {
    width: 100%;
    padding:0;
  }

  .custom-menu-primary .hs-menu-wrapper{
    display:none;
  }

  .mobile-open .mobile-trigger {
    background-color: transparent;
    z-index:5;
  }

  .mobile-open .mobile-trigger i:after{
    width:28px;
  }

  .mobile-trigger i{
    transition: all .5s ease-in;
  }

  .mobile-open .mobile-trigger i{
    background:transparent!important;
    transition: all .1s ease-in;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#222d39;
  }

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#222d39;
  }

  .custom-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li {
    border-top: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-indent: 10px;
    font-size: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height:38px;
  }

  .header-section .cta-1 a.cta_button{
    border-top: 1px solid #DEE3E7;
    border-bottom: 1px solid #DEE3E7;
    background-color: #FFFFFF;
    box-shadow:unset;
    color: #222D39;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    padding:26px 25px;
    width: 100%;
    margin-top: 30px;
    box-sizing:border-box!important;
  }


  .header-section .cta-2 a.cta_button{
    background-color: rgba(113,200,230,0.11);
    box-shadow:unset;
    color: #222D39;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    padding:26px 23px;
    width: 100%;
    border-right: 0;
    box-sizing:border-box!important;
  }

  .header-section a.cta_button:hover,
  .header-section a.cta_button:hover{
    background:transparent;
    box-shadow:unset;
  }

  .header-section script{
    display:none;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding: 20px 16px 0;
  }

}






/****===========================
FOOTER SECTION Styling
===========================*****/

.footer-section{
  padding: 48px 0 40px;
  background-color: #F9FAFA;
}

.footer-top{
  padding-bottom:60px;
}

.footer-bottom{
  padding-bottom:40px;
  border-bottom:2px solid #222D39;
}

.footer-top .menu-cont ul li:before{
  display:none;
}

.footer-top .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width:200px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  padding:10px 30px;
}

.footer-bottom .cta-cont{
  max-width:280px;
  width: 100%;
  margin-left: 0;
  float:right;
}

.footer-bottom .cta-cont a.cta_button{
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.footer-socials ul {
  padding:0;
  margin:0;
  list-style:none;
  display:inline-block;
}

.footer-socials ul li{
  padding-right:18px;
  display:inline-block;
  margin:0;
}

.footer-socials ul li:before{
  display:none;
}

.copyright{
  padding-top: 37px;
}

.copyright p{
  color: #B0B0B0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom:24px;
}


@media(max-width:1200px){

  .footer-top .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding:10px 15px;
  }
}

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

  .footer-top .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding:10px 5px;
  }

}

@media(max-width:767px){

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

  .footer-top .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    width:100%;
    text-align:left;
  }

  .footer-top .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    max-width:100%;
    text-align:left;
    padding:10px 0;
  }

  .footer-bottom .cta-cont {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    float: right;
    text-align: left;
    margin-top: 20px;
  }

  .footer-bottom .cta-cont .cta-1,
  .footer-bottom .cta-cont .cta-2{
    width:auto;
    float:left;
  }

  .footer-bottom .cta-cont .cta-2{
    padding-left:20px;
  }
  .footer-bottom .cta-cont a.cta_button{
    padding-bottom:10px;
  }

  .footer-top {
    padding-bottom: 30px;
  }

  .footer-section .logo-cont{
    padding-bottom: 20px;
  }

  .footer-bottom {
    padding-bottom: 20px;
  }

  .footer-section {
    padding: 40px 0;
  }
} 


/****===========================
HERO SECTION Styling
===========================*****/

.hero-section{
  padding:80px 0 285px;
  position:relative;
  z-index: 2;
}

.hero-section.section-video .bg-image,
.hero-section.section-bg .bg-video{
  display:none;
}

.hero-section.section-video .bg-image{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

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

.hero-section .heading-cont{
  max-width:900px;
}

.hero-section .cta-container{
  max-width:730px;
  padding-top:40px;
}

.hero-section .cta-container.hide-cta1 .cta-1{
  display:none;
}

.hero-section .cta-container.hide-cta1 .cta-2{
  margin-left:0;
}

.hero-section .cta-1{
  width:36%;
}

.hero-section .cta-1 img{
  vertical-align:middle;
  padding-right:5px;
}

.hero-section .cta-2{
  width:42%;
  margin-top:-13px;
}

@media(max-width:767px){

  .hero-section .cta-container{
    max-width:100%;
    padding-top:20px;
  }

  .hero-section .cta-1 {
    margin-bottom: 20px;
    width: 100%;
  }

  .hero-section .cta-2 {
    width: 100%;
    margin-top: 0;
  }

  body .row-fluid .hero-section a.cta_button,
  body .row-fluid .hero-section a{
    padding: 13.5px 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
  }

  .hero-section {
    padding: 80px 0;
  }

}
/****===========================
THREE COL SECTION Styling
===========================*****/


.three-col-cm .wrapper{
  position:relative;
}

.three-col-cm .three-col-adjust{
  position:absolute;
  top: -160px;
  right: 0;
  left: 0;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
  z-index:2;
}

body .row-fluid .three-col-cm .three-col-adjust span>.hs_cos_wrapper{
  padding:50px;
  margin-top:0;
  margin-right:0;
}

.three-col-cm h5{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 23px;
}

.three-col-cm img{
  padding-bottom:15px;
}


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

  body .row-fluid .three-col-cm .three-col-adjust span>.hs_cos_wrapper {
    padding: 20px;
    flex-basis: 33%;
  }
}

@media(max-width:767px){

  .three-col-cm .three-col-adjust{
    position: relative;
    top: 0;
    box-shadow: unset;
    margin-top:20px;
  }

  .three-col-cm{
    background:#fff;
  }

  body .row-fluid .three-col-cm .three-col-adjust span > .hs_cos_wrapper {
    padding: 20px;
  }
}

/****===========================
CLIENT SECTION Styling
===========================*****/

.client-cm{
  padding:43px 0 34px;
  background:#fff;
}

.client-cm ul li{
  display:inline-block;
  list-style:none;
  margin: 0;
  padding: 0 10px;
}

.client-cm ul li:before{
  display:none;
}

.client-cm ul li:last-child{
  padding-right:0;
}

.client-cm ul li:first-child{
  padding-left:0;
}

@media(max-width:767px){

  .client-cm{
    padding:103px 0px 34px;
  }

  .client-cm ul{
    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: -4.5%;
  }

  .client-cm ul li{
    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;
    justify-content:center;
  }
}


/****===========================
STAY SECTION Styling
===========================*****/

.stay-cm{
  padding:80px 0 0;
  background:#fff;
}

.stay-cm .left-col{
  position: relative;
  left: -7%;
}

.stay-cm .right-col{
  padding-bottom:50px;
}

.stay-cm .right-col .heading-cont{
  position:relative;
  border-bottom:1px solid #425E76;
  padding-bottom: 20px;
}

.stay-cm .right-col .heading-cont h2{
  position:relative;
}

.stay-cm .right-col .heading-cont h2:after{
  position:absolute;
  content:'';
  top:-20px;
  left:0;
  background:#222D39;
  width:100px;
  height:3px;
}

.stay-cm .two-col-adjust span>.hs_cos_wrapper h4{
  font-weight:bold;
}

.stay-cm .cta-container{
  padding-top:40px;
}


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

  .stay-cm{
    padding:80px 0;
  }
}

@media(max-width:767px){

  .stay-cm{
    padding:30px 0 60px;
  }

  .stay-cm .left-col {
    position: relative;
    left: 0;
    min-height:1200px!important;
  }

  .stay-cm .right-col{
    padding-top:50px;
  }
}

/****===========================
INVESTING SECTION Styling
===========================*****/

.investing-cm{
  padding:118px 0 80px;
}

.investing-cm .wrapper{
  position:relative;
}

.investing-cm .cta-container{
  max-width:250px;
  width: 100%;
  margin-left: 0;
  padding-top:20px;
}

.investing-cm .cta-container a.cta_button{
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.investing-cm .right-col{
  position:relative;
}

.investing-cm .img-2{
  position: absolute;
  right: 0;
  top: 50px;
}

.investing-cm .img-3{
  position: absolute;
  right: 0;
  bottom: 60px;
}

.investing-cm .blockquote-cm{
  width:100%;
  max-width:350px;
  padding:30px 0 0;
}

.investing-cm blockquote{
  padding: 20px 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  color: #000000;
}

.investing-cm h6{
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform:uppercase;
  font-weight:300;
}

.investing-cm h6 span{
  font-weight:bold;
}


@media(max-width:1200px){

  .investing-cm .blockquote-cm{
    max-width:280px;
  }

  .investing-cm .img-1{
    max-width:68%;
  }

  .investing-cm .img-3 {
    bottom: 140px;
    max-width: 200px;
  }
}


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

  .investing-cm .right-col .img-1{
    max-width:68%;
  }

  .investing-cm .img-2{
    max-width:30%;
    top:20px;
  }

  .investing-cm .img-3{
    max-width:45%;
    bottom:240px;
  }

  .investing-cm .blockquote-cm{
    padding:100px 0 0;
  }
}

@media(max-width:767px){

  .investing-cm{
    padding:50px 0;
  }

  .investing-cm .right-col{
    padding-top:60px;
  }

  .investing-cm .cta-container {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top:0;
  }

  .investing-cm .cta-container .cta-1{
    width: auto;
    float: left;
  }

  .investing-cm .cta-container .cta-2{
    width:auto;
    float:left;
    padding-left:10px;
  }

  .investing-cm .img-1 {
    max-width: 60%;
  }

  .investing-cm .img-2 {
    top: 80px;
    max-width: 30%;
  }

  .investing-cm .img-3 {
    bottom: 220px;
    max-width: 50%;
  }

  .investing-cm .blockquote-cm {
    width: 100%;
    max-width: 100%;
    padding: 110px 0 0;
  }
}

/****===========================
REQUEST SECTION Styling
===========================*****/

.request-cm{
  padding:90px 0 80px;
  background:#fff;
}

.request-cm .left-col .cta-container{
  padding-top:20px;
}

.request-cm .left-col h3{
  padding-top:20px;
}

.request-cm .two-col-adjust span>.hs_cos_wrapper{
  background-color: #FFFFFF;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
  border: 1px solid #3ABEEB;
  padding:20px 0;
}

.request-cm .tag{
  padding: 2px;
  width: 100%;
  max-width: 116px;
  margin-bottom:10px;
}

.request-cm .tag h6{
  margin-bottom:0;
}

.request-cm p{
  color: #000000;
  font-size: 14px;
}

.request-cm .img{
  height:160px;
}

.request-cm .text-cont{
  padding: 20px 20px 0 20px;
}

.request-cm .card-cta img{
  background: transparent;
  padding: 0 20px;
}

@media(max-width:767px){

  .request-cm {
    padding: 50px 0;
  }

}
/****===========================
OUR MISSION SECTION Styling
===========================*****/

.mission-cm{
  position:relative;
  padding:310px 0 260px;
  /*   background-image:linear-gradient(180deg, rgba(113,200,230,0.16) 0%, rgba(255,255,255,0.16) 100%);; */
}

.mission-cm .heading-cont{
  padding-bottom:10px;
}


.mission-cm ul li{
  border: 2px solid #3abeeb;
  border-left: 0;
  background-color: #fff;
  display: inline-block;
  margin: 0 -2px;
  padding: 14.5px 97px;
  cursor:pointer;
}

.mission-cm ul li:first-child{
  border-left: 2px solid #3abeeb;
}

.mission-cm ul li:before{
  display:none;
}

.mission-cm ul li.active{
  border: 2px solid #3ABEEB;
  background-color: #3ABEEB;
}

.mission-cm li.active p{
  color:#fff;
}

.mission-cm .img-cont{
  position: relative;
  top: 165px;
  z-index: 1;
}

.mission-cm .text{
  position:relative;
  padding-left:30px;
}

.mission-cm .text:before{
  position:absolute;
  content:'';
  background:url(https://f.hubspotusercontent30.net/hubfs/6426786/Halo%20Website%20Assests/Tick.svg) no-repeat;
  background-position:center center;
  background-size:cover;
  width:16px;
  height:12px;
  left:0;
  top:8px;
}

.mission-cm .tabber-text{
  padding:70px 0 0;
}

body .container-fluid .row-fluid .mission-cm .blockquote-cont{
  position: absolute;
  right: 0;
  left: 0;
  bottom: -90px;
  height: 250px;
  padding:0;
  z-index:0;
  background:transparent;
}

.mission-cm .block-wrap{
  max-width:350px;
  padding-top:10px;
}

.mission-cm .blockquote-cont blockquote{
  font-size: 12.6px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19.6px;
  color: #000000;
}

.mission-cm .blockquote-cont h6{
  color: #000000;
  font-size: 9.1px;
  letter-spacing: 0;
  line-height: 16.8px;
  text-transform:uppercase;
  font-weight:300;
}

.mission-cm .blockquote-cont h6 span{
  font-weight:bold;
}


@media(min-width:1800px){
  body .container-fluid .row-fluid .mission-cm .blockquote-cont{
    bottom:0;
  }

  .mission-cm .block-wrap{
    padding-top:30px;
  }

  .mission-cm {
    padding: 320px 0 330px;
  }
}

@media(max-width:1799px) and (min-width:1317px){
  .mission-cm{
    padding: 315px 0 260px;
  }
}


@media(max-width:1260px) and (min-width:1180px){

  .mission-cm .img-cont{
    top:200px;
  }

}


@media(max-width:1179px) and (min-width:1139px){

  .mission-cm .img-cont{
    top:220px;
  }

}

@media(max-width:1138px) and (min-width:1126px){

  .mission-cm .img-cont{
    top:310px;
  }

}

@media(max-width:1125px) and (min-width:1087px){

  .mission-cm .img-cont{
    position: relative;
    top:360px;
    z-index: 1;
  }
}

@media(max-width:1086px) and (min-width:987px){

  .mission-cm{
    padding:240px 0 40px;
    margin-bottom:100px;
  }
}


@media(max-width:986px) and (min-width:900px){

  .mission-cm{
    padding:180px 0 20px;
    margin-bottom:100px;
  }
}

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


  .mission-cm{
    padding:180px 0 0;
    margin-bottom:100px;
  }
}

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

  .mission-cm .tabber-text .text-cont,
  .mission-cm .quote-img{
    width:100%;
  }

  .mission-cm .tabber-text .img-cont,
  .mission-cm .quote{
    width:100%;
    margin:0;
  }

  .mission-cm ul li{
    padding: 14.5px 65px;
  }

  .mission-cm .img-cont{
    top:15px;
  }
  .mission-cm .tabber-text {
    padding: 30px 0 0;
  }

  body .row-fluid .mission-cm .img-cont img{
    max-width:60%!important;
    width:100%;
    margin:0 auto;
  }

  body .container-fluid .row-fluid .mission-cm .blockquote-cont {
    position: relative;
    bottom: 0;
    height: auto;
    margin-top: -49px;
  }

  .mission-cm .block-wrap {
    max-width: 100%;
    top: 120px;
    padding: 0;
    position: relative;
  }


  /*   .mission-cm .tabber-text .img-cont img{
  max-width: 600px;
  height: auto;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: inherit;
}

  .mission-cm .block-wrap{
  padding-top:40px;
}

  body .container-fluid .row-fluid .mission-cm .blockquote-cont {
  position: relative;
  bottom: 0;
  height: auto;
  margin-top: -49px;
}

  .mission-cm .block-wrap {
  max-width: 100%;
  top: 180px;
  padding: 0;
  position: relative;
} */


}

/* @media(max-width:1024px) and (min-width:862px){

.mission-cm ul li{
padding: 14.5px 65px;
}

.mission-cm .img-cont {
position: relative;
top: 240px;
z-index: 1;
max-width: 440px;
width: 100%;
} 
.mission-cm .tabber-text {
padding: 70px 0 0;
}

body .container-fluid .row-fluid .mission-cm .blockquote-cont{
bottom: -40px;
height: 170px;
}

.mission-cm .block-wrap{
padding-top:10px;
} 
}


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

.mission-cm{
padding: 222px 0 130px;
}

.mission-cm ul li{
padding: 14.5px 50px;
}

.mission-cm .img-cont{
top:340px;
max-width:400px;
}

.mission-cm .tabber-text {
padding: 70px 0 120px;
}

.mission-cm .block-wrap{
padding-top:60px;
}
}*/

@media(max-width:767px) and (min-width:669px){

  .mission-cm{
    padding:50px 0 30px;
    margin-bottom:100px;
  }
}

@media(max-width:668px) and (min-width:570px){

  .mission-cm{
    padding:50px 0 20px;
    margin-bottom:100px;
  }
}

@media(max-width:569px) and (min-width:421px){

  .mission-cm{
    padding:50px 0 5px;
    margin-bottom:100px;
  }
}


@media(max-width:767px) and (min-width:654px){

  .mission-cm .img-cont{
    top:0;
  }

}

@media(max-width:653px) and (min-width:567px){

  .mission-cm .img-cont{
    top:25px;
  }
}

@media(max-width:767px){

  .mission-cm ul li{
    display:block;
    border-left: 2px solid #3abeeb;
  }

  .mission-cm .tabber-text {
    padding: 30px 0 0;
  }

  .mission-cm .img-cont{
    max-width:340px;
    margin:0 auto;
  }

  body .row-fluid .mission-cm .img-cont img{
    max-width:none!important;
    width:100%;
    margin:0 auto;
  }

  body .container-fluid .row-fluid .mission-cm .blockquote-cont {
    position: relative;
    bottom: 0;
    height: auto;
    margin-top: -49px;
  }

  .mission-cm .block-wrap {
    max-width: 100%;
    top: 180px;
    padding: 0;
    position: relative;
  }
}


@media(max-width:569px) and (min-width:458px){

  .mission-cm .img-cont {
    position: relative;
    top: 25px;
    max-width:340px;
    margin:0 auto;
    padding: 0;
  }

}

@media(max-width:457px) and (min-width:347px){

  body .row-fluid .mission-cm .img-cont{
    position: relative;
    top: 50px;
    max-width:340px;
    margin:0 auto;
    padding: 0;
  }

  .mission-cm{
    padding:50px 0 0;
    margin-bottom:100px;
  }
}

@media(max-width:346px) and (min-width:320px){

  body .row-fluid .mission-cm .img-cont{
    position: relative;
    top:70px;
    max-width:340px;
    margin:0 auto;
    padding: 0;
  }

  .mission-cm{
    padding:50px 0 0;
    margin-bottom:100px;
  }
}





/* 

/****===========================
OUR MISSION TWO SECTION Styling
===========================*****/

.mission-cm2{
  position:relative;
  padding:310px 0 260px;
  /*   background-image:linear-gradient(180deg, rgba(113,200,230,0.16) 0%, rgba(255,255,255,0.16) 100%);; */
}

.mission-cm2 .heading-cont{
  padding-bottom:10px;
}


.mission-cm2 ul li{
  border: 2px solid #3abeeb;
  border-left: 0;
  background-color: #fff;
  display: inline-block;
  margin: 0 -2px;
  padding: 14.5px 97px;
  cursor:pointer;
}

.mission-cm2 ul li:first-child{
  border-left: 2px solid #3abeeb;
}

.mission-cm2 ul li:before{
  display:none;
}

.mission-cm2 ul li.active{
  border: 2px solid #3ABEEB;
  background-color: #3ABEEB;
}

.mission-cm2 li.active p{
  color:#fff;
}

.mission-cm2 .img-cont{
  position: relative;
  top: 47px;
  z-index: 1;
}

.mission-cm2 .text{
  position:relative;
  padding-left:30px;
}

.mission-cm2 .text:before{
  position:absolute;
  content:'';
  background:url(https://f.hubspotusercontent30.net/hubfs/6426786/Halo%20Website%20Assests/Tick.svg) no-repeat;
  background-position:center center;
  background-size:cover;
  width:16px;
  height:12px;
  left:0;
  top:8px;
}

.mission-cm2 .tabber-text{
  padding:70px 0 0;
}

body .container-fluid .row-fluid .mission-cm2 .blockquote-cont{
  position: absolute;
  right: 0;
  left: 0;
  bottom: -90px;
  height: 250px;
  padding:0;
  z-index:0;
  background:transparent;
}

.mission-cm2 .block-wrap{
  max-width:350px;
  padding-top:10px;
}

.mission-cm2 .blockquote-cont blockquote{
  font-size: 12.6px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19.6px;
  color: #000000;
}

.mission-cm2 .blockquote-cont h6{
  color: #000000;
  font-size: 9.1px;
  letter-spacing: 0;
  line-height: 16.8px;
  text-transform:uppercase;
  font-weight:300;
}

.mission-cm2 .blockquote-cont h6 span{
  font-weight:bold;
}


@media(min-width:1800px){
  body .container-fluid .row-fluid .mission-cm2 .blockquote-cont{
    bottom:0;
  }

  .mission-cm2 .block-wrap{
    padding-top:30px;
  }

  .mission-cm2 {
    padding: 320px 0 330px;
  }
}

@media(max-width:1799px) and (min-width:1317px){
  .mission-cm2{
    padding: 315px 0 260px;
  }
}


@media(max-width:1260px) and (min-width:1180px){

  .mission-cm2 .img-cont{
    top:69px;
  }

}


@media(max-width:1179px) and (min-width:1139px){

  .mission-cm2 .img-cont{
    top:54px;
  }

}

@media(max-width:1138px) and (min-width:1126px){

  .mission-cm2 .img-cont{
    top:120px;
  }

}

@media(max-width:1125px) and (min-width:1087px){

  .mission-cm2 .img-cont{
    position: relative;
    top:100px;
    z-index: 1;
  }
}

@media(max-width:1086px) and (min-width:987px){

  .mission-cm2{
    padding:240px 0 40px;
    margin-bottom:100px;
  }
}


@media(max-width:986px) and (min-width:900px){

  .mission-cm2{
    padding:180px 0 20px;
    margin-bottom:100px;
  }
}

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


  .mission-cm2{
    padding:180px 0 0;
    margin-bottom:100px;
  }
}

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

  .mission-cm2 .tabber-text .text-cont,
  .mission-cm2 .quote-img{
    width:100%;
  }

  .mission-cm2 .tabber-text .img-cont,
  .mission-cm2 .quote{
    width:100%;
    margin:0;
  }

  .mission-cm2 ul li{
    padding: 14.5px 65px;
  }

  .mission-cm2 .img-cont{
    top:15px;
  }
  .mission-cm2 .tabber-text {
    padding: 30px 0 0;
  }

  body .row-fluid .mission-cm2 .img-cont img{
    max-width:60%!important;
    width:100%;
    margin:0 auto;
  }

  body .container-fluid .row-fluid .mission-cm2 .blockquote-cont {
    position: relative;
    bottom: 0;
    height: auto;
    margin-top: -49px;
  }

  .mission-cm2 .block-wrap {
    max-width: 100%;
    top: 120px;
    padding: 0;
    position: relative;
  }





  @media(max-width:767px) and (min-width:669px){

    .mission-cm2{
      padding:50px 0 30px;
      margin-bottom:100px;
    }
  }

  @media(max-width:668px) and (min-width:570px){

    .mission-cm2{
      padding:50px 0 20px;
      margin-bottom:100px;
    }
  }

  @media(max-width:569px) and (min-width:421px){

    .mission-cm2{
      padding:50px 0 5px;
      margin-bottom:100px;
    }
  }



  /*   .mission-cm2 .tabber-text .img-cont img{
  max-width: 600px;
  height: auto;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: inherit;
}

  .mission-cm2 .block-wrap{
  padding-top:40px;
}

  body .container-fluid .row-fluid .mission-cm2 .blockquote-cont {
  position: relative;
  bottom: 0;
  height: auto;
  margin-top: -49px;
}

  .mission-cm2 .block-wrap {
  max-width: 100%;
  top: 180px;
  padding: 0;
  position: relative;
} */


}

/* @media(max-width:1024px) and (min-width:862px){

.mission-cm2 ul li{
padding: 14.5px 65px;
}

.mission-cm2 .img-cont {
position: relative;
top: 240px;
z-index: 1;
max-width: 440px;
width: 100%;
} 
.mission-cm2 .tabber-text {
padding: 70px 0 0;
}

body .container-fluid .row-fluid .mission-cm2 .blockquote-cont{
bottom: -40px;
height: 170px;
}

.mission-cm2 .block-wrap{
padding-top:10px;
} 
}


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

.mission-cm{
padding: 222px 0 130px;
}

.mission-cm ul li{
padding: 14.5px 50px;
}

.mission-cm .img-cont{
top:340px;
max-width:400px;
}

.mission-cm .tabber-text {
padding: 70px 0 120px;
}

.mission-cm .block-wrap{
padding-top:60px;
}
}*/

@media(max-width:767px) and (min-width:654px){

  .mission-cm2 .img-cont{
    top:0;
  }

}

@media(max-width:653px) and (min-width:567px){

  .mission-cm2 .img-cont{
    top:25px;
  }
}

@media(max-width:767px){

  .mission-cm2 ul li{
    display:block;
    border-left: 2px solid #3abeeb;
  }

  .mission-cm2 .tabber-text {
    padding: 30px 0 0;
  }

  .mission-cm2 .img-cont{
    max-width:340px;
    margin:0 auto;
  }

  body .row-fluid .mission-cm2 .img-cont img{
    max-width:none!important;
    width:100%;
    margin:0 auto;
  }

  body .container-fluid .row-fluid .mission-cm2 .blockquote-cont {
    position: relative;
    bottom: 0;
    height: auto;
    margin-top: -49px;
  }

  .mission-cm2 .block-wrap {
    max-width: 100%;
    top: 180px;
    padding: 0;
    position: relative;
  }
}


@media(max-width:569px) and (min-width:458px){

  .mission-cm2 .img-cont {
    position: relative;
    top: 25px;
    max-width:340px;
    margin:0 auto;
    padding: 0;
  }

}

@media(max-width:457px) and (min-width:347px){

  body .row-fluid .mission-cm2 .img-cont{
    position: relative;
    top: 50px;
    max-width:340px;
    margin:0 auto;
    padding: 0;
  }

  .mission-cm2{
    padding:50px 0 0;
    margin-bottom:100px;
  }
}

@media(max-width:346px) and (min-width:320px){

  body .row-fluid .mission-cm2 .img-cont{
    position: relative;
    top:70px;
    max-width:340px;
    margin:0 auto;
    padding: 0;
  }

  .mission-cm2{
    padding:50px 0 0;
    margin-bottom:100px;
  }
}/*  

/****===========================
CONTACT US SECTION Styling
===========================*****/

body .row-fluid .contact-cm{
  padding:65px 0;
  background-color:#fff!important;
}

.contact-cm .right-col .form-container{
  border-top:5px solid #6DCFF6;
  background-color: #FFFFFF;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
  max-width:400px;
  padding:20px 50px 45px;
  float:right;
}

.contact-cm .heading-cont{
  padding-bottom:20px;
}

.contact-cm .left-col .row-fluid{
  max-width:500px;
}

.contact-cm .cm-cont{
  border-top:1px solid #AAB5BF;
  border-bottom:1px solid #AAB5BF;
  padding:10px 0 90px;
}

.contact-cm .left-col .cm-cont ul li{
  margin:0;
  padding-bottom:20px;
}

.contact-cm .left-col .cm-cont ul li:before{
  display:none;
}

.contact-cm .cm-cont ul li img{
  max-width: 20px;
  vertical-align: middle;
  padding-right: 10px;
}

.contact-cm ul li a{
  color: #1F2D3A;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight:300;
  padding-left:5px;
}

.contact-cm ul li:nth-last-child(1),
.contact-cm ul li:nth-last-child(2){
  display: flex;
  width: 50%;
  float: left;
}

.contact-cm ul li:nth-last-child(1) a,
.contact-cm ul li:nth-last-child(2) a{
  display:block;
}

.contact-cm .cta-cont{
  padding-top:30px;
}

.contact-cm .cta-container{
  max-width: 278px;
}

.contact-cm .cta-container a.cta_button{
  padding: 13px 0;
  width: 100%;
}


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

  .contact-cm .right-col .form-container{
    max-width:300px;
    padding:20px;
  }

  .contact-cm .left-col .row-fluid {
    max-width: 100%;
  }

  .contact-cm .cm-cont{
    height:100%;
    min-height:200px;
  }

}


@media(max-width:767px){

  .contact-cm .left-col .row-fluid{
    max-width:100%;
    margin-bottom: 40px;
  }

  .contact-cm .right-col .form-container{
    max-width:100%;
    padding: 20px;
    float: none;
    box-sizing: border-box;
  }

  .contact-cm .cta-container {
    max-width: 100%;
  }
  .contact-cm .cta-1,
  .contact-cm .cta-2{
    margin-bottom:20px;
  }

  .contact-cm ul li:nth-last-child(1),
  .contact-cm ul li:nth-last-child(2) {
    display: inline-flex;
    width: 100%;
    float: left;
  }

  .contact-cm .left-col .cm-cont ul li {
    word-break: break-word;
    display: block;
    font-size: 15px;
    padding-bottom:10px;
  }

  .contact-cm .cm-cont ul li a{
    font-size: 15px;
    padding-left:0;
  }

  .contact-cm .cm-cont{
    height: 100%;
    /*min-height: 220px;*/
    padding-bottom: 156px;
  }

  .contact-cm .left-col .cm-cont ul li span{
    width:88%;
    float:inherit;
  }

  .contact-cm .left-col .cm-cont ul li span.img {
    width: 12%;
    float: left;
  }

}

/****===========================
CHANGE SECTION Styling
===========================*****/

body .row-fluid .change-cm{
  padding:130px 0 100px;
  background-color:#fff!important;
}

.change-cm .left-col img{
  /*border-radius: 1px;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);*/
}

.change-cm .right-col p{
  margin-bottom:23px;
}

.change-cm .quote-cont{
  border-top:1px solid #AAB5BF;
  padding:20px 0;
}

.change-cm .quote-cont .row-fluid{
  max-width:460px;
}

.change-cm blockqoute{
  color: #000000;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}

.change-cm .cta-container{
  padding-top:20px;
}

.change-cm .cta-container a.cta_button{
  padding: 20px 15px;
}

.change-cm .author-cont{
  padding-top:20px;
}

.change-cm h6{
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform:uppercase;
  font-weight:300;
}

.change-cm h6 span{
  font-weight:bold;
}


@media(max-width:767px){

  .change-cm .right-col{
    padding-top:40px;
  }

  body .row-fluid .change-cm {
    padding: 50px 0 0;
  }

  .change-cm .quote-cont .img{
    width:auto;
    float:left;
  }

  .change-cm .quote-cont .text{
    width: 85%;
    float: left;
    margin-left: 5%;
  }

}




/****===========================
CONTACT US SECTION Styling
===========================*****/

body .row-fluid .demo-cm{
  padding:138px 0  150px;
  background-color:#fff!important;
}

.demo-cm .form-container{
  max-width:500px;
  margin:0 auto;
}

.demo-cm .form-container form{
  max-width:400px;
  margin:0 auto;
}

.demo-cm .right-col img{
  border-radius: 1px;
  border: 1px solid #D6D6D6;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
}


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

  .demo-cm .form-container{
    max-width:300px;
    padding:0;
  }

  .demo-cm .form-container form{
    max-width:100%;
  }

}


@media(max-width:767px){

  .demo-cm .form-container{
    max-width:100%;
    padding: 20px;
    float: none;
    box-sizing: border-box;
  }

  body .row-fluid .demo-cm{
    padding:70px 0;
  }

  .demo-cm .form-container form {
    max-width: 100%;
  }

  .demo-cm .right-col{
    padding-top:20px;
    text-align:center;
  }
}



/****===========================
TWO COL CARD SECTION Styling
===========================*****/

body .row-fluid .two-col-card-cm{
  padding:140px 0;
  background-color:#fff!important;
}

.two-col-card-cm .wrap{
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
}

body .row-fluid .two-col-card-cm .left-col{
  border: 2px solid #3ABEEB;
  border-right:0;
  padding:60px;
  width:50%;
  background:#fff;
}

body .row-fluid .two-col-card-cm .right-col{
  border: 2px solid #12BBA3;
  padding:60px;
  width:50%;
  margin-left:0;
  background:#fff;
}

body .row-fluid .two-col-card-cm a.cta_button{
  padding: 15px 15px;
}


@media(max-width:767px){

  body .row-fluid .two-col-card-cm .left-col{
    border: 2px solid #3abeeb;
    border-right: 2px solid #3abeeb;
    border-bottom:0;
    padding: 60px;
    width: 100%;
    background:#fff;
  }

  body .row-fluid .two-col-card-cm .right-col{
    width:100%;
  }
  body .row-fluid .two-col-card-cm {
    padding: 60px 0;
  }
}

/****===========================
FEATURE CARD SECTION Styling
===========================*****/

body .row-fluid .feature-card-cm{
  padding:90px 0;
  background-color:#fff!important;
}

.feature-card-cm .three-col-adjust span>.hs_cos_wrapper{
  border: 2px solid #E5E5E5;
  background-color: #FFFFFF;
  padding:32.5px;
  border-left:5px solid #F9B46C;
}

@media(max-width:767px){

  body .row-fluid .feature-card-cm{
    padding:50px 0;
  }

  .feature-card-cm .three-col-adjust span>.hs_cos_wrapper{
    padding:20px;
  }
}

/****===========================
TEXT CTA SECTION Styling
===========================*****/

body .container-fluid .row-fluid .text-cta-cm{
  padding:28px 0;
  background-color:#71C8E6;
}

.text-cta-cm .wrap{
  max-width:850px;
  margin:0 auto;
}

.text-cta-cm .left-col{
  width:100%;
  max-width:460px;
}

.text-cta-cm .right-col{
  width:100%;
  margin:0;
  max-width:370px;
}

.text-cta-cm .right-col .cta-2{
  margin:0;
  width:44%;
}

.text-cta-cm .cta-1{
  width: 52.5%;
}

.text-cta-cm .cta-1 a.cta_button{
  padding:15px 14px;
}

.text-cta-cm .cta-2 a.cta_button{
  padding:15px 15px;
}


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

  .text-cta-cm .cta-1 {
    width:55%;
  }
}

@media(max-width:767px){

  .text-cta-cm .wrap{
    max-width:100%;
  }

  .text-cta-cm .left-col {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .text-cta-cm .right-col {
    max-width:100%;
    width:100%;
  }

  .text-cta-cm .cta-1,
  .text-cta-cm .cta-2{
    width: 100%;
  }

  .text-cta-cm .cta-1 a.cta_button,
  .text-cta-cm .cta-2 a.cta_button{
    padding: 15px 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
/****===========================
FEATURE HERO SECTION Styling
===========================*****/

body .container-fluid .row-fluid .feature-hero-cm{
  padding:90px 0 120px;
}

.fancybox-button{
  right:700%;
  top:50px;
}

.gradient{
  background:linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(113,200,230,0.16) 100%)!important; 
}

.feature-hero-cm .heading-cont .cta-container a.cta_button{
  padding:15px 15px;
}

.feature-hero-cm .heading-cont{
  max-width:800px;
  margin:0 auto;
}

.feature-hero-cm .popup{
  padding:40px 0;
}

.feature-hero-cm .popup img{
  /*border: 1px solid #D6D6D6;
  border-radius: 1px;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);*/
}

.feature-hero-cm .popup-video{
  padding:18px 0 60px;
}

.feature-hero-cm .popup-video a{
  color: #00BEA2;
}

.feature-hero-cm .popup-video img{
  border:0;
  border-radius:0;
  box-shadow:unset;
  vertical-align: middle;
}

.feature-hero-cm .cm-cont h4{
  padding:20px 0 0;
}

@media(max-width:767px){

  .feature-hero-cm .heading-cont{
    max-width:100%;
    text-align:center;
  }

  .feature-hero-cm .cm-cont{
    text-align:center;
  }

  body .container-fluid .row-fluid .feature-hero-cm {
    padding: 80px 0;
  }

  .text-cta-cm .right-col .cta-2 {
    margin: 0;
    width: 100%;
  }

  .text-cta-cm .left-col h4{
    padding-bottom:20px;
  }
}


/********* Inline Video Module Style ***********/

.feature-hero-video-cm .cover{
  position: relative;
  max-width: 787px;
  margin: 41px auto 126px auto;
  float: none;
  cursor: pointer;
  min-height: 442px;
  width: 100%;

  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.feature-hero-video-cm video{
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.feature-hero-video-cm video:focus{
  outline: none;
}

@media(max-width: 1024px){
  .feature-hero-video-cm .cover{
    max-width: 570px;
    min-height: 387px;
    margin: 41px auto 50px auto;
  }
}

@media(max-width: 767px){
  .feature-hero-video-cm .cover{
    min-height: 48vw;
  }

  .feature-hero-video-cm .cover .play-icon img{
    max-width: 70px !important;
  }
}


/****===========================
FEATURE HERO SECTION Styling
===========================*****/

body .container-fluid .row-fluid .faq-cm{
  padding:100px 0 167px;
  background:#fff!important;
  position:relative;
}

.accordion_group{
  padding: 28.5px 0;
  border-top: 1px solid rgb(170 181 191 / 0.5);
}

.accordion_header{
  width: 100%;
  display: block;
  position:relative;
  cursor:pointer;
}

.accordion_content{
  padding-top:20px;
}

.accordion_header:after{
  position: absolute;
  right: 15px;
  content: "";
  top: 5px;
  width:18px;
  height:18px;
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/Halo%20Website%20Assests/Plus.svg') no-repeat;
  background-size:cover;
  cursor:pointer;
}

.faq-cm span>.hs_cos_wrapper.expanded .accordion_header:after{
  position: absolute;
  right:15px;
  content: "";
  top:10px;
  width:18px;
  height:3px;
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/Halo%20Website%20Assests/Minus.svg') no-repeat;
  background-size:cover;
}

.faq-cm .left-col{
  position:absolute;
  left:0;
  width: 37.5%;
}

.faq-cm .right-col{
  margin: 0;
  width: 62.5%;
  float:right;
}

.faq-cm .right-col h2{
  position:relative;
  padding-top:20px;
}

.faq-cm .right-col h2:after{
  position:absolute;
  content:'';
  left:0;
  top:0;
  background:#222D39;
  width:10%;
  height:3px;
}

.faq-cm .cm-cont{
  padding-top:10px;
}

.faq-cm .accordion_group:first-child{
  border-top:0;
}



@media(max-width:767px){

  .faq-cm .right-col {
    margin: 0;
    width: 100%;
    padding-top:30px;
  }

  .faq-cm .left-col {
    position: relative;
    left: 0;
    width: 100%;
  }

  body .container-fluid .row-fluid .faq-cm {
    padding: 50px 0;
  }
}
/****===========================
CORE FEATURE SECTION Styling
===========================*****/

.top-gradient{
  background-image:linear-gradient(180deg, rgba(113,200,230,0.1) 0%, rgba(255,255,255,1) 100%);
}

body .container-fluid .row-fluid .core-feature-cm{
  padding:85px 0 100px;
}

.core-feature-cm .heading-cont{
  padding-bottom:25px;
}

.core-feature-cm .cm-cont{
  background:#fff;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
  padding:20px 100px 50px;
}

.core-feature-cm .img-cont{
  width:12%;
}

.core-feature-cm .text-cont{
  margin:0;
  width:88%;
}

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

  .core-feature-cm .cm-cont{
    padding: 20px 50px 50px;
  }
  .faq-cm .right-col {
    margin: 0;
    width: 58.5%;
  }
}

@media(max-width:767px){

  .core-feature-cm .cm-cont{
    padding:20px 20px 40px;
    text-align:center;
  }

  body .container-fluid .row-fluid .core-feature-cm{
    padding:50px 0 0;
  }

  .plan-cm .card-mid ul {
    min-height: auto;
  }

  .core-feature-cm .img-cont{
    width:100%;
    padding-bottom:20px;
  }

  .core-feature-cm .text-cont{
    width:100%;
  }
}
/****===========================
THREE COL CONT Styling
===========================*****/


body .container-fluid .row-fluid .three-col-cont{
  padding:40px 0 83px;
  background:#fff;
}

.three-col-cont img{
  padding-bottom:20px;
}


@media(max-width:767px){

  body .container-fluid .row-fluid .three-col-cont{
    text-align:center;
  }
}

/****===========================
BLOCKQUOTE CONT Styling
===========================*****/

body .container-fluid .row-fluid .blockquote-cont{
  padding:50px 0 0;
  background:#fff;
}

.blockquote-cont h6{
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform:uppercase;
  font-weight:300;
  padding-top:15px;
}

.blockquote-cont h6 span{
  font-weight:bold;
}


/****===========================
FEATURE TABLE Styling
===========================*****/

body .container-fluid .feature-table-cm{
  padding:50px 0 70px;
  background:#fff;
}

.feature-table-cm table{
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
  border: 2px solid #E5E5E5;
  background-color: #FFFFFF;
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
}

.feature-table-cm table th{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  padding: 21px 0;
  width: 30%;
}

.feature-table-cm table th:nth-child(2),
.feature-table-cm table th:nth-child(3){
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  color:#fff;
}

.feature-table-cm table th:nth-child(2){
  border: 2px solid #12BBA3;
  background-color: #12BBA3;
}

.feature-table-cm table th:nth-child(3){
  border: 2px solid #F9B46C;
  background-color: #F9B46C;
}

.feature-table-cm table tr td{
  border: 2px solid #E5E5E5;
  background-color: #FFFFFF;
  padding: 0 15px;
  height: 75px;
} 

.feature-table-cm table tr td:nth-child(2),
.feature-table-cm table tr td:nth-child(3){
  text-align:center;
}



/****===========================
FEATURE PLAN CM Styling
===========================*****/

body .container-fluid .plan-cm{
  padding:50px 0 70px;
}

.plan-cm.no-tabber .heading-cont{
  padding-bottom:100px;
}

.plan-cm ul li:before{
  display:none;
}

body .row-fluid .plan-cm .three-col-adjust span>.hs_cos_wrapper{
  background:#fff;
}

body .row-fluid .plan-cm .three-col-adjust span>.hs_cos_wrapper>.row-fluid{
  padding:25px 40px;
}

body .row-fluid .plan-cm .three-col-adjust span>.hs_cos_wrapper:first-child{
  border-top: 10px solid #3ABEEB;
}
body .row-fluid .plan-cm .three-col-adjust span>.hs_cos_wrapper:last-child{
  border-top:10px solid #F9B46C;
}
body .row-fluid .plan-cm .three-col-adjust span>.hs_cos_wrapper>.row-fluid{
  border: 2px solid #E5E5E5;
  border-top:0;
  box-sizing:border-box;
}
body .row-fluid .plan-cm .three-col-adjust span>.hs_cos_wrapper .most-popular{
  display:none;
}
body .row-fluid .plan-cm .three-col-adjust span>.hs_cos_wrapper.card-most-popular .most-popular{
  display:flex;
}
body .row-fluid .plan-cm .three-col-adjust span>.hs_cos_wrapper.card-most-popular>.row-fluid{
  border: 2px solid #12BBA3;
}
body .row-fluid .plan-cm .card-most-popular .most-popular{
  position:absolute;
  top:-34px;
  right: 0;
  left: 0;
  background:#12BBA3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:5px 0;
}

body .row-fluid .plan.cm .card-most-popular .most-popular img{
  padding-right: 5px;
  vertical-align: middle;
}

.plan-cm .bottom-text{
  padding-top:23px;
  cursor:pointer;
}

.plan-cm .card-top{
  border-bottom: 1px solid #DBDBDB;
  min-height:180px;
}

.plan-cm .card-mid{
  padding:5px 0;
  min-height:380px;
}

.plan-cm .card-mid h2{
  color:#000;
  margin-bottom:0;
}

.plan-cm .card-mid p{
  color: #7B7B7B;
  font-weight: 300;
}

.plan-cm .card-mid ul li{
  margin-left:0;
}

.plan-cm .card-mid ul li .list-img{
  width:auto;
  float:left;
}
.plan-cm .card-mid ul li .list{
  margin-left:10px;
}


.plan-cm .card-mid ul li img{
  vertical-align:middle;
  /*   padding-right:8px; */
}

.plan-cm .card-mid ul li span{
  font-weight:300;
}

.plan-cm .card-cta{
  padding-top:18px;
}

.plan-cm .card-cta .cta-1,
.plan-cm .card-cta .cta-2{
  display:none;
}

.plan-cm .card-cta.normal-cta .cta-1,
.plan-cm .card-cta.shopify-cta .cta-2{
  display:block;
}

.shopify-buy__layout-vertical {
  text-align: left!important;
}

.card-cta .shopify-buy-frame iframe {
  height:70px!important;
  margin-top:-40px!important;
}

.card-cta .shopify-buy__btn-wrapper {
  margin-top: 0 !important;
}

.shopify-buy__btn,
.shopify-buy__layout-vertical {
  display:block!important;
  width: 100%;
  max-width: 174px!important;
  margin:0 auto!important;
}

.plan-cm .card-cta a.cta_button{
  padding: 17.5px 0;
  max-width: 175px;
  width: 100%;
}

.plan-cm .content.mobile-tab{
  display:none;
}

.plan-cm .content.desktop-tab{
  display: flex;
  justify-content: center;
  max-width:320px;
  margin:0 auto;

}

.plan-cm .tabber-section .switch {
  position: relative;
  display: inline-block;
  width: 88px;
  height: 34px;
  margin:0 12px;
}

.plan-cm .tabber-section .monthly,
.plan-cm .tabber-section .yearly{
  padding-top:5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #C9E2EA;
  border-radius: 19.5px;
  background-color: #FFFFFF;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 3px;
  background-color:#3ABEEB;
  transition: .4s;
}

input:checked + .slider:before {
  transform: translateX(50px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.plan-cm .tabber-section label{
  font-weight:300;
}

.plan-cm .tabber-section .yearly{
  display: flex;
}

.plan-cm .tabber-section label.yearly span{
  width: 100%;
  padding: 3px;
  margin-left: 5px;
  color: #1B2E3B;
  font-size: 12.64px;
  letter-spacing: 0;
  line-height: 19.75px;
  font-weight: 300;
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #1B2E3B;
}

.plan-cm .tabber-section label.active{
  font-weight:bold;
}

.plan-cm .tabber-section{
  padding-bottom:68px;
  padding-top:30px;
}


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


  .plan-cm .card-top{
    min-height:220px;
  }

  .plan-cm .card-mid{
    min-height:440px;
  }
}

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

  body .row-fluid .plan-cm .three-col-adjust span > .hs_cos_wrapper > .row-fluid{
    padding: 25px 20px;
  }
}

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

  .plan-cm .card-mid{
    min-height:440px;
  }
}

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

  .plan-cm .card-mid{
    min-height:480px;
  }

  .plan-cm .card-top{
    min-height:240px;
  }
}

@media(max-width:767px){

  .plan-cm.no-tabber .heading-cont {
    padding-bottom: 20px;
  }
  .shopify-buy__layout-vertical{
    max-width:100%!important;
  }
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper.card-most-popular{
    margin:60px auto 0;
  }

  .plan-cm .card-mid,
  .plan-cm .card-top{
    min-height:unset;
  }

  .plan-cm .tabber-section .yearly{
    display:block;
  }

  .plan-cm .tabber-section label.yearly span{
    max-width:80px;
    margin-left:0;
  }

  input:checked + .slider:before {
    transform: translateX(46px);
  }

  .plan-cm .content.desktop-tab{
    display:none;
  }

  .plan-cm .content.mobile-tab{
    display:flex;
    justify-content: center;
    max-width:320px;
    margin:0 auto;
  }
  .plan-cm .card-top h4{
    font-size:24px;
  }

  #container {
    position: relative;
    width: 241px;
    height: 44px;
    touch-action: none;
    border: 1px solid #C9E2EA;
    border-radius: 36px;
    background-color: #FFFFFF;
  }

  #item {
    position: relative;
    width: 116px;
    height: 40px;
    border-radius: 36px;
    transition: all 0.05s cubic-bezier(0.04, 0.46, 0.36, 0.99);
    touch-action: none;
    user-select: none;
    cursor:pointer;
  }
  #item::after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 100%;
    border-radius: 42px;
    height: 40px;
    background-color: #3ABEEB;
    content: "";
  }

  .left {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    user-select: none;
  }
  #container.select-left .left span {
    opacity: 1;
    color: white;
  }
  .left span,
  .right span{
    pointer-events: none;
    user-select: none;
    transition: all .2s ease;
    font-size: 14.4px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22.5px;
  }

  .right span{
    padding-top:20px;
    line-height:17.5px;
  }

  .right span h6{
    color: #1B2E3B;
    font-size: 11.38px;
    letter-spacing: 0;
    line-height: 17.78px;
  }

  #container.select-left .left span {
    opacity: 1;
    color: white;
    font-weight:bold;
  }

  #container.select-right .right span,
  #container.select-right .right span h6{
    opacity: 1;
    color: white;
    font-weight:bold;
  }
  .right {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
    user-select: none;
  }

}


/****===========================
FAQ FORM SECTION Styling
===========================*****/

body .container-fluid .row-fluid .faq-form-cm{
  padding:110px 0 135px;
  background:#fff!important;
}

.accordion_group{
  padding: 28.5px 0;
  border-top: 1px solid rgb(170 181 191 / 0.5);
}

.faq-form-cm span>.hs_cos_wrapper.expanded .accordion_header:after{
  position: absolute;
  right:15px;
  content: "";
  top:10px;
  width:18px;
  height:3px;
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/Halo%20Website%20Assests/Minus.svg') no-repeat;
  background-size:cover;
}

.faq-form-cm .cm-cont{
  padding-top:10px;
}

.faq-form-cm .accordion_group:first-child{
  border-top:0;
}

.faq-form-cm .form-container{
  padding: 45px 60px;
  max-width: 430px;
  margin-left: auto;
  background-color: #FFFFFF;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
  position:relative;
}

.faq-form-cm .form-container img{
  position: absolute;
  right: 20px;
  top: 0;
}


@media(max-width:1024px) and (min-width:768px){
  .faq-form-cm .form-container{
    padding:40px 30px;
  }

  .accordion_header h4{
    padding-right:40px;
  }

}

@media(max-width:767px){

  body .container-fluid .row-fluid .faq-form-cm {
    padding: 50px 0;
  }

  .accordion_header h4{
    padding-right:40px;
  }

  body .container-fluid .row-fluid .faq-form-cm .right-col{
    padding-top:30px;
  }

}





/*=============================
SUPPORT HEro SECTION Styling
==============================*/

.support-hero-section{
  padding:137px 0; 
  position:relative;
  z-index:1;
}

.support-hero-section .right-col{
  position: absolute;
  bottom: 0;
  right: 0;
}

@media(max-width:767px){

  .support-hero-section .right-col{
    position:relative;
    bottom:-50px;
  }

  .support-hero-section {
    padding: 50px 0;
  }

  .faq-form-cm .form-container {
    padding: 40px 20px;
  }
}


/****===========================
PRIVACY SECTION Styling
===========================*****/

body .row-fluid .privacy-policy{
  padding:95px 0 169px;
  background:#fff!important;
}

.privacy-policy .text-wrap{
  max-width:800px;
  margin:0 auto!important;
  float:none;
}

.privacy-policy .text-wrap h3{
  margin-top:43px;
}

.privacy-policy p{
  color: #092F3E;
}

.privacy-policy li{
  color: #1B2E3B;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight:300;
  margin-left: 30px;
  margin-bottom:20px;
  padding-left: 15px;
}

.privacy-policy li:before{
  width:4px;
  height:4px;
  background:#1B2E3B;
  border-radius:100%;
}


@media(max-width:767px){
  body .row-fluid .privacy-policy{
    padding:60px 0;
  }

  .privacy-policy .text-wrap{
    max-width:100%;
  }
}

/****===========================
LP HERO SECTION Styling
===========================*****/

.lp-hero-section.section-bg{
  background-size: contain!important;
  background-position: 100% 0%!important;
  background-repeat: no-repeat;
  padding:65px 0;
}

.lp-hero-section .text-wrap{
  max-width: 800px;
  margin: 0 auto!important;
  float: none;
  padding: 23px 0 32px;
}

.lp-form-section{
  background-color: #FFFFFF;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
  padding:60px 40px;
  margin-top: 28px;
}

body .lp-form-section form ul.inputs-list.multi-container {
  display: inline-flex;
}

body .lp-form-section form ul.inputs-list.multi-container span{
  color: #1F2D3A;
  font-size: 14px;
  letter-spacing: 0.61px;
  line-height: 16px;
}

body .lp-form-section form .hs-form-checkbox:last-child{
  margin-left:30px;
}

.lp-form-section .text-cont p{
  color: #1F2D3A;
  font-size: 16px;
  letter-spacing: 0;
}


@media(max-width:767px){

  .lp-form-section{
    padding: 40px 20px;
    text-align:left;
    margin-top:120px;
  }

  body .lp-form-section form .hs-form-checkbox:last-child {
    margin-left: 10px;
  }
  .lp-form-section .col-2{
    padding:20px 0;
  }
  .lp-form-section .col-2{
    text-align:center;
    position:relative;
  }

  .lp-form-section .col-2 img{
    position: absolute;
    right: 0;
    left: 0;
    top: -130px;
    padding: 0;
    margin:0 auto;
  }

  .lp-form-section .col-3{
    padding-top: 260px;
  }
  .lp-form-section .col-1{
    padding-top:130px;
  }
}

/****===========================
TESTIMONIAL SECTION Styling
===========================*****/
.testimonial-cm{
  background:#fff!important;
  padding:30px 0 120px;
}

.testimonial-cm .row-fluid{
  max-width:940px;
  margin:0 auto;
}

.testimonial-cm .img-cont img{
  border-radius:100%;
}

.testimonial-cm .text-cont h6{
  color: #222D39;  
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}

.testimonial-cm .text-cont p{
  padding-top:15px;
  color: #1F2D3A;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}


@media(max-width:767px){
  .testimonial-cm{
    padding:0 0 50px;
  }

  .testimonial-cm .text-cont{
    padding-top:20px;
  }

  .testimonial-cm .row-fluid{
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

/*==========================
LOGIN CM Styling
============================*/

.login-cm{
  background:#fff;
}

.login-cm .left-col{
  padding:135px 90px;
  width:50%;
}

.login-cm .left-col h2{
  padding:89px 0 10px;
}

.login-cm .left-col form{
  text-align: left;
  max-width: 397px;
  margin: 0 auto;
}

.login-cm .left-col form .hs-button{
  padding: 16.5px 0;
  width: 100%;
  margin: 5px 0 30px;
}

.login-cm .left-col .cta-container{
  max-width:290px;
  margin:0 auto;
}

.login-cm .cta-container .cta_button{
  padding: 0;
  background: transparent;
  color: #3ABEEB;
  text-decoration: underline;
  text-align: center;
  width: 100%;
}

.login-cm .cta-container .cta_button:hover{
  box-shadow:unset;
}

.login-cm .right-col{
  background:rgb(109 207 246 / 0.2);
  padding:120px 90px;
  margin-left:0;
  width:50%;
}

.login-cm .right-col .row-fluid{
  max-width:675px;
  margin:0 auto;
}

.login-cm ul li{
  padding-left:20px;
}

.login-cm ul li:before{
  content: '';
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 4px;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  border-radius: 0;
  background: transparent;
  top: 5px;
}


@media(min-height:1096px){
  .login-cm .right-col,
  .login-cm .left-col{
    height:100vh;
  }

  .login-cm .left-col{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}



@media(min-width:2000px){
  .login-cm .right-col,
  .login-cm .left-col{
    height:100vh;
  }

  .login-cm .left-col{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

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

  .login-cm .right-col {
    padding:125px 50px;
  }

  .login-cm .right-col .row-fluid {
    max-width:100%;
  }
}

@media(max-width:767px){

  .login-cm form,
  .login-cm h2,
  .login-cm p{
    padding: 0 15px;
  }

  .login-cm .right-col,
  .login-cm .left-col{
    width:100%;
  }

  .login-cm .right-col{
    display:none;
  }

  .login-cm .left-col{
    background:url(https://f.hubspotusercontent30.net/hubfs/6426786/Halo%20Website%20Assests/Lines-mobile.svg) no-repeat!important;
    background-position: center bottom!important;
    background-size: contain!important;
    padding: 50px 0 250px;
  }

  .login-cm .left-col h2 {
    padding: 75px 0 10px;
  }

  .login-cm .cta-container .cta_button{
    width: auto;
    float: left;
    margin-bottom:13px;
    margin-right: 20px;
  }

  .login-cm .cta-container .cta-2 .cta_button{
    margin-right:0;
  }
}


/*=======================
FORGOT PASSWORD Styling
======================*/

.pass-cm form .hs-main-font-element{
  display:none;
}

@media(max-width:767px){
  .login-cm.pass-cm .cta-container .cta_button {
    width: auto;
    float: none;
    margin-right: 0;
  }

  .pass-cm p{
    max-width: 400px;
    margin: 0 auto;
  }
}





/******************* Header Group Styling ****************/



.header-group .top-row{

}

.header-group .top-row .wrapper>.row-fluid-wrapper>.row-fluid{
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-group .top-row .cta-1 a.cta_button {
  border-right: 1px solid #DEE3E7;
  border-left: 1px solid #DEE3E7;
  background-color: #FFFFFF;
  box-shadow: unset;
  color: #222D39;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  padding: 25px 25px;
}

.header-group .top-row .cta-2 a.cta_button {
  border-right: 1px solid #DEE3E7;
  background-color: rgba(113,200,230,0.11);
  box-shadow: unset;
  color: #222D39;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  padding: 26px 0;
  max-height: 70px;
  height: 100%;
  width: 100%;
}

.header-group .top-row .cta-container{
  text-align:right;
  width: 34.17094%;
  margin-left: 0;
}

.header-group .top-row .cta-container .cta-2-wrap{
  margin-left:0;
  width: 67.811966%;
}

.header-group .top-row .search-container{
  width: 65.264957%;
  margin-top:11px;
}

.header-group .top-row .search-container form{
  position:relative;
}

.header-group .top-row .search-container form:after{
  position:absolute;
  right: 11px;
  top: 15px;
  content:'';
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Search.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:21px;
  height:22px;
}

.header-group .top-row .search-container form input{
  margin-top:0;
  max-width: 524px;
  float: right;
  border: none;
  text-align: right;
  padding-right: 50px;
  position: relative;
  top: 3px;
}

.header-group .top-row .search-container form input::placeholder{
  font-size: 14px;
  letter-spacing: 0.61px;
  line-height: 16px;
  color: #A5B0B5;
}

.header-group .header-bottom-row{
  background: rgba(165,176,181,0.07);
  border-top:1px solid #DEE3E7;
  border-bottom:1px solid #DEE3E7;
}

.header-group .header-bottom-row ul li:first-child a{
  padding-left:0;
}

.header-group .header-bottom-row ul li{
  line-height:normal;
  position:relative;
}

.header-group .header-bottom-row ul li a{
  color: #222D39;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  position:relative;
}

.header-group .header-bottom-row .menu-container{
  position:relative;
  top:5px;
}

.header-group .header-bottom-row ul li.hs-item-has-children>a:after{
  position:absolute;
  right:16px;
  top:17px;
  content:'';
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Dropdown%20arrow.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:centre center;
  width:9px;
  height:6px;
}

.header-group .header-bottom-row ul li.hs-item-has-children>a{
  padding-right: 32px;
}

.header-group .header-bottom-row ul li.hs-menu-depth-2:first-child a{
  padding-left:20px;
}

@media(max-width:1170px){

  .header-group .top-row .cta-1 a.cta_button{
    padding: 25px 16px;  
  }
}


@media(max-width:1024px){

  .header-group .top-row .cta-container{
    width: 43.17094%;  
  }

  .header-group .top-row .search-container {
    width: 56.264957%;
    padding-right: 10px;
  }
}


@media(max-width:767px){

  .header-group .header-bottom-row ul li:first-child a{
    padding-left: 10px;  
  }

  .header-group .header-bottom-row ul li.hs-menu-depth-2:first-child a {
    padding-left: 10px;
  }

  .header-group .header-bottom-row .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 18px;
    line-height: 36px;
  }

  .header-group a.cta_button{
    box-sizing:border-box!important;
  }

  .header-group .cta-1{
    margin:10px 10px;
  }

  .header-group .cta-2{
    margin:0px 10px;
  }

  .header-group .search-container{
    margin-top:5px;
    display:none;
  }
}

/***************** Homepage Banner Cm ****************/



.home-banner-cm{
  position:relative;
  overflow:hidden;
}

.home-banner-cm .left-col{
  padding:79px 0 82px;
  width: 59.8%;
  position:relative;
  z-index:1;
  /*height:1000px;*/
  height:902px;
}

.home-banner-cm .left-col h1{
  font-size:79px;
}

.home-banner-cm .left-col:before{
  position: absolute;
  right:0;
  bottom: 0;
  content: '';
  background: url(https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Lines.svg);
  width: 872px;
  height: 592px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.home-banner-cm .left-col .heading-container p{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  max-width:529px;
}

.home-banner-cm .right-col{
  position:relative;
  right:0;
  /*height:1000px;*/
  height:930px;
  width: 37%;
}

.home-banner-cm .right-col .cm-container span>.hs_cos_wrapper{
  padding:0px 72px 0px;
  height:450px;
  display:flex;
  justify-content:center;
  flex-direction:column;
  position:relative;
  z-index:1;
  padding-right:0;
}

.home-banner-cm .right-col .cm-container span>.hs_cos_wrapper:nth-child(1):after{
    position: absolute;
    right: auto;
    top: 0;
    content: '';
    background: #DCF4FD;
    width: 10000px;
    bottom: 0;
    z-index: -1;
}

.home-banner-cm .right-col .cm-container span>.hs_cos_wrapper:nth-child(2):after{
    position: absolute;
    right: auto;
    top: 0;
    content: '';
    background:#D3EED5;
    width: 10000px;
    bottom: 0;
    z-index: -1;
}

.home-banner-cm .image-col{
  position: absolute;
  left: -370px;
  bottom: 0;
  margin: 0 auto;
  float: none;
  text-align: center;
  z-index: 2;
}

.home-banner-cm .image-col img{
  height: 470px!important;
}

.home-banner-cm .left-col .content-col p{
  font-size: 12.6px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19.6px;
  color: #000000;
  max-width:287px;
}

.home-banner-cm .left-col .content-col h5{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  color: #181818;
}

.home-banner-cm .left-col .person-container{
  margin-top:220px;
}

.home-banner-cm .right-col h3{
  margin-top:20px;
  margin-bottom:25px;
}

.home-banner-cm .right-col .cm-container span>.hs_cos_wrapper .cta-cont a.cta_button{
  background:#ffffff;
  border: 1px solid #425E76;
  color: #181818;
  font-size: 16px;
  background-color: rgba(255,255,255,0.53);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  position:relative;
  padding: 9px 21px 9px 10px;
  transition:0.3s all ease-in;
}

.home-banner-cm .right-col .cm-container span>.hs_cos_wrapper .cta-cont a.cta_button:hover{
  color: #3ABEEB;
  border:1px solid #3ABEEB;
  box-shadow:none;
  transition:0.3s all ease-in;
}

.home-banner-cm .right-col .cm-container span>.hs_cos_wrapper .cta-cont a.cta_button:hover:after{
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Arrow%20right%20blue.svg');
  transition:0.3s all ease-in;
}

.home-banner-cm .right-col .cm-container span>.hs_cos_wrapper:nth-child(2n) .cta-cont a.cta_button{
  background-color: rgba(255,255,255,0.53);
  transition:0.3s all ease-in;
}

.home-banner-cm .right-col .cm-container span>.hs_cos_wrapper .cta-cont a.cta_button:after{
  position:absolute;
  right: 7px;
  top: 12px;
  content:'';
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Arrow%20right.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:8px;
  height:12px;
  transition:0.3s all ease-in;
}

#random_quotes .col p{
  font-size: 12.6px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19.6px;
  color: #000000;
}

#random_quotes .col h3{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  color: #181818;
}

.col-auto{
  position: absolute;
  bottom: 0;
  right: 0;
}

.col-auto .img-wrap{
  position:relative;
  z-index:1;
  right: -30px;
  max-width:400px;
}

#random_quotes .col{
  max-width: 287px;
  position:relative;
  z-index:2;
}



@media(max-width:1680px){

  .home-banner-cm .left-col .person-container {
    margin-top: 297px;
  }

  
}

@media(max-width:1500px){

  .home-banner-cm .left-col{
    padding: 79px 0 160px;  
  }
}


@media(max-width:1440px){
.col-auto .img-wrap{
  right:0;
}
}
@media(max-width:1245px){

  .home-banner-cm .left-col {
    padding: 79px 0 160px;
  }

}



@media(max-width:1180px){

  .home-banner-cm .left-col {
    padding: 79px 0 200px;
  }
}

@media(max-width:1170px){

  .col-auto .img-wrap {
    max-width: 400px;
  }

  .home-banner-cm .left-col {
    padding: 79px 0 160px;
  }


}

@media (max-width: 1170px){
  .home-banner-cm .right-col .cm-container span>.hs_cos_wrapper {
    padding: 0px 32px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right:0;
  }
}

@media(max-width:1280px){

  .home-banner-cm .left-col h1{
    font-size: 75px;
  }
}


@media(max-width:1170px){

  .home-banner-cm .image-col{
    left: -350px;
  }

  .home-banner-cm .left-col h1 {
    font-size: 65px;
  }

}

@media(max-width:1035px){

  .home-banner-cm .left-col .person-container{
    margin-top: 215px;
  }
}


@media(max-width:1024px){

  .home-banner-cm .right-col .cm-container span>.hs_cos_wrapper {
    padding: 0px 40px 0px;
    padding-right:0;
  }

  .home-banner-cm .image-col img {
    height: 350px!important;
  }

  .home-banner-cm .image-col {
    left: -300px;
  }

  .home-banner-cm .left-col h1 {
    font-size: 47px;
    line-height: 50px;
  }

  .home-banner-cm .left-col .person-container {
    margin-top: 71px;
  }

  .home-banner-cm .left-col:before{
    display:none;
  }

  .home-banner-cm .left-col .person-container .content-col{
    max-width: 36%;  
  }

  .col-auto {
    position: absolute;
    right: 0;
  }

  .col-auto .img-wrap {
    max-width: 330px;
  }

  .home-banner-cm .left-col {
    padding: 79px 0 200px;
  }
}


@media(max-width:900px){

  .home-banner-cm .left-col .person-container {
    margin-top: 110px;
  }
}

@media(max-width:767px){

  .home-banner-cm .left-col{
    width:100%;  
    text-align:center;
    height: 100%;
  }

  body .row-fluid .home-banner-cm .wrapper{
    padding:0;
  }

  .home-banner-cm .right-col{
    width:100%; 
    position:relative;
    height: 100%;
    min-height: 100%!important;
  }

  .home-banner-cm .left-col .person-container .content-col {
    max-width: 100%;
  }

  .home-banner-cm .left-col .person-container {
    margin-top: 30px;
  }

  .home-banner-cm .right-col .cm-container span>.hs_cos_wrapper {
    padding: 65px 20px 65px;
    height:100%;
  }

  .home-banner-cm .right-col h3{
    line-height:32px;
  }

  .home-banner-cm .image-col {
    left: 0;
    display:none;
  }

  .home-banner-cm .left-col{
    padding:49px 16px 40px;
  }

  .home-banner-cm .left-col .heading-container p{
    max-width:100%;
  }

  .home-banner-cm .left-col .content-col p{
    max-width:100%;
  }

  .col-auto .img-wrap {
    max-width: 250px;
    margin: 0 auto 20px;
    display:none;
  }

  .col-auto {
    margin-bottom: 20px;
    text-align: center;
    margin: 20px auto 0;
    position:relative;
    bottom:0;
  }

  #random_quotes .col {
    margin: 0 auto;
  }


}



/****************** Logos Cm Styling *******************/



.logos-cm{
  padding:25px 0 0px;
  border-bottom:1px solid #E1E1E1;
}

.logos-cm .mobile-logo-slider{
  display:none;
}

.logos-cm .heading h4{
  font-weight:500;
}

.logos-cm ul{
  list-style-type:none;
}

.logos-cm ul li{
  display:inline-block;
  padding-right: 20px;
  margin-left: 0;
}

.logos-cm ul li:last-child{
  padding-right:0;
}

.logos-cm ul li:before{
  display:none;
}

@media(max-width:1560px){

  .logos-cm{
    padding: 65px 0 0px;
  }
}


@media(max-width:1280px){

  .logos-cm{
    padding: 105px 0 0px;  
  }
}

@media(max-width:1240px){

  .logos-cm ul li{
    padding-right: 10px;   
  }

  .logos-cm {
    padding: 145px 0 0px;
  }
}

@media(max-width:1170px){

  .logos-cm {
    padding: 225px 0 0px;
  }
}


@media(max-width:1024px){

  .logos-cm {
    padding: 25px 0 0px;
  }
}


@media(max-width:767px){

  .logos-cm ul li {
    padding-right: 0;
    width: 48%;
  }

  .logos-cm .mobile-logo-slider{
    display:block;
  }

  .logos-cm .logos-container{
    display:none!important;
  }

  .logos-cm {
    padding: 45px 0 0px;
  }

  .mobile-slider .slick-slide{
    display:none;
  }

  .mobile-slider .slick-slide:focus{
    outline:0;
  }

  .mobile-slider .slick-initialized .slick-slide{
    display:block;
  }

  .mobile-slider .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #222D39;
  }

  .mobile-slider .slick-dots li.slick-active button:focus{
    outline:0;
  }

  .mobile-slider .slick-dots li {
    margin: 0 7px;
    display: inline-block;
    line-height:10px;
    margin-left:11px;
    width: auto;
  }

  .mobile-slider .slick-dots {
    text-align: center;
    margin: 10px auto 50px;
  }

  .mobile-slider .slick-dots li button {
    font-size: 1px;
    color: rgba(124, 134, 152, 0.9);
    padding: 0;
    border: 0;
    background:#E1E1E1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    cursor: pointer;
  }

  .mobile-slider{
    position:relative;
    z-index:1;
  }

  .mobile-slider ul.slick-dots{
    padding-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
  }

}


/***************** Content Cta Cm *****************/



.content-cta-cm{
  padding:61px 0 47px;
}

body .row-fluid .content-cta-cm .wrapper{
  max-width:872px;
}

body .row-fluid .content-cta-cm .heading-container p{
  max-width:740px;
  margin:0 auto 40px;
  float:none;
}

.content-cta-cm .cta-container{
  margin-top:30px;
}


@media(max-width:767px){

  .content-cta-cm{
    padding: 41px 0 47px;   
  }
}





/************** Four Col Content Image Cm Styling ***************/


.four-col-image-content-reversible-cm .main-container{
  margin-left:0;
  padding: 119px 0 107px;
  position:relative;
  z-index:1;
}

.four-col-image-content-reversible-cm .main-container:after{
  position:absolute;
  right:0;
  top:0;
  content:'';
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Lines.svg');
  background-repeat:no-repeat;
  background-size:cover; 
  background-position:center center;
  width:100%;
  bottom:0;
  height:auto;
  z-index:-1;
}

.four-col-image-content-reversible-cm .main-container:nth-child(2):after{
  position:absolute;
  left:0;
  top:0;
  content:'';
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Green%20lines.svg');
  background-repeat:no-repeat;
  background-size:cover; 
  background-position:center center;
  width:100%;
  bottom:0;
  height:auto;
  z-index:-1;
}

.four-col-image-content-reversible-cm .main-container .cta-container{
  display:flex;
  margin-bottom:40px;
}

.four-col-image-content-reversible-cm .main-container .cta-container .cta-1{
  margin-right:15px;
}

.four-col-image-content-reversible-cm .main-container .cta-container .cta-2 a.cta_button{
  background:#ffffff;
  border:1px solid #425E76;
  color:#181818;
  padding: 9px 19px;
}

.four-col-image-content-reversible-cm .main-container .cta-container .cta-1 a.cta_button{
  padding: 10px 19px;
}

.hr-border{
  width:36px;
  margin-top:30px;
}

.four-col-image-content-reversible-cm .main-container .top-row{
  margin-bottom:63px;
}

.four-col-image-content-reversible-cm .main-container .top-row.row-reverse>.row-fluid{
  display:flex;
  flex-direction:row-reverse;
}

.four-col-image-content-reversible-cm .main-container .top-row.row-reverse .right-col{
  margin-left:0;
  text-align: center;
}

.four-col-image-content-reversible-cm .main-container .top-row.row-reverse .left-col{
  margin-left: 2.564102564%;
}


@media(max-width:1024px){

  .four-col-image-content-reversible-cm .main-container .top-row .left-col{
    width: 43.055249%; 
  }

  .four-col-image-content-reversible-cm .main-container .top-row .right-col{
    width: 54.18232%;
  }
}


@media(max-width:767px){

  .four-col-image-content-reversible-cm .main-container .top-row .left-col{
    width: 100%; 
    text-align:center;
  }

  .four-col-image-content-reversible-cm .main-container .top-row.row-reverse .left-col {
    margin-left: 0;
  }

  .four-col-image-content-reversible-cm .main-container .cta-container{
    justify-content:center;
  }

  .four-col-image-content-reversible-cm .main-container .top-row .right-col {
    width: 100%;
    margin-top: 30px;
  }

  .four-col-image-content-reversible-cm .main-container {
    padding: 69px 0 69px;
  }

  .four-col-image-content-reversible-cm .main-container .top-row.row-reverse>.row-fluid{
    display:block;
  }

  .four-col-image-content-reversible-cm .main-container:after{
    display:none;
  }

  .four-col-image-content-reversible-cm .main-container .cm-container{
    text-align:center;
  }

  .four-col-image-content-reversible-cm .hr-border {
    margin: 20px auto 10px;
  }
}



/******************* Testimonial Slider Cm ******************/


.testimonial-slider-cm{
  padding:84px 0 95px;
  position:relative;
}

body .row-fluid .testimonial-slider-cm .heading-container{
  max-width:791px;
  margin:0 auto 20px;
  float:none;
}

.testimonial-slider-cm .testimonial-slider .slick-slide{
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 5px 17px 0 rgba(117,128,134,0.14);
  padding:30px 33px 44px;
  margin:0 15px;
  opacity:0.13;
}

.testimonial-slider-cm .testimonial-slider .slick-slide.slick-active{
  opacity:0.13;
}

.testimonial-slider-cm .testimonial-slider .slick-slide.slick-current{
  opacity:1;
}

.testimonial-slider-cm .testimonial-slider .slick-track{
  padding:30px 0 30px;
}

.testimonial-slider-cm .testimonial-slider .author-cont{
  display: flex;
  justify-content: space-between;
}

.testimonial-slider-cm .testimonial-slider .author-cont .left-col .image-cont{
  width:53px;
  height:53px;
  border-radius:50%;
}

.testimonial-slider-cm .testimonial-slider .author-cont .left-col{
  display: flex;
}

.testimonial-slider-cm .testimonial-slider .author-cont .left-col .content h4{
  margin-bottom:0;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  color: #222D39;
}

.testimonial-slider-cm .testimonial-slider .author-cont .left-col .content p{
  color: #A5B0B5;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  font-weight:300;
  margin-bottom:0;
}

.testimonial-slider-cm .testimonial-slider .slick-slide:focus{
  outline:none;
}

.slick-slide:focus{
  outline:none;
}

.testimonial-slider-cm .testimonial-slider .author-cont .left-col .content{
  padding-left:15px;
}

.testimonial-slider-cm .testimonial-slider .cm-content p{
  color: #222D39;
  font-size: 19px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
}

.testimonial-slider-cm .testimonial-slider .cm-content{
  margin-bottom:40px;
}

.testimonial-slider .slick-slide:focus{
  outline:0;
}

.testimonial-slider .slick-initialized .slick-slide{
  display:block;
}

.testimonial-slider .slick-dots li.slick-active button:focus{
  outline:0;
}

.testimonial-slider{
  position:relative;
  z-index:1;
}

.testimonial-slider .slick-next:after{
  position: absolute;
  width: 58px;
  height: 58px;
  top: 40%;
  right: 27%;
  content: url(https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Arrow%20right%20white.svg);
  background: rgb(66,94,118,0.57);
  z-index: 11;
  cursor: pointer;
  border-radius: 50%;
  line-height: 72px;
  text-align: center;
}

.testimonial-slider .slick-prev:after{
  position: absolute;
  width: 58px;
  height: 58px;
  top: 40%;
  left: 27%;
  content: url('https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Arrow%20right%20white.svg');
  background: rgb(66,94,118,0.57);
  z-index: 1;
  cursor: pointer;
  transform:rotate(180deg);
  border-radius: 50%;
  line-height: 72px;
  text-align: center;
}


@media(max-width:1280px){

  .testimonial-slider-cm .testimonial-slider .slick-slide{
    padding: 30px 23px 44px;  
  }

  .testimonial-slider-cm .testimonial-slider .author-cont .left-col .image-cont{
    width:43px;
    height:43px;
  }
}

@media(max-width:1170px){

  .testimonial-slider-cm .testimonial-slider .author-cont .left-col .image-cont{
    height:27px;
  }
}

@media(max-width:1024px){

  .testimonial-slider-cm .testimonial-slider .slick-slide.slick-active{
    opacity:1;
  }

  .testimonial-slider .slick-prev:after{
    bottom: -50px;
    left: 41%;
    top: auto;
  }

  .testimonial-slider .slick-next:after{
    bottom: -50px;
    right: 40%;
    top: auto;
  }

  .testimonial-slider-cm {
    padding: 84px 0 125px;
  }
}


@media(max-width:767px){

  .testimonial-slider-cm{
    padding: 55px 0 125px; 
  }

  .testimonial-slider .slick-next:after{
    right: 30%; 
  }

  .testimonial-slider .slick-prev:after {
    left: 35%;
  }

  .testimonial-slider-cm .testimonial-slider .author-cont{
    display:block;
  }

  .testimonial-slider-cm .testimonial-slider .author-cont .left-col .image-cont{
    height:43px;
    margin: 0 auto 10px;
  }

  .testimonial-slider-cm .testimonial-slider .author-cont .left-col {
    margin-bottom: 20px;
  }

  .testimonial-slider-cm .testimonial-slider .cm-content{
    text-align:center;
  }

  .testimonial-slider-cm .testimonial-slider .author-cont {
    text-align: center;
  }

  .testimonial-slider-cm .testimonial-slider .author-cont .right-col img{
    margin:0 auto;
    float:none;
  }

  .testimonial-slider-cm .testimonial-slider .author-cont .left-col {
    display: block;
  }
}


/**************** Get Started Two Col Cm ****************/



.get-started-two-col-cm{
  padding:69px 0 105px;
  position:relative;
}

.get-started-two-col-cm .heading-container{
  margin-bottom:35px;
}

.get-started-two-col-cm .cm-container span{
  display:flex;
}

.get-started-two-col-cm .cm-container span>.hs_cos_wrapper{
  width:50%;
  padding:45px 41px 60px;
  box-sizing:border-box;
}

.get-started-two-col-cm .cta-container{
  display:inline-block; 
  text-align:center;
}

body .get-started-two-col-cm .cm-container span>.hs_cos_wrapper:nth-child(2n) .cta-container a.cta_button{
  background:#4AB654;
}

body .row-fluid .get-started-two-col-cm .content p{
  max-width:345px;
  margin:0 auto 20px;
  float:none;
}

.get-started-two-col-cm .cm-container .logo{
  min-height:50px;
}


@media(max-width:767px){

  .get-started-two-col-cm .cm-container span>.hs_cos_wrapper{
    width:100%;
  }

  .get-started-two-col-cm .cm-container span{
    display:block;
  }

  .get-started-two-col-cm {
    padding: 69px 0 75px;
  }
}


/*************** Latest Articles Cm *****************/


.latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont .hs-featured-image-wrapper{
  height:277px;
}

.latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont{
  transition:0.3s all ease;
}

.latest-articles-cm .top-row .left-col{
  width: 65.3%;
}

.latest-articles-cm .top-row .right-col{
  width: 32.12%;
}

.latest-articles-cm{
  padding:56px 0 94px;
}

.latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont .text-container{
  margin-left:0;
  margin-top:15px;
}

.latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont{
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 5px 17px 0 rgba(117,128,134,0.14);
  padding:27px 26px 28px;
}

.latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont .post-body-inner1 h3{
  font-size: 39px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 43px;
  color: #222D39;
  min-height:72px;
}

.latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont .description-container p{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: #1F2D3A;
}

.latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont .cta-container h4.more-link{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  color: #181818;
  border: 1px solid #425E76;
  background-color: rgba(255,255,255,0.53);
  padding: 7px 20px 7px 8px;
  position:relative;
  display:inline-block;
  margin-bottom:0;
  transition:0.3s all ease;
}

.latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont:hover .cta-container h4.more-link{
  color:#3ABEEB;
  border:1px solid #3ABEEB;
  transition:0.3s all ease;
}

.latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont:hover .cta-container h4.more-link:after{
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Arrow%20right%20blue.svg');
  transition:0.3s all ease;
}

.latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont .cta-container h4.more-link:after{
  position:absolute;
  right: 7px;
  top: 11px;
  content:'';
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Arrow%20right.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:8px;
  height:12px;
  transition:0.3s all ease;
}

.latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont .cta-container{
  margin-top:30px;
}

body .row-fluid .latest-articles-cm .heading-container{
  max-width:739px;
  margin:0 auto 30px;
  float:none;
}

body .row-fluid .latest-articles-cm .heading-container p{
  font-size:16px;
  letter-spacing: 0;
  line-height: 24px;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item .topic-container{
  display:none;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item .hs-featured-image-wrapper{
  height:96px;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item{
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 5px 17px 0 rgba(117,128,134,0.14);
  padding:25px 23px 20px;
  display: block;
  float: left;
  margin-bottom:26px;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item .text-container{
  margin-left:0;
  margin-top:15px;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item .cta-container{
  margin-top:21px;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item .cta-container h4{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  color: #181818;
  border: 1px solid #425E76;
  background-color: rgba(255,255,255,0.53);
  padding: 7px 20px 7px 8px;
  position:relative;
  display:inline-block;
  margin-bottom:0;
  transition: 0.3s all ease;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item{
  transition: 0.3s all ease;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item:hover .cta-container h4{
  color: #3ABEEB;
  border: 1px solid #3ABEEB;
  transition: 0.3s all ease;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item:hover .cta-container h4:after{
  background: url(https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Arrow%20right%20blue.svg);
  transition: 0.3s all ease;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item .cta-container h4:after{
  position:absolute;
  right: 7px;
  top: 11px;
  content:'';
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Arrow%20right.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:8px;
  height:12px;
  transition: 0.3s all ease;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item:nth-child(1) .featured-image{
  display:none;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item:nth-child(1) .post-header{
  margin-bottom: 26px;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item:nth-child(1) .text-container{
  margin-top:0;
}

.latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item:nth-child(2) .description-container{
  display:none;
}

.latest-articles-cm .bottom-row .tag-category-cm .home-post-item{
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 5px 17px 0 rgba(117,128,134,0.14);
  padding:25px 23px 20px;
  display: block;
  float: left;
  margin-bottom:26px;
  margin-right:30px;
}

.latest-articles-cm .bottom-row .tag-category-cm .home-post-item:last-child{
  margin-right:0;
}

.latest-articles-cm .bottom-row .tag-category-cm .home-post-item .cta-container h4{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  color: #181818;
  border: 1px solid #425E76;
  background-color: rgba(255,255,255,0.53);
  padding: 7px 20px 7px 8px;
  position:relative;
  display:inline-block;
  margin-bottom:0;
  transition: 0.3s all ease;
}

.latest-articles-cm .bottom-row .tag-category-cm .home-post-item{
  transition: 0.3s all ease;
}

.latest-articles-cm .bottom-row .tag-category-cm .home-post-item:hover .cta-container h4{
  color: #3ABEEB;
  border: 1px solid #3ABEEB;
  transition: 0.3s all ease;
}

.latest-articles-cm .bottom-row .tag-category-cm .home-post-item:hover .cta-container h4:after{
  background: url(https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Arrow%20right%20blue.svg);
  transition: 0.3s all ease;
}

.latest-articles-cm .bottom-row .tag-category-cm .home-post-item .cta-container h4:after{
  position:absolute;
  right: 7px;
  top: 11px;
  content:'';
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Arrow%20right.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:8px;
  height:12px;
}

.latest-articles-cm .bottom-row .tag-category-cm .home-post-item .text-container{
  margin-left:0;
  margin-top:15px;
}

.latest-articles-cm .bottom-row .tag-category-cm .home-post-item .topic-container{
  display:none;
}

.latest-articles-cm .bottom-row .tag-category-cm .home-post-item .hs-featured-image-wrapper{
  height:96px;
}

.latest-articles-cm .bottom-row .tag-category-cm .post-listing-cont{
  display:flex;
}


@media(max-width:1140px){

  .latest-articles-cm .top-row .left-col{
    width: 65.1%;  
  }
}


@media(max-width:1024px){

  .latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item:nth-child(1) .post-header{
    margin-bottom: 0;
  }
}


@media(max-width:767px){

  .latest-articles-cm .top-row .left-col{
    width:100%;
  }

  .latest-articles-cm .top-row .right-col {
    width: 100%;
    margin-top: 24px;
  }

  .latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont .post-body-inner1 h3{
    font-size:20px;
    line-height:26px;
    font-weight:bold;
    min-height:100%;
  }

  .latest-articles-cm .top-row .left-col .recent-post-section .post-item-cont .hs-featured-image-wrapper {
    height: 96px;
  }

  .latest-articles-cm .top-row .right-col .tag-category-cm .home-post-item{
    padding: 25px 23px 30px; 
    width:100%;
    box-sizing:border-box;
  }

  .latest-articles-cm .bottom-row .tag-category-cm .post-listing-cont{
    display:block;
  }

  .latest-articles-cm .bottom-row .tag-category-cm .home-post-item{
    margin-right:0;
  }

  .latest-articles-cm .bottom-row .tag-category-cm .home-post-item{
    padding: 25px 23px 30px; 
    width:100%;
    box-sizing:border-box;
  }

  .latest-articles-cm {
    padding: 56px 0 56px;
  }


}

/***************** Footer Section Styling *************/


.footer-section{
  background:#222D39;
  padding:51px 0 41px;
}

.footer-section .google-img-cont{
   max-width:290px;
   float:right;
   margin-bottom:24px;
}

.footer-section .top-row>.row-fluid-wrapper>.row-fluid{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-section .top-row .right-col{
  text-align:right;
}

.footer-section .top-row .right-col a{
  position:relative;
}

.footer-section .top-row .right-col a:before{
  position:absolute;
  left: -31px;
  top: -2px;
  content:'';
  background:url('https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Login%20Icon-1.svg');
  width:24px;
  height:24px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}

.footer-section .bottom-row .left-column{
  width: 51.264957%;
}

.footer-section .bottom-row .right-column{
  width: 46.17094%;
  padding-left:80px;
}

.footer-section .bottom-row ul li a{
  padding-left:0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight:300;
  white-space:inherit;
}

.footer-section .bottom-row h5{
  margin-bottom:5px;
  font-weight:bold;
  font-family: 'Helvetica';
}

.footer-section .top-row{
  margin-bottom:63px;
}

.footer-section .bottom-row{
  padding-bottom:23px;
}

.footer-section .copyright-text p{
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #B0B0B0;
  margin-bottom:0;
}

.footer-section .copyright-text{
  border-top: 1px solid #979797;
  padding-top:30px;
}

.footer-section .bottom-row .right-column p{
  margin-bottom:10px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}

.footer-section form{
  position:relative;
}

.footer-section form .input{
  max-width:365px;
}

.footer-section form .input input{
  height:53px;
}

.footer-section form .hs-button.primary{
  position:absolute;
  right:0;
  top:0;
}


@media(max-width:1180px){

  .footer-section .bottom-row .right-column {
    width: 45.17094%;
    padding-left: 0px;
  }
}


@media(max-width:767px){

  .footer-section .bottom-row{
    padding-bottom: 50px;  
  }

  .footer-section .bottom-row .column-cont{
    margin-bottom: 10px;
  }

  .footer-section .top-row>.row-fluid-wrapper>.row-fluid{
    justify-content:flex-start; 
  }

  .footer-section .top-row .left-col{
    width:50%;  
    float:left;
  }

  .footer-section .top-row .right-col{
    width:48%;   
  }

  .footer-section .bottom-row .right-column{
    width:100%;
  }

  .footer-section .bottom-row .left-column{
    width:100%;
  }

  .footer-section form .input {
    max-width: 100%;
  }
}



/* ==========================================================================
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 sd-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:#222d39;
    box-sizing:border-box!important;
  }

  script{
    display:none!important;
  }


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

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

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#222d39;
  }


  /* 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: 28px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #222d39; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color:#222d39; /* Icon color */
  }


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

  .child-trigger{
    display: block !important;/* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted transparent;
  }
  .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);
    display:none!important;
  }
  .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:#000; /* 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: absolute;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* 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 */ 
  body .row-fluid .custom-menu-primary.js-enabled .hs-menu-wrapper{
    padding: 0;
    margin:0;
    z-index:12;
    top:70px;
    background: #ffffff;
    position:absolute;
    padding:0 0 20px;
  }

  .custom-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* 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 rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#222d39; /* 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 */
  }



}




/*====================================================================
Company Page Styling 
======================================================================*/



/**************** Company Banner Section Styling *********************/



.company-banner-cm{
  padding:75px 0 73px;
  background: linear-gradient(180deg, rgba(113,200,230,0.16) 0%, rgba(255,255,255,0.16) 100%);
  position:relative;
  z-index:1;
}

.company-banner-cm:after{
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Lines.svg);
  width: 100%;
  height: auto;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  bottom: 0;
}

body .row-fluid .company-banner-cm .heading-container{
  max-width:732px;
  margin:0 auto 70px;
  float:none;
}

.company-banner-cm .image-container{
  height:350px;
  margin-bottom:115px;
}

body .row-fluid .company-banner-cm .text-container{
  max-width:817px;
  margin:0 auto;
  float:none;
  position:relative;
  left:40px;
}

.company-banner-cm .text-container:before{
  position:absolute;
  left:-40px;
  top:0;
  content:'';
  background-color: #3ABEEB;
  width:3px;
  height:202px;
}

.company-banner-cm .text-container p{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom:25px;
}

@media(max-width:1024px){

  body .row-fluid .company-banner-cm .text-container{
    left:0;  
  }

  .company-banner-cm .image-container {
    margin-bottom: 85px;
  }
}


@media(max-width:767px){

  body .row-fluid .company-banner-cm .heading-container{
    margin: 0 auto 40px;   
  }

  .company-banner-cm .image-container {
    margin-bottom: 45px;
  }

  .company-banner-cm:after{
    display:none;
  }

  .company-banner-cm {
    padding: 65px 0 43px;
  }
}

/*************** Company Two Col Content Image Styling *****************/



.company-two-col-content-image-cm{
  padding:107px 0 107px;
}

.company-two-col-content-image-cm .right-col{
  text-align:right;
  float:right;
}

.company-two-col-content-image-cm .left-col p{
  max-width:566px;
}


@media(max-width:1024px){

  .company-two-col-content-image-cm {
    padding: 107px 0 37px;
  }
}


@media(max-width:767px){

  .company-two-col-content-image-cm {
    padding: 67px 0 37px;
  }

  .company-two-col-content-image-cm .right-col {
    text-align: left;
    float: left;
    margin-top: 30px;
  }

  .company-two-col-content-image-cm .left-col p {
    max-width: 100%;
  }
}



/***************** Technology Timeline Cm *************************/



.technology-timeline-cm{
  padding:30px 0 150px;
}

.technology-timeline-cm .heading-container{
  margin-bottom:100px;
}

.technology-timeline-cm .two-col-content span{
  display:flex;
  flex-wrap:wrap;
  flex-direction: row-reverse;
  position:relative;
}

.technology-timeline-cm .two-col-content span:after{
  position: absolute;
  right: 47.9%;
  bottom: -28px;
  content: '\f107';
  color: #71C8E6;
  font-size: 50px;
  font-family: "FontAwesome";
} 

.technology-timeline-cm .two-col-content span>.hs_cos_wrapper:after{
  position:absolute;
  left:-53px;
  top:0;
  bottom:0;
  content:'';
  background:#71C8E6;
  width:3px;
  height:auto;
  z-index:-1;
}

.technology-timeline-cm .two-col-content span>.hs_cos_wrapper{
  width: 41%;
  margin: 0 4%;
  position:relative;
  z-index:1;
}

.technology-timeline-cm .two-col-content span>.hs_cos_wrapper:before{
  position: absolute;
  left: -68px;
  top: 0;
  content: '';
  background: url(https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Timeline-dot.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 32px;
  height: 32px;
  z-index:1;
}

.technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even):before{
  right: -75px;
  left:auto;
}

.technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even):after{
  display:none;
}

.technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even) {
  margin-top: 200px;
  text-align: right;
  margin: 200px 5% 0;

}

.technology-timeline-cm .two-col-content span>.hs_cos_wrapper:last-child{
  padding-bottom:100px;
}

.technology-timeline-cm .two-col-content span>.hs_cos_wrapper h5{
  font-size:18px;
  line-height:23px;
  letter-spacing: -0.1px;
  margin-bottom:3px;
  font-family: 'Helvetica';
}

.technology-timeline-cm .two-col-content span>.hs_cos_wrapper h4{
  font-family: 'Helvetica';
  margin-bottom:3px;
}

@media(max-width:1230px){
  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even):before {
    right: -72px;
  }
}

@media(max-width:1180px){

  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even):before {
    right: -69px;
  }


}

@media(max-width:1150px){
  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even):before {
    right: -65px;
  }

  .technology-timeline-cm .two-col-content span:after{
    right: 48.2%;
  }
}

@media(max-width:1120px){

  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even):before {
    right: -61px;
  }
}

@media(max-width:1060px){

  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even):before{
    right: -56px;
  }

  .technology-timeline-cm .two-col-content span:after {
    right: 48.7%;
  }
}

@media(max-width:1024px){

  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even):before{
    right: -50px;
  }
}


@media(max-width:900px){

  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even):before {
    right: -45px;
  }

  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:before{
    left:-51px;
  }

  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:after{
    left:-35px;
  }

  .technology-timeline-cm .two-col-content span:after {
    right: 47.6%;
  }

  .technology-timeline-cm .two-col-content span{
    max-width: 708px;
    margin: 0 auto;
  }

  .technology-timeline-cm {
    padding: 30px 0 100px;
  }
}


@media(max-width:767px){

  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper {
    width: 100%;
    margin: 0;
    margin: 20px 0 0;
    text-align:center;
  }

  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even) {
    text-align: center;
    margin: 20px 0 0;
  }

  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even):before,
  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:nth-child(even):after{
    display:none;
  }

  .technology-timeline-cm .two-col-content span:after{
    display:none;
  }

  .technology-timeline-cm .two-col-content span>.hs_cos_wrapper:last-child {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .technology-timeline-cm .heading-container {
    margin-bottom: 30px;
  }

  .technology-timeline-cm {
    padding: 30px 0 60px;
  }
}





/*=================================================================
Product Page Styling 
===================================================================*/

.product-banner-cm{
  padding:75px 0 101px;
  position:relative;
  z-index:1;
}

.product-banner-cm:after{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  background-image: linear-gradient(180deg, rgba(113,200,230,0.16) 0%, rgba(255,255,255,0.16) 100%);
  width:100%;
  height:auto;
  z-index:-1;
}

.product-banner-cm .heading{
  /*max-width:732px;*/
  max-width: 812px;
  margin:0 auto 50px;
  float:none;
}

.product-banner-cm .tab-container{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}

.product-banner-cm .tab-container .tabs{
  width: 46%;
  margin-right: 3%;
  padding:35px 31px 115px;
  box-sizing:border-box;
  border-radius:12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position:relative;
  transition:0.3s all ease;
  cursor:pointer;
}

.product-banner-cm .tab-container .tabs:first-child:hover{
  background-color:#E7F6FB!important;
}

.product-banner-cm .tab-container .tabs:nth-child(2n):hover{
  background-color:#EEF8EF!important;
}

.product-banner-cm .tab-container .tabs:nth-child(2n){
  margin-right:0;
}

.product-banner-cm .tab-container .tabs .logo{
  position: absolute;
  bottom: 40px;
}

.product-banner-cm .subheading p{
  font-size: 18px;
  letter-spacing: -0.11px;
  line-height: 27px;
  color: #222D39;
}

.product-banner-cm .subheading{
  margin-bottom:30px;
}


@media(max-width:767px){

  .product-banner-cm{
    padding: 55px 0 45px;
  }

  .product-banner-cm .tab-container .tabs{
    width:100%;
    margin-right:0;
    margin-bottom:30px;
  }

  .product-banner-cm .heading {
    margin: 0 auto 30px;
  }
}




/****************** Product Image Content Reversible Styling *******************/



.product-image-content-reversible .main-container .main-logo{
  text-align:center;
  margin-bottom:100px;
}

.product-image-content-reversible .cm-container .inner-container>.row-fluid{
  display:flex;
  align-items:center;
  margin-bottom:100px;
}

.product-image-content-reversible .cm-container .inner-container.row-reverse>.row-fluid{
  flex-direction:row-reverse;
}

.product-image-content-reversible .cm-container .inner-container .image-col{
  width:59%;
}

.product-image-content-reversible .cm-container .inner-container .content-col{
  width: 40%;
  padding: 0 60px;
}

.product-image-content-reversible .main-container .inner-container.row-reverse .image-col{
  width: 54%;
}

.product-image-content-reversible .main-container .inner-container.row-reverse .content-col{
  padding-left: 0;
  padding-right: 80px;
  width: 46%;
}

.product-image-content-reversible .main-container{
  margin-left:0;
  padding: 99px 0 147px;
  position: relative;
  z-index: 1;
  margin-bottom: 285px;
}

.product-image-content-reversible .main-container .wrapper{
  position:relative;
}

.product-image-content-reversible .main-container .cta-container{
  display:flex;
  margin-bottom:40px;
}

.product-image-content-reversible .main-container .cta-container .cta-1{
  margin-right:15px;
}

.product-image-content-reversible .main-container .cta-container .cta-2 a.cta_button{
  background:#ffffff;
  border:1px solid #425E76;
  color:#181818;
  padding: 9px 19px;
}

.product-image-content-reversible .main-container .cta-container .cta-1 a.cta_button{
  padding: 10px 19px;
}

.product-image-content-reversible .main-container .top-row{
  margin-bottom:80px;
}

.product-image-content-reversible .main-container .top-row.row-reverse>.row-fluid{
  display:flex;
  flex-direction:row-reverse;
}

.product-image-content-reversible .main-container .top-row.row-reverse .right-col{
  margin-left:0;
  text-align: center;
}
.product-image-content-reversible .main-container .right-col{
  text-align: center;
}

.product-image-content-reversible .main-container .top-row.row-reverse .left-col{
  margin-left: 2.564102564%;
}

.product-image-content-reversible .bottom-content-container{
  padding: 45px 30px 32px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.product-image-content-reversible .bottom-content-container .text-cont *{
  color:#ffffff;
}

.product-image-content-reversible .bottom-content-container .text-cont p{
  max-width:345px;
  margin:0 auto 30px;
  float:none;
  font-size:16px;
}

.product-image-content-reversible .bottom-content-container .logo-cont{
  margin-bottom:20px;
}

.product-image-content-reversible .main-container#tab-2 .bottom-content-container a.cta_button{
  background:#4AB654;
}

.product-page .testimonial-slider-cm{
  padding: 30px 0 95px;
}


@media(max-width:1024px){

  .product-image-content-reversible .main-container .top-row .left-col{
    width: 43.055249%; 
  }

  .product-image-content-reversible .main-container .top-row .right-col{
    width: 54.18232%;
  }

  .product-image-content-reversible .cm-container .inner-container .content-col{
    padding: 0 40px;  
  }

  .product-image-content-reversible .main-container .inner-container.row-reverse .content-col{
    padding-right: 20px;
  }

  .product-image-content-reversible .main-container .main-logo {
    margin-bottom: 70px;
  }

  .product-image-content-reversible .main-container .top-row {
    margin-bottom: 30px;
  }

  .product-image-content-reversible .cm-container .inner-container>.row-fluid {
    margin-bottom: 50px;
  }

  .product-image-content-reversible .main-container {
    margin-bottom: 245px;
  }
}


@media(max-width:767px){

  .product-image-content-reversible .main-container .top-row .left-col{
    width: 100%; 
  }

  .product-image-content-reversible .main-container .top-row .right-col {
    width: 100%;
    margin-top: 30px;
  }

  .product-image-content-reversible .main-container .top-row{
    text-align:center;
  }

  .product-image-content-reversible .cm-container{
    text-align:center;
  }

  .product-image-content-reversible .main-container .cta-container {
    align-items: center;
    justify-content: center;
  }

  .product-image-content-reversible .main-container {
    padding: 69px 0 69px;
  }

  .product-image-content-reversible .main-container .top-row.row-reverse>.row-fluid{
    display:block;
  }

  .product-image-content-reversible .main-container:after{
    display:none;
  }

  .product-image-content-reversible .main-container .main-logo {
    margin-bottom: 30px;
  }

  .product-image-content-reversible .main-container .main-logo img{
    max-width:200px;
  }

  .product-image-content-reversible .cm-container .inner-container>.row-fluid {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column-reverse;
  }

  .product-image-content-reversible .cm-container .inner-container .image-col {
    width: 100%;
    margin-top: 40px;
  }

  .product-image-content-reversible .cm-container .inner-container .content-col {
    padding: 0;
    width: 100%;
  }

  .product-image-content-reversible .main-container .inner-container.row-reverse .content-col {
    padding-right: 0;
    width: 100%;
  }

  .product-image-content-reversible .main-container .inner-container.row-reverse .image-col {
    width: 100%;
  }

  .product-image-content-reversible .cm-container .inner-container.row-reverse>.row-fluid {
    flex-direction: column-reverse;
  }

  .product-image-content-reversible .bottom-content-container {
    padding: 45px 30px 32px;
    position: relative;
    left: 0;
    right: 0;
  }

  .product-image-content-reversible .main-container {
    margin-bottom: 30px;
  }
}



/**************** Product FAQ CM Styling ****************/



.product-faq-cm .accordion.cm-cont{
  max-width:741px;
  margin:0 auto;
  float:none;
  padding-top: 25px;
}

body .container-fluid .row-fluid .product-faq-cm {
  padding: 110px 0 107px;
}


@media(max-width:1024px){

  body .container-fluid .row-fluid .product-faq-cm {
    padding: 80px 0 67px;
  }
}



/**************** Contact Page Styling ********************/



.contact-page .row-fluid .change-cm {
  padding: 122px 0 108px;
  background-color: rgb(170,181,191,0.08)!important;
}

.contact-page .contact-cm .left-col .cm-cont ul li span{
  font-weight:bold;
  font-family: 'Helvetica';
}

.contact-page .contact-cm .left-col .cm-cont ul li span a{
  font-weight: normal;
  font-family: Galano Grotesque;
}

.contact-page .change-cm .left-col img {
  border: 1px solid #D6D6D6;
  border-radius: 1px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
}


@media(max-width:767px){

  .contact-page .row-fluid .change-cm {
    padding: 82px 0 58px;
  }
}




/**************** New TO Investing Cm Styling ******************/



.new-to-investing{
  padding:56px 0 85px;
}

body .row-fluid .new-to-investing .heading-container{
  max-width:839px;
  margin:0 auto 75px;
  float:none;
}

.new-to-investing .heading-container p{
  font-weight:normal;
}

.new-to-investing .heading-container .icon{
  margin-bottom:15px;
}

.new-to-investing .cm-container .right-col{
  padding-right:40px;
}

.new-to-investing .cm-container .right-col p{
  font-weight:normal;
  font-size:18px;
  line-height:27px;
  letter-spacing: -0.11px;
  color:#000000;
}

.new-to-investing .cm-container .right-col .logo{
  margin-top:40px;
}

.new-to-investing .cm-container .right-col .cta-container{
  margin-top:25px;
}

.new-to-investing .cm-container .right-col h6{
  color: #222D39;
  text-transform:uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

.new-to-investing .left-col img{
  width:100%!important;
}

.new-to-investing .left-col{
  padding-right:50px;
}

.new-to-investing .cm-container>.row-fluid{
  display:flex;
  align-items:center;
}


@media(max-width:1024px){

  .new-to-investing .cm-container .right-col {
    padding-right: 0px;
  }

  .new-to-investing .left-col {
    padding-right: 0px;
  }

  body .row-fluid .new-to-investing .heading-container {
    max-width: 589px;
    margin: 0 auto 45px;
  }
}


@media(max-width:767px){

  .new-to-investing .cm-container>.row-fluid{
    display:block;
  }

  .new-to-investing .left-col {
    margin-bottom: 30px;
  }
}



/*=================================================================
Featured Page Update Styling 
===================================================================*/

body.featured-update .footer-section{
  background: #222D39;
}

@media(min-width: 1025px){
  body.featured-update .testimonial-slider-cm{
    padding: 84px 0 30px;
  }
}



/*=================================================================
Featured Landing Page Update Styling 
===================================================================*/

.logo-header-section{
  padding: 25px 0 25px;
}

body.featured-landing .container-fluid .row-fluid .feature-hero-cm{
  padding: 9px 0 120px;
}

@media(max-width: 767px){
  .logo-header-section{
    padding: 40px 0 30px;
  }

  body.featured-landing .container-fluid .row-fluid .feature-hero-cm{
    padding: 15px 0 80px;
  }
}

body.featured-landing .text-cta-cm .wrap{
  max-width: 700px;
}

@media(max-width: 767px){
  .container-fluid .left-text-col{
    margin-bottom: 20px;
  }
}


/*********** Landing Page Bottonm Form Section Style  *************/

.lp-bottom-form{
  position: relative;
  padding: 144px 0 144px 0;
  z-index: 1;
}

.lp-bottom-form:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient( 180deg, rgba(255,255,255,0.16) 0%, rgba(113,200,230,0.16) 100%);
  z-index: -1;
}

.lp-bottom-form .form-heading{
  margin-bottom: 8px;
}

.lp-bottom-form .form-heading h2{
  margin-bottom: 7px;
}

.lp-bottom-form .row-fluid .form-container{
  background-color: #FFFFFF;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
  max-width: 500px;
  margin: 0 auto;
  float: none;
  position: relative;
  padding: 40px 51px 45px 51px;
  box-sizing: border-box;
}

.lp-bottom-form .form-container:before{
  position: absolute;
  content: '';
  height: 7px;
  width: 100%;
  background-color: #6DCFF6;
  top: 0;
  left: 0;
  right: 0;
}

.lp-bottom-form .form-container .row-fluid form .hs-button.primary{
  padding: 16.5px 25px;
}

@media(max-width: 1024px){
  .lp-bottom-form {
    padding: 70px 0 72px 0;
  }

  .lp-bottom-form .form-heading {
    margin-bottom: 30px;
  }
}

@media(max-width: 767px){
  .lp-bottom-form .row-fluid .form-container{
    padding: 40px 30px 45px 30px;
  }
  
  .lp-bottom-form .right-col{
    margin-top: 50px;
  }
}



/*********** Footer Section Style  *************/

.lp-footer-section{
  padding: 36px 0 50px 0;
  background: #222D39;
}

.lp-footer-section p{
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.lp-footer-section .row-fluid .footer-text{
  max-width: 1190px;
  margin: 40px auto 0 auto;
  float: none;
}


/*********** Popup Form Style  *************/

body.show-popup {
  position: relative;
  overflow-y: hidden;
}

body.show-popup:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(-1);
  background-color: rgba(66,94,118,0.89);
  z-index: 6;
}

.lp-popup-container{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;
  overflow-y: auto;
  width: 100% !important;
}


.lp-popup-container.come-down {
  visibility: visible;
  opacity: 1;
}

.lp-popup-container .row-fluid .form-container{
  max-width: 500px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
  padding: 32px 51px 32px 51px;
  position: relative;
  margin: 66px auto 66px auto;
  float: none;
}

.lp-popup-container .form-heading{
  margin-bottom: 10px;
}

.lp-popup-container .row-fluid form .hs-button.primary{
  padding: 16.5px 22px;
}

body.featured-landing .close-btn.close-out,
.lp-popup-container .close-btn{
  cursor: pointer;
  width: auto;
  position: absolute;
  top: -54px;
  right: -53px;
  box-sizing: border-box;
  display: none;
}

body.featured-landing .close-btn img,
.lp-popup-container .close-btn img{
  cursor: pointer;
}

body.featured-landing .close-btn.close-out{
  z-index: 6;
  display: none;
  position: fixed;
  top: 18px;
  right: 17px;
}

body.featured-landing.show-popup .close-btn.close-out{
  display: block;
}

@media(max-width: 1024px){
  .lp-popup-container .form-heading h3{
    font-size: 27px;
  }
}

@media(max-width: 767px){
  .lp-popup-container .close-btn {
    top: -68px;
    right: 0;
  }
  
  .lp-popup-container .row-fluid .form-container{
    padding: 32px 30px 32px 30px;
  }
}


/********** Three Col CM Style **********/


.benifies-cm{
  background: linear-gradient(180deg, rgba(113,200,230,0.16) 0%, rgba(255,255,255,0.16) 100%);
  padding: 83px 0 120px 0;
}

.benifies-cm .section-heading{
  max-width: 980px;
  margin: 0 auto 70px auto;
}

.benifies-cm .content-block h4 {
  padding: 20px 0 0;
}

@media(min-width: 768px){
  body .row-fluid .benifies-cm .three-col-adjust span>.hs_cos_wrapper.content-block{
    flex-basis: 31.7%;
    -webkit-flex-basis: 31.7%;
    margin-right: 1.6%;
  }
}

@media(max-width: 767px){
  .benifies-cm{
    padding: 60px 0 70px 0;
  }
}



/********* Features List CM *********/

.feature-list{
  margin-top: 10px;
}

.feature-list .list-container{
  padding-left: 33px;
  max-width: 505px;
}

.feature-list .list-container .list-content{
  margin-bottom: 25px;
}

.feature-list .list-container h4 {
  position: relative;
  margin-bottom: 8px;
}

.feature-list .list-container h4:before {
  position: absolute;
  content: '';
  background: url(https://f.hubspotusercontent30.net/hubfs/6426786/ASR%20Assets%202019/Images/check.svg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 24px;
  width: 16px;
  top: 4px;
  left: -33px;
}

.feature-list .list-container p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: #1F2D3A;
}

@media(max-width: 767px){
  .feature-list .list-container{
    max-width: 100%;
  }
}




/*==================================================
          Thankyou Page Styling 
===================================================*/



.thankyou-section{
   padding:102px 0 217px;
   position:relative;
   z-index:1;
   background: url(https://www.halotechnologies.com.au/hubfs/desk2-1.svg) no-repeat;
   background-size: contain;
   background-position: center 100%;
}

/* .thankyou-section:before{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -137%;
  content: '';
  background: url(https://f.hubspotusercontent30.net/hubfs/6426786/HALO%20Assets%202020/Lines%20%283%29.svg);
  background-size: cover;
  background-position: center center;
  width: 2992px;
  height: 1862px;
  z-index: -1;
} */

.thankyou-section .heading-container h1{
   max-width:968px;
   margin:23px auto 23px;
   float:none;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: -1.29px;
    line-height: 73px;
}

.thankyou-section .heading-container p{
  font-size: 18px;
  letter-spacing: -0.11px;
  line-height: 27px;
  max-width:790px;
  margin:0 auto;
  float:none;
  font-weight:400;
}

.thankyou-section .cta-container{
   margin-top:28px;
}

.thankyou-section .cta-container a.cta_button{
   padding: 15px 22.5px;
}


@media(max-width:1024px){

.thankyou-section{
   padding: 102px 0 127px;  
}
  
.thankyou-section .heading-container h1 {
    max-width: 698px;
    line-height:normal;
      font-size: 55px;
    line-height:51px;
    font-size: 43px;
    line-height: 65.99px;
}
}

@media(max-width:767px){

.thankyou-section {
    padding: 62px 0 87px;
}
  .header-section .cta-cont .cta-1 a.cta_button,.header-section .cta-cont .cta-2 a.cta_button{
    display:none;
  }
  
.thankyou-section .heading-container h1 {
    max-width: 100%;
      font-size: 39.57px;
    line-height: 53px;
}
}

@media(min-width:768px){


.hs-menu-wrapper{
     display:block!important;
}
}


/*************** IPO LP Page Styling ******************/


/************* IPO LP Banner Styling *****************/


.ipo-lp-banner-cm{
   padding:70.64px 0 60px;
}

.ipo-lp-banner-cm .left-col .logo{
   margin-bottom:55px;
}

.ipo-lp-banner-cm .left-col h1{
   font-size:79px;
   font-weight: 500;
  letter-spacing: -1.29px;
  line-height: 86px;
}

.ipo-lp-banner-cm .left-col p{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  color: #222D39; 
  font-weight:normal;
  max-width:549px;
}

.ipo-lp-banner-cm .right-col .form-container{
  background-color: #FFFFFF;
  box-shadow: 0 1px 24px 0 rgba(117,128,134,0.23);
  border-top:7px solid #6DCFF6;
  padding:20px 29px 38px;
  max-width:454px;
  float:right;
}

.ipo-lp-banner-cm .right-col .form-container h3{
   text-align:center;
}

.ipo-lp-banner-cm .left-col{
   width: 59.264957%;
}

.ipo-lp-banner-cm .right-col{
   width: 38.17094%;
}

@media(max-width:1200px){

.ipo-lp-banner-cm .left-col {
    width: 58.264957%;
}
}

@media(max-width:1170px){

.ipo-lp .logos-cm {
    padding: 65px 0 0px;
}
}

@media(max-width:1024px){
.ipo-lp-banner-cm .left-col h1 {
    font-size: 69px;
    line-height: 76px;
}
}

@media(max-width:767px){

.ipo-lp-banner-cm .left-col {
    width: 100%;
}
  
.ipo-lp-banner-cm .right-col {
    width: 100%;
    margin-top:40px;
}
  
.ipo-lp-banner-cm .left-col h1 {
    font-size: 51px;
    line-height: 58px;
}
}




/***************** Payments Page Styling ****************/


.pay-lp-header{
   padding:13px 0 11px;
   border-bottom: 1px solid #DEE3E7;
}

.payment-form-section{
   padding:95px 0 121px;
}

body .row-fluid .payment-form-section .form-container{
   max-width:607px;
   margin:0 auto;
   float:none;
}

.payment-form-section .form-container form .hs-button{
  width:100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.payment-form-section .form-container form input{
   -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.payment-form-section .form-container form .hs-form-required{
   display:inline-block;
}

.payment-form-section .form-container form .inputs-list.multi-container li{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.61px;
    line-height: 16px;
    color: #222D39;
    font-weight: normal;
    padding-right: 36px!important;
}

body .row-fluid .payment-form-section .form-container form .inputs-list.multi-container li input{
  height: 20px;
  width: 20px;
  border: 1px solid #425E76;
  background-color: #FFFFFF;
}

body .row-fluid .payment-form-section .form-container form .inputs-list.multi-container li span{
   position: relative;
   top: -3px;
}

body .row-fluid .payment-form-section .form-container form .hs-form-field.hs-fieldtype-checkbox{
   margin-bottom:13px;
}


@media(max-width:767px){

.payment-form-section {
    padding: 55px 0 70px;
}
}



/***************** Password Page Styling ****************/


/* Password Prompt */

.password-prompt input[type='password'] {
  height: 53px !important;
}


.pword-lp-header{
   padding:13px 0 11px;
   border-bottom: 1px solid #DEE3E7;
}

.password-form-section{
   padding:95px 0 121px;
}

body .row-fluid .password-form-section .form-container{
   max-width:607px;
   margin:95px auto;
   float:none;
   height: 350px;
}

.password-prompt .password-form-section .form-heading{
   margin-bottom:20px;
}

.password-form-section .form-container form .hs-button{
  width:100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 100%!important;
  margin-top: 15px!important;
}

.password-form-section .form-container form input{
   -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height:46px!important;
  margin-top:0!important;
}

.password-form-section .form-container form .hs-form-required{
   display:inline-block;
}

.password-form-section .form-container form .inputs-list.multi-container li{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.61px;
    line-height: 16px;
    color: #222D39;
    font-weight: normal;
    padding-right: 36px!important;
}

body .row-fluid .password-form-section .form-container form .inputs-list.multi-container li input{
  height: 20px;
  width: 20px;
  border: 1px solid #425E76;
  background-color: #FFFFFF;
}

body .row-fluid .password-form-section .form-container form .inputs-list.multi-container li span{
   position: relative;
   top: -3px;
}

body .row-fluid .password-form-section .form-container form .hs-form-field.hs-fieldtype-checkbox{
   margin-bottom:13px;
}


@media(max-width:767px){

.password-form-section {
    padding: 55px 0 70px;
}
}







/*
 * disable auto-zoom on iphone input field focus 
 * http://www.456bereastreet.com/archive/201212/ios_webkit_browsers_and_auto-zooming_form_controls/
*/
input[type='text']:focus,
input[type='number']:focus,
textarea:focus {
	font-size: 16px!important;
}

/* disable auto-zoom on iphone input field focus */
@media screen and (-webkit-min-device-pixel-ratio:0) {

	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px!important;
	}
}


/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, 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"]{ font-size: 16px!important; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, 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"]{ font-size: 16px!important; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, 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="tel"], input[type="url"]{ font-size: 16px!important; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, 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="tel"], input[type="url"]{ font-size: 16px!important; }
}