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


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

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


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


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

@import url('//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import url('//fonts.googleapis.com/css?family=Roboto:400,500&display=swap');

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

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

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

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

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

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

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

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

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

/* Responsive 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 > 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.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

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

body {
  background: #fff;
  color: #3c3c3a;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {}
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 {
  margin: 0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
}
h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 1.2;
}
h3 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
}
h4 {
  font-size: 31px;
  font-weight: 300;
  letter-spacing: 0.03em;
}
h5 {
  font-weight: 400;
  line-height: 1.1;
  font-size: 0.83em;
}
h6 {
  font-weight: 400;
  line-height: 1.1;
  font-size: 0.67em;
}

/* Anchor Links */
a {    
  color: rgb(0, 0, 238);
  text-decoration: underline;
}
a:hover, a:focus { 
  color: #90f;
  text-decoration: underline;
}

/* Lists */
ul, ol {
  margin: 0 0 15px;
}
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;
}


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

body:not(.blog) .body-container-wrapper {
  background: #fff;
}
/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header {
  position: fixed;
  width: 100%!important;
  top: 0;
  z-index: 350;
  text-align: center;
  height: 70px;
  background-color: #222221;
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;
}
.cm-outer-header {
  min-height: 70px !important;
}
.cm-header-left-section {
  width: auto !important;
}
.header-logo {
  position: absolute;
  top: 35%;
  left: 0;
  -webkit-transform: translateY(0%) translateX(-50%);
  -ms-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
  display: inline-block;
}
.header-logo a.logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 67px;
  height: 20px;
}
.header-logo a.logo svg:first-child {
  left: 69px;
  position: absolute;
  width: 8px;
  top: -4px;
}
.header-logo a.logo svg.logo-fill {
  width: 67px;
  top: 0px;
  position: absolute;
  left: 0px;
  transition: all .3s;
}
.header-logo a.logo svg.logo-fill path {
  fill: #fff;
}
.header-logo a.logo:hover svg.logo-fill {
  opacity: 0;
}
.custom-header .page-center {
  position: relative;
  min-height: 70px;
}
.header-logo a.logo:hover .logo-hover {
  opacity: 1;
}
.logo-hover {
  opacity: 0;
  position: absolute;
  -webkit-clip-path: url(#logoClip);
  clip-path: url(#logoClip);
  top: 0px;
  left: 0px;
  width: 70px;
  height: 19.5px;
  background: -webkit-gradient(linear, right top, left top, from(#ff665e), to(#3f43ad));
  background: -webkit-linear-gradient(right, #ff665e, #3f43ad);
  background: -o-linear-gradient(right, #ff665e, #3f43ad);
  background: linear-gradient(270deg, #ff665e, #3f43ad);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3.4s ease infinite;
  animation: AnimationName 3.4s ease infinite;
}
@-webkit-keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes AnimationName { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
/* =============== Content =============== */

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

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

.banner-area {
  height: 60vh;
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
}
.simple-banner {
  -o-object-position: 50% 85%;
  object-position: 50% 85%;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 85%;
}
.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-overlay.black {
  background-color: #222221;
  opacity: 0.2;
}
.header-overlay.red {
  background-color: #ff665e;
  opacity: 0.45;
}
.banner-content {
  top: 50%;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  text-align: center;
}
.banner-content h1 {
  font-weight: 300;
  text-shadow: 0px 1px 7px rgba(0,0,0,0.4);
  color: #fff;
  font-size: 76px;
  line-height: 87px;
  margin: 0;
}
/* =============== Footer =============== */

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

div#footer-container {
  position: absolute;
  top: -5%;
  width: 110%;
  left: -5%;
  min-height: 800px;
  overflow: hidden;
  height: 110%;
  z-index: 0;
}
.custom-footer {
  position: relative;
  display: block;
  font-weight: 400;
  height: auto;
  overflow: hidden;
  z-index: 300;
  color: var(--white);
  background-color: #222221;
}
.footer-social {
  position: relative;
  top: -60px;
  display: inline-block;
}
.footer-social .social-footer {
  position: relative;
  max-width: 240px;
  line-height: 1.15;
}
.footer-social .social-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 17px;
}
.footer-social .social-footer ul li {
  display: inline-block;
}
.footer-social .social-footer ul li a:first-child {
  margin-right: 25px;
}
.footer-social .social-footer ul li a {
  text-decoration: none;
  display: inline-block;
  line-height: 0;
}
.footer-social .social-footer ul li a svg {
  width: 20px;
}
.footer-social .social-footer ul li a svg path {
  fill: #fff;
}
.lp .social-footer {
  display: none;
}
.footer-copyright {
  float: left;
  margin-bottom: 30px;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  line-height: 1.15;
}
.cm-footer-menu {
  width: 100%;
  max-width: 700px;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.cm-footer-menu .hs-menu-wrapper > ul {
  opacity: 1;
  list-style-type: none;
  text-align: left;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 13px 0 !important;
}
.cm-footer-menu .hs-menu-wrapper > ul > li {
  float: left;
  margin: 0 !important;
  width: 20%;
  line-height: 1.15;
  padding: 0px 0px;
}
.cm-footer-menu .hs-menu-wrapper > ul > li:nth-last-child(2) {
  width: 16%;
}
.cm-footer-menu .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 600;
  color: #717acf;
  line-height: 1.15;
  z-index: 9999;
  position: relative;
}
.cm-footer-menu .hs-menu-wrapper > ul > li > ul {
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  list-style-type: none;
  text-align: left;
  top: 10px !important;
  left: 0 !important;
  width: auto;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  min-width: 0;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1 !important;
  float: none;
  position: relative !important;
  display: block !important;
  visibility: visible !important;
}
.cm-footer-menu .hs-menu-wrapper > ul > li > ul > li {
  display: inline-block;
  width: 100%;
  margin: 11px 0px !important;
  opacity: 1;
  padding-right: 14px !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  padding: 0px 0px;
}
.cm-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  text-transform: initial;
  font-weight: 400;
  color: #fff;
  display: inline-block !important;
  text-decoration: none;
  letter-spacing: .01em;
  font-size: 13px;
  line-height: 1.15;
  width: auto !important;
}
.cm-footer-top-right-pan {
  position: relative;
  float: right !important;
  margin-top: 50px;
  width: 230px !important;
  margin-left: 0 !important;
}
.cm-footer-contact-section {
  font-size: 13px;
  font-style: normal;
  margin-bottom: 50px;
  line-height: 1.4;
}
.cm-footer-contact-section {
  font-size: 13px;
  font-style: normal;
  margin-bottom: 50px;
  line-height: 1.4;
  color: #fff !important;
  font-weight: 400;
}
.cm-footer-contact-section span > span{
  color: #ff665e;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.cm-footer-contact-section a {
  margin-top: 2px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
  position: relative;
}
.cm-footer-contact-section a:after {
  opacity: 0;
  content: "";
  display: block;
  height: 0px;
  border-top: 1px solid #fff;
  width: 100%;
  position: relative;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cm-footer-contact-section a:hover:after {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.cm-footer-form h3.form-title {
  color: #ff665e;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.cm-footer-form form {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 15px !important;
  padding: 0 !important;
}
.cm-footer-form form input[type="email"] {
  font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
  margin: 0 4% 10px 0;
  min-height: 32px;
  width: 87%;
  font-size: 11px !important;
  font-weight: 500;
  color: #222221;
  min-width: 172px !important;
  display: inline-block !important;
  -webkit-appearance: none;
  border: 1px solid transparent !important;
  outline: none;
  padding: 6px 13px !important;
  border-radius: 0px !important;
  line-height: 1.15;
  background-color: white;
}
.cm-footer-form form input[type="submit"] {
  margin: 0 0 10px 0;
  min-width: 90px;
  font-size: 11px !important;
  display: inline-block !important;
  width: auto !important;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff665e;
  border-radius: 18px;
  height: auto;
  line-height: normal;
  letter-spacing: 0.07em;
  border: 0px solid transparent;
  font-weight: 700;
  padding: 9px 18px 9px 18px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-decoration: none;
  line-height: 12.65px;
}
.cm-footer-form form input[type="submit"]:hover {
  background-color: #fff;
  color: #ff665e;
  -webkit-transform: none;
  -ms-transform: no;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cm-footer-form form span.hs-form-required {
  display: none;
}
.cm-footer-form p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
}
.gradient.footer-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
canvas#footer-container-dots-canvas {
  top: -5%;
  width: 110%;
  left: -5%;
  min-height: 800px;
  overflow: hidden;
  height: 110%;
  z-index: 0;
  position: absolute;
}
.cm-footer-menu .hs-menu-wrapper > ul > li > ul > li > a:after {
  opacity: 0;
  content: "";
  display: block;
  height: 0px;
  border-top: 1px solid #fff;
  width: 100%;
  position: relative;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cm-footer-menu .hs-menu-wrapper > ul > li > ul > li > a:hover:after {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

.button
    display: inline-block !important;
    width: auto !important;
    text-transform: uppercase!important;
    color: var(--white)!important;
    background-color: var(--red)!important;
    border-radius: 18px!important;
    height: auto!important;
    line-height: inherit!important;
    font-size: 12px!important;
    letter-spacing: 0.07em!important;
    border: 0px solid transparent!important;
    font-weight: 700!important;
    padding: 9px 18px 9px 18px!important;
    -webkit-transition: all 0.1s ease!important;
    -o-transition: all 0.1s ease!important;
    transition: all 0.1s ease!important;
    text-decoration: none!important;
}

.red-button {
    font-size: 10px!important;
}

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

  .custom-menu-primary {
    width: auto !important;
    float: right !important;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 23px !important;
    text-align: right;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 13px;
    margin-left: 0 !important;
  }
  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0px 20px;
    position: relative;
    display: inline-block;
    float: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    padding-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 13px;
    line-height: 1.15;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a {
    color: #fff;
    position: relative;
    display: inline-block !important;
    width: auto !important;
    text-transform: uppercase;
    background-color: #ff665e;
    border-radius: 18px;
    height: auto;
    line-height: 13.8px;
    font-size: 12px;
    letter-spacing: 0.07em;
    border: 0px solid transparent;
    font-weight: 700;
    padding: 9px 18px 9px 18px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a:hover {
    background-color: #fff;
    color: #ff665e;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) > a:after {
    opacity: 0;
    content: "";
    display: block;
    height: 0px;
    border-top: 1px solid #fff;
    width: 100%;
    position: relative;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) > a:hover:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }



  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    opacity: 0;
    z-index: -10;
    position: absolute;
    top: -500px;
    text-align: left;
    left: -30px;
    border-radius: 15px;
    min-width: 140px;
    padding: 20px 30px;
    letter-spacing: 0.01em;
    -webkit-transform: translateX(0) translateY(10px);
    -ms-transform: translateX(0) translateY(10px);
    transform: translateX(0) translateY(10px);
    -webkit-transition: opacity 0.4s ease, top 4s, -webkit-transform 0.1s ease;
    transition: opacity 0.4s ease, top 4s, -webkit-transform 0.1s ease;
    -o-transition: opacity 0.4s ease, transform 0.1s ease, top 4s;
    transition: opacity 0.4s ease, transform 0.1s ease, top 4s;
    transition: opacity 0.4s ease, transform 0.1s ease, top 4s, -webkit-transform 0.1s ease;
    background-color: #3c3c3a;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    min-width: 240px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    top: 30px;
    height: auto;
    z-index: 10;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: opacity 0.2s ease, top 0s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, top 0s, -webkit-transform 0.2s ease;
    -o-transition: opacity 0.2s ease, transform 0.2s ease, top 0s;
    transition: opacity 0.2s ease, transform 0.2s ease, top 0s;
    transition: opacity 0.2s ease, transform 0.2s ease, top 0s, -webkit-transform 0.2s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "";
    position: absolute;
    top: -5px;
    height: 20px;
    border-radius: 5px;
    width: 20px;
    left: 40px;
    background-color: #3c3c3a;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child {
    margin-top: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    margin: 10px 0px;
    opacity: 0;
    position: relative;
    display: block;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-delay: 0s;
    line-height: 1.15;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    color: #fff;
    position: relative;
    display: inline-block !important;
    text-decoration: none;
    letter-spacing: 0.01em;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.15;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li:first-child {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child {
    margin-bottom: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:after {
    opacity: 0;
    content: "";
    display: block;
    height: 0px;
    border-top: 1px solid var(--white);
    width: 100%;
    position: relative;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover > after {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > ul {
    min-width: 150px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > ul{
    min-width: 150px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul{
    min-width: 140px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:after {
    opacity: 0;
    content: "";
    display: block;
    height: 0px;
    border-top: 1px solid #fff;
    width: 100%;
    position: relative;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover:after {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

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

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

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

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .social-mobile {
    display: none;
  }
}




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

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

@media (max-width: 767px){

  /* 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 Menu Styles ===== */  
  .custom-menu-primary {
    position: absolute;
    padding-top: 0;
    margin: 0;
    width: 100% !important;
    top: 100%;
    left: 0;
    right: 0;
  }
  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper{
    display: none;
  }
  .custom-menu-primary .hs-menu-children-wrapper{
    display: block !important;
  }  

  /* 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 */
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 33px 35px 20px 35px;
    background-color: #3c3c3a;
    height: calc(100vh - 70px);
    overflow: hidden;
    overflow-y: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-bottom: 10px;
    margin: 0!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01em;
    font-size: 13px;
    line-height: 1.15;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child {
    margin-top: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    width: 100%;
    margin: 16px 0px;
    opacity: 1;
    padding-right: 14px;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    text-transform: initial;
    font-weight: 400;
    color: #c0c0bf;
    position: relative;
    display: inline-block !important;
    text-decoration: none;
    letter-spacing: 0.01em;
    font-size: 13px;
    line-height: 1.15;
    line-height: 1.15;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:after {
    opacity: 0;
    content: "";
    display: block;
    height: 0px;
    border-top: 1px solid #c0c0bf;
    width: 100%;
    position: relative;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover:after {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) > a {
    text-decoration: none;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01em;
    display: inline-block !important;
    width: auto !important;
    background-color: #ff665e;
    border-radius: 18px;
    height: auto;
    line-height: inherit;
    font-size: 12px;
    border: 0px solid transparent;
    padding: 9px 18px 9px 18px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8):hover > a {
    background-color: #ffffff;
    color: #ff665e;
  }
  .social-mobile {
    max-width: calc(100% - 30px);
    margin: 0 auto;
    float: left;
    padding-top: 10px;
    position: relative;
  }
  .social-mobile ul {
    transition: all 0.3s ease;
    opacity: 1;
    background-color: #3c3c3a;
    text-align: left;
    width: calc(100% + 70px);
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 13px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block !important;
  }
  .social-mobile ul li {
    width: auto !important;
    vertical-align: middle;
    float: none !important;
    margin-right: 10px !important;
    display: inline-block !important;
  }
  .social-mobile ul li a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
  .social-mobile ul li a svg {
    width: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
  .social-mobile ul li a svg path {
    fill: #fff;
  }
  .social-mobile ul li a:after {
    opacity: 0;
    content: "";
    display: block;
    height: 0px;
    border-top: 1px solid #c0c0bf;
    width: 100%;
    position: relative;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .social-mobile ul li a:hover:after {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }
  .mobile-trigger1:hover .mobile-menu-box .mobile-menu-inner:before {
    top: -6px;
  }
  .mobile-trigger1:hover .mobile-menu-box .mobile-menu-inner:after {
    bottom: -6px;
  }
}

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


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

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

/* Blog Post */
.hs-blog-post {}
.social-share-fixed {
  background-color: #fff;
  z-index: 100;
  position: fixed;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0) !important;
  -ms-transform: translateY(-50%) translateX(0) !important;
  transform: translateY(-50%) translateX(0) !important;
}
.social-share-fixed ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.social-share-fixed ul li {
  padding: 20px 15px;
  display: block;
  line-height: 1.15;
  position: relative;
}
.social-share-fixed ul li a svg {
  width: 20px;
}
.social-share-fixed ul li a svg path {
  fill: #ff665e;
}
/* Blog Listing */
.hs-blog-listing {}
header.blog-header {
  height: 60vh;
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
}
.hs-blog-listing .body-container {
  background: -webkit-linear-gradient(45deg, rgba(229,229,229,0.3) 0%, rgba(229,229,229,1) 20%, rgba(229,229,229,1) 30%, rgba(229,229,229,0.1) 100%);
}
header.blog-header img.img-align-bottom {
  -o-object-position: 50% 85%;
  object-position: 50% 85%;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
header.blog-header .header-overlay.black {
  background-color: #222221;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header.blog-header .text-wrap {
  top: 50%;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  text-align: center;
}
header.blog-header .text-wrap h1 {
  font-weight: 300;
  text-shadow: 0px 1px 7px rgba(0,0,0,0.4);
  color: #fff;
  font-size: 76px;
  line-height: 1.15;
  margin: 0;
}
.hs-blog-listing .body-container-wrapper .page-center {
  padding-top: 60px;
}
.hs-blog-listing .body-container-wrapper {
  background: #ececec;
}
/* Blog Columns Wrapper */
.blog .content-wrapper {}

.post-listing:after {
  content: '';
  display: block;
}



.blog-listing-wrapper .post-listing .post-item {
  margin: 0;
  padding: 0;
}

.blog-listing-wrapper .post-listing .post-item {
  width: 32%;
  margin-bottom: 25px;
  display: inline-block;
  float: left;
  margin-bottom: 25px;
}

.post-item {
}

.post-listing {
  display: flex;
  flex-wrap: wrap;
}

.post-item {
}

.blog-listing-wrapper .post-listing .post-item:nth-child(3n+1) {
  margin-right: 1%;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(3n+2) {
  margin-left: 1%;
  margin-right: 1%;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(3n+3) {
  margin-left: 1%;
}

.post-item-inner-wrapper {
  padding: 20px;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
}

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

.post-header {
  padding-right: 70px;
  padding-top: 20px;
}

span#hubspot-topic_data {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.03em;
  font-size: 11px;
}

span#hubspot-topic_data a {
  color: inherit;
}

span.news-date {
  font-weight: 300;
  color: #000;
  letter-spacing: -0.02em;
  font-size: 12px;
  margin-left: 7px;
}

.post-header h2 {
  font-size: calc(10px + (28 - 22) * (100vw - 360px) / (1800 - 360));
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: -0.025em;
  margin-bottom: 50px;
}
.post-header h2 a {
  color: inherit;
}

.post-item a {
  text-decoration: none;
}

.post-item a:hover, .post-header h2 a:hover {
  text-decoration: underline !important;
}

.post-item a.more-link {
  border-radius: 18px;
  height: auto;
  line-height: inherit;
  font-size: 12px;
  letter-spacing: 0.07em;
  border: 0px solid transparent;
  font-weight: 700;
  padding: 9px 18px 9px 18px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-decoration: none !important;
  background-color: #ff665e;
  color: #ffffff;
  width: auto;
  display: inline-block;
  line-height: 14px;
}

.post-item a.more-link span {
  display: inline-block;
  opacity: 0;
  width: 0;
  line-height: 0;
  position: relative;
  top: 1px;
  -webkit-transition: width 0.4s ease 0.1s, opacity 0.3s ease 0s;
  -o-transition: width 0.4s ease 0.1s, opacity 0.3s ease 0s;
  transition: width 0.4s ease 0.1s, opacity 0.3s ease 0s;
}

.post-item a.more-link span svg {
  width: 30px;
  margin-left: 5px;
}
.blog-post-wrapper .post-body {
  font-weight: 400;
}
.post-item a.more-link:hover span {
  width: 36px;
  opacity: 1;
  -webkit-transition: width 0.4s ease 0s, opacity 0.3s ease 0.2s;
  -o-transition: width 0.4s ease 0s, opacity 0.3s ease 0.2s;
  transition: width 0.4s ease 0s, opacity 0.3s ease 0.2s;
}
.blog-listing-wrapper > .post-listing-simple {
  padding-bottom: 50px;
}
.post-item a.more-link:hover span svg * {
  fill: #fff;
}
h2.post-listing-simple {
  font-size: calc(10px + (28 - 22) * (100vw - 360px) / (1800 - 360));
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: -0.025em;
}
h2.post-listing-simple a {
  color: #000000;
  text-decoration: none !important;
}
.hs-featured-image-wrapper {
  max-height: 220px;
  overflow: hidden;
}

.blog-pagination {
  text-align: center;
  padding: 30px 0px;
  padding-bottom: 50px;
}

.blog-pagination > div {
  display: inline-block;
}

.blog-pagination a {
  height: 14px;
  width: 13px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  padding: 9px 10px;
  border-radius: 100%;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #ff665e;
  margin: 0;
}

.blog-pagination-left a,.blog-pagination-right a {
  width: auto;
  padding: 9px 18px;
  border-radius: 18px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-decoration: none;
}

.blog-pagination-left {}

.blog-pagination-right a.next-link:after {
  display: inline-block;
  content: url(//6209359.fs1.hubspotusercontent-na1.net/hubfs/6209359/Davra_August2019%20Theme/Images/right-arrow.svg);
  height: 7px;
  width: 0px;
  margin-left: 0px;
  opacity: 0;
  position: relative;
  -webkit-transition: width 0.2s ease, opacity 0.2s ease 0.2s;
  -o-transition: width 0.2s ease, opacity 0.2s ease 0.2s;
  transition: width 0.2s ease, opacity 0.2s ease 0.2s;
}

.blog-pagination a:hover,
.blog-pagination-center a.active{
  background-color: #fff;
  color: #ff665e;
  -webkit-box-shadow: inset 0 0 0 2px #ff665e;
  box-shadow: inset 0 0 0 2px #ff665e;
}

.blog-pagination-right a.next-link:hover:after {
  width: 29px;
  opacity: 1;
  top: 1px;
  margin-left: 8px;
}

.blog-pagination-left {}
.blog-pagination-left a.prev-link:before {
  display: inline-block;
  content: url(//6209359.fs1.hubspotusercontent-na1.net/hubfs/6209359/Davra_August2019%20Theme/Images/right-arrow.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 7px;
  width: 0px;
  opacity: 0;
  position: relative;
  -webkit-transition: width 0.2s ease, opacity 0.2s ease 0.2s;
  -o-transition: width 0.2s ease, opacity 0.2s ease 0.2s;
  transition: width 0.2s ease, opacity 0.2s ease 0.2s;
}

.blog-pagination-left a.prev-link:hover:before {
  width: 29px;
  opacity: 1;
  top: 5px;
  margin-right: 8px;
}


/*====== get Startred=====*/
.inside-banner {
  max-width: 1060px;
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

img {
}

.bottom-banner {
  position: relative;
  display: block;
  padding: 300px 0px;
  margin-bottom: -1px;
  position: relative;
}

.bottom-banner img {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inside-banner h1 {
  font-size: calc(42px + (58 - 42) * (100vw - 768px) / (1800 - 768));
  margin-top: 30px;
  margin-bottom: 55px;
}

.inside-banner a.button {
  display: inline-block !important;
  width: auto !important;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff665e;
  border-radius: 18px;
  height: auto;
  line-height: inherit;
  font-size: 12px;
  letter-spacing: 0.07em;
  border: 0px solid transparent;
  font-weight: 700;
  padding: 9px 18px 9px 18px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-decoration: none;
  font-size: 15px;
  padding: 16px 36px 16px 36px;
  border-radius: 30px;
  line-height: inherit;
  line-height: 1.15;
}

.inside-banner span {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}


.inside-banner a.button:hover {
  background-color: #fff;
  color: #ff665e;
}

/* =============== 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 {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin:0 0 30px;
  padding:0 0 30px;
}
.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: block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.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;
  display: block;
  padding: 0;
}

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

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
.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-bottom: 30px;
}

.blog .blog-sidebar .cell-wrapper{
  margin:0 0 30px;
}

/* =============== 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;
  overflow: hidden;
}
.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 {}

.hs-blog-post-outer-wrapper{
  padding-top: 90px;
  padding-bottom: 50px;
}
.hs-blog-post-outer-wrapper .blog-content {
  display: block;
  position: relative;
  background-color: #fff;
  min-height: 300px;
  max-width: 850px;
  border-radius: 0px !important;
  margin: 0 auto;
  padding: 50px 90px 50px 80px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
  float: none !important;
  margin: 0 auto !important;
}
.hs-blog-post .body-container-wrapper {
  background: #ececec;
}
.section-post-header h1 {
  font-size: calc(17px + (28 - 22) * (100vw - 768px) / (1300 - 768));
  color: #222221;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 77%;
}
.section-post-header span.date {
  font-weight: 600;
  font-size: 13px;
  color: #717acf;
  letter-spacing: 0.03em;
  line-height: 1.15;
}
.section-post-header {
  line-height: 1.15;
}
.section-post-header hr {
  border: 0px solid transparent;
  border-top: 1px solid #efefef;
  padding-bottom: 20px;
  box-sizing: content-box;
  height: 0;
  background: transparent;
}
.section-post-header a.button.red-button.arrow-button {
  position: absolute;
  right: 30px;
  top: 50px;
  border: 2px solid transparent;
  font-weight: 700;
  padding: 9px 18px 9px 18px;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-decoration: none;
  display: inline-block !important;
  width: auto !important;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff665e;
  border-radius: 18px;
  height: auto;
  line-height: inherit;
  font-size: 12px;
  letter-spacing: 0.07em;
}
.section-post-header a.button.red-button.arrow-button span {
  display: inline-block;
  opacity: 0;
  width: 0;
  line-height: 0;
  position: relative;
  top: 1px;
  -webkit-transition: width 0.4s ease 0.1s, opacity 0.3s ease 0s;
  -o-transition: width 0.4s ease 0.1s, opacity 0.3s ease 0s;
  transition: width 0.4s ease 0.1s, opacity 0.3s ease 0s;
}
.section-post-header a.button.red-button.arrow-button span svg#Layer_1 {
  width: 30px;
} 
.section-post-header a.button.red-button.arrow-button span svg#Layer_1 path {
  fill: #FF665E;
}
.section-post-header a.button.red-button.arrow-button:hover span {
  width: 36px;
  opacity: 1;
  -webkit-transition: width 0.4s ease 0s, opacity 0.3s ease 0.2s;
  -o-transition: width 0.4s ease 0s, opacity 0.3s ease 0.2s;
  transition: width 0.4s ease 0s, opacity 0.3s ease 0.2s;
}
.section-post-header a.button.red-button.arrow-button:hover {
  background-color: #fff;
  color: #ff665e;
  border: 2px solid #ff665e;
  padding-right: 18px;
  padding-left: 10px;
}
.cm-footer-form .hs-error-msgs label {
  color: #fff;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

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

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

/* Labels and Legends */
label {
  color: #717acf;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
span.hs-form-required {
  color: #ff665e;
}
body .hs-form-field > label,
.widget-type-google_search label,
#comment-form li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
}
h3.form-title {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0;
  color: #222221;
}
/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #efefef;
  padding: 10px 0;
  z-index: 10;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  margin-bottom: 15px;
}

input[type="text"]:hover,
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover {
  border-bottom: 2px solid #c0c0bf;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline:none;
  border-bottom: 2px solid #c0c0bf;
}
.body-container form {
  margin-bottom: 30px;
}
.hs-error-msgs label {
  color: #ff3f47;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 700;
  font-size: 12px;
  margin-right: 30px;
  letter-spacing: 0.03em;
}
.hs-error-msgs label:before {
  content: url(//6209359.fs1.hubspotusercontent-na1.net/hubfs/6209359/Davra_August2019%20Theme/Images/error.svg);
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: sub;
  margin-right: 10px;
}
/* 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 */

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

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


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

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

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

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


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

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

/* Inputs */
#comment-form input[type="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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

#comment-form .hs-form:before {
  content: "Leave a Reply";
  display: block;
  margin: 0 0 25px;
  font-size: 30px;
}

/* =============== 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"] {
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  background-color: #ff665e;
  -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 15px 40px;
  position: relative;
  font-weight: 400;
  border: 0;
  color: #fff;
  font-family: inherit;
  font-size: 100%;
  white-space: normal;
  border-radius: 25px;
  line-height: 1.15;

}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 0px rgba(0,0,0,0.6);
}

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


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

.grecaptcha-badge {
  margin: 10px 0;
}
.landing-page.one-column .body-container form, 
.error-template.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}

.section.post-footer form {
  max-width: 600px;
}
.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
}
.custom-site-search .hs-search-field__bar{
  max-width:600px;
}
.lp .mobile-trigger {
  display: none !important;
}
.lp .mobile-trigger1 {
  display: none !important;
}
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
body:not(.blog) .body-container-wrapper .page-center {
  padding-top: 40px;
  padding-bottom: 40px;
}


.cm-header-popup-form-wrapper {
  position: fixed;
  left: 0;
  width: 100% !important;
  height: 100vh;
  background-color: rgba(0,0,0,0.85);
  z-index: -10;
  padding: 0;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.3s ease 0.2s, -webkit-transform 0.2s ease-out 0.2s;
  transition: opacity 0.3s ease 0.2s, -webkit-transform 0.2s ease-out 0.2s;
  -o-transition: opacity 0.3s ease 0.2s, transform 0.2s ease-out 0.2s;
  transition: opacity 0.3s ease 0.2s, transform 0.2s ease-out 0.2s;
  transition: opacity 0.3s ease 0.2s, transform 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
  top: 150%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-align: center;
}
.form-active .cm-header-popup-form-wrapper {
  z-index: 1000;
  opacity: 1;
  top: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.form-active {
  overflow: hidden;
}
.header-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-48.5%) translateX(-50%);
  -ms-transform: translateY(-48.5%) translateX(-50%);
  transform: translateY(-48.5%) translateX(-50%);
  max-width: 900px;
  width: 85% !important;
  height: 100%;
  max-height: 80vh;
  background-color: #fff;
  overflow-y: scroll;
  padding: 10px 50px;
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}
.form-active .header-popup {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
.close-button:hover {
  cursor: pointer;
  opacity: 0.9;
}
.header-popup form {
  padding: 0;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  background-color: #fff;
  text-align: left;
  display: block;
  z-index: 10;
  position: relative;
}
.form-heading {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 650px;
}
.form-heading .form-heading-title {
  margin-bottom: 20px;
  color: #222221;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.15;
}
.wpforms-description {
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
  color: #222221;
}
.header-popup form .hs_firstname {
  width: 47% !important;
  margin-right: 3% !important;
  padding-right: 20px !important;
}
.header-popup form .hs_email {
  width: 47% !important;
  margin-left: 3% !important;
  padding-left: 20px !important;
}
.header-popup form textarea {
  min-height: 108px;
  margin: 0;
}
.header-popup form .hs_message {
  margin-top: 30px;
  padding: 0 !important;
}
.header-popup form span.hs-form-required {
  color: #ff665e;
  display: inline-block;
  padding: 0 4px;
}
.header-popup .actions {
  border: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  padding: 40px;
  position: relative;
  float: right;
  margin-top: 20px;
  cursor: pointer;
  background-color: #ff665e;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 35px;
}
.header-popup input[type="submit"] {
  -webkit-appearance: none;
  text-decoration: none !important;
  margin-top: 0;
  cursor: pointer;
  background-color: #ff665e;
  position: relative;
  font-weight: 400;
  border: 0;
  color: #fff;
  font-family: inherit;
  display: inline-block;
  height: 60px;
  width: 60px;
  float: right;
  border-radius: 100%;
  padding: 40px;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.header-popup .actions svg {
  position: absolute;
  top: 50%;
  left: 48%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 45px;
  z-index: 999;
}
.header-popup .actions svg path {
  fill: #FFFFFF;
}

h1.aos-init.aos-animate.topic {
  text-transform: capitalize;
}

.header-popup form .hs-form-field {
  position: relative;
}
.header-popup form .hs_firstname.hs-form-field > label,
.header-popup form .hs_email.hs-form-field > label{
  color: #717acf;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: absolute;
  top: 7px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.header-popup form .hs_firstname.hs-form-field.active > label,
.header-popup form .hs_email.hs-form-field.active > label{
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}


.lp .footer-social {
  top: 0;
  margin-top: 30px;
}


.cm-footer-form form input[type="email"]::-webkit-input-placeholder {
  color: #222221;
} /* Webkit Browsers */
.cm-footer-form form input[type="email"]:-moz-placeholder {
  color: #222221;
  opacity:1;
} /* Firefox 18- */
.cm-footer-form form input[type="email"]::-moz-placeholder {
  color: #222221;
  opacity:1;
} /* Firefox 19+ */
.cm-footer-form form input[type="email"]:-ms-input-placeholder {
  color: #222221;
} /* IE10 */

.header-popup form textarea::-webkit-input-placeholder {
  color: #222221;
} /* Webkit Browsers */
.header-popup form textarea:-moz-placeholder {
  color: #222221;
  opacity:1;
} /* Firefox 18- */
.header-popup form textarea::-moz-placeholder {
  color: #222221;
  opacity:1;
} /* Firefox 19+ */
.header-popup form textarea:-ms-input-placeholder {
  color: #222221;
} /* IE10 */

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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1800px) {
  .section.post-body {
    font-size: calc(14px + (16 - 14) * (100vw - 768px) / (1800 - 768));
    color: rgb(0, 0, 0);
    line-height: 1.4;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    display: inline-block;
    margin: 0px calc(10px + (15 - 10) * (100vw - 768px) / (1800 - 768));
  }
  .banner-content h1 {
    font-size: calc(64px + (76 - 64) * (100vw - 768px) / (1800 - 768));
    line-height: 1.15;
  }
  header.blog-header .text-wrap h1 {
    font-size: calc(64px + (76 - 64) * (100vw - 768px) / (1800 - 768));
  }
}


@media only screen and (max-width: 1130px){
  .container-fluid .row-fluid .page-center {
    max-width: calc(100% - 70px);
    margin: 0 auto;
  }
}

@media (max-width:1060px){
  .inside-banner {
    padding: 0px 30px;
  }
}


@media (max-width: 1000px) {
  .cm-footer-menu {
    max-width: 600px !important;
    width: 100% !important;
  }
  .cm-footer-menu .hs-menu-wrapper > ul > li > ul > li > a{
    white-space: normal !important;
  }
}


@media (max-width: 920px) and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 11.5px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 9px 12px 9px 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin: 0 5px;
  }
}



@media (max-width: 900px) {
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  } 

  .post-header {
    padding-left: 10px;
  }

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

  .hs-featured-image-wrapper {
    max-height: 384px !important;
  }

  .cm-footer-menu {
    max-width: 100% !important;
    width: 100% !important;
  }
  .cm-footer-top-right-pan {
    width: 100% !important;
    margin-top: 0px;
  }
  .footer-social {
    top: 0;
  }
  .cm-footer-form form input[type="email"]{
    width: 58%;
  }
  .cm-footer-top-right-pan > .row-number-1,
  .cm-footer-top-right-pan > .row-number-2{
    display: inline-block;
    width: 33%;
    float: left;
  }
}


@media (max-width: 768px) {
  .header-popup form textarea {
    min-height: 108px;
    margin: 0;
  }
  .social-share-fixed{
    display: none;
  }
  .header-popup form .hs_email {
    width: 100% !important;
    margin-left: 0% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-popup form .hs_message {
    margin-top: 20px;
    margin-bottom: 68px;
    padding: 0 !important;
  }
  .header-popup .actions {
    float: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-popup form .hs_firstname {
    width: 100% !important;
    margin-right: 3% !important;
    padding-right: 0 !important;
    margin-bottom: 35px;
  }
  .header-popup {
    top: 58%;
    padding: 10px 30px;
    max-height: 75vh;
    padding-bottom: 50px;
  }
  header.blog-header .text-wrap h1 {
    font-size: calc(40px + (64 - 40) * (100vw - 320px) / (768 - 320));
  }
  .banner-content h1 {
    font-size: calc(40px + (64 - 40) * (100vw - 320px) / (768 - 320));
    line-height: 1.15;
  }
  .footer-social {
    margin-top: 20px;
  }
  .cm-footer-form p {
    max-width: 200px;
  }
  .cm-footer-menu .hs-menu-wrapper > ul > li {
    float: left !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    padding: 0px 0px;
    width: 33.333% !important;
  }
  .cm-footer-menu .hs-menu-wrapper > ul > li:nth-child(4) {
    width: 66.666% !important;
    float: right;
  }
  .cm-footer-menu .hs-menu-wrapper > ul > li:nth-child(5) {
    float: left;
  }
  .cm-footer-menu .hs-menu-wrapper > ul > li > ul > li {
    margin: 6px 0px !important;
  }
  .cm-footer-menu .hs-menu-wrapper > ul > li > a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
  .cm-footer-menu .hs-menu-wrapper > ul > li > ul {
    max-width: calc(100% + 40px);
    top: 0 !important;
  }
  .cm-footer-form {
    float: left !important;
    width: 100% !important;
  }
  .hs-blog-post .body-container-wrapper .page-center {
    max-width: calc(100% - 40px);
  }
  .hs-blog-post-outer-wrapper .blog-content {
    padding: 50px 10px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .mobile-trigger1 {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, background-color, -webkit-filter;
    transition-property: opacity, background-color, -webkit-filter;
    -o-transition-property: opacity, filter, background-color;
    transition-property: opacity, filter, background-color;
    transition-property: opacity, filter, background-color, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    right: 10px;
    height: 50px;
    top: 10px;
    z-index: 100;
  }
  .mobile-trigger1 .mobile-menu-box {
    width: 25px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .mobile-trigger1 .mobile-menu-box .mobile-menu-inner {
    -webkit-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .mobile-trigger1 .mobile-menu-box .mobile-menu-inner,
  .mobile-trigger1 .mobile-menu-box .mobile-menu-inner:after, 
  .mobile-trigger1 .mobile-menu-box .mobile-menu-inner:before {
    width: 25px;
    height: 1px;
    background-color: #ff665e;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .mobile-trigger1 .mobile-menu-box .mobile-menu-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .mobile-trigger1 .mobile-menu-box .mobile-menu-inner:after, .mobile-trigger1 .mobile-menu-box .mobile-menu-inner:before {
    content: "";
    display: block;
  }
  .mobile-trigger1 .mobile-menu-box .mobile-menu-inner:before {
    top: -7px;
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  .mobile-trigger1 .mobile-menu-box .mobile-menu-inner:after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    bottom: -7px;
  }
  .mobile-open .mobile-trigger1 .mobile-menu-box .mobile-menu-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mobile-open .mobile-trigger1 .mobile-menu-box .mobile-menu-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .mobile-open .mobile-trigger1 .mobile-menu-box .mobile-menu-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .custom-header .page-center{
    position: static;
  }
  .header-logo {
    left: 35px;
  }





  .cm-header-left-section {
    width: 100% !important;
  }
  .cm-footer-form form{
    margin-bottom: 0;
  }
  .section.post-footer form {
    max-width: 100%;
  }
  .section.post-body img {
    width: 100% !important;
  }
  .landing-page.one-column .body-container form, 
  .error-template.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
  }
  .subscribe-options label {
    margin: 0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
  }
  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  } 
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }	
  .custom-site-search .hs-search-field__bar{
    max-width:100%;
  }
  .hs_recaptcha.hs-form-field {
    overflow: auto;
  }
}  


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

@media (max-width: 520px) {
  .cm-footer-top-right-pan>.row-number-1, .cm-footer-top-right-pan>.row-number-2 {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .cm-footer-menu .hs-menu-wrapper>ul>li {
    float: left !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    padding: 0px 0px;
    width: 100% !important;
  }
  .post-header {
    padding-right: 30px;
  }
}


@media only screen and (max-width: 414px){
  .section-post-header span.date{
    display: block;
  }
  .section-post-header a.button.red-button.arrow-button {
    position: static;
    margin-top: 20px;
  }
  .header-logo {
    left: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
    margin: 10px 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    padding: 33px 20px 20px 20px;
  }
  .mobile-trigger1 {
    right: 7.5px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: calc(100% - 42px);
    margin: 0 auto;
  }
}