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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


@font-face {
  font-family: "icomoon";
  src: url('//cdn2.hubspot.net/hubfs/4723359/StrongKey_August2018/Font/icomoon.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/4723359/StrongKey_August2018/Font/icomoon.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/4723359/StrongKey_August2018/Font/icomoon.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "steadysets";
  src: url('//cdn2.hubspot.net/hubfs/4723359/StrongKey_August2018/Font/steadysets.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/4723359/StrongKey_August2018/Font/steadysets.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/4723359/StrongKey_August2018/Font/steadysets.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconsmind";
  src: url('//cdn2.hubspot.net/hubfs/4723359/StrongKey_August2018/Font/iconsmind.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/4723359/StrongKey_August2018/Font/iconsmind.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/4723359/StrongKey_August2018/Font/iconsmind.ttf') format('ttf');
  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) */
.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, ul ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul, ul ul {
  display: inline-block;

}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before, ul ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after, ul 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;
  padding-top:14px!important;
}

.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: -14px;
}
.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; }

@media (min-width: 768px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position:absolute !important;
  }
}


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

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

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

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

body {
  display:block;
  background:rgba(255,255,255,1);
  background:-webkit-linear-gradient(#FFFFFF,#ebf8fa);
  background:-moz-linear-gradient(#FFFFFF,#ebf8fa);
  background:linear-gradient(#FFFFFF,#ebf8fa);
  background:-ms-linear-gradient(#FFFFFF,#ebf8fa);
  background:-o-linear-gradient(#FFFFFF,#ebf8fa);
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
  border-radius:0px;
  width:100%;
  min-height:800px;
  position:relative;
  color: #003e51;
  font-family: "Montserrat","Arial", "Sans-Serif";
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: -.5px;
  -webkit-font-smoothing: antialiased;
}

div.legal-consent-container > div {
  font-size: 10px;
  line-height: 13px;
  margin-top: 15px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1425px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

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


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

/* Basic text */
p {
  color: #003e51;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white p {
  color:#003e51;
}

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #003e51;
  letter-spacing: 0px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  letter-spacing: .5px;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  color: #003e51;
  margin-bottom: 7px;
  margin-top: 0;
}
h2 {
  color: #003e51;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  color: #003e51;
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
}
h4 {  
  font-family: Montserrat;
  color: #003e51;
  letter-spacing: -.5px;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 7px;
  margin-top: 0px;
  font-weight: 500;
}
h5 {}
h6 {
  color: #003e51;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}

/* Anchor Links */
a {    
  color: #00C1D5; 
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
a:hover, a:focus {    
  color: #00C1D5; 
}

.post-item a.more-link:hover {
  text-decoration:underline;
}

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

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

/* Horizontal Rules */
hr {
  color: #003e51;
  background-color: #153d4f;
  height: 1px;
  border: none;
}
.align-right {
  text-align:right;
}

.align-left {
  text-align:left;
}

.align-center {
  text-align:center;
}
.white-box {
  background-color: #ffffff;
  padding: 15px;
  color: #003e51;
  font-family: "Montserrat","Arial", "Sans-Serif";
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}
.about-strongkey {
  background-color: #ffffff;
  padding: 30px;
  color: #003e51;
  font-family: "Montserrat","Arial", "Sans-Serif";
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
 
}

/* =============== 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 {
  
  height: 90px;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 5000;
  width: 100%;
  background-color: #ffffff;
  
}
.header-container {
  width: 96%;
}

.custom-header-group {
  background-color: #ffffff;
  padding: 16px 0%;
  position: fixed;
  z-index: 9999;
}

.custom-logo img {
  float: left;
  position: relative;
  max-height: 120px;
}

.custom-header-group.no-nav {
  padding: 15px 32px 15px 32px;
}


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

.body-container-wrapper {
  position: relative;
  z-index: 5;
  min-height: auto;
  margin-top: 0px;
  padding: 10px 3% 20px;
  display:block;
  background:rgba(255,255,255,1);
  background:-webkit-linear-gradient(#FFFFFF,#ebf8fa);
  background:-moz-linear-gradient(#FFFFFF,#ebf8fa);
  background:linear-gradient(#FFFFFF,#ebf8fa);
  background:-ms-linear-gradient(#FFFFFF,#ebf8fa);
  background:-o-linear-gradient(#FFFFFF,#ebf8fa);
  opacity: 1;
    
}
.body-container {}

.body-container .page-center{
  padding-top: 0px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1001!important;
  
}

.content-wrapper{}
.main-content {}
.form {
 padding: 5px 20px;
 width:100%;
 height:100%;
 color: #003e51;
 background-color: #dbe2e5;
 bg-color: #dbe2e5;
 border-radius: 10px 10px 10px 10px;
 overflow:hidden;
 border-top-right-radius: 10px;
 border-top-left-radius: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
}


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

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

.custom-footer-top-bg{
  min-height: 110px !important;
  background-color: #f5f3f3;
}
.custom-footer-group{
  background-color: #1F1F1F;
  font-size: 12px;
  padding: 45px 0;
  color: #777;
  text-align: center;
}
.custom-copyright p {
  color: #777777;
  line-height: 22px;
  margin-top: 3px;
  margin-bottom: 0;
  padding: 0;
}
.custom-social-icon ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-social-icon ul li {
  display: inline-block;
  margin: 0 10px 25px;
}
.custom-social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 22px;
  text-decoration: none;
  color: #323232;
  position: relative;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
}
.custom-social-icon ul li a i {
  -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 48px;
  top: -2px;
  word-spacing: 1px;
  color: #777777;
  position: relative;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
}
.custom-social-icon ul li a i:after{
  position: absolute;
  -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  pointer-events: none;
  display: block;
  content: '';
  top: 0;
  left: 0;
  opacity: 0.2;
   border-radius: 50%!important;
  -webkit-border-radius: 50%!important;
  -o-border-radius: 50%!important;
  border: 2px solid #fff;
  height: 50px;
  width: 50px;
  border-color: #777777;
}
.custom-social-icon ul li a:hover i{
  border-color: #00bfd6;
  color: #00bfd6;
}
.custom-social-icon ul li a:hover i:after{
  border-color: #00bfd6;
  opacity: 1;
}
#back-to-top{
  bottom: -30px;
  overflow: hidden;
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  color: #fff;
  cursor: pointer;
  z-index: 9994;
  height: 29px;
  width: 29px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  box-shadow: none;
  transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s,bottom 0.3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s,bottom 0.3s cubic-bezier(.55,0,.1,1);
  -moz-transition: -moz-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s,bottom 0.3s cubic-bezier(.55,0,.1,1);
  background-color: rgba(0,0,0,0.25);
}
#back-to-top:before{
  background-color: rgba(255,255,255,0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -moz-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  opacity: 0;
  z-index: 2;
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
#back-to-top:after{
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #00bfd6;
}
#back-to-top:hover:after{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

#back-to-top i{
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0px;
  left: 0px;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  word-spacing: 1px;
  vertical-align: middle;
  max-width: 100%;
  -webkit-transform: translate(0,0px);
  -ms-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
}
.show-back-to-top #back-to-top{
  bottom: 17px;
}
#back-to-top:hover i{
  -webkit-transform: translate(0,-29px);
  -ms-transform: translate(0,-29px);
  transform: translate(0,-29px);
}




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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  padding: 16px 0%;
  min-width: 900px;
  position: absolute;
  float: left;
  right: 10%;
}
@media screen and (max-width:1319px) {
  right: 1%;
  left: 30%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 5px;
  font-family: Montserrat;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #A0A0A0;
  vertical-align: middle;
  text-decoration: none;
  float: left;
  text-align: center;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #cfcfcf;
  margin: 0 1px;
  text-decoration: none;
  font-weight: 400;
  vertical-align: middle;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-pre-order > a{
  margin-left: 16px;
  margin-right: 16px;
  color: #fff;
  position: relative;
  vertical-align: middle;
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) {
  padding: 20px;
  border: 2px solid #e9edee;
  border-radius: 10px;
  margin: 0 16px;
  top: -18px;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  background-color: #face55;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07);
  border: 2px solid #face55;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  margin: 0 16px;
  top: -18px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
  color: #000000 !important;
  font-weight: 700;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-pre-order:hover > a{
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-pre-order > a:before{
  background-color: #003e51;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  content: "";
  height: 33px;
  display: nline-block;
  z-index: -1;
  position: absolute;
  left: 0;
  padding-bottom: 10px;
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  width: 100%;
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-pre-order > a:hover:before{
  opacity: 0.85;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  color: #ffffff;
}

/* Child List */

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pointer.products {
  margin-top: 0px;
}

.pointer.resources {
  margin-top: 0px;
}

.dropdown-pointer {
  position: relative;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 300px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.98);
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

img.dropdown {
  height: 24px;
  width: 24px;
  margin: 0 20px 0 20px;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #ffffff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
  min-width: 300px;
  left: 1px !important;
  position: relative !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  font-size: 13px;
  color: rgba(40, 51, 56, 0.6);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  background-color: #ffffff;
  color: #1b2d45;
  transition: none;
  letter-spacing: 0;
  padding: 14px 13px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active a{
  color: #ffffff;
}

.custom-menu-primary .hs-menu-wrapper > ul li.item-has-children a {
  font-weight: 600;
}

/* 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: 16em !important; */
  /* width: auto !important; */
  white-space: pre-wrap !important;
}

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

/* Sub-child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul{
  background-color: transparent;
  box-shadow: none;
  min-width: 192px !important;
  left: 192px !important;
  position: absolute !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li{
  font-size: 12px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul > li > a{
  background-color: #ffffff;
  color: #A0A0A0;
  font-size: 12px;
  line-height: 13px;
  transition: none;
  letter-spacing: 0;
  padding: 14px 13px;
  text-decoration: none;
  font-weight: 300;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul ul li.active a{
  color: #00bfd6;
}


/* Override max width on menu links */


.custom-menu-primary .hs-menu-wrapper > ul ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li.hs-item-has-children ul ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  /* max-width: 16em !important;
  width: auto !important; */
  white-space: pre-wrap !important;
}

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

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

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

@media (max-width: 1000px){

  .align-right {
    text-align:center;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: fixed; /**************************************/
    top: 2%;           /* Position Button at right of screen */
    right: 2%;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
    border-radius: 100px;
    background-color: #fafafa;
    color: #000;
    font-size: 22px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #ededed; /* Icon color */
    display: inline-block;
  }
  .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-trig	ger i:before, .mobile-open .mobile-trigger i:after{}

  .close-icon {
    position: absolute;
    right: 24px;
    top: 20px;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    color: #eefbfa;
    line-height: 32px;
    font-size: 18px;
    width: 34px;
    height: 34px;
    -webkit-font-smoothing: antialiased;
    transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -moz-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  }
  .close-icon:hover{
    color: #fff;
  }
  .close-icon:before {
    font-family: 'icomoon';
    content: "\e003";
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }


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


  #site-wrapper {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
  }

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  } 

  /* 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 {
    position: fixed;
    top: 0;
    right: -300px;
    left: auto;
    width: 300px !important;
    height: 100%;
    z-index: 10000;
    padding: 26px 32px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    color: #eefbfa;
    transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper{
    transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    right: 0;
  }
  /* Level 1 Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper > ul:before {
    margin-top: 65px;
    background-color: #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    font-size: 16px;
    line-height: 150%;
    color: #cfcfcf !important;
    font-family: 'Montserrat, sans-serif';
    font-weight: 200 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    letter-spacing: -1px;
    opacity: 0.7;
    transition: color bottom left 0.6s ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    font-weight: 200 !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    opacity: 1;
    color: #ffffff !important;
    transform: translate3d(0px, 15px, 0px) scale3d(0.9, 0.9, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-pre-order > a:before{
    content: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-pre-order > a {
    padding: 0;
    margin: 0;
  }
  .overlay {
    -webkit-backface-visibility: hidden;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    z-index: 1;
    -moz-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile-open .overlay {
    opacity: 1;
    visibility: visible;
    -moz-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .custom-header-group{
    right: 0;
    left: auto;
    transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .body-container-wrapper, .footer-container-wrapper{
    position: relative;
    right: 0;
    transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .mobile-open .custom-header-group, .mobile-open .body-container-wrapper, .mobile-open .footer-container-wrapper{
    right: 300px;
    left: auto;
    transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    color: #5e727d;
    font-size: 13px;
    letter-spacing: -1px;
  }

  .custom-menu-primary .hs-menu-wrapper  ul li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    background: #e2e2e2;
    transition: all 0.3s linear !important;
    display: block !important;
    width: 100%;
    min-width: 300px;
    height: 100%;
  }

  .hs-menu-children-wrapper { 
    margin-top: 14px !important;
  }

  .custom-menu-primary .hs-menu-wrapper ul li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
    overflow: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children {
    position: static !important;
  }
  .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:0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 0 !important;
    padding: 19px 33px 33px !important;
    background-color: #ffffff !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    background-color: transparent;
    font-size: 14px;
    font-family: 'Montserrat, sans-serif';
    letter-spacing: -1px;
    margin-bottom: 0;
    padding: 0 !important;
    white-space: normal !important;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    color: #004054;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: transparent;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back a {
    margin-left: -10px;
    background: rgba(0,0,0,0.13) !important;
    display: inline-block !important;
    padding: 7px 10px !important;
    margin-bottom: 14px;
    line-height: 36px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    left: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    background-color: transparent !important;
    font-size: 36px !important;
    line-height: 36px !important;
    font-family: 'Montserrat, sans-serif';
    font-weight: 500 !important;
    letter-spacing: -1px;
    opacity: 0.7;
    margin-bottom: 0;
    padding: 0 !important;
    white-space: normal !important;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
  }
}

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


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

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

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

.hs-post-top-left {
  float: left;
  width: 64.26%;
}
.hs-post-top-group .social-group {
  float: left;
  width: 35%;
}
.hs-post-top-group .social-group {
  float: left;
  width: 35%;
  text-align: right;
}
.hs-post-top-group .social-group ul {
  padding: 0;
  margin: 69px 0 0;
  list-style: none;
  position: relative;
}
.hs-post-top-group .social-group ul li {
  margin: 5px;
  display: inline-block;
}
.hs-post-top-group .social-group ul li > a {
  border: 2px solid rgba(0,0,0,0.1);
  color: #999;
  display: inline-block;
  border-radius: 100px;
  line-height: 20px;
  font-size: 17.5px;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
}
.hs-post-top-group .social-group ul li > a:hover{
  border-color: #00bfd6;
  color: #00bfd6;
}
.hs-post-top-group .social-group ul li > a:hover i{
  color: #00bfd6;
}
.hs-post-top-group .social-group ul li > a i.icon-default-style.steadysets-icon-chat:before {
  content: "\e651";
}
.hs-post-top-group .social-group ul li > a i {
  margin-right: 3px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #999;
  text-align: center;
  word-spacing: 1px;
  vertical-align: middle;
  display: inline-block;
  line-height: 22px;
  height: 20px;
  font-family: steadysets;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  background-color: transparent;
  position: relative;
  top: -3px;
}
.hs-post-top-group .social-group ul li i.icon-default-style.steadysets-icon-share:before {
  content: "\e63c";
}

.hs-blog-post .body-container .page-center {
  padding-top: 40px;
  padding-bottom: 40px;
}
.byline a {
  color: #676767;
}
.byline a:hover{
  color: #00bfd6;
}
.byline span.author {
  padding-right: 10px;
}
.byline {
  margin-top: 8px;
  color: #888;
  line-height: normal;
}
.byline span.custom-date {
  padding: 0 10px 0 10px;
  border-left: 1px solid #DDD;
}
.byline span.category {
  padding: 0 10px 0 10px;
  border-left: 1px solid #DDD;
}
.about-author-sec.row-fluid {
  text-align: center;
}
.custom-social-group a:hover {
  color: #00bfd6;
}
.custom-social-group a:hover i {
  color: #00bfd6;
}
.custom-social-group a:last-child {
  padding-right: 0;
}
.custom-blog-author-mod{
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 50px;
  min-height: 80px;
  position: relative;
  text-align: center;
}
.custom-blog-author-mod .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.about-author-sec.row-fluid .author-image img {
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
  width: 80px;
  height: 80px;
}
.about-author-sec .author-content em {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #444;
  display: block;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
}
.about-author-sec .author-content p {
  padding: 0;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #444;
  -webkit-font-smoothing: antialiased;
}
.about-author-sec .author-content a.author-link {
  margin-top: 20px;
  color: rgb(0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0.75);
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans';
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 20px;
  padding: 15px 22px;
  border-width: 2px!important;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.about-author-sec .author-content a.author-link:hover{
  border-color: #00bfd6;
  background-color: #00bfd6;
  color: #fff;
}
#comments-listing:empty {
  border: 0 none;
  margin: 0;
}


/* Blog Listing */
.hs-blog-listing .blog-content-section {
  background-color: transparent;
}

.hs-blog-listing .custom-blog-author-section{
  display: none !important;
}
.hs-blog-listing .body-container .page-center {
  padding-top: 7%;
  padding-bottom: 7%;
}
.blog-listing-wrapper .post-listing .post-item {
  /*   width: 31.3%;
  margin-right: 3%;
  margin-bottom: 3%;
  float: left; */
  position: relative;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 2.43%;
}

/* .blog-listing-wrapper .post-listing .post-item:last-child {
margin-right: 0px;
} */

/* .blog-listing-wrapper .post-listing .post-item:nth-child(3n+3) {
margin-right: 0;
} */
.blog-listing-wrapper .post-listing .post-item span.featured-image {
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
  line-height: 0;
  display: block;
  position: relative;
}
.blog-listing-wrapper .post-listing .post-item span.featured-image img {
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
  max-width: 100%;
  display: block;
}
.blog-listing-wrapper .post-listing .post-item:hover span.featured-image img{
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}
.blog-listing-wrapper .post-listing .post-item .inner-group {
  overflow: hidden;
}
span.meta-category a.topic-link {
  position: absolute;
  top: 20px;
  font-weight: normal;
  left: 20px;
  z-index: 1000;
  padding: 5px 10px;
  display: inline-block;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 5px!important;
  -webkit-border-radius: 5px!important;
  -o-border-radius: 5px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
span.meta-category a.topic-link:hover,
.no-featured span.meta-category a.topic-link:hover{
  border: 2px solid transparent;
  color: #00c1d5;
  background-color: #004054;
}
a.entire-meta-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 999;
  height: 100%;
}
.blog-listing-wrapper .post-listing .post-item  {
  padding: 0%;
  position: relative;
  background-color: #fff;
  min-height: 450px;
}
.post-header {
  font-size: 12px;
  margin-bottom: 12px;
  color: #888;
}
.blog-listing-wrapper .post-listing .post-item .post-body .post-header h3 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
  color: #888;
  padding: 0;
  display: inline;
}
.blog-listing-wrapper .post-listing .post-item .post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 6px 21px;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.blog-listing-wrapper .post-listing .post-item .post-meta span.meta-author {
  margin-right: 13px;
}
.blog-listing-wrapper .post-listing .post-item .post-meta a.author-link {
  display: inline-block;
  font-size: 12px;
  color: #888;
  transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
}
.blog-listing-wrapper .post-listing .post-item .post-meta a.author-link i:before {
  content: "\e074";
}
.blog-listing-wrapper .post-listing .post-item .post-meta a.author-link i {
  width: 15px;
  margin-right: 3px;
  font-size: 14px;
  top: 0px;
  word-spacing: 1px;
  color: #b9b9b9;
  position: relative;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  line-height: 34px;
  height: 34px;
  font-family: 'icomoon';
  display: inline-block;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
}
.blog-listing-wrapper .post-listing .post-item .post-meta a.author-link:hover i{
  color: #00bfd6;
}
.no-featured span.meta-category a.topic-link {
  color: #888;
  border-color: #888;
  display: inline-block;
}
.hs-blog-post .post-header {
  padding-bottom: 35px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 15px;
}
.hs-post-top-group .social-group ul li:hover .custom-social-group{
  opacity: 1;
  visibility: visible;
}
.custom-social-group{
  opacity: 0;
  visibility: hidden;
  text-align: right;
  border-radius: 5px!important;
  -webkit-border-radius: 5px!important;
  -o-border-radius: 5px!important;
  padding: 10px 0;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 0;
  background: #fff;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-social-group li:hover .custom-social-group a{
  right: 0;
  transition: all 0.2s linear;
}
.custom-social-group a {
  display: inline-block;
  padding: 0px 7.5px;
  box-sizing: content-box;
  color: #999;
  position: relative;
  height: 20px;
  transition: all 0.2s linear;
}
.custom-social-group a:first-child{
  transition: right 0.2s;
  right: -10px;
}
.custom-social-group a:nth-child(2){
  transition-delay: 0.4s;
  right: -20px;
}
.custom-social-group a:nth-child(3){
  transition-delay: 0.6s;
  right: -30px;
}
.custom-social-group a:nth-child(4){
  transition-delay: 0.7s;
  right: -40px;
}
.custom-social-group a:nth-child(5){
  transition-delay: 0.8s;
  right: -50px;
}
.hs-post-top-group .social-group ul li:hover .custom-social-group a{
  right: 0 !important;
  transition: all 0.2s linear;
}
.custom-social-group a i{
  font-size: 18px;
  color: #999;
  line-height: 22px;
  padding-right: 3px;
  word-spacing: 1px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.author-page,
.topic-page{
  background: #fff;
}
.hs-blog-listing.author-page .body-container .page-center,
.hs-blog-listing.topic-page .body-container .page-center{
  padding-top: 38px;
}
.blog-listing-wrapper span.subheader {
  font-size: 20px;
  line-height: 20px;
  color: #888;
  top: 0px;
  position: relative;
  text-transform: none;
  font-family: 'Open Sans';
  margin-bottom: 15px;
  display: block;
}

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

.load-more-cta {
  text-align: center;
  margin-top: 80px;
  border: 1px solid;
  max-width: 150px;
  margin: 50px auto 0 auto;
  padding: 10px 0px;
  color: #000;
  font-weight: 500;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  cursor:pointer;
 
}

.load-more-cta:hover {
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  background:#1f1f1f;
  color:#ffffff;
}

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


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

#hs_cos_wrapper_module_1523032069834331 > div > div > div.section.post-header > div > div.social-group > ul > li.meta-comment-count { display: none;}

/* Pagination */
.blog-pagination {
  // text-align: center;
  //margin-top: 45px;
}

.blog-pagination a {
  //padding: 15px 42px;
  color: #000000;
  position: relative;
  line-height: 20px;
  font-weight: normal;
  font-family: 'Open Sans';
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.blog-pagination a.previous-posts-link {
  margin-right: 10px;
}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {
  margin-left: 10px;
}
.blog-pagination a.all-posts-link span {
  left: 0px;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
}
.blog-pagination a.all-posts-link i {
  background-color: transparent;
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  font-family: 'iconsmind';
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
}
.blog-pagination a.all-posts-link i:before {
  content: "\f0cc";
}
.blog-pagination a.all-posts-link:hover span {
  -ms-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
}
.blog-pagination a.all-posts-link:hover i {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  -ms-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.blog-pagination a:hover{
  opacity: 0.87;
  color: rgb(0, 191, 214);
}

.blog-paginations ul.text-center {
  list-style: none;
}
.blog-paginations ul.text-center li {
  display: inline-block;
  line-height:0;
  text-align:center;
  margin-right: 10px;
}

.blog-paginations ul.text-center li.current a {
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100px!important;
  -webkit-border-radius: 100px!important;
  -o-border-radius: 100px!important;
  line-height: 25px;
}
span.page-numbers {
  padding: 0 10px;
}
ul.text-center i.fa.fa-angle-left {
  margin-right: 10px;
}
ul.text-center i.fa.fa-angle-right {
  margin-left: 10px;
}
ul.text-center li a {
  //padding: 15px 42px;
  color: #000000;
  position: relative;
  line-height: 20px;
  font-weight: normal;
  font-family: 'Open Sans';
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

/* 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,
.hs-blog-listing .hs-topic-page-content{
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-topic-page-content h1.hs-topic-name {
  text-transform: capitalize;
}
.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;
}

.blog-pagination a.previous-posts-link i {
  padding-right: 5px;
}

.blog-pagination a.next-posts-link i {
  padding-left: 5px;
}

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


.form-title{
  font-family: Montserrat, sans-serif;
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #00C1D5;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 7px;
  margin-top: 0;
}



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

/* Form Field */
.hs-form-field {
  padding-bottom: 35px;
}

.legal-consent-container .field.hs-form-field {
  padding-top:0px;
}

.form-full-width {
  margin: auto!important;
  width: 100%;
}

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

/* Labels and Legends */
label {}
.hs-form-field {
  padding-bottom: 5px;
}
.hs-form-field > label {
  color: #818181;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  line-height: 22px;
}

/* 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 {
  font-size: 14px;
  font-family: inherit;
  line-height: 22px;
  color: #fff;
  //padding: 13px 5px;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  display: block;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-bottom: 1px solid #818181;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
}

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 {
  border-color: #27CFC3;
}

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

/* Separate Styles for Drop Downs */
select {
  -webkit-appearance: menulist;
}
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"] {
  margin-right: 10px;
}

.legal-consent-container p {
  padding-bottom: 0px!important;
}

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

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

/* Error */
ul.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-error-msgs label {
  color: #00bfd6;
  padding: 2px 6px;
  border: 0px;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.hs_error_rollup .hs-error-msgs label {
  margin-top: 10px;
  display: block;
  border: 2px solid #00bfd6;
  padding: 0.2em 1em;
  margin-bottom: 1em;
  box-shadow: none;
  text-align: center;
  color: #666;
  letter-spacing: -.5px;
  font-size: 17.5px;
  line-height: 28px;
  font-weight: 200;
}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #bbb3b9;
  font-weight: 200;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #bbb3b9;
  font-weight: 200;
} /* Firefox 18- */
::-moz-placeholder {
  color: #bbb3b9;
  font-weight: 200;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #bbb3b9;
  font-weight: 200;
} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  padding: 16px;
  font-weight: normal;
  line-height: normal;
  background-color: #333;
  border: none;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #00bfd6;
}

.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 {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.hs-search-field__suggestions #results-for {
  padding: 5px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
  display: none; 
}



/* 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: 1200px) {
  .form-title{
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 1020px) {
  #back-to-top{
    display: none !important;
  }
}

@media (max-width: 1100px) and (min-width: 1001px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 8px 7px 21px;
  }
}


@media (max-width: 767px) {
    .header-container-wrapper {
    max-height: 70px;
}


@media (max-width: 1319px) {
  .custom-logo-group, .custom-menu-primary {
    width: 100% !important;
    /*float: right !important; 
    margin-right: 0 !important;*/
    align-content: center;
  }
  .custom-logo img{
    margin-top: 6px;
    margin-bottom: 18px;
    max-width: 78%;
    left: 2%;
    margin: auto;
    position: fixed;
    max-height: 70px;
  }
  .header-container-wrapper {
    max-height: 90px;
  }
  .form-title{
    font-size: 20px;
    line-height: 30px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 40px;
  }
  .hs-post-top-left {
    float: none;
    width: 100%;
  }
  .hs-post-top-group .social-group {
    float: none;
    width: 100%;
    text-align: left;
  }
  .hs-post-top-group .social-group ul{
    margin: 20px 0 0;
  }
}  


@media only screen and (max-width: 1319px) and (min-width: 691px){

  .body-container .page-center {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  h1 {
    font-size: 49px;
    line-height: 49px;
  }
}



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

@media (max-width: 767px) {
  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 {
    max-width: 100%;
    width: 100%;
  }
  .hs-post-top-left {
    float: none;
    width: 100%;
  }
  .hs-post-top-group .social-group {
    float: none;
    width: 100%;
    text-align: left;
  }
}  


@media only screen and (max-width: 690px) and (min-width: 480px){
  .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}

@media (max-width: 690px) {
  h1,
  .form-title{
    font-size: 20px;
    line-height: 30px;
  }
  .custom-header-group{
    padding: 13px 18px 0;
  }
  .body-container .page-center {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .hs-post-top-group h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .hs-post-top-group .social-group ul {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
  }
  .custom-social-icon ul{
    margin: 0 0 22px;
  }
  .custom-footer-group{
    padding: 45px 0 46px;
  }
}  


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

@media (max-width: 479px) {
  .container-fluid .row-fluid .page-center{
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .subscribe-options label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-post-top-group .social-group ul li.meta-share-count a.share-icon {
    display: none;
  }
  .custom-social-group {
    opacity: 1;
    visibility: visible;
    position: static;
  }
  .about-author-sec .author-content p {
    font-size: 11.2px;
    line-height: 11.2px;
  }
}

/*================================================================================*/
/*============================Blog Css Styling Start Here========================*/
/*================================================================================*/

/*=========Dropdown Css Start Here======*/


.blog-filter {
  margin-bottom: 32px;
}

.blog-filter ul {
  padding: 0px 0px 0px 20px;
  display:none;
  margin-bottom:0px;
}

.blog-filter ul li {
  list-style-type:none;
  padding-bottom:10px;
}

.blog-filter ul li:first-child {
  padding-top: 10px;
}

.blog-filter .block {
  cursor:pointer;
}

.blog-filter .block {
  cursor: pointer;
  background-color: #fff;
  padding: 1px 0px;
  margin-bottom: 0;
  position: relative;
  //border: 2px solid #00bcd4;
}

.blog-filter .block:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border:2px solid #00bcd4;
}


.blog-filter .block h3{
  position:relative;
  z-index:1;
  padding:0px 30px;
}

.blog-filter .block h3:after {
  content:'\f078';
  font-family: "Font Awesome 5 Free";
  font-size:20px;
  font-weight:900;
  position:absolute;
  top:0;
  right:30px;
  background-image:url();
  background-repeat:no-repeat;
  background-position:center;
}

.blog-filter .widget-module {
  position: absolute;
  background-color: #ffffff;
  left: 0;
  right: 0;
  z-index:2;
  top:60px;
}

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


/*=========Dropdown Css End Here======*/

/*=========Blog Topics Css Start Here==========*/



.blog-topic .widget-module ul {
  padding: 0;
  list-style-type: inline-block;
}

.blog-topic h3 {
  font-size:18px;
  padding-top: 18px;
  color: #00c1d5;
}

.blog-topic .filter-link-count {
  display: inline-block;
}

.blog-topic .widget-module ul li {
  display: inline-block;
  margin:0px 6px 20px 0px;
}

.blog-topic .widget-module ul li a {
  background-color: #00c1d5;
  color: #004054;
  padding: 5px 10px;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  font-weight: 400;
  font-size: 16px;
    border-radius: 5px!important;
  -webkit-border-radius: 5px!important;
  -o-border-radius: 5px!important;
}

.blog-topic .widget-module ul li a:hover {
  background-color: #004054;
  color: #00c1d5;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.blog-topic h3 {
  border-bottom: 2px solid #9e9e9e;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.blog-popular h3 {
  font-size:25px;
  border-bottom: 2px solid #9e9e9e;
  padding-bottom: 10px;
  padding-top: 12px;
}

/*==============================================================================*/
/*================Blog Listing page Css Styling Start here====================*/
/*============================================================================*/


.blog-layout-one .blog-listing-wrapper .post-listing .post-item {
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.35);
}

/* .blog-layout-one .blog-listing-wrapper .post-listing .post-item:last-child {
margin-right: 0px;
} */

.post-listing {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flexbox;
  display:-o-flex;
  /*   justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center; */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
}


.blog-layout-one .strong-recent-post {
  padding-bottom: 0px;
}

.blog-layout-one .blog-pagination {
  padding-bottom: 150px;
  text-align:center;
}
.blog-layout-one .blog-section {
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 60px;
}

body .row-fluid .page-center.recent-post-section {
  padding-bottom: 25px; 
  padding-top:50px;
}

a.topic-link {
  color: #004054 !important;
  background-color: #00c1d5 !important;
  padding: 5px 10px !important;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
   -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  display: inline-block !important;
  line-height: 1 !important;
}

div.blog-top-section a.topic-link:first-child {}

.blog-top-section {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flexbox;
  display:-o-flex;
  align-items:center;
  -webkit-align-items:center;
  -moz-align-items:center;
  width:100%;
  padding-bottom: 25px;
}

.blog-main-body {
  padding: 20px 20px 20px 20px;
  overflow: hidden;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  min-height: 200px;
  max-width: 100%;
  width:100%;
  display: inline-block !important;
  float: right;
  margin: 0px 0 0px 0px;
}

.hs-featured-image-wrapper {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position:relative;
  z-index:1;
}

.blog-top-section .post-date {
  padding-left: 10px;
  text-align:right;
  flex-basis:50%;
  -webkit-flex-basis:50%;
  -moz-flex-basis:50%;
  font-weight: 600;
}

.hero-section-contrast {
  color: #ffffff;
}

.blog-main-body a.more-link {
  text-decoration:underline;
  color:#00bfd6;
  font-weight:bold;
}

a.more-link {
  position: absolute;
  bottom: 10px;
}

.post-content {
  padding-bottom: 20px;
  padding-top: 3px;
}

.blog-top-section .blog-topic {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  margin-right: 0%;
  //background-color: rgb(117, 115, 115);
  //text-align:center;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.blog-top-section .blog-topic a.topic-link:hover {
  background-color: #00c1d5;
  color: #004054;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.blog-topic {
  //padding-top: 45px;
}

/*=========Mobile Responsive Styling Start Here=============*/

@media(max-width: 767px) {
  .mobile-open .body-container-wrapper:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000;
    opacity:.5;
    z-index:9999;
  }

  .hs-menu-wrapper, .hs-menu-wrapper * {
    width: auto !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    /* display:none !important; */
    overflow: hidden;
    /* min-width: 300px; */
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.98);
    box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
  }

  body.blog-layout-three .row-fluid .blog-section {
    padding-bottom: 0px;
  }

  body.blog-layout-three .row-fluid .layout-two-filter {
    padding-bottom: 50px;
    padding-top: 0;
  }

  body.blog-layout-three .row-fluid .blog-pagination {
    padding-bottom: 0;
  }

  body.blog-layout-two .row-fluid .blog-pagination {
    padding-bottom: 0;
  }

  body.blog-layout-one .row-fluid .blog-pagination {
    padding-bottom: 0;
  }

  .recent-posts .recent-left-col {
    flex-basis:100%;
    -webkit-flex-basis:100%;
    -moz-flex-basis:100%;
    margin-right: 0px;
    margin-bottom: 5%;
  }

  .recent-posts .recent-right-col {
    flex-basis:100%;
    -webkit-flex-basis:100%;
    -moz-flex-basis:100%;
    margin-right: 0px;
  }

  .recent-right-col .post-image {
    min-height: 300px;
  }

  .slick-next.slick-arrow {
    left: 42%;
    transform:translateX(-0%);
    -webkit-transform:translateX(-0%);
    -moz-transform:translateX(-0%);
  }

  .slick-prev.slick-arrow {
    left:57%;
  }

  .blog-left-sidebar {
    padding-top: 30px;
  }

  .filter-one {
    margin-bottom: 21px;
  }

  .pop-post-item .pop-post-image span {
    width: 80px;
  }

  .pop-post-image {
    margin-right: 4%;
  }

  .pop-post-item {
    justify-content: unset;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
  }

  .featured-posts {
    padding-bottom: 50px;
  }

  body.blog-layout-one .blog-section {
    padding-bottom: 0px;
  }

  body.blog-layout-two .row-fluid .layout-two-filter {
    padding-bottom: 40px;
    padding-top: 0px;
  }

  body.blog-layout-two .row-fluid .blog-section {
    padding-bottom: 0px;
  }

  body .blog-main-content {
    padding: 30px 20px 30px 20px;
  }
}

/*=========Mobile Responsive Styling End Here=============*/

/*=========Tab Responsive Styling Start Here=============*/

body .row-fluid .post-listing.layout {
  justify-content: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
}

@media (min-width: 1001px) and (max-width:1350px) {
  .blog-listing-wrapper .post-listing .post-item {
    min-height: 530px;
  }

}


@media (min-width: 1001px) and (max-width: 1440px) {

  body.blog-layout-three .row-fluid .blog-listing-wrapper .post-listing .post-item {
    min-height: 300px;
  }

  body .post-listing.layout .post-item {
    margin-right: 19px;
    margin-bottom: 19px;
  }

}

@media (max-width:1000px) {
  body .post-listing.layout .post-item {
    margin-right: 0px;
  }

  body .post-listing.layout .post-item:nth-child(3) {
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  body.blog-layout-three .post-listing {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    align-items: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    margin-right: -2.5%;
  }
}

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

  body.blog-layout-one .blog-section {
    padding-bottom: 10px;
  }

  .blog-layout-one .blog-pagination {
    padding-bottom: 2px;
  }

  .blog-layout-one .strong-recent-post {
    padding-bottom: 0px;
    padding-top: 28px;
  }

  body.blog-layout-two .row-fluid .layout-two-filter {
    padding-bottom: 50px;
    /*     padding-top: 59px; */
  }

  body.blog-layout-two .row-fluid .blog-pagination {
    padding-bottom: 4px;
  }

  body.blog-layout-three .row-fluid .layout-two-filter {
    text-align: center;
    padding-bottom: 66px;
    /*     padding-top: 70px; */
  }

  body.blog-layout-three .row-fluid .blog-pagination {
    padding-bottom: 0;
  }

  body.blog-layout-three .row-fluid .blog-section {
    padding-bottom: 10px;
  }
}

/*=========Tab Responsive Srtyling End Here=============*/

/*==============================================================================*/
/*================Blog Listing page Css Styling End here====================*/
/*============================================================================*/


/*======================================================================================*/
/*================Blog Layout 2 Listing page Css Styling Start here========================*/
/*======================================================================================*/


body.blog-layout-two .row-fluid .post-item {
  width: 100%;
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.35);
}

@media (min-width: 1025px) {
  body.blog-layout-two .blog-section .post-listing {
    position: relative;
    left: 10px;
  }
}

body.blog-layout-two .blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 2%;
}

body.blog-layout-two .blog-pagination {
  padding-bottom: 52px;
  text-align:center;
}

body.blog-layout-two .blog-section {
  overflow: hidden;
  padding-bottom: 18px;
}

@media (min-width: 768px) {
  body.blog-left-sidebar {
    margin-left: 2%;
    width: 23.641025641%;
  }
}

body.blog-layout-two .post-header a {
  font-weight:bold;
  color: #ffffff;
}

body.blog-layout-two span.pop-post-date {
  color: #00bfd6;
}

body.blog-layout-two .feature-heading {
  position: absolute;
  left: 40px;
  bottom: 30px;
  padding-right:40px;
}

body.blog-layout-two .hs-featured-image-wrapper {
  min-height: 340px;
}

body.blog-layout-two .blog-top-section {
  display:none;
}

body.blog-layout-two .blog-listing-wrapper .post-listing .post-item {
  background-color:transparent;
}

body.blog-layout-two .blog-main-body {
  padding-left:40px;
  padding-right: 40px;
}

body.blog-layout-two .layout-two-filter .widget-module ul {
  padding: 0;
  list-style-type: none;
}

body.blog-layout-two span.filter-link-count {
  display:none;
}

body.blog-layout-two .layout-two-filter .widget-module ul li {
  margin-right: 17px;
  display:inline-block;
  margin-bottom: 23px;
}

body.blog-layout-two .layout-two-filter {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flexbox;
  display:-o-flex;
  justify-content:center;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  text-align:center;
}

body.blog-layout-two .layout-two-filter .widget-module ul li:last-child {
  margin-right: 0px;
}

body.blog-layout-two .layout-two-filter .widget-module ul li a {
  border: 2px solid #000000;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  font-size:15px;
  font-weight: 500;
  padding:10px;
}

body.blog-layout-two .layout-two-filter .widget-module ul li a:hover {
  border: 2px solid #00bfd6;
  background-color:#00bfd6;
  color:#ffffff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

body.blog-layout-two .layout-two-filter .widget-module ul li.active a {
  border: 2px solid #00bfd6;
  background-color:#00bfd6;
  color:#ffffff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

body.blog-layout-two .layout-two-filter {
  padding-bottom: 77px;
  /*   padding-top: 86px; */
}

.hs-featured-image-wrapper:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,.5);
  z-index:-1;
}

body.hs-blog-post .layout-two-filter {
  display: none;
}

body.hs-blog-post .blog-left-bar {
  width: 100%;
}

body.blog-layout-two .hs-featured-image-wrapper .hs-featured-image-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*======================================================================================*/
/*================Blog Layout 2 Listing page Css Styling End here========================*/
/*======================================================================================*/


/*======================================================================================*/
/*================Blog Layout 3 Listing page Css Styling Start here========================*/
/*======================================================================================*/

body.blog-layout-three .blog-topic {
  padding-top: 0px;
}

a.filter-expand-link {
  display: none;
}

@media (min-width: 768px) {


  /*   body.blog-layout-one .blog-listing-wrapper .post-listing .post-item:last-child {
  margin-right: 0px;
}
  */
  /*   body.blog-layout-one .blog-listing-wrapper .post-listing .post-item:nth-child(2n+2) {
  margin-right: 0;
} */
}

body.blog-layout-three .blog-pagination {
  padding-bottom: 50px;
}

body.blog-layout-three .blog-section {
  overflow: hidden;
  padding-bottom: 45px;
  padding-top: 2px;
}

body.blog-layout-three .blog-top-section {
  padding-bottom: 23px;
}

body.blog-layout-three .blog-listing-wrapper .post-listing .post-item {
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.35);
}

