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


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

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


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


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


 @import url('//use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('//fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* 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 {
  font-family: sans-serif;
}
/** {
margin-top: 5px;
}*/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

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

.header-container.container-fluid .row-fluid .page-center {

}
.custom-header .page-center {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}
.body-container.container-fluid .row-fluid .page-center {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-container.container-fluid .row-fluid .page-center {
    max-width: 1170px;
}


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


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

/* Basic text */
p {} 
.body-container p {
  
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin:0px 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
}
h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
h3,
.section.post-footer .hs-richtext {
    font-size: 30px;
}
h4 {
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.3;
  color: #ff8c00;
}
h5 {
  color: #232323;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 24px;
}
h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

/* Anchor Links */
a { 
  color: #808080;
  text-decoration: none;
}


.body-container a{
  outline: none;
  text-decoration: none;
  color: #ff3c00;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  font-family: Arial, Helvetica, sans-serif;
}

a:hover, a:focus { 
  color:#747474;
  text-decoration:underline;
}


/* Lists */
ul, ol {}
.body-container ul,
.body-container ol,
.body-container li {
  
}
.header-container ul,
.footer-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header {}
.custom-header .page-center {}
.custom-header-top {}
.custom-header-top .page-center {}
.custom-header-bottom {}
.custom-header-bottom .page-center {}


.custom-social-wrap.header-col {
    width: 41.66666667% !important;
}
.header-col {
    padding-right: 15px;
    padding-left: 15px;
    float: left !important;
    margin: 0px !important;
}

.custom-header-left.header-col {
    width: 58.33333333% !important;
}

.custom-social-wrap.header-col .my-header-top-col.text-right {
    text-align: right;
}

.custom-social-wrap.header-col .my-header-top-col.text-right ul.my-header-top-bar-social {
    display: inherit;
    text-align: right;
    padding-top: 5px;
}

.custom-social-wrap.header-col .my-header-top-col.text-right ul.my-header-top-bar-social li {
    margin-right: 5px;
    margin-left: 5px;
    float: right;
}

.custom-social-wrap.header-col .my-header-top-col.text-right ul.my-header-top-bar-social li i {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #ff8c00;
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-social-wrap.header-col ul.my-header-top-bar-social-2 li a i {
    font-size: 15px;
    line-height: 22px;
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #FFFFFF;
}
.custom-social-wrap.header-col ul.my-header-top-bar-social-2 li a {
    font-family: 'Raleway', sans-serif;
    color: #808080;
    text-decoration: none;
    color: #ff8c00;
}
.custom-social-wrap.header-col ul.my-header-top-bar-social-2 li {
    margin-right: 5px;
    margin-left: 5px;
    float: right;
}
.custom-social-wrap.header-col ul.my-header-top-bar-social-2 {
    display: inherit;
    text-align: right;
    padding-top: 5px;
}

.custom-social-wrap.header-col ul.my-header-top-bar-social-2 li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.custom-social-wrap.header-col .my-header-top-col.text-right ul.my-header-top-bar-social li i:hover {
    color: #ffffff;
    background: #ff8c00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-header {
    min-height: 50px !important;
    display: block;
    position: fixed;
    width: 100% !important;
    z-index: 100;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    top: 0;
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0;
    transition: all 0.35s ease-in-out 0s;
}

.custom-bottom-header .custom-logo {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: auto !important;
  margin-top: 0;
  margin-left: -15px !important;
  padding: 20px 15px;
}

.custom-bottom-header .custom-logo img {
    display: block !important;
}

.scroll-header .custom-header {
    background-color: #fff;
    border-radius: 0;
    border: none;
}

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

.scroll-header .custom-header {  
  min-height: 91px;
}
/*=========== Logo =============*/

.custom-header-logo {
  width: auto !important;
}
.custom-header-logo p {
  margin: 0;
}
.custom-header-logo a {}
.custom-header-logo a img {}
.custom-header-logo a img.desktop-logo {}
.custom-header-logo a img.Mobile-logo {}
.custom-header-logo a img.Sticky-logo {}


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

.body-container-wrapper {}
.body-container {
  padding-bottom: 50px;
}

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

}


.blog .body-container {
  padding-top: 0;
  padding-bottom: 0;
}
.blog .body-container .page-center {
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/*================ Banner Area ===============*/

.banner-wrapper {
  margin-top: -1px;
  background-color: #333;
  background-size: cover;
}
.banner-wrapper .page-center {}
.banner-wrapper .custom-content-wrapper {}
.banner-wrapper .custom-content-wrapper h1 {}
.banner-wrapper .custom-content-wrapper h2 {}
.banner-wrapper .custom-content-wrapper p {}
.banner-wrapper .custom-content-wrapper .btn-container {}
.banner-wrapper .custom-content-wrapper .btn-container a {}
.banner-wrapper .custom-content-wrapper .btn-container a:hover {}
.banner-area {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: cover;
  padding: 89px 0 90px;
  position:relative;
}
.banner-area h1 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: -11px;
    margin-bottom: 15px;
    color: #ffffff;
    z-index: 9;
    letter-spacing: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.banner-area h2 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: -11px;
    margin-bottom: 15px;
    color: #ffffff;
    z-index: 9;
    letter-spacing: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.banner-content {
    position: relative;
    z-index: 9;
    color: #fff;
    text-align: center;
}

.banner-area:after {
    background: #1d2024 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

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

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

.custom-footer {}
.custom-footer .page-center {}
.custom-footer-top {}
.custom-footer-top .page-center {}
.custom-footer-bottom {}
.custom-footer-bottom .page-center {}

.custom-left-col,
.custom-footer-link{
    width: 50% !important;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    margin: 0px !important;
}

.custom-bottom-footer {
    background: #1d2024 none repeat scroll 0 0;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
}

.custom-footer-link {
    text-align: right;
}

.custom-footer-link ul {
    margin: 0;
    list-style-type: none;
    padding: 0pc;
}

.custom-footer-link ul li {
    display: inline-block;
}

.custom-footer-link ul li a {
    display: inline-block;
    margin-left: 15px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

.custom-footer-link ul li a:hover {
    color: #ff8c00;
}

.custom-top-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.custom-footer-col.col3 {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0px !important;
}
.custom-footer-col.col1, .custom-footer-col.col2 {
    width: 25%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0px !important;
}

.custom-footer-col.col1 p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}
.custom-footer-col.col1 h4,
.custom-footer-col.col3 h4{
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin: 0;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.custom-footer-col.col1 span {
    color: #ff8c00;
}

 .social {
    border-top: 1px solid #ff8c00;
    margin-top: 5px;
    padding-top: 25px;
}

 .social ul {
      margin: 0;
    list-style-type: none;
}

.social ul li {
    display: inline-block;
    margin-right: 10px;
}

.social ul li a {
  border: 1px solid #ff8c00;
  color: #ff8c00;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.custom-footer-menu ul li {
    float: none !important;
}

.custom-footer-menu .hs-menu-wrapper > ul> li>ul>li:last-child {
    margin: 0px;
}

.custom-footer-menu .hs-menu-wrapper > ul> li> a {
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
      cursor: text;
}

.custom-footer-menu ul ul {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.custom-footer-menu .hs-menu-wrapper > ul> li>ul>li> a {
  display: inline-block !important;
  font-size: 14px;
  padding-left: 15px;
  position: relative;
  outline: none;
  text-decoration: none;
  color: #232323;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  white-space: normal !important;
}

.custom-footer-menu .hs-menu-wrapper > ul> li>ul>li> a:hover {
    color: #ff8c00;
}

.custom-footer-menu .hs-menu-wrapper > ul> li>ul>li> a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 6px;
}

.custom-footer-menu .hs-menu-wrapper > ul> li:first-child {
    padding-bottom: 64px;
    position: relative;
    top: -2px;
}

.custom-footer-menu .hs-menu-wrapper > ul> li>ul>li {
    float: left;
    margin-bottom: 7px;
    width: 100%;
    padding-right: 15px;
}

.footer-col-inner img {
    display: block;
    max-width: 100%;
    height: auto;
}

.recent-post {
    padding-top: 40px;
}

.recent-post ul li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 20px;
      color: #cdd0d3;
}

.recent-post ul li a:last-child {
  display: inline-block;
  font-weight: 400;  
  color: #232323;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.naranja {
    color: #ff8c00;
}

.recent-post ul li:last-child {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.recent-post ul li a:hover {
    color: #fe8b00;
}
.recent-post ul li a {
    outline: none;
    text-decoration: none;
    color: #232323;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.custom-form-wrap {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    overflow: hidden;
    padding: 30px 0;
    background-color: #f7f7f7;
}

.custom-footer-logisa h2 {
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin: 0;
    font-size: 30px;
    margin-bottom: 15px;
    padding-top: 35px;
}

.custom-footer-logisa {
    width: 41.66666667% !important;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.custom-footer-logisa > div > span {
    display: flex;
    align-items: center;
}

.custom-footer-form {
    float: left;
    width: 58.33333333% !important;
    margin: 0px !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
}

.custom-footer-form form input.hs-button.primary.large {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    box-shadow: inherit;
    min-height: 60px;
    padding-left: 30px;
    width: 100%;
    margin: 0px;
    background: #DDDDDD;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
}

.custom-footer-form input[type="email"] {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    box-shadow: inherit;
    min-height: 60px;
    padding-left: 30px;
    width: 100%;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom:7px;
}

.custom-footer-form form {
    float: right;
    width: 70%;
}
.custom-footer-form input.hs-input.error {
    border-color: #e7e7e7;
}

.custom-footer-form form input.hs-button.primary.large:focus {
    outline: 0;
}

.custom-footer-form .hs-form-field {
    margin: 0px;
}

.custom-form-wrap .page-center > .row-fluid-wrapper > .row-fluid:before, .custom-form-wrap .page-center > .row-fluid-wrapper > .row-fluid:after {
  content:none;
}

.custom-form-wrap .page-center > .row-fluid-wrapper > .row-fluid {
    align-items: center;
    display: flex;
} 
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

.custom-menu-primary {}

/* Only 1st Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    float: right !important;
    margin-right: -15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul > li.hs-item-has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    margin-top: 2px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    position: relative;
    line-height: 21px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  display: block;
  line-height: 20px;
  background-color: transparent !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 35px 15px;
  text-transform: capitalize;
  color: #333333;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


/* Menu List Below 1st Level/ 2nd,3rd,4th......so on */

.custom-menu-primary .hs-menu-wrapper > ul ul li {}


.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  line-height: 1.42857143;
  border-bottom: solid 1px #f5f5f5;
  color: #333333;
  font-weight: 400;
  color: #333333;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 12px 15px;
  text-align: left;
  text-transform: none;
  width: 100%;
  border-top: 0px;
  white-space: normal !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}


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

.custom-menu-primary .hs-menu-wrapper>ul ul li > a:hover {
}



.custom-menu-primary .hs-menu-wrapper>ul ul ul {

}

.custom-menu-primary .hs-menu-wrapper>ul ul ul li a {

}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


/* Only 2nd Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


/* Adjust Submenu Positions */
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


/* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
.custom-menu-primary .hs-menu-wrapper > ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}


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

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

  .custom-header-lp.custom-header .custom-bottom-header {
    min-height: 75px;
  }
  
  .scroll .custom-header-lp.custom-header .custom-bottom-header {
    min-height: 69px;
  }


  .hide-min {
    display: none !important;
  }
  .fixed-min {
    position: fixed;
    width: 100% !important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    margin-top: 0;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    width: 200px;
    background: #fff;
    border: solid 1px #e0e0e0;
    border: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    width: 250px;
    right: auto;
  }


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

  .custom-menu-primary {
    width: auto !important;
    float: left !important;
    margin-left: 0 !important;
  }
  .lang_switcher_class {
    padding: 35px 15px;
  }

  /* Only 1st Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  

  .custom-menu-primary .hs-menu-wrapper > ul>li>ul > li > a:hover {
    color:#ff8c00;
}
  
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color:#ff8c00;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a .caret {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


  /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul:before {}
  .custom-menu-primary .hs-menu-wrapper > ul ul:after {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li:after {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


  /* Only 2nd Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


  /* Adjust Submenu Positions */
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


  /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}
}


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

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

@media (max-width:1023px){

  

  .hide-min {
    display: block !important;
  }
  .hide-max {
    display: none !important;
  }
  .fixed-min {
    position: relative;
  }
  
  

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

  .mobile-trigger {
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */  

  }
  .custom-header-lp .mobile-trigger {
    display: none !important;
  }
 

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 42px !important;
    padding: 0 !important;
    line-height: 42px;
    text-align: center;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 15px;
    text-align: right;
    color: #333333;
  }
  
  .child-trigger:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
    right: 0pc;
  }

 

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


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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    width: 100%; /* Full screen width */
    margin-left: -30px !important;
    margin-right: -30px !important;
    width: auto !important;
  }

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

  .custom-menu-primary {
    width: 100% !important;
    margin-left: 0 !important;
  }

  /* Only 1st Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    float: none !important;
    width: 100% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    float: none !important;
    width: 100% !important;
    overflow-y: auto;
    max-height: 350px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    width: 100% !important;
    display: block;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    text-align: left;
    border-bottom: solid 1px #e0e0e0;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li:last-child>a {
    border-bottom: solid 1px #e0e0e0;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    border-bottom: solid 1px #e7e7e7;
    border-top: 1px solid #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 0px;
    padding-right: 0px;
    font-weight:400;
  }

 .child-open .child-trigger:before {
    content: "\f107";
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding-left: 15px;
    padding-right: 0px;
  }
  

  .mobile-open .banner-area {
    margin-top: 0px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    text-align: left;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li .child-trigger:before {
    right: 0px;
    top: 1px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li .child-trigger {
    height: 43px;
    line-height: 43px;
    clear: both;
    font-weight: 400;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    padding: 10px 0px;
    border-bottom: solid 1px #eee;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    top: -3px !important;
    left: 100% !important;
    margin-top: 0px;
    margin-left: 0px;
    bottom: -1px !important;
  }
  

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


  /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


  /* Only 2nd Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


  /* Adjust Submenu Positions */
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


  /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}
}


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

