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


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

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


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


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

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

@import url('https://fonts.googleapis.com/css?family=Poppins%3A300%2Cregular%2C500%2C600%2C700%7CHind%3A300%2Cregular%2C500%2C600%2C700%7CDroid+Serif%3Aregular%2Citalic%2C700%2C700italic%7CDosis%3A200%2C300%2Cregular%2C500%2C600%2C700%2C800%7CPlayfair+Display%3Aregular%2Citalic%2C700%2C700italic%2C900%2C900italic%7COswald%3A300%2Cregular%2C700%7CRoboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic%7CSource+Sans+Pro%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&subset=devanagari%2Clatin-ext%2Clatin%2Ccyrillic%2Cvietnamese%2Cgreek%2Ccyrillic-ext%2Cgreek-ext&ver=1.0.0');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css?ver=4.3.0');


@font-face { font-family: 'Montserrat';  src: url('Montserrat.eot?') format('eot'), url('Montserrat.woff') format('woff'), url('Montserrat.ttf') format('truetype');}

@font-face {
  font-family: 'uncodeicon';
  src: url('//cdn2.hubspot.net/hubfs/5871889/Studio_Designer_May2019%20Theme/Fonts/uncode-icons.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/5871889/Studio_Designer_May2019%20Theme/Fonts/uncode-icons.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hubfs/5871889/Studio_Designer_May2019%20Theme/Fonts/uncode-icons.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/5871889/Studio_Designer_May2019%20Theme/Fonts/uncode-icons.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/5871889/Studio_Designer_May2019%20Theme/Fonts/uncode-icons.svg#uncodeicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }
          
/* Montserrat*/
@font-face {
 font-family: 'Montserrat'; 
 src: url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet"') format('eot'), url('//designers.hubspot.com/hubfs/jurassic-park.woff') format('woff'), url('https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet"') format('truetype');
}

/* Jurassic Park Bold */
@font-face { 
 font-family: 'Montserrat'; src: url('https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet"') format('eot'), url('//designers.hubspot.com/hubfs/jurassic-park-Bold.woff') format('woff'), url('https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet"') format('truetype'); 
 font-weight: 700;
}

body {
 font-family: 'Montserrat';
}

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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
  font-family: Montserrat;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

body {
  background: #fff;
  color: #333;
  font-size: 20px;
  line-height:30px;
  font-weight: 300;
  color :#777777;
  font-family: Montserrat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  padding: 36px 36px 36px 36px;

}

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


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

/* Basic text */
p {
  margin: 0px 0 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0 0 20px;
  color: #303133;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: Montserrat;
  letter-spacing: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #f04c23;
  font-weight: 300;
}
h2 {
  font-size: 40px;
  color: #777777;
  font-weight: 300;
  line-height: 1;
}
h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}
h4 {
  font-size: 22px;
  line-height: 22px;
}
h5 {
  font-size: 20px;
  line-height: 20px;
}
h6 {
  font-size: 18px;
  line-height: 18px;
}

/* Anchor Links */
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: #f04c23;
  text-decoration: none;
}

/* Lists */
ul, ol {
  margin:0 0 10px;
  padding-left:19px;
}
ul ul, ul ol, ol ol, ol ul {}
li {
  margin: 5px 0px 0px 0px;
}

.body-container ul {
  padding-left:0;
}
.body-container ul li {
  list-style:none;
  padding:0;
}
.body-container ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  margin-right: 13.5px;
  font-size: 1em;
  line-height: .7em;
  position: relative;
  top: 3px;
  color: #f04c23;

}

