/* ==========================================================================
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('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,700&display=swap');
@import url('//fonts.googleapis.com/css?family=Oswald:300&display=swap');
@import url('//fonts.googleapis.com/css?family=Staatliches&display=swap');

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

@font-face {
  font-family: "icomoon";
  src: url("//cdn2.hubspot.net/hubfs/5336910/Sense_June2019%20Theme/Fonts/icomoon.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5336910/Sense_June2019%20Theme/Fonts/icomoon.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/5336910/Sense_June2019%20Theme/Fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "iconsmind";
  src: url("//cdn2.hubspot.net/hubfs/5336910/Sense_June2019%20Theme/Fonts/iconsmind.eot?qnd6ae#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/5336910/Sense_June2019%20Theme/Fonts/iconsmind.ttf?qnd6ae") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/5336910/Sense_June2019%20Theme/Fonts/iconsmind.woff?qnd6ae") format("woff");
  font-style: normal;
  font-weight: normal;
}


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

/* 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 Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  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;
}
.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.com/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.com/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, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  overflow-y: scroll;
  max-width: 100%;
}
body {
  background: #fff;
  color: #29235c;
  font-family: Oswald, arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

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

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


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


/* Basic text */
p {
  padding-bottom: 1.5em;
  margin:0;
  -webkit-font-smoothing: subpixel-antialiased;
} 
small {
  font-size: 100%;
}
strong {
  font-family: Oswald, arial, sans-serif;
  font-weight: 600;
}
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 {
  color: #29235c;
  font-family: 'Staatliches', cursive;
  font-weight: 300;
  margin-top:0;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 70px;
  line-height: 84px;
  margin-bottom: 7px;
}
h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 1em;
}
h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
h4 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 8px;
}
h5 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 7px;
}
h6 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 7px;
}

/* Anchor Links */
a { 
  color: #29235c;
  text-decoration: none;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
a:hover, a:focus { 
  color: inherit;
  text-decoration:none; 
}

/* Lists */
ul, ol {
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top:0;
  padding: 0;
}
ul li,
ol li{
  list-style-position: outside;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i[class*="fa-"], span[class*="fa-"] {
  display: inline-block;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
}
[class^="iconsmind-"], [class*=" iconsmind-"] {
  font-family: 'iconsmind' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =============== 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 {}
.header-container {}

.site-wrapper{
  -ms-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  transform-origin: right;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.mobile-open .site-wrapper {
  -ms-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transform: scale(0.835) translateX(-446px) translateZ(0);
  -webkit-transform: scale(0.835) translateX(-446px) translateZ(0);
  transform: scale(0.835) translateX(-446px) translateZ(0);
}
div.site-wrapper.wrapper-col {
  height: 100vh;
}

.header-container .widget-type-global_group {
  min-height: 0;
}
.header-container .page-center {
  max-width: 1400px !important;
}
.custom-header-group {
  width: 100% !important;
  top: 0px;
  left: 0px;
  position: fixed;
  padding: 28px 0 0 0;
  z-index: 2005;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  animation: fadeIn 500ms;
}

li.slide-out-widget-area-toggle .custom-overlay-bg {
  width: 50px;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 19px;
  left: -6px;
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; }
}
.custom-header-group .page-center {
  position: relative;
}
.starting-logo.dark-version.default-logo {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.custom-header-right-content .left-button-link {
  float: right;
}
.custom-header-right-content ul {
  margin-left: 30px;
  transition: padding 0.8s ease;
  -webkit-transition: padding 0.8s ease;
  -moz-transition: padding 0.8s ease;
  min-height: 1px;
  line-height: 1px;
  list-style: none;
  margin: 0;
}
.custom-header-right-content ul li {
  margin: 0 14px;
  padding-bottom: 38px;
  padding-top: 38px;
  line-height: 12px;
  position: relative;
  transition: margin 0.25s ease;
  float:left;
}
.custom-header-right-content ul li:first-child {
  margin-left: 0;
}
.custom-header-right-content ul li a {
  line-height: 22px;
  margin: 0 7px;
  color: #ffffff;
  opacity: 0.75;
  transition: opacity 0.2s ease,color 0.2s ease;
  padding: 0;
  font-size: 12px;
}
.custom-header-right-content ul li#social-in-menu a i {
  color: inherit;
  transition: transform 0.25s ease,opacity 0.2s ease;
  -webkit-transition: -webkit-transform 0.25s ease,opacity 0.2s;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  display: inline-block;
}

#social-in-menu i {
  font-size: 30px;
  line-height: 30px;
  height: auto;
  width: 38px;
  margin-bottom: -3px;
}
#social-in-menu a:hover{
  opacity:1;
}
#social-in-menu a:hover i {
  transform: none;
  color: #951b81;
}
.custom-header-right-content ul li#social-in-menu a:hover i{
  transform: none;
  color: #951b81;
}

/* Mobile Trigger */
.custom-header-right-content ul li.slide-out-widget-area-toggle {
  padding-bottom: 38px;
  padding-top: 38px;
  margin: 0 0 0 15px;
  position: relative;
  transition: margin 0.25s ease;
  line-height: 12px;
}
.custom-header-right-content ul li.slide-out-widget-area-toggle a {
  padding-left: 23px;
  padding: 0;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  width: 34px;
  line-height: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}
.slide-out-widget-area-toggle a:hover {
  opacity: 1;
}

.slide-out-widget-area-toggle a span:not(.close-line) {
  width: 30px;
  overflow: hidden;
}
.slide-out-widget-area-toggle a > span {
  position: relative;
  transition: -webkit-transform 0.33s 0s ease;
  transition: transform 0.33s 0s ease;
  transform-origin: center;
  display: block;
  height: 21px;
}
.lines-button {
  transition: .3s;
  cursor: pointer;
  line-height: 0px!important;
  top: 9px;
  position: relative;
  font-size: 0px!important;
  user-select: none;
  display: block;
}
.lines-button {
  top:11px!important;
}

.slide-out-widget-area-toggle a span .lines-button.hover-effect {
  left: -40px;
  margin-top: -2px;
}

.lines {
  display: block;
  width: 1.4rem;
  height: 3px;
  background-color: #ecf0f1;
  transition: 0.3s;
  position: relative;
}
.lines-button.x2 .lines {
  transition: background 0.2s ease,opacity 0.2s ease;
}
.lines{
  height:2px;
  width: 2rem;
  border-radius: 2px;		
}
.lines-button .lines{
  background-color: transparent!important;	
}

.lines-button:after {
  height: 2px;
  background-color:#fff;
  display: inline-block;
  width: 1.4rem;
  height: 2px;
  transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
  -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
  position: absolute;
  left: 0;
  top: 0px;
  content: '';
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
}
.lines-button:after {
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.04s, background-color 0.2s ease, opacity 0.2s ease!important;
}
.lines-button:after {
  height: 2px;
  top: 0px;
  width: 2rem;
  border-radius: 2px;
}
.lines:before, .lines:after {
  display: block;
  width: 1.4rem;
  height: 2px;
  background: #ffff;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.142rem center;
  transform-origin: 0.142rem center;
}
.lines:before {
  width: 1rem;
  top: 8px;
}
.lines-button i:before {
  background-color: #ffffff!important;
}
.lines:before {
  width: 1.4rem;
}
.lines:before {
  top: 9px;
}
.lines:before {
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease,opacity 0.2s ease!important;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.4s 0.45s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: top 0.4s 0.45s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
}
.slide-out-widget-area-toggle a i.lines:after {
  background-color:#fff;
}
.lines:after {
  width: 32px;
  top: -8px;
}
.lines:before {
  top: 8px;
}

.slide-out-widget-area-toggle a:hover span{
  opacity: 1;
  color: #ffffff;

}
.slide-out-widget-area-toggle a:hover line{
  opacity: 1;
}
.slide-out-widget-area-toggle a:hover .lines:before,
.slide-out-widget-area-toggle a:hover .lines:after{
  transform: translateX(40px);

}
.slide-out-widget-area-toggle a i.lines, 
.slide-out-widget-area-toggle a:hover .close-line, 
.slide-out-widget-area-toggle a:hover i.lines-button:after, 
.slide-out-widget-area-toggle a:hover i.lines, 
.slide-out-widget-area-toggle a:hover i.lines:before, 
.slide-out-widget-area-toggle a:hover i.lines:after {
  opacity: 1!important;
}

.slide-out-widget-area-toggle a i.lines, 
.slide-out-widget-area-toggle a:hover .close-line, 
.slide-out-widget-area-toggle a:hover i.lines-button:after, 
.slide-out-widget-area-toggle a:hover i.lines, 
.slide-out-widget-area-toggle a:hover i.lines:before, 
.slide-out-widget-area-toggle a:hover i.lines:after {
  opacity: 1!important;
}

.slide-out-widget-area-toggle a:hover .lines-button:after, 
.slide-out-widget-area-toggle a:hover .lines:before, 
.slide-out-widget-area-toggle a:hover .lines:after{
  transform: translateX(40px);
}
.custom-overlay-bg {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1001;
  display:none;
}
.mobile-open .custom-overlay-bg {
  display:block;
  z-index:2002;
}


/* Open Menu Header */
.without-banner .custom-header-group{
  background-color: rgba(255,255,255,0.90);
  padding: 16px 0 6px 0
}
.mobile-open.scrol-header .custom-header-group{
  background-color: rgba(255,255,255,0.90);
}

.without-banner .custom-header-group {
  background: #fff;
}
.without-banner .starting-logo.default-logo{
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.without-banner #logo .starting-logo.dark-version.default-logo{
  opacity: 1;
  visibility: visible;
  max-width: 178.594px;
}
.without-banner .custom-header-right-content ul li a{
  color: #29235c;
  opacity: 1;
}
.without-banner li#social-in-menu{
  position: relative;
  top: -4px;
}

.without-banner .slide-out-widget-area-toggle a:hover i.lines, 
.without-banner .slide-out-widget-area-toggle a:hover i.lines:after, 
.without-banner .slide-out-widget-area-toggle a:hover .lines-button:after, 
.without-banner .slide-out-widget-area-toggle a:hover i.lines:before{
  background-color: #951b81!important;
}
.without-banner .slide-out-widget-area-toggle a i.lines:after{
  background-color: #29235c!important;
}
.without-banner .lines-button i:before{
  background-color: #29235c!important;
}
.without-banner .lines-button .lines{
  background-color: #29235c!important;
}
.without-banner .custom-header-right-content ul li.slide-out-widget-area-toggle{
  padding-top: 35px;
}
.without-banner .lines-button:after{
  background: transparent !important;
}

.without-banner .header-container-wrapper {
  min-height: 125px;
}


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

.body-container-wrapper {
  background: #fff;
}


.body-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
  background:#fff;
}

.banner-area-wrp {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
  margin-left:-10px;
  margin-right:-10px;
  min-height:180px;
}
.banner-area-wrp .page-center{
  padding-top: calc(100vw * 0.10) !important;
  padding-bottom: calc(100vw * 0.10) !important;
}

.bg-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  backface-visibility: hidden;
}
.banner-area-wrp .page-center {
  padding-top: calc(100vw * 0.10);
  padding-bottom: calc(100vw * 0.10);
  max-width: 1100px !important;
}
.banner-content-wrp {
  position: relative;
  z-index: 99;
}
.banner-content-wrp h1 {
  font-size: 4em;
  margin-top: 50px;
  line-height: 1;
  font-family: 'Staatliches', cursive;
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-bottom: 7px;
  letter-spacing: 0;
}
.banner-content-wrp h3 {
  font-weight: 300;
  font-family: 'Staatliches', cursive;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  letter-spacing: 0px;
  margin: 0;
}

.hs-mig-layout .body-container {
  padding-top: 0;
}
.without-banner.hs-mig-layout .body-container {
  padding-top: calc(100vw * 0.05);
}
.hs-mig-layout .banner-area-wrp {
  margin-bottom: calc(100vw * 0.05);
}


div#hs-eu-cookie-confirmation {
  display: block;
  visibility: hidden;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  line-height: 20px;
  left: 0;
  text-align: center;
  bottom: 0;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  visibility: visible;
}
div#hs-eu-cookie-confirmation-inner {
  padding: 10px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}	
#hs-eu-cookie-confirmation-inner p {
  margin: 0;
  padding: 0;
}
div#hs-en-cookie-confirmation-buttons-area {
  margin-top: 10px;
}
div#hs-en-cookie-confirmation-buttons-area a {
  font-family: sans-serif;
  line-height: 18px;
  padding: 2px 12px;
  background: linear-gradient(to bottom,#FEFEFE,#F4F4F4) repeat scroll 0 0 #F3F3F3;
  border-color: #BBB;
  color: #333;
  text-shadow: 0 1px 0 #FFF;
  -moz-box-sizing: border-box;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  margin-left: 10px;
}

div#hs-en-cookie-confirmation-buttons-area a:hover {
  background: linear-gradient(to bottom,#FFFFFF,#F3F3F3) repeat scroll 0 0 #F3F3F3;
  border-color: #999;
  color: #222;
}

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


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

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

.custom-footer-group {
  background: #951b81;
  background: -moz-linear-gradient(left, #951b81 0%, #29235c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #951b81), color-stop(100%, #29235c));
  background: -webkit-linear-gradient(left, #951b81 0%, #29235c 100%);
  background: -o-linear-gradient(left, #951b81 0%, #29235c 100%);
  background: -ms-linear-gradient(left, #951b81 0%, #29235c 100%);
  background: linear-gradient(to right, #951b81 0%, #29235c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951b81', endColorstr='#29235c', GradientType=1 );
  padding: 30px 0;
  line-height: 33px;
  font-size: 0.8em;
}
.custom-footer-group .page-center {
  width: 100%;
  max-width: 100% !important;
  padding:60px 28px 101px;
}
.custom-footer-copyright p {
  padding-bottom: 20px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}
.custom-footer-copyright p a {
  color: #fff;
}
.custom-footer-menu {
  text-align: center;
  color: #fff;
}
.custom-footer-menu ul {
  display: block !important;
  line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
}
.custom-footer-menu ul li {
  float: none !important;
  display: inline !important;
  width: auto !important;
}
.custom-footer-menu ul li a {
  color: #ffffff;
  width: auto !important;
  display: inline !important;
}
.custom-footer-menu ul li:not(:last-child) a:after {
  content: "|";
  margin: 0 0 0 3.5px;
}

#to-top {
  display: block !important;
  position: fixed;
  text-align: center;
  line-height: 12px!important;
  right: 17px;
  bottom: -30px;
  color: #fff;
  opacity: 1 !important;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  z-index:200;
  height: 29px;
  width: 29px;
  background-color:rgba(0,0,0,0.25);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear, bottom 0.3s linear;
  -webkit-transition: background-color 0.1s linear, bottom 0.3s linear;
}
#to-top i {
  line-height: 29px!important;
  width: 29px!important;
  height: 29px!important;
  font-size: 14px!important;
  top: 0px!important;
  left: 0px!important;
  text-align: center!important;
  position: relative;
  z-index: 10;
  background-color: transparent!important;
}
#to-top:hover{
  background-color: #29235c;
}
.scroll-header #to-top {
  bottom: 17px;
}
#to-top.dark {
  background-color: rgba(0,0,0,0.87);
}
#to-top.dark:hover{
  background-color: #29235c;
}

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


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

