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


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

@import url('//fonts.googleapis.com/css?family=Arvo:400i');

@import url('//fonts.googleapis.com/css?family=Muli:400,600,700,800,900');

@import url('//fonts.googleapis.com/css?family=Poppins:400,600');

@font-face {
  font-family: "ETmodules";
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/4840556/Codento_May2019%20Theme/Fonts/Et%20Modules/modules%20%281%29.eot") format("embedded-opentype"), 
       url("//cdn2.hubspot.net/hubfs/4840556/Codento_May2019%20Theme/Fonts/Et%20Modules/modules.ttf") format("truetype"), 
       url("//cdn2.hubspot.net/hubfs/4840556/Codento_May2019%20Theme/Fonts/Et%20Modules/modules.woff") format("woff");
}

@font-face {
  font-family: "sfm-icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/4840556/Codento_May2019%20Theme/Fonts/Icomoon/icomoon.eot") format("embedded-opentype"), 
       url("//cdn2.hubspot.net/hubfs/4840556/Codento_May2019%20Theme/Fonts/Icomoon/icomoon.woff") format("woff"), 
       url("//cdn2.hubspot.net/hubfs/4840556/Codento_May2019%20Theme/Fonts/Icomoon/icomoon.ttf") format("truetype");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    color: #1d1433;
    font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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


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

/* Basic text */
p {
    margin:0 0 10px 0;
} 
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 0;
    font-family: 'Arvo',Georgia,"Times New Roman",serif;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.2em;
    color: #1d1433;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 60px;
}
h2 {
    font-size:40px;
}
h3 {
    font-size:35px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 22px;
}

/* Anchor Links */
a { 
    color: #1d1433;
    text-decoration: underline;
}
a:hover, a:focus { 
    color: #1d1433;
    text-decoration: none;
    outline:0;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  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 {}


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

.header-container-wrapper {
    min-height: 103px !important;
}

.custom-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    box-shadow: none;
    background-color: rgba(23,13,53,0);
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 99999;
    font-weight: 500;
    line-height: 23px;
    -webkit-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    display: block !important;
}

.custom-header .page-center {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 30px;
    padding-left: 30px;
    height: inherit;
    text-align: center;
    z-index: 99;
    position: relative;
}

.col-header {
    float: left !important;
    width: auto !important;
    margin-left: 0 !important;
}

.custom-logo {
    position: absolute;
    top: -30px;
    z-index: 999999;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-name: noAnimation;
    -moz-animation-name: noAnimation;
    -ms-animation-name: noAnimation;
    -o-animation-name: noAnimation;
    animation-name: noAnimation;
    padding: 0;
    height: 0px;
}

.custom-logo span.logo_helper {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.custom-logo > div {
    height: 0;
}

.custom-logo a {
    text-decoration: none !important;
    margin-left: 0px;
}

.custom-logo img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation-name: noAnimation;
    -moz-animation-name: noAnimation;
    -ms-animation-name: noAnimation;
    -o-animation-name: noAnimation;
    animation-name: noAnimation;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
    min-height: 20px;
    margin-top: 22px;
    margin-left: 0px !important;
    float: none;
    max-height: 54%;
    height: 54%;
}

.custom-menu-primary {
    position: relative;
    bottom: 0;
    width: 100% !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    float: none !important;
    text-align: center;
    padding-left: 10px;
    margin-left: auto !important;
    margin-right: auto !important;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1;
    font-weight: 600;
}

.header-social .c-some-icons1 img, .header-social .c-some-icons2 img, .header-social .c-some-icons3 img {
    height: 30px;
}

.header-social .c-some-icons1 {
    margin-top: -28px;
    right: 120px;
    position: absolute;
}

.header-social .c-some-icons2 {
    margin-top: -28px;
    right: 80px;
    position: absolute;
}

.header-social .c-some-icons3 {
    margin-top: -28px;
    right: 40px;
    position: absolute;
}

.header-social a {
    text-decoration: none !important;
}