/* 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_top {
    background-color: #f7f7f7;
  }

  .custom_header_top .top-links {
    width: 100%;
    background-clip: content-box;
    position: relative;
    text-align: right;
  }
  .custom_header_top .top-links p {
    line-height: 27px;
    font-size: 14px;
    color: #595959;
    margin: 0;
    font-weight: 400;
    position: relative;
    right: -21px;
  }
  .custom_header .custom_header_bottom {
    width: 100%;
    background-clip: content-box;
    position: relative;
  }
  .custom_header .custom_header_bottom > div > div:before {
    display: none;
  }
  .custom_header_bottom .site_logo {
    vertical-align: middle;
    padding-left: 0;
    width: auto;
    line-height: 1px;
  }
  .custom_header_bottom .site_logo > div {
    padding-top: 0;
    line-height: 0px;
    text-align: center;
    position: relative;
    z-index: 10;
    display: inline-block;
  }
  .custom_header_bottom .site_logo a {
    height: 60px;
    position: relative;
    display: block;
    line-height: 1em;
  }
  .custom_header_bottom .site_logo a img {
    width: auto !important;
    height: 100%;
  }
  .custom_header_bottom  .custom-menu-primary {
    margin-left: 0;
    width: auto;
    float: right;
    position: relative;
  }
  .custom_header {
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-color: rgba(234,234,234,0.5);
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100% !important;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    overflow: visible;
    z-index:999;
  }
  .custom-banner-area {
    width: 100%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    background-color: #141618;
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
  }

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

.body-container-wrapper {}
.body-container {}
.header-container-wrapper {
  
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
  .custom_footer {
    width: 100% !important;
    background-color: #303133;
    text-align: center;
  }

  .custom_footer .page-center > div > div {
  }

  .custom_footer .copyright_content {
    position: relative;
    clear: both;
    border: 0;
  }

  .custom_footer .copyright_content img {
    max-width: none;
    z-index: 1;
    position: relative;
    height: auto;
    margin-top: 36px;
    margin-bottom: 18px;
    width: 120px;
  }

  .custom_footer .copyright_content p {
    font-size: 14px;
    line-height: 1.75;
    margin: 18px 0 0;
    font-weight: 400;
    font-family: Montserrat;
  }

  .custom_footer .copyright_content span > p:nth-child(1) {
    margin-top: 0;
  }

  .custom_footer .copyright_content p span {
    color: #ffffff;
  }

  .custom_footer .copyright_content p span a, .custom_footer .copyright_content p a {
    color: #ffffff;
    font-weight: 400;
    font-family: Montserrat;
  }
  .custom_social_share .uncont {
    text-align: center;
  }

  .uncont .animate_when_almost_visible {
    -webkit-animation-name: zoom-out;
    -moz-animation-name: zoom-out;
    -o-animation-name: zoom-out;
    animation-name: zoom-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    display: inline-table;
    table-layout: fixed;
    width: auto;
    text-align: center;
    vertical-align: bottom;
    padding-left: 9px;
    padding-right: 9px;
  }

  .uncont .fa-container {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 0px 0px;
  }

  .uncont .fa-container .btn-default {
    color: #303133 !important;
    background-color: #fff;
    border-color: #fff;
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    font-size: 28px;
    border: 1px solid #fff;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    -o-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    -webkit-border-radius: 2.5em;
    -ms-border-radius: 2.5em;
    border-radius: 2.5em;
  }

  .uncont .fa-container .btn-default:hover {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
  }

  .uncont .animate_when_almost_visible:first-child {
    padding-left: 0;
  }

  .uncont .animate_when_almost_visible:last-child {
    padding-right: 0;
  }
  .fa-social-facebook:before {
    content: "\e661";
    font-family: 'uncodeicon' !important;
  }
  .custom_social_share {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .uncont .fa-container .btn-default i {
    font-family: 'uncodeicon' !important;
    vertical-align: text-top;
  }

  .custom_social_share .uncont:after, .custom_social_share .uncont:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
  }

  .uncont .animate_when_almost_visible:nth-child(2) {
    padding: 0 3px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .footer_heading {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 18px;
  }

  .footer_heading h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 27px 0 0;
    color: #ffffff;
    fill: #ffffff;
    font-family: Montserrat;
    font-weight: 600;
    margin-top: 0;
  }


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


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

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

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:960px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    line-height: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    display: inline-block;
    height: 100%;
    float: none !important;
    padding: 0;
    margin: 0;
    line-height: normal;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Poppins;
    position: relative;
    display: block;
    color: #303133;
    white-space: nowrap;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: rgba(48,49,51,.5);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: rgba(48,49,51,.5);
  }
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .lp .header-container-wrapper {
    min-height: 114px;
  }
  .header-container-wrapper {
    min-height: 140px;
  }
}


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

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

@media (max-width: 959px){
  
  .custom_header .custom_header_top {
    display:none;
  }
  .custom_header .custom_header_bottom {
    position: relative;
    padding: 27px 36px 27px 36px;
    line-height: 1px;
    vertical-align: middle;
  }
  .custom-banner-area {
    height: 462px;
  }

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    padding: 27px 36px 27px 36px;
    transition: .3s;
    line-height: 0px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
    -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 20px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #303133; /* Icon color */
    display: inline-block;
    -webkit-transform-origin: 10px center;
    transform-origin: 10px center;
  }
  .mobile-open .mobile-trigger i {
    transition: background 0.3s 0s ease-in-out;
    background: transparent !important;
  }

  .mobile-open .mobile-trigger i:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 0;
  }

  .mobile-open .mobile-trigger i:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
     top: 0;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
     /* Icon color */
  }
  .mobile-open .mobile-trigger i:after, .mobile-open .mobile-trigger i:before {
    transition: top 0.3s ease-in-out,-webkit-transform 0.3s 0.5s ease-in-out,-moz-transform 0.3s 0.5s ease-in-out,-o-transform 0.3s 0.5s ease-in-out,transform 0.3s 0.5s ease-in-out;
  }
  /* ===== 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: 36px !important;
    padding: 0 !important;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 9px;
    text-align: left;
    vertical-align: middle;
    padding-top: 11px !important;
    padding-left: 8px !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper ul li:hover .child-trigger {
    color: rgba(255,255,255,.5);
  }
  i.fa.fa-angle-right.fa-dropdown {
    font-weight: 600;
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: fixed;
    width: 100%;
    float: none;
    left: 0;
    top: 114px;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled,
  .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-top: 52px;
    max-height: calc(100vh - 114px);
    overflow: hidden;
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #1b1d1f;
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper ul {
    background-color: #1b1d1f;
    line-height: 0px;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper ul li {
    display: block;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper ul li a {
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Poppins;
    position: relative;
    display: block;
    white-space: normal;
    color: #fff;
    padding: 9px 36px 9px 36px;
    line-height: 18px;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper ul li a:hover {
    color: rgba(255,255,255,.5);
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper ul li.active > a {
    color: rgba(255,255,255,.5);
  }
  .header-container-wrapper {
    min-height: 114px;
  }
  @-moz-document url-prefix() {
   .custom-menu-primary.js-enabled .hs-menu-wrapper ul li a {
     line-height: 19px;
    }
  }
  .nonav-header .mobile-trigger {
    display: none !important;
  }
  

}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

/* 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 Field */
.hs-form-field {}

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

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

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
padding: 4px 6px;
font-size: 14px;
line-height: 20px;
color: #555555;
display: block;
margin-top: 5px;
margin-bottom: 15px;
vertical-align: middle;
width: 100%;
max-width: 600px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted \9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
cursor: pointer;
-webkit-appearance: none;
display: inline-block;
padding: 4px 12px;
white-space: normal;
margin-bottom: 8px;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;!important;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
text-decoration: none !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
text-decoration: none;
background-color: #e6e6e6;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}

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