/* ============== Comman Styles ===================== */

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

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

.blog .blog-content {}

.custom-byline {}
.custom-byline > span {}
.custom-byline > span:first-child {}
.custom-byline a {}
.custom-byline a:hover {}
.custom-byline .meta-author {}
.custom-byline .meta-author a.author-link {}
.custom-byline .meta-author a.author-link:hover {}
.custom-byline .custom-date {}
.custom-byline .meta-category {}
.custom-byline .meta-category a.topic-link {}

/* =====================================
Blog Listing 
===================================== */

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

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

.blog.hs-blog-listing .blog-content {}

.hs-blog-header {}
.hs-blog-header h1 {}


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

/* Blog Post Title */
.blog-listing-wrapper .post-listing .post-item .post-header h2,
h2.post-listing-simple {}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a,
h2.post-listing-simple a {}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a:hover,
h2.post-listing-simple a:hover {}

.blog-listing-wrapper .post-listing .post-item .post-body h2,
h2.post-listing-simple {}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a,
h2.post-listing-simple a {}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a:hover,
h2.post-listing-simple a:hover {}

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

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

.custom-byline-listing {}
.custom-byline-listing > span {}
.custom-byline-listing > span:first-child {}
.custom-byline-listing a {}
.custom-byline-listing a:hover {}
.custom-byline-listing .meta-author {}
.custom-byline-listing .meta-author a.author-link {}
.custom-byline-listing .meta-author a.author-link:hover {}
.custom-byline-listing .custom-date {}
.custom-byline-listing .meta-category {}
.custom-byline-listing .meta-category a.topic-link {}
.custom-byline-listing .meta-category a.topic-link:hover {}
.custom-byline-listing .meta-comments a:hover {}