.scroll-header .custom-header,
.custom-system-page .custom-header{
    background-color: rgba(255, 255, 255, 1.0) !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.custom-system-page .custom-header {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.custom-system-page.scroll-header .custom-header{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.scroll-header .custom-logo,
.custom-system-page .custom-logo {
    height: 66px;
    margin-top: -22px;
    top: -38px;
}

.scroll-header .custom-logo img,
.custom-system-page .custom-logo img {
/*     content: url(//cdn2.hubspot.net/hubfs/4840556/Codento_May2019%20Theme/Images/codento_logo_orange.svg); */
    min-height: 20px;
    margin-top: 60px;
    max-height: 20px !important;
}

.scroll-header .custom-logo img:nth-child(1) {
    display: none;
}

.scroll-header .custom-logo img:nth-child(2),
.custom-system-page .custom-logo img:nth-child(2){
    display: inline-block;
}

.custom-logo img:nth-child(2) {
    display: none;
}

.custom-system-page .custom-logo img:nth-child(1){
  display: none;
}

.scroll-header .custom-menu-primary-desktop,
.custom-system-page .custom-menu-primary-desktop {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scroll-header .custom-menu-primary-desktop .hs-menu-wrapper>ul>li>a,
.custom-system-page .custom-menu-primary-desktop .hs-menu-wrapper>ul>li>a {
    color: #200b3e !important;
    opacity: 1.0 !important;
}

.scroll-header .custom-menu-primary-desktop .hs-menu-wrapper>ul>li>a:hover,
.custom-system-page .custom-menu-primary-desktop .hs-menu-wrapper>ul>li>a:hover {
    color: #200b3e !important;
}



.img-dark {
  display: none;
}

.scroll-header .img-dark {
  display: inherit;
}

.scroll-header .img-light {
  display: none;
}

.custom-system-page .img-light {
    display: none !important;
}

.custom-system-page .img-dark {
    display: inherit !important;
}

.custom-header-social-icons {
    min-height: 0 !important;
    height: 0 !important;
}


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

.body-container-wrapper .page-center {
  padding-top:96px;
  padding-bottom:96px;
}


.blog.hs-blog-post .body-container-wrapper .page-center {
  padding-bottom:7px;
}
.body-container-wrapper .content-row {
    margin:0 0 35px 0;
}

.banner-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    position: relative;
    margin-top: -1px;
    z-index: 999;
    min-height: calc(62vh - 0px ) !important;
    padding: 50px 0;
    padding-top: 0;
    text-align: left;
    color: #fff;
    display: block;
}

.banner-image .page-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    position: relative;
    z-index: 3;
}

.banner-content {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 93px !important;
    padding: 10px;
    text-align: left;
    padding-top: 11vh;
    padding-bottom: 0vh;
    padding-left: 0;
}

.banner-image h1 {
  font-family: 'Arvo',Georgia,"Times New Roman",serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.2em;
  padding-bottom: 10px;
  color: #fff !important;
  margin-bottom: 0;
  padding-top: 50px;
  font-size: 60px;
}

.blog.hs-blog-post .banner-image h1{
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.divider-left-white {
  min-height: 4px;
  width: 114px;
  background-color: #ffffff;
  margin: 20px auto 50px 0px;
  line-height: 0 !important;
  font-size: 0px !important;
}

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


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

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

.custom-footer {
    background-color: #1a0f3d!important;
    padding: 64px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('//cdn2.hubspot.net/hubfs/4840556/Codento_May2019%20Theme/Images/codento_poly-bg-footer_1.1.svg')!important;
}

.custom-footer .page-center {
    max-width: 1000px!important;
    padding: 32px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.col-footer {
    float: left !important;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
    margin-left: 0 !important;
}

.custom-footer-logo {
    width: 29.667% !important;
    margin-right: 5.5%;
    padding-left: 9%;
}

.custom-footer-contact-details {
    margin-right: 5.5%;
    width: 29.667% !important;
    padding-left: 9%;
}

.custom-footer-menu {
    margin-right: 0 !important;
    width: 29.667% !important;
    padding-left: 9%;
}

.custom-footer-logo > div {
    font-family: 'Arvo',Georgia,"Times New Roman",serif;
    font-style: italic;
    margin-bottom: 0;
    font-size: 12px;
}

.custom-footer-logo p {
    margin: 0;
    text-align: left;
    color: #fff;
}

.custom-footer-logo p img {
    width: 200px;
}

.footer-contact {
    font-size: 16px;
    color: #fff !important;
    text-align: left;
    position: relative;
}

.footer-contact p {
    margin: 0;
}

.footer-social {
    width: 145px;
    line-height: 1.6em;
}

.c-some-icons-footer-1 {
    margin-top: 20px;
    float: left;
    margin-right: 10px;
}

.c-some-icons-footer-2 {
    margin-top: 20px;
    float: left;
    margin-right: 10px;
}

.c-some-icons-footer-3 {
    margin-top: 20px;
    float: right;
}

.c-some-icons-footer-4 {
    margin-top: 20px;
    float: right;
    margin-right: 5px;
}

.footer-social a {
    color: #fff;
    text-decoration: none !important;
}

.c-some-icons-footer-1 img, 
.c-some-icons-footer-2 img, 
.c-some-icons-footer-3 img, 
.c-some-icons-footer-4 img{
    height: 30px;
}

.footer-social:before, .footer-social:after {
    display: block;
    clear: both;
    content: "";
}

.custom-footer-menu .hs-menu-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
    display: block;
    position: relative;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    display: inherit;
    font-size: 16px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

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


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

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

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

  .custom-menu-primary-desktop {
    display: block !important;
  }

  .custom-menu-primary-mobile {
    display: none !important;
  }
  
  .custom-mobile-menu-group {
    display: none !important;
  }

  .custom-mobile-menu-group.outer-menu {
    display: none !important;
  }
  
  #sfm-overlay-wrapper{
    display:none !important;
  }
  
  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    position: relative;
    line-height: 1em;
    float: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff !important;
    padding-right: 24px;
    line-height: 20px;
    font-size: 17px !important;
    opacity: 1 !important;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    position: relative;
    padding-bottom: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    border-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "ETmodules";
    font-size: 16px;
    font-weight: 800;
    content: "3";
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    font-weight: 900;
    padding-right: 20px;
  }

  /* child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    list-style: none;
    margin: 0;
    display: block;
    background-color: #fff !important;
    min-width: 260px !important;
    padding: 20px 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 9999 !important;
    width: 240px;
    border-top: 3px solid #2ea3f2;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    border-color: #211d26;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    margin: 0;
    padding: 0 20px;
    position: relative;
    font-size: 14px;
    line-height: 2em;
    float: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    padding: 6px 20px;
    color: #1d1433;
    display: block !important;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-left: -20px;
    min-width: 260px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a {
    color: #1d1433;
    font-weight: 900;
  }
  
}


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

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

@media (max-width: 980px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    right: 5px;
    background: transparent;
    border: 0;
    font-size: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: fixed;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease;
    top: 4px;
    left: auto;
    width: 53px;
    height: 53px;
    text-decoration: none!important;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #a4a4a4;
    font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    z-index: 999999;
  }

  .sfm-navicon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60%;
    background: #e7e6dd;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: -1px 20%;
  }

  .sfm-navicon, .sfm-navicon:before, .sfm-navicon:after {
    background: #ff8429;
  }

  .sfm-navicon, .sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
    height: 4px !important;
  }

  .sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:after, .sfm-sidebar-close:before {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #e7e6dd;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: all .25s .25s;
  }

  .sfm-label-none .sfm-navicon, .sfm-label-none .sfm-navicon:after, .sfm-label-none .sfm-navicon:before, .sfm-label-text .sfm-navicon, .sfm-navicon {
    height: 3px;
  }

  .mobile-trigger .sfm-navicon:after, .mobile-trigger .sfm-navicon:before {
    transition: .25s;
  }

  .mobile-trigger:hover .sfm-navicon:after, .mobile-trigger:hover .sfm-navicon:before {
    transition: .25s;
  }

  .sfm-label-none .sfm-navicon:before, .sfm-label-text .sfm-navicon:before {
    top: 8px;
  }

  .sfm-navicon:before, .sfm-label-text .sfm-navicon:before, .sfm-label-none .sfm-navicon:before {
    top: 10px;
  }

  .sfm-navicon:after, .sfm-label-text .sfm-navicon:after, .sfm-label-none .sfm-navicon:after {
    top: -10px;
  }

  .sfm-label-none .sfm-navicon:after, .sfm-label-text .sfm-navicon:after {
    top: -8px;
  }

  .mobile-trigger:hover {
    transition: .5s;
    opacity: 1;
  }

  .mobile-trigger:hover .sfm-navicon {
    transform: translate(-5%);
  }

  .mobile-trigger:hover .sfm-navicon:after, .mobile-trigger:hover .sfm-navicon:before {
    transform: translate(7%);
  }

  .sfm-navicon, .sfm-navicon:before, .sfm-navicon:after {
    background: #ff8429;
  }
 

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    width: 45px !important;
    min-width: 45px !important;
    height: 35px !important;
    padding: 0 !important;
    border-left: 0;
    -webkit-transition: all .3s cubic-bezier(.215,.061,.355,1);
    -moz-transition: all .3s cubic-bezier(.215,.061,.355,1);
    -o-transition: all .3s cubic-bezier(.215,.061,.355,1);
    transition: all .3s cubic-bezier(.215,.061,.355,1);
    line-height: 19px;
    left: auto;
    right: 0;
    background: rgba(255,255,255,0.085);
    top: 0;
    bottom: 0;
    color: inherit;
    font-size: 19px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  
  .child-trigger i {
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    font-family: sfm-icomoon;
    font-size: 12px;
    vertical-align: middle;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -.7em 0 0;
    width: 100%;
    text-align: center;
    color: #aaaaaa;
}
  
  .child-trigger i:after {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.061, 0.355, 1);
    -webkit-backface-visibility: hidden;
    display: inline-block;
    content: '\e610';
}
  
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
    min-height:0 !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  
  .custom-menu-primary .hs-menu-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    min-height: 50vh;
    height: auto;
    max-height: none;
    margin-top: 0px;
    width: 90% !important;
    z-index: 999;
    line-height: 1;
  }

  .custom-menu-primary-mobile {
    float: none !important;
    margin-left: 0 !important;
    margin-top: 24px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    opacity: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.215,.061,.355,1),opacity .4s cubic-bezier(.215,.061,.355,1);
    transition: transform .3s cubic-bezier(.215,.061,.355,1),opacity .4s cubic-bezier(.215,.061,.355,1);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    position: relative;
    list-style: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    float: none!important;
    line-height: 1!important;
    padding-left: 30px !important;
    color: #210f3d;
    -webkit-transform: translate(30px,0);
    -moz-transform: translate(30px,0);
    -ms-transform: translate(30px,0);
    transform: translate(30px,0);
    -webkit-transform: translate3d(30px,0,0);
    -moz-transform: translate3d(30px,0,0);
    -ms-transform: translate3d(30px,0,0);
    -o-transform: translate3d(30px,0,0);
    transform: translate3d(30px,0,0);
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li {
    opacity: 1;
    -webkit-transform: translate(0,0)!important;
    -moz-transform: translate(0,0)!important;
    -ms-transform: translate(0,0)!important;
    transform: translate(0,0)!important;
    -webkit-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -o-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
    transition-delay: .25s;
    -webkit-transition-delay: .25s;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) {
    transition-delay: .35s;
    -webkit-transition-delay: .35s;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) {
    transition-delay: .45s;
    -webkit-transition-delay: .45s;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    white-space: nowrap;
    text-decoration: none;
    transition: all .3s cubic-bezier(.215,.061,.355,1);
    margin: 0;
    box-sizing: border-box;
    position: relative;
    word-break: break-word;
    display: block;
    padding-left: 28px !important;
    color: #210f3d;
    padding: 8.9px 0;
    text-transform: capitalize;
    font-family: inherit;
    font-weight: bold;
    font-size: 19px;
    text-align: left;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #210f3d;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 28px!important;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    position: relative!important;
    left: 0!important;
    top: 0!important;
    width: 100%!important;
    box-shadow: none!important;
    background: #f3f3f3;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    transition: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    position: relative;
    list-style: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    float: none!important;
    line-height: 1!important;
    padding-left: 30px !important;
    color: #210f3d;
    font-size: 14px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    white-space: normal !important;
    text-decoration: none;
    transition: all .3s cubic-bezier(.215,.061,.355,1);
    font-size: 14px !important;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    word-break: break-word;
    display: block !important;
    padding-left: 28px !important;
    padding: 8.9px 0;
    text-transform: capitalize;
    text-align: left;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: inherit;
    font-weight: bold;
    color: #210f3d;
    border-color: #210f3d;
    text-decoration: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
    background: #f3f3f3;
    text-decoration: none !important;
    color: #210f3d;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a {
    background: #f3f3f3;
    text-decoration: none !important;
    color: #210f3d;
  }

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

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


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


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

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

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

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

.blog .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #1d1433 !important;
}

.blog.scroll-header .custom-menu-primary-desktop .hs-menu-wrapper>ul>li>a {
    color: #200b3e !important;
    opacity: 1.0 !important;
}

.blog .blog-banner {
    background-position: top center;
    background-color: #f8f8f8!important;
}

.blog .blog-banner:after {
    background-position: top center;
    background-image: url('//cdn2.hubspot.net/hubfs/4840556/Codento_May2019%20Theme/Images/codento_poly-bg-1.1.svg');
    background-color: rgba(255,255,255,0);
    background-size: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
}

.blog .blog-banner h1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 58px;
    font-family: 'Arvo',Georgia,"Times New Roman",serif;
    color: #1d1433 !important;
    text-align: center;
}

.blog .blog-banner .divider-left-white {
    min-height: 4px;
    width: 114px;
    background-color: #ff8429;
    margin: 20px auto 50px auto;
    line-height: 0 !important;
    font-size: 0px !important;
}

.blog .blog-banner .banner-content {
    max-width: 1280px;
    margin: 20px auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 93px !important;
    padding: 10px;
    text-align: center;
    padding-top: 11vh;
    padding-bottom: 0vh;
    position: relative;
    z-index: 9990;
}

.blog .blog-banner .page-center {
  padding-bottom: 31px;
  z-index: 11;
}

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {
  margin: 0 0 15px 0;
  font-family: 'Arvo',Georgia,"Times New Roman",serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.2em;
  color: #1d1433;
  font-size: 40px;
}
.post-header h2 a {
  color: #1d1433;
  text-decoration: none;
}
.post-header h2 a:hover {
  color: #1d1433;
  text-decoration: none;
}

/* Blog Author and Avatar */

#hubspot-author_data a, #hubspot-author_data span {
    display: inline-block;
}

span.IN-widget {
    vertical-align: top !important;
}

.hs-featured-image-wrapper {
    margin-bottom: 10px;
}

#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 {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
    margin-bottom:20px;
}
.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-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
    display:inline-block;
    margin:10px 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;
  margin-bottom: 20px;
}

