/* ==========================================================================
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=Open+Sans:400,600,700,800');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  src: url("//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Fonts/Font_%20Awesome_5_Brands/fabrands400.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Fonts/Font_%20Awesome_5_Brands/fabrands400.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Fonts/Font_%20Awesome_5_Brands/fabrands400.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Fonts/Font_%20Awesome_5_Brands/fabrands400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  src: url("//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Fonts/Font_Awesome_5_900/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Fonts/Font_Awesome_5_900/fa-solid-900.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Fonts/Font_Awesome_5_900/fa-solid-900.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Fonts/Font_Awesome_5_900/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}



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

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

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

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

html {
  font-size: 50%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #fff;
  color: #2b2b2b;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: "Open Sans",sans-serif;
  word-wrap: break-word;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  letter-spacing: 0.1rem;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 46px;
  line-height: 4.6rem;
}
h2, .banner-content h1{
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 42px;
  line-height: 4.2rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
}
h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  line-height: 3.2rem;
}
h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

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

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

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

blockquote {
  margin: 0 1.6em;
}

figure {
  margin: 1em 0;
  position: relative;
}

figure figcaption {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  left: 0;
  padding: 2.5rem;
}

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


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

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

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

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


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


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

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

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

#site-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: Font Awesome\ 5 Brands;
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-search:before {
  content: "\f002";
}


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

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

.custom-header {
  font-size: 0;
  padding: 3.2rem 0 0;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,.02);
  position: relative;
  width: 100% !important;
  background: #fff;
  z-index: 999;
}

.custom-header:after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
}

.custom-header-inner {
  font-size: 16px;
}

.widget-span.custom-header {
}

.widget-span.custom-header .page-center {
  max-width: 138rem;
}



.widget-span.custom-logo {
  width: auto;
  font-size: 0;
  /*   margin-top: -12px; */
  position: relative;
  z-index: 50;
}

.custom-logo a {
  padding-bottom: 2rem;
  display: block;
}

.custom-logo a img {
  max-width: 100%;
  display: block;
  height: auto;
  width: 15rem !important;
  margin: -.6rem 0 0;
}

.custom-header-inner.header-inner-lp {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
/*========== Banner ==========*/
.simple-banner {
  background-color: #f5f7fb;
  position: relative;
  text-align: center;
  padding: 16.3rem 0 9.1rem;
}

.simple-banner.blog-banner {
  padding: 12.3rem 0 13.2rem;
}

.banner-content h1 {
  margin: 0;
  color: #4a99d8;
  margin: 0;
}

.banner-content h5 {
  line-height: 3rem;
  margin: 1em 0 1.6em;
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

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

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

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

body:not(.blog) .body-container {
  padding:40px 0;
}


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

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




/*========= footer bottom ========*/
.custom-footer-bottom {
  color: #fff;
  text-align: center;
  padding: 12.3rem 0 7.8rem;
  background-color: #2B2B2B;
}

.custom-footer-bottom p {
  margin: 2rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  margin-bottom: 0;
}


/* .custom-footer-bottom p {
margin: 2rem 0;
font-size: 14px;
font-size: 1.4rem;
line-height: 19px;
line-height: 1.9rem;
}
*/
.custom-footer-menu.footer-bottom-links {
  margin-bottom: -7px;
}

.custom-footer-menu.footer-bottom-links ul {
  margin: 0 0 2.9rem !important;
}


.custom-footer-menu.footer-top-links {
  margin-top: -4px;
}

.custom-footer-menu ul {}

.custom-footer-menu ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 1.8rem;
  padding: 0 2rem;
  width: auto;
}

.custom-footer-menu ul > li > a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  display: inline !important;
}

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

ul.social-wrapper {
  font-size: 0;
  padding: 0;
  position: relative;
  list-style: none;
  margin: 3.2rem -0.9rem 0;
}

ul.social-wrapper li {
  margin: 0.4em 0 0.35em;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.9rem;
}

ul.social-wrapper li a {
  border-radius: 50%;
  color: #fff;
  border: none;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 44px;
  line-height: 4.4rem;
  transition: 0.3s ease;
  text-align: center;
  background-color: #007BB5;
  display: block; 
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}
ul.social-wrapper li a i {
  position: relative;
}
ul.social-wrapper li  a.social__link.social__link--linkedin i {
  top: -0.1rem;
}
ul.social-wrapper li a.social__link--twitter {
  background-color: #00ACED;
}
ul.social-wrapper li a.social__link--twitter:hover {
  background-color: #0087ba;
}

ul.social-wrapper li a.social__link--linkedin:hover{
  background-color: #005882;
}

.custom-copyright p a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.custom-copyright p:first-child {
  margin-top: 6px;
}

/*===========================*/
.footer-top-cols-wrapper {
  overflow: hidden;
}

.footer-top-col {
  position: relative;
  padding-top: 8.8rem;
  padding-bottom: 11rem;
}