/* Post Featured Image on Listings Page */
.hs-blog-listing .hs-featured-image-wrapper {}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link {}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}

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

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

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



/* Pagination */
.blog-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    margin-bottom: -10px;
    margin-top: -5px;
}
.blog-pagination a {
    position: relative;
    float: left;
    margin-left: -1px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ff8c00;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}

.blog-pagination a.active {
    background: #ff8c00 none repeat scroll 0 0;
    border-color: transparent;
    color: #ffffff;
    cursor: default;
}

.blog-pagination a:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    color: #ff8c00;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Numbered Pagination */
.blog-pagination {}
.blog-pagination > div {}
.blog-pagination-left {}
.blog-pagination-right {}
.blog-pagination-center {}
.blog-pagination-center a {}
.blog-pagination a {}
.blog-pagination a:hover,
.blog-pagination a:focus {}
.blog-pagination a.elipses {}
.blog-pagination a.active {}
.blog-pagination a.next-link {}
.blog-pagination a.prev-link {}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {}



/* =====================================
Blog Post 
===================================== */

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

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

.blog.hs-blog-post .blog-content {}

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

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

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

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

/* Featured Image on Post Page */
.hs-blog-post .hs-featured-image-wrapper {}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link {}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}

.custom-byline-post {}
.custom-byline-post > span {}
.custom-byline-post > span:first-child {}
.custom-byline-post a {}
.custom-byline-post a:hover {}
.custom-byline-post .meta-author {}
.custom-byline-post .meta-author a.author-link {}
.custom-byline-post .meta-author a.author-link:hover {}
.custom-byline-post .custom-date {}
.custom-byline-post .meta-category {}
.custom-byline-post .meta-category a.topic-link:hover {}
.custom-byline-post .meta-comments a:hover {}

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

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