/* Blog Commments */
.custom_listing_comments {
    border:1px solid #ccc;
    padding:15px;
    margin:0 0 20px 0;
}

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

.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}

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

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

.comment-date {
    display: block !important;
    text-align: left;
}

#comments-listing.no-comments {
   border: none;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
    display:inline-block;
    margin-right:10px;
}
.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 {
    margin: 0 0 15px 0;
    font-family: 'Arvo',Georgia,"Times New Roman",serif;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.2em;
    color: #1d1433;
    font-size: 40px;
}
h2.post-listing-simple a {
  color: #1d1433;
  text-decoration: none;
}
h2.post-listing-simple a:hover {
  color: #1d1433;
  text-decoration: none;
}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin:0 0 25px 0;
}

.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{
    margin: 0 0 15px 0;
    font-family: 'Arvo',Georgia,"Times New Roman",serif;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.2em;
    color: #1d1433;
    font-size: 35px;
}


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

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

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

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

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

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


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

.body-container-wrapper .hs_cos_wrapper_type_password_prompt,
.body-container-wrapper .hs_cos_wrapper_type_email_simple_subscription,
.body-container-wrapper .hs_cos_wrapper_type_form,
.body-container-wrapper .hs_cos_wrapper_type_blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper #comment-form {
  max-width:700px;
}

