/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

@import url('//fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;ver=5.2.3');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

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

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive iFrames */
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 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

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

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
  margin: 0px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.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.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .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;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/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: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  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;
  }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
} 

body {
	background: #fff;
	font-family: "Roboto", Sans-serif;
	color: #959595;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 1140px;
	margin: 0 auto;
}

/* Page Center Wide*/

.container-fluid .row-fluid .page-center-wide {
	float: none;
	max-width: 1340px;
	margin: 0 auto;
}



/* Highlighted Text
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}
*/

/* =============== Typography =============== */

/* Basic text */
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
small {}
b, strong {
	font-weight: bolder;
}
em {}
cite {}
code {}
pre {}

sup, sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", Sans-serif;
	margin: 10px 0 20px;
	color: #545454;
	font-weight: 600;
	line-height: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

p a {font-weight: bold;}

h1 {
	font-size: 48px;
	letter-spacing: 2px;
}
h2 {
	font-size: 36px;
	text-transform: capitalize;
	line-height: 47px;
	letter-spacing: 0.1px;
	font-weight: 500;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h6 {
	font-size: 1rem;
}

/* Anchor Links */
a {
	box-shadow: none;
	text-decoration: none;
	color: #147cb4;
	outline: 0;
}
a:hover, a:focus {
	color: #56c4f5;
	text-decoration: none;
}

/* Lists */
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* HS List Fix for Local Page Layout */
ul, ol {
    padding: 0 0 0 16px; /*updated Dec 2020  */
    margin: 0 0 2.15em 1.655em; 
}


/* Block Quotes */
blockquote, .blockquote {
	font-size: 1.25rem;
	margin: 0 0 1rem; 
}
blockquote p {}
blockquote small {}

/* Figure */
figure {
	margin: 0 0 1rem;
}

/* Horizontal Rules */
hr {
	color: #56c4f5;;
	background-color: #56c4f5;
	height: 5px;
	width: 80px;
	border: none;
}

.text-light p {color: #fff;}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {
	min-height: 139.33px;
}
.header-container {}

.cst-header-top-grp {
	background-color: #00385f;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

.cst-header-top-grp .page-center .inner-center {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cst-header-top-grp .page-center .inner-center .cst-left-blank {
	width: 50%;
}
.cst-header-top-grp .page-center .inner-center .cst-call-grp {
	width: 25%;
	text-align: right;
}
.cst-header-top-grp .page-center .inner-center .cst-message-grp {
	width: 25%;
  	text-align: right;
}

.cst-header-top-grp .page-center .inner-center .cst-login-grp {
	width: 25%;
}
.cst-header-top-grp .page-center .inner-center > div {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-header-top-grp .page-center .inner-center .cst-call-grp .cst-icon-box-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.cst-header-top-grp .page-center .inner-center .cst-call-grp .cst-icon-box-wrapper .cst-icon-box-icon a {
	font-size: 15px;
	fill: #ffffff;
	color: #ffffff;
	border-color: #ffffff;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center;
}

.cst-header-top-grp .page-center .inner-center > div .cst-icon-box-wrapper .cst-icon-box-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.cst-header-top-grp .page-center .inner-center > div .cst-icon-box-wrapper .cst-icon-box-content .cst-icon-box-title {
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	color: #ffffff;
	font-size: 13px;
	line-height: 35px;
}

.cst-header-top-grp .page-center .inner-center > div .cst-icon-box-wrapper .cst-icon-box-content .cst-icon-box-title a {
	color: inherit;
}

.cst-header-top-grp .page-center .inner-center .cst-message-grp .cst-icon-box-wrapper {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cst-header-top-grp .page-center .inner-center .cst-login-grp .cst-icon-box-wrapper {
	width: 90%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.cst-header-top-grp .page-center .inner-center .cst-call-grp .cst-icon-box-wrapper {
	padding-right: 2px;
}
.cst-header-top-grp .page-center .inner-center > div .cst-icon-box-wrapper .cst-icon-box-icon .cst-icon {
	font-size: 15px;
	fill: #ffffff;
	color: #ffffff;
	border-color: #ffffff;
}
.cst-header-top-grp .page-center .inner-center > div .cst-icon-box-wrapper .cst-icon-box-icon {
	margin-left: 10px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.cst-header-top-grp .page-center .inner-center .cst-call-grp .cst-icon-box-wrapper .cst-icon-box-icon {
	margin-left: 11px;
}

.cst-header-nav-grp .page-center .cst-logo {
	width: 100%;
}

img {
	vertical-align: middle;
}
.cst-header-nav-grp .page-center .cst-logo img {
	max-width: 250px;
	width: 100%;
}
.cst-header-nav-grp .page-center .menu-col {
	max-width: 25%;
	width: 100%;
	padding: 10px;
}

.cst-header-nav-grp {
	border-bottom: 1px solid #ededed;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


.cst-body-content-grp {
	padding: 120px 15px;
	position: relative;
}


.cst-banner-area-grp {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: scroll;
	padding: 100px 0px 100px 0px;
	background-color: #00385f;
}

.cst-banner-area-grp .cst-background-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.cst-banner-area-grp .page-center {
	min-height: 175px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cst-banner-area-grp .page-center .inner-col {
	width: 100%;
	text-align: center;
	padding: 0px 15px;
}

.cst-banner-area-grp .page-center .inner-col .banner-content h1 {
	color: #ffffff;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.hide-desktop {
	display: none !important; 
}
.show-desktop {
	display: block !important;
}

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

.footer-container-wrapper {}
.footer-container {}


.cst-footer {
	background-color: #ffffff;
	padding: 40px 0px 0px 0px;
	position: relative;
}

.cst-footer .page-center {
	/*min-height: 500px;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cst-footer .page-center .cst-footer-inner {
	padding: 10px;
}

.cst-footer .page-center .cst-footer-inner .cst-copyright {
	padding: 10px;
	text-align: center;
	color: #147cb4;
	font-size: 13px;
	font-weight: 400;
	font-family: "Roboto", Sans-serif;
	line-height: 1.5;
}


.cst-footer .page-center .cst-footer-inner .cst-footer-top {
	padding: 0px 0px 0px 0px;
}

.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-compny {
	max-width: 23.214%;
	width: 23.214%!important;
	padding: 10px;
}
.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-service {
	max-width: 19.554%;
	width: 100%;
	margin-left: 0;
	padding: 10px;
}
.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-image {
	max-width: 57.231%;
	width: 100%;
	margin-left: 0;
	padding: 10px;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.cst-footer .page-center .cst-footer-inner .cst-footer-top .row-fluid-wrapper .row-fluid {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-service .cst-top-footer-title, 
.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-compny .cst-top-footer-title {
	margin-bottom: 20px;
	width: 100%;
}


.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-service .cst-top-footer-title .widget-type-header, 
.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-compny .cst-top-footer-title .widget-type-header {
	margin: 0px 0px -10px 0px;
}

.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-service .cst-top-footer-title .widget-type-header h2, 
.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-compny .cst-top-footer-title .widget-type-header h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-family: "Roboto", Sans-serif;
	line-height: 47px;
	margin-bottom: .5rem;
	margin-top: 0;
	color: #00385f;
}
.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-compny .cst-cmpny-content {
	margin-bottom: 20px;
	color: #147cb4;
	font-size: 13px;
	font-weight: 400;
	font-family: "Roboto", Sans-serif;
	line-height: 1.5;
}
.cst-footer-social {
	font-size: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
	.cst-footer .page-center .cst-footer-inner .cst-footer-top .row-fluid-wrapper .row-fluid,
	.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-image {
		display: block;
	}
	.cst-footer .page-center .cst-footer-inner .cst-footer-top .row-fluid-wrapper .row-fluid .cst-footer-image {
		margin-top: 50px;
	}
}


.cst-footer-social .elementor-icon:hover {
	background-color: #56c4f5;
}
.cst-footer-social .elementor-icon {
	background-color: #147cb4;
	font-size: 16px;
	-webkit-border-radius: 10%;
	border-radius: 10%;
	margin: 0px 3px;
	text-align: center;
	padding: .5em;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cst-footer-social .elementor-icon .elementor-screen-only {
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.cst-footer-social .elementor-icon .fa {
	color: #ffffff;
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-service .cst-footer-menu .hs-menu-wrapper > ul {
	display: block;
}

.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-service .cst-footer-menu .hs-menu-wrapper > ul > li:not(:first-child) {
	margin-top: calc(10px/2);
}
.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-service .cst-footer-menu .hs-menu-wrapper > ul > li:not(:last-child) {
	padding-bottom: calc(10px/2);
}
.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-service .cst-footer-menu .hs-menu-wrapper > ul > li {
	font-size: 12px;
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
	color: #212529;
	line-height: 1.5;
}



/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

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

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

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

	.cst-header-nav-grp .page-center .custom-menu-primary {
		max-width: 75%;
		width: 100%;
		margin-left: initial;
		padding: 10px;
		position: relative;
		min-height: 1px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.cst-header-nav-grp .page-center > .row-fluid-wrapper > .row-fluid {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.cst-header-nav-grp .page-center .custom-menu-primary > .widget-type-menu {
		width: 100%;
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.cst-header-nav-grp .page-center .custom-menu-primary > .widget-type-menu > span,
	.cst-header-nav-grp .page-center .custom-menu-primary > .widget-type-menu > div {
		width: 100%;
	}
	.cst-header-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper, 
	.cst-header-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper > ul {
		width: auto;
		display: inline-block;
		vertical-align: middle;
	}
	.custom-menu-primary .hs-menu-wrapper {
    text-align: right;
}

	.custom-menu-primary .hs-menu-wrapper>ul > li:last-child {
		margin-right: 0;
	}
	.custom-menu-primary .hs-menu-wrapper>ul > li {
		margin-right: 3px;
	}
	.custom-menu-primary .hs-menu-wrapper>ul > li:hover > a {
		color: #147cb4;
		border-radius: 5px;
		border: 2px solid #56c4f5;
	}
	.custom-menu-primary .hs-menu-wrapper>ul > li > a {
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 45px;
		padding: 2px 20px;
		color: #147cb4;
		border: 2px solid #fff;
		font-family: "Roboto", Sans-serif;
		white-space: normal;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
		color: #ffffff!important;
		background-color: #56c4f5;
		border-color: #56c4f5;
		border-style: solid;
		border-width: 2px 2px 2px 2px;
		border-radius: 5px 5px 5px 5px;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul,
	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li.hs-item-has-children > ul{
		background-color: #ffffff;
		padding: .5rem 0;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li,
	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li.hs-item-has-children > ul > li{
		position: relative;
		display: block;
		line-height: normal;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:hover > a,
	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > a:hover {
		color: #56c4f5;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li > a,
	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > a {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 10px 50px 15px 15px;
		color: #147cb4;
		background-color: #ffffff;
	}
	.cst-header-nav-grp.sticky-hea {
		position: fixed;
		top: -120px;
		opacity:0;
	}

	.sticky .cst-header-nav-grp.sticky-hea {
		top: 0;
		position: fixed;
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #fff;
		transition: top .3s ease, opacity .3s ease;
		opacity:1;
	}

	.cst-header-nav-grp {
		position: absolute;
		top: 35px;
		left: 0;
		right: 0;
		width: 100%!important;
		background: #fff;
		z-index: 10;
	}
	.sticky .custom-menu-primary .hs-menu-wrapper>ul>li>a {
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 35px;
		padding: 2px 20px 2px 20px;
	}
	body:not(.sticky) .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch > ul >li.active-branch > a,
	body:not(.sticky) .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch > ul >li.active-branch >ul > li.active > a{
		color: #56c4f5;
	}
	.sticky .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
		color: #56c4f5;
	}
	.sticky .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li >a,
	.sticky .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li.hs-item-has-children>ul > li >a{
		padding: 15px 50px 15px 15px;
	}
	.cst-header-nav-grp .page-center .custom-menu-primary .hs-menu-wrapper>ul {
		text-align: left;
	}

}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1024px){

	/* Menu 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:#fff;
	}

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

	.mobile-trigger{
		display: inline-block !important; /* Show button on mobile */
	}
	.mobile-trigger:hover{
		text-decoration: none; /* Removes link text underline on button */
	}

	/* Change button when menu is open */
	.mobile-open .mobile-trigger{}

	/* 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: 22px; /* Icon line width */
		height: 2px; /* Icon line height */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		background-color: #000; /* 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: #fff; /* Icon color */
	}

	/* ===== Mobile Child Toggle Buttons ===== */

	.child-trigger{
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100% !important;
		min-width: 100% !important;
		height: 45px !important;
		padding: 0 !important;
	}
	.child-trigger:hover{
		text-decoration: none;
	}
	.child-trigger i{
		position: relative;
		top: 50%; /* Centers icon inside button */
		margin: 0 auto !important;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.child-trigger i:after{
		position: absolute;
		content: '';
	}
	.child-trigger i, .child-trigger i:after{
		width: 10px; /* Icon line width */
		height: 1px; /* Icon line height */
		background-color: #fff; /* Icon color */
		display: block;
	}
	.child-trigger i:after{
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}  
	.child-trigger.child-open i{}
	.child-trigger.child-open i:after{
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	/* ===== Mobile Menu Styles ===== */  

	.custom-menu-primary.js-enabled{
		position: relative;
		padding-top: 0px; /* Makes room for button */
		margin: 0px 0 0px 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 */ 
	.custom-menu-primary.js-enabled .hs-menu-wrapper{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		z-index: 23;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color: #fff;
		width: 100%; /* Full screen width */
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		border: 1px solid rgba(128,128,128,0.2);
	}

	.custom-menu-primary .hs-menu-wrapper > ul   li:not(:last-child) {
		border-bottom: 1px solid rgba(128,128,128,0.2);
	}
	.custom-menu-primary .hs-menu-wrapper > ul   li   a {
		font-size: 13px;
		padding: 15px 15px 15px 15px;
		font-weight: 700;
		text-transform: uppercase;
		color: #444444;
		background-color: #ffffff;
		font-family: "Roboto", Sans-serif;
		line-height: normal;
	}
	.custom-menu-primary .hs-menu-wrapper>ul li a .sub-arrow{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 10px;
		width: auto;
	}
	.custom-menu-primary .hs-menu-wrapper>ul li a .sub-arrow:before {
		font-family: FontAwesome!important;
		font-size: inherit;
		font-weight: 400;
		content: '\f078';
	}
	.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children a{
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
	.custom-menu-primary .hs-menu-wrapper>ul>li>a.hover{
		background-color: rgba(0,0,0,0.03) !important;
	}
	.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children ul {
		border-top: 1px solid rgba(128,128,128,0.2);
	}



	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li a{}

	/* Level 1 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul li{}
	.custom-menu-primary .hs-menu-wrapper >  ul li a{}
	.custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul {}
	.custom-menu-primary .hs-menu-wrapper > ul ul li{}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{}

	/* Level 3 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

	/* Level 4 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{}
	.custom-menu-primary .hs-menu-wrapper>ul li a:hover {
		background-color: rgba(0,0,0,0.03);
	}
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
	width: 50px;
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}


/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
	margin-top: 20px;
	padding: 10px 0 0 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: auto;
}

/* Blog Commments */
#comments-listing:not([data-has-comments="true"]) {
	display: none;
}
#comments-listing {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
	content: '';
	display: block;
	clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
	float: left;
	margin-right: 15px;
	max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
	overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
	margin: 0 0 10px 0;
}
.blog-listing-wrapper .post-listing .post-item {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
	margin-bottom: 10px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
	text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

.blog-listing-wrapper .post-listing .post-item .post-body {}



#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
	color: #888888;
	font-weight:700;
}
.post-listing #hubspot-author_data{
	margin-top: 0;
	font-style: italic;
}
.hs-form .input ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hs-form .input ul li{
	padding: 0 !important;
}
.custom_listing_comments {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
}
.more-link{
	display: inline-block;
	padding-top: 10px;
}
.hs-blog-social-share{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: auto;
	margin-top: 10px;
	padding: 10px 0 0;
}
.blog .blog-sidebar .cell-wrapper{
	margin-bottom: 15px;
}

.blog .blog-sidebar ul li{
	padding: 0 0 10px;
}
#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}
.comment-body {
	border-bottom: medium none;
	color: ;
	display: block;
	font-family: ;
	font-size: ;
	line-height: ;
	padding: 0;
}
.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}
.comment-date {
	color:  !important;
	display: block !important;
	text-align: left;
}
#hubspot-author_data .hs-author-avatar {
	max-width: 70px;
	padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
	height: auto !important;
	max-width: 100%;
}
#comments-listing.no-comments {
	border: none;
}
.hs-blog-social-share {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: auto;
	margin-top: 10px;
	padding: 10px 0 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.blog-pagination a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.blog-pagination {
	text-align: center;
}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */


form, .hs-form {
	background-image: url(//5439925.fs1.hubspotusercontent-na1.net/hubfs/5439925/GNSA_September2019%20Theme/Image/contact-blue.jpg);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 15px;
	width:100%;
	max-width:500px;
}
form h3, .hs-form h3 {
	color: #fff;
}

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

form .hs-form-field label,
.hs-form .hs-form-field label {
	font-weight: 700;
	color: #ffffff;
	line-height: 1.3;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 14px;
}

form .hs-form-field label .hs-form-required,
.hs-form .hs-form-field label .hs-form-required {
	margin-left: 4px;
	color: #ff0101;
}

form .hs-form-field .hs-form-required, .hs-form .hs-form-field {
	margin-top: 16px;
	margin-bottom: .6em;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
	display: block;
	max-width: 500px;
	width: 100%;
	padding: 5px 4px;
	letter-spacing: normal;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin:10px 0 25px;
	width: 100%!important;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
	list-style: none;
	padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
	form.hs-form fieldset .hs-form-field { padding: 0; }
	form.hs-form fieldset.form-columns-3 .hs-form-field,
	form.hs-form .form-columns-2 .hs-form-field .hs-input, 
	form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
	form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
	width: auto;
	margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.cta-outline {
	padding: 18px 28px 18px 28px;
	background-color: rgba(0,0,0,0);
	background-image: none;
	border-color: #56c4f5;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 50px 50px 50px 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #56c4f5; 
}

.cta-outline:hover {
	background: #56c4f5;
	color: #fff;
	transition: .5s;
}

.cta-primary {
	padding: 18px 28px 18px 28px;
	background-color: #56c4f5;
	border-color: #56c4f5;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff; 
}

.cta-primary:hover {
padding: 18px 28px 18px 28px;
	background-color: #56c4f5;
	border-color: #56c4f5;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff !important; 
}

.cta-primary-small {
	padding: 10px 20px 10px 20px;
	background-color: #56c4f5;
	border-color: #56c4f5;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff; 
}

.cta-outline-white {
	padding: 18px 28px 18px 28pxs
	background-color: rgba(0,0,0,0);
	background-image: none;
	border-color: #fff;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 50px 50px 50px 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #56c4f5; 
}

.cta-outline-white:hover {
	background: #fff;
	color: #56c4f5;
	transition: .5s;
}

.cta-white {
	padding: 18px 28px 18px 28px;
	background-color: #fff;
	border-color: #fff;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #56c4f5; 
}

.cta-white a:hover {
  color: #fff; 
	transform: scale(1.05) !important; /* (103% zoom - Note: if the zoom is too large, it will go outside of the viewport) */  
  transition: .5s !important;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 25px;
	padding: 18px 38px;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border: 2px solid #fff;
	border-radius: 50px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px;
	line-height: 1.5;
	white-space:normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #ffffff;
	background-image: none;
	border-radius: 50px;
	color: #56c4f5;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


ul.hs-error-msgs {
	margin: 0 0 20px !important;
	background-color: rgba(255, 255, 255, 0.25);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

ul.hs-error-msgs.inputs-list label {
	color: #ffffff;
	font-size: 11.382px;
	line-height: inherit;
	font-weight: 700;
	letter-spacing: normal;
	padding-top: 15px;
	display: block;
}

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/************* Gap Between Two Modules ******/

.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
	margin: 0 0 20px;
	display: block;
}

.no-gap .body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
	margin: 0 0 0px;
	display: block;
}

/************** Error Styling ***********/

ul.hs-error-msgs.inputs-list {
	margin: 0;
	padding: 0;
	list-style:0!important;
}

.cst-footer.lp .page-center > div {
	width: 100%;
	min-height: 0;
}

.cst-footer.lp .page-center {
	min-height: 0;
	padding-bottom: 49px;
}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.animated.animated-fast {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

/* Styles that do not fit into any of the available sections above can go here. */

/************ Referal Page Styling *************/

.cst-refral-form-grp {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 100px 0px 100px 0px;
	position: relative;
}
.cst-refral-form-grp .page-center .inner-col {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-col {
	width: 66.842%;
	position: relative;
	min-height: 1px;
	margin: 0 auto;
	padding: 0 15px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-col .cst-top-col {
	text-align: center;
	margin-bottom: 20px;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-col .cst-top-col h2 {
	padding: 0;
	margin: 0;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	color: #fff;
}

.cst-refral-form-grp .page-center .inner-col .cst-top-col-content {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	margin-top: -12px;
}

.cst-refral-form-grp .page-center .inner-col .cst-top-col-content h3 {
	color: #ffffff;
}
.cst-refral-form-grp .page-center .inner-col .cst-divider,
.cst-divider{
	margin-bottom: 20px;
	width: 100%;
	--divider-border-style: solid;
	--divider-border-color: #56c4f5;
	--divider-border-width: 4px;
	--divider-icon-size: 20px;
	--divider-element-spacing: 10px;
	--divider-pattern-height: 24px;
	--divider-pattern-size: 20px;
	--divider-pattern-url: none;
	--divider-pattern-repeat: repeat-x;
}

.cst-refral-form-grp .page-center .inner-col .cst-divider .elementor-divider,
.cst-divider .elementor-divider {
	line-height: 0;
	font-size: 0;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
}
.cst-refral-form-grp .page-center .inner-col .cst-divider .elementor-divider .elementor-divider-separator,
.cst-divider .elementor-divider .elementor-divider-separator {
	display: inline-block;
	width: 70px;
	margin: 0 auto;
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color);
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper {
	padding: 10px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner {
	margin: 16px 0;
	max-width: 100%;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner .form-title {
	padding-top: 0;
	margin-bottom: .6em;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner .form-title h3 {
	margin-bottom: .5rem;
	color: white;
	font-weight: 600;
	margin-top: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner .form-title h3 {
	margin-bottom: .5rem;
	color: white;
	font-weight: 600;
	margin-top: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	line-height: 1.6;
}
h3:empty {
	display: none;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form {
	background: none;
	padding: 0;
	max-width: 100%;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset {
	margin-bottom: .6em;
	margin-top: 18px;
	padding-right: 1px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs-form-field {
	padding-right: 16px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs-form-field {
	margin: 0;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs-form-field > label {
	display: block;
	margin-bottom: .5rem;
}


.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs-form-field {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs-form-field > label {
	width: 100%;
	order: 1;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs-form-field > .input {
	order: 2;
	width: 100%;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs-form-field > .hs-field-desc {
	width: 100%;
	order: 4;
	margin: 1px 0 17px 1px;
	font-size: 11.382px;
	letter-spacing: .5pt;
	white-space: nowrap;
	color: #fff;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	line-height: 17.073px;
	padding: 0;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .input .hs-input {
	margin-bottom: 0;
	margin-top: 10px;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2:first-child .hs-form-field>label {
	margin-bottom: 10px;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs_lastname.hs-form-field > label {
	opacity: 1;
}

.hs-form-fa213384-4eef-4e01-af7d-1a34fec8851e_b1f41f89-be29-4e06-9b1a-2bc0aa0a447d fieldset.form-columns-2 .input .hs-input {
	margin-top: 8px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs-form-field>.input .hs-input {
	margin-top: 8px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs-richtext h3 {
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin-top: 7px;
	margin-bottom: 7px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_name_first.hs-form-field .input .hs-input,
.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_name_last.hs-form-field .input .hs-input {
	margin-top: 10px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_name_last.hs-form-field > label {
	opacity: 0;
	margin-bottom: 10px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_name_company.hs-form-field {
	margin-bottom: 9px;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_emsil.hs-form-field {
	margin-bottom: 9px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_comment.hs-form-field {
	padding-top: 8px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_comment.hs-form-field > label {
	margin-bottom: 16px;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_comment.hs-form-field {
	padding-right: 15px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_comment.hs-form-field textarea {
	height: 160px;
	width: 100%;
	max-width: 100%;
	padding: 6px 8px;
	line-height: 1.5;
	resize: none;
	letter-spacing: normal;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_submit.hs-submit {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 10px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_submit.hs-submit input[type="submit"] {
	margin: 0 16px 0 0;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form {
	margin-bottom: 40px;
}

/*  Contact Page Styling */

.hs-contact .cst-banner-area-grp .page-center .inner-col .banner-content h1 {
	font-weight: 500;
}

.hs-contact-r1-grp {
	padding: 120px 15px 0px 15px;
}

.cst-one-col-content-grp .cst-title-col {
	margin-bottom: 20px;
}
.cst-one-col-content-grp .cst-title-col h2 {
	padding: 0;
	margin: 0;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	color: #545454;
}
.cst-one-col-content-grp .cst-sub-title-col {
	margin-bottom: 20px;
}

.cst-one-col-content-grp .cst-sub-title-col h3.sub-title {
	color: #545454;
	font-weight: 500;
	line-height: 1.3em;
	font-family: "Roboto", Sans-serif;
	padding: 0;
	margin: 0;
}
.cst-one-col-content-grp .cst-divider {
	margin-bottom: 0;
}
.hs-contact-r2-grp {
	padding: 50px 0px 120px 0px;
}

.hs-contact-r2-grp .page-center .hs-contact-r2-c1-grp .hs-contact-r2-c1-left-col,
.hs-contact-r2-grp .page-center .hs-contact-r2-c1-rght-col {
	width: 50%;
	margin-left: 0;
}

.hs-contact-r2-grp .page-center .hs-contact-r2-c1-grp .hs-contact-r2-c1-left-col > div {
	padding: 0px 30px 0px 0px;
}

.cst-map iframe {
	height: 500px;
	width: 100%;
	display: block;
}

.hs-contact .cst-refral-form-grp .page-center .inner-col .cst-form-col .cst-top-col h2 {
	margin: -12px 0px 0px 0px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-col .cst-description {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66em;
	margin-bottom: 20px;
	text-align: center;
}

.hs-contact .cst-refral-form-grp .page-center .inner-col .cst-form-col {
	width: 100%;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-col .cst-description .inner-col {
	margin: 0px 0px 20px 0px;
	text-align: center;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-col .cst-description .inner-col p {
	text-align: center;
	width: 100%;
}
.hs-contact .cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner {
	margin-top: 22px;
}
.hs-contact .cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs-form-field .input .hs-input {
	max-width: 100%;
}

.hs-contact .cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_company.hs-form-field {
	margin-bottom: 9px;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_subject.hs-form-field > label {
	margin-bottom: 10px;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_subject.hs-form-field .input select {
	width: calc(50% - 8px)!important;
	padding: 2px 0 2px 3px;
	margin-top: 16px;
	margin-bottom: 0;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_message.hs-form-field {
	padding-right: 16px;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_message.hs-form-field > label {
	margin-bottom: 16px;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_message.hs-form-field .input textarea {
	height: 160px;
	width: 100%;
}

.hs-contact-r2-grp .page-center .hs-contact-r2-c1-rght-col > div {
	padding: 0px 0px 0px 30px;
}

.hs-contact-r2-grp .page-center .hs-contact-r2-c1-grp > .row-fluid-wrapper > .row-fluid,
.hs-contact-r2-grp .page-center .hs-contact-r2-c1-rght-col > div  {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.hs-contact-r2-grp .page-center .hs-contact-r2-c1-rght-col {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hs-contact-r2-grp .page-center .hs-contact-r2-c1-rght-col > div {
	padding: 0px 0px 0px 30px;
	width: 100%;
	position: relative;
}
.hs-contact-r2-grp .page-center .hs-contact-r2-c1-rght-col > div .row-fluid {
	position: relative;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-content: center;
	align-items: center;
}

.cst-contact-det-grp .cst-top-header {
	margin-bottom: 20px;
	width: 100%;
}

.cst-contact-det-grp .cst-top-header h2 {
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	color: #545454;
	padding: 0;
	margin: 0;
}

.cst-contact-det-grp .cst-divider .elementor-divider .elementor-divider-separator {
	margin-left: 0;
	display: block;
}


.cst-contact-det-grp .inner-col.col2 {
	padding: 30px 0px 0px 0px;
}

.cst-contact-det-grp .inner-col.col1 {
	padding: 20px 0px 0px 0px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-contact-det-grp .inner-col.col1 > div,
.cst-contact-det-grp .inner-col.col2 > div {
	width: 50%;
	padding: 10px;
}

.cst-contact-det-grp .inner-col.col2 {
	padding: 30px 0px 0px 0px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-contact-det-grp .inner-col > div .cst-title-col {
	margin-bottom: 20px;
}

.cst-contact-det-grp .inner-col > div .cst-title-col h3 {
	color: #545454;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.cst-contact-det-grp .inner-col.col1 .cst-location-item .cst-content-col {
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
}
.cst-contact-det-grp .inner-col.col1 .cst-location-item .cst-content-col p {
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #212529;
	line-height: 1.5;
}
.cst-contact-det-grp .inner-col.col1 .cst-contact-infoe {
	font-size: 1rem;
	color: #212529;
	line-height: 1.5;
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
}
.cst-contact-det-grp .inner-col.col1 .cst-contact-infoe .information-col-phone {
	margin-bottom: 20px;
}

.cst-contact-det-grp .inner-col.col1 .cst-contact-infoe .information-col-mail .inner {
	margin: -18px 0px 0px 0px;
}

.cst-contact-det-grp .inner-col.col1 .cst-contact-infoe .information-col-phone .inner {
	padding-bottom: .1px;
}

.cst-contact-det-grp .inner-col.col2 .cst-time-item .cst-title-col {
	font-size: 1rem;
	color: #212529;
	line-height: 1.5;
}

.cst-contact-det-grp .inner-col.col2 .cst-time-item .cst-title-col .inner {
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.cst-contact-det-grp .inner-col.col2 .cst-time-item .cst-content-col {
	margin-bottom: 20px;
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
	position: relative;
}

.cst-contact-det-grp .inner-col.col2 .cst-follow-item .cst-title-col {
	margin-bottom: 20px;
	font-size: 1rem;
	color: #212529;
	line-height: 1.5;
}

.cst-contact-det-grp .inner-col.col2 .cst-follow-item .cst-title-col .inner {
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.cst-contact-det-grp .inner-col.col2 .cst-follow-item .cst-content-col {
	text-align: left;
	font-size: 0;
}

.cst-contact-det-grp .inner-col.col2 .cst-follow-item .cst-content-col .inner a.linkedin {
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center;
	padding: .5em;
	cursor: pointer;
	box-shadow: none;
	text-decoration: none;
	margin: 0;
	-webkit-border-radius: 10%;
	border-radius: 10%;
	background-color: #1569ae;
	font-size: 19px;
}
.cst-contact-det-grp .inner-col.col2 .cst-follow-item .cst-content-col .inner a.linkedin:hover {
	background: #fff;
}
.cst-contact-det-grp .inner-col.col2 .cst-follow-item .cst-content-col .inner a.linkedin:hover i {
	color: #56c4f5;
}
.cst-contact-det-grp .inner-col.col2 .cst-follow-item .cst-content-col .inner a.linkedin i {
	color: #ffffff;
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}
.cst-contact-det-grp .inner-col.col2 .cst-follow-item .cst-content-col .inner a.linkedin span.elementor-screen-only {
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.cst-contact-det-grp .inner-col.col2 .cst-time-item .cst-content-col > div {
	padding-bottom: .1px;
}


/* ********* Homepage Styling ************  */


.hs-homepage .cst-banner-area-grp .inner-col .banner-content {
	margin-bottom: 15px;
}

.hs-homepage .cst-banner-area-grp .inner-col .banner-content h1 {
	font-size: 59px;
	font-family: "Roboto", Sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: bolder;
}

.hs-homepage .cst-banner-area-grp .page-center {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.hs-homepage .cst-banner-area-grp .page-center .left-col {
	width: 21.93%;
	position: relative;
	min-height: 1px;
}
.hs-homepage .cst-banner-area-grp .page-center .rght-col {
	width: 22.505%;
	position: relative;
	min-height: 1px;
}
.hs-homepage .cst-banner-area-grp .page-center .inner-col {
	width: 55.59%;
}

.cst-banner-area-grp .page-center .inner-col .cst-sub-title {
	margin-bottom: 15px;
	text-align: center;
}
.cst-banner-area-grp .inner-col .cst-sub-title {
	margin-bottom: 15px;
	text-align: center;
}

.cst-banner-area-grp .inner-col .cst-sub-title h2 {
	font-family: "Roboto", Sans-serif;
	font-size: 29px;
	font-weight: 500;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.cst-banner-area-grp .inner-col .cst-content h3 {
  color: #ffffff;
	font-weight: 300;
	font-family: "Roboto", Sans-serif;
	padding: 10px;
	margin: 0;
	line-height: 1;
}

.hs-homepage .cst-banner-area-grp {
	padding: 142px 0px 242px 0px;
}


.hs-home-r1-grp {
	padding: 100px 15px 100px 15px;
	position: relative;
}

.hs-home-r1-grp .page-center .hs-home-r1-c1-flexi {
	max-width: 35.789%;
	width: 100%;
	position: relative;
	min-height: 1px;
}
.hs-home-r1-grp .page-center .hs-home-r1-c2-flexi {
	max-width: 64.211%;
	width: 100%;
	margin-left: 0;
}

.hs-home-r1-grp .page-center > div > .row-fluid {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.hs-home-r1-grp .page-center .hs-home-r1-c1-flexi {
	max-width: 35.789%;
	width: 100%;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.hs-home-r1-grp .page-center .hs-home-r1-c2-flexi {
	max-width: 64.211%;
	width: 100%;
	margin-left: 0;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
}

.hs-home-r1-grp .page-center .hs-home-r1-c1-flexi {
	text-align: center;
}

.cst-home-two-rght-image {
	padding: 100px 15px 100px 15px;
	position: relative;
}
.cst-home-two-rght-image .page-center .inner-col {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-home-two-rght-image .page-center .inner-col .cst-content-col {
	width: 35.789%;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cst-home-two-rght-image .page-center .inner-col .cst-rght-col-image {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 64.211%;
	padding: 10px;
}


.cst-home-two-rght-image .page-center .inner-col .cst-content-col {
	padding: 0px 15px 0px 15px;
	align-items: center;
}

.cst-home-two-rght-image .page-center .inner-col .cst-content-col .cst-inner-col {
	position: relative;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	align-items: center;
	text-align: center;
}

.cst-home-two-rght-image .page-center .inner-col .cst-content-col .cst-inner-col h2 {
	color: #000000;
	font-weight: 500;
	font-family: "Roboto", Sans-serif;
	padding: 0;
	margin: 0;
}

.cst-home-two-rght-image .page-center .inner-col .cst-content-col .cst-inner-col .cst-title-col {
	margin-bottom: -1px;
}

.cst-home-two-rght-image .page-center .inner-col .cst-content-col .cst-inner-col .cst-title-col h3 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: "Roboto", Sans-serif;
	font-size: 29px;
	font-weight: 500;
	color: #8c8c8c;
}

.cst-home-two-rght-image .page-center .inner-col .cst-content-col .cst-inner-col .cst-divider {
	margin-bottom: -1px;
}

.cst-home-two-rght-image .page-center .inner-col .cst-content-col .cst-inner-col .cst-divider {
	margin-bottom: -1px;
}
.cst-home-two-rght-image .page-center .inner-col .cst-content-col .cst-inner-col .left-col-image {
	margin-bottom: -1px;
}

.cst-home-two-rght-image .page-center .inner-col .cst-content-col .cst-inner-col .content-sec {
	color: #545454;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66em;
	font-family: "Roboto", Sans-serif;
}

.hs-home-r2-grp {
	background-color: #f1f1f1;
	padding: 100px 15px 100px 15px;
	position: relative;
	text-align: center;
}

.hs-home-r2-grp .page-center .hs-home-r2-lft-spcer {
	max-width: 12.807%;
	width: 100%;
}

.hs-home-r2-grp .page-center .hs-home-r2-rght-spcer {
	max-width: 12.674%;
	width: 100%;
	margin-left: 0;
}

.hs-home-r2-grp .page-center .hs-home-r2-c2-flexi {
	max-width: 74.552%;
	width: 100%;
	margin-left: 0;
	padding: 0px 15px 0px 15px;
	padding-bottom: 53px;
}

.hs-home-r2-grp .page-center .hs-home-r2-c2-flexi .cst-title-col .cst-top-title-col-sec {
	margin-bottom: 20px;
	text-align: center;
}

.hs-home-r2-grp .page-center .hs-home-r2-c2-flexi .cst-title-col .cst-top-title-col-sec h3 {
	font-size: 29px;
	font-weight: 500;
	line-height: 1.3em;
	color: #545454;
	padding: 0;
	margin: 0;
}

.cst-home-ideo-pop-grp {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px 100px 0px;
	background-attachment: scroll;
	position: relative;
}

.cst-home-ideo-pop-grp .overlay {
	opacity: 0.3;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.cst-home-ideo-pop-grp .page-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 360px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cst-home-ideo-pop-grp .page-center .inner-col {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-home-ideo-pop-grp .page-center .inner-col .cst-left-col {
	width: 33.333%;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-home-ideo-pop-grp .page-center .inner-col .cst-left-col .cst-inner-col {
	padding: 10px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.cst-home-ideo-pop-grp .page-center .inner-col .cst-left-col .cst-inner-col .cst-inner {
	align-items: center;
	position: relative;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	text-align: center;
}
.cst-home-ideo-pop-grp .page-center .inner-col .cst-left-col .cst-inner-col .cst-inner .ttle {
	margin-bottom: -1px;
}

.cst-home-ideo-pop-grp .page-center .inner-col .cst-left-col .cst-inner-col .cst-inner .ttle h2 {
	color: #ffffff;
	font-weight: 500;
	font-family: "Roboto", Sans-serif;
	padding: 0;
	margin: 0;
}

.cst-home-ideo-pop-grp .page-center .inner-col .cst-left-col .cst-inner-col .cst-inner .cst-sub-title {
	margin-bottom: -1px;
}
.cst-home-ideo-pop-grp .page-center .inner-col .cst-left-col .cst-inner-col .cst-inner .cst-sub-title h3 {
	color: #ffffff;
	font-weight: 500;
	line-height: 1.3em;
	font-family: "Roboto", Sans-serif;
	padding: 0;
	margin: 0;
	font-size: 23px;
}
.cst-home-ideo-pop-grp .page-center .inner-col .cst-video-container {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33.333%;
}

.cst-home-ideo-pop-grp .page-center .inner-col .cst-video-container .cst-video-inner {
	align-items: center;
	padding: 0px 15px 0px 15px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-home-ideo-pop-grp .page-center .inner-col .cst-video-container .cst-video-inner .cst-video-icon.vidpopup {
	cursor: pointer;
	position: relative;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	align-items: center;
	text-align: center;
}
.cst-home-ideo-pop-grp .page-center .inner-col .cst-video-container .cst-video-inner .cst-video-icon.vidpopup a {
	color: #ffffff;
	border-color: #ffffff;
	font-size: 136px;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cst-home-ideo-pop-grp .page-center .inner-col .cst-video-container .cst-video-inner .cst-video-icon.vidpopup a:hover {
	transform: scale(1.1);
}

.cst-home-ideo-pop-grp .page-center .inner-col .cst-blnk-container {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33.346%;
}

.cst-one-col-top-image-grp {
	padding: 100px 0px 80px 0px;
}

.cst-one-col-top-image-grp .page-center {
	width: 100%;
}

.cst-one-col-top-image-grp .page-center .cst-top-sec {
	text-align: center;
}


.cst-one-col-top-image-grp .page-center .cst-top-sec .cst-top-header {
	margin-bottom: 20px;
}

.cst-one-col-top-image-grp .page-center .cst-top-sec .cst-top-header h2 {
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	color: #147cb4;
	padding: 0;
	margin: 0;
}

.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper {
	padding: 20px 0px 0px 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item {
	width: 33.333%;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item .inner-wrapper {
	padding: 30px;
	position: relative;
	text-align: center;
}

.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item .inner-wrapper .image-col a img {
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition-duration: 0.3s;
}

.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item .inner-wrapper .image-col a img:hover {
	transform: scale(1.1);
}
.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item .inner-wrapper .content-box {
	width: 100%;
}

.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item .inner-wrapper .content-box h3 {
	color: #545454;
	font-size: 26px;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: .5rem;
	margin-top: 0;
}

.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item .inner-wrapper .content-box p.elementor-image-box-description {
	margin: 0;
	font-family: "Roboto", Sans-serif;
	color: #545454;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
}

.cst-testimonial-grp {
	background-color: #f1f1f1;
	padding: 100px 0px 100px 0px;
	position: relative;
}

.cst-testimonial-grp .page-center .cst-top-header {
	text-align: center;
	margin-bottom: 20px;
}

.cst-testimonial-grp .page-center .cst-top-header h2 {
	padding: 0;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	color: #147cb4;
	text-transform: capitalize;
	line-height: 47px !important;
	letter-spacing: 0.1px;
	font-size: 36px;
	margin: -12px 0px 0px 0px;
}
.cst-testimonial-grp.home {
	background: transparent;
	padding: 0;
}
.hs-home-r3-flexi {
	background-color: #f1f1f1;
	padding: 100px 0px 100px 0px;
	position: relative;
}

.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-1 {
	padding: 0px 34px 0px 0px;
}

.cst-testimonial-grp .page-center .cst-testimonial-container .inner-col .cst-testimonial-items .cst-quote-icon {
	margin-bottom: 20px;
}

.cst-testimonial-grp .page-center .cst-testimonial-container .inner-col .cst-testimonial-items .cst-quote-icon .elementor-icon.elementor-animation-grow {
	color: #56c4f5;
	border-color: #56c4f5;
	font-size: 38px;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cst-testimonial-grp .page-center .cst-testimonial-container .inner-col .cst-testimonial-items .cst-container-box {
	padding: 0px 30px 0px 30px;
}

.cst-testimonial-grp .page-center .cst-testimonial-container .inner-col .cst-testimonial-items .cst-container-box .inner-col {
	overflow: hidden;
	text-align: center;
}

.cst-testimonial-grp .page-center .cst-testimonial-container .inner-col .cst-testimonial-items .cst-container-box .inner-col .cst-testimonial-content {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	font-family: "Roboto", Sans-serif;
	margin-bottom: 20px;
	padding-top: 3px;
}

.cst-testimonial-grp .page-center .cst-testimonial-container .inner-col .cst-testimonial-items .cst-container-box .inner-col .cst-testimonial-details {
	width: 100%;
	line-height: 1;
}

.cst-testimonial-grp .page-center .cst-testimonial-container .inner-col .cst-testimonial-items .cst-container-box .inner-col .cst-testimonial-details .cst-testimonial-name {
	color: #147cb4;
	font-size: 20px;
	font-weight: 600;
	font-family: "Roboto", Sans-serif;
	line-height: 1.5;
}

.cst-testimonial-grp .page-center .cst-testimonial-container .inner-col .cst-testimonial-items .cst-container-box .inner-col .cst-testimonial-details .cst-testimonial-job {
	font-family: "Roboto Slab", Sans-serif;
	font-weight: 400;
	color: #bfbfbf;
	font-size: .85em;
	line-height: 1;
}


.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 {
	padding: 37px 034px 0px 2px;
}
.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col .cst-testimonial-items {
	width: 50%;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col .cst-testimonial-items .cst-testimonial-co {
	position: relative;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col .cst-testimonial-items .cst-testimonial-co .cst-container-box {
	padding: 0px 20px 0px 20px;
}

.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col .cst-testimonial-items .cst-testimonial-co .cst-container-box .inner-col {
	display: block;
}

.cst-bottom-pane-grp {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 100px 0px 100px 0px;
	position: relative;
}

.cst-bottom-pane-grp .page-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.cst-bottom-pane-grp .page-center .inner-col {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-bottom-pane-grp .page-center .inner-col .left-col {
	width: 22.719%;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-bottom-pane-grp .page-center .inner-col .center-col {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 55.088%;
}
.cst-bottom-pane-grp .page-center .inner-col .rght-col {
	width: 22.193%;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 15px 0px 15px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner .cst-top-header {
	text-align: center;
	margin-bottom: 20px;
}
.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner .cst-top-header h2 {
	margin: -12px 0px 0px 0px;
	color: #ffffff;
}
.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner .cst-top-header h2 {
	margin: -12px 0px 0px 0px;
	color: #ffffff;
}
.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner .cst-content p {
	width: 100%;
	margin: 0;
}
.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner .cst-content {
	width: 100%;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66em;
	text-align: center;
}

.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner .cst-cta-col {
	width: 100%;
	position: relative;
	text-align: center;
}

.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner .cst-cta-col .outter-padding {
	padding: 10px;
}
.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner .cst-cta-col .outter-padding .inner-sec {
	margin: 20px 0px 0px 0px;
}
.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner .cst-cta-col .outter-padding .inner-sec a {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	vertical-align: middle;
	padding: 18px 28px 18px 28px;
	background-color: rgba(0,0,0,0);
	background-image: none;
	border-color: #fff;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 50px 50px 50px 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: inline-block;
	line-height: 1;
	text-align: center;
}
.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner .cst-cta-col .outter-padding .inner-sec a:hover {
	background-color: #ffffff;
	background-image: none;
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 50px 50px 50px 50px;
	color: #56c4f5;
}
.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner .cst-top-header h2 {
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
}
/********** About Page **********/

.hs-abt-r1-grp .page-center.content-wrapper .left-spcer {
	width: 16.491%;
}

.hs-abt-r1-grp .page-center.content-wrapper .hs-abt-r1-c1-flexi {
	max-width: 66.93%;
	width: 100%;
	margin-left: 0;
	text-align: center;
	padding: 0px 15px 0px 15px;
}

.hs-abt-r1-grp .page-center.content-wrapper .rght-spcer {
	max-width: 16.575%;
	width: 100%;
	margin-left: 0;
}
.hs-abt-r1-grp .page-center.content-wrapper .hs-abt-r1-c1-flexi .cst-title-col .cst-top-title-col-sec {
	margin-bottom: 20px;
}

.hs-abt-r1-grp .page-center.content-wrapper .hs-abt-r1-c1-flexi .cst-title-col .cst-top-title-col-sec h2 {
	margin: 0;
}

.cst-two-col-img-grp {
	position: relative;
}
.cst-two-col-img-grp .inner-col {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-two-col-img-grp .inner-col .cst-image-col {
	width: 48.525%;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-two-col-img-grp .inner-col .cst-content-col {
	width: 51.475%;
}

.cst-two-col-img-grp .inner-col .cst-image-col .cst-bg-col {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: flex-start;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.hs-abt-r1-grp .page-center.content-wrapper .hs-abt-r1-c1-flexi .hs_cos_wrapper_type_rich_text {
	margin: 0px 0px 20px 0px;
}

.cst-two-col-img-grp .inner-col .cst-content-col {
	width: 51.475%;
	background-color: #f1f1f1;
}

.cst-two-col-img-grp .inner-col .cst-content-col .inner-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 502px;
}
.cst-two-col-img-grp .inner-col .cst-content-col .inner-col .inner-col-inner {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 80px 80px 80px 80px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.cst-two-col-img-grp .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap {
	position: relative;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	align-content: center;
	align-items: center;
}
.cst-two-col-img-grp .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap .cst-top-title-col-sec {
	margin-bottom: 20px;
}

.cst-two-col-img-grp .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap .cst-divider .elementor-divider {
	text-align: left;
}

.cst-two-col-img-grp .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap .cst-top-title-col-sec h2 {
	padding: 0;
	margin: 0;
}

.cst-two-col-img-grp .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap .content {
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 20px;
}

.cst-two-col-img-grp .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap .cst-btn-col .inner {
	margin: 20px 0px 0px 0px;
}

.cst-two-col-img-grp .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap .cst-btn-col .inner a:hover {
	background-color: #56c4f5;
	background-image: none;
	border-color: #56c4f5;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 50px 50px 50px 50px;
	color: #ffffff;
}
.cst-two-col-img-grp .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap .cst-btn-col .inner a {
	padding: 18px 28px 18px 28px;
	background-color: rgba(0,0,0,0);
	background-image: none;
	border-color: #56c4f5;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 50px 50px 50px 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #56c4f5;
	display: inline-block;
	font-family: "Roboto", Sans-serif;
	-webkit-transition: all .5s;
	transition: all .5s;
	line-height: 1;
	text-align: center;
}
.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner .cst-top-header {
	width: 100%;
}

.hs-rces-r1-grp {
	background-color: rgba(0,0,0,0.04);
	padding: 100px 0px 100px 0px;
}

.cst-title-col .cst-top-title-col-sec.peoplepro-demos {
	margin-bottom: 20px;
}

.cst-title-col .cst-top-title-col-sec.peoplepro-demos h2 {
	padding: 0;
	margin: 0;
}
.cst-title-col .cst-top-title-col-sec.peoplepro-demos h2 {
	padding: 0;
	margin: 0;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
}

.cst-video-grp .cst-video-items .top-title {
	text-align: left;
	margin-bottom: 20px;
}
.cst-video-grp .cst-video-items .top-title h3.heading-title {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	color: #147cb4;
}
.cst-video-grp .cst-video-items .cst-video-inner-grp .cst-inner {
	padding: 30px;
}
.cst-video-grp .cst-video-items .cst-video-inner-grp {
	padding: 10px 0px 20px 0px;
}

.cst-video-grp .cst-video-items .cst-video-inner-grp .cst-inner .cst-video-holder {
	padding-bottom: 56.25%;
	position: relative;
}

.cst-video-grp .cst-video-items .cst-video-inner-grp .cst-inner .cst-video-holder video {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	z-index: 1;
}

.hs-rces-r2-grp {
	padding: 75px 15px 0px 15px;
}

.hs-rces-r2-grp .cst-title-col {
	padding: 0px 15px 0px 15px;
}
.hs-rces-r2-grp .cst-title-col .cst-top-title-col-sec.white-papers {
	margin-bottom: 20px;
}

.hs-rces-r2-grp .cst-title-col .cst-divider .elementor-divider {
	text-align: left;
}

.hs-rces-r2-grp .cst-title-col .cst-top-title-col-sec.white-papers h2 {
	padding: 0;
	margin: 0;
}

.hs-rces-r2-grp .cst-title-col .cst-divider {
	margin: 0;
}

.hs-rces-r3-grp {
	padding: 20px 15px 120px 15px;
}

.hs-rces-r3-grp .page-center .hs-rces-r3-c1-flexi,
.hs-rces-r3-grp .page-center .hs-rces-r3-c2-flexi {
	width: 50%;
	margin-left: 0;
}
.hs-rces-r3-grp .page-center .hs-rces-r3-c1-flexi > span, .hs-rces-r3-grp .page-center .hs-rces-r3-c2-flexi > span {
	padding: 10px;
	display: block;
}

.hs-rces-r3-grp .page-center .hs-rces-r3-c1-flexi > span .hs_cos_wrapper_type_rich_text,
.hs-rces-r3-grp .page-center .hs-rces-r3-c2-flexi > span .hs_cos_wrapper_type_rich_text {
	margin: 0px 0px 20px 0px;
}

.hs-rces-r3-grp .page-center .hs-rces-r3-c1-flexi > span .hs_cos_wrapper_type_rich_text ul,
.hs-rces-r3-grp .page-center .hs-rces-r3-c2-flexi > span .hs_cos_wrapper_type_rich_text ul {
	color: #545454;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66em;
}

.cst-tema-mem-grp.leadership .cst-top-head {
	padding: 120px 0px 40px 0px;
}


.cst-tema-mem-grp .cst-top-head .page-center .cst-title-col .cst-top-title-col-sec {
	text-align: center;
}

.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
}

.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner .cst-team-item .outter-gap {
	padding: 0px 30px 0px 30px;
}

.cst-tema-mem-grp .cst-top-head .page-center .cst-title-col .cst-top-title-col-sec {
	margin-bottom: 20px;
}

.cst-tema-mem-grp .cst-top-head .page-center .cst-title-col .cst-divider {
	margin: 0;
}

.cst-tema-mem-grp .cst-top-head .page-center .cst-title-col .cst-top-title-col-sec h2 {
	margin: 0;
}

.cst-tema-mem-grp .cst-top-head .page-center .cst-title-col {
	padding: 10px;
}

.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner .cst-team-item .outter-gap .member .image-col {
	margin: 0px 0px 25px 0px;
}
.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner .cst-team-item .outter-gap .member .image-col img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner .cst-team-item .outter-gap .cst-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner .cst-team-item .outter-gap .cst-content h3.name {
	font-size: 20px;
	color: black;
	padding: 0;
	margin: 0;
	text-align: center;
	order: 1;
	font-weight: 600;
	line-height: 1.6;
	display: block;
	width: 100%;
}

.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner .cst-team-item .outter-gap .cst-content h3.name span {
	color: #545454;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 23px;
}

.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner .cst-team-item .outter-gap .cst-content .position {
	color: #56c4f5;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 23px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	align-self: center;
	text-align: center;
	order: 2;
	font-family: "Roboto", Sans-serif;
}
.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner .cst-team-item .outter-gap .cst-content .socials {
	margin: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	align-self: center;
	order: 4;
}

.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner .cst-team-item .outter-gap .cst-content .socials .socials-item a .jet-team-member__socials-icon .inner {
	margin: 5px;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner .cst-team-item .outter-gap .cst-content .socials .socials-item a .jet-team-member__socials-icon .inner .jet-elements-icon {
	color: #56c4f5;
	font-size: 18px;
}
.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner .cst-team-item .outter-gap .cst-content .socials .socials-item a .jet-team-member__socials-icon:hover .inner .jet-elements-icon {
	color: #147cb4;
}

.cst-tema-mem-grp .cst-team-mem-grp.hs-4-col .page-center .inner .cst-team-item {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	width: 25%;
}

.cst-tema-mem-grp .cst-team-mem-grp.hs-5-col .page-center .inner .cst-team-item {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	width: 20%;
}

.cst-tema-mem-grp.business-advisors .cst-top-head {
	margin-top: 40px;
	margin-bottom: 40px;
}


.cst-tema-mem-grp.business-advisors .cst-team-mem-grp .page-center {
	max-width: 768px;
}

.cst-tema-mem-grp.client-services-team-1 .cst-top-head {
	margin-top: 40px;
	margin-bottom: 40px;
}

.cst-tema-mem-grp.client-services-team-1 .cst-team-mem-grp.hs-4-col {
	padding: 0px 0px 10px 0px;
}

.cst-tema-mem-grp .cst-team-mem-grp.hs-5-col {
	position: relative;
}
.cst-tema-mem-grp .cst-team-mem-grp.hs-5-col .page-center {
	max-width: 1443px;
}


.cst-tema-mem-grp .cst-team-mem-grp.hs-4-col {
	position: relative;
}

.cst-tema-mem-grp .cst-team-mem-grp.hs-4-col .page-center {
	max-width: 1280px;
}


.cst-tema-mem-grp.client-services-team-2 .cst-top-head {
	margin-top: 40px;
	margin-bottom: 40px;
}

.cst-tema-mem-grp.client-services-team-2 .cst-team-mem-grp.hs-5-col {
	padding: 0px 0px 100px 0px;
}


.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner .cst-team-item .outter-gap {
	padding: 0px 30px 0px 30px;
	width: 100%;
}

.cst-col-con-grp {
	padding: 120px 15px 85px 15px;
}
.cst-col-con-grp .page-center {
	min-height: 400px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cst-col-con-grp .page-center .inner-col.clearfix {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col {
	width: 50%;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 15px 0px 15px;
}

.cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col .cst-inner-col {
	position: relative;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	align-items: center;
}

.cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col .cst-inner-col .cst-title-col .cst-top-title-col-sec {
	text-align: left;
	margin-bottom: 20px;
}
.cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col .cst-inner-col .cst-title-col .cst-top-title-col-sec h2 {
	padding: 0;
	margin: 0;
}
.cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col .cst-inner-col .cst-title-col .cst-divider .elementor-divider {
	text-align: left;
}

.cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col.col-2 {
	padding: 0;
}
.cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col.col-2 .cst-inner-col {
	padding: 10px;
}


.cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col .cst-inner-col {
	margin: 0 0 20px;
}

.cst-2-col-rgt-vido-grp {
	padding: 100px 25px 100px 25px;
}
.cst-2-col-rgt-vido-grp .page-center {
	max-width: 100%!important;
}

.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .left-col {
	width: 44.59%;
}

.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .left-col .inner-wrap {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 100%;
}

.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .left-col .inner-wrap .cst-center {
	position: relative;
	width: 100%;
}
.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .left-col .inner-wrap .cst-center h2 {
	padding-bottom: 10px;
	margin: 0;
	text-align: center;
	color: #000000;
	font-weight: 500;
}

.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .left-col .inner-wrap .cst-center h3 {
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}

.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .left-col .inner-wrap .cst-center h3 {
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 500;
	color: #8c8c8c;
	font-size: 29px;
}
.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .left-col .inner-wrap .cst-center {
	text-align: center;
}
.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .left-col .inner-wrap .cst-center img {
	width: 100%;
	max-width: 300px;
}

.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .rght-col {
	width: 55.41%;
}

.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .rght-col .inner-sec {
	overflow: hidden;
}

.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .rght-col .inner-sec .video-holder {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .rght-col .inner-sec .video-holder video {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	z-index: 1;
}
.cst-testimonial-grp .page-center .cst-testimonial-container .inner-col .cst-testimonial-items .cst-quote-icon .elementor-icon.elementor-animation-grow:hover {
	transform: scale(1.1);
}
.cst-payroll-r1-grp .cst-testimonial-grp {
	background: #fff;
}

.cst-payroll-r1-grp .cst-testimonial-grp .page-center {
	max-width: 1000px;
}
.cst-payroll-r1-grp .cst-testimonial-grp .page-center .cst-testimonial-container {
	padding: 10px;
}

.cst-payroll-r1-grp .cst-testimonial-grp .page-center .cst-testimonial-container .inner-col .cst-testimonial-items .cst-container-box {
	padding: 0px 0px 0px 0px;
}

.one-col-content-grp {
	padding: 100px 0px 100px 0px;
}
.one-col-content-grp .page-center {
	max-width: 1000px!important;
}
.hs-client .one-col-content-grp {
	padding: 0;
}
.hs-client .one-col-content-grp .page-center img {
	vertical-align: middle;
	max-width: 1024px !important;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.hs-client .one-col-content-grp .page-center {
	max-width: 58.011%!important;
}
.hs-client .one-col-content-grp {
	padding: 0px 0px 100px 0px;
}
.hs-client .cst-testimonial-grp {
	background-color: #f1f1f1;
	padding: 80px 0px 80px 0px;
}

/********** Benefits Administration *********/

.servicesbenefits-administration-page .cst-col-con-grp .page-center {
	min-height: 1px;
}
.servicesbenefits-administration-page .cst-col-con-grp .page-center .cst-con-col .cst-inner-col {
	margin: 0 0 0!important;
}
.servicesbenefits-administration-page .cst-col-con-grp .page-center .cst-con-col .cst-inner-col .cst-bottom-content {
	margin: 0px 0px 20px 0px;
}
.servicesbenefits-administration-page .cst-col-con-grp .page-center .cst-con-col:last-child .cst-inner-col .cst-bottom-content {
	margin: 0px 0px 0px 0px;
}
.servicesbenefits-administration-page .cst-col-con-grp .page-center .cst-con-col.col-2 .cst-inner-col .cst-bottom-content {
	margin: 0px 0px 0px 0px;
}

.servicesbenefits-administration-page .cst-col-con-grp .page-center .cst-con-col.col-1 {
	align-items: center;
}

.servicesbenefits-administration-page .cst-col-con-grp {
	padding: 120px 15px 120px 15px;
}
.hs-client.servicesbenefits-administration-page .one-col-content-grp {
	padding: 100px 15px 100px 15px;
}
.servicesbenefits-administration-page .one-col-content-grp.benefits-administration-services .page-center {
	max-width: 1140px!important;
}

.servicesbenefits-administration-page .one-col-content-grp.benefits-administration-services .page-center .inne-sec {
	padding: 0px 15px;
}
.one-col-content-grp .page-center .cst-title-col .cst-top-title-col-sec h2 {
	padding: 0;
	margin: 0;
}
.one-col-content-grp .page-center .cst-title-col .cst-top-title-col-sec {
	margin-bottom: 20px;
}

.one-col-content-grp .page-center .cst-title-col .cst-divider .elementor-divider {
	text-align: left;
}
.servicesbenefits-administration-page .one-col-content-grp.benefits-administration-services .page-center .inne-sec .content {
	margin: 0px 0px 20px 0px;
}


/*********** Plans Page Styling *********/

.hs-ntwrk-r1-grp .cst-col-con-grp {
	padding: 100px 15px 100px 15px;
}
.hs-ntwrk-r1-grp .cst-col-con-grp .page-center .inner-col.clearfix.col-1 {
	margin-left: 20.614%;
	margin-right: 19.645%;
	width: 59.737%;
}

.hs-ntwrk-r1-grp .cst-col-con-grp .page-center {
	min-height: 0;
}

.hs-ntwrk-r1-grp .cst-col-con-grp .page-center .inner-col.clearfix.col-1 .cst-con-col .cst-inner-col.center .cst-title-col .cst-divider .elementor-divider,
.hs-ntwrk-r1-grp .cst-col-con-grp .page-center .inner-col.clearfix.col-1 .cst-con-col .cst-inner-col.center .cst-bottom-content, .cst-inner-col.center .cst-bottom-content,
.cst-inner-col.center .cst-title-col .cst-divider .elementor-divider,
.hs-ntwrk-r1-grp .cst-col-con-grp .page-center .inner-col.clearfix.col-1 .cst-con-col .cst-inner-col.center .cst-title-col .cst-top-title-col-sec, 
.cst-inner-col.center .cst-title-col .cst-top-title-col-sec{
	text-align: center;
}
.hs-ntwrk-r1-grp .cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col .cst-inner-col {
	margin: 0;
	line-height: 1.5;
}
.hs-ntwrk-r2-grp {
	padding: 100px 15px 100px 15px;
}
.grey {
	background-color: #f1f1f1;
}

.hs-ntwrk-r2-grp .page-center .cst-title-col .cst-top-title-col-sec {
	margin-bottom: 20px;
}


.hs-ntwrk-r2-grp .page-center .cst-title-col .cst-top-title-col-sec h2 {
	font-weight: 500;
	padding: 0;
	margin: 0;
}

.hs-ntwrk-r2-grp .page-center .cst-title-col .cst-divider .elementor-divider {
	text-align: left;
}
.hs-ntwrk-r1-grp .cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col .cst-inner-col .cst-bottom-content {
	margin: 0px 0px 20px 0px;
}
.hs-ntwrk-r2-grp .page-center {
	padding: 0px 15px;
}

.hs-partner-ntwrkr1-c1 .hs_cos_wrapper_type_rich_text {
	margin: 0px 0px 20px 0px!important;
}

.cst-partner-grp .cst-title-col.top-title {
	padding: 0px 15px;
}

.cst-partner-grp .cst-title-col.top-title .cst-top-title-col-sec {
	margin-bottom: 20px;
	text-align: center;
}
.cst-partner-grp .cst-title-col.top-title .cst-top-title-col-sec h2 {
	color: #545454;
	margin: 0;
}
.cs-partner-logo-grp {
	padding: 0px 15px;
	margin-bottom: 80px;
}

.cs-partner-logo-grp .logo-container {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cs-partner-logo-grp .logo-container .logo-items {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 20%;
}
.cs-partner-logo-grp .logo-container .logo-items .wrap-inner {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	align-items: center;
	text-align: center;
}

.cs-partner-logo-grp .logo-container .logo-items .wrap-inner .img-holder img {
	vertical-align: middle;
	display: inline-block;
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: auto;
}
.cs-partner-logo-grp .logo-container .logo-items .wrap-inner .img-holder {
	align-items: center;
	position: relative;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	align-items: center;
}

.cst-partner-grp .cst-title-col.top-title .cst-divider {
	margin: 0;
}

.servicesinsurance-partner-networklife-disability-insurance-page .hs-ntwrk-r1-grp .cst-col-con-grp {
	padding: 120px 15px 75px 15px;
}


.servicesinsurance-partner-networklife-disability-insurance-page .cst-col-con-grp .page-center .inner-col.clearfix.col-1 .cst-con-col .cst-bottom-content {
	color: #959595;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66em;
}

.servicesinsurance-partner-networklife-disability-insurance-page .hs-ntwrk-r2-grp.grey {
	padding: 7px 7px 7px 7px;
}


.servicesinsurance-partner-networklife-disability-insurance-page .hs-ntwrk-r2-grp.grey .page-center {
	padding: 80px 80px 80px 80px;
}
.servicesinsurance-partner-networklife-disability-insurance-page .hs-ntwrk-r2-grp.grey .page-center .hs-partner-ntwrkr1-c1 .hs_cos_wrapper_type_rich_text {
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
}
.servicesinsurance-partner-networklife-disability-insurance-page .cst-partner-grp .cst-title-col.top-title {
	margin-top: 120px;
	margin-bottom: 0px;
	padding: 0px 15px 0px 15px;
}
.servicesinsurance-partner-networklife-disability-insurance-page .cst-partner-grp .cst-title-col.top-title .cst-top-title-col-sec h2 br {
	display: none;
}

.servicesinsurance-partner-networklife-disability-insurance-page .cs-partner-logo-grp .cs-logo-container .logo-container:first-child {
	margin-bottom: 80px;
}

.servicesinsurance-partner-networksection-125-plans-page .cst-col-con-grp {
	padding: 100px 15px 100px 15px;
}
.servicesinsurance-partner-networksection-125-plans-page .cst-col-con-grp .page-center {
	min-height: 0;
}

.servicesinsurance-partner-networksection-125-plans-page .cst-col-con-grp .page-center {
	min-height: 0;
	text-align: center;
}

.servicesinsurance-partner-networksection-125-plans-page .cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col .cst-inner-col .cst-title-col .cst-top-title-col-sec {
	text-align: center;
}

.servicesinsurance-partner-networksection-125-plans-page .cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col .cst-inner-col .cst-title-col .cst-divider .elementor-divider {
	text-align: center;
}
.servicesinsurance-partner-networksection-125-plans-page .cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col .cst-inner-col .cst-bottom-content {
	color: #959595;
	line-height: 1.5;
}
.servicesinsurance-partner-networksection-125-plans-page .cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col .cst-inner-col .cst-bottom-content p:last-child {
	margin: 0;
}


.servicesinsurance-partner-networksection-125-plans-page.hs-client .one-col-content-grp {
	padding: 100px 15px 100px 15px;
}
.servicesinsurance-partner-networksection-125-plans-page .one-col-content-grp .page-center {
	max-width: 1140px!important;
}
.servicesinsurance-partner-networksection-125-plans-page .one-col-content-grp .page-center .inne-sec {
	padding: 0px 15px;
}

.servicesinsurance-partner-networksection-125-plans-page .one-col-content-grp .page-center .inne-sec .cst-title-col .cst-top-title-col-sec {
	margin-bottom: 1px;
}
.servicesinsurance-partner-networksection-125-plans-page .one-col-content-grp .page-center .inne-sec .cst-title-col .cst-divider {
	margin-bottom: 1px;
}
.servicesinsurance-partner-networksection-125-plans-page .one-col-content-grp .page-center .inne-sec .content {
	margin-bottom: 20px;
}
.servicesinsurance-partner-networkmedical-dental-insurance-page .cst-banner-area-grp {
	background-position: top left;
}

.servicesinsurance-partner-networkmedical-dental-insurance-page .cst-col-con-grp .page-center .inner-col.clearfix.col-1 .cst-inner-col {
	line-height: 1.66em;
}

.servicesinsurance-partner-networkmedical-dental-insurance-page .cst-partner-grp .cst-title-col.top-title {
	margin-top: 120px;
}
.servicesinsurance-partner-networkmedical-dental-insurance-page .cst-partner-grp .cst-title-col.top-title .cst-top-title-col-sec h2 br {
	display: none;
}

.servicesinsurance-partner-networkmedical-dental-insurance-page .cst-partner-grp .cs-partner-logo-grp .cs-logo-container .logo-container:nth-child(2) .left-spc {
	width: 8%;
}

.servicesinsurance-partner-networkmedical-dental-insurance-page .cst-partner-grp .cs-partner-logo-grp .cs-logo-container .logo-container:nth-child(2) .rght-spc {
	width: 9.054%;
}


.hs-labr .cst-col-con-grp {
	padding: 75px 15px 75px 15px;
}

.hs-labr .cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col:nth-child(2) .cst-inner-col {
	align-items: center;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.hs-labr .cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col:nth-child(2) .cst-inner-col .cst-bottom-content {
	width: 100%;
	text-align: center;
}
.hs-labr .cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col:nth-child(2) .cst-inner-col {
	margin-bottom: 0;
}

.hs-labr .cst-2-col-rgt-vido-grp {
	padding: 100px 50px 100px 50px;
}

.cst-two-col-left-image {
	background-color: #56c4f5;
	padding: 100px 0px 100px 0px;
	position: relative;
}

.cst-two-col-left-image .inner-col {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-two-col-left-image .inner-col .left-col-image {
	width: 62.23%;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cst-two-col-left-image .inner-col .left-col-image .inner-col {
	padding: 10px 10px 10px 10px;
	background-color: #56c4f5;
	display: block;
}
.cst-two-col-left-image .inner-col .left-col-image .inner-col {
	padding: 10px 10px 10px 10px;
	background-color: #56c4f5;
	display: block;
	text-align: center;
}

.cst-two-col-left-image .inner-col .rght-col-grp {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 37.77%;
	color: #fff;
}

.cst-two-col-left-image .inner-col .left-col-image .inner-col .image-holder img {
	opacity: 0.86;
	display: inline-block;
	vertical-align: middle;
}

.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .elementor-background-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0.5;
}
.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner {
	background-color: #56c4f5;
	padding: 60px 60px 0px 60px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner .cst-content .cst-heading-grp {
	margin-bottom: 20px;
}
.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner .cst-content .cst-heading-grp .cst-heading {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}

.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner .cst-content .cst-heading-grp .cst-heading h2 {
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner .cst-content .description {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}
.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner .cst-content .cst-btn-grp .btn-innr {
	margin: 20px 0px 0px 0px;
}

.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner .cst-content .cst-btn-grp .btn-innr a.cta_button {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner .cst-content .cst-btn-grp .btn-innr a:hover {
	background-color: #ffffff;
	background-image: none;
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 50px 50px 50px 50px;
	color: #56c4f5;
}
.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner .cst-content .cst-btn-grp .btn-innr a {
	padding: 18px 28px 18px 28px;
	background-color: rgba(0,0,0,0);
	background-image: none;
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 50px 50px 50px 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ffffff;
	font-family: "Roboto", Sans-serif;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.cst-tema-mem-grp.client-services-team-1 .cst-team-mem-grp.hs-4-col .page-center .inner.more-4 > div {
	width: 100%;
	display: flex;
}
.cst-tema-mem-grp.client-services-team-1 .cst-team-mem-grp.hs-4-col .page-center .inner.more-4 {
	flex-direction: column;
}


.cst-tema-mem-grp.client-services-team-2 .cst-team-mem-grp.hs-5-col .page-center .inner.more-5 > div {
	width: 100%;
	display: flex;
}
.cst-tema-mem-grp.client-services-team-2 .cst-team-mem-grp.hs-5-col .page-center .inner.more-5 {
	flex-direction: column;
}

.hs-labr .cst-testimonial-grp {
	background-color: #ffffff;
	padding: 80px 0px 80px 0px;
}
.hs-labr .cst-testimonial-grp .page-center {
	max-width: 1000px;
}
.hs-labr .cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-1 {
	padding: 10px;
}

.hs-labr .cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-1 .inner-col .cst-testimonial-items .cst-container-box {
	padding: 0 0 0 0;
}
.hs-labr .cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col:nth-child(2) .cst-inner-col {
	margin-bottom: 0;
	padding: 10px;
}
.hs-labr .cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col:nth-child(2) {
	padding: 0 0;
}

.pum-overlay {
	overflow-y: auto!important;
}

body.show-pop {
	overflow: hidden;
}

.pum-theme-lightbox .pum-content .elementor-widget-container {
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.pum-theme-lightbox .pum-content .elementor-widget-container .elementor-wrapper {
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.pum-theme-lightbox .pum-content .elementor-widget-container .elementor-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	z-index: 1;
	display: block;
}

.hs-insurance .hs-ntwrk-r1-grp .cst-col-con-grp {
	padding: 120px 15px 75px 15px;
}
.hs-insurance .hs-ntwrk-r1-grp .cst-col-con-grp .page-center .inner-col.clearfix.col-1 {
	margin-left: 16.6%;
	margin-right: 16.6%;
	width: 66.132%;
}
.hs-insurance .hs-ntwrk-r2-grp .cst-title-col .cst-top-title-col-sec h3 {
	font-weight: 500;
	line-height: 1.3em;
	margin: 0;
}
.hs-insurance .hs-ntwrk-r1-grp .cst-col-con-grp .cst-bottom-content {
	color: #959595;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66em;
}

.hs-insurance .cst-two-col-img-grp.left {
	padding: 100px 15px 100px 15px;
}
.hs-insurance .cst-two-col-img-grp.left .inner-col {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.hs-insurance .cst-two-col-img-grp.left .inner-col .cst-image-col {
	width: 50%;
	padding: 10px;
}

.hs-insurance .cst-two-col-img-grp.left .inner-col .cst-image-col .cst-bg-col {
	background: none!important;
}

.hs-insurance .cst-two-col-img-grp.left .inner-col .cst-image-col .cst-bg-col img {
	display: block!important;
}

.hs-insurance .cst-two-col-img-grp.left .inner-col .cst-content-col {
	width: 50%;
	background: #fff;
}

.hs-insurance .cst-two-col-img-grp.left .inner-col .cst-content-col .inner-col {
	max-width: 100%;
	padding: 0 15px;
	min-height: 1px;
	height: 100%;
}

.hs-insurance .cst-two-col-img-grp.left .inner-col .cst-content-col .inner-col .inner-col-inner {
	padding: 0;
}

.hs-insurance .cst-two-col-img-grp.left .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap .cst-top-title-col-sec h3 {
	color: #545454;
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 1.3em;
}
.hs-insurance .cst-two-col-img-grp.left .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap .content {
	color: #959595;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66em;
}

.hs-insurance .cst-two-col-img-grp.right {
	background-color: #f1f1f1;
	padding: 100px 15px 100px 15px;
}

.hs-insurance .cst-two-col-img-grp.right > .inner-col {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
.hs-insurance .cst-two-col-img-grp.right > .inner-col .cst-content-col .inner-col .inner-col-inner {
	padding: 0;
}
.hs-insurance .cst-two-col-img-grp.right > .inner-col .cst-content-col .inner-col {
	min-height: 1px;
	height: 100%;
}

.hs-insurance .cst-two-col-img-grp.right > .inner-col .cst-content-col {
	width: 52.018%;
	padding: 0px 15px;
}

.hs-insurance .cst-two-col-img-grp.right>.inner-col .cst-image-col {
	width: 47.982%;
	padding: 10px;
}
.hs-insurance .cst-two-col-img-grp.right>.inner-col .cst-image-col .cst-bg-col {
	background: none!important;
}

.hs-insurance .cst-two-col-img-grp.right>.inner-col .cst-image-col .cst-bg-col img {
	display: block!important;
}

.hs-insurance .cst-two-col-img-grp.right>.inner-col .cst-content-col .inner-col .inner-col-inner .cst-top-title-col-sec h3 {
	font-weight: 500;
	line-height: 1.3em;
	margin: 0;
}
.hs-insurance .cst-two-col-img-grp.right>.inner-col .cst-content-col .inner-col .inner-col-inner .content {
	color: #959595;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66em;
}

.hs-email-form .body-container form {
	max-width: 100%;
	background: none;
	padding: 0;
}

.hs-email-form .body-container form input[type="submit"] {
	color: inherit;
	border-color: inherit;
}


.cst-service-grp {
	padding: 100px 0px 100px 0px;
	position: relative;
	background: #fff;
}
.cst-service-grp .page-center .cst-title-col .cst-top-title-col-sec {
	margin-bottom: 20px;
	text-align: center;
}
.cst-service-grp .page-center .cst-title-col .cst-top-title-col-sec h2 {
	color: #147cb4;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	padding: 0;
	margin: 0;
}


.cst-service-grp .page-center .cst-serv-col-grp {
	padding: 20px 0px 0px 0px;
}

.cst-service-grp .page-center .cst-serv-col-grp {
	padding: 20px 0px 0px 0px;
}

.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items {
	width: 25%;
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec {
	text-align: center;
	padding: 30px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec .inner-sec-wrap {
	position: relative;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	align-items: center;
}

.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec .inner-sec-wrap .top-col {
	margin-bottom: 20px;
	width: 100%;
}
.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec .inner-sec-wrap .top-col .image-holder {
	text-align: center;
}
.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec .inner-sec-wrap .top-col .title-col h3 {
	color: #545454;
	font-size: 26px;
	line-height: 1.3em;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	margin-bottom: .5rem;
	margin-top: 0;
}

.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec .inner-sec-wrap .cst-btn-sec {
	width: 100%;
	position: relative;
}


.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec .inner-sec-wrap .cst-btn-sec .inner-d {
	margin: 20px 0px 0px 0px;
}

.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec .inner-sec-wrap .cst-btn-sec .inner-d a:hover {
	background-color: #56c4f5;
	background-image: none;
	border-color: #56c4f5;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 50px 50px 50px 50px;
	color: #ffffff;
}
.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec .inner-sec-wrap .cst-btn-sec .inner-d a {
	padding: 18px 28px 18px 28px;
	background-color: rgba(0,0,0,0);
	background-image: none;
	border-color: #56c4f5;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 50px 50px 50px 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #56c4f5;
	display: inline-block;
	font-family: "Roboto", Sans-serif;
	-webkit-transition: all .5s;
	transition: all .5s;
	line-height: 1;
	text-align: center;
}


.cst-tema-mem-grp .cst-team-mem-grp.hs-5-col .page-center .inner.more-5 > div {
	display: flex;
	flex-wrap: wrap;
}
.cst-tema-mem-grp .cst-team-mem-grp.hs-5-col .page-center .inner.more-5 {
	flex-direction: column;
}

.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec .inner-sec-wrap .top-col .image-holder img:hover {
	transform: scale(1.1);
}
.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec .inner-sec-wrap .top-col .image-holder img {
	transition-duration: 0.3s;
}

.servicespayroll-page .cst-col-con-grp .page-center .inner-col.clearfix.col-2 .cst-con-col:last-child {
	padding: 10px;
}

/*********** 404 Page Styling ************/

.hs-404-page .cst-body-content-grp {
	padding: 24px 0;
}
.hs-404-page .cst-body-content-grp .page-center.content-wrapper {
	padding: 0 20px;
}
.hs-404-page .cst-body-content-grp .page-center.content-wrapper .custom_error_message .hs_cos_wrapper_type_rich_text h1 {
	margin-bottom: 1rem;
	font-family: "Roboto", Sans-serif;
	color: #147cb4;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: 2px;
	margin-top: 0;
}

.hs-404-page .cst-body-content-grp .page-center.content-wrapper .custom_error_message .hs_cos_wrapper_type_rich_text p {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #212529;
	line-height: 1.5;
}

.hs-404-page .cst-body-content-grp .page-center.content-wrapper .custom_error_message .hs_cos_wrapper_type_rich_text p {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #212529;
	line-height: 1.5;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.hs-404-page .cst-body-content-grp .page-center.content-wrapper .cst-404-page form {
	max-width: 100%;
	padding: 0;
	margin: 0;
	background: none;
}
.hs-404-page .cst-body-content-grp .page-center.content-wrapper .cst-404-page form input[type="text"] {
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding-right: 2em;
	margin: 0;
}

.hs-404-page .main-content {
	margin-bottom: 3rem;
}

.hs-404-page .cst-body-content-grp .page-center.content-wrapper .cst-404-page form .btn.jupiterx-icon-search-1 {
	cursor: pointer;
	position: absolute;
	right: 0;
	color: #6c757d;
	font-size: .875rem;
	padding-top: .65rem;
	background-color: transparent;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	top: 4px;
}

.hs-404-page .cst-body-content-grp .page-center.content-wrapper .cst-404-page form .btn.jupiterx-icon-search-1:before {
	content: "";
	line-height: 0;
	font-family: "jupiterx";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	speak: none;
	text-decoration: none;
	text-transform: none;
}

.hs_error_rollup ul.hs-error-msgs {
	list-style: none!important;
}
ul.hs-error-msgs li label {
	padding-top: 0!important;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_subject.hs-subject.hs-fieldtype-select.field.hs-form-field ul.hs-error-msgs {
	margin-top: 20px !important;
}
.footer-container-wrapper {
	border-top: 1px solid #122f50;
	margin-top: -1px;
}


@media (min-width: 768px) {
	.servicesbenefits-administration-page .cst-col-con-grp .page-center .cst-con-col.col-2 {
		width: 52.122%;
	}
	.servicesbenefits-administration-page .cst-col-con-grp .page-center .cst-con-col.col-1 {
		width: 47.842%;
	}
	.servicesinsurance-partner-networklife-disability-insurance-page .hs-ntwrk-r1-grp .cst-col-con-grp .inner-col.clearfix.col-1 {
		margin-left: 6.579%;
		width: 88.421%;
		margin-right: 4.332%;
	}
	.servicesbenefits-administration-page .cst-col-con-grp .page-center .cst-con-col:first-child .cst-inner-col {
		top: -1px !important;
	}
	.hs-client .cst-col-con-grp .page-center .inner-col.clearfix.col-1 {
		margin-left: 13.947%;
		width: 68.334%;
		margin-right: 17.715%;
	}
	.servicesinsurance-partner-networksection-125-plans-page.hs-client .cst-bottom-pane-grp .page-center .inner-col .left-col {
		width: 25%;
	}
	.servicesinsurance-partner-networksection-125-plans-page.hs-client .cst-bottom-pane-grp .page-center .inner-col .center-col {
		width: 72%;
	}
	.servicesinsurance-partner-networksection-125-plans-page.hs-client .cst-bottom-pane-grp .page-center .inner-col .rght-col {
		width: 25%;
	}
	.servicesinsurance-partner-networkmedical-dental-insurance-page .cst-col-con-grp .page-center .inner-col.clearfix.col-1 {
		margin-left: 16.491%;
		width: 66.93%;
		margin-right: 16.575%;
	}
	.servicesinsurance-partner-networkmedical-dental-insurance-page .cst-bottom-pane-grp .page-center .inner-col .center-col {
		width: 72%;
	}
	.servicesinsurance-partner-networkmedical-dental-insurance-page .cst-bottom-pane-grp .page-center .inner-col .left-col {
		width: 25%;
	}
	.servicesinsurance-partner-networkmedical-dental-insurance-page .cst-bottom-pane-grp .page-center .inner-col .rght-col {
		width: 25%;
	}

	.hs-labr .cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .left-col {
		width: 39.678%;
	}
	.hs-labr .cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .rght-col {
		width: 60.322%;
	}
	.hs-insurance .cst-bottom-pane-grp .page-center .inner-col .left-col {
		width: 25%;
	}
	.hs-insurance .cst-bottom-pane-grp .page-center .inner-col .center-col {
		width: 70.877%;
	}
	.hs-insurance .cst-bottom-pane-grp .page-center .inner-col .rght-col {
		width: 21.615%;
	}
	.servicespayroll-page .cst-col-con-grp .page-center .inner-col.clearfix.col-2 .cst-con-col:nth-child(2) {
		padding: 10px;
	}
	.servicesclient-services-page .cst-col-con-grp .page-center .inner-col.clearfix.col-2 .cst-con-col:last-child {
		padding: 10px;
	}
	.serviceshuman-resource-management-page .cst-col-con-grp .page-center .inner-col.clearfix.col-2 .cst-con-col:nth-child(2) {
		padding: 0 10px;
	}
	.servicesbenefits-administration-page .cst-col-con-grp .page-center .inner-col.clearfix.col-2 .cst-con-col:nth-child(2) {
		width: 52.122%;
		padding: 10px;
	}
	.servicesbenefits-administration-page .cst-col-con-grp .page-center .inner-col.clearfix.col-2 .cst-con-col:nth-child(1) {
		width: 47.842%;
		align-items: center;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_error_rollup {
		padding-right: 16px;
	}

	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_subject.hs-subject.hs-fieldtype-select.field.hs-form-field ul.hs-error-msgs {
		width: calc(50% - 8px) !important;
	}

}



@media (min-width: 1025px) {
	.hs-client .cst-bottom-pane-grp .page-center .inner-col .left-col {
		width: 33.333%;
	}
	.hs-client .cst-bottom-pane-grp .page-center .inner-col .center-col {
		width: 61.93%;
	}
	.hs-client .cst-bottom-pane-grp .page-center .inner-col .rght-col {
		width: 30.262%;
	}
	.servicesbenefits-administration-page .cst-banner-area-grp .page-center .inner-col {
		width: 52.807%;
		margin: 0 auto;
		padding-right: 1px;
	}
	.servicesinsurance-partner-networkmedical-dental-insurance-page .cst-banner-area-grp .page-center .inner-col {
		width: 50%;
		margin: 0 auto;
	}
	.hs-insurance .cst-banner-area-grp .page-center .inner-col {
		width: 50%;
		margin: 0 auto;
	}


	.servicesinsurance-partner-networklife-disability-insurance-page .cst-banner-area-grp .page-center .inner-col {
		width: 50%;
		margin: 0 auto;
	}
	.hs-labr .cst-banner-area-grp .page-center .inner-col {
		width: 50%;
		margin: 0 auto;
	}
	.about-usour-team-page .cst-bottom-pane-grp .page-center .inner-col .left-col {
		width: 25%;
	}
	.about-usour-team-page .cst-bottom-pane-grp .page-center .inner-col .center-col {
		width: 50%;
	}
	.about-usour-team-page .cst-bottom-pane-grp .page-center .inner-col .rght-col {
		width: 25%;
	}
	.servicespayroll-page .cst-bottom-pane-grp .page-center .inner-col .left-col {
		width: 25%;
	}
	.servicespayroll-page .cst-bottom-pane-grp .page-center .inner-col .center-col {
		width: 66.491%;
	}
	.servicespayroll-page .cst-bottom-pane-grp .page-center .inner-col .rght-col {
		width: 26.001%;
	}
	.servicesclient-services-page .cst-banner-area-grp .page-center .inner-col {
		width: 44.649%;
		margin-left: 25%;
		margin-right: 30.351%;
	}
	.servicesbenefits-administration-page .cst-bottom-pane-grp .page-center .inner-col .left-col {
		width: 25%;
	}
	.servicesbenefits-administration-page .cst-bottom-pane-grp .page-center .inner-col .center-col {
		width: 68.684%;
	}
	.servicesbenefits-administration-page .cst-bottom-pane-grp .page-center .inner-col .rght-col {
		width: 23.808%;
	}
}



.cst-col-con-grp .page-center .inner-col.clearfix.col-1 .cst-con-col {
	width: 100%;
	text-align: center;
}
.cst-col-con-grp .page-center .inner-col.clearfix.col-1 .cst-con-col .cst-inner-col .cst-title-col .cst-top-title-col-sec h2 {
	text-align: center;
}
.cst-col-con-grp .page-center .inner-col.clearfix.col-1 .cst-con-col .cst-divider .elementor-divider {
	text-align: center !important;
}
.cst-col-con-grp .page-center .inner-col.clearfix.col-2 .cst-con-col {
	width: 50%;
}

.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs-form-field> ul.hs-error-msgs label {
	padding: 0;
}
.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs-form-field> ul.hs-error-msgs {
	order: 5;
	width: 100%;
	margin: 20px 0 0!important;
}
.hs-abt .hs-abt-r1-c1-flexi strong {
	color: #00b0f0;
	font-weight: normal;
}

.hs-abt .hs-abt-r1-c1-flexi {
	font-size: 12pt;
	font-family: Arial, sans-serif;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

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

	.cst-header-top-grp {
		padding: 0 20px;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-col {
		width: 83%;
	}
	.about-usour-team-page .cst-bottom-pane-grp .page-center .inner-col .left-col {
		width: 8.33%;
	}
	.about-usour-team-page .cst-bottom-pane-grp .page-center .inner-col .center-col {
		width: 83%;
	}
	.about-usour-team-page .cst-bottom-pane-grp .page-center .inner-col .rght-col {
		width: 8.33%;
	}

}

@media (max-width: 1024px) {

	.cst-header-top-grp {
		display: none;
	}

	.header-container-wrapper {
		min-height: 0;
	}

	.cst-header-nav-grp .page-center .cst-logo {
		padding: 0;
	}

	.cst-header-nav-grp .page-center {
		padding: 0 0px;
	}

	.cst-header-nav-grp .page-center .cst-menu-col {
		max-width: 75%;
		width: 100%;
	}

	.cst-header-nav-grp .page-center .custom-menu-primary {
		width: 100%;
	}

	.cst-header-nav-grp .page-center .menu-col {
		max-width: 100%;
		padding: 0;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0 20px;
	}

	.cst-header-nav-grp .page-center .cst-logo {
		width: 100%;
		max-width: 50%;
	}
	.cst-header-nav-grp .page-center .cst-menu-col .mobile-trigger {
		float: right;
		display: flex !important;
		align-items: center;
		height: 100%;
		font-size: 24px;
		font-weight: 400;
		line-height: 1;
		cursor: pointer;
		color: #2a2d2e;
		background-color: rgba(255,255,255,0);
	}
	.cst-header-nav-grp .page-center .cst-menu-col {
		max-width: 50%;
		width: 100%;
		position: relative;
	}
	.hs-contact-r2-grp {
		padding: 100px 25px 100px 25px;
	}
	.hs-contact-r2-grp .page-center .hs-contact-r2-c1-grp .hs-contact-r2-c1-left-col {
		width: 45%;
	}
	.hs-contact-r2-grp .page-center .hs-contact-r2-c1-rght-col {
		width: 55%;
	}
	.hs-contact-r2-grp .page-center .hs-contact-r2-c1-grp .hs-contact-r2-c1-left-col>div {
		padding: 0px 15px 0px 0px;
	}
	.hs-contact-r2-grp .page-center .hs-contact-r2-c1-rght-col>div {
		padding: 0px 0px 0px 15px;
	}
	.cst-contact-det-grp .inner-col > div:last-child {
		margin: 0px 0px 0px 10px;
	}

	.hs-homepage .cst-banner-area-grp .page-center .inner-col,
	.cst-bottom-pane-grp .page-center .inner-col .center-col{
		width: 83%;
	}
	.hs-homepage .cst-banner-area-grp .page-center .rght-col,
	.cst-bottom-pane-grp .page-center .inner-col .left-col,
	.hs-homepage .cst-banner-area-grp .page-center .left-col,
	.cst-bottom-pane-grp .page-center .inner-col .rght-col {
		width: 8.33%;
	}
	.hs-homepage .body-container-wrapper {
		margin-top: -1px;
	}
	.cst-home-two-rght-image .page-center .inner-col .cst-rght-col-image {
		align-items: center;
	}
	.cst-home-ideo-pop-grp .page-center {
		min-height: 122px;
	}
	.cst-one-col-top-image-grp {
		padding: 100px 25px 100px 25px;
	}
	.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item .inner-wrapper {
		margin: 12px 12px 12px 12px;
		padding: 0px 0px 0px 0px;
	}
	.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item .inner-wrapper .content-box p.elementor-image-box-description {
		font-size: 14px;
	}
	.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item:nth-child(2) .inner-wrapper {
		padding: 0px 6px 0px 6px;
		margin: 0px 0px 0px 0px;
	}
	.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item:last-child .inner-wrapper {
		padding: 0px 0px 0px 12px;
		margin: 0px 0px 0px 0px;
	}
	.cst-testimonial-grp {
		padding: 100px 25px 100px 25px;
	}
	.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col .cst-testimonial-items .cst-testimonial-co .cst-container-box {
		padding: 0px 30px 0px 30px;
	}
	.hs-homepage .cst-banner-area-grp .page-center {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.hs-rces-r1-grp {
		padding: 100px 25px 100px 25px;
	}
	.cst-payroll-r1-grp .cst-testimonial-grp {
		padding: 50px 50px 50px 50px;
	}
	.servicesinsurance-partner-networklife-disability-insurance-page .hs-ntwrk-r2-grp.grey .page-center {
		padding: 20px 20px 20px 20px;
	}
	.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner .cst-content .description {
		font-size: 14px;
	}
	.cst-service-grp {
		padding: 100px 25px 100px 25px;
	}
	.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec {
		padding: 0px 6px 0px 6px;
	}
	.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items:nth-child(2) .inner-sec {
		padding: 30px;
	}
	.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items:nth-child(3) .inner-sec {
		margin: 12px 12px 12px 12px;
		padding: 0px 0px 0px 0px;
	}
	.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items:nth-child(4) .inner-sec {
		padding: 0px 0px 0px 12px;
	}
	.hs-insurance .cst-bottom-pane-grp .page-center .inner-col .left-col {
		width: 8.33%;
	}
	.hs-insurance .cst-bottom-pane-grp .page-center .inner-col .center-col {
		width: 83%;
	}
	.hs-insurance .cst-bottom-pane-grp .page-center .inner-col .rght-col {
		width: 8.33%;
	}
	.cst-header-nav-grp.hidden-phone.sticky-hea {
		display: none!important;
	}
	.hs-home-r2-grp .page-center .hs-home-r2-c2-flexi .cst-title-col .cst-top-title-col-sec h3 {
		text-align: center!important;
	}
	.hs-home-r3-flexi {
		padding: 100px 25px 100px 25px;
	}
	.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner {
		padding: 20px 20px 20px 20px;
		text-align: center;
	}
	.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner .cst-content .cst-heading-grp .cst-heading {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.hs-labr .cst-testimonial-grp {
		padding: 50px 50px 50px 50px;
	}
}


@media (max-width: 1024px) and (min-width: 768px) {
	.servicesinsurance-partner-networksection-125-plans-page.hs-client .cst-bottom-pane-grp .page-center .inner-col .left-col {
		width: 8.33%;
	}
	.servicesinsurance-partner-networksection-125-plans-page.hs-client .cst-bottom-pane-grp .page-center .inner-col .center-col {
		width: 83%;
	}
	.servicesinsurance-partner-networksection-125-plans-page.hs-client .cst-bottom-pane-grp .page-center .inner-col .rght-col {
		width: 8.33%;
	}
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

	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"],
	input[type="file"],
	textarea,
	select {
		max-width: 100% !important;
		line-height: 2;
		min-height: 2rem;
	}
	.email-edit.hs-input {
		min-width: 100%;
		width: 100%;
	}
	.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
		float: none;
		margin-left:0;
	}

	.hs-featured-image {
		float: none;
		margin: 0 0 20px 0px;
		max-width: 100%;
	}

	.section.post-body .hs_cos_wrapper_type_rich_text img {
		float: none!important;
		margin-right: 0!important;
		margin-bottom: 10px;
	}
	.cst-header-nav-grp .page-center .cst-menu-col .mobile-trigger {
		padding: 10px 10px 10px 10px;
	}
	.cst-banner-area-grp .page-center .inner-col .banner-content h1, h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
	.custom-menu-primary .hs-menu-wrapper>ul li a {
		padding: 15px 20px 15px 20px;
	}

	form, .hs-form {
		max-width: 100%;
	}
	.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-compny,
	.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-service, 
	.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-image {
		width: 100%!important;
		max-width: 100%;
		text-align: center;
	}
	.cst-footer .page-center .cst-footer-inner .cst-footer-top .row-fluid-wrapper .row-fluid {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-image .cst-image-footer {
		padding: 60px 0px 0px 0px;
		margin-bottom: -1px;
	}
	.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-compny .cst-cmpny-content {
		width: 100%;
	}
	.cst-footer .page-center .cst-footer-inner .cst-footer-top .row-fluid-wrapper .row-fluid div {
		width: 100%;
	}
	.cst-footer-social {
		margin-bottom: -3px;
	}
	.cst-footer.lp .page-center {
		padding-bottom: 0;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-col {
		width: 100%;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs-form-field {
		padding-right: 0;
		width: 100%!important;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs_lastname.hs-form-field>label,
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_name_last.hs-name_last.hs-fieldtype-text.field.hs-form-field > label {
		display: none;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2:first-child .hs-form-field>label {
		margin-bottom: 14px;
	}

	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs-form-field>.hs-field-desc {
		margin-bottom: 9px;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset.form-columns-2 .hs-form-field>.hs-field-desc {
		margin-bottom: 9px;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field .input .hs-input {
		margin-top: 2px;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field legend.hs-field-desc,
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_name_first.hs-name_first.hs-fieldtype-text.field.hs-form-field legend.hs-field-desc,
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_name_last.hs-name_last.hs-fieldtype-text.field.hs-form-field legend.hs-field-desc {
		margin-bottom: 0;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
		margin-top: 18px;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs-richtext h3 {
		margin-top: -2px;
		margin-bottom: 7px;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_name_first.hs-form-field > label {
		margin-bottom: 12px;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_name_first.hs-name_first.hs-fieldtype-text.field.hs-form-field legend.hs-field-desc {
		margin-bottom: 1px;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_emsil.hs-form-field {
		padding-top: 9px;
		margin-bottom: 0!important;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_website.hs-website.hs-fieldtype-text.field.hs-form-field {
		padding-top: 18px;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_comment.hs-form-field {
		padding-right: 0;
		padding-top: 0;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs_comment.hs-form-field textarea {
		height: 120px;
		width: 100%;
		line-height: 1.5;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_submit.hs-submit input[type="submit"],
	.hs-button.primary, input[type="submit"], input[type="button"] {
		margin: 0 16px 0 0;
		width: 100%;
		line-height: 2;
		min-height: 2rem;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_submit.hs-submit {
		padding-bottom: 26px;
	}
	.hs-contact-r2-grp {
		padding: 50px 20px 50px 20px;
	}
	.hs-contact-r2-grp .page-center .hs-contact-r2-c1-grp>.row-fluid-wrapper>.row-fluid {
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.hs-contact-r2-grp .page-center .hs-contact-r2-c1-grp .hs-contact-r2-c1-left-col {
		width: 100%;
		order: 2;
	}
	.hs-contact-r2-grp .page-center .hs-contact-r2-c1-rght-col {
		width: 100%;
		order: 1;
	}
	.hs-contact-r2-grp .page-center .hs-contact-r2-c1-rght-col>div .row-fluid div {
		width: 100%;
	}
	.hs-contact-r2-grp .page-center .hs-contact-r2-c1-rght-col>div .row-fluid div {
		width: 100%;
		display: block;
	}
	.cst-contact-det-grp .inner-col > div:last-child {
		margin: 0px 0px 0px 0px;
	}
	.cst-contact-det-grp .inner-col.col2 .cst-time-item .cst-content-col {
		margin-bottom: 18px;
	}
	.cst-contact-det-grp .inner-col.col2 .cst-follow-item .cst-content-col .inner a.linkedin {
		font-size: 16px;
	}
	.hs-contact-r2-grp .page-center .hs-contact-r2-c1-grp .hs-contact-r2-c1-left-col>div {
		padding: 0px 0px 0px 0px;
	}
	.hs-contact-r2-grp .page-center .hs-contact-r2-c1-grp .hs-contact-r2-c1-left-col>div > div {
		margin: 47px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.hs-contact .cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_company.hs-form-field {
		margin-bottom: 0;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_subject.hs-form-field .input select {
		width: 100% !important;
		min-height: 1px;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_message.hs-form-field {
		padding-right: 0;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form .hs_message.hs-form-field .input textarea {
		height: 120px;
		line-height: 1.5;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner form fieldset .hs-form-field {
		margin: 0;
		padding: 0 0 0 0!important;
	}
	.hs-homepage .cst-banner-area-grp .page-center .rght-col, .cst-bottom-pane-grp .page-center .inner-col .left-col,
	.hs-homepage .cst-banner-area-grp .page-center .left-col, .cst-bottom-pane-grp .page-center .inner-col .rght-col,
	.hs-homepage .cst-banner-area-grp .page-center .inner-col, .cst-bottom-pane-grp .page-center .inner-col .center-col,
	.cst-home-two-rght-image .page-center .inner-col .cst-content-col,
	.cst-home-two-rght-image .page-center .inner-col .cst-rght-col-image,
	.cst-home-ideo-pop-grp .page-center .inner-col .cst-left-col,
	.cst-home-ideo-pop-grp .page-center .inner-col .cst-video-container,
	.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item,
	.hs-abt-r1-grp .page-center.content-wrapper .left-spcer,
	.cst-col-con-grp .page-center .inner-col.clearfix .cst-con-col,
	.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .left-col,
	.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix .rght-col,
  .cst-tema-mem-grp .cst-team-mem-grp.hs-1-col .page-center .inner .cst-team-item,
  .cst-tema-mem-grp .cst-team-mem-grp.hs-2-col .page-center .inner .cst-team-item,
	.cst-tema-mem-grp .cst-team-mem-grp.hs-3-col .page-center .inner .cst-team-item,
  .cst-tema-mem-grp .cst-team-mem-grp.hs-4-col .page-center .inner .cst-team-item,
	.cst-tema-mem-grp .cst-team-mem-grp.hs-5-col .page-center .inner .cst-team-item,
	.cst-two-col-left-image .inner-col .left-col-image,
	.cst-two-col-left-image .inner-col .rght-col-grp,
	.cst-bottom-pane-grp .page-center .inner-col .center-col .center-col-inner > div,
	.cst-two-col-img-grp .inner-col .cst-image-col,
	.cst-two-col-img-grp .inner-col .cst-content-col,
	.hs-insurance .cst-two-col-img-grp.left .inner-col .cst-image-col,
	.hs-insurance .cst-two-col-img-grp.right>.inner-col .cst-content-col,
	.hs-insurance .cst-two-col-img-grp.right>.inner-col .cst-image-col,
	.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items,
	.hs-insurance .cst-bottom-pane-grp .page-center .inner-col .left-col,
	.hs-insurance .cst-bottom-pane-grp .page-center .inner-col .center-col,
	.hs-insurance .cst-bottom-pane-grp .page-center .inner-col .rght-col,
	.hs-insurance .cst-two-col-img-grp.left .inner-col .cst-content-col{
		width: 100%;
	}
	.hs-abt-r1-grp .page-center.content-wrapper .hs-abt-r1-c1-flexi,
  
	.hs-abt-r1-grp .page-center.content-wrapper .rght-spcer{
		max-width: 100%;
	}

	.hs-homepage .cst-banner-area-grp .inner-col .banner-content h1 {
		font-size: 59px;
	}
	.cst-home-two-rght-image .page-center .inner-col,
	.cst-2-col-rgt-vido-grp .page-center .inner-col.clearfix,
	.cst-home-ideo-pop-grp .page-center .inner-col ,
	.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper,
	.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col ,
	.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner,
	.cst-col-con-grp .page-center .inner-col.clearfix ,
	.cst-two-col-img-grp .inner-col,
	.cst-bottom-pane-grp .page-center .inner-col{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.hs-home-r2-grp .page-center .hs-home-r2-c2-flexi {
		max-width: 100%;
	}

	.cst-one-col-top-image-grp {
		padding: 50px 20px 50px 20px;
	}

	.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item .inner-wrapper,
	.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item:nth-child(2) .inner-wrapper,
	.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item:last-child .inner-wrapper {
		margin: 0px 0px 40px 0px;
		padding: 0px 0px 0px 0px;
	}
	.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item:nth-child(2) .inner-wrapper,
	.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper .cst-one-col-top-image-item:last-child .inner-wrapper {
		margin: 0px 0px 40px 0px;
		padding: 25px 0px 0px 0px;
	}
	.hs-homepage .cst-banner-area-grp {
		padding: 144px 0px 243px 0px;
	}
	.cst-home-two-rght-image .page-center .inner-col .cst-content-col .cst-inner-col .content-sec {
		margin: 0px 0px 20px 0px;
	}
	.cst-home-ideo-pop-grp .page-center .inner-col .cst-video-container {
		margin-bottom: 4px;
	}
	.cst-one-col-top-image-grp .page-center .cst-one-col-image-grp .inner .outer-wrapper:nth-child(2) .cst-one-col-top-image-item .inner-wrapper {
		margin: 0px 0px 40px 0px;
		padding: 25px 0px 0px 0px;
	}
	.cst-testimonial-grp {
		padding: 100px 20px 100px 8px;
	}
	.cst-testimonial-grp .page-center .cst-top-header h2 {
		font-size: 30px;
	}
	.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-1 {
		padding: 15px 0px 0px 0px;
	}
	.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 {
		padding: 15px 0px 0px 0px;
	}

	.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col .cst-testimonial-items {
		width: 100%;
	}
	.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col .cst-testimonial-items .cst-testimonial-co {
		padding: 51px 0px 0px 0px;
	}
	.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col .cst-testimonial-items .cst-testimonial-co .cst-container-box {
		padding: 0px 20px 0px 20px;
	}
	.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col .cst-testimonial-items .cst-testimonial-co .cst-testimonial-content {
		color: #000000;
		font-size: 16px;
		font-weight: 300;
		line-height: 2em;
	}
	.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col .cst-testimonial-items:last-child .cst-testimonial-co {
		padding: 3px 0 0 0;
	}
	.cst-testimonial-grp .page-center .cst-testimonial-container.cst-col-2 .inner-col .cst-testimonial-items:last-child .cst-testimonial-co .cst-container-box {
		padding: 0px 30px 0px 30px;
	}




	.cst-two-col-img-grp .inner-col .cst-image-col .cst-bg-col {
		height: 440px;
	}
	.cst-two-col-img-grp .inner-col .cst-content-col .inner-col .inner-col-inner {
		padding: 20px 20px 20px 20px;
	}

	.cst-two-col-img-grp .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap .content,
	.cst-two-col-img-grp .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap .cst-btn-col {
		text-align: center;
	}

	.hs-rces-r1-grp {
		padding: 50px 20px 50px 20px;
	}

	.cst-video-grp .cst-video-items .cst-video-inner-grp {
		padding: 20px 0px 0px 0px;
	}
	.hs-rces-r2-grp .cst-title-col .cst-top-title-col-sec.white-papers h2 {
		text-align: center!important;
	}

	.hs-rces-r3-grp .page-center .hs-rces-r3-c1-flexi>span, .hs-rces-r3-grp .page-center .hs-rces-r3-c2-flexi>span {
		padding: 0;
		display: block;
	}
	.hs-rces-r3-grp .page-center .hs-rces-r3-c1-flexi, .hs-rces-r3-grp .page-center .hs-rces-r3-c2-flexi {
		width: 100%;
		margin-left: 0;
	}
	.hs-rces-r3-grp .page-center .hs-rces-r3-c1-flexi>span .hs_cos_wrapper_type_rich_text,
	.hs-rces-r3-grp .page-center .hs-rces-r3-c2-flexi>span .hs_cos_wrapper_type_rich_text {
		margin: 0px 0px 0px 0px;
	}

	.hs-insurance .cst-two-col-img-grp.right>.inner-col .cst-content-col .inner-col .inner-col-inner .content {
		text-align: left;
	}

	.cst-payroll-r1-grp .cst-testimonial-grp {
		padding: 50px 30px 50px 30px;
	}

	.cst-payroll-r1-grp .cst-testimonial-grp .cst-testimonial-items {
		padding: 10px;
	}
	.cst-payroll-r1-grp .cst-testimonial-grp .cst-testimonial-container.cst-col-1 {
		padding: 0 0 0 0;
	}
	.hs-client .one-col-content-grp .page-center {
		max-width: 100% !important;
	}
	.hs-client .one-col-content-grp {
		padding: 0px 15px 100px 15px;
	}
	.hs-client.servicesbenefits-administration-page .cst-payroll-r1-grp.hs-client > span > div:last-child .one-col-content-grp {
		padding: 100px 75px 100px 75px;
	}
	.hs-ntwrk-r1-grp .cst-col-con-grp .page-center .inner-col.clearfix.col-1 {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.cs-partner-logo-grp .logo-container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cs-partner-logo-grp .logo-container .logo-items {
		width: 100%!important;
	}
	.servicesinsurance-partner-networklife-disability-insurance-page .hs-ntwrk-r2-grp.grey .page-center .hs-partner-ntwrkr1-c1 .hs_cos_wrapper_type_rich_text {
		text-align: center;
	}

	.cst-col-con-grp .page-center .inner-col.clearfix.col-2 .cst-con-col {
		width: 100%;
	}
	.cst-two-col-left-image .inner-col {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cst-two-col-left-image .inner-col .rght-col-grp {
		text-align: center;
		min-height: 425px;
	}
	.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner {
		padding: 20px;
	}
	.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner .cst-content .cst-heading-grp .cst-heading {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.cst-two-col-left-image .inner-col .rght-col-grp .cst-inner-grp .cst-inner {
		padding: 20px;
	}
	.hs-labr .cst-testimonial-grp {
		background-color: #fff;
		padding: 50px 30px 50px 30px;
	}
	.hs-button.primary, input[type="submit"], input[type="button"] {
		margin: 20px 16px 10px 0;
		width: 100%;
		line-height: 2;
		min-height: 2rem;
		margin-right: 0!important;
	}
	.hs-insurance .hs-ntwrk-r1-grp .cst-col-con-grp .page-center .inner-col.clearfix.col-1 {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.hs-insurance .cst-two-col-img-grp.left .inner-col .cst-image-col .cst-bg-col,
	.hs-insurance .cst-two-col-img-grp.right>.inner-col .cst-image-col .cst-bg-col {
		height: auto;
	}
	.hs-insurance .cst-two-col-img-grp.left .inner-col .cst-content-col .inner-col .inner-col-inner .inner-col-wrap .content {
		text-align: left;
	}
	.cst-service-grp {
		padding: 50px 20px 50px 20px;
	}
	.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items .inner-sec {
		margin: 0px 0px 40px 0px;
		padding: 25px 0px 0px 0px;
	}
	.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items:nth-child(2) .inner-sec {
		margin: 0;
	}
	.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items:nth-child(3) .inner-sec {
		margin: 0px 0px 40px 0px;
	}
	.cst-service-grp .page-center .cst-serv-col-grp .cst-serv-col-inner .cst-service-items:nth-child(4) .inner-sec {
		margin: 0px 0px 40px 0px;
		padding: 25px 0px 0px 0px;
	}
	.hs-404-page .cst-body-content-grp .page-center.content-wrapper .custom_error_message .hs_cos_wrapper_type_rich_text h1 {
		font-size: 40px;
	}

	.hs-home-r3-flexi {
		padding: 100px 20px 100px 8px;
	}

	.cst-tema-mem-grp .cst-team-mem-grp .page-center .inner {
		display: block !important;
	}
	.pum-theme-808 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
		right: -15px !important;
	}
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {

	.hs_recaptcha {
		overflow-y: auto;
	}
	.checkbox-row span.fakelabel span {
		float: none;
		margin-left: 0;
		padding-left: 20px;
		text-align: left;
		display: block;
	}

	.subscribe-options p label {
		margin: 4px 0;
	}

	.subscribe-options label > input {
		float: left;
	}
	.cst-header-nav-grp .page-center .menu-col {
		min-height: 83.33px;
	}
	.cst-footer .page-center .cst-footer-inner .cst-footer-top .cst-footer-image .cst-image-footer {
		margin-bottom: 0;
	}
	.cst-refral-form-grp .page-center .inner-col .cst-top-col-content h3,
	.cst-refral-form-grp .page-center .inner-col .cst-form-wrapper .cst-form-inner .form-title h3, h3,
	.cst-home-ideo-pop-grp .page-center .inner-col .cst-left-col .cst-inner-col .cst-inner .cst-sub-title h3 {
		font-size: 20px;
	}
	.hs-homepage .cst-banner-area-grp {
		padding: 150px 0px 250px 0px;
	}

	.hide-mobile {
		display: none !important;
	}
	.show-mobile {
		display: block !important;
	}
}



@media (max-width: 350px) {
	.cst-header-nav-grp .page-center .cst-logo img {
		max-width: 220px;
		width: 100%;
	}
	.cst-header-nav-grp .page-center .cst-logo div,
	.cst-header-nav-grp .page-center .cst-logo span {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
	}

}

/* MAD STYLING */

/* MAD STYLING */

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

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light li {
  color: #fff !important;
}
.text-light,
.text-light p,
.text-light span{
    color: #fff !important;
}

.text-light a {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}

.text-light a:hover {
  text-decoration: none;
  border-bottom-color: #fff !important;
}
/* HORIZONTAL SPACERS */

.horz-space-10px {
	display: block;
	height: 10px;
}

.horz-space-sm {
	display: block;
	height: 20px;
}

.horz-space-md {
	display: block;
	height: 40px;
}

.horz-space-lg {
	display: block;
	height: 60px;
}

.horz-space-xl {
	display: block;
	height: 100px;
}

/* SHOW/HIDE TABLET */

@media (max-width: 768px) { 

	.hide-tablet {
		display: none !important;
	}

	.show-tablet {
		display: block !important;
	}

	/* MAD Paddings */
	.padding10tb { padding: 10px 0px; }
	.padding20tb { padding: 20px 0px; }
	.padding20all { padding: 20px; }
	.padding40tb { padding: 40px 0px; }
	.padding60tb { padding: 60px 0px; }
	.padding80tb { padding: 80px 0px; }
	.padding100tb { padding: 100px 0px; }

	@media (max-width: 479px) {
		.padding40tb,
		.padding60tb,
		.padding80tb,
		.padding100tb 
		{ padding: 30px 0px; } 
	}