.hs_cos_wrapper_type_form .hs-button.primary.large: center; !important; {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
  .custom_listing_group {
    padding-left: 0;
    padding-right: 36px;
    padding-bottom: 56px;
  }

  .custom_listing_group .blog-content {
    padding: 0px 0px 0px 36px;
    margin-left: 0;
  }
  .rec-image a {
    display: block;
  }

  .rec-image a img, .custom-featured-image-wrapper img {
    width: 100%;
    height: auto;
    -webkit-transition-property: -webkit-transform, -webkit-filter;
    -moz-transition-property: -moz-transform, -moz-filter;
    -o-transition-property: -o-transform, filter;
    transition-property: -webkit-transform,-moz-transform,-o-transform,transform,-webkit-filter,-moz-filter,-o-filter,filter;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  }

  .rec-content-wrapper {
    padding-top: 36px;
  }

  p.listing-date {
    line-height: 1.75;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #303133;
  }

  h2.listing-title {
    color: #303133;
    font-weight: 600;
    font-family: Montserrat;
    font-size: 35px;
    word-break: break-word;
    line-height: 1.2;
    margin: 9px 0px 0px 0px;
  }

  h2.listing-title a {
    color: #303133;
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  h2.listing-title a:hover {
    color: #f04c23;
  }

  .listing-content p {
    width: 100%;
    color: #777777;
    margin: 9px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.75;
    font-weight:400;
  }

  .rec-image:hover a img, .custom-featured-image-wrapper:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  .rec-image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .custom-featured-image-wrapper {
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .post-content-inner {
    padding-top: 36px;
  }

  .post-header {
    margin-top: 36px;
  }

  .rec-item-wrap {
    margin-top: 36px;
  }
  .custom_listing_group .custom_recent_post {
    padding-left: 36px;
  }
  .custom-featured-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #141618;
    top: 0;
    left: 0;
    transition: 0.2s all;
  }
  .custom-featured-image-overlay:hover {
    opacity: 0.5;
  }
  .post-listing .post-item {
    width: 50%;
    float: left;
    padding-right: 36px;
  }
  h2.listing-title1 {
    color: #303133;
    margin: 9px 0px 0px 0px;
    font-weight: 600;
    font-family: Montserrat;
    font-size: 24px;
  }

  h2.listing-title1 a {
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .listing-content1 {
    width: 100%;
    color: #777777;
    margin: 9px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
  }
  .blog .section.post-footer .hs-form-field > label {
    font-size: 18px;
    line-height: 1.75;
    margin: 0px 0px 5px 0px;
    color: #303133;
    font-weight: 600;
  }

  .blog .section.post-footer .input input {
    max-width: 700px;
    width: 100%;
    display: block;
    margin: 10px 0 10px;
    background-color: #ffffff;
    border-color: #eaeaea;
    -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    font-size: 14px;
    line-height: initial;
    padding: 10px 15px 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-weight: normal;
    font-family: inherit;
    color: inherit;
  }

  .blog .section.post-footer .input input:focus, .blog .section.post-footer textarea:focus {
    border-color: #f04c23;
    outline: 0;
  }

  .blog .section.post-footer textarea {
    min-height: 150px;
    width: 100%;
    max-width: 700px;
    display: block;
    margin: 10px 0 20px;
    background-color: #ffffff;
    border-color: #eaeaea;
    -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    font-size: 14px;
    line-height: initial;
    padding: 10px 15px 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-weight: normal;
    font-family: inherit;
    color: inherit;
  }

  .blog .section.post-footer .actions input {
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 10px 0;
    background-color: #f7f7f7;
    border-width: 1px;
    font-weight: 600;
    font-family: Montserrat;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 12px;
    vertical-align: middle;
    background-image: none;
    border-radius: 2px;
    outline: none;
    white-space: nowrap;
    -webkit-text-stroke: 0px;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    padding: 13px 31px 13px 31px;
    font-style: normal;
    border: 1px solid #eaeaea;
    line-height: initial;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin: 10px 0;
  }

  .blog .section.post-footer ul.no-list.hs-error-msgs.inputs-list {
    margin: 0 0 10px;
    list-style: none;
    padding: 0;
    line-height: normal;
  }

  .blog .section.post-footer ul.no-list.hs-error-msgs.inputs-list li:before {
    display: none;
  }

  .blog .section.post-footer ul.no-list.hs-error-msgs.inputs-list li {
    margin: 0;
    color: red;
    font-size:16px;
  }

  .blog-post .section.post-body p {
    font-size: 18px;
    line-height: 1.75;
    margin: 18px 0 0;
    font-weight: 400;
    font-family: Montserrat;
    color: #777;
  }

  .sidebar-author h4 {
    color: #303133;
    font-size: 20px;
    font-weight: 600;
    font-family: Montserrat;
    line-height: 1.2;
    margin: 27px 0 0;
  }

  .sidebar-author p {
    font-size: 18px;
    line-height: 1.75;
    margin: 18px 0 0;
    font-weight: 400;
    font-family: Montserrat;
  }

  .custom-post-pagination {
    outline-color: #eaeaea;
    background-color: #f7f7f7;
    position: relative;
    clear: both;
    border: 0;
    outline-width: 1px;
    outline-style: solid;
  }
  .custom-post-pagination .custom-post-center {
    padding: 27px 36px 27px 36px;
    width: 100%;
    table-layout: fixed;
    color: #777777;
    display: table;
    position: relative;
  }

  .custom-post-pagination .custom-post-center {
    max-width: 1200px;
    margin: auto;
  }

  .custom-post-pagination .custom-post-center ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    border-radius: 2px;
  }

  .custom-post-pagination .custom-post-center ul li {
    display: table-cell;
    font-size: 18px;
    line-height: 1.75;
    margin: 18px 0 0;
  }
  .blog-pagination {
    margin: 20px 0 0;
    text-align:center;
  }

  .blog-pagination a {
    padding-right: 15px;
    display: inline-block;
  }
  .section.post-footer form::before {
    content: "Leave a reply";
    display: block;
    margin: 20px 0;
    font-size: 24px;
    font-weight: 500;
    color: #303133;
  }

  .comment-date {
    display: block;
    text-align: left;
  }
  .custom-post-pagination .custom-post-center ul li.page-prev {
    text-align: left;
  }

  .custom-post-pagination .custom-post-center ul li a {
    color: #303133;
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    font-weight: 600;
    font-family: Montserrat;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    position: relative;
  }

  .custom-post-pagination .custom-post-center ul li.page-next {
    text-align: right;
  }

  .custom-post-pagination .custom-post-center ul li a.previous-posts-link i {
    margin-right: 9px;
    font-size: 18px;
    line-height: 18px;
    vertical-align: top;
    transition: 0.2s all;
  }

  .custom-post-pagination .custom-post-center ul li a.next-posts-link i {
    margin-left: 9px;
    margin-right: 0;
    font-size: 18px;
    line-height: 18px;
    transition: 0.2s all;
  }

  .custom-post-pagination .custom-post-center ul li a:hover {
    color: #f04c23;
  }

  .custom-post-pagination .custom-post-center ul li a.next-posts-link:hover i {
    margin-left: 5px;
  }

  .custom-post-pagination .custom-post-center ul li a.previous-posts-link:hover i {
    margin-right: 5px;
  }
  .entry_share h2.h2 {
    font-size: 30px;
    color: #303133;
    line-height: 1.2;
    margin: 27px 0 0;
    font-weight: 600;
    font-family: Montserrat;
    text-align: center;
    padding-bottom: 30px;
  }

  .entry_share {
    padding-bottom: 30px;
    display: block;
    text-align: center;
  }

  .entry_share a {
    display: inline-block;
    margin-right: 2px;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 24px;
    height: 24px;
    line-height: 24px;
    -webkit-transition: background-color 400ms ease-out;
    -moz-transition: background-color 400ms ease-out;
    -o-transition: background-color 400ms ease-out;
    transition: background-color 400ms ease-out;
    font-size: 18px;
    color: #303133;
  }

  .entry_share a:before {
    font-family: 'uncodeicon';
    -webkit-transition: color 400ms ease-out;
    -moz-transition: color 400ms ease-out;
    -o-transition: color 400ms ease-out;
    transition: color 400ms ease-out;
  }

  a.share_facebook:before {
    content: "\f09a";
  }

  a.share_twitter:before {
    content: "\f099" !important;
  }

  a.share_googleplus:before {
    content: "\f0d5" !important;
  }

  a.share_pinterest:before {
    content: "\f0d2";
  }

  a.share_linkedin:before {
    content: "\f0e1" !important;
  }

  a.share_email:before {
    content: "\f1d8" !important;
  }

  a.share_facebook:hover:before {
    color: #3B5998;
  }

  a.share_twitter:hover:before {
    color: #3B8ACA;
  }

  a.share_googleplus:hover:before {
    color: #d7473d;
  }

  a.share_pinterest:hover:before {
    color: #c5142b;
  }

  a.share_linkedin:hover:before {
    color: #2C8CC0;
  }

  a.share_email:hover:before {
    color: #999;
  }
  a.social-xing:before {
    content: "\f168" !important;
  }

  a.social-xing:hover:before {
    color: #126567;
  }
  .banner-content h1 {
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1;
    font-size: 75px;
    font-family: Montserrat;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
  }

  .custom_date-post {
    display: inline-block;
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 12px;
    line-height:12px;
    margin: 18px 0px 0px 0px;
  }

  .custom-topic-code {
    display: inline-block;
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 12px;
    line-height:12px;
  }

  .custom-topic-code span {
    margin: 0px 14px 0px 14px;
    font-weight: 400;
  }

  .custom-topic-code a {
    color: #ffffff;
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .custom-topic-code a:hover {
    color: #f04c23;
  }

  .author-info {
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    line-height:12px;
  }

  .author-info span {
    margin: 0px 14px 0px 14px;
    font-weight: 400;
  }
  .custom_post_banner {
    position: relative;
    background-color: #777777;
    height: calc(100% + 30vh);
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    min-height: 300px;
    height: 561.45px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .block-bg-overlay {
    background-color: #777777;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .banner-content {
    position: relative;
    z-index: 5;
  }

  .custom_post_banner .page-center {
    padding: 54px 36px 54px 36px !important;
    margin-right: auto;
    margin-left: inherit;
    position: relative;
    z-index: 5;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    text-align:center;
  }

  .custom-topic-code p {
    margin: 0;
  }
  .blog .custom-post {
    padding: 36px 36px 36px 36px;
  }
  .blog .custom-post  .blog-sidebar {
    padding: 0px 0px 0px 36px;
    margin-left: 0;
  }
  .custom-post .blog-content > div {
    max-width: 71.3%;
    margin: 0 auto;
    text-align: left;
  }

  .blog .custom-post .blog-sidebar > div {
    padding: 72px;
  }
  button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    display: none !important;
  }
  span.related-listing-header {
    text-align: center;
    display: block;
  }

  span.related-listing-header h3 {
    color: #303133;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 600;
    line-height: 1.2;
  }
  ul.slick-dots li:before {
    display: none;
  }

  .related-post-listing ul.slick-dots li {  
    background-color: rgba(25, 27, 30, 0.25);
    width: 10px;
    height: 10px;
    margin: 0px 6px;
    display: block;
    border-radius: 50%;
    -webkit-transition:
      -webkit-transform 0.2s ease-in-out;
    -moz-transition: 
      -moz-transform 0.2s ease-in-out;-o-transition:
        -o-transform 0.2s ease-in-out;transition:
          -webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out;cursor: pointer;-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
   display:inline-block;
  }
  .related-post-listing ul.slick-dots {
    text-align: center;
    margin-top: 20px;
  }

  .related-post-listing ul.slick-dots li:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  .related-post-listing ul.slick-dots li.slick-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }

  .related-title {
    background: #fff;
    padding: 36px 36px 36px 36px;
  }

  .related_date-post {
    color: #303133;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
  }

  a.related-title-link {
    color: #303133;
    text-transform: capitalize;
    margin: 9px 0px 0px 0px;
    display: inline-block;
    font-weight: 600;
    font-family: Montserrat;
    font-size: 14px;
    word-break: break-word;
    line-height: normal;
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  a.related-title-link:hover {
    color: #f04c23;
  }
  button.slick-next.slick-arrow.slick-disabled {
    display: none !important;
  }
  .related-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .related-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .related-group {
    padding-right: 18px;
  }
  .custom_post-slider_group {
    border: 0px solid;
    background: #f7f7f7;
    border-top-width: 1px !important;
    border-style: solid;
    position: relative;
    border-color: #eaeaea;
  }

  span.related-listing-header h3 {
    margin-bottom: 36px;
  }

  .related-post-listing ul.slick-dots {
    padding-top: 35px;
  }
  i.fa.fa-plus2.t-overlay-icon:before {
    content: "\e114";

  }

  i.fa.fa-plus2.t-overlay-icon {
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    vertical-align: middle;
    font-family: 'uncodeicon' !important;
    z-index: 99;
    position: relative;
    font-size: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .overlay-related-post {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background-color: #141618;
    opacity: 0;
    text-align: center;
    display: block;
  }

  .related-image .overlay-related-post:hover {
    opacity: 0.5;
  }
  ul.no-list.hs-error-msgs.inputs-list {
    line-height: normal;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    color: red;
    font-size: 16px;
  }

  ul.no-list.hs-error-msgs.inputs-list li:before {
    display: none;
  }
  .section.post-footer {
    max-width: 71.3%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .comment-from h4 {
    color: #303133;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
  }

  .comment-from h4 a {
    color: #303133;
  }

  .comment-from h4 a:hover {}

  .comment-date {
    font-size: 11px;
    display: block;
    line-height: 16px;
  }

  .comment-body p {
    font-size: 18px;
    margin: 9px 0px 0px 0px;
    line-height: 1.75;
    padding: 0;
  }

  .comment-body {
    padding: 0 0 10px;
  }
  .post-item.no-feature-image .post-content-inner {
    padding-top: 0;
  }
  .custom_listing_banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    text-align: center;
  }

  .custom_listing_banner .block-bg-overlay {
    background-color: #141618;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0.6 !important;
  }

  h1.topic-title {
    padding-top: 140px;
    margin: 0;
    font-size: 35px;
    color: #fff;
    position: relative;
    letter-spacing: -0.02em;
    z-index: 99;
    line-height: .85;
    text-transform: capitalize;
    font-family: Poppins;
    font-weight: 600;
  }

  .header-scrolldown.style-light {
    position: relative;
    z-index: 99;
    padding-top: 0;
    line-height: 1;
    top: 20px;
    color: #fff;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
    -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
    transition: -webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
  }

  .header-scrolldown.style-light i {
    font-size: 24px;
    cursor: pointer;
    color: #fff;
  }

  .header-scrolldown.style-light:hover {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: .8 !important;
  }
  .custom_post_banner .header-scrolldown.style-light {
    display: none;
  }
  h2.post-listing-simple {
    margin-top: 20px;
  }
  .hs-blog-listing {
    overflow-x: hidden;
  }


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


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


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

@media (max-width: 1499px) {
  .blog .custom-post .blog-sidebar > div {
    padding: 54px 36px 54px 36px;
  }
}


@media (max-width: 1012px) {
  .post-listing .post-item {
    width: 100%;
    padding-right: 0;
  }
}


@media (max-width: 959px) {
  h1 {
    font-size: 33.3333333333px;
  }
  h2 {
    font-size: 26.6666666667px;
  }
  .custom_listing_group .custom_recent_post {
    width: 100%;
  }

  .custom_listing_group .blog-content {
    width: 100%;
  }
  .post-listing .post-item {
    width: 50%;
    padding-right: 36px;
  }
  .banner-content h1 {
    font-size: 50px;
    line-height: 1;
  }
  .custom_post_banner {
    height: 610.45px;
  }
  .custom-post .blog-content > div {
    max-width: 100%;
  }
  .blog .custom-post .blog-sidebar {
    width: 100%;
    padding-left: 0;
  }
  .custom-post .blog-content {
    width: 100%;
  }
  .section.post-footer {
    max-width: 100%;
  }
}
@media (max-width: 950px) {
  .author-info, .custom-topic-code ,.custom_date-post {
    display: inline;
  }
}

@media (max-width: 767px) {
  body input[type="text"],
  body input[type="password"], 
  body input[type="datetime"], 
  body input[type="datetime-local"], 
  body input[type="date"], 
  body input[type="month"], 
  body input[type="time"], 
  body input[type="week"], 
  body input[type="number"], 
  body input[type="email"], 
  body input[type="url"], 
  body input[type="search"], 
  body input[type="tel"], 
  body input[type="color"],
  body input[type="file"],
  body textarea,
  body select {
    max-width: 100%;
  }
}


@media (max-width: 569px) {
  .banner-content h1 {
    font-size: 35px;
  }

  .custom_date-post {
    font-size: 10px;
  }

  .custom-topic-code {
    font-size: 10px;
  }

  .author-info {
    font-size: 10px;
  }
  .custom-topic-code span {
    margin: 0px 9px 0px 9px;
  }

  .author-info span {
    margin: 0px 9px 0px 9px;
  }
  .custom-post-pagination .custom-post-center ul li a i {font-size: 14px !important;display: inline-block;}

  .custom-post-pagination .custom-post-center ul li,
  .custom-post-pagination .custom-post-center ul li a { 
    font-size: 11px;
    letter-spacing: 0;
    line-height: 0;
    display: inline-block;
  }

  .custom-post-pagination .custom-post-center ul li.nav-back {
    display: inline-block;
    font-size: unset;
    margin: 0;
    line-height: normal;
    letter-spacing: 0;
  }

  .custom-post-pagination .custom-post-center ul li a.next-posts-link span, .previous-posts-link span {
    display: none !important;
  }

  .custom-post-pagination .custom-post-center ul li.page-prev {
    float: left;
    margin: 6px 0 0;
  }

  .custom-post-pagination .custom-post-center ul li.page-next {
    float: right;
    margin: 6px 0 0;
  }
  .blog-post .section.post-body p img {
    float: none !IMPORTANT;
    margin-right: 0 !important;
  }
  .custom-post-pagination .custom-post-center ul li a.previous-posts-link:hover i {
    margin-right: 9px;
  }

}


@media (max-width: 586px) {
  .related-group {
    padding-right: 0;
  }
}

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

@media (max-width: 531px) {
  .post-listing .post-item {
    width:100%;
    padding-right: 0;
  }
}  



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

@media (max-width: 479px) {
  .custom_header_bottom .site_logo {
    float: left;
  }
  .footer_heading, .custom_social_share {
    padding-left:0;
    padding-right:0;
  }
  .subscribe-options label {
    margin: 0;
  }
}
@media (max-width:380px) {
  .mobile-trigger {
    padding-right: 15px;
    padding-left: 10px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: hidden;
    overflow-x: auto;
  }
}

@media (max-width:320px) {
  h1 {
    font-size: 28px;
  }
  .banner-content h1 {
    font-size: 28px;
  }
}

@media (min-width: 960px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1200px;
  }
  .custom_header_top .top-links {
    padding: 0px 36px 0px 36px;
    display: table;
    height: 100%;
  }
  .custom_header .custom_header_bottom {
    padding: 0px 36px 0px 36px;
  }

  .custom_header .custom_header_bottom > div > div {
    display: table;
    height: 100%;
  }
  .custom_header_bottom .site_logo {
    display: table-cell;
    height: 100%;
    padding: 25px 36px 27px 36px;
    padding-left: 0;
  }
  .custom_header_bottom .custom-menu-primary {
    display: table-cell !important;
    height: 100%;
  }
  .custom_header_bottom .custom-menu-primary > div {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    text-align: right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a {
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0px 12px 0px 14px;
    height: 100%;
    line-height: 1em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: "";
    display: block;
    height: 49px;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    content: "";
    display: block;
    height: 51px;
    width: 100%;
  }
  .custom_listing_group .blog-content, .custom_listing_group .custom_recent_post {
    width: 50%;
  }
  .blog .custom_header {
    -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  }
  .blog .custom-post .blog-sidebar {
    width: 33.33333333333333%;
  }
  .blog .custom-post .blog-content {
    display: table-cell;
    height: 100%;
  }
  .custom_listing_group .custom_recent_post {
    position: sticky;
    top: 140px;
  }
  .rec-image {
    height: auto;
  }
  .custom_header {
    -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  }
  .custom-post .blog-content > div {
    border: 36px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box;
  }
  .custom_post_banner .header-scrolldown.style-light {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -6px;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
    -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
    transition: -webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
    display: flex;
    flex-direction: column-reverse;
  }

}