.body-container-wrapper #hs-pwd-widget-password {
  height: 40px !important;
  max-width:700px;
  display: block;
}

.full-width-lp .body-container-wrapper form {
  max-width:700px;
}

.body-container-wrapper .hs-search-field__bar {
  max-width:700px;
}


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

ul.no-list.hs-error-msgs.inputs-list {
    list-style: none;
    margin: 10px 0;
    padding: 0 !important;
    display: block;
    color: #f2545b;
}

.hs-error-msgs label {
    color: #f2545b;
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal;
    font-family: Poppins;
    font-size: 15px;
}

.hs-input.invalid.error {
    border-color: #c87872;
}

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

.hs-form-field > label {
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: Poppins;
    font-size: 15px;
    color: #000000;
}

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 15px;
    outline: 0;
    min-height: 27px;
}

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-color: rgba(82,168,236,0.8);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  height:auto !important;
  min-height:150px !important;
}
textarea:focus {}

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    text-decoration: none !important;
    margin: 0;
    cursor: pointer;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background: #20173d;
    border-color: #20173d;
    color: #ffffff;
    font-size: 17px;
    font-family: Poppins;
    outline: 0;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    text-transform: uppercase;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #20173d;
    border-color: #20173d;
    color: #ffffff;
    outline:0;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    background: #20173d;
    border-color: #20173d;
    color: #ffffff;
    outline:0;
}


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