/* Post Pagination */
.post-pagination {}

/* Comment Section */
.comment-date {
  display: block !important;
}

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

.blog .blog-sidebar {}

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

}

.custom-recent-post {
    margin-bottom: 30px;
}


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.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;
}

#email-prefs-form .email-edit {
    max-width: 700px !important;
}

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


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

/* Form Title */
.form-title {}
.form-title:before {}
.form-title:after {}

.form-title {
    font-weight: 600;
}
.hs_cos_wrapper_type_email_simple_subscription h1,
.hs_cos_wrapper_type_email_simple_subscription h3 {}

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

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

/* Labels and Legends */
label {}
.hs-form-field > label,
.section.post-footer label,
.widget-type-google_search label {
  display: block;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  padding: 0px;
}

.custom-footer .hs-form-required {
    color: red;
  display:none;
  
}

span.hs-form-required {}

/* 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 {
  width: 100%;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 8px 15px;
  max-width: 700px;
  box-sizing: border-box;
  min-height: 27px;
  border: 0;
  border-radius: 0;
  background: none;
  border: 1px solid #cad5e2;
  display:block;
}
.hs-input.error {}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
    border-color: #c87872;
}

input.hs-input.error:focus,
div.field.error input:focus, 
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus, select.hs-input.error:focus {
    border-color: #b9554d;
}

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

/* Hubspot Default Form Style */

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"],
textarea,
select {
 
}

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,
textarea:focus,
select:focus {

}





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

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

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

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

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