body.blog-layout-three .blog-listing-wrapper .post-listing .post-item {
  min-height: 300px;
}

body.blog-layout-three .layout-two-filter {
  text-align: center;
  padding-bottom: 99px;
  /*   padding-top: 98px; */
}
span.filter-link-count {
  display: none;
}

.widget-module ul {
  padding: 0px;
  list-style-type:none;
  margin-bottom: 0px;
  padding-left:30px;
}

body.blog-layout-three .block h3 {
  position: relative;
  z-index: 1;
  padding: 0px 0px;
  text-align:center;
}

body.blog-layout-three .block {
  cursor: pointer;
  padding: 1px 0px;
  margin-bottom: 0;
  position: relative;
  border: 1px solid #000;
  max-width: 300px;
  margin: 0 auto;
}

body.blog-layout-three .block .widget-module {
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  left:0;
  right:0;
  text-align:left;
  display:none;
  top:62px;
}

body.blog-layout-three .block .widget-module ul {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right:10px;
}

body.blog-layout-three .block h3:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 30px;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}

body.blog-layout-three .layout-two-filter .top-three-filter {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  display: block;
  float: none;
}

.post-listing.layout .post-item {
  margin-right: 28px;
  margin-bottom: 28px;
}

.post-listing.layout .post-item:nth-child(3) {
  margin-right: 28px;
  margin-bottom: 28px;
}
/*======================================================================================*/
/*================Blog Layout 3 Listing page Css Styling End here========================*/
/*======================================================================================*/