.scroll-header .custom-header-no-nav {
    min-height: 73px !important;
}

.custom-footer-no-nav .footer-social {
    display: none;
}

.hs-form {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

/* 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: 1599px) {
  .custom-footer {
    padding: 4% 0;
  }

  .custom-footer .page-center {
    padding: 2% 0;
  }

  .custom-footer-logo p img {
    width: 198px;
    position: relative;
    left: 1px;
  }
  
}

@media (max-width: 1100px) {
  .blog .blog-banner h1 {
      font-size: 44px;
  }
}


@media screen and (max-width: 1300px) and (min-width: 981px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-right: 13px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li{
      padding-right: 13px;
  }
  
  .header-social .c-some-icons1 {
    margin-top: -26px;
    right: 100px;
  }

  .header-social .c-some-icons2 {
    margin-top: -26px;
    right: 60px;
  }

  .header-social .c-some-icons3 {
    margin-top: -26px;
    right: 20px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a {
      padding-right: 20px;
  }
  
  .custom-footer-logo p img {
    width: 200px;
    position: relative;
    left: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px !important;
    padding-right: 13px;
  }
  
  .custom-header {
    top: -6px !important;
  }
  
  .custom-footer-logo p img {
      vertical-align: baseline;
  }
  
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 37px;
  }
  
  .scroll-header .custom-header-no-nav {
    min-height: 74px !important;
  }
  
}

@media screen and (max-width: 1300px) and (min-width: 1151px){
  .custom-menu-primary-desktop .hs-menu-wrapper>ul>li>a {
      font-size: 15px !important;
  }
  
  .custom-header {
    top: -4px !important;
  }
  
}

@media (max-width: 980px) {
  .col-footer {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }

  .col-footer:last-child {
    margin-bottom: 0 !important;
  }

  .custom-footer .page-center {
    padding: 30px 0;
    max-width: 1080px !important;
  }

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

  .footer-social {
    margin-left: auto;
    margin-right: auto;
    line-height: inherit;
  }

  .c-some-icons-footer-1 img, .c-some-icons-footer-2 img, .c-some-icons-footer-3 img, .c-some-icons-footer-4 img {
    vertical-align: baseline;
  }

  .footer-contact p {
    margin: 0;
    text-align: center;
  }

  .custom-footer-logo p {
    text-align: center;
  }

  .custom-footer-logo p img {
    width: 170px;
    margin-top: 19px;
    position: relative;
    left: 0;
    margin-bottom: 12px;
  }

  .custom-footer {
    background-position: bottom right !important;
  }
  
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 37px;
  }

  .banner-image h1 {
    font-size: 40px !important;
  }

  .custom-header-social-icons {
    display: none !important;
  }

  .custom-menu-primary-desktop {
    display: none !important;
  }

  .custom-menu-primary-mobile {
    display: block !important;
  }

  .custom-mobile-menu-group {
    display: none !important;
  }

  .custom-mobile-menu-group.outer-menu {
    display: block !important;
  }
  
  .custom-header {
    top: 0 !important;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    padding: 20px 0;
    box-shadow: none;
    position: fixed;
    height: auto;
    min-height: 55px !important;
}
  
  .container-fluid .row-fluid .page-center {
    max-width: 1080px;
  }

  .body-container-wrapper .page-center {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .custom-header .page-center {
    max-width: 1280px !important;
    width: 80% !important;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    padding-left: 0;
    padding-right: 0;
}
  
  .col-header {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
}
  
  .custom-logo {
    height: auto;
    max-height: 100px;
    padding: 0;
    position: fixed;
    top: -22px;
    left: 15px;
    width: 80px !important;
}
  
  .custom-logo img {
    max-height: 60px;
    height: 54%;
    float: none;
}
  
  .scroll-header .custom-logo img {
    margin-top: 39px;
}
  
  .scroll-header .custom-logo {
    height: 0px;
    margin-top: -22px;
    top: -22px;
}
  
  .header-container-wrapper {
    min-height: 55px !important;
}

  .custom-mobile-menu-group.outer-menu {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    position: fixed;
    top: 0;
    bottom: 0;
    min-height: 100%;
    line-height: 1;
    z-index: 3000001;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -moz-transition: -moz-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -ms-transition: -ms-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -o-transition: -o-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    transition: transform .4s cubic-bezier(.215,.061,.355,1) 1s,background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    width: 275px !important;
    -webkit-transform: translate(-275px,0);
    -moz-transform: translate(-275px,0);
    -ms-transform: translate(-275px,0);
    -o-transform: translate(-275px,0);
    transform: translate(-275px,0);
    -webkit-transform: translate3d(-275px,0,0);
    -moz-transform: translate3d(-275px,0,0);
    -ms-transform: translate3d(-275px,0,0);
    -o-transform: translate3d(-275px,0,0);
    transform: translate3d(-275px,0,0);
    font-family: inherit;
    display: block !important;
    right: 0;
    left: auto;
    -webkit-transform: translate(275px,0);
    -moz-transform: translate(275px,0);
    -ms-transform: translate(275px,0);
    -o-transform: translate(275px,0);
    transform: translate(275px,0);
    -webkit-transform: translate3d(275px,0,0);
    -moz-transform: translate3d(275px,0,0);
    -ms-transform: translate3d(275px,0,0);
    -o-transform: translate3d(275px,0,0);
    transform: translate3d(275px,0,0);
    opacity: 1;
    background-color: #FFFFFF !important;
  }
  
  .mobile-open .custom-mobile-menu-group.outer-menu {
    -webkit-transform: translate(0,0)!important;
    -moz-transform: translate(0,0)!important;
    -ms-transform: translate(0,0)!important;
    transform: translate(0,0)!important;
    -webkit-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -o-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
    width: 100% !important;
  }
  
  .custom-mobile-menu-group.outer-menu > div {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -moz-transition: -moz-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -ms-transition: -ms-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -o-transition: -o-transform .4s cubic-bezier(.215,.061,.355,1),background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    transition: transform .4s cubic-bezier(.215,.061,.355,1) 1s,background .4s cubic-bezier(.215,.061,.355,1),opacity .2s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    width: 100%;
    overflow: hidden;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
  
  .custom-mobile-logo {
    margin-top: 30px;
    margin-bottom: 30px;
    top: -8px;
    position: relative;
    display: block !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s .3s,opacity .3s linear;
    -moz-transition: visibility 0s .3s,opacity .3s linear;
    -ms-transition: visibility 0s .3s,opacity .3s linear;
    transition: visibility 0s .3s,opacity .3s linear;
    -webkit-backface-visibility: hidden;
    padding: 0 30px;
    box-sizing: border-box;
    z-index: 10000;
    text-align: center;
    width: 120px !important;
    margin-left: 30px !important;
    float: none !important;
}
  
  .mobile-open .custom-mobile-logo {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
  
  .sfm-sidebar-close {
    position: relative;
    top: 0;
    width: 60px;
    height: 50px;
    left: 0;
    cursor: pointer;
    z-index: 10001;
    float: right;
    margin-bottom: 0px;
  }

  .sfm-sidebar-close:after, .sfm-sidebar-close:before {
    width: 24px;
    top: 30px;
    left: 14px;
  }

  .mobile-open .sfm-navicon:before, .sfm-sidebar-close:before {
    -webkit-transform: rotate(-45deg)!important;
    -moz-transform: rotate(-45deg)!important;
    -ms-transform: rotate(-45deg)!important;
    transform: rotate(-45deg)!important;
  }
  
  .mobile-open .sfm-navicon:after, .sfm-sidebar-close:after {
    -webkit-transform: rotate(45deg)!important;
    -moz-transform: rotate(45deg)!important;
    -ms-transform: rotate(45deg)!important;
    transform: rotate(45deg)!important;
  }

  .sfm-navicon, .sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
    height: 4px !important;
  }

  .sfm-sidebar-close:after, .sfm-sidebar-close:before {
      left: initial;
      right: 14px;
  }
  
  .custom-mobile-social-icons ul.sfm-social {
    margin-left: 30px !important;
    width: 90% !important;
    text-align: left !important;
    padding-left: 15px !important;
    list-style: none;
    display: block;
    position: absolute;
    padding-top: 10px;
    bottom: 30px;
    left: 0;
    z-index: 1000;
    box-sizing: content-box;
    margin-bottom: 20px;
    background-color: transparent !important;
}

.custom-mobile-social-icons ul.sfm-social > li {
    list-style: none;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-left: 0px;
    border-color: #444;
    text-align: left;
    color: #444;
    position: relative;
}

.custom-mobile-social-icons ul.sfm-social > li > a {
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    font-family: sfm-icomoon;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 16px;
    font-size: 16px;
    color: #444;
    text-decoration: none!important;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    vertical-align: top;
    -webkit-transition: none;
    transition: none;
}

.custom-mobile-social-icons ul.sfm-social > li > a:hover {
    text-decoration: none !important;
}
  
  .custom-mobile-social-icons [class*=sfm-icon-] a:before {
    position: relative;
    margin: 0 auto;
    top: 15px;
    z-index: 2;
}
  
  .custom-mobile-social-icons .sfm-social a:after, .custom-mobile-social-icons .sfm-social a:before {
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform .15s cubic-bezier(.215,.061,.355,1);
    transition: transform .15s cubic-bezier(.215,.061,.355,1);
}
  
  .custom-mobile-social-icons .sfm-icon-facebook a:before {
    content: "\e601";
}
  
  .custom-mobile-social-icons .sfm-icon-linkedin a:before {
    content: "\e109";
}
  
  .custom-mobile-social-icons .sfm-icon-twitter a:before {
    content: "\e602";
}
  
  .custom-mobile-social-icons .sfm-icon-instagram a:before {
    content: "\e906";
}
  
  .custom-mobile-social-icons .sfm-social a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 45px;
    background: #3b5998;
    transform: scale(0,0);
}
  
  .custom-mobile-social-icons .sfm-social a:after, .custom-mobile-social-icons .sfm-social a:before {
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform .15s cubic-bezier(.215,.061,.355,1);
    transition: transform .15s cubic-bezier(.215,.061,.355,1);
}
  
  .custom-mobile-social-icons .sfm-icon-facebook a:after {
    background: #3b5998;
}
  
  .custom-mobile-social-icons .sfm-icon-twitter a:after {
    background: #5E9FCA;
}
  
  .custom-mobile-social-icons .sfm-icon-linkedin a:after {
    background: #0077b5;
}
  
  .custom-mobile-social-icons .sfm-icon-instagram a:after {
    background: #405de6;
}
  
  .custom-mobile-social-icons ul.sfm-social > li:hover > a {
    color: #fff;
    text-decoration: none !important;
}
  
  .custom-mobile-social-icons .sfm-social li:hover a:before {
    text-shadow: rgba(0,0,0,.05) 1px 1px, rgba(0,0,0,.05) 2px 2px, rgba(0,0,0,.05) 3px 3px, rgba(0,0,0,.05) 4px 4px, rgba(0,0,0,.05) 5px 5px, rgba(0,0,0,.05) 6px 6px;
}
  
  .custom-mobile-social-icons .sfm-social li:hover a:after {
    transform: scale(1,1);
}
  
  .custom-mobile-social-icons ul.sfm-social > li:first-child {
    margin-left: 0;
}
  
  div#sfm-overlay-wrapper {
    left: 0;
    right: 0;
    z-index: 999999;
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    visibility: hidden;
    transition: all 0.6s ease;
}

  #sfm-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #333;
    left: -500px;
    right: -500px;
    cursor: pointer;
    -webkit-transition: opacity .4s cubic-bezier(.215,.061,.355,1);
    -moz-transition: opacity .4s cubic-bezier(.215,.061,.355,1);
    -ms-transition: opacity .4s cubic-bezier(.215,.061,.355,1);
    -o-transition: opacity .4s cubic-bezier(.215,.061,.355,1);
    transition: opacity .4s cubic-bezier(.215,.061,.355,1);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transform: translate3d(0,0,0);
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
  }
  
  .mobile-open div#sfm-overlay-wrapper {
    visibility: visible;
  }

  .mobile-open div#sfm-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.6;
    cursor: url(//cdn2.hubspot.net/hubfs/4840556/Codento_May2019%20Theme/Images/close3.png) 16 16,pointer;
  }
  
  .scroll-header .custom-header-no-nav {
    min-height: 55px !important;
  }

}

@media (max-height: 600px)  {
  .custom-mobile-social-icons ul.sfm-social {
      position: relative;
      margin-top: 30px;
      margin-bottom: 10px;
  }
}


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

@media (max-width: 767px) {
  .body-container-wrapper .hs_cos_wrapper_type_password_prompt,
  .body-container-wrapper .hs_cos_wrapper_type_email_simple_subscription,
  .body-container-wrapper .hs_cos_wrapper_type_form,
  .body-container-wrapper .hs_cos_wrapper_type_blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper #comment-form {
    max-width:100%;
  }

  .body-container-wrapper #hs-pwd-widget-password {
    height: 40px !important;
    max-width:100%;
    display: block;
  }

  .full-width-lp .body-container-wrapper form {
    max-width:100%;
  }

  .body-container-wrapper .hs-search-field__bar {
    max-width:100%;
  }

  .body-container-wrapper form.hs-form.stacked {
    margin: 0 0 35px 0;
  }

  body:not(.blog) .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    margin-bottom: 15px;
    padding-left: 0;
  }

  .post-body img[style*="float"] {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  
  .custom-footer p {
    font-size: 14px !important;
    line-height: 22px;
  }

  .custom-footer-menu .hs-menu-wrapper > ul > li > a {
    font-size: 14px !important;
    line-height: 22px;
  }

  .custom-footer .page-center {
    padding: 10px 0;
    max-width: 1080px !important;
  }

  .footer-social {
    line-height: 23px;
  }
  
  .custom-footer-logo p img{
      margin-bottom: 6px;
  }
  
  .container-fluid .row-fluid .page-center{
      width: 90%;
  }

  body {
    font-size: 15px;
    line-height: 1.6em;
  }

  .body-container-wrapper {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-image h1 {
    font-size: 22px !important;
  }

  .banner-content {
    text-align: center;
    margin: 20px 2%;
    width: 95% !important;
  }

  .banner-image .page-center {
    max-width: 1280px !important;
    width: 95% !important;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .divider-left-white {
    margin: 20px auto 50px auto;
  }
  
  .custom-mobile-social-icons ul.sfm-social > li {
      margin-left: 1px;
  }
  
  .blog .blog-sidebar {
    margin:35px 0 0 0;
  }

}  


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

@media (max-width: 479px) {
  .subscribe-options label {
    display: inline-block;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  
  .custom-footer-logo p img {
    margin-top: 20px;
    margin-bottom: 0;
    vertical-align: baseline;
  }
  
  .custom-menu-primary-mobile {
    margin-top: 20px !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
      padding-left: 10px !important;
  }
  
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 37px;
  }
  
  input#submitbutton {
    line-height: inherit;
  }
  
}

/*================================Blog Style=========================*/

.gutter{
width:3.5%;
 
}
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: none;
    padding-bottom: 19px;
   
    width: 31%;
  float: left;
  margin: 0 1% 73.5px;
}