/* Error */
.hs-error-msgs label,
.section.post-footer .hs-error-msgs label {
  color: #f2545b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}
.submitted-message {}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

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


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

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

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

#comment-form {
  margin-top: 30px;
}
.section.post-footer {
  margin-top: 50px;
}
.section.post-footer .hs-richtext {
  margin-top: 50px;
  margin-bottom: 25px;
}
.section.post-footer .hs-richtext h3 {}
.section.post-footer .hs-richtext p {}

/* Label */
.section.post-footer .hs-form-field > label {}
.section.post-footer label {}

/* Inputs */
.section.post-footer input[type="text"],
.section.post-footer input[type="email"],
.section.post-footer textarea {}

.section.post-footer input[type="text"]:focus,
.section.post-footer input[type="email"]:focus,
.section.post-footer textarea:focus {}

.section.post-footer input[type="text"] {}
.section.post-footer input[type="text"]:focus {}
.section.post-footer input[type="email"] {}
.section.post-footer input[type="email"]:focus {}
.section.post-footer input[type="submit"] {}
.section.post-footer input[type="submit"]:hover {}

.section.post-footer textarea {}
.section.post-footer textarea:focus {}

.section.post-footer 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"] {}


/* Make Form 50% on Desktop */

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field {
  display: block;
}

.custom-footer-logisa a, .custom-footer-logisa a img {
    height: 50px;
}

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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ff7a59;
  border-color: #ff7a59;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  text-transform: uppercase;
   margin: 15px 0;
  background: #ff8c00;
  border-color: #ff8c00;
  color: #ffffff;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}

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

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

/* Hubspot Default Button Style */

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

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

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

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



/* ==========================================================================
Custom Classes                                   
========================================================================== */