/*================Blog Post Css Styling Start Here================*/


body .row-fluid .hs-blog-social-share {
  margin-top: 0px;
  padding: 0px 0 0 0;
  border-top: none; 
  border-bottom: none; 
  height: auto;
  width:100%;
  overflow:hidden;
}

.hs-blog-social-share-item-linkedin {
  position: relative;
  top: -8px;
}

body .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  margin-right: 4px;
}

body.hs-blog-post a.topic-link:first-child {
  margin-left:0;
}
/*
a.topic-link:hover {
background-color: #00BCD4;
color: #ffffff;
transition: .3s all ease-in-out;
-webkit-transition: .3s all ease-in-out;
-moz-transition: .3s all ease-in-out;
}

/*================Blog Post Css Styling End Here================*/






/*======================================================================================*/
/*===========================Blog Post Css Styling Start Here================*/
/*======================================================================================*/


body.hs-blog-post .strong-recent-post {
  display: none;
}

body.hs-blog-post .blog-left-sidebar {
  display:none;
}

body.hs-blog-post .blog-listing-left {
  width: 100%;
}

body.hs-blog-post h1 {
  font-size:32px;
  line-height:1.5;
}

.blog-main-content {
  margin: -110px auto 0 auto;
  padding: 84px 100px 80px 100px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position:relative;
  z-index:1;
  max-width: 1040px;
}