.footer-top-col.left-col:before {
  content: '';
  width: 100vw;
  position: absolute;
  height: 100%;
  z-index: -1;
  top: 0;
  width: 50vw;
  right: 0;
  background: linear-gradient(217.73deg,#64c4e7 12%,#3070c2 100%);
}

.footer-top-col.right-col:before {
  content: '';
  width: 100vw;
  position: absolute;
  height: 100%;
  z-index: -1;
  top: 0;
  width: 50vw;
  background-image: url(//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Images/bg-pattern.svg);
  background-color: #f2f5fa;
  background-position: -57px -103px;
  left: 0;
}

.m009__info {
  text-align: left;
  display: inline-block;
  max-width: 42rem;
}

.m009__info {}

.m009__info h3.heading {
  margin: 0 0 4rem;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 42px;
  line-height: 4.2rem;
}

.m009__info h3.heading span {
  display: block;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 40px;
  line-height: 4rem;
}

.m009__info p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  margin: 1em 0 1.6em;
}

a.btn.btn__cta {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 71px;
  line-height: 7.1rem;
  height: 7.1rem;
  background: 0 0;
  border-radius: 3.5rem;
  overflow: hidden;
  padding: 0 4.2rem;
  color: #fff;
  z-index: 1;
  margin: 3.5rem 0 0;
}

a.btn.btn__cta--white {
  color: #4a99d8;
}

.btn__cta::after, .btn__cta::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 3.5rem;
  transition: .5s ease;
}