.auto {
  width: auto !important;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.full-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.fixed {
  position: fixed;
  width: 100% !important;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
}
.center-block {
  display: block;
  margin: 0 auto;
  float: none !important;
}
.hs-blog-listing .show-on-post {
  display: none !important;
}
.hs-blog-post .show-on-listing {
  display: none !important;
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.custom-footer.custom-nonav-footer span.bar,
.custom-footer.custom-nonav-footer a.lnk,
.custom-footer.custom-nonav-footer a.fb {
    opacity: 0;
}

.blog i.fas.fa-home {
    margin-right: 5px;
}

@-moz-document url-prefix() {
.custom-footer-menu .hs-menu-wrapper > ul > li:first-child {
   padding-bottom: 66px;
    position: relative;
    top: -2px;

}
 
.custom-footer-form form input.hs-button.primary.large {
    background: #f0f0f0;
}  

}

.custom-footer-form form input.hs-button.primary.large {
    background: #fff;
}

.custom-follow {
    margin: 0px !important;
}

.hs-blog-post .blog-bottom-form {
    display: none !important;
}

.blog input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #999;}
.blog input:-moz-placeholder, textarea:-moz-placeholder{color: #999;opacity: 1;}
.blog input::-moz-placeholder, textarea::-moz-placeholder{color: #999;opacity: 1;}
.blog- input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #999;}

.custom-header-lp.custom-header ul.my-header-top-bar-social {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.blog .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding: 50px 0 50px;
}

.post-item {
   margin-bottom: 50px;
}

.custom-blog-search input[type="text"] {
    min-height: 50px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}

.custom-blog-search button.btn.hs-button.primary {
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
    font-size: inherit;
    line-height: inherit;
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin: 0px;
}

.custom-blog-search button.btn.hs-button.primary:hover {
    background: #1cb9c8 none repeat scroll 0 0;
}

.blog .blog-sidebar .widget-span {
    margin-bottom: 50px;
    width: 100%;
}

.blog .block {
    margin-top: -5px;
}

.blog .block ul {
    margin: 0;
    list-style-type: none;
    padding: 0px;
}

.blog .block ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
.blog .block ul li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog .block ul li a {
    display: inline-block;
    text-transform: capitalize;
    padding-left: 25px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.blog .block ul li a:hover {
    color: #1cb9c8;
}


.blog .block ul li a:after {
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    top: 10px;
}

.blog .block ul li:first-child a:after {
    top: 0px;
}

 .my-blog-heading h2 span2 {
    color: #ff8c00;
    font-size: 14px;
    text-transform: none;
}
 .my-blog-heading h2 span {
    color: #111111;
    font-size: 14px;
}
.my-blog-heading h2 {
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #ff8c00;
    margin-top: 25px;
    margin-bottom: 15px;
}

.post-header h2,
h2.post-listing-simple{
  font-size: 28px;
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

.post-header h2 a:hover,
h2.post-listing-simple a:hover{
    outline: none;
    text-decoration: none;
    color: #232323;
}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a:hover, h2.post-listing-simple a:hover {
    color: #ff3c00;
}

.blog-content .info p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

.blog-content .info .meta {
    border-top: 1px solid #e7e7e7;
    float: left;
    padding-top: 15px;
    width: 100%;
    margin-bottom: -5px;
}


.post-header h2 a,
h2.post-listing-simple a{
  outline: none;
  text-decoration: none;
  color: #232323;
}


.text-left a.more-link {
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #ff8c00;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ff8c00;
    margin-top: 5px;
    line-height: 1.42857143;
}

.blog-content .info .meta ul {
    margin: 0;
    list-style-type: none;
    padding: 0px;
}

.blog-content .info .meta ul li {
    color: #666666;
    float: left;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.blog-content  .info .meta li i {
    margin-right: 5px;
}

.blog-content .info .meta a {
    color: #ff8c00;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
}

.blog .text-left {
    text-align: left;
    padding-top: 15px;
}



ul.listing-view.list-breadcrumb {
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 15px;
    position: relative;
    z-index: 1;
}

ul.listing-view.list-breadcrumb li {
    padding: 0 15px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

ul.listing-view.list-breadcrumb:after {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

ul.listing-view.list-breadcrumb li {
    color: #ff8c00;
}

ul.listing-view.list-breadcrumb li a {
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
}

ul.listing-view.list-breadcrumb li.active:after {
    border: 2px solid #ffffff;
    content: "";
    height: 10px;
    left: -7px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.blog-sidebar h3:before {
    background: #ff8c00 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    z-index: -1;
}
.blog-sidebar h3 {
    font-size: 18px;
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin: 0;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: -5px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}


.custom-search .hs-search-field {
    margin: 0px;
}

.custom-search {
    margin-bottom: 50px !important;
}

.custom-recent-post ul li a.rec-list-thumb img {
  width: 80px;
  left: 0;
  top: 0;
  float: left;
  margin-right: 20px;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 5px;
}

.custom-recent-post ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.rec-list-info {
  overflow: hidden;
  color: #837f7e;
  line-height: 26px;
  vertical-align: top;
}

.rec-list-info a.title {
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.rec-list-info a.title:hover {
    color: #1cb9c8;
}

.rec-list-info .content {
    color: #999999;
    font-family: "Poppins",sans-serif;
    margin-top: 5px;
}

.custom-recent-post ul li {
  position: relative;
  margin-bottom: 50px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #cdd0d3;
  clear: both;
  overflow: hidden;
}

.custom-recent-post ul li:last-child {
    border: 0px;
    margin: 0px;
}

.custom-recent-post {
    margin-bottom: 0px !important;
}

span.filter-link-count {
    display: none !important;
}


.section.post-footer form {
    margin-top: 30px;
}


#comments-listing {
   border: 1px solid #ccc;
   margin-bottom: 30px;
   margin-top: 30px;
}
.comment.depth-0 {
   border-bottom: 1px solid #000 !important;
   border-top: medium none !important;
   margin: 0 10px 10px !important;
   padding: 0 15px !important;
}
.comment-body {
   border-bottom: medium none;
   color: inherit;
   display: block;
   padding: 0;
}
.comment-reply-to{
margin-bottom: 15px;
}
.comment-from h4 {
   margin: 0;
   padding-top: 15px;
}

.comment-from h4 a {
   text-decoration: none;
}
.comment-date {
   color: inherit !important;
   display: block !important;
   text-align: left;
}


.hs-blog-post .post-header h2 span {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: #0a0a0a;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Source Sans Pro',sans-serif;
    color: #ff8c00;
    font-size: 24px;
    text-transform: none;
    text-align: left !important;
}

.hs-blog-post .post-header h2 span:hover {
    color: #111;
}

.hs-featured-image-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hs-featured-image-wrapper a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.hs-featured-image-wrapper img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


.hs-featured-image-wrapper span.post-formats {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 50px;
    z-index: 1;
}

.hs-featured-image-wrapper span.post-formats:after {
    background: #ff8c00 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.post-item:hover .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-content .info {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 30px;
    background: #ffffff none repeat scroll 0 0;
}

.blog-content .cats a:hover {
    color: #1cb9c8;
}
.blog-content .cats a {
    color: #666666;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding-right: 8px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.blog-content .cats {
    margin-bottom: 10px;
}

.sidebar-info ul {
    margin: 0;
    list-style-type: none;
    padding: 0px;
}

.sidebar-info ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.sidebar-info ul li a {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    text-align: center;
    width: 60px;
}

.sidebar-info ul li.facebook a {
    background: #3B5998 none repeat scroll 0 0;
}

.sidebar-info ul li.linkedin a {
    background: #0077B5 none repeat scroll 0 0;
}

.rec-list-info .content a:hover {
    color: #1cb9c8;
}
.rec-list-info .content a {
    text-transform: capitalize;
    color: #999999;
    display: inline-block;
    font-weight: 400;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.custom-footer form input[type=email] {
    float: left;
    width: 70%!important;
    margin-right: 5px;
     margin-top:20px;
  border-radius:5px;
}
.custom-footer form .hs-button {
    width: 25%;
    float: right;
    background: #ff8c00;
    padding: 15px 10px 15px 5px;
    color: #fff;
    font-size: 16px;
    border-radius:5px;
}

.section.post-header h1 {
    font-size: 28px;
    color: #666;
    font-weight: normal;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 500;
}
/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
max-width: 70px;
padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
height: auto !important;
max-width: 100%;
}
.hs-blog-social-share {
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
height: auto;
margin-top: 10px;
padding: 10px 0 0;
}
.custom_listing_comments{
   border: 1px solid #E2E2E2;
   display: block;
   line-height: 165%;
   padding: 15px;
}

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


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

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


}

@media (max-width: 1200px) {
.custom-header .page-center {
  max-width: 970px;
}
.body-container.container-fluid .row-fluid .page-center {
  max-width: 970px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-container.container-fluid .row-fluid .page-center {
    max-width: 970px;
}
  
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 35px 12px;
} 
  
}


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

@media (max-width: 1024px) {

  /*============== Header ==============*/
  /*============== Footer ==============*/
  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/
}

@media (max-height:400px) and (max-width: 1023px) {

.custom-menu-primary .hs-menu-wrapper>ul {
    max-height: calc(100vh - 80px) !important;
}
  
}
@media (max-width: 1023px) {
  
    /*============== Header ==============*/
  .custom-bottom-header > div {
    margin-bottom: -1px;
  }
  
  .banner-area {
    padding: 67px 0 90px;
  }
  
  .custom-spacer {
    width: 100% !important;
  }
  
  .mobile-open .custom-bottom-header > div {
    margin-bottom: 0px;
  }
  .custom-header .page-center > .row-fluid-wrapper > .row-fluid {
    float: none;
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  button.navbar-toggle.collapsed {
    display: inline-block;
    float: left;
    background-color: transparent !important;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
    margin-bottom: 8px;
    margin-right: -200px;
    margin-top: 15px;
    border-radius: 4px;
    font-family: inherit;
    border-color: #ddd;
    color: #666666;
    line-height: 26px;
  }
  
  .custom-header {
    margin-top: 47px;
    transition: all 0.35s ease-in-out 0s;
    border: 0px;
  }
  
  button.navbar-toggle.collapsed:focus {
    outline: 0;
  }

  .custom-bottom-header .custom-logo img {
    height: 30px !important;
  }
  .custom-bottom-header .custom-logo {
    display: inline-block;
    float: none !important;
    margin: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    margin-left: 0px !important;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    width: auto;
  }
  
  .custom-header {
    margin-top: 47px;
    transition: all 0.35s ease-in-out 0s;
  }
  
    
  .mobile-open .mobile-trigger i:before {
    content: "\f00d";
  }

  
  .scroll-header .custom-header {
    margin-top: 0px;
    transition: all 0.35s ease-in-out 0s;
  }

  .header-container-wrapper {
    min-height: 115px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0 !important;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
    color: #333333;
    background-color: transparent !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
  }
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    padding-bottom: 30px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    float: none !important;
    width: 100% !important;
    overflow-y: auto;
    max-height: 350px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    border: 0px;
   margin-bottom: 0px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
      border-top: 0px;
      border-bottom: 1px solid #e0e0e0;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    margin-bottom: -1px !important;
    border-bottom: 0px;
    border-color: #e0e0e0;
 }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-bottom: 0px !important;
    margin-top: 1px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > a {
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: -2px !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
    text-transform: capitalize;
    width: 100%;
    border-top: 0px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child >a {
    border: 0pc;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
    background-color: transparent !important;
    color: #1cb9c8 !important;
  }

  /*============== Footer ==============*/
  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/
  
}

@media (max-width: 991px) {

  .custom-header .page-center {
     max-width:750px;
     position: relative;
  }
  
  .header-container-wrapper {
    min-height: 68px;
  }
  
  .banner-area {
    padding: 73px 0 90px;
    position: relative;
  }

  .blog-content, .blog-sidebar {
    width: 100% !important;
    float: none !important;
    margin: 0px !important;
  }


  .custom-bottom-footer {
    text-align: center;
  }
  .blog-content {
    padding-bottom: 40px;
  }
  .custom-search .hs-search-field {
    margin: 0px;
    width: 100% !important;
    max-width: 100%;
  }

  .custom-header-lp.custom-header ul.my-header-top-bar-social {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    display: none !important;
  }
  
  .custom-header-lp.custom-header .custom-social-wrap.header-col ul.my-header-top-bar-social-2 {
    display: inherit;
    text-align: right;
    padding-top: 10px;
  }


  .body-container.container-fluid .row-fluid .page-center {
     max-width:750px;
  }

  .footer-container.container-fluid .row-fluid .page-center {
     max-width:750px;
  }
  
  .custom-bottom-header .page-center {
    display:block;
    text-align: center;
  }
  
  .custom-header {
    margin-top: 0px;
    padding-top:1px;
    min-height: 50px !important;
  }

  /*============== Header ==============*/
  /*============== Footer ==============*/
  .custom-footer-col.col1, .custom-footer-col.col2, .custom-footer-col.col3 {
    width: 100% !important;
  }

  .custom-left-col, .custom-footer-link {
    width: 100% !important;
    float: none !important;
    text-align: center;
  }
  .custom-footer-link ul {
    margin-top: 10px;
    text-align: center;
  }
  .custom-left-col {
    display: none !important;
  }
  
  .custom-footer-menu, .custom-footer-col.col1 {
    margin-bottom: 50px !important;
  }
  
  .custom-footer-form form {
    width: 100%;
  }
  .custom-footer-form {
    width: 66.66666667% !important;
  }
  .custom-footer-logisa a img {
    display: block;
    width: 100%;
  }
  
  .custom-footer-logisa {
    width: 33.33333333% !important;
    display: block !important;
  }
  /*============== Blog Listing ==============*/
  
  .banner-area {
    margin-top: -1px;
  }
  
  .scroll .custom-bottom-header .row-fluid-wrapper {
    padding-bottom: 2px;
  }
  
   .scroll .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    text-align: left;
    margin-bottom: 1px;
  }
  
  /*============== Blog Post  ==============*/
  .blog-bottom-form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field, 
  .blog-bottom-form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field,
  .blog-bottom-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
  }
  
  .blog-bottom-form {
    padding: 40px 0 15px;
  }
}

@media (max-width: 991px) and (min-width:767px) {
.custom-footer-logisa a, .custom-footer-logisa a img {
    height: auto;
    vertical-align: middle;
    padding-top: 5px;
}
  
.custom-footer-logisa a img {
    display: block;
    width: 100%;
    height: auto;
}  
  
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {


  /* Make Form 100% on Mobile */
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .widget-type-google_search,
  #comment-form,
  .section.post-footer,
  .hs-search-field {
    display: block;
    max-width: 100%;
    max-width: 100%;
  }
  
  .banner-area h1 {
    font-size: 33px;
  }

  h1 {
    font-size: 33px;
  }

  h2,h3 {
    font-size: 26px;
  }
  
  h4 {
    font-size: 24px;
  }

   .body-container.container-fluid .row-fluid .page-center {
     max-width:100%;
     padding-right: 15px;
     padding-left: 15px;
  }
  
  .custom-social-wrap.header-col {
    width: 100% !important;
  }
  
  .hs-author-avatar {
    float: none !important;
    margin-bottom: 20px;
  }
  
  .custom-header .page-center {
    max-width: 100%;
    position: relative;
  }


  .custom-header .page-center {

  }

  .footer-container.container-fluid .row-fluid .page-center {

  }
  
  .custom-header .page-center > .row-fluid-wrapper > .row-fluid {
    float: none;
    display: block;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -1px;
  }
  
  
  .custom-menu-primary .hs-menu-wrapper {
    width: 100%;
    margin-left: 0px !important;
    margin-right: -15px !important;
    width: auto !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    float: none !important;
    width: 100% !important;
    overflow-y: auto;
    max-height: 350px;
    padding-left: 0px;
    padding-right: 15px;
  }
  
  .header-container-wrapper {
    min-height: 68px;
  }
  
  .scroll-header .custom-header {
    margin-top: 0px;
    padding-top:1px;
    transition: all 0.35s ease-in-out 0s;
  }

  /*============== Header ==============*/
  /*============== Footer ==============*/
  a#back-to-top {
    bottom: 40px;
  }
  
  .custom-footer-col.col1 h4, .custom-footer-col.col3 h4,
  .custom-footer-menu .hs-menu-wrapper > ul> li> a{
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.4;
  }
  
  .custom-form-wrap .page-center > .row-fluid-wrapper > .row-fluid {
    display: block;
  }
  
  .custom-footer-logisa, .custom-footer-form {
    width: 100% !important;
    text-align: center;
  }
  .custom-footer-form form {
    width: 80%;
    margin: 0 auto !important;
    display: inline-block;
    float: none !important;
  }

  .custom-form-wrap {
    display: block;
    padding: 50px 0;
    text-align: center;
  }
  .custom-footer-logisa h2 {
    font-size: 26px;
  }
  
  .main-content{
   margin-bottom:40px;
  }


  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/


}  


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

@media (max-width: 479px) {


  .footer-container.container-fluid .row-fluid .page-center {
    margin-top: 0%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }


  .subscribe-options label {
    margin-left: 0 !important;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field > div {
    max-width: 300px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .checkbox-row span.fakelabel span {
    float: none !important;
  }

  .subscription-template.one-column .hs-button.primary,
  .subscription-template.one-column input[type="submit"], 
  .subscription-template.one-column input[type="button"] {
    font-size: 15px;
  }
  
  .custom-footer-form form {
    width: 100%;
  }
}
@media (max-width: 321px) {}