body.hs-blog-post .hs-featured-image-wrapper {
  min-height: 550px;
  border-radius: 5px!important;
  -webkit-border-radius: 5px!important;
  -o-border-radius: 5px!important;
}

body.hs-blog-post .hs-featured-image-wrapper:before {
  border-radius: 5px!important;
  -webkit-border-radius: 5px!important;
  -o-border-radius: 5px!important;
}

body.hs-blog-post.blog-layout-one .blog-section {
  overflow: visible;
  padding-top:10px;
}

body.hs-blog-post a.author-link {
  text-decoration: none;
  outline: none;
  color: #04c1d5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform:uppercase;
  font-weight: 400;
}

body.hs-blog-post a.author-link:hover {
  color: #113D63;
}

.hs-blog-post .post-header {
  border-bottom: none; 
  margin-bottom: 0px;
  padding-top: 10px;
}

body.hs-blog-post a.topic-link:first-child {
  margin-left: 0px;
}
/*
body.hs-blog-post a.topic-link {
margin: 5px 8px 5px 0;
padding: 10px 22px;
font-size: 15px;
color: #000000;
border: 1px solid rgba(199, 199, 199, 0.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
display: inline-block;
-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09);
-o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09);
-ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09);
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09);
background:transparent;
font-weight: 400;
}  

body.hs-blog-post a.topic-link:hover {
background: #113D63;
color: #FFFFFF;
-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
-o-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
}*/

body.hs-blog-post p {
  font-weight: 250;
  font-size:17px;
  color:#000000;
}

body.hs-blog-post p strong{
  font-weight: 400;
}

body.hs-blog-post a {
  color:#004054;
}

body.hs-blog-post a:hover {
  color: #113D63;
}

.hs-blog-post .layout-two-filter {
  display: none;
}

span#hs_cos_wrapper_blog_type {
  display: none;
}

span#hs_cos_wrapper_category_type {
  display: none;
}

.no-result {
  display:none;
}

li.nxt-btn.stopped-nav,li.prev-btn.stopped-nav {
  pointer-events: none;
  opacity: .5;
}

.strongkey-blog {
  position: relative;
  z-index:1;
}

.resource-filter h1 a {
  color: #444;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.resource-filter h1 a:hover {
  color:#00bfd6;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

body.blog-layout-three .block .widget-module ul li a {
  text-transform: uppercase;
}

.blog-section .section.post-body a.cta_button p span,
blog-section .section.post-body a.cta_button {
  font-family: Montserrat, sans-serif !important;
  font-weight:500;
  font-style:normal;
}