.post-item .hs-featured-image-wrapper {
    margin-bottom: 30px;
}
.hs-featured-image-wrapper > a {
    display: block;
    position: relative;
}
.hs-featured-image-wrapper a > img {
    width: 100%;
}
.post-header h2 {
    margin: 0 0 30px;
    padding: 0 0 7px;
    font-size: 22px;
    font-family: 'Arvo',Georgia,"Times New Roman",serif;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-align: center;
  color: #1d1433;
}
.post-header h2 a{
color:inherit;
  text-decoration:none !important;
}
.post-header p.post-meta {
    color: #666;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}
p.post-meta a {
    font-weight: bold;
    text-decoration: none !important;
    color: #666 !important;
    display: inline-block;
}
.blog-listing-wrapper .post-listing .post-item .post-body{
text-align:center;
}
.blog-listing-wrapper .post-listing .post-item .post-body p{
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 22px;
}
a.more-link {
    margin: 0;
    font-size: 0;
  color: #1d1433;
  text-align: center;
  text-decoration: none !important;
}
a.more-link:after {
    content: 'Lue' !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 5px;
    border: 3px solid black;
    padding: 7px 40px 7px 40px;
}
a.more-link:hover:after {
    background-color: #ececec;
}
.blog-pagination {
    margin: 40px 0 0;
  padding-bottom:23px;
    text-align: center;
}
.blog-pagination a{
  display:inline-block;
  margin:0 5px;
  text-decoration:none !important;
}
.back-button.wrapper {
    border-top: 1px solid #e3e2e8;
    padding-top: 58px;
    text-align: center;
}
.back-button.wrapper a {
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    border-width: 10px!important;
    border-color: #e3e2e8;
    font-size: 18px;
    background-color: #e3e2e8;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    display: inline-block;
    transition: all 300ms ease;
    font-weight: 600;
    line-height: 1.7em !important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: #1d1433;
}
.back-button.wrapper a:after {
    line-height: 1.7em;
    font-size: 1em!important;
    margin-left: -1em;
    left: auto;
  content:"$";
  transition: all 300ms ease;
  position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    text-transform: none;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  font-family: "ETmodules" !important;
}
.back-button.wrapper a:hover:after {
    left: auto;
    margin-left: .3em;
    opacity: 1;
}
.back-button.wrapper a:hover {
    padding: 0.3em 2em 0.3em 0.7em;
    border: 2px solid transparent;
}
.blog.hs-blog-post .blog-banner:after{
display:none;
  content:none;
}
.blog.hs-blog-post .blog-banner h1 {
    font-size: 44px;
    color: #fff !important;
    text-align: center !important;
}
.blog.hs-blog-post .blog-banner .divider-left-white {
    margin-bottom: 20px;
}
.banner-author-section img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.blog.hs-blog-post .blog-banner p.post-meta {
    font-size: 20px;
}
.blog.hs-blog-post .blog-banner p.post-meta a{
   font-weight: bold;
    text-decoration: none !important;
    color:#ececec !important;
    display: inline-block;
}
.banner-author-section h3 {
  margin: 0;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-size: 16px !important;
  text-transform: none !important;
  color: #fff;
  margin-top: 10px;
  font-family: 'Poppins' !important;
  font-style: normal !important;
  font-weight: 600 !important;
}
.about-author-sec{
    text-align: center;
  margin:0 auto;
  float:none;
}
.author-image {
    margin-bottom: 10px;
}
.author-image > img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.about-author-content h3 {
    color: #200b3e;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 600 !important;
}
.about-author-content p {
    color: #1d1433;
    font-size: 16px !important;
}
.about-author-content .hs-author-social-links a.hs-author-social-link {
    background-image: none !important;
}
a.hs-author-social-link.hs-social-linkedin {
    margin-left: 10px;
}
.about-author-content .hs-author-social-links {
    display: block;
    color: #200b3e !important;
}

.about-author-content .hs-author-social-links img {
    width: 20px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
    float: left;
    margin: 0 20px 0 0;
}
#comments-listing {
    border: none;
    margin-bottom: 30px;
    margin-top: 30px;
}
@media (max-width:980px){
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 50px;
    width: 47.25%;
}
  .banner-author-section h3 {
    font-size: 11px !important;
}
}




@media (max-width:767px){
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 35px;
    width: 100%;
}
  .back-button.wrapper a {
    font-size: 14px;
}
  .blog.hs-blog-post .blog-banner p.post-meta {
    font-size: 14px !important;
    line-height: 22px;
}
}




@media (min-width: 1280px){
.row-fluid:after {
    clear: both;
}
}