/* Parent List */
.custom-menu-primary.js-enabled {
  background-color: transparent;
  min-width: 33.3vw;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100% !important;
  color: #ffffff;
  z-index: 5;
  overflow: hidden;
  overflow-y:auto !important;
  padding-left: 4%;
  padding-right: 4%;
}
.mobile-open .custom-menu-primary.js-enabled{
  padding-top:15px;
  padding-bottom:15px;
}
.custom-menu-primary.js-enabled > div {
  margin: auto 0;
  position: relative;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-open .custom-menu-primary.js-enabled > div {
  opacity: 1;
}
.custom-menu-primary.js-enabled > div > span {
  height: auto;
  width: auto;
  display: block;
  margin: auto 0;
}
.custom-menu-primary.js-enabled > div > span > div {
  width: 100%;
  margin-bottom: 59px;
  position: relative;
  height: 100%;
  top: auto;
  display: inline-block;
  -webkit-transform: translateX(110px);
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translateX(110px);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  margin-top: -7px;
  min-width: 190px;
}
.mobile-open .custom-menu-primary.js-enabled > div > span > div{
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.custom-menu-primary .hs-menu-wrapper > ul{
  display:block !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-bottom: 12px;
  float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  opacity: 1;
  transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  font-family: 'Staatliches', cursive;
  font-size: 1.5em;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  transition: transform .3s ease-out,border-color .3s ease-out;
  position: absolute;
  display: block;
  bottom: -6px;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #000;
  content: '';
  padding-bottom: inherit;
  transform-origin: left;
  pointer-events: none;
  bottom: -2px;
  border-color: #ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after{
  opacity: 1;
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after{
  opacity: 1;
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#slide-out-widget-area-bg {
  -webkit-backface-visibility: hidden;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  opacity: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(145deg,#951b81,#29235c);
}
/* #slide-out-widget-area-bg.slide-out-from-right.material-open {
opacity: 1;
height: 100%;
width: 100%;
z-index: 1;
}
*/

.slide_out_area_close{
  cursor: pointer;
}

.slide_out_area_close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.05);
  content: '';
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
}
a.slide_out_area_close:before {
  background-color: #ffffff;
}
a.slide_out_area_close .close-wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
  transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
  transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease;
  transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
}
.close-line {
  height: 100%;
  width: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.close-line1{
  -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
  transform: translateY(0) translateX(0) rotate(-45deg);
  -webkit-animation-name: crossLeftClose;
  animation-name: crossLeftClose;
  -webkit-animation-delay: .0s;
  animation-delay: .0s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}
.close-line2 {
  -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  -webkit-animation-name: crossRightClose;
  animation-name: crossRightClose;
  -webkit-animation-delay: .06s;
  animation-delay: .06s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}
.material-ocm-open.slide_out_area_close:before{
  transform: scale(1);
}
.material-ocm-open.slide_out_area_close .close-wrap .close-line1{
  -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
  transform: translateY(-30px) translateX(30px) rotate(45deg);
}
.material-ocm-open.slide_out_area_close .close-line1{
  -webkit-animation-name: crossRight;
  animation-name: crossRight;
  -webkit-animation-delay: .29s;
  animation-delay: .29s;
}

.slide_out_area_close:before{
  transform: scale(0);
}
.material-ocm-open.slide_out_area_close:before{
  transform: scale(1);
}
.slide_out_area_close:hover:not(:focus):before {
  transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
}
.material-ocm-open.close-line2 {
  -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  transform: translateY(-30px) translateX(-30px) rotate(-45deg);
}
.material-ocm-open.slide_out_area_close .close-line2 {
  -webkit-animation-name: crossLeft;
  animation-name: crossLeft;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

@-webkit-keyframes crossLeft{
  100%{-webkit-transform:translateY(0px) translateX(0px) rotate(-45deg);
    transform:translateY(0px) translateX(0px) rotate(-45deg)
  }
}
@keyframes crossLeft{
  100%{-webkit-transform:translateY(0px) translateX(0px) rotate(-45deg);
    transform:translateY(0px) translateX(0px) rotate(-45deg)
  }
}

@-webkit-keyframes crossLeftClose{
  100%{
    -webkit-transform:translateY(22px) translateX(22px) rotate(-45deg);
    transform:translateY(22px) translateX(22px) rotate(-45deg)
  }
}
@keyframes crossLeftClose{
  100%{-webkit-transform:translateY(22px) translateX(22px) rotate(-45deg);
    transform:translateY(22px) translateX(22px) rotate(-45deg)
  }
}

@-webkit-keyframes crossRight{
  100%{-webkit-transform:translateY(0px) translateX(0px) rotate(45deg);
    transform:translateY(0px) translateX(0px) rotate(45deg)
  }
}
@keyframes crossRight{
  100%{-webkit-transform:translateY(0px) translateX(0px) rotate(45deg);
    transform:translateY(0px) translateX(0px) rotate(45deg)
  }
}

@-webkit-keyframes crossRightClose{
  100%{-webkit-transform:translateY(22px) translateX(-22px) rotate(45deg);
    transform:translateY(22px) translateX(-22px) rotate(45deg)
  }
}
@keyframes crossRightClose{
  100%{-webkit-transform:translateY(22px) translateX(-22px) rotate(45deg);
    transform:translateY(22px) translateX(-22px) rotate(45deg)
  }
}



/* 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:1001px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .hs-mig-layout .custom-header-group {
    min-height: 125px !important;
  }

  .custom-mobile-bottom-icon {
    display: none !important;
  }

  .custom-header-group {
    transition: transform 0.3s ease , background-color 0.3s ease , opacity 0.3s ease 0s, box-shadow 0.3s ease , border-color 0.3s ease 0s, margin 0.25s ease-out, padding 0.25s ease-out ;
  }
  .scroll-header .custom-header-group {
    background-color: rgba(255,255,255,0.90);
    padding: 16px 0 6px 0
  }
  #logo img {
    transition: max-width 0.32s ease, opacity 0.2s ease;
    -moz-transition: max-width 0.32s ease, opacity 0.2s ease;
    -webkit-transition: max-width 0.32s ease, opacity 0.2s ease;
    max-width: 190px;
  }
  .scroll-header .starting-logo.default-logo {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  .scroll-header #logo .starting-logo.dark-version.default-logo {
    opacity: 1;
    visibility: visible;
    max-width: 178.594px;
  }
  .scroll-header .custom-header-right-content ul li a {
    color: #29235c;
    opacity: 1;
  }
  .scroll-header li#social-in-menu {
    position: relative;
    top: -4px;
  }

  .scroll-header .slide-out-widget-area-toggle a:hover i.lines, 
  .scroll-header .slide-out-widget-area-toggle a:hover i.lines:after, 
  .scroll-header .scroll-header .slide-out-widget-area-toggle a:hover .lines-button:after, 
  .scroll-header .slide-out-widget-area-toggle a:hover i.lines:before {
    background-color: #951b81!important;
  }
  .scroll-header .slide-out-widget-area-toggle a i.lines:after {
    background-color: #29235c!important;
  }
  .scroll-header .lines-button i:before {
    background-color: #29235c!important;
  }
  .scroll-header .lines-button .lines {
    background-color: #29235c!important;
  }
  .scroll-header .custom-header-right-content ul li.slide-out-widget-area-toggle {
    padding-top: 35px;
  }
  .scroll-header .lines-button:after {
    background: transparent !important;
  }

  .without-banner.hs-404-layout .custom-header-right-content ul li.slide-out-widget-area-toggle {
    padding-top: 38px;
  }
  .without-banner.hs-404-layout li#social-in-menu {
    position: relative;
    top: 0;
  }
  .without-banner.hs-404-layout .custom-header-group {
    background: rgba(255,255,255,0.90);
  }
  .without-banner.hs-404-layout .header-container-wrapper {
    min-height: auto;
  }

  .without-banner.hs-404-layout .custom-header-group {
    background-color: rgba(255,255,255,0.90);
    padding: 28px 0 25px;
  }

  .without-banner.hs-404-layout #logo .starting-logo.dark-version.default-logo {
    opacity: 1;
    visibility: visible;
    max-width: 190px;
  }

}


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

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

@media (max-width: 1000px) {

  .hs-mig-layout .custom-header-group {
    min-height: 74px !important;
  }
  .without-banner .header-container-wrapper {
    min-height: 116px;
  }
  /* 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 Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .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:0; /* Makes room for button */
    margin: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: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

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


}


/* ==========================================================================
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 {
  text-decoration: none;
}
.post-header h2 a:hover {
  text-decoration: none;
}
.post-header h1 {}

/* 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 {
  margin-bottom: 20px;
  padding-bottom: 20px;    
  border-bottom:solid 1px #ddd;    
}
.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 {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:inline-block;
  margin:15px 0;
}
a.more-link:hover {}

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

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

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
#comments-listing:empty {
  display:none;
}

.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 {
  padding:10px 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date { 
  font-size: 13px; 
  text-align: right; 
}
.hs-blog-social-share ul li span, .hs-blog-social-share ul li iframe {
  vertical-align: top !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
/* Pagination */
.blog-pagination {
  clear:both;
}
.blog-pagination a {
  display:inline-block;
}
.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 {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


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

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


/* ==========================================================================
Media Blog Listing Page
========================================================================== */
body.hs-media-blog {}

body.hs-media-blog h3:empty {
  display: none;
}

.hs-media-blog .banner-content-wrp h1 {
  margin-bottom: 1px;
}
.hs-media-blog .body-container {
  padding: 0!important;
}
.hs-blog-bdy-content-grp .page-center .hs-top-categories {
  padding-top: 5%;
}
.hs-blog-bdy-content-grp .page-center .hs-top-categories ul {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin: 5em 0 2em;
  list-style: none;
  padding-left: 0;
}
.hs-blog-bdy-content-grp .page-center .hs-top-categories ul li a {
  color: #29235c;
  text-decoration: none;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
.hs-blog-bdy-content-grp .page-center .hs-top-categories {
  text-align: center;
}
.hs-blog-bdy-content-grp .page-center .hs-top-categories ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
}
.hs-blog-bdy-content-grp .page-center .hs-top-categories ul li.active a,
.hs-blog-bdy-content-grp .page-center .hs-top-categories ul li a:hover {
  color: #951b81;
  text-decoration: underline;
}

.hs-blog-bdy-content-grp .page-center .hs-top-categories ul li a .filter-link-count {
  display: none;
}

.cst-post-item-grp .page-center.content-wrapper {
  max-width: 1598px;
}
.cst-post-item-grp .blog-content .post-listing .post-item:first-child {
  margin-left: 0;
}
.cst-post-item-grp .blog-content .post-listing .post-item {
  border: 0;
  padding: 0;
  margin: 0;
  width: 21.48%;
  color: #676767;
  display: inline-block;
  vertical-align: top;
}
.resizer {
  width: 3.5%;
}
.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .cst-athor-grp.clearfix a.author-link.hover-content img {
  box-shadow: 0 7px 20px rgba(0,0,0,0.19);
}

.cst-post-item-grp .blog-content .post-listing .post-item .inner-col {
  box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
  border-radius: 5px;
  overflow: hidden;
  background-color: transparent;
}

.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .top-category {
  padding: 20px 30px 0 30px;
  display: block;
  position: relative;
  z-index: 1;
  background: #fff;
}
.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .top-category a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .top-category a:before {
  content: '';
  background-color: #29235c;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .top-category a {
  font-size: 0.9em;
  line-height: 33px;
  font-weight: 300;
  font-family: Oswald;
  color: #29235c;
  position: relative;
  display: inline-block;
  margin: 0 4px 10px 0;
}

.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp {
  background-color: #fff;
  padding: 10px 30px 30px 30px;
}

.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .post-header {
  margin-bottom: 12px;
  font-size: 11px;
  color: #888;
}
.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .post-header h3.title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #29235c;
  font-weight: 300;
}

.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .post-header h3.title a {
  color: inherit!important;
}
.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .description {
  color: #29235c;
}

.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .cst-athor-grp.clearfix {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}

.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .cst-athor-grp.clearfix a.author-link {
  font-family: Oswald;
  font-size: 22px!important;
  line-height: 33px;
  font-weight: 300;
  color: inherit;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .cst-athor-grp.clearfix .text-col {
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
  color: #29235c;
}
.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .cst-athor-grp.clearfix a.author-link img {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  margin-right: 13px;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  margin-left: auto!important;
  margin-right: auto!important;
  object-fit: cover;
}

.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .cst-athor-grp.clearfix .text-col .athor-link {
  line-height: 20px;
  display: block;
  font-family: Oswald;
  font-size: 22px;
  font-weight: 300;
  color: inherit;
  margin-bottom: 5px;
  margin-right: 10px;
}
.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .cst-athor-grp.clearfix .text-col span.date {
  color: #29235c;
  font-size: 13px;
  line-height: 18px;
}
.cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .cst-athor-grp.clearfix a.author-link:hover img {
  box-shadow: 0 7px 20px rgba(0,0,0,0.19);
}

.cst-post-item-grp .blog-content .post-listing .post-item:nth-child(4n+1) {
  margin-left: 0;
}
.cst-post-item-grp .blog-content .post-listing .post-item {
  margin-bottom: 56px;
}

.hs-default-blog .blog-pagination span {
  margin-right: 15px;
}

/* ==========================================================================
Blog Post Page
========================================================================== */
body.hs-media-blog.hs-blog-post {}

body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix {
  height: 350px;
  min-height: 580px;
  background-position: top center;
  background-attachment: scroll;
}

.hs-blog-post .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: auto;
  overflow: auto;
  padding:10px 0;

}

body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center {
  padding: 0;
  height: 100%;
  display: table;
  width: 100%;
}
body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  display: block;
  width: 100%;
}
body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp h1 {
  font-size: 70px;
  line-height: 84px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 8px;
  max-width: 800px;
  font-family: 'Staatliches', cursive !important;
  margin-top: 1em;
  letter-spacing: -1px;
  position: relative;
  top: 3px;
}
body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp .cst-post-col {
  line-height: 33px;
  font-size: 11px;
  color: #888;
  margin-top: 8px;
  margin-bottom: 0px;
}

body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp .cst-post-col span.meta-author.vcard.author a:hover,
body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp .cst-post-col #hubspot-topic_data a:hover {
  color: rgba(255,255,255,1);
}
body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp .cst-post-col span.meta-author.vcard.author a,
body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp .cst-post-col #hubspot-topic_data a {
  color: inherit;
}
body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp .cst-post-col span.meta-author.vcard.author {
  top: 0px;
  position: relative;
  text-transform: none;
  font-weight: 300;
  display: block;
  float: left;
  line-height: 16px;
  padding: 0 10px 0 10px;
  font-size: 18px;
  font-family: Oswald;
  padding-left: 0;
  border: none;
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.25);
}
body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp .cst-post-col .meta-date.date.updated {
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.25);
  font-family: Oswald;
  font-size: 18px;
  padding: 0 10px 0 10px;
  border-left: 1px solid #DDD;
  line-height: 16px;
  float: left;
}

body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp .cst-post-col #hubspot-topic_data {
  display: block;
  float: left;
  line-height: 16px;
  padding: 0 10px 0 10px;
  border-left: 1px solid #DDD;
  font-size: 18px;
  font-family: Oswald;
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.25);
  font-weight: 300;
}
body.hs-media-blog.hs-blog-post .body-container {
  padding-top: 0!important;
}
body.hs-media-blog.hs-blog-post .banner-area-wrp {
  margin-bottom: 4em;
}
body.hs-media-blog.hs-blog-post.without-banner .banner-area-wrp {
  padding-top: 4em;
}
body.hs-media-blog.hs-blog-post .section.post-body {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
body.hs-media-blog.hs-blog-post .about-author-sec.row-fluid {
  padding-top: 30px;
}

body.hs-media-blog.hs-blog-post .about-author-sec.row-fluid img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
body.hs-media-blog.hs-blog-post .about-author-sec.row-fluid .author-content {
  width: 75%!important;
  vertical-align: middle;
  display: inline-block;
  padding-left: 30px;
}

body.hs-media-blog.hs-blog-post .about-author-sec.row-fluid .author-content h3 a {
  color: inherit;
}
body.hs-media-blog.hs-blog-post .about-author-sec.row-fluid .author-content h3 {
  margin-bottom: -3px;
  font-size: 24px;
  line-height: 28px;
  color: #29235c;
}

body.hs-media-blog.hs-blog-post .about-author-sec.row-fluid .author-content p {
  max-width: 70%;
  opacity: 0.7;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: none;
  padding-bottom: 0px;
}

body.hs-media-blog.hs-blog-post .about-author-sec.row-fluid {
  padding-bottom: 24px;
}
.cst-blog-post-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.cst-blog-post-pagination {
  margin-top: 80px;
}

.cst-blog-post-pagination ul li {
  background-color: #29235c;
}

.cst-blog-post-pagination ul li {
  background-color: #29235c;
  padding: 6% 9%;
  width: 50%;
  line-height: 0;
  height: auto;
  min-height: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  float: none!important;
  overflow: hidden;
  position: relative;
}
.cst-blog-post-pagination ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  z-index: 101;
  display: block;
}

.cst-blog-post-pagination ul li h3 {
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(0px) translateZ(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: translateX(0px) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 7px;
  z-index: 12;
}
.cst-blog-post-pagination ul li.cst-prev h3 span.text {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  text-align: right;
  line-height: 28px;
  font-size: 24px;
  position: relative;
}
.cst-blog-post-pagination ul li.cst-prev h3 span {
  display: block;
  font-size: 14px;
  text-align: right;
  color: #fff;
  margin-bottom: 5px;
}

.cst-blog-post-pagination ul li.cst-prev h3 span.text svg {
  position: absolute;
  backface-visibility: hidden;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  -webkit-transform: translateX(38px) rotate(180deg);
  transform: translateX(38px) rotate(180deg);
  left: -43px;
  right: auto;
  animation: rightArrowEnd2 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}


.cst-blog-post-pagination ul li.cst-next h3 span {
  display: block;
  font-size: 14px;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 100;
  margin-bottom: 5px;
}
.cst-blog-post-pagination ul li.cst-next h3 span.text svg.next-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
  animation: rightArrowEnd 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}
.cst-blog-post-pagination ul li.cst-next h3 span.text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 7px;
  color: #fff;
  position: relative;
  text-align: left;
}
.cst-blog-post-pagination ul li.cst-next h3 span.text span.line {
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: left;
  animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.cst-blog-post-pagination ul li:after {
  background-color: rgba(13,13,13,0.35);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

.cst-blog-post-pagination ul li:hover:after{
  background-color: #951b81;
}
.cst-blog-post-pagination ul li.cst-prev:hover h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}

.cst-blog-post-pagination ul li.cst-prev:hover h3 svg.next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
  animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;

}
.cst-blog-post-pagination ul li.cst-prev h3 svg.next-arrow line.top {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke: #ffffff;
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}
.cst-blog-post-pagination ul li.cst-prev h3 svg.next-arrow .bottom {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke-dashoffset: 30px;
  stroke: #ffffff;
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}
.cst-blog-post-pagination ul li.cst-prev:hover h3 svg.next-arrow line.top {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-dasharray: 10px;
}
.cst-blog-post-pagination ul li.cst-prev:hover h3 svg.next-arrow line.bottom {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}
.cst-blog-post-pagination ul li.cst-prev h3 span.text span.line {
  color: #fff;
  margin-bottom: 5px;
  backface-visibility: hidden;
  top: 50%;
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  display: block;
  font-size: 14px;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
  animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.cst-blog-post-pagination ul li.cst-prev h3 span.text svg {
  position: absolute;
  backface-visibility: hidden;
  top: 50%;
  height: 30px;
  width: 40px;
  display: block;
  animation: rightArrowEnd2 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
  -webkit-transform: translateX(38px) rotate(180deg);
  transform: translateX(38px) rotate(180deg);
  left: -43px;
  right: auto;
  margin-top: -15px;
}
.cst-blog-post-pagination ul li.cst-next:hover h3 {
  -webkit-transform: translateX(-40px) translateZ(0);
  transform: translateX(-40px) translateZ(0);
  backface-visibility: hidden;
}
.cst-blog-post-pagination ul li.cst-next:hover h3 span.text svg.next-arrow {
  animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}
.cst-blog-post-pagination ul li.cst-next h3 span.text svg.next-arrow line.bottom {
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-dasharray: 10px;
}
.cst-blog-post-pagination ul li.cst-next h3 span.text svg.next-arrow line.top {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke-dashoffset: 30px;
  stroke: #ffffff;
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}



.cst-blog-post-pagination ul li.cst-next:hover h3 span.text span.line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.cst-blog-post-pagination ul li.cst-next:hover h3 span.text svg.next-arrow line.top {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}

.cst-blog-post-pagination ul li.cst-next:hover h3 span.text svg.next-arrow line.bottom {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}
.cst-blog-post-pagination ul li.cst-prev:hover h3 span.text span.line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.hs-default-blog .blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 40px;
  margin: 0 0 40px;
}
/************* Topic Page Styling ******************/