.btn__cta--white::before {
  background: linear-gradient(217.73deg,#fff 0%,#fff 100%);
}

.btn__cta--white::before {
}

.btn__cta::after {
  opacity: 0;
}

.btn__cta--white::after {
  background: linear-gradient(217.73deg,#fff 0%,#f2f2f2 100%);
}

.btn__cta:hover::after {
  opacity: 1;
}

.footer-top-col.right-col {
}

.right-col .btn.btn__cta:before {
  background: linear-gradient(217.73deg,#64C4E7 12%,#3070c2 100%);
}

.right-col .btn.btn__cta:after {
  background: linear-gradient(217.73deg,#64C4E7 -25%,#3070c2 75%);
}


.btn__cta i {
  transition: .5s -webkit-transform ease;
  transition: .5s transform ease;
  transition: .5s transform ease,.5s -webkit-transform ease;
  font-size: 1.6rem;
  margin: 0 0 0 .6rem;
}

fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}

.fa, .fas {
  font-weight: 900;
}

.btn__cta:hover i.fa-arrow-right {
  -webkit-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
}

.custom-footer-menu.footer-top-links ul > li {
  margin-left: -2px;
  margin-right: -2px;
  padding-bottom: 2px;
}

/*=====================*/
.custom-float-contact a {
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 0;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transform: rotate(-90deg) translate(0%,6rem);
  transform: rotate(-90deg) translate(0%,6rem);
  display: block;
  z-index: 99;
}

.custom-float-contact a span {
  display: block;
  color: rgba(43,43,43,.8);
  background-color: #fff;
  border-radius: 14px 14px 0 0;
  width: 13.3rem;
  padding: .2rem 0 2rem;
  box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
  transition: .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 
.footer-top-col {
width: 50%;
}

.footer-top-col:nth-child(even) {
padding-left: 3rem;
}

.footer-top-col:nth-child(odd) {
padding-right: 3rem;
color: #fff;
}

.footer-col-inner-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.m009__info h3.heading {
font-size: 52px;
font-size: 5.2rem;
line-height: 58px;
line-height: 5.8rem;
}
*/

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */
@media screen and (min-width:1155px) {

  .custom-header-inner > div > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .custom-header-inner > div > .row-fluid:after,
  .custom-header-inner > div > .row-fluid:before {
    content: none;
  }

  .widget-span.custom-header-right {
    width: auto;
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .widget-span.custom-header-right > div ,
  .widget-span.custom-header-right > div > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .widget-span.custom-menu-primary {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 4rem;
    width: auto;
  }

  .widget-span.custom-header-right .widget-span:last-child {
    width: auto;
    margin-left: 0;
  }

  .header-right-menu {}
  .header-right-menu {
    position: relative;
    z-index: 50;
  }

  .header-right-menu .btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    background-color: #3c3c3d;
    transition: .5s ease;
    border-radius: 3px;
    background: 0 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: none;
    color: #fff;
    cursor: pointer;
  }

  button.btn.btn__action {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    margin-right: -5px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    outline:0;
  }

  button.btn.btn__action i {
    position: relative;
    top: 1px;
    left: -1px;
  }



  .btn__action::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 3px;
    background: linear-gradient(217.73deg,#64C4E7 12%,#3070c2 100%);
  }

  .btn__action::after {
    content: '';
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s ease;
    border-radius: 3px;
    background: linear-gradient(217.73deg,#64C4E7 -25%,#3070c2 75%);
  }

  .btn__action:hover::after {
    opacity: 1;
  }

  .header-right-menu .btn.btn__main {
    color: #fff;
    padding: 1.4rem 3rem 1.8rem;
    border-radius: 3px;
    background-color: #3c3c3d;
    transition: .5s ease;
    margin: 0 0 0 2.2rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28.8px;
    line-height: 2.88rem;
    cursor: pointer;
  }

  .header-right-menu .btn.btn__main:hover {
    background-color: #232323;
  }

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

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    margin: 0 -1.2rem;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin: .4em 0 .35em;
    margin: 0;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    text-decoration: none;
    color: #2b2b2b;
    display: block;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    padding: 2.1rem 1.8rem 4.5rem;
    z-index: 50;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) > a:before {
    font-family: "font awesome 5 free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    line-height: 1;
    content: "";
    font-size: 1.5rem;
    position: relative;
    margin: 0 .5rem 0 0;
    top: -1px;
  }


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

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    background-color: #fff;
    position: absolute;
    width: 100vw;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 2.6rem calc((100vw - 110rem)/2) 3rem;
    box-shadow: inset 0 12px 30px -12px rgba(0,0,0,.15);
    list-style: none;
    z-index: -2;
    padding: 3.6rem calc((100vw - 110rem)/2) 3.5rem;
    background: linear-gradient(217.73deg,#64C4E7 12%,#3070c2 100%);
    transition: .5s cubic-bezier(.25,.25,.16,.96);
    -webkit-transform: translate3d(0,-250%,0);
    transform: translate3d(0,-250%,0);
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {

    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: .5s cubic-bezier(.25,.25,.16,.96);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6.2rem 0 0;
    transition: .5s ease;
    opacity: 0;
  }

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

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

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li {
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li {
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li + li {
    margin-left: -4px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(3) > a:before {
    content: '';
    opacity: .5;
    width: 1.2rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    margin: -.4rem .6rem 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Images/icon-locked-white-alt.svg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: .25s ease;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: #fff transparent transparent transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }


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

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

  /* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper { 
    display:block ;
  }
}


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

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

@media (max-width: 1154px){

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

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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    width: auto;
    z-index: 58;
    width: 28px;
    height: 28px;
    font-size: 0;
    border: 0;
    background: transparent;
    font: inherit;
    margin: 0;
    outline: 0;
    font-size: 0;
  }

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

  .mobile-trigger span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 58;
    display: block;
    font-size: 0;
  }

  .mobile-trigger span:after, .mobile-trigger span:before {
    content: '';
    left: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    background: #4a99d8;
    transition: .2s ease;
    /*     display: block; */
  }

  .mobile-trigger span:before {
    top: 6px;
  }

  .mobile-trigger span:after {
    bottom: 6px;
  }

  .mobile-open .mobile-trigger span:before {
    -webkit-transform: rotate(45deg) translate3d(6px,5px,0);
    transform: rotate(45deg) translate3d(6px,5px,0);
  }

  .mobile-open .mobile-trigger span:after {
    -webkit-transform: rotate(-45deg) translate3d(4px,-4px,0);
    transform: rotate(-45deg) translate3d(4px,-4px,0);
  }

}


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


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

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

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

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

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


/* =============== Blog Content Column =============== */
.hs-blog-listing .body-container-wrapper {
  margin: 7.4rem 0 7.8rem;
  margin-bottom: 0;
}

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

.post-listing {
  margin: 0 -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.post-item-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  overflow: hidden;
  background-color: #2b2b2b;
}

.post-item {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 35rem;
  color: #fff;
  width: 33.33%;
  float: left;
}

.post-item:nth-child(5n-1) {
  width: 70%;
}

.post-item:nth-child(5n-0) {
  width: 30%;
}




.post-item-inner a {
  color: #fff;
  /*   border-radius: 3px; */
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-item__image {
  position: absolute;
  z-index: 48;
  height: 100%;
  width: 100%;
  background: linear-gradient(217.73deg,#64C4E7 12%,#3070c2 100%);
}

.post-item-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.grid-item__content {
  position: relative;
  z-index: 50;
  padding: 3.7rem 2.4rem 11.4rem;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 3.7rem 2.4rem 11.4rem;
  z-index: 58;
}

.grid-item__img-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  /*   -o-object-fit: cover;
  object-fit: cover; */
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .2;
}

.post-item h2 {
  font-weight: 700;
  margin: 0 0 1.4rem;
  width: 100%;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 38px;
  line-height: 3.8rem;
}

i.calander-icon {
  top: -.3rem;
  width: 2.3rem;
  height: 2rem;
  position: relative;
  margin: 0 1.2rem 0 0;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Images/icon-post-white.svg);
}

span.btn.btn__link {
  background: 0 0;
  color: #4a99d8;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 4.1rem 0 0;
  color: #fff;
  position: absolute;
  bottom: 4.1rem;
  left: 2.7rem;
}

span.grid-item__date {
  font-size: 18px;
  margin: 0 0 2.7rem;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}


span.btn.btn__link i {
  transition: .5s ease;
  font-size: 1.6rem;
  margin: 0 0 0 .6rem;
  opacity: .5;
}

.post-item:hover span.btn.btn__link i {
  opacity: 1;
  -webkit-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
}

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

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

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

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
}

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

/* 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: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}


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

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

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

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

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

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


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

div#comments-listing:not([data-has-comments="true"]) {
  display: none;
}


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

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

.blog-pagination {
  text-align: center;
  transition: .3s ease;
  margin: 2.8rem 0 8.4rem;
}

.blog-pagination .load-more {
  font: inherit;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 71px;
  line-height: 7.1rem;
  height: 7.1rem;
  background: 0 0;
  border-radius: 3.5rem;
  overflow: hidden;
  padding: 0 4.2rem;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}

.blog-pagination .load-more:after,.blog-pagination .load-more:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 3.5rem;
  transition: .5s ease;
}

.blog-pagination .load-more:after {
  opacity: 0;
  background: #3070c2;
  background: linear-gradient(217.73deg,#64C4E7 -25%,#3070c2 75%);
}

.blog-pagination .load-more:before {
  background: #64c4e7;
  background: linear-gradient(217.73deg,#64C4E7 12%,#3070c2 100%);
}

.blog-pagination .load-more:hover:after {
  opacity: 1;
}

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

.blog .blog-sidebar {}

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


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

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

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

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

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

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

/*========= Caustom tagsa ==========*/

.dropdown label.dropdown__label i {
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  font-size: 1.4rem;
  right: 2.2rem;
  opacity: .5;
  top: 50%;
  right: 0;
}

.dropdown.active label.dropdown__label i {
  -webkit-transform: translate(-50%,-50%) rotate(180deg);
  transform: translate(-50%,-50%) rotate(180deg);
}

a.tag-clear-btn {
  color: #ececec;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 45px;
  line-height: 4.5rem;
  transition: .3s ease;
  padding: 0;
  margin: 0 0 2rem;
  text-align: right;
  margin: 0;
  width: auto;
}

a.tag-clear-btn:hover {
  color: #d3d3d3;
}

.fa-arrow-down:before {
  content: "\f063";
}

.filterbar-wrapper {
  margin: 0 0 4.4rem;
  border-bottom: 1px solid rgba(151,151,151,.15);
  position: relative;
  z-index: 99;
}

.filterbar-wrapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.filterbar-wrapper .flex__column {
  width: auto;
}

.flex__column.flex__column--details + .flex__column {
  margin-left: 41px;
  min-width: 253px;
}


.dropdown label.dropdown__label {
  text-align: left;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  width: 100%;
  outline: none;
  display: block;
  cursor: pointer;
  color: #888;
  padding: 0 0 .8rem;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 45px;
  line-height: 4.5rem;
  border-radius: 3px 3px 0 0;
  transition: .3s ease,border-radius 0s linear 0s;
  word-wrap: break-word;
  /* width: 200px; */
  padding-right: 33px;
  /*   max-width: 250px; */
}

.dropdown {
  width: 100%;
  min-width: 20rem;
  text-align: left;
  position: relative;
  z-index: 2;
  transition: 0s step-start;
}

.dropdown .custom-categories {
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-align: left;
  border-radius: 0 0 3px 3px;
  position: absolute;
  width: 100%;
  max-height: 0;
  overflow: auto;
  transition: .5s ease;
  top: 100%;
  left: 0;
  border-radius: 0;
  background: #f2f5fa;
  box-shadow: inset 0 0 0 1px #dfdfdf;
  width: auto;
}

.dropdown.active .custom-categories {
  max-height: 17rem;
  max-height: 32rem;
}

.custom-categories {
  position: relative;
}

.dropdown .custom-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.dropdown .custom-categories ul > li {
  display: block;
  width: 100%;
}

.dropdown .custom-categories ul > li > a {
  width: 100%;
  border: none;
  outline: none;
  color: #fff;
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 1.2rem 2.2rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  background-color: transparent;
  color: #2b2b2b;
  margin-top: 0;
  transition: .3s ease;
}


.dropdown .custom-categories ul > li > a:hover {
  color: #fff;
  background-color: #2b2b2b;
}

/*============ post Page ===========*/

.section.post-header h1 {
  margin: 0;
  text-align: center;
}

.post-featured-image {
  text-align: center;
  margin: 6.4rem 0 5.2rem;
}

.post-featured-image img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}

.section.post-body a {
  color: #4a99d8;
  position: relative;
  text-decoration: none;
  opacity: 1;
  background: linear-gradient(to bottom,#fff 0%,#fff 62%,transparent 62%,transparent 100%),linear-gradient(to right,rgba(74,153,216,0.37) 0%,rgba(74,153,216,0.37) 50%,#fff 50%,#fff 100%);
  background-size: 202% 100%;
  background-position: 99% 0;
  -webkit-animation: linkUnderlineRevert .3s ease forwards;
  animation: linkUnderlineRevert .3s ease forwards;
}

.section.post-body a:hover {
  background-position: 0 0;
  -webkit-animation: linkUnderline .5s ease forwards;
  animation: linkUnderline .5s ease forwards;
}


@keyframes linkUnderline {
  0% {
    background-position: 99% 0
  }

  100% {
    background-position: 0 0
  }
}

.section.post-body p {
  margin-top: 1.1em;
  margin-bottom: 1.9em;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 33px;
  line-height: 3.3rem;
}

.section.post-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hs-post-body-content {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2rem 0 0;
}

ul.social.social--share {
  max-width: 54rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 33px;
  line-height: 3.3rem;
  position: sticky;
  margin: 2.8rem 0 0;
  top: 5rem;
  position: -webkit-sticky;
  padding: 0;
  text-align: center;
}

ul.social.social--share li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.5rem;
  display: block;
}

ul.social.social--share li a {
  border-color: #3c3c3d;
  color: #3c3c3d;
  background: transparent !important;
  animation: none !important;
}

.flex__column ul.social li a.social__link--twitter:hover,
ul.social.social--share li a.social__link--twitter:hover {
  border-color: #00aced;
  color: #00aced;
}

.flex__column ul.social li a.social__link--linkedin:hover ,
ul.social.social--share a.social__link--linkedin:hover,
.simple-banner ul.social li a[href="https://www.linkedin.com/company/the-dtg/"]:hover{
  border-color: #007bb5;
  color: #007bb5;
}

/*============ Bannet==============*/

.simple-banner.blog-banner {}

.simple-banner ul.social {
  margin: 0;
  right: 50%;
  top: 6.1rem;
  position: absolute;
  -webkit-transform: translate(50%,0);
  transform: translate(50%,0);
}


/*============= realted posts ========*/

.custom-related-outer-wrapper {
  margin: 5.2rem 0 9.2rem;
}

.post-item.related-post-item .post-item-inner.related-post-item-inner {
  border-radius: 3px;
}

/*=======================*/

.filterbar-wrapper.post-page-ttle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4.2rem;
  padding: 5.3rem 0 2rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex__column.flex__column--details {
  min-width: 32rem;
  margin-bottom: -.8rem;
}

span.post-meta-tags {
  color: #4a99d8;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 38px;
  line-height: 3.8rem;
}

.flex__column {}

ul.social {
  position: relative;
  list-style: none;
  margin: 0 -1rem;
  font-size: 0;
  padding: 0;
}

.flex__column ul.social {
  text-align: right;
  display: block;
}

ul.social li {
  margin: .4em 0 .35em;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1rem;
}

ul.social li a {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  color: #fff;
  background-color: transparent;
  border: .15rem solid #fff;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 53px;
  line-height: 5.3rem;
  transition: .3s ease;
}

.flex__column ul.social li a {
  border-color: #3c3c3d;
  color: #3c3c3d;
}

.social li a.social__link--linkedin i {
  top: -.2rem;
}

.simple-banner i.fab.fa-linkedin-in{
  top: -.2rem;
}



ul.social li a i {
  position: relative;
}

span.post-meta-tags i {
  top: -.3rem;
  width: 2.3rem;
  height: 2.1rem;
  position: relative;
  margin: 0 .5rem 0 0;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Images/icon-post-blue.svg');
}

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


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

.body-container form {
  max-width: 700px;
  width: 100%;
}


/* Form Field */
.hs-form-field {}
.form-title {
  font-weight: 800;
  font-family: "Open Sans",sans-serif;
  word-wrap: break-word;
  font-size: 5.2rem;
  line-height: 5.8rem;
  color: #4A99D8;
  margin-top: 10px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label { 
  display: block;
  margin-bottom: 5px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  -webkit-appearance: none;
  color: inherit;
  font: inherit;
  width: 100%;
  outline: none;
  display: block;
  padding: 1.8rem 2.2rem 1.8rem;
  border-style: solid;
  border-width: 0;
  border-color: rgba(0,0,0,0);
  border-radius: 3px;
  transition: 0.3s ease;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 0 0 10px 0;
  background-color: #F2F5FA;
  font-family: "Open Sans",sans-serif;
}

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

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

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

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

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

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

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

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

.hs-error-msgs label {
  display: block;
  float: none;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
  font-size: 15px;
}


input.hs-input.error {
  box-shadow: inset 0 -5px 0 -1px #d0021b;
  border-color: #d0021b;
}


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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background: linear-gradient(217.73deg, #64C4E7 12%, #3070c2 100%);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 71px;
  line-height: 7.1rem;
  /* height: 7.1rem; */
  border-radius: 3.5rem;
  overflow: hidden;
  padding: 22.5px 4.2rem;
  color: #fff;
  z-index: 1;
  border: 0;
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  transition: 0.5s ease;
  font: inherit;
  font-family: "Open Sans",sans-serif;
  transition: all 0.5s ease  !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: linear-gradient(217.73deg, #64C4E7 -25%, #3070c2 75%);
  transition: all 0.5s ease  !important;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline:0;
  transition: all 0.5s ease  !important;
}


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

.header-saerch-form .wrapper {
  padding: 0 3rem;
  margin: 0 auto;
  width: 100%;
  max-width: 138rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-saerch-form form {
  position: relative;
  max-width: 65rem;
  margin: 0 auto;
  width: 100%;
}

.header-saerch-form form input[type="search"] {
  background-color: #fff;
  padding-right: 7rem;
  color: #2b2b2b;
  margin: 0;
}

.header-saerch-form form input[type="search"]::-webkit-input-placeholder {
  color: rgba(43,43,43,.5);
  opacity: 1;
}
.header-saerch-form form input[type="search"]::-ms-input-placeholder {
  color: rgba(43,43,43,.5);
  opacity: 1;
}
.header-saerch-form form input[type="search"]::-moz-placeholder {
  color: rgba(43,43,43,.5);
  opacity: 1;
}

.header-saerch-form form button {
  padding: 0 2.7rem;
  background: 0 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  color: #2b2b2b;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 60px;
  line-height: 6rem;
  border: 0;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

.header-saerch-form form button i {
  position: relative;
  top: 1px;
}

.header-saerch-form form input[type="search" i]::-webkit-search-cancel-button {
  visibility: hidden;
}

.header-saerch-form form input::-ms-clear { 
  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-height: 650px){
  html {
    font-size: 38%!important;
  }

}

@media (min-width: 420px){
  html {
    font-size: 55%;
  }
}

@media (min-width: 530px){
  h1{
    font-size: 58px;
    font-size: 5.8rem;
    line-height: 66px;
    line-height: 6.6rem;
  }
  h2, .banner-content h1 {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
  h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  h4 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
  h5 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  h6 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }

  /*========= Footer ============*/
  .m009__info h3.heading {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 58px;
    line-height: 5.8rem;
  }

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

  .post-item:first-child .post-item-inner {
    border-radius: 30px 3px 3px 3px;
  }
  .post-item:last-child .post-item-inner {
    border-radius: 3px 3px 30px 3px;
  }


  .post-item:nth-child(5n-1) .grid-item__image {
    POSITION: RELATIVE;
    -webkit-box-flex: calc(100% - 27rem);
    -ms-flex: calc(100% - 27rem);
    flex: calc(100% - 27rem);
    background: transparent;
  }

  .post-item:nth-child(5n-1) .post-body.grid-item__content {
    -webkit-box-flex: 27rem;
    -ms-flex: 27rem;
    flex: 27rem;
  }

  .post-item:nth-child(5n-1) .grid-item__image .grid-item__img-fit {
    opacity: 1;
    filter: none;
    object-fit: unset !important;
  }


  .related-post-item.post-item h2{}
  .related-post-item.post-item h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px;
    line-height: 3.8rem;
  }

}

@media (min-width: 800px){
  html {
    font-size: 62.5%;
  }

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


  .footer-top-col {
    width: 50%;
  }

  .footer-top-col:nth-child(even) {
    padding-left: 3rem;
    text-align: right;
  }

  .footer-top-col:nth-child(odd) {
    padding-right: 3rem;
    color: #fff;
  }

  .footer-col-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}



@media (max-height: 650px) and  (max-width: 1155px){
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    max-height: calc(100vh - 204px);
    overflow: hidden;
    overflow-y: auto;
    margin-top: 56px;
    margin-bottom: 40px;
  }

}


@media (max-width: 1439px) and (min-width: 1154px)  {

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 2.1rem 1.2rem 4.5rem;
  }

}

@media (min-width: 1280px) {

  .custom-header-inner.header-inner-lp .custom-logo img {
    vertical-align: unset !important;
    /*     height: 62px; */
  }
}

@media (max-width: 1279px) {

  .custom-logo a img {
    width: 10rem !important;
  }

  .custom-header-inner.header-inner-lp {
    padding-top: 18px;
    padding-bottom: 17px;
  }

}

@media (max-width: 1240px) and (min-width: 1155px)  {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 2.1rem 1.5rem 4.5rem;
  }
}

@media (max-width: 1199px) and (min-width: 1155px) {

  .header-right-menu .btn.btn__main {
    padding: 1.4rem 1rem 1.8rem;
    margin: 0 0 0 1rem;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
  }

  .custom-logo a img {
    position: relative;
    top: -1px;
  }

  .widget-span.custom-menu-primary {
    padding: 0 4.5rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    padding: 2.6rem calc((100vw - 110rem)/2) 3rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li> a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }

  .custom-header-inner.header-inner-lp {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  button.btn.btn__action {
    width: 5.6rem;
    height: 5.6rem;
    line-height: 5.6rem;
  }

  button.btn.btn__action i {
    top: 0;
    left: 0;
  }

}



@media (min-width: 1155px) {

  .header-saerch-form {
    width: 100vw;
    top: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    padding: 3.6rem 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    transition: .5s ease;
    background: linear-gradient(217.73deg,#64C4E7 12%,#3070c2 100%);
  }

  .search-open .header-saerch-form {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: .5s cubic-bezier(.25,.25,.16,.96);
  }


}


@media (max-width: 1154px) {

  body {
    padding-top: 6rem;
  }

  .custom-header {
    padding: 0;
    min-height: 6rem;
    position: fixed;
    padding: 1.8rem 0;
    top: 0;
    left:0;
    box-shadow:none;
  }

  .custom-header:after {
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
  }

  .custom-header-inner.header-inner-lp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-header-inner {
  }

  .custom-header-inner > * > .row-fluid:after,
  .custom-header-inner > * > .row-fluid:before {
    content: none;
  }

  .custom-header-inner > * > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  .widget-span.custom-logo {
    width: auto;
    background:#fff;
  }

  .custom-logo a {
    padding: 0;
  }

  .custom-logo a img {
    width: 7rem !important;
    margin: 0;
  }

  .header-saerch-form {
    position: absolute;
    z-index: -1;
    width: 100vw;
    top: 100%;
    padding: 2.3rem 0;
    left: auto;
    right: 0;
    max-width: 40rem;
    background: 0 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    transition: .5s ease;
  }

  .mobile-open .header-saerch-form {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: .5s cubic-bezier(.25,.25,.16,.96);
    transition-delay: .3s;
  }

  .m-search-open .header-saerch-form {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    transition: .5s ease;
  }


  /*========== Banner ============*/
  /*   .simple-banner {
  margin-top: -7px;
}
  */
  .simple-banner {
    margin-top: -1px;
  }

  .banner-content {
    margin-bottom: 0px;
  }

  /*============ Flyout Menu  * ============*/

  .widget-span.custom-header-right {
    max-width: 40rem;
    position: fixed;
    width: 100vw;
    top: 6rem;
    right: 0;
    transition: .5s ease;
    transition-delay: .2s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    z-index: -1;
    background: #64c4e7;
    background: linear-gradient(217.73deg,#64C4E7 12%,#3070c2 100%);
    margin: 0;
  }

  .mobile-open  .widget-span.custom-header-right {
    transition: .5s ease;
    transition-delay: 0s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }


  .header-right-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    padding: 3rem;
    width: 100%;
    bottom: 0;
    left: 0;
    min-width: 0;
  }

  button.btn.btn__action {
    display: none;
  }

  .header-right-menu .btn.btn__main {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    background: 0;
    z-index: 1;
    border: 0;
    color: #fff;
    padding: 1.4rem 3rem 1.8rem;
    border-radius: 3px;
    background-color: #3c3c3d;
    transition: .5s ease;
    cursor: pointer;
    text-align: center;
    margin: 1rem 0 0;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28.8px;
    line-height: 2.88rem;
  }

  .widget-span.custom-header-right .widget-span {
  }

  .widget-span.custom-header-right .widget-span {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .widget-span.custom-header-right > div ,
  .widget-span.custom-header-right > div > div {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }

  .widget-span.custom-header-right > div > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: calc(100vh - 6rem);
    padding: 3rem;
  }

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

  .widget-span.custom-menu-primary {
    width: 100%;
    margin: 0 0 5rem;
  }

  .custom-menu-primary.js-enabled{
    position: relative;
  }

  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;

  }

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

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul  li{
    display: block;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: block;
    position: relative;    
    color: #fff;
    padding: 1.1rem 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a::before,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) > a::before {
    font-family: "font awesome 5 free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    text-rendering: auto;
    font-weight: 900;
    line-height: 1;
    content: "";
    font-size: 1.5rem;
    position: relative;
    top: -1px;
    font-variant: normal;
    margin: 0px 0.5rem 0px 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(3) > a:before {
    content: '';
    opacity: .5;
    width: 1.2rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    margin: -.4rem .6rem 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//cdn2.hubspot.net/hubfs/5808655/DTG_August2019%20Theme/Images/icon-locked-white-alt.svg);
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul{
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{

  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: relative;
    text-align: center;
    background: 0 0;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    display: block;
    width: 100%;
    z-index: 1;
    padding: 0;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li{
    display: block;
    margin: 1rem 0;
    opacity: 1;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }

}


@media (max-width: 1054px) {

  .custom-footer-menu.footer-bottom-links ul {
    text-align: center;
    padding-bottom: 5px;
  }

  .custom-footer-menu.footer-bottom-links ul > li {
    float: none !important;
    margin-left: -2px;
    margin-right: -2px;
    padding-bottom: 2px;
  }

  /*========== blog ===========*/

  .filterbar-wrapper.post-page-ttle {
    margin-top: -1px;
  }

}


@media (max-width: 1054px) and  (max-height: 650px) {

  .custom-footer-menu.footer-bottom-links ul {
    text-align: center;
    padding-bottom: 3px;
  }

  .custom-footer-menu.footer-top-links ul > li {
    margin-left: -1px;
    margin-right: -1px;
  }

  .custom-footer-menu.footer-bottom-links ul > li {
    float: none !important;
    margin-left: -1px;
    margin-right: -1px;
    padding-bottom: 2px;
  }

}



@media (max-width: 1024px) {

  /*======= blog =========*/

  .post-item:nth-child(5n-0) {
    width: 40%;
  }

  .post-item:nth-child(5n-1) {
    width: 60%;
  }

  .post-item.related-post-item:nth-child(1) {
    width: 40%;
  }

  .post-item.related-post-item:nth-child(2) {
    width: 60%;
  }

  .post-item.related-post-item:nth-child(3) {
    width: 100%;
  }



}


@media (min-width: 980px) {
  .simple-banner {
    padding: 12.3rem 0 9.1rem;
  }

  .simple-banner ul.social {
    top: 6.1rem;
    position: absolute;
    right: 6.2rem;
    -webkit-transform: none;
    transform: none;
    margin: 0 -1rem;
  }


}


@media (max-width: 799px) {

  .widget-span.custom-logo {
    margin-top: 1px;
    margin-bottom: 2px;
  }

  /*   .mobile-trigger {
  top: 16px;
  right: 26px;
}
  */
  /*========== Tooter ==========*/

  .footer-top-cols-wrapper {
    overflow: hidden;
    position: relative;
  }

  .footer-top-col {
    width: 100%;
    position: relative;
    padding-top: 8.8rem;
    padding-bottom: 11rem;
  }

  .left-col {
    color: #fff;
  }

  .m009__info {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer-top-col.right-col:before {
    width: 100vw;
    left: -3rem;
  }

  .footer-top-col.left-col:before {
    right: -3rem;
    width: 100vw;
  }

  .custom-footer-menu.footer-bottom-links ul > li {
    padding-bottom: 1px;
  }

  .custom-float-contact a span {
    padding: .2rem 0 2.9rem;
    width: 11.5rem;
  }

}
/* =============== 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% !important;
    width:100% !important;
  }

  .body-container .hs_cos_wrapper_type_password_prompt,
  .body-container .hs_cos_wrapper_type_blog_subscribe,
  .body-container .hs_cos_wrapper_type_email_simple_subscription,
  .body-container .hs_cos_wrapper_type_form,	
  .body-container .widget-type-google_search,
  .body-container .hs-search-field__bar,
  .body-container form{
    max-width: 100%;
    width: 100%;
    max-width: 100%;
    width: 100%;
  }


  .section.post-body p > img {
    float: none !important;
    width: 100% !important;
  }
  /*========= blog =========*/
  .post-item {
    width: 100% !important;
  }

}  


@media (max-width: 670px) {

  .custom-float-contact a {
    top: auto;
    bottom: 39px;
  }

  .header-saerch-form form button i {
    top: 0px;
  }

}


@media (max-width: 640px) {

  .filterbar-wrapper.post-page-ttle .flex__column:last-child {
    display: none;
  }

  .section.post-body {
    display: block;
  }

  .hs-post-body-content {
    padding: 0;
    max-width: 100%;
  }

  .hs-post-social-share {
    margin: 2rem 0 10.4rem;
  }

  ul.social.social--share {
    padding: 0;
    margin: 4rem auto;
    text-align: center;
    position: relative;
    top: 5rem;
  }

  ul.social.social--share li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: .4em 0 .35em;
  }



}

/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 529px) {

  .m009__info h3.heading span {
    display: block;
    font-weight: 400;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 34px;
    line-height: 3.4rem;
  }

  .custom-footer-menu.footer-top-links {
    margin-top: -5px;
  }


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

  .filterbar-wrapper  .flex__column {
    width: 100%;
  }

  .filterbar-wrapper  .flex__column:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .filterbar-wrapper  .flex__column:last-child {
    text-align: right;
  }

  .filterbar-wrapper .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  a.tag-clear-btn {
    margin: 0 0 2rem;
    display: block;
  }

  .dropdown .custom-categories {
    width: 100%;
  }

  .related-post-item.post-item h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }

  .form-title {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 42px;
    line-height: 4.2rem;
  }

}

@media (max-width: 589px) and  (max-height: 650px) {
  .custom-footer-menu.footer-top-links {
    margin-top: -2px;
  }

}

@media (max-width: 479px) {}

@media (max-width: 479px) {

  .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 16px;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 300px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px;
  }

  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }

  .header-saerch-form form button i {
    top: 1px;
  }


  /*====================*/

  .widget-span.custom-logo {
    margin-top: 3px;
    margin-bottom: 2px;
  }

  /*   .mobile-trigger {
  top: 14px;
  right: 24px;
} */

  .custom-footer-menu.footer-top-links {
    margin-top: -4px;
  }

  .custom-footer-menu.footer-bottom-links ul > li {
    padding-bottom: 2px;
  }

  /*============= header search ===========*/

  /*   .header-saerch-form .wrapper {
  max-width: 100%;
  display: block;
  padding: 0 15px;
}

  .header-saerch-form form {
  width: 100%;
}

  .header-saerch-form {
  max-width: 100%;
  width: 100%;
}
  */
}