/********************* Page Animation Styling *****************/
.cst-one-col-top-image-grp.animation-element .one-col-top-icon-items {
  opacity: 0;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transition: opacity 0.6s cubic-bezier(0.15,0.84,0.35,1.25),background-color 0.35s cubic-bezier(.65,0,.35,1),transform 0.35s cubic-bezier(.65,0,.35,1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.15,0.84,0.35,1.25),background-color 0.35s cubic-bezier(.65,0,.35,1),transform 0.35s cubic-bezier(.65,0,.35,1);
  -webkit-backface-visibility: hidden;
}

.cst-one-col-top-image-grp.animation-element.in-view .one-col-top-icon-items {
  transform: scale(1, 1);
  opacity: 1;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow ul li {
  transition: all 1s ease;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow.animated ul li:nth-child(2) {
  transition-delay: .3s;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow.animated ul li:nth-child(3) {
  transition-delay: .5s;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow.animated ul li:nth-child(4) {
  transition-delay: .7s;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow.animated ul li:nth-child(4) {
  transition-delay: .9s;
}

.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow.animated ul li:nth-child(5) {
  transition-delay: 1s;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow.animated ul li:nth-child(5) ul li:nth-child(1)  {
  transition-delay: 1.3s;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow.animated ul li:nth-child(5) ul li:nth-child(2) {
  transition-delay: 1.5s;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow.animated ul li:nth-child(5) ul li:nth-child(3) {
  transition-delay: 1.7s;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow.animated ul li:nth-child(5) ul li:nth-child(4) {
  transition-delay: 1.9s;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow.animated ul li:nth-child(5) ul li:nth-child(5) {
  transition-delay: 2.1s;
}

.cst-one-col-top-image-grp.four-col .page-center.clearfix .one-col-top-icon-items:hover .inner .content-grp i.fa {
  color: #fff;
}
.cst-one-col-top-image-grp.four-col .page-center.clearfix .one-col-top-icon-items .inner .content-grp i.fa:before,
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp i:before{
  color: #951b81;
  background: linear-gradient(to bottom right,#951b81,#29235c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cst-one-col-top-image-grp.four-col .page-center.clearfix .one-col-top-icon-items:hover .inner .content-grp i.fa:before,
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:hover .inner .content-grp i:before{
  color: #fff;
  background: transparent;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: #fff;
}


.cst-blog-post-pagination ul li.full {
  width: 100%;
}

.cst-blog-post-pagination ul li.full h3, .cst-blog-post-pagination ul li.full h3 span {
  text-align: center;
}








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


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

/* Form Field */
.hs-form-field {
  margin: 20px 0;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  color: #29235c;
}

.hs-form-booleancheckbox-display {
  -webkit-font-smoothing: subpixel-antialiased;
}

.hs-form-required{
  color: #29235c;
}

label {}
/* One Line Inputs */
[type="text"],
[type="password"], 
[type="datetime"], 
[type="datetime-local"], 
[type="date"], 
[type="month"], 
[type="time"], 
[type="week"], 
[type="number"], 
[type="email"], 
[type="url"], 
[type="search"], 
[type="tel"], 
[type="color"],
[type="file"],
textarea,
select {
  padding: 10px;
  width: 100%;
  font-family: Oswald,arial,sans-serif;
  line-height: 24px;
  color: #555;
  background-color: rgba(0,0,0,0.035);
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  display: block;
  position: relative;
  margin: 0;
  font-size: 14px;
  border-bottom: 2px solid #e0e0e0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-radius: 0;
  -webkit-appearance: none;     
}

[type="text"]:focus,
[type="password"]:focus, 
[type="datetime"]:focus, 
[type="datetime-local"]:focus, 
[type="date"]:focus, 
[type="month"]:focus, 
[type="time"]:focus, 
[type="week"]:focus, 
[type="number"]:focus, 
[type="email"]:focus, 
[type="url"]:focus, 
[type="search"]:focus, 
[type="tel"]:focus, 
[type="color"]:focus,
[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: #29235c;
}

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

.hs-404-layout ::-webkit-input-placeholder {
  color:#fff;
} /* Webkit Browsers */
.hs-404-layout :-moz-placeholder {
  color:#fff;
} /* Firefox 18- */
.hs-404-layout ::-moz-placeholder {
  color:#fff;
} /* Firefox 19+ */
.hs-404-layout :-ms-input-placeholder {
  color:#fff;
} /* 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                                        
========================================================================== */


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  width:auto;
  display:inline-block;
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
  font-size: 1em;
  padding: 18px 50px 0 50px;
  background: transparent;
  color: #29235c;
  border: 2px solid #29235c;
  margin-top: 10px;
  line-height: 0.5;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  outline:none;
  white-space: normal !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;    
  transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background-color: #951b81;
  border-color: #951b81;
  opacity: 0.85;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  color: #ffffff;
  background-color: #951b81;
  border-color: #951b81;
  opacity: 0.85;
}

.subscription-template .hs-button.primary, 
.subscription-template input[type="submit"], 
.subscription-template input[type="button"] {
  line-height: 0.8;
}





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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
body.hs-media-blog.hs-blog-post .section.post-body .hs_cos_wrapper_type_rich_text img {
  margin-bottom: 20px;
}

.media-and-press-page .cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .post-header h3.title.one {
  display: none !important;
}

body.blog.hs-default-blog.hs-blog-post .banner-area-wrp.clearfix {
  margin-bottom: 0;
}
body.blog.hs-default-blog.hs-media-blog.hs-blog-post .body-container-wrapper {
  padding: 30px 15px;
}

.cm-animation{
  opacity: 0;
  transition:opacity 1.5s ease-in-out;
}
.cm-animation.animated{
  opacity: 1;
}

.testimonail-slider-items.slick-slide{
  outline: none;
  transform: translateX(-20px);
  transition: all 0.5s !important;
}
.testimonail-slider-items.slick-slide.slick-current.slick-active {
  transform: translateX(0px);
}


/* SEARCH RESULT STYLING */
ul.hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;;
}
ul.hs-search-field__suggestions:empty {
  display: none !important;
}  
ul.hs-search-field__suggestions li {
  padding: 3px 0;
  margin: 0;
}
ul.hs-search-field__suggestions li#results-for {
  font-size: 16px;
}
ul.hs-search-field__suggestions li > a {
  padding: 2px 5px;
  margin: 0;
}
ul.hs-search-field__suggestions li > a:hover {
  color: #000;
}


#ajax-loading-screen {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000;
}
#ajax-loading-screen .loading-icon {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loading-icon .material-icon {
  top: 50%;
  height: 65px;
  width: 65px;
  position: relative;
  margin: -32px auto 0 auto;
  display: block;
}
.loading-icon .material-icon .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.loading-icon .material-icon .spinner {
  -webkit-animation: material-rotate-all 1s linear infinite;
  animation: material-rotate-all 1s linear infinite;
}

.loading-icon .material-icon .right-side, .loading-icon .material-icon .left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.loading-icon .material-icon .right-side {
  right: 0;
}
.loading-icon .material-icon .left-side {
  left: 0;
}

.loading-icon .material-icon .bar {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 200px;
  border-radius: 200px 0 0 200px;
  border: 6px solid #666;
  position: relative;
}
.loading-icon .material-icon .bar {
  border-color: #3452ff;
}
.loading-icon .material-icon .right-side .bar {
  -webkit-border-radius: 0;
  border-radius: 0 200px 200px 0;
  border-left: none;
  -webkit-transform: rotate(-10deg);
  -webkit-transform-origin: left center;
  transform: rotate(-10deg);
  transform-origin: left center;
  -webkit-animation: material-rotate-right 0.75s linear infinite alternate;
  animation: material-rotate-right 0.75s linear infinite alternate;
}
.loading-icon .material-icon > div:first-child .right-side, 
.loading-icon .material-icon > div:first-child .left-side {
  -webkit-animation: none!important;
  animation: none!important;
}
.loading-icon .material-icon .left-side .bar {
  border-right: none;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: material-rotate-left 0.75s linear infinite alternate;
  animation: material-rotate-left 0.75s linear infinite alternate;
}
.loading-icon .material-icon .spinner.color-2 {
  display: none!important;
}
.loading-icon .material-icon .spinner.color-2 .right-side, .loading-icon .material-icon .spinner.color-2 .left-side {
  -webkit-animation: material-fade-in-second 1.0s linear infinite alternate;
  animation: material-fade-in-second 1.0s linear infinite alternate;
}
.loading-icon .material-icon .color-2 .bar {
  border-color: #3452ff;
}

@keyframes material-rotate-left {
  to {
    transform: rotate(30deg)
  }

  from {
    transform: rotate(175deg)
  }
}

@keyframes material-rotate-right {
  from {
    transform: rotate(-175deg)
  }

  to {
    transform: rotate(-30deg)
  }
}

@keyframes material-rotate-all {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(-360deg)
  }
}

@keyframes material-fade-in-first {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes material-fade-in-second {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes rightArrowLineEnd {
  0% {
    stroke-dashoffset: 40px;
  }

  100% {
    stroke-dashoffset: 50px;
  }
}
@keyframes rightArrowLineStart {
  0% {
    stroke-dashoffset: 30px;
  }

  100% {
    stroke-dashoffset: 40px;
  }
}
@keyframes rightArrowLineEnd {
  0% {
    stroke-dashoffset: 40px;
  }

  100% {
    stroke-dashoffset: 50px;
  }
}
@keyframes rightArrowLineStart {
  0% {
    stroke-dashoffset: 30px;
  }

  100% {
    stroke-dashoffset: 40px;
  }
}
@keyframes rightLineStart2 {
  0% {
    transform: translateY(-50%) translateX(88px) scaleX(0);
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
}
@keyframes rightLineEnd2 {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }

  100% {
    transform: translateY(-50%) translateX(-28px) scaleX(0);
  }
}
@keyframes rightArrowEnd2 {
  0% {
    transform: translateX(-42px) rotate(180deg);
  }

  100% {
    transform: translateX(-75px) rotate(180deg);
  }
}
@keyframes rightLineEnd2 {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }

  100% {
    transform: translateY(-50%) translateX(-28px) scaleX(0);
  }
}
@keyframes rightArrowStart2 {
  0% {
    transform: translateX(50px) rotate(180deg);
  }

  100% {
    transform: translateX(-42px) rotate(180deg);
  }
}

@keyframes rightArrowEnd {
  0% {
    transform: translateX(42px);
  }

  100% {
    transform: translateX(75px);
  }
}
@keyframes rightLineEnd {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }

  100% {
    transform: translateY(-50%) translateX(28px) scaleX(0);
  }
}
.cst-blog-post-pagination ul li.cst-prev:hover h3 span.line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

@keyframes rightArrowStart {
  0% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(42px);
  }
}
@keyframes rightArrowLineEnd {
  0% {
    stroke-dashoffset: 40px;
  }

  100% {
    stroke-dashoffset: 50px;
  }
}
.cst-post-item-grp {
  padding: 0 15px;
}
.hs-404-layout .body-container {
  padding-top: 40px;
  padding-bottom: 27px;
  background-size: cover;
  background-position: 50%;
  background-image:url(//cdn2.hubspot.net/hubfs/5336910/Sense_June2019%20Theme/Images/GettyImages-182213322_1920x1280.jpg);
}
.without-banner.hs-404-layout .body-container .page-center {
  padding: 0;
}
.hs-404-layout .body-container .custom_error_message {
  padding: 10% 0 0;
  text-align: center;
}

.hs-404-layout .body-container .custom_error_message h1 {
  font-size: 250px;
  line-height: 250px;
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
  color: #fff;
}
.hs-404-layout .body-container .custom_error_message h2{
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}
.hs-404-layout .body-container .custom_error_message a span {
  -ms-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
  margin-bottom: -3px;
  display: block;
  font-weight: 600;
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
  left: 0;
}
.hs-404-layout .body-container .custom_error_message a {
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
  font-size: 1em;
  padding: 18px 50px 0 85px;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  margin-top: 7px;
  letter-spacing: 2px;
  top: -3px;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -o-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  border-radius: 0;
  font-weight: 300;
  box-shadow: none;
}
.hs-404-layout .custom_error_message a:hover {
  background-color: #951b81;
  border-color: #951b81;
}

.hs-404-layout .hs-search-field {
  text-align: center;
  margin-top: 40px;
}

.hs-404-layout .body-container [type="text"], 
.hs-404-layout .body-container [type="password"], 
.hs-404-layout .body-container [type="datetime"], 
.hs-404-layout .body-container [type="datetime-local"], 
.hs-404-layout .body-container [type="date"], 
.hs-404-layout .body-container [type="month"], 
.hs-404-layout .body-container [type="time"], 
.hs-404-layout .body-container [type="week"], 
.hs-404-layout .body-container [type="number"], 
.hs-404-layout .body-container [type="email"], 
.hs-404-layout .body-container [type="url"], 
.hs-404-layout .body-container [type="search"], 
.hs-404-layout .body-container [type="tel"], 
.hs-404-layout .body-container [type="color"], 
.hs-404-layout .body-container [type="file"], 
.hs-404-layout .body-container textarea, 
.hs-404-layout .body-container select {
  border-bottom-color: #fff;
  color:#fff;
}


.slick-initialized .slick-slide {
  outline: none;
}

.site-wrapper1 {
  height: 100%;
}
.mobile-open div.site-wrapper {
  height: 100vh;
  cursor: pointer;
}
.hs-error-msgs.inputs-list{
  margin: 0 !important;
}
ul.inputs-list li {
  list-style: none;
  list-style-position: outside;
}
ul.inputs-list label{
  font-family: Oswald;
  font-size: 22px!important;
  line-height: 33px;
  font-weight: 300!important;
}

/* Full Width Page Animation */

/* Full Width Page Animation */

/********************* About Page Styling *****************/
.hs-abt-page .body-container {
  padding: 0;
}
.hs-abt-rw1-grp .page-center {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
  margin-bottom: 1.5em!important;
  position: relative;
}

.cst-team-member-grp .inner-col.clearfix .cst-team-member-items:first-child {
  margin-left: 0;
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items {
/*   width: 23.404255317%; */
  width: 31%;
  float: left;
  position: relative;
  min-height: 1px;
  margin: 1% !important;
  box-sizing: border-box;
}

.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col:hover .team-member-overlay {
  opacity: 0.4;
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col .team-member-overlay {
  background-color: #282B30;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  transition: opacity .8s cubic-bezier(.2,1,.2,1);
  -webkit-transition: opacity .8s cubic-bezier(.2,1,.2,1);
  backface-visibility: hidden;
  transform: translateZ(0);
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col .image {
  z-index: 2;
  width: 100%;
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col .image img {
  line-height: 0;
  max-width: none;
  max-height: none;
  width: 100%!important;
  margin-bottom: 0!important;
}

.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col .cst-memb-details {
  padding-left: 25px;
  margin-bottom: 25px;
  left: 0;
  bottom: 0;
  text-align: left;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col .cst-memb-details p {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: opacity .95s cubic-bezier(.2,1,.2,1),transform .95s cubic-bezier(.2,1,.2,1);
  -webkit-transition: opacity .95s cubic-bezier(.2,1,.2,1),-webkit-transform .95s cubic-bezier(.2,1,.2,1);
  opacity: 0;
  color: rgba(255,255,255,0.8);
  padding: 0 0 0 0!important;
  display: block;
  line-height: 16px;
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col .cst-memb-details h3 {
  color: #fff;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: opacity .95s cubic-bezier(.2,1,.2,1),transform .95s cubic-bezier(.2,1,.2,1);
  -webkit-transition: opacity .95s cubic-bezier(.2,1,.2,1),-webkit-transform .95s cubic-bezier(.2,1,.2,1);
  opacity: 0;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
  margin-top: 0;
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col:hover .cst-memb-details h3 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col:hover .cst-memb-details p {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col:hover .cst-memb-details .arrow-end {
  opacity: 1;
  -ms-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col .cst-memb-details .arrow-end {
  display: inline-block;
  font-family: 'FontAwesome'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 50px;
  height: 50px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  content: "\f105";
  margin-left: 15px;
  position: absolute;
  right: 0;
  top: 53%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  font-size: 25px;
  transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),-webkit-transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
  -ms-transform: translateX(-8px) translateY(-50%);
  -webkit-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
  color: #fff;
  right: 25px;
  width: auto;
  opacity: 0;
}

.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col .cst-memb-details .arrow-line {
  backface-visibility: hidden;
  letter-spacing: 0;
  display: block;
  content: ' ';
  z-index: 100;
  position: absolute;
  width: 22px;
  height: 2px;
  opacity: 0;
  cursor: pointer;
  transform: translateY(-50%) translateX(-20px) translateZ(0);
  -webkit-transform: translateY(-50%) translateX(-20px) translateZ(0);
  transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),-webkit-transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
  background-color: #fff;
  right: 27px;
  top: 53%;
}
.cst-team-member-grp .inner-col.clearfix .cst-team-member-items .inner-col:hover .cst-memb-details .arrow-line {
  opacity: 1;
  -ms-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.cst-team-member-description-grp {
  height: 100%;
  width: 100%;
  background-color: #f2f2f2;
  color: #555;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index:2006;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2,1,.2,1);
  transition: transform 0.8s cubic-bezier(0.2,1,.2,1);
}

.cst-team-member-description-grp.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.cst-team-member-description-grp .inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.cst-team-member-description-grp .inner-wrap .cst-left-col-details {
  width: 50%;
  left: 0;
  position: relative;
  padding: 3% 10%;
  margin: auto 0;
}

.cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner {
  height: 100%;
}

.scroll-header .custom-header-right-content ul li.slide-out-widget-area-toggle:hover .lines-button i:before,
.scroll-header .custom-header-right-content ul li.slide-out-widget-area-toggle:hover .lines-button .lines,
.scroll-header .custom-header-right-content ul li.slide-out-widget-area-toggle:hover i.lines:after  {
  background-color:#951b81!important;
}

.cst-team-member-description-grp.open .inner-wrap .cst-left-col-details .inner span.mobile-close {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner span.mobile-close {
  border-color:#29235c !important;
  opacity: 0;
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.4s;
  -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.4s;
  transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.4s;
}
.cst-team-member-description-grp.open .inner-wrap .cst-left-col-details .inner h2 {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner h2 {
  opacity: 0;
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.4s;
  -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.4s;
  transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.4s;
  font-size: 40px;
  line-height: 48px;
  color: #29235c;
  font-family: 'Staatliches', cursive;
  margin-bottom: 1em;
  font-weight: 300;
}
.cst-team-member-description-grp.open .inner-wrap .cst-left-col-details .inner .title {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner .title {
  font-family: Oswald;
  font-size: 22px;
  font-weight: 300;
  -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.55s;
  -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.55s;
  transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.55s;
  opacity: 0;
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.4s;
  -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.4s;
  transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.4s;
  line-height: 20px;
  margin-bottom: 30px;
}

.cst-team-member-description-grp.open .inner-wrap .cst-left-col-details .inner .team-desc {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner .team-desc {
  -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.7s;
  -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.7s;
  transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.7s;
  opacity: 0;
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  color: #555;
}
.cst-team-member-description-grp.open .inner-wrap .cst-left-col-details .inner .team-desc .bottom_meta a {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner .team-desc .bottom_meta a {
  display: inline-block;
  color: inherit;
  padding: 30px 30px 30px 0;
  opacity: 0;
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -ms-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.85s;
  -webkit-transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.85s;
  transition: all 1.1s cubic-bezier(0.2,1,.2,1) 0.85s;
}
.cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner .team-desc .bottom_meta a i {
  height: auto!important;
  width: auto!important;
  font-size: 28px!important;
  transition: color 0.2s ease;
  color: inherit!important;
}

.cst-team-member-description-grp .inner-wrap .cst-right-col-image {
  height: 100%;
  width: 50%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,0.1);
}

.cst-team-member-description-grp.open .inner-wrap .cst-right-col-image .cst-right-col-image-picture_wrap .team_member_image {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cst-team-member-description-grp .inner-wrap .cst-right-col-image .cst-right-col-image-picture_wrap .team_member_image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  -webkit-transition: -webkit-transform 15s cubic-bezier(.15,0,.7,1),opacity 0.3s;
  transition: transform 15s cubic-bezier(.15,0,.7,1),opacity 0.3s;
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
  opacity: 0;
  background-position: center top;
}
.nectar_team_member_close {
  left: 0;
  position: fixed;
  top: 0;
  pointer-events: none;
  display: block;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  z-index: 10000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nectar_team_member_close .inner:before {
  color: #29235c;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e117";
  font-size: 24px;
  display: block;
}

.nectar_team_member_close .inner {
  border: 2px solid #fff;
  height: 52px;
  width: 52px;
  line-height: 48px;
  opacity: 0;
  font-size: 24px;
  border-radius: 100px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-color: #29235c;
}

.nectar_team_member_close.sho-ico {
  opacity: 1;
}

.nectar_team_member_close.sho-ico .inner.visible {
  opacity: 1;
}
.cst-team-member-grp .inner-col.clearfix .outer-wrapper {
  margin-bottom: 1.5em;
}
.cst-team-member-grp .inner-col.clearfix .outer-wrapper.clearfix:last-child {
  margin-bottom: 0;
}


.cst-team-member-description-grp .inner-wrap .cst-left-col-details {
  overflow-y: auto;
  height: auto;
}


.cst-team-member-description-grp .inner-wrap .cst-left-col-details::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

.cst-team-member-description-grp .inner-wrap .cst-left-col-details::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}

.cst-team-member-description-grp .inner-wrap .cst-left-col-details::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.cst-one-column-content-bg-grp .page-center {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
}
.cst-one-column-content-bg-grp .page-center .cst-content {
  padding: .1px;
}
.cst-one-column-content-bg-grp {
  min-height: 330.33px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
}
.cst-one-column-content-bg-grp .page-center .cst-content h1 {
  margin-bottom: 0px;
  font-size: 4em;
  margin-top: 50px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
}
.cst-one-col-top-image-grp .page-center.clearfix {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.01);
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items {
  width: 31.914893614%;
  position: relative;
  float: left;
  margin-left: 2.1%;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items {
  opacity: 0;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -webkit-backface-visibility: hidden;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items.animated {
  transform: scale(1, 1);
  opacity: 1;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner {
  position: relative;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner {
  position: relative;
  padding: 10% 15%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100.2%;
  width: 100.2%;
  background-size: cover;
  z-index: 1;
  background-position: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .6s cubic-bezier(0.24,1,0.30,1);
  -webkit-transition: all .6s cubic-bezier(0.24,1,0.30,1);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);
  opacity: 0;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:hover .inner .box-bg {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  opacity: 1;
}
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100.2%;
  width: 100.2%;
  background-size: cover;
  z-index: 1;
  background-position: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .6s cubic-bezier(0.24,1,0.30,1);
  -webkit-transition: all .6s cubic-bezier(0.24,1,0.30,1);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);
  opacity: 0;
}
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .box-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  background-color: rgba(51,51,51,0.5);
  transition: all .6s cubic-bezier(0.24,1,0.30,1);
  -webkit-transition: all .6s cubic-bezier(0.24,1,0.30,1);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);
  background: linear-gradient(to bottom right,#951b81,#29235c);
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp {
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp i {
  font-size: 50px!important;
  line-height: 50px!important;
  transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);
  display: block;
  margin-bottom: 20px;
  font-family: 'iconsmind' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -2px;
  word-spacing: 1px;
}
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp i:after {
  color: #951b81;
  background: linear-gradient(to bottom right,#951b81,#29235c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: initial;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp .content h2 {
  color: #29235c;
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 1em;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp .content p:last-child {
  padding-bottom: 0;
}
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp .content p {
  color: #29235c;
  padding-bottom: 1em;
}

.iconsmind-Bar-Chart:before {
  content: "\ed73";
}
.iconsmind-Myspace:before {
  content: "\eab4";
}
.iconsmind-Thumb:before {
  content: "\ea0c";
}
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp .content ul {
  margin: 0;
  list-style-type: none;
  margin: 0;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp .content ul li:before {
  content: "-";
  text-indent: -15px;
  padding: 0 0.5em 0 0;
}
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp .content ul li {
  text-indent: -15px;
  margin-bottom: 5px;
  list-style-type: none;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:first-child {
  margin-left: 0;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:hover .inner .content-grp i,
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:hover .inner .content-grp .content h2,
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:hover .inner .content-grp .content p,
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:hover .inner .content-grp .content ul {
  color: #fff;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:hover .inner .content-grp .content ul li a {
  color: #fff;
}

.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:hover:before {
  box-shadow: 0 30px 90px #29235c;
}
.cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:before {
  transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);
  display: block;
  position: absolute;
  left: 1%;
  top: 1%;
  height: 98%;
  width: 98%;
  opacity: 0.33;
  content: '';
  border-radius: 5px;
}

.cst-award-include-grp .page-center {
  padding-top: calc(100vw * 0.01);
  padding-bottom: calc(100vw * 0.08);
  text-align: center;
  padding-right: 23px;
}
.iconsmind-Trophy:before {
  content: "\ea73";
}

.cst-award-include-grp .page-center .icon-wrap .icon-col i {
  color: #951b81;
  background: linear-gradient(to bottom right,#951b81,#29235c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  border-radius: 0!important;
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  height: 60px;
  width: 60px;
}
.cst-award-include-grp .page-center .icon-wrap {
  display: inline-block;
  position: relative;
}

.cst-award-include-grp .page-center .icon-wrap .icon-col {
  padding: 20px;
  height: 102px;
  width: 102px;
  border-width: 2px;
}

.cst-award-include-grp .page-center h2 {
  font-size: 40px;
  line-height: 48px;
  color: #951b81;
  text-align: center;
}


.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap:last-child {
  margin: 0;
}
.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap {
  margin-bottom: 1.5em;
}

.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col:first-child {
  margin-left: 0;
}
.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col {
  color: #29235c;
  border: 2px solid rgba(255,255,255,0);
  padding: 2%;
  width: 48.93617020799999%;
  float: left;
  text-align: left;
  margin-left: 2.1%;
  position: relative;
}

.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col span.border-wrap span.border-right {
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-color: inherit;
  border-left: none!important;
  border-bottom: none!important;
  border-top: none!important;
  top: -2px;
  right: -2px;
  height: calc(100% - -4px);
  -webkit-transition: transform 1s cubic-bezier(0.19,1,0.22,1);
  -webkit-transform: scaleY(0);
  transition: transform 1s cubic-bezier(0.19,1,0.22,1);
  transform: scaleY(0);
}

.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col span.border-wrap span.border-top {
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-color: inherit;
  border-left: none!important;
  border-right: none!important;
  border-bottom: none!important;
  top: -2px;
  left: -2px;
  width: calc(100% - -4px);
  transition: transform 1s cubic-bezier(0.19,1,0.22,1);
  transform: scaleX(0);
}

.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col span.border-wrap {
  border-color: #951b81;
}

.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col span.border-wrap span.border-bottom {
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-color: inherit;
  border-left: none!important;
  border-right: none!important;
  border-top: none!important;
  bottom: -2px;
  left: -2px;
  width: calc(100% - -4px);
  transition: transform 1s cubic-bezier(0.19,1,0.22,1);
  transform: scaleX(0);
}
.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col span.border-wrap span.border-left {
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-color: inherit;
  border-bottom: none!important;
  border-right: none!important;
  border-top: none!important;
  top: -2px;
  left: -2px;
  height: calc(100% - -4px);
  -webkit-transition: transform 1s cubic-bezier(0.19,1,0.22,1);
  -webkit-transform: scaleY(0);
  transition: transform 1s cubic-bezier(0.19,1,0.22,1);
  transform: scaleY(0);
}
.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col span.border-wrap.animated span.border-left {
  transform: scaleY(1);
  transform-origin: bottom;
}

.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col span.border-wrap.animated span.border-bottom {
  transform-origin: right;
  transform: scaleX(1);
}
.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col span.border-wrap.animated span.border-right {
  transform: scaleY(1);
  transform-origin: top;
}

.cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col span.border-wrap.animated span.border-top {
  transform-origin: left;
  transform: scaleX(1);
}
.cst-counter-grp {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.cst-counter-grp:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  backface-visibility: hidden;
  background-color: #951b81;
  opacity: 0.3;
}

.cst-counter-grp .page-center {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
}

.cst-counter-grp .page-center .cst-left-col-grp {
  width: 48.93617020799999%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  float: left;
}

.cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper .col-inner {
  padding: 4%;
  padding-bottom: 0;
}
.cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper .col-inner .cst-counter-items.nectar-milestone {
  margin-bottom: 24px;
}
.cst-counter-grp .page-center {
  position: relative;
  z-index: 3;
}

.cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper .col-inner .cst-counter-items.nectar-milestone .cst-top-col-content.number {
  font-size: 62px;
  line-height: 62px;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
.cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper .col-inner .cst-counter-items.nectar-milestone .cst-top-col-content.number .symbol-wrap {
  display: inline-block;
  vertical-align: baseline;
  margin-right: -7px;
}

.cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper .col-inner .cst-counter-items.nectar-milestone .cst-top-col-content.number h1 {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  display: inline-block;
  margin-left: -9px;
  margin-right: -4px;
}

.cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper .col-inner .cst-counter-items.nectar-milestone .subject {
  padding: 2%;
  font-family: Oswald;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
}

.cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper .col-inner .cst-counter-items.nectar-milestone:last-child {
  margin: 0;
}
.cst-counter-grp .page-center {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow.animated ul li {
  opacity: 1;
  left: 0;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow ul li {
  opacity: 0;
  left: -20px;
  transition: all .5s ease;
}
.cst-counter-grp .page-center .cst-rght-col-grp {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48.93617020799999%;
  float: left;
  margin-left: 2.1%;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 11px;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col ul {
  margin-left: 0;
  list-style: none;
}

.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col ul li {
  margin-bottom: 20px;
  list-style: none;
  position: relative;
  padding-left: 38px;
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col ul li i.icon-default-style:before {
  content: "\e602";
}
.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col ul li i.icon-default-style {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 27px;
  height: 27px;
  line-height: 27px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}


.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col ul li ul li {
  margin-bottom: 8px;
}
.cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper .col-inner .cst-counter-items.nectar-milestone .cst-top-col-content.number .symbol-wrap span.symbol {
  font-weight: 400;
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
}
.cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper .col-inner .cst-counter-items.nectar-milestone .cst-top-col-content.number h1 span {
  font-family: Staatliches, cursive;
}

.cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper .col-inner .cst-counter-items.nectar-milestone .subject {
  padding: 2%;
  font-family: Oswald;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 25px;
}

.cst-counter-grp .page-center .cst-rght-col-grp .cst-inner-col.wow ul li + li {
  transition-delay: calc(2s * 1);
}

.cst-one-col-top-image-grp.four-col .page-center.clearfix {
  padding-top: calc(100vw * 0.04);
  padding-bottom: calc(100vw * 0.02);
}
.cst-one-col-top-image-grp.four-col .page-center.clearfix .one-col-top-icon-items:hover {
  color: #fff;
}

.cst-one-col-top-image-grp.four-col .page-center.clearfix .one-col-top-icon-items {
  width: 23.404255317%;
}

.cst-one-col-top-image-grp.animation-element.in-view .page-center.clearfix .one-col-top-icon-items.wow.animated {
  transform: scale(1, 1);
  opacity: 1;
}
.cst-one-col-top-image-grp.animation-element .page-center.clearfix .one-col-top-icon-items.wow {
  opacity: 0;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transition: opacity 0.6s cubic-bezier(0.15,0.84,0.35,1.25),background-color 0.35s cubic-bezier(.65,0,.35,1), transform 0.35s cubic-bezier(.65,0,.35,1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.15,0.84,0.35,1.25),background-color 0.35s cubic-bezier(.65,0,.35,1), transform 0.35s cubic-bezier(.65,0,.35,1);
  -webkit-backface-visibility: hidden;,
  transition-delay: .4s;
}
.cst-one-col-top-image-grp.four-col .page-center.clearfix .one-col-top-icon-items .inner .content-grp i {
  font-size: 50px!important;
  line-height: 50px!important;
  height: auto!important;
  width: auto!important;
  display: block;
}

.fa-check:before {
  content: "\f00c";
}

.cst-one-col-top-image-grp.four-col .page-center.clearfix .one-col-top-icon-items .inner .content-grp i.fa {
  font-family: FontAwesome!important;
}

.hs-abt-rw3-grp .page-center {
  padding-top: 0px;
  padding-bottom: calc(100vw * 0.02);
}
.hs-abt-rw3-grp {
  padding-bottom: 40px;
}
.cst-team-member-description-grp .inner-wrap .cst-right-col-image .cst-right-col-image-picture_wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.cst-one-column-content-bg-grp {
  min-height: 1px;
}

.hs-abt-rw3-col1-flexi h3 a:hover {
  opacity: .85;
}
.hs-abt-rw3-col1-flexi h3 a {
  color: #951b81;
  text-align: left;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}



/* ==========================================================================
Full Width                                   
========================================================================== */
.body-container p:last-child {
  padding-bottom: 0px;
}
.hs-fullwidth-layout .banner-area-wrp {
  padding-bottom: 47px;
  margin-bottom: -1px;
}
.hs-fullwidth-layout .body-container {
  padding-top: 0;
  padding-bottom: 40px;
}
.hs-fullwidth-layout .body-container .page-center {
  padding-top: calc(100vw * 0.03);
  padding-bottom: calc(100vw * 0.03);
}
.responsive {
  overflow-y: auto;
  margin-bottom: 30px;
}
.hs-fullwidth-layout table {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  border-top: 1px solid #ececec;
  width: 90%;
  margin: 30px auto 0;
  text-align: left;
}
.hs-fullwidth-layout table tr:nth-child(2n+1) {
  background-color: #fcfcfc;
}
.hs-fullwidth-layout  table tr:nth-child(2n+1), 
.hs-fullwidth-layout td,
.hs-fullwidth-layout tr th:first-child,
.hs-fullwidth-layout tr td:first-child {
  background-color: transparent;
}

.hs-fullwidth-layout table th{
  width: 25%;
  vertical-align: top;
  padding: 10px; 
  border: 1px solid;
}

.hs-fullwidth-layout table td {
  font-size: 1em;
  line-height: 1.4;
  vertical-align: top;
  padding: 10px; 
  border: 1px solid;
}


/* ==========================================================================
Privacy Policy                                 
========================================================================== */
.hs-fullwidth-layout.privacy-policy-page .body-container .page-center {
  padding-top: calc(100vw * 0.02);
  padding-bottom: calc(100vw * 0.02);
}

.hs-fullwidth-layout .body-container ol li {
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #951b81;
  margin-top: 20px;
}

/* ==========================================================================
Who Were For                                 
========================================================================== */
.hs-who-were-for-layout .body-container{
  padding-top:0;
  padding-bottom:40px;
}
.hs-who-were-for-layout .banner-area-wrp {
  padding-bottom: 0;
}
.hs-who-were-for-layout .body-container .page-center {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
}
.hs-who-were-for-layout .body-container .custom-row1-who-were-for-group h3{
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hs-who-were-for-layout .body-container .custom-row1-who-were-for-group h3 a {
  color: #951b81;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.hs-who-were-for-layout .body-container .custom-row1-who-were-for-group h3 a:hover {
  opacity: .85;
}






/* ==========================================================================
What We Do                          
========================================================================== */
.hs-what-we-do-layout .body-container {
  padding:0;
}
.custom-row1-what-we-do-group {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: calc(100vw * 0.05);
  padding-bottom: 0;
}
.custom-row1-what-we-do-content {
  padding-bottom: calc(100vw * 0.05);
  margin-bottom: 1.5em;
}
.custom-row1-what-we-do-content h3 {
  padding: 13px 0 10px;
}
.custom-row1-what-we-do-content h3 a {
  color: #951b81;
}
.custom-row1-what-we-do-content h3 a:hover {
  opacity: .85;
}

.testimonials-slider-group {
  text-align: center;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  top: auto;
  bottom: 0;
  background-size: cover;
}
.testimonial-sider-repeat-column {
  padding-left: 25px;
  padding-right: 25px;
}
.parallax-section-1 {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.testimonials-slider-group {
  padding-top: calc(5vw);
  padding-bottom: calc(5vw);
}
.testimonial-sider-container {
  max-width: 70% !important;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.testimonials-slider-group h2 {
  text-align: center;
  color: #fff;
}
.testimonail-slider-items p {
  padding-bottom: 30px !important;
  color: #fff;
  letter-spacing: 0.5px;
}
.testimonail-slider-items span.testimonial-name {
  font-family: Oswald;
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-bottom: -4px;
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 0.5px;
}
.testimonails-slider-btn {
  border-color: rgba(255, 255, 255, 0.75);
  visibility: visible;
  background-color: transparent;
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: none;
  border-width: 2px;
  padding-top: 13px;
  opacity: 1;
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  border: 2px solid rgba(255,255,255,0.75);
  font-size: 14px;
  color: #ffffff;
  font-family: Oswald;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 2px;
}
.testimonails-slider-btn span {
  margin-bottom: -3px;
  display: block;
  font-weight: 600;
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
  left: 0;
}
.testimonails-slider-btn:hover {
  border-color: rgb(149, 27, 129);
  background-color: rgb(149, 27, 129);
  color: #fff;
}

.testimonails-slider-inner {
  position: relative;
}
.testimonials-slider-group .prev {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  font-size: 28px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -40px;
  left: 7.5%;
  margin-left: -8px;
  text-align: center;
}
.testimonials-slider-group .next {
  position: absolute;
  top: 50%;
  height: 40px;
  margin-top: -40px;
  font-size: 28px;
  width: 40px;
  margin-right: -8px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7.5%;
  text-align: center;
}

.testimonials-slider-group .next:after, 
.testimonials-slider-group .prev:after {
  background-color: #fff;
}

.testimonials-slider-group .next:after {
  right: 8px;
}
.testimonials-slider-group .next:after, 
.testimonials-slider-group .prev:after {
  backface-visibility: hidden;
  display: block;
  content: ' ';
  z-index: 100;
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #fff;
  top:46%;
  opacity: 0;
  right: 11px;
  cursor: pointer;
  -ms-transform: translateY(-50%) scaleX(0) translateZ(0);
  transform: translateY(-50%) scaleX(0) translateZ(0);
  -webkit-transform: translateY(-50%) scaleX(0) translateZ(0);
  transition: opacity .5s cubic-bezier(.2,1,.2,1),transform .5s cubic-bezier(.2,1,.2,1);
  -webkit-transition: opacity .5s cubic-bezier(.2,1,.2,1),-webkit-transform .5s cubic-bezier(.2,1,.2,1);
}
.testimonials-slider-group  .prev:before, 
.testimonials-slider-group  .next:before {
  line-height: 36px;
  color: #fff;
  -ms--webkit-transition: -webkit-transform .5s cubic-bezier(.2,1,.2,1);
  transition: transform .5s cubic-bezier(.2,1,.2,1);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.2,1,.2,1);
}

.testimonials-slider-group .next:before {
  right: -1px;
  position: relative;
}
.testimonials-slider-group .next:after {
  right: 8px;
}
.testimonials-slider-group .next:before, 
.testimonials-slider-group .prev:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.testimonials-slider-group .fa-angle-right:before {
  content: "\f105";
}
.testimonials-slider-group .fa-angle-left:before {
  content: "\f104";
}

.testimonials-slider-group .next:hover:after, 
.testimonials-slider-group .prev:hover:after {
  opacity: 1;
  -ms-transform: translateY(-50%) scaleX(1) translateZ(0);
  transform: translateY(-50%) scaleX(1) translateZ(0);
  -webkit-transform: translateY(-50%) scaleX(1) translateZ(0);
}

.testimonials-slider-group .prev:hover:before {
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.testimonials-slider-group  .next:hover:before {
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.parallax-mirror {
  z-index: 1 !important;
}
.pagingInfo {
  margin-bottom: 24px;
  padding-bottom: 20px;
  font-size: 16px;
  display: block !important;
  color: #fff;
  line-height: 20px;
  vertical-align: top;
  font-family: Oswald;
}
.pagingInfo span {
  display: inline-block;
  width: 20px;
  font-size: 16px;
  line-height: 20px;
  cursor: auto;
}
.pagingInfo span:nth-child(2) {
  width: 13px;
}


/* ==========================================================================
Consumer Information                          
========================================================================== */
.hs-consumer-information-layout .body-container {
  padding-top: 0;
  padding-bottom: calc(100vw * 0.05);
}
.custom-row1-consumer-information-group {
  padding-top: calc(100vw * 0.05);
}

.hs-consumer-information-layout .banner-area-wrp .page-center {
  padding-bottom:calc(100vw * 0.097) !important;
}

.custom-row2-consumer-information-group {
  padding-top: 1.5em;
}
.custom-row2-consumer-information-group h3.form-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 1em;
}
.custom-row2-consumer-information-content .hs-fieldtype-booleancheckbox  ul.inputs-list {
  margin: 0;
  padding: 0;
}
.custom-row2-consumer-information-content .hs-fieldtype-booleancheckbox  ul.inputs-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-row2-consumer-information-content .hs-fieldtype-booleancheckbox  li.hs-form-booleancheckbox span {
  font-family: Oswald;
  font-weight: 600;
  font-size: 17.6px;
}
.custom-row2-consumer-information-content form.hs-form .hs-form-field ul.inputs-list li input {
  margin-right: 10px;
}
.custom-row2-consumer-information-content .hs-form-booleancheckbox-display {
  -webkit-font-smoothing: antialiased;
}
.custom-row2-consumer-information-group {
  padding-bottom: 40px;
}
.custom-row2-consumer-information-group textarea {
  height: 90px;
}
.custom-row2-consumer-information-group .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field {
  margin-bottom: -2px;
}

/* ==========================================================================
Member Login                        
========================================================================== */

.hs-member-login-layout .body-container {
  padding: 0;
}
.hs-member-login-layout .banner-area-wrp .page-center {
  padding-top: calc(100vw * 0.10) !important;
  padding-bottom: calc(100vw * 0.127) !important;
}
.member-login-group {
  -webkit-transform: translateY(-151px);
  -ms-transform: translateY(-151px);
  transform: translateY(-151px);
  position: relative;
  z-index: 99;
}
.member-login-group .member-login-column {
  max-width: 100% !important;
  padding-left: 2%;
  padding-right: 2%;
}
.pink_theme {
  background-color: #951b81;
  color: white;
}
.pink_theme a:hover {
  background: #29235c;
  border-color: #29235c;
}
.dark_blue_them {
  background-color: #29235c;
  color: white;
}
.dark_blue_them a:hover{
  background: #951b81;
  border-color: #951b81;
}
.blue_them {
  background-color: #6bbbd3;
  color: white;
}
.blue_them a:hover{
  background:#951b81;
  border-color:#951b81;
}


.member-login-items-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
  margin-bottom: 0px;
  width: 100%;
}
.member-login-items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 2%;
  width: 33.33%;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  margin-left: 0;
}
.column-bg-overlay {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  opacity: 0;
  transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.member-login-column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 4em 2em 3em 2em;
  height: 100%;
}
.member-login-content-wrp h2 {
  font-size: 45px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  margin-bottom: 1em;
}
.member-login-inner-content {
  color: #fff;
}
.member-button {
  visibility: visible;
  border: 2px solid rgba(0,0,0,0.75);
  color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
  margin-top: 2em;
  padding-left: 35px;
  padding-right: 35px;
  border-width: 2px;
  padding-top: 13px;
  opacity: 1;
  transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  font-size: 14px;
  font-weight: 300;
  font-family: Oswald;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  line-height: 20px;
  letter-spacing: 2px;
  display: inline-block;
}
.member-button span {
  margin-bottom: -3px;
  display: block;
  font-weight: 600;
  left: 0px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
}


/* ==========================================================================
Contact Us                            
========================================================================== */

.hs-contact-layout .body-container {
  padding: 0;
}
.custom-row1-contact-group {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: calc(100vw * 0.05);
}

.custom-row1-contact-left-content {
  padding-top: 89px;
  width: 48.93617020799999% !important;
}
.hs-contact-layout .banner-area-wrp .page-center {
  padding-bottom: calc(100vw * 0.097) !important;
}
.custom-row1-contact-left-content h2 {
  color: #951b81;
}
.custom-row1-contact-left-content .hs_cos_wrapper_type_module:last-child .hs_cos_wrapper_type_rich_text {
  padding-top: 5%;
  display: block;
  margin-top: 1.5em;
}
.custom-row1-contact-right-content {
  width: 48.93617020799999% !important;
  margin-left: 0 !important;
  float: right !important;
}
.custom-row1-contact-right-content form {
  margin-top: -1px;
}
.custom-row1-contact-right-content textarea {
  height: 90px;
}
.custom-row1-contact-right-content li.hs-form-booleancheckbox strong {
  font-size: 17.6px;
}
.custom-row1-contact-right-content li.hs-form-booleancheckbox span {
  font-size: 17.6px;
}
.hs-fieldtype-booleancheckbox ul {
  margin: 0;
  padding: 0;
}
.hs-fieldtype-booleancheckbox ul li {
  list-style: none;
}
input[type="checkbox"] {
  margin-right: 10px;
}
.custom-row1-contact-right-content .hs-richtext.hs-main-font-element p {
  margin-bottom: -2px;
  margin-top: 27px !important;
}
.custom-row1-contact-right-content .hs-fieldtype-booleancheckbox ul li {
  margin-bottom: -4px;
}
.custom-row1-contact-right-content .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-top: 24px !important;
}

.custom-row1-contact-bottom-content h3 a{
  color: #951b81;
}
.custom-row1-contact-bottom-content h3 a:hover {
  opacity: .85;
}
.custom-row1-contact-bottom-content {
  padding-top: calc(100vw * 0.05);
  margin-bottom: 53px !important;
  padding-bottom: 0;
}
#map_5d0c5cb58c2f4 {
  margin-bottom: 20px;
}
.custom-row1-top-contact-group{
  margin-bottom: 3.9em;
}


/* ==========================================================================
Testimonials                            
========================================================================== */
.hs-testimonials-layout .banner-area-wrp .page-center {
  padding-bottom: calc(100vw * 0.13) !important;
}
.hs-testimonials-layout .body-container {
  padding: 0 0 40px;
}

.custom-testimonials-items-group {
  padding: 0 4%;
  transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  position: relative;
  z-index: 55;
}
.custom-testimonials-items {
  padding: 1%;
  width: 33.33%;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  transition:  0.6s ease;
  -webkit-transition: all 0.6s ease;
  float: left;
  position: relative;
  opacity: 0;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
}
.custom-testimonials-items.animated {
  transform: scale(1, 1);
  opacity: 1;
}

.custom-testimonials-items-group .column-bg-overlay {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  opacity: 0;
  transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.testimonials-column-inner {
  position: relative;
}
.testimonials-wrapper {
  margin: 0;
}

.testimonials-wrapper > div:last-child, 
.testimonials-wrapper > img:last-child, 
.testimonials-wrapper >.img-with-aniamtion-wrap:last-child img {
  margin-bottom: 0px;
}
.custom-testimonials-items-group .flip-box-front {
  background-color: rgb(236, 236, 236);
  min-height: 400px;
}
.custom-testimonials-items-group .testimonials-wrapper i.icon-default-style.fa.fa-quote-left {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  height: auto;
  display: block;
  width: auto;
}
.custom-testimonials-items-group .nectar-flip-box .flip-box-back, 
.custom-testimonials-items-group .nectar-flip-box .flip-box-front {
  text-align: center;
}
.custom-testimonials-items-group .nectar-flip-box .flip-box-back,
.custom-testimonials-items-group .nectar-flip-box .flip-box-back h6 {
  color: #fff;
}
.custom-testimonials-items-group .flip-box-back .testimonials-inner {
  font-size: 1.4em;
  line-height: 1.4em;
}
.custom-testimonials-items-group .nectar-flip-box .flip-box-back .testimonials-inner{
  font-size: 1.3em;
}
.custom-testimonials-items-group .nectar-flip-box .flip-box-back p {
  -webkit-font-smoothing: antialiased;
}
.custom-testimonials-items-group .flip-box-back, 
.custom-testimonials-items-group .flip-box-front {
  height: 400px;
}
.custom-testimonials-items-group .nectar-flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.custom-testimonials-items-group .flip-box-front h3 {
  color: #29235c;
  font-size: 1.5em;
  margin-top: 30px;
}
.custom-testimonials-items-group .flip-box-front .fa-quote-left:before {
  color: #951b81;
  background: linear-gradient(to bottom right,#951b81,#29235c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: initial;
}
.custom-testimonials-items-group .flip-box-front p i {
  margin-bottom: 20px;
  height: auto!important;
  display: block;
  width: auto!important;
}

.custom-testimonials-items-group .flip-box-back {
  background-color: rgb(41, 35, 92);
  min-height: 400px;
  height: auto;
  background: #951b81;
  background: -moz-linear-gradient(left, #951b81 0%, #29235c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #951b81), color-stop(100%, #29235c));
  background: -webkit-linear-gradient(left, #951b81 0%, #29235c 100%);
  background: -o-linear-gradient(left, #951b81 0%, #29235c 100%);
  background: -ms-linear-gradient(left, #951b81 0%, #29235c 100%);
  background: linear-gradient(to right, #951b81 0%, #29235c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951b81', endColorstr='#29235c', GradientType=1 );
}
.custom-testimonials-items-group .nectar-flip-box .flip-box-front, 
.custom-testimonials-items-group .nectar-flip-box .flip-box-back {
  background-size: cover;
  background-position: center;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nectar-flip-box .flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.custom-testimonials-items-group .nectar-flip-box:hover .flip-box-front,
.custom-testimonials-items-group .nectar-flip-box:hover .flip-box-back {
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
}
.custom-testimonials-items-group .nectar-flip-box.flip-box-front,
.custom-testimonials-items-group .nectar-flip-box:hover .flip-box-back,
.custom-testimonials-items-group .nectar-flip-box .flip-box-front, 
.custom-testimonials-items-group .nectar-flip-box:hover .flip-box-back{
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.custom-testimonials-items-group .nectar-flip-box .flip-box-back .testimonials-inner, 
.custom-testimonials-items-group .nectar-flip-box .flip-box-front .testimonials-inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}
.custom-testimonials-items-group .nectar-flip-box .flip-box-back .testimonials-inner, 
.custom-testimonials-items-group .nectar-flip-box .flip-box-front .testimonials-inner {
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.custom-testimonials-items-group .nectar-flip-box .flip-box-back:after,
.custom-testimonials-items-group .nectar-flip-box .flip-box-front:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  display: block;
  opacity: 0.6;
  background-color: inherit;
  backface-visibility: hidden;
}


.custom-testimonials-items-group .nectar-flip-box:hover .flip-box-front, 
.custom-testimonials-items-group .nectar-flip-box .flip-box-back {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.custom-testimonials-items-group .nectar-flip-box .flip-box-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.custom-row2-testimonials-group {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-row2-testimonials-content h3 a {
  color: #951b81;
  text-align: left;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.custom-row2-testimonials-content h3 a:hover {
  opacity: .85;
}


/* ==========================================================================
Adviser development                                
========================================================================== */
.hs-adviser-development-layout .body-container {
  padding: 0 0 40px;
}
.custom-row1-adviser-development-group .page-center {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
}
.custom-row1-adviser-development-group {
  background: #F5F5F5;
  padding-left: 10px;
  padding-right: 10px;
}

.custom-row2-adviser-development-group {
  padding-top: calc(100vw * 0.05);
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.accordion-items-group {
  margin-bottom: 1.5em;
}
.accordion-items.toggle {
  border-bottom: 2px solid rgba(0,0,0,0.08);
  -ms-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  -webkit-transition: border-color 0.15s ease;
  margin-bottom: 0;
  position: relative;
}
.accordion-items.toggle h3 {
  font-size: 24px;
  line-height: 28px;
  position: relative;
  z-index: 10;
  margin: 0;
}
.accordion-items.toggle h3 a {
  background-color: transparent;
  padding: 30px 70px 30px 0px;
  -ms-transition: color 0.15s ease;
  transition: color 0.15s ease;
  -webkit-transition: color 0.15s ease;
  display: block;
  font-size: 35px;
  line-height: 40px;
  color: #29235c;
  font-weight: 300;
  font-family: Oswald;
  cursor: pointer;
}
.accordion-items.toggle h3 i {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  margin-top: -15px;
  border: 2px solid #888;
  border-radius: 30px 30px;
  -ms-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  -webkit-transition: border-color 0.15s ease;
}
.accordion-items h3 [class^="icon-"],
.accordion-items h2 [class^="icon-"],
.accordion-items h4 [class^="icon-"],
.accordion-items h5 [class^="icon-"] {
  margin-right: 5px;
}
.accordion-items.toggle h3 i:before {
  content: ' ';
  top: 14px;
  left: 6px;
  margin-top: -2px;
  width: 14px;
  height: 2px;
  position: absolute;
  background-color: #888;
  -ms-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  -webkit-transition: background-color 0.15s ease;
}
.accordion-items.toggle h3 i:after {
  content: ' ';
  top: 6px;
  left: 14px;
  width: 2px;
  margin-left: -2px;
  height: 14px;
  position: absolute;
  background-color: #888;
  -ms-transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
  transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
}
.accordion-items.icon-plus-sign:before {
  content: "\f055";
}
.accordion-items.toggle >div {
  box-shadow: none;
  -webkit-box-shadow: none;
  position:relative;
  background-color: transparent;
  border-top: 0px;
  display: none;
}
.accordion-items.toggle >div ul {
  margin-bottom: 0;
}
.accordion-items.toggle >div >div{
  padding: 0 0 30px 0;
}
.accordion-items.toggle >div >div:last-child {
  margin-bottom: 0px;
}
.accordion-items.toggle >div .wpb_wrapper {
  margin: 0;
}
.accordion-items.toggle.extra-color-1:hover h3 a{
  color: #951b81;
}
.accordion-items.toggle.extra-color-1:hover i{
  border-color:#951b81;
}
.accordion-items.toggle.extra-color-1:hover h3 i:before,
.accordion-items.toggle.extra-color-1:hover h3 i:after{
  background-color: #951b81;
}


.accordion-items.toggle.extra-color-1.toggleopen h3 a{
  color: #951b81;
}
.accordion-items.toggle.extra-color-1.toggleopen i{
  border-color:#951b81;
}
.accordion-items.toggle.extra-color-1.toggleopen h3 i:before,
.accordion-items.toggle.extra-color-1.toggleopen h3 i:after{
  background-color: #951b81;
}
.accordion-items.toggle.toggleopen i:after {
  -ms-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform: scale(1,0);
}

.custom-row2-adviser-development-content .hs_cos_wrapper_type_rich_text h3 a {
  color: #951b81;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.custom-row2-adviser-development-content .hs_cos_wrapper_type_rich_text h3 a:hover {
  opacity: 0.85;
}

/* ==========================================================================
Home                           
========================================================================== */

.hs-home-layout .body-container {
  padding: 0;
}

.custom-two-column-image-home .two-column-image-modules .page-center {
  padding-top: calc(100vw * 0.20);
  padding-bottom: 0px;
  max-width: 880px!important;
}
.custom-two-column-image-home.custom-two-column-with-background-image-wrp.parallax-section-1 {
  background-position: center 0px;
  background-repeat: no-repeat;
  height: calc(100% + 90px);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}



.custom-two-column-image-home .column-bg-overlay {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  opacity: 0;
  transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.custom-two-column-image-home .two-column-image-modules .page-center {
  padding-top: calc(100vw * 0.20);
  padding-bottom: 0px;
  max-width: 1100px !important;
}
.custom-two-column-image-home .custom-two-column-with-background-image-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.custom-two-column-image-home .two-column-image-left {
  top: 13px;
  position: relative;
}
.custom-two-column-image-home .custom-two-column-with-background-image-inner > div {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48.93617020799999%;
}
.custom-two-column-image-home .two-column-image-left h1 {
  font-size: 220px;
  color: #ffffff;
  line-height: 153px;
  text-align: right;
  margin-bottom: 7px;
  margin-top: 0;
}
.custom-two-column-image-home.two-column-image-right-inner {
  margin-bottom: 29px;
}
.custom-two-column-image-home .two-column-image-right {
  padding: 1%;
  margin-left: 2.1%;
  margin-bottom: 29px;
}
.custom-two-column-image-home .two-column-image-left-inner-wrp,
.custom-two-column-image-home .two-column-image-right-inner-wrp{
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-two-column-image-home .btn-two-column {
  font-weight: 300;
  font-family: Oswald;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  border-color: rgb(255, 255, 255);
  visibility: visible;
  background-color: transparent;
  border-width: 2px;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: none;
  padding-top: 21px;
  border: 2px solid rgba(255,255,255,1);
  opacity: 1;
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  border-radius: 2px!important;
  -webkit-border-radius: 2px;
  color: #fff;
  font-size: 18px;
  color: #ffffff;
}
.custom-two-column-image-home .btn-two-column span {
  display: block;
  font-weight: 600;
  margin-bottom: -1px;
  left: 0px;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
}
.custom-two-column-image-home .btn-two-column:hover{
  border-color:rgb(149, 27, 129);
  background-color:rgb(149, 27, 129);
}


/* Home Bottom Content */
.custom-two-colum-repeat-image .two-column-image-items .page-center {
  padding-top: calc(100vw * 0.08);
  padding-bottom: calc(100vw * 0.08);
}
.custom-two-colum-repeat-image .custom-two-column-with-background-image-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.custom-two-colum-repeat-image .custom-two-column-with-background-image-inner > div {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48.93617020799999%;
  position: relative;
}
.custom-two-colum-repeat-image .two-column-image-items:nth-child(3) .page-center {
  max-width: 100% !important;
}
.custom-two-colum-repeat-image .two-column-image-items:nth-child(3) .two-column-image-right {
  margin-left: 0 !important;
}
.custom-two-colum-repeat-image .two-column-image-items:nth-child(3) .two-column-image-left {
  width: 50%;
}
.custom-two-colum-repeat-image .two-column-image-items:nth-child(3) .two-column-image-right {
  width: 50%;
}
.custom-two-colum-repeat-image .two-column-image-left-inner-wrp,
.custom-two-colum-repeat-image .two-column-image-right-inner-wrp{
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-two-colum-repeat-image .two-column-image-items:nth-child(odd) .two-column-image-left {
  text-align: right;
  padding-right: 8%;
}
.custom-two-colum-repeat-image .two-column-image-items:nth-child(odd) .two-column-image-right {
  margin-left: 2.1%;
}




.custom-two-colum-repeat-image .two-column-image-items:nth-child(even) .two-column-image-right {
  order: 1;
}
.custom-two-colum-repeat-image .two-column-image-items:nth-child(even) .two-column-image-left {
  order: 2;
  padding-left: 8%;
  margin-left: 2.1%;
}
.custom-two-colum-repeat-image .two-column-image-items {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.custom-two-colum-repeat-image .two-column-image-items .divider-wrap:last-child {
  height: 0;
}
.custom-two-colum-repeat-image .two-column-image-right-inner h1 {
  color: #951b81;
  font-size: 180px;
  line-height: 126px;
  text-align: left;
  padding-top: 20px;
  margin-bottom: 7px;
  margin-top: 0;
}
.custom-two-colum-repeat-image .two-column-image-items:nth-child(odd) h1 {
  background: linear-gradient(to right, #951b81 0%, #29235c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(odd) h1 {
    display: inline-block;
    color: #951b81 !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
  }
}
.custom-two-colum-repeat-image .two-column-image-items:nth-child(even) h1 {
  color: #fff;
  text-align: right;
}
.custom-two-colum-repeat-image .two-column-image-left-inner p {
  font-size: 1.8em;
  line-height: 1.2;
  padding-bottom: 0;
  margin-bottom: 33px;
}
.custom-two-colum-repeat-image .btn-two-column {
  visibility: visible;
  background-color: transparent;
  border-width: 2px;
  box-shadow: none;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 21px;
  border: 2px solid rgb(149, 27, 129);
  opacity: 1;
  transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  font-size: 18px;
  color: #951b81;
  font-family: Oswald;
  line-height: 20px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 2px;
}
.custom-two-colum-repeat-image .btn-two-column span {
  margin-bottom: -1px;
  display: block;
  font-weight: 600;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
  left: 0;
}
.custom-two-colum-repeat-image .btn-two-column:hover {
  border-color: rgb(149, 27, 129);
  visibility: visible;
  background-color: rgb(149, 27, 129);
  color: #fff;
}

.custom-two-colum-repeat-image .two-column-image-items:nth-child(even) .two-column-image-left p {
  color: #fff;
  margin: 0 0 33px;
  padding: 0;
}
.custom-two-colum-repeat-image .two-column-image-items:nth-child(even) .two-column-image-left .btn-two-column {
  color: #fff;
  border-color: #fff;
}
.custom-two-colum-repeat-image .two-column-image-items:nth-child(even) .two-column-image-left .btn-two-column:hover{
  border-color: rgb(149, 27, 129);
  visibility: visible;
  background-color: rgb(149, 27, 129);
  color: #fff;
}

.bottom-pane {
  background-color: #951b81;
}
.bottom-pane .page-center {
  padding-top: calc(100vw * 0.02);
  padding-bottom: calc(100vw * 0.02);
}
.bottom-pane-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.bottom-pane-inner > div {
  width: 48.93617020799999%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.bottom-pane-inner > div > div {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.bottom-pane-left-inner h1 {
  text-align: right;
  padding-bottom: 10px;
  font-size: 1.8em;
  line-height: 1.2;
  color: #fff;
  font-family: Oswald;
  font-weight: 300;
  margin-bottom: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
.bottom-pane-right {
  margin-left: 2.1%;
  padding-left: 1%;
}
.bottom-pane-btn span {
  display: block;
  font-weight: 600;
  margin-bottom: -3px;
  left: 0px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
}
.bottom-pane-btn {
  border-color: rgb(255, 255, 255);
  visibility: visible;
  background-color: transparent;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 13px;
  border: 2px solid rgba(255,255,255,1);
  opacity: 1;
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  font-family: Oswald;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
}
.bottom-pane-btn:hover {
  border-color: rgb(255, 255, 255);
  background: #fff;
  color: #951b81;
}
.custom-two-colum-repeat-image .content-slide{
  margin-bottom: 70px;
}
.custom-two-colum-repeat-image .content-slider-wrp p {
  color: inherit !important;
  font-size: 1.2em;
  margin-bottom: 0;
  padding-bottom: 30px !important;
}

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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
.hs-search-layout .hs-search-field {
  width: 50%;
}

.body-container ul li {}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}
.one-column .body-container-wrapper input[type="text"],
.one-column .body-container-wrapper input[type="password"], 
.one-column .body-container-wrapper input[type="datetime"], 
.one-column .body-container-wrapper input[type="datetime-local"], 
.one-column .body-container-wrapper input[type="date"], 
.one-column .body-container-wrapper input[type="month"], 
.one-column .body-container-wrapper input[type="time"], 
.one-column .body-container-wrapper input[type="week"], 
.one-column .body-container-wrapper input[type="number"], 
.one-column .body-container-wrapper input[type="email"], 
.one-column .body-container-wrapper input[type="url"], 
.one-column .body-container-wrapper input[type="search"], 
.one-column .body-container-wrapper input[type="tel"], 
.one-column .body-container-wrapper input[type="color"],
.one-column .body-container-wrapper input[type="file"],
.one-column .body-container-wrapper textarea,
.one-column .body-container-wrapper select {
  width: 50% !important;
}
.widget-type-google_search input[type="text"] {
  display:block;
}
#hs-pwd-widget-password {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.hs-error-msgs.inputs-list{
  margin:10px 0; 
  list-style:none;
  padding:0;
}
.custom-two-colum-repeat-image .two-column-image-items:last-child .two-column-image-right .two-column-image-right-inner-wrp {
  justify-content: start;
}
.hs-error-msgs.inputs-list label{
  font-weight:normal;
  color:red;
}   
.subscribe-options label {
  margin-left: 0;
  margin-right: 0;
}
.subscription-template.one-column #email-prefs-form .subscribe-options label span {
  color: #444;
  font-size: 22px;
  line-height: 33px;
}

.hs-abt-rw1-col1-flexi {
  overflow: hidden;
}

.legal-consent-container input[type="checkbox"] {
  position: relative;
  top: 8px;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  box-shadow: none !important;
}

div#hs-eu-cookie-confirmation, 
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  font-family: Oswald, arial, sans-serif;
  background: #000000 !important;
  color: #ffffff !important;
  border: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: #ffffff !important;
  float: left;
  margin-top: 15px !important
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a {
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button, 
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
  padding: 5px 20px !important;
  color: #000000 !important;
}

#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
}

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

@media only screen and (min-width: 1000px){

  .slide_out_area_close {
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    right: -100px;
    top: 50%;
    transform:translateY(-50%) translateX(-35.55vw);
    position: fixed;
    z-index: 10000;
  }
  a.slide_out_area_close:before {
    background-color:#fff;
    box-shadow: 0px 16px 44px rgba(0,0,0,0.3);
  }
  a.slide_out_area_close .close-line {
    background-color: #951b81;
  }
  a.follow-body.slide_out_area_close {
    opacity: 1;
    right: 0;
    -ms-transform: translateY(-50%) translateX(-35.55vw);
    -webkit-transform: translateY(-50%) translateX(-35.55vw);
    transform: translateY(-50%) translateX(-35.55vw);
  }

  .custom-two-colum-repeat-image .two-column-image-items:nth-child(odd) .two-column-image-right .two-column-image-right-inner-wrp {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: 0.5s ease all;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(odd) .two-column-image-right .two-column-image-right-inner-wrp.wow.animated {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  } 
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(even) .two-column-image-right .two-column-image-right-inner-wrp {
    transform: translateX(90%);
    -webkit-transform: translateX(90%);
    transition: 0.5s ease all;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(even) .two-column-image-right .two-column-image-right-inner-wrp.wow.animated {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  } 
  .custom-two-colum-repeat-image .custom-two-column-with-background-image-inner > div {
    overflow: hidden;
  }

  /*** Home Banner **/
  .custom-two-column-image-home .two-column-image-left-inner-wrp.wow.animated .two-column-image-left-inner h1 {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  .custom-two-column-image-home .two-column-image-left-inner-wrp.wow .two-column-image-left-inner h1 {
    transform: translateY(-90%);
    -webkit-transform: translateY(-90%);
    transition: transform 750ms cubic-bezier(0.65, 0.84, 0.44, 1)0s;
    transition-delay: .5s;
  }
  .custom-two-column-image-home .two-column-image-left-inner-wrp.wow.animated .two-column-image-left-inner {
    transform: translate(0px, 0px);

  }

  .custom-two-column-image-home .two-column-image-left-inner-wrp.wow .two-column-image-left-inner {
    transition: transform 750ms cubic-bezier(0.65, 0.84, 0.44, 1)0s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    overflow: hidden;
    transition-delay: .5s;
  }
  .custom-two-column-image-home .two-column-image-left-inner-wrp {
    overflow: hidden;
  }

}

@media only screen and (min-width: 1100px){
  .mobile-open div.site-wrapper{
    -webkit-transform-origin: center;
    transform-origin: center;
    -ms-transform: scale(0.8) translateX(-32vw) translateZ(0);
    -webkit-transform: scale(0.8) translateX(-32vw) translateZ(0);
    transform: scale(0.8) translateX(-32vw) translateZ(0);
  }
  .mobile-open .site-wrapper-inner {
    -ms-transform: scale(1.007)!important;
    -webkit-transform: scale(1.007)!important;
    transform: scale(1.007)!important;
    -webkit-transform-origin: center;
    transform-origin: center;
    height: 100%;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    margin-bottom: 59px;
    top: 0;
  }


}




@media (max-width: 1600px) {
  .custom-testimonials-items-group .nectar-flip-box .flip-box-back .testimonials-inner {
    font-size: 1em;
  }
}

@media (max-width: 1300px) {
  .body-container .page-center,
  .banner-area-wrp .page-center{
    max-width: 880px !important;
  }

  /* About */
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details {
    height: auto;
  }
  /* About */

  .custom-header-right-content {
    margin-right: 15px;
  }
  .scroll-header #logo img {
    margin-left: 15px;
  }
  .hs-contact-layout .banner-area-wrp .page-center {
    padding-bottom: calc(100vw * 0.0934) !important;
  }
  .custom-row1-contact-right-content form {
    margin-top: 0;
  }
  .custom-row1-contact-left-content {
    padding-top: 90px;
  }
  .hs-404-layout #logo img {
    margin-left: 15px;
  }
  .banner-area-wrp.no-title {
    padding-top: 100px;
  }
}

@media (max-width: 1200px) {
  .custom-testimonials-items {
    width: 100%;
  }
  .custom-testimonials-items-group .nectar-flip-box .flip-box-back .testimonials-inner {
    font-size: 1.3em;
  }
}



@media (max-width: 1099px) {
  .custom-menu-primary.js-enabled {
    background-color: transparent;
    min-width: 390px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .mobile-open .site-wrapper-inner {
    -ms-transform: scale(1.007)!important;
    -webkit-transform: scale(1.007)!important;
    transform: scale(1.007)!important;
    -webkit-transform-origin: center;
    transform-origin: center;
    height: 100%;
  }

}

@media (max-width: 1160px) {
  .custom-testimonials-items-group {
    padding: 0 4%;
    transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
  }
}

@media (max-width: 1100px) {
  a.follow-body.slide_out_area_close{
    -ms-transform: translateY(-50%) translateX(-389px);
    -webkit-transform: translateY(-50%) translateX(-389px);
    transform: translateY(-50%) translateX(-389px);
  }
}

@media (max-width: 1024px) {
  .custom-testimonials-items-group .nectar-flip-box .flip-box-back .testimonials-inner {
    font-size: 1em;
  }
  .member-login-group {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* Home Page */
  .custom-two-column-image-home .two-column-image-modules .page-center {
    padding-top: calc(100vw * 0.173);
    padding-bottom: 0px;
  }
  .custom-two-column-image-home .two-column-image-right {
    min-height: 466px;
  }
  .custom-two-colum-repeat-image .two-column-image-left {
    min-height: 405px;
  }
  .custom-two-colum-repeat-image .two-column-image-right-inner h1 {
    font-size: 120px;
    line-height: 82px;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(3) .two-column-image-left {
    min-height: auto;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape){
  .custom-two-column-image-home .two-column-image-left h1 {
    font-size: 120px;
    line-height: 82px;
  }
  .custom-two-column-image-home .two-column-image-modules .page-center {
    max-width: 880px!important;
  }
}





@media only screen and (max-width: 1300px) and (min-width: 1000px){
  h2{
    font-size: 34px;
    line-height: 40.8px;
  }
  h3 {
    font-size: 20.4px;
    line-height: 23.8px;
  }

  /* About Us */
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner h2 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp .content h2 {
    font-size: 28px;
    line-height: 33.6px;
  }
  .cst-award-include-grp .page-center h2 {
    font-size: 34px;
    line-height: 40.8px;
  }
  .custom-menu-primary.js-enabled > div > span > div {
    margin-bottom: 58px;
  }

  /* About Us */
  .banner-content-wrp h3 {
    font-size: 20.4px;
    line-height: 23.8px;
  }
  .hs-consumer-information-layout .banner-area-wrp .page-center {
    padding-bottom:calc(100vw * 0.0956) !important;
  }
  .custom-row2-consumer-information-group h3.form-title {
    font-size: 34px;
    line-height: 40.8px;
  }

  .cst-post-item-grp .blog-content .post-listing .post-item {
    width: 30%;
  }
  body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp h1 {
    max-width: 490px;
  }

}

@media (max-width: 61.24em) and (min-width: 46.25em){
  .custom-two-column-image-home .two-column-image-left h1{
    font-size: 120px;
    line-height: 82px;
  }
  .custom-two-column-image-home .two-column-image-right {
    margin-left: 2.1%;
    padding-left: 20px;
  }
  .bottom-pane-left-inner h1 {
    font-size: 1.4em;
  }
  .custom-two-colum-repeat-image .content-slide span {
    font-size: 0.8em;
  }
  .custom-two-colum-repeat-image .two-column-image-left-inner p {
    font-size: 1.4em;
    line-height: 1.2;
  }
  .custom-two-colum-repeat-image .content-slide.slick-slide p {
    font-size: 1em;
    line-height: 1.2;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(even) .two-column-image-left {
    margin-left: 2.1%;
  }
  .custom-two-colum-repeat-image .btn-two-column {
    padding-left: 50px;
    padding-right: 50px;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(odd) .two-column-image-left {
    text-align: right;
    padding-right: 20px;
  }
  .bottom-pane-right {
    margin-left: 2.1%;
    padding-left: 20px;
  }
}

@media (max-width: 1000px) {

  body.mobile-open{
    overflow-y: scroll;
  }
  #social-in-menu {
    display: none;
  }
  .custom-menu-primary.js-enabled {
    top: 0;
    right: 0;
    position: fixed !important;
    width: 390px !important;
    height: 100%;
    min-width: 390px !important;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 5;
    overflow: hidden;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: block !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-bottom: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 46px;
  }
  .custom-menu-primary.js-enabled > div > span > div {
    width: 100%;
    margin-bottom: 59px;
  }
  a.follow-body.slide_out_area_close {
    opacity: 1;
    right: 0;
    -ms-transform: translateY(-50%) translateX(-389px)!important;
    -webkit-transform: translateY(-50%) translateX(-389px)!important;
    transform: translateY(-50%) translateX(-389px)!important;
  }

  .custom-header-group {
    background-color: rgba(255,255,255,0.90);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  img.starting-logo.default-logo {
    display: none;
  }
  .starting-logo.dark-version.default-logo {
    opacity: 1;
    visibility: visible;
    position: static;
    display: block !important;
    max-width: 95px;
  }
  #social-in-menu {
    display: none !important;
  }
  .custom-header-right-content ul li.slide-out-widget-area-toggle {
    padding-bottom: 0;
    padding-top: 0;
  }


  /* Mobile Trigger */
  .custom-header-right-content ul li a {
    opacity: 1;
  }
  .custom-header-right-content ul li.slide-out-widget-area-toggle a {
    width: 22px;
  }
  .slide-out-widget-area-toggle a span:not(.close-line) {
    width: 22px;
  }
  .slide-out-widget-area-toggle a:hover i.lines, 
  .slide-out-widget-area-toggle a:hover i.lines:after, 
  .scroll-header .slide-out-widget-area-toggle a:hover .lines-button:after, 
  .slide-out-widget-area-toggle a:hover i.lines:before {
    background-color:#29235c !important;
  }
  .slide-out-widget-area-toggle a i.lines:after {
    background-color: #29235c !important;
  }
  .lines-button i:before {
    background-color: #29235c !important;
  }
  .lines-button .lines {
    background-color: #29235c !important;
  }
  .custom-header-right-content ul li.slide-out-widget-area-toggle {
    padding-top: 13px;
  }
  .lines-button:after {
    background: transparent !important;
  }
  .lines:after {
    width: 22px;
    top: -6px;
  }
  .lines {
    width: 22px;
  }
  .lines:before {
    width: 16px;
    top: 6px;
  }

  /* Page Style */
  .custom-testimonials-items-group {
    padding: 0 4%;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .custom-testimonials-items.animated, .custom-testimonials-items {
    transform: scale(1, 1);
    opacity: 1;
  }
  .hs-member-login-layout .banner-area-wrp .page-center {
    padding-bottom:calc(100vw * 0.123) !important;
  }
  .member-login-items {
    width: 100%;
    padding: 3%;
  }
  .member-login-content-wrp h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .member-login-column-inner.dark_blue_them .member-button {
    margin-bottom: 0;
  }
  .member-login-column-inner.blue_them .member-button {
    margin-bottom: 0;
  }

  .custom-row1-contact-left-content {
    width: 100% !important;
    margin-bottom: 25px;
  }
  .custom-row1-contact-right-content {
    width: 100% !important;
    float: left !important;
  }
  #logo img {
    margin-left: 15px;
  }
  .custom-header-right-content {
    margin-right: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: inline !important;
    width: auto !important;
    position: relative;
  }

  /* Mobile Bottom Content */
  .custom-mobile-bottom-icon {
    margin-left: 0 !important;
    position: relative;
    top: -12px;
    padding-top: 40px;
  }
  .bottom-meta-wrap {
    -webkit-transform: translateX(110px);
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transform: translateX(110px);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .off-canvas-social-links.mobile-only {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .off-canvas-social-links li {
    padding: 0;
    display: inline-block;
    width: auto !important;
  }

  .off-canvas-social-links li:first-child a {
    padding-left: 0;
  }
  .off-canvas-social-links li a {
    height: 24px;
    display: block;
    width: auto;
    line-height: 38px;
    opacity: 1;
    padding: 0 14px;
    box-sizing: content-box;
    text-align: center;
    display: inline-block;
    margin-right: 0;
    color: #ffffff
      margin-left: 0;
    overflow: hidden;
  }
  .off-canvas-social-links a:hover i {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .off-canvas-social-links li i {
    font-size: 20px!important;
  }
  .off-canvas-social-links li i {
    height: 26px;
    width: auto;
  }
  .off-canvas-social-links li i {
    line-height: 28px;
    display: block;
    position: relative;
    top: auto;
    backface-visibility: hidden;
    transition: color 0.2s ease;
    transition: transform 0.25s ease,opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.25s ease,opacity 0.2s ease;
    vertical-align: middle;
    color:#fff;
  }
  .off-canvas-social-links li i {
    background-color: transparent!important;
    font-size: 18px;
    line-height: 22px;
  }
  .off-canvas-social-links li i:before {
    z-index: 10;
    display: block;
    position: relative;
  }
  .off-canvas-social-links .fa-phone:before {
    content: "\f095";
  }
  .off-canvas-social-links .fa-phone:after {
    content: "\f095";
  }
  .off-canvas-social-links .fa-lock:after {
    content: "\f023";
  }
  .off-canvas-social-links a i:after {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 100%;
  }
  .custom-mobile-bottom-icon {
    margin-left: 0 !important;
  }
  .off-canvas-social-links li {
    margin-right: -5px;
  }
  .off-canvas-social-links .fa-lock:after {
    content: "\f023";
  }
  .slide_out_area_close:before {
    background-color: rgba(0,0,0,.06);
    opacity: 1;
    right: 50px;
    -ms-transform: translateY(0) translateX(0)!important;
    -webkit-transform: translateY(0) translateX(0)!important;
    transform: translateY(0) translateX(0)!important;
    background-color: rgba(0,0,0,.06) !important;
  }
  .slide_out_area_close {
    position: absolute;
    right: 50px !important;
    top: 50px;
    z-index: 8;
    display: block;

  }
  a.follow-body.slide_out_area_close{
    opacity: 1;
    right: 0;
    -ms-transform: translateY(0) translateX(0)!important;
    -webkit-transform: translateY(0) translateX(0)!important;
    transform: translateY(0) translateX(0)!important;
  }
  .slide_out_area_close:hover:not(:focus):before {
    transform: scale(1.2) translateZ(0) !important;
    -webkit-transform: scale(1.2) translateZ(0) !important;
  }
  .custom-header-right-content {
    margin-right: 15px;
  }

  .mobile-open .custom-header-group {
    padding: 12px 0;
  }
  a#logo img {
    max-width: 95px;
  }
  .mobile-open #logo .starting-logo.dark-version.default-logo {
    max-width: 95px;
  }
  .mobile-open .custom-header-right-content ul li.slide-out-widget-area-toggle{
    padding-top: 11px;
  }


  /* Home */
  .custom-two-column-image-home .two-column-image-modules .page-center {
    max-width: 600px!important;
  }
  .custom-two-column-image-home.custom-two-column-with-background-image-wrp.parallax-section-1 {
    height: auto;
  }
  .custom-two-column-image-home .two-column-image-right {
    min-height: 253px;
  }
  .custom-two-column-image-home .btn-two-column {
    top: -10px;
  }
  .custom-two-colum-repeat-image .two-column-image-left {
    min-height: 273px;
  }	
  .bottom-pane-right {
    margin-left: 2.1%;
    padding-left: 0;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(odd) .two-column-image-left {
    text-align: right;
    padding-right: 4%;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(even) .two-column-image-left {
    order: 2;
    padding-left: 4%;
    margin-left: 0;
  }
  .custom-two-colum-repeat-image .btn-two-column {
    padding-left: 40px;
    padding-right: 40px;
  }
  .custom-menu-primary.js-enabled > div > span > div {
    width: 100%;   margin-bottom: 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 4px;
  }

  .hs-blog-bdy-content-grp .page-center .hs-top-categories ul {
    margin: 0 0 1em;
  }


  .without-banner.hs-404-layout .custom-header-group {
    background: rgba(255,255,255,0.90);
  }
  .without-banner.hs-404-layout .custom-header-right-content {
    margin-right: 8px;
  }
  .without-banner.hs-404-layout #logo .starting-logo.dark-version.default-logo {
    opacity: 1;
    visibility: visible;
    max-width: 95px;
  }
  .without-banner.hs-404-layout .header-container-wrapper {
    min-height: auto;
  }
  .without-banner.hs-404-layout .custom-header-group {
    padding: 12px 0 12px;
  }
  .without-banner.hs-404-layout .custom-header-right-content ul li.slide-out-widget-area-toggle {
    padding-top: 13px;
  }


  .without-banner.hs-member-key-fact-layout .custom-header-right-content ul li.slide-out-widget-area-toggle {
    padding-top: 10px;
  }
  .without-banner.hs-member-key-fact-layout #logo .starting-logo.dark-version.default-logo {
    opacity: 1;
    visibility: visible;
    max-width: 95px;
  }
  .without-banner.hs-member-key-fact-layout .header-container-wrapper {
    min-height: 68px;
  }

  .without-banner #logo .starting-logo.dark-version.default-logo {
    max-width: 95px;
  }
  .without-banner .header-container-wrapper {
    min-height: 77px;
  }
  .without-banner .custom-header-right-content ul li.slide-out-widget-area-toggle {
    padding-top: 0;
  }
  .without-banner .header-container-wrapper {
    min-height: 68px;
  }
  .without-banner .custom-header-group {
    padding: 12px 0 6px 0;
  }
  .mobile-open .custom-header-right-content ul li.slide-out-widget-area-toggle, .without-banner .custom-header-right-content ul li.slide-out-widget-area-toggle {
    padding-top: 13px;
  }



}

@media only screen and (max-width: 1000px) and (min-width: 690px){
  .body-container .page-center,
  .banner-area-wrp .page-center{
    max-width: 600px !important;
  }
  h2{
    font-size: 32px;
    line-height: 38.4px;
  }
  h3 {
    font-size: 19.2px;
    line-height: 22.4px;
  }

  /* About Us */
  .cst-team-member-grp .inner-col.clearfix .cst-team-member-items {
    width: 48%!important;
    margin-bottom: 2%;
    padding: 15px;
    margin-left: 0;
  }
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details {
    height: auto;
    width: 65%;
  }
  .cst-team-member-description-grp .inner-wrap .cst-right-col-image {
    width: 35%;
  }
  .nectar_team_member_close {
    display: none!important;
  }
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner span.mobile-close {
    display: block!important;
    position: static;
  }
  .cst-team-member-description-grp.open .inner-wrap .cst-left-col-details .inner span.mobile-close:before {
    position: absolute;
    display: block;
    height: 2px;
    width: 16px;
    left: 6px;
    top: 13px;
    content: ' ';
    background-color: #29235c;
  }
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner span.mobile-close:after {
    position: absolute;
    display: block;
    height: 16px;
    width: 2px;
    left: 13px;
    top: 6px;
    content: ' ';
    background-color: #29235c;
  }
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner span.mobile-close {
    transform: rotate(45deg)!important;
    -webkit-transform: rotate(45deg)!important;
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    transform-origin: center;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid;
  }
  .cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp .content h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .cst-award-include-grp .page-center {
    padding-right: 0;
  }
  .cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:last-child {
    margin: 0;
  }
  .cst-award-include-grp .page-center h2 {
    font-size: 32px;
    line-height: 38.4px;
  }

  .cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
    padding: 12%;
  }
  .cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col:last-child {
    margin-bottom: 0;
  }
  .cst-counter-grp .page-center {
    display: block;
  }
  .cst-counter-grp .page-center .cst-left-col-grp {
    width: 100%;
  }
  .cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper .col-inner {
    padding: 6%;
    padding-bottom: 0;
  }
  .cst-counter-grp .page-center .cst-rght-col-grp {
    margin-left: 0;
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .cst-one-col-top-image-grp.four-col .page-center.clearfix .one-col-top-icon-items {
    width: 48%!important;
    margin-bottom: 2%;
    padding: 15px;
    margin-left: 0;
  }
  .cst-one-col-top-image-grp.four-col .page-center.clearfix {
    padding-bottom: 0;
  }
  .cst-one-col-top-image-grp.four-col .page-center.clearfix .one-col-top-icon-items:last-child {
    margin-bottom: 0;
  }
  .cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:hover .inner:before {
    box-shadow: 0 30px 90px #29235c;
    overflow: visible;
  }
  .cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner:before {
    transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);
    display: block;
    position: absolute;
    left: 1%;
    top: 1%;
    height: 98%;
    width: 98%;
    opacity: 0.33;
    content: '';
    border-radius: 5px;
  }
  .cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:before{
    display:none;
  }
  /* About Us */


  .banner-content-wrp h3 {
    font-size: 19.2px;
    line-height: 22.4px;
  }
  .accordion-items.toggle h3{
    font-size: 19.2px;
    line-height: 22.4px;
  }
  .custom-row2-consumer-information-group h3.form-title {
    font-size: 32px;
    line-height: 38.4px;
  }

  .cst-post-item-grp .blog-content .post-listing .post-item {
    width: 47.7%;
  }
  body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix {
    height: auto;
    background-position: top center;
    background-attachment: scroll;
    min-height: 265px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp {
    position: static;
    transform: none;
  }
  body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center {
    display: block;
  }

  body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .cst-blog-post-pagination ul li.cst-next h3 span,
  .cst-blog-post-pagination ul li.cst-prev h3 span {
    text-align: center;
  }
  .cst-blog-post-pagination {
    margin-top: 35px;
  }
  .cst-blog-post-pagination ul li {
    min-height: 225px;
  }

  .custom-two-colum-repeat-image .two-column-image-items,
  .parallax-section-1,
  .custom-two-column-image-home.custom-two-column-with-background-image-wrp.parallax-section-1 {
    background-attachment: unset !important;
  }
  
}

@media (max-width: 979px) {
  #logo img {
    margin-left: 15px;
  }
  .accordion-items.toggle h3 a {
    font-size: 30px;
    line-height: 35px;
  }
  .member-login-content-wrp h2 {
    font-size: 35px;
    line-height: 40px;
  }
  #social-in-menu {
    display: block !important;
    padding: 14px 0 0;
  }
  #social-in-menu a {
    color: #29235c;
    display: inline-block;
  }
  .custom-header-right-content ul li#social-in-menu a i {
    font-size: 24px !important;
    height: auto;
  }
  .custom-header-right-content ul li#social-in-menu a:hover i {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .custom-header-right-content ul li#social-in-menu a:hover i {
    transform: none;
    color: #29235c;
  }
  .bottom-pane-right {
    margin-left: 2.1%;
    padding-left: 20px;
  }
}


@media only screen and (max-width: 979px) and (min-width: 768px){
  #social-in-menu a i {
    transition: transform 0.25s ease,opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.25s ease,opacity 0.2s ease;
  }
  li#social-in-menu a:hover i {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
  }
  .without-banner li#social-in-menu {
    top: 0;
  }

}

@media screen and (max-width: 768px){
  .custom-two-column-image-home .two-column-image-right {
    min-height: 214px;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-top: 0;
  }
  .custom-two-column-image-home .two-column-image-left h1 {
    font-size: 100px;
    line-height: 69px;
  }
  .custom-two-column-image-home .two-column-image-left {
    top: 2px;
  }
  .custom-two-colum-repeat-image .two-column-image-left {
    min-height: 234px;
  }
  .custom-two-column-image-home .two-column-image-left h1{
    margin-bottom:0;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(odd) h1 {
    font-size: 100px;
    line-height: 69px;
  }

  .custom-two-colum-repeat-image .two-column-image-left-inner p {
    font-size: 1.5em;
  }
  .custom-two-colum-repeat-image .content-slide.slick-slide p {
    font-size: 1.2em;
  }
  .custom-two-colum-repeat-image .content-slide span {
    font-size: 0.9em;
  }
}


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

@media (max-width: 767px) {
  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .one-column .body-container-wrapper input[type="text"],
  .one-column .body-container-wrapper input[type="password"], 
  .one-column .body-container-wrapper input[type="datetime"], 
  .one-column .body-container-wrapper input[type="datetime-local"], 
  .one-column .body-container-wrapper input[type="date"], 
  .one-column .body-container-wrapper input[type="month"], 
  .one-column .body-container-wrapper input[type="time"], 
  .one-column .body-container-wrapper input[type="week"], 
  .one-column .body-container-wrapper input[type="number"], 
  .one-column .body-container-wrapper input[type="email"], 
  .one-column .body-container-wrapper input[type="url"], 
  .one-column .body-container-wrapper input[type="search"], 
  .one-column .body-container-wrapper input[type="tel"], 
  .one-column .body-container-wrapper input[type="color"],
  .one-column .body-container-wrapper input[type="file"],
  .one-column .body-container-wrapper textarea,
  .one-column .body-container-wrapper select {
    width: 100% !important;
  }
  #email-prefs-form .email-edit {
    max-width: 100% !important;
  }  
  .custom-logo-group,
  .custom-header-right-content-group {
    width: 50% !important;
    float: left !important;
  }
  .hs-search-layout .hs-search-field {
    width: 100%;
  }

  /* About Us */
  .cst-team-member-grp .inner-col.clearfix .cst-team-member-items {
    width: 100%!important;
    margin-bottom: 25px;
    padding: 0px;
    margin-left: 0;
  }
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details {
    height: auto;
    width: 65%;
  }
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details {
    height: auto;
    width: 100%;
  }
  .cst-team-member-description-grp .inner-wrap .cst-right-col-image {
    display:none;
  }
  .cst-team-member-grp .inner-col.clearfix .outer-wrapper .cst-team-member-items:last-child {
    margin-bottom: 0;
  }
  .nectar_team_member_close {
    display: none!important;
  }
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner span.mobile-close {
    display: block!important;
    position: static;
  }
  .cst-team-member-description-grp.open .inner-wrap .cst-left-col-details .inner span.mobile-close:before {
    position: absolute;
    display: block;
    height: 2px;
    width: 16px;
    left: 6px;
    top: 13px;
    content: ' ';
    background-color: #29235c;
  }
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner span.mobile-close:after {
    position: absolute;
    display: block;
    height: 16px;
    width: 2px;
    left: 13px;
    top: 6px;
    content: ' ';
    background-color: #29235c;
  }
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details .inner span.mobile-close {
    transform: rotate(45deg)!important;
    -webkit-transform: rotate(45deg)!important;
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    transform-origin: center;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid;
  }
  .cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp .content h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .cst-award-include-grp .page-center {
    padding-right: 0;
  }
  .cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items:last-child {
    margin: 0;
  }
  .cst-award-include-grp .page-center h2 {
    font-size: 32px;
    line-height: 38.4px;
  }

  .cst-one-column-content-bg-grp .page-center .cst-content h1 {
    font-size: 2.5em;
  }
  .cst-one-col-top-image-grp .page-center.clearfix .one-col-top-icon-items .inner .content-grp .content h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .cst-award-include-grp .page-center h2 {
    font-size: 30px!important;
    line-height: 36px!important;
  }
  .cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
    padding: 12%;
  }
  .cst-award-include-grp .page-center .cst-column-2-col-grp.clearfix .outer-wrap .cst-col:last-child {
    margin-bottom: 0;
  }
  .cst-counter-grp .page-center {
    display: block;
  }
  .cst-counter-grp .page-center .cst-left-col-grp {
    width: 100%;
  }
  .cst-counter-grp .page-center .cst-left-col-grp .cst-inner-wrapper .col-inner {
    padding: 6%;
    padding-bottom: 0;
  }
  .cst-counter-grp .page-center .cst-rght-col-grp {
    margin-left: 0;
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .cst-one-col-top-image-grp.four-col .page-center.clearfix .one-col-top-icon-items {
    width: 100%!important;
    margin-bottom: 25px;
    padding: 0;
    margin-left: 0;
    margin-top: 15px;
  }
  .cst-one-col-top-image-grp.four-col .page-center.clearfix {
    padding-bottom: 0;
  }
  .cst-one-col-top-image-grp.four-col .page-center.clearfix .one-col-top-icon-items:last-child {
    margin-bottom: 0;
  }
  .cst-one-col-top-image-grp.four-col .page-center.clearfix .one-col-top-icon-items:last-child {
    margin-bottom: 13px;
  }
  .hs-abt-page .body-container {
    padding: 0 10px;
  }
  #social-in-menu {
    display: none !important;
  }
  .custom-header-right-content ul li a {
    margin: 0;
  }

  /* Home */
  .custom-two-column-image-home .two-column-image-modules .page-center {
    max-width: 420px !important;
  }
  .custom-two-column-image-home .two-column-image-modules .page-center {
    padding-top: calc(100vw * 0.20);
  }
  .custom-two-column-image-home .two-column-image-left h1 {
    font-size: 100px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 0;
  }
  .custom-two-column-image-home .custom-two-column-with-background-image-inner > div {
    width: 100%;
    text-align: center;
  }
  .custom-two-column-image-home .two-column-image-right {
    min-height: 157px;
    padding: 0;
    margin-bottom: 50px;
  }
  .custom-two-column-image-home .two-column-image-left {
    top: 13px;
  }
  .custom-two-column-image-home .btn-two-column {
    top: 1px;
    margin-bottom: 0;
  }

  .custom-two-colum-repeat-image .custom-two-column-with-background-image-inner > div {
    width: 100%;
    text-align: center !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(odd) .two-column-image-right {
    margin-left: 0;
    margin-bottom:0;
  }
  .custom-two-colum-repeat-image .two-column-image-items h1 {
    text-align: center;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(odd) .two-column-image-left {
    order: 2;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(even) .two-column-image-right {
    order: 1;
    margin-bottom: -14px;
  }

  .custom-two-colum-repeat-image .btn-two-column {
    padding-left: 50px;
    padding-right: 50px;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(even) h1 {
    text-align: center;
  }
  .custom-two-colum-repeat-image .two-column-image-right-inner h1 {
    font-size: 100px;
    line-height: 69px;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(3) .two-column-image-left {
    width: 100%;
  }
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(3) .two-column-image-right {
    width: 100%;
    margin-bottom: 10px;
  }


  .bottom-pane-inner > div {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .bottom-pane-left-inner h1 {
    text-align: center;
    font-size: 1.5em;
  }
  .testimonial-sider-container {
    max-width: 100% !important;
    padding: 0 25px;
  }
  .pagingInfo {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 33px;
    margin-top: 20px;
  }
  .testimonails-slider-btn {
    top: 0;
  }
  .testimonials-slider-group .next {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    z-index: 500;
    top: auto;
    bottom: 30px;
  }
  .testimonials-slider-group .prev {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    z-index: 500;
    top: auto;
    bottom: 30px;
  }
  .testimonials-slider-group h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile-open .site-wrapper {
    -ms-transform: scale(0.835) translateX(-445px) translateZ(0)!important;
    -webkit-transform: scale(0.835) translateX(-445px) translateZ(0)!important;
    transform: scale(0.835) translateX(-445px) translateZ(0)!important;
  }
  .custom-menu-primary.js-enabled > div > span > div {
    margin-bottom: 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 4px;
  }
  .banner-area-wrp {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bottom-pane-right {
    margin-left:0;
    padding-left: 0;
  }

  .cst-post-item-grp .blog-content .post-listing .post-item {
    width: 100%;
  }

  .hs-blog-bdy-content-grp .page-center .hs-top-categories ul {
    margin:0 0 .5em;
  }
  body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix {
    height: auto;
    min-height: 250px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp {
    position: static;
    transform: none;
  }
  body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center {
    display: block;
  }
  body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp .cst-post-col > span {
    display: none!important;
  }
  body.hs-media-blog.hs-blog-post .banner-area-wrp.clearfix .page-center .banner-content-wrp h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .cst-blog-post-pagination ul li.cst-next h3 span,
  .cst-blog-post-pagination ul li.cst-prev h3 span {
    text-align: center;
  }
  .cst-blog-post-pagination {
    margin-top: 35px;
  }
  .cst-blog-post-pagination ul li {
    min-height: 225px;
  }
  .section.post-body .hs_cos_wrapper_type_rich_text img {
    float: none!important;
    margin-bottom: 20px!important;
    margin-right: 0!important;
  }
  body.hs-media-blog.hs-blog-post .about-author-sec.row-fluid img {
    margin-right: 0px!important;
    width: 60px;
    height: 60px;
  }
  body.hs-media-blog.hs-blog-post .about-author-sec.row-fluid .author-content {
    display: inline-block;
    width: 100%!important;
    text-align: center;
    padding-left: 0!important;
    margin-top: 20px;
  }
  body.hs-media-blog.hs-blog-post .about-author-sec.row-fluid .author-content h3 {
    font-size: 19.2px;
    line-height: 22.4px;
  }
  body.hs-media-blog.hs-blog-post .about-author-sec.row-fluid .author-content p {
    max-width: 100%;
  }

  .cst-blog-post-pagination ul li {
    width: 100%!important;
    min-height: 250px;
  }
  .cst-blog-post-pagination ul li h3 {
    transition: none!important;
    transform: none!important;
    font-size: 19.2px;
    line-height: 22.4px;
  }
  .cst-blog-post-pagination ul li h3 span.text svg,
  .cst-blog-post-pagination ul li h3 span.text span.line {
    display: none!important;
  }
  .cst-blog-post-pagination ul li h3 span.text {
    font-size: inherit!important;
    line-height: inherit!important;
  }
  body.hs-media-blog.hs-blog-post .about-author-sec.row-fluid {
    text-align: center;
  }
  body.hs-media-blog.hs-blog-post .body-container {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  .cst-blog-post-pagination {
    margin: 0 -10px;
    overflow: hidden;
  }

  .blog.hs-default-blog .blog-sidebar {
    margin-top: 40px;
  }
  .custom-two-colum-repeat-image .two-column-image-items {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cst-one-column-content-bg-grp {
    margin: 0 -10px;
  }
  .cst-counter-grp {
    margin: 0 -10px;
  }
  .cst-post-item-grp .blog-content .post-listing .post-item .inner-col .cst-post-sec-grp .post-header h3.title {
    font-size: 19.2px;
    line-height: 22.4px;
  }

  .without-banner.hs-member-key-fact-layout .custom-header-right-content ul li.slide-out-widget-area-toggle {
    padding-top: 9px;
  }
  .without-banner.hs-member-key-fact-layout .custom-header-group {
    padding: 12px 0 6px 0;
  }
  .without-banner.hs-member-key-fact-layout .header-container-wrapper {
    min-height: 68px;
  }
  .without-banner.hs-member-key-fact-layout .custom-header-right-content ul li.slide-out-widget-area-toggle {
    padding-top: 13px;
  }
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details{
    height:auto;
    overflow: visible;
  }
  .cst-team-member-description-grp .inner-wrap {
    overflow: visible;
  }
  .hs-default-blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    margin: 0 0 20px;
    float: none;
    display: block!important;
    max-width: 100%;
  }

}  

@media (max-width: 767px) and (max-height:650px){
  .cst-team-member-description-grp .inner-wrap .cst-left-col-details{
    height:auto;
  }
  .cst-team-member-description-grp .inner-wrap {
    overflow: auto;
  }
}

@media only screen and (max-width: 740px){
  .banner-content-wrp h1 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 690px){
  .body-container .page-center,
  .footer-container .page-center,
  .header-container .page-center{
    max-width: 320px!important;
  }
  h2{
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 19.2px;
    line-height: 22.4px;
  }
  h4 {
    font-size: 19.8px;
    line-height: 19.8px;
  }
  .banner-content-wrp h3 {
    font-size: 19.2px;
    line-height: 22.4px;
  }
  .accordion-items.toggle h3{
    font-size: 19.2px;
    line-height: 22.4px;
  }
  .custom-row2-consumer-information-group h3.form-title{
    font-size: 30px;
    line-height: 36px;
  }
  .banner-content-wrp h1 {
    font-size: 2.5em;
  }

  .hs-contact-layout .banner-area-wrp .page-center {
    padding-bottom:calc(100vw * 0.090) !important;
  }
  .hs-404-layout .body-container .custom_error_message h1 {
    font-size: 150px;
    line-height: 150px;
  }
  .hs-404-layout .body-container .custom_error_message h2 {
    font-size: 32px;
  }

}
@media only screen and (max-width: 690px) and (min-width: 480px){
  .body-container .page-center,
  .footer-container .page-center,
  .header-container .page-center{
    max-width: 420px!important;
  }
  .custom-header-right-content {
    margin-right: 0;
  }

}


@media only screen and (max-width: 479px){
  .custom-testimonials-items-group .flip-box-front h3 {
    line-height: 22.4px;
  }
  .custom-testimonials-items-group .nectar-flip-box .flip-box-back .testimonials-inner, 
  .custom-testimonials-items-group .nectar-flip-box .flip-box-front .testimonials-inner {
    padding: 60px 20px;
  }
  .custom-header-right-content {
    margin-right: 0;
  }
  .cst-post-item-grp {
    padding: 0 15px;
  }
  .hs-default-blog .blog-pagination span {
    margin: 0 0 10px;
    display: block;
    text-align: center;
  }
  .banner-area-wrp {
    padding-left: 5px;
    padding-right: 5px;
  }

}


@media only screen and (max-width: 450px){
  .custom-menu-primary.js-enabled {
    min-width: 78vw !important;
    width: 78vw !important;
    padding-left: 50px;
    padding-right: 50px;
  }
  .mobile-open .site-wrapper {
    -ms-transform: scale(0.84) translateX(-87vw) translateZ(0)!important;
    -webkit-transform: scale(0.84) translateX(-87vw) translateZ(0)!important;
    transform: scale(0.84) translateX(-87vw) translateZ(0)!important;
  }
  .custom-header-right-content {
    margin-right: 0;
  }
}

/* =============== Landscape phones and smaller devices =============== */
@media only screen and (max-width: 351px){
  .custom-header-right-content {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 321px){
  .body-container .page-center,
  .footer-container .page-center,
  .banner-area-wrp .page-center{
    max-width: 300px!important;
  }
  .hs-member-login-layout .banner-area-wrp .page-center {
    padding-bottom: calc(100vw * 0.11) !important;
  }
  .hs-contact-layout .banner-area-wrp .page-center {
    padding-bottom:calc(100vw * 0.077) !important;
  }
  .hs-consumer-information-layout .banner-area-wrp .page-center {
    padding-bottom: calc(100vw * 0.080) !important;
  }
  .custom-two-column-image-home .two-column-image-modules .page-center {
    padding-top: calc(100vw * 0.21);
  }

}

@media only screen and (max-width: 320px){
  #logo img {
    margin-left: 17px;
  }
}

/* fix blurry background images on mobile */
@media only screen and (max-width: 1366px){
  .banner-area-wrp,
  .cst-one-column-content-bg-grp,
  .cst-counter-grp,
  .parallax-section-1,
  .custom-two-colum-repeat-image .two-column-image-items {
    background-attachment: unset !important;
  }
}

a {
  color: #e70263;
}

a:hover {
  color: #951b81;
}


/* fix blurry background images on mobile */
@media only screen and (min-width: 1023px) and (max-width: 1366px){
  .custom-two-column-image-home .custom-two-column-with-background-image-inner > div,
  .custom-two-colum-repeat-image .custom-two-column-with-background-image-inner > div,
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(3) .two-column-image-left,
  .custom-two-colum-repeat-image .two-column-image-items:nth-child(3) .two-column-image-right {
      width: 42%;
  }
}


/* fix member login button colors */
.pink_theme a:hover, 
.dark_blue_them a:hover, 
.blue_them a:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.pink_theme a:hover {
  color: #951b81;
}

.dark_blue_them a:hover {
  color: #28235C;
}

.blue_them a:hover {
  color: #6BBBD3;
}

