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


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

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


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


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

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

/* @import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap');


@font-face {
  font-family: "FontAwesome";
  src: url("//5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/HealthVerity_June2019/Fonts/FontAwesome.eot") format("embedded-opentype"), 
    url("//5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/HealthVerity_June2019/Fonts/fontawesome-webfont.woff2") format("woff2"), 
    url("//5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/HealthVerity_June2019/Fonts/FontAwesome.woff") format("woff"), 
    url("//5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/HealthVerity_June2019/Fonts/FontAwesome.ttf") format("truetype"), 
    url("//5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/HealthVerity_June2019/Fonts/FontAwesome.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'movedo-icons';
  src:url('//5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/HealthVerity_June2019/Fonts/movedo-icons.eot') format('embedded-opentype'),
    url('//5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/HealthVerity_June2019/Fonts/movedo-icons.woff') format('woff'),
    url('//5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/HealthVerity_June2019/Fonts/movedo-icons.ttf') format('truetype'),
    url('//5412465.fs1.hubspotusercontent-na1.net/hubfs/5412465/HealthVerity_June2019/Fonts/movedo-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* ==========================================================================
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: 16px;
}

body {
  color: #1D2129;
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #ffffff;
  background: #144a65;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #144a65;
  text-shadow: none;
}


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

/* Basic text */
p {
  margin: 0;
  margin-bottom: 30px;
} 
small {}
strong {
  font-weight: 500;
}
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-family: Ubuntu;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  margin: 0;
  margin-bottom: 18px;
  color: #1b1b1b;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: Inter Tight; !important;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0px;
}
h2 {
  font-family: Inter Tight; !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0px;
}
h3 {
  font-family: Inter Tight; !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
}
h4 {
  font-size: 25px;
  line-height: 45px;
  letter-spacing: 0px;
}
h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0px;
}
h6 {
  font-weight: 800;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
}

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

/* Lists */

ul, ol {
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
  margin-left: 30px;

}
.body-container ul:not([class]) {
  list-style: none;
  margin: 0;
  line-height: 30px;
  padding-left: 0px;
}
.body-container ul:not([class]) li:not([class]) {
  margin-bottom: 30px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.body-container ul:not([class]) li:not([class]):before{
  content: '\f00c';
  font-family: FontAwesome;
  padding-right: .45em;
  color: #72b456;
  font-size: inherit;
  font-weight: 700;
}

ul ul, ul ol, ol ol, ol ul {}
li {}

span[style~= “bold”] { font-weight: 500; }


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

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


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

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

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

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


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


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

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

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


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

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

#custom-header-wrapper {
  display: block;
  position: relative;
  z-index: 9998;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

#custom-header {
  width: 100%;
  top: 0px;
  z-index: 4;
  border-bottom: 1px solid;
  background-color: rgba(255,255,255,1);
  border-color: rgba(241,241,241,1);
  position: fixed;
  height: 80px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}


.widget-span .custom-logo {
  display: block;
  position: relative;
  z-index: 2;
  width: auto;
  height: 80px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.widget-span .custom-logo > div {
  height: 100%;
}

.grve-wrapper {
  position: relative;
  top: 50%;
}

.grve-wrapper a {
  position: relative;
  display: block;
  height: 29px;
}

.grve-wrapper img {
  display: block;
  position: relative;
  height: 100%;
  top: -50%;
  width: auto !important;
  max-width: none;
  vertical-align: baseline;
}

.grve-wrapper img.grve-dark, .grve-wrapper img.grve-sticky {
  display: none;
}

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

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

.no-banner .body-container {
}

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


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

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


#custom-footer {
  background-color: #144a65;
}

#custom-footer .page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}

#custom-footer .page-center > div > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.widget-span .custom-copyright {
  float: left;
  position: relative;
  width: 50.0%;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-copyright p {
  position: relative;
  font-family: Ubuntu;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 0;
  color: #ffffff;
}

.custom-copyright a {
  transition: color .4s ease;
  color: #ffffff;
}

.custom-copyright a:hover {
  color: #72b456;
}

.widget-span .custom-social-icon-wrapper {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 50.0%;
}

.menu-footer-menu-container {
  font-family: Ubuntu;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 25px;
  letter-spacing: 0px;
  position: relative;
}

#menu-footer-menu {
  margin: 0;
  list-style: none;
  line-height: 25px;
  text-align: right;
}

#menu-footer-menu li {
  display: inline-block;
  margin: 0 0 0 15px;
}

#menu-footer-menu li:first-child {
  margin-left: 0;
}

#menu-footer-menu li a {
  transition: color .4s ease;
  color: #ffffff;
}

#menu-footer-menu li a:hover {
  color: #72b456;
}

#menu-footer-menu li:first-child > a:after, 
#menu-footer-menu li:nth-child(2) > a:after {
  content: '|';
  margin-left: 15px;
  color: #fff;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#menu-footer-menu li a i {
  margin-right: 5px;
  width: 1em;
  text-align: center;
}

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

#menu-footer-menu li a.social-media {
  display: inline-block;
  font-size: 20px;
  height: 25px;
  overflow: hidden;
  vertical-align: bottom;
  width: 20px;
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-medium:before {
  content: "\f23a";
}

#menu-footer-menu li a.linkedin {
  font-size: 19px;
  width: 19px;
}

#menu-footer-menu li a.medium {
  font-size: 18px;
  width: 18px;
}

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


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

/* Parent List */
.widget-span .custom-menu-primary {
  float: right;
  margin-left: 0;
  width: auto;
  line-height: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  line-height: 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: static !important;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: Ubuntu;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 80px;
  display: block;
  position: relative;
  text-decoration: none;
  zoom: 1;
  color: #1b1b1b;
  margin: 0 1em;
  padding: 0 1em;
  transition: color .4s ease;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding-right: 1em;
} 

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
  margin-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a > .grve-item {
  position: initial;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: #72b456;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  height: 10px;
  line-height: 10px;
  position: relative;
  top: 2px;
  width: 10px;
  margin-left: 4px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  color: #72b456;
  margin-right: 0;
  padding-right: 0;
  padding-left: 2em;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a::before {
  background-color: #d3d3d3;
  content: '';
  display: block;
  height: 30px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 1px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover > a {
  color: #4e8039;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
  margin-top: 0;
  padding: 0;
  pointer-events: none;
  text-align: left;
  top: 100%;
  width: 250px;
  -webkit-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 3px 6px -1px rgba(0,0,0,0.2);
  box-shadow: 0 3px 6px -1px rgba(0,0,0,0.2);
}

.custom-menu-primary .hs-menu-wrapper > ul li.solutions ul {
  width: 517px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover ul {
  pointer-events: all;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative!important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:not(:first-child) {
  border-top: 1px solid #f1f1f1;
}

/*.custom-menu-primary .hs-menu-wrapper > ul ul li::before {
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s ease;
  background: #f1f1f1;
}*/

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  background-color: transparent;
  color: #1b1b1b;
  display: table!important;
  font-family: Ubuntu;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 15px;
  position: relative;
  vertical-align: middle;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item a {
  width: 100%!important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a {
  background: #144a65;
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a::before {
  box-sizing: content-box;
  content: '';
  display: block;
  height: 50px;
  padding-right: 15px;
  width: 50px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a::before,
.custom-menu-primary .hs-menu-wrapper > ul ul li > a > .grve-item {
  display: table-cell!important;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.real-time-patient-identity-resolution-technology > a::before {
  background: url('https://info.healthverity.com/hubfs/HealthVerity_June2019/Images/icon-sm-menu-hv-census2x.png') no-repeat 0 0;
  background-size: 50px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li > a > .grve-item::after {
  color: #72b456;
  display: block;
  font-family: Ubuntu;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  margin-top: 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.real-time-patient-identity-resolution-technology > a > .grve-item::after {
  content: 'HealthVerity Census';
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.largest-healthcare-and-consumer-data-ecosystem > a::before {
  background: url('https://info.healthverity.com/hubfs/HealthVerity_June2019/Images/icon-sm-menu-hv-marketplace2x.png') no-repeat 0 0;
  background-size: 50px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.largest-healthcare-and-consumer-data-ecosystem > a > .grve-item::after {
  content: 'HealthVerity Marketplace';
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.next-gen-contract-and-rebate-management > a::before {
  background: url('https://info.healthverity.com/hubfs/HealthVerity_June2019/Images/icon-sm-menu-hv-contract-management2x.png') no-repeat 0 0;
  background-size: 50px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.value-based-agreements-and-real-time-patient-monitoring > a::before {
  background: url('https://info.healthverity.com/hubfs/HealthVerity_June2019/Images/icon-sm-menu-hv-value-based-agreements2x.png') no-repeat 0 0;
  background-size: 50px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.hipaa-compliant-media-attribution-and-measurement > a::before {
  background: url('https://info.healthverity.com/hubfs/HealthVerity_June2019/Images/icon-sm-menu-hv-media-data-link2x.png') no-repeat 0 0;
  background-size: 50px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.enterprise-consent-and-permission-management > a::before {
  background: url('https://info.healthverity.com/hubfs/HealthVerity_June2019/Images/icon-sm-menu-hv-consent2x.png') no-repeat 0 0;
  background-size: 50px;
}

/*.custom-menu-primary .hs-menu-wrapper > ul > li.resources > ul > li {
  text-align: center;
  width: 33.33333333%;
}*/

.custom-menu-primary .hs-menu-wrapper > ul ul li.healthverity-blog > a::before {
  background: url('https://info.healthverity.com/hubfs/HealthVerity_June2019/Images/icon-sm-menu-hv-blog2x.png') no-repeat 0 0;
  background-size: 50px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.news > a::before {
  background: url('https://info.healthverity.com/hubfs/HealthVerity_June2019/Images/icon-sm-menu-hv-news2x.png') no-repeat 0 0;
  background-size: 50px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.resource-library > a::before {
  background: url('https://info.healthverity.com/hubfs/HealthVerity_June2019/Images/icon-sm-menu-hv-resource-library2x.png') no-repeat 0 0;
  background-size: 50px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a > .grve-item {
  display: block;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a > span::after {
  content: '';
  left: 0;
  position: absolute;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  background-color: #3f86a8;
  bottom: 0;
  border-radius: 3px;
  height: 5px;
  background: linear-gradient(to right, #3f86a8 0%,#99d276 100%);
  width: 100%;
}*/

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

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


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

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

@media (max-width: 768px){

  .widget-span .custom-menu-primary{
    display: none !important;
  }
  #custom-header-wrapper{
    z-index: 9; 
  }

  #custom-header {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    background-color: rgba(255,255,255,1);
    z-index: 1000;
    display: block;
    height: 60px;
  }

  .widget-span .custom-logo {
    height: 60px;
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -76px !important;
    display: block;
  }

  .widget-span .custom-mobile-trigger-wrapper {
    float: right;
    position: fixed;
    right: 20px;
    width: auto;
  }

  .grve-header-element {
    float: left;
    font-size: 0;
  }

  .grve-header-element a {
    display: inline-block;
    padding-left: 1.563rem;
    line-height: 60px;
    color: #909090;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }

  .grve-header-element a:hover {
    color: #72b456;
  }

  .grve-header-element .grve-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    line-height: 1em;
    width: 1em;
    height: 1em;
    text-align: center;
  }

  .grve-header-element .grve-item i {
    display: block;
    font-size: inherit;
    line-height: inherit;
    font-family: 'FontAwesome'!important;
  }

  .grve-icon-menu:before {
    content: '\f0c9';
  }

  #custom-header .page-center {
    width: 100%;
  }

  #custom-mobile-menu-wrapper {
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
    right: 0;
    width: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background: linear-gradient(45deg, rgba(20,74,101,.92) 0%,rgba(63,134,168,.92) 100%);
  }

  .mobile-open #custom-mobile-menu-wrapper{
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }

  #custom-mobile-menu-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    padding-bottom: 90px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: all 1.5s ease-in-out;
  }
  .mobile-open #custom-mobile-menu-inner{
    opacity: 1;
  }

  .custom-close-button-wrapper {
    display: block;
    min-width: 270px;
    margin: 0;
    text-align: right;
    width: 100%;
  }

  .grve-close-btn {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #72b456;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
  }

  .grve-close-btn i {
    font-size: inherit;
    line-height: inherit;
    font-family: 'FontAwesome'!important;
  }

  .grve-icon-close:before {
    content: '\f00d';
  }

  #custom-mobile-menu-wrapper .row-fluid [class*="span"] {
    min-height: 0;
  }

  .widget-span .custom-mobile-menu {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    padding: 60px 20px 0;
    width: 100%;
  }

  .widget-span .custom-mobile-menu:before {
    content: 'Menu';
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
  }

  .custom-mobile-menu .hs-menu-wrapper {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul {
    line-height: 30px;
    display: block;
    width: 100%;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    float: none !important;
    width: 100%;
    display: block;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li > a {
    border-bottom: 1px solid;
    display: block;
    position: relative;
    overflow: hidden;
    border-color: rgba(255,255,255,0.3)!important;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #fff;
    font-family: Ubuntu;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li:last-child > a{
    border:none;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li > a:hover,
  .custom-mobile-menu .hs-menu-wrapper > ul > li.active > a{
    color: #72b456;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li.real-time-patient-identity-resolution-technology > a::after {
    content: 'HealthVerity Census';
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li.largest-healthcare-and-consumer-data-ecosystem > a::after {
    content: 'HealthVerity Marketplace';
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li > a::after {
    color: #72b456;
    display: block;
    font-family: Ubuntu;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
  }

}

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


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

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

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

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

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


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

.blog .blog-content {}

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

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {
  background-color: #ffffff;
  padding: 25px 40px 0px 40px;
}

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin:0 0 30px;
  padding:0 0 30px;
  border-bottom: 1px solid #ddd;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}

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

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

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

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

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
  color: #fff !important;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: table;
  margin-bottom: 4px;
}
.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 {}

/* Determines Blog Listing Page Formatting */
h2.post-listing-simple {
  font-size:20px;
  margin: 10px 0 20px 0;
  line-height: 115%;
  padding: 15px 10px 15px;
  background-color: #FFFFFF;
}
h2.post-listing-simple a {
  color: #72B456 !important;
}


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

.blog .blog-sidebar {}

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

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

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field {
  margin-bottom: 30px;
}

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
  color: #1b1b1b;
  line-height: normal;
}

/* 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;
  display: inline-block;
  width:100%;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
  position: relative;
  z-index: 2;
  font-family: inherit;
  background: transparent;
  border: 1px solid;
  padding: 16px 20px;
  outline: none;
  color: inherit;
  margin: 0;
  background-color: #f1f1f1;
  border-color: #ccc;
  border-radius: 5px;
  font-size: 16px !important;
}

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 {
  color: inherit;
  background-color: #fff;
}

/* 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{
  /*color: red;*/
  color: #1b1b1b;
  font-size: 15px;
  line-height: 20px;
}
ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
}
.hs-form-required {
  color: red;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */

::placeholder{
  color: #c1c1c1;
  opacity: 1; 
}

/* =============== 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="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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

#comment-form .hs-form:before {
  content: "Leave a Reply";
  display: block;
  margin: 0 0 25px;
  font-size: 30px;
}

/* =============== 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;
  display: inline-block;
  font-family: Ubuntu;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  text-transform: none;
  letter-spacing: 0px;
  position: relative;
  overflow: hidden;
  
  outline: 0;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  line-height: 30px;
  padding: 7px 20px;
  margin: 30px 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  background: linear-gradient(to bottom, #72b456 0%,#4e8039 100%);
  border: none;
  white-space:normal;
}

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

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  background: #4e8039;
}


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

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



.form-title {
  font-family: Inter;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #ffffff;
}

.body-container .widget-type-email_simple_subscription h1 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.1;
}
/*Form Background Styling*/

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form,
.hs-search-field__bar,
.section.post-footer{
  display:block;
  margin: 30px 0;
  background: #f1f1f1;
  padding: 30px;
}

.section.post-footer {
  margin: 0px 0px 30px 0px;
  box-shadow: 0 0 10px rgb(0,0,0,.35);
}

.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.subscription-template .body-container .hs-search-field__bar,
.password-template .body-container .hs-search-field__bar,
.error-template .body-container .hs-search-field__bar,
.landing-page.one-column .body-container .hs-search-field__bar{
  width: 50%;
}

.hs-search-field__bar {
  max-width: 600px;
  width: 100% !important;
}
.hs-search-field__bar form {
  width: 100% !important;
}

.hs-recaptcha {
  display: none;
}

.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  margin: 0 0 30px;
  color: #fff;
  font-size: 30px;
	font-weight: 500;
	line-height: 45px;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
}

[class^="grve-icon-"], [class*=" grve-icon-"] {
  font-family: 'movedo-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-banner-wrapper {
  background-color: #144a65;
  color: #1b1b1b;
  padding-top: 60px;
  position: relative;
  margin-bottom: 60px;
}

.grve-column-wrapper {
  position: relative;
  background-color: rgba(255,255,255,.85);
  padding: 60px 30px 30px;
  z-index: 9;
}

.grve-column-wrapper h1 {
  color: #144a65;
  text-align: center;
}

.grve-background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.hs-banner-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background-position: center center;
}

.custom-subheading-wrapper {
  position: relative;
  color: #1b1b1b;
  padding-bottom: 90px;
  background-color: #f1f1f1;
}

.custom-subheading {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 30px 60px 60px;
}

.custom-subheading p {
  margin: 0;
}
.blog .container-fluid .row-fluid .page-center {
  max-width: 1280px;
}
/* Styles that do not fit into any of the available sections above can go here. */

.blog-sidebar h3 {
  font-family: Ubuntu;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin span.IN-widget {
  vertical-align: top !important;
  margin-top: -4px !important;
}

.hs-blog-social-share .hs-blog-social-share-list {
  line-height: 1;
}

.header-container-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

.custom-banner-area-wrapper {
  background-color: #144a65;
  color: #1b1b1b;
  position: relative;
  margin-bottom: 60px;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: table;
  width: 100%;
  min-height:700px;
}
.custom-banner-area-wrapper > div {
  display: table-cell;
  vertical-align: middle;
}
.custom-banner-area-wrapper::before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: rgba(255,255,255,0.45);
}
.grve-column-wrapper-inner {
  background-color: rgba(255,255,255,.85);
  max-width: 930px;
  padding: 60px 30px;
  position: relative;
  z-index: 1;
}

.grve-column-wrapper-inner h1 {
  font-family: Ubuntu;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  z-index: 1;
  background-color: #72b456;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  left: 0;
  line-height: 40px;
  margin-bottom: 0;
  min-width: 300px;
  position: absolute;
  text-align: center;
  top: 0;
}

.grve-column-wrapper-inner h2 {
  position: relative;
  z-index: 1;
  font-family: Ubuntu;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -3px;
  color: #144a65;
}

.grve-column-wrapper-inner h3 {
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  font-family: Ubuntu;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #1b1b1b;
}

.hs-banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background-attachment: fixed;
}

.grve-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: rgba(255,255,255,0.45);
}

.custom-banner-area-wrapper:after {
  bottom: 15px;
  color: #144a65;
  content: '\f107';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 48px;
  left: 50%;
  margin-left: -.5em;
  position: absolute;
  text-align: center;
  text-rendering: auto;
  width: 1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.subscription-template .body-container .widget-type-email_simple_subscription form h3 {
  color: #fff;
}

.widget-type-email_subscriptions h1{
  letter-spacing: normal; 
}
.blog-sidebar form ul li::before {
  display: none;
}
.blog-sidebar ul {
  list-style: none;
  margin: 0;
  line-height: 30px;
  padding-left: 0;
}

.blog-sidebar ul li {
  margin-bottom: 30px;
}

.blog-sidebar ul li:before {
  content: '\f00c';
  font-family: FontAwesome;
  padding-right: .45em;
  color: #72b456;
  font-size: inherit;
  font-weight: 700;
}
.custom-banner-area-wrapper.no-image::before{
  display:none;
}

.news-blog-listing .body-container.container-fluid {
  padding: 0;
}

.news-blog-listing .custom-news-banner {
  background-color: #000000;
  display: table;
  width: 100%;
  height: 60vh;
  min-height: 200px;
}

.custom-news-banner > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.custom-news-banner h2 {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  text-transform: capitalize;
  line-height: 60px;
  letter-spacing: -1.3px;
  color: #fff;
  margin: 0;
}

.news-blog-listing .container-fluid .row-fluid .page-center.content-wrapper {
  max-width: 1280px;
}

.blog-content {}

.news-blog-listing .blog-content {
  width: 70%;
  float: left;
  padding-right: 30px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.news-blog-listing .blog-sidebar {
  width: 30%;
  padding-left: 20px;
  float: right;
  padding-top: 90px;
  padding-bottom: 90px;
  margin: 0;
  position: relative;
  z-index: 5;
}

.news-blog-listing .blog-listing-wrapper .post-listing .post-item {
  margin: 0  0 60px;
  padding: 0;
  border: 0;
}
.news-blog-listing .blog-listing-wrapper .post-listing .post-item .post-body {
  font-weight: 300;
}
.post-item-inner {
  padding: 5% 12%;
}

ul.post-meta {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px 0;
  list-style: none;
  line-height: 14px;
  font-size: 12px;
  overflow: hidden;
}

ul.post-meta li {
  float: left;
  vertical-align: middle;
  text-transform: capitalize;
  font-size: 11px;
}

ul.post-meta li:not(:last-child):after {
  content: '/';
  opacity: 0.3;
  margin: 0 5px;
}

ul.post-meta li a {
  color: #35c5ce;
  font-size: 20px;
}

ul.post-meta li a:hover {
  color: #144a65;
}

.news-blog-listing .post-header h2 {
  margin-bottom: 18px;
}

.news-blog-listing .post-header h2 a {
  color: #1b1b1b;
  font-family: Ubuntu;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
}

.news-blog-listing .post-header h2 a:hover {
  color: #144a65;
}

.news-blog-listing .body-container.container-fluid {
  padding: 0;
}

.news-blog-listing .custom-news-banner {
  background-color: #000000;
  display: table;
  width: 100%;
  height: 60vh;
  min-height: 200px;
}

.custom-news-banner > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.news-blog-listing .container-fluid .row-fluid .page-center.content-wrapper {
  max-width: 1280px;
}

.news-blog-listing .blog-content {
  width: 70%;
  float: left;
  padding-right: 30px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.news-blog-listing .blog-sidebar {
  width: 30%;
  padding-left: 20px;
  float: right;
  padding-top: 90px;
  padding-bottom: 90px;
  margin: 0;
  position: relative;
  z-index: 5;
}
.post-item-inner {
  padding: 5% 12%;
}

ul.post-meta {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px 0;
  list-style: none;
  line-height: 14px;
  font-size: 12px;
  overflow: hidden;
}

ul.post-meta li {
  float: left;
  vertical-align: middle;
  text-transform: capitalize;
  font-size: 11px;
}

ul.post-meta li:not(:last-child):after {
  content: '/';
  opacity: 0.3;
  margin: 0 5px;
}

ul.post-meta li a {
  color: #35c5ce;
  font-size: 20px;
}

ul.post-meta li a:hover {
  color: #144a65;
}

.news-blog-listing .post-header h2 {
  margin-bottom: 18px;
}

.news-blog-listing .post-header h2 a {
  color: #1b1b1b;
  font-family: Ubuntu;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
}

.news-blog-listing .post-header h2 a:hover {
  color: #144a65;
}

.news-blog-listing .blog-sidebar .hs-search-field__bar {
  margin: 0;
  max-width: 100%;
  padding: 0;
  background: none;
}

.news-blog-listing .blog-sidebar .hs-search-field__bar input {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
  position: relative;
  min-height: 42px;
  z-index: 2;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid;
  padding: 16px 20px;
  outline: none;
  color: inherit;
  margin: 0;
  transition: background-color .5s ease;
  font-size: 25px;
  background-color: #f1f1f1;
  border-color: #ccc;
  width: 100%;
  height: 50px;
  padding-right: 50px;
  margin-bottom: 0;
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;
}

.news-blog-listing .blog-sidebar .hs-search-field__bar input:focus {
  background-color: #fff;
}

.blog-sidebar button {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  position: absolute;
  border: none;
  top: 4px;
  right: 6px;
  padding: 0;
  cursor: pointer;
  z-index: 3;
  outline: 0;
  margin-top: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #144a65;
  color: #ffffff;
}
.blog-sidebar button:hover {
  background-color: #000000;
  color: #ffffff;
}


.news-blog-listing .blog-sidebar .hs-search-field__bar form {
  position: relative;
  display: block;
  max-width: 430px;
  margin: 0 auto;
  color: #1b1b1b;
}

.blog-sidebar button i {
  font-family: 'movedo-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
}

.grve-icon-search:before {
  content: "\e905";
}
.news-blog-listing .blog-sidebar h3 {
  font-family: Ubuntu;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  text-transform: none;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.news-blog-listing .blog-sidebar ul li:before{
  content: none !important;
}
.news-blog-listing.blog .blog-sidebar .widget-span {
  font-family: Ubuntu;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 3.846em;
}
.news-blog-listing .blog-sidebar ul {
  line-height: 30px;
}

.news-blog-listing .blog-sidebar ul li {
  margin-bottom: 18px !important;
}
.news-blog-listing .blog-sidebar ul li:last-child {
  margin-bottom: 0 !important;
}

.news-blog-listing .blog-sidebar ul li a {
  line-height: 1.571em;
  color: #1b1b1b;
}

.news-blog-listing .blog-sidebar ul li a:hover {
  color: #144a65;
}
.news-blog-listing .blog-pagination {
  font-family: Ubuntu !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 25px !important;
  text-transform: none;
  letter-spacing: 0px;
  margin-top: 2.500rem;
  color: #1b1b1b;
  text-align: center;
  line-height: 30px;
}
.news-blog-listing .blog-pagination a {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  text-align: center;
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;
  color: inherit;
  border: 1px solid;
  width: 40px;
  height: 40px;
  line-height: 38px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0.3;
}
.news-blog-listing .blog-pagination a.active,
.news-blog-listing .blog-pagination a:hover {
  opacity: 1;
}
.news-blog-listing .blog-pagination a i{
  font-size: 18px;
  line-height: inherit;
}
.grve-icon-nav-right:before {
  content: "\e903";
}
.grve-icon-nav-left:before {
  content: "\e901";
}
[class^="grve-icon-"], [class*=" grve-icon-"] {
  font-family: 'movedo-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news-blog-post .body-container-wrapper {
  background-color: #f1f1f1;
}

.news-blog-post .body-container-wrapper .body-container {
  padding-bottom: 90px;
}

.news-blog-post .container-fluid .row-fluid .page-center.content-wrapper {
  max-width: 990px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.blog-post-wrapper, .hs-image-widget {
    box-shadow: 0 0 0px rgba(0,0,0,.16);
}

.news-blog-post .blog-sidebar {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  float: left;
}

.sidebar-logo img {
  max-width: 270px;
  display: block;
  margin: 0 auto;
}

.news-blog-post .blog-content {     /*added lots of padding to control width of blog post HS 7/15/2019 */
  width: 100%;
}

.news-blog-post .blog-post-wrapper, .news-blog-post .widget-type-blog_comments, .news-blog-post .media-enquiries {
  float: none;
	margin: 0 auto!important;
	max-width: 990px;
}

.news-blog-post .section.post-header h1 {
  margin-bottom: 15px;
  font-family: Ubuntu;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #1b1b1b;
}

.media-inquiries {
  padding: 30px 40px 2px 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.16);
}

.news-blog-post .section.post-body {
  font-size: 20px;
  line-height: 35px;
  color: #1b1b1b;
  font-weight: 300;
}

.news-blog-post .container-fluid .row-fluid .page-center.content-wrapper > div {
  width: auto;
}

.media-enquiries {
  background: -moz-linear-gradient(45deg, rgba(20,74,101,1) 0%, rgba(63,134,168,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(20,74,101,1) 0%,rgba(63,134,168,1) 100%);
  background: linear-gradient(45deg, rgba(20,74,101,1) 0%,rgba(63,134,168,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144a65', endColorstr='#003f86a8',GradientType=1 );
  padding: 30px 20px 35px;
  /*width: calc(100% + 30px) !important;
  margin-left: -15px !important;*/
}

.media-enquiries h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.media-enquiries p {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
}

.media-enquiries p a {
  color: #35c5ce;
  text-decoration: underline;
}

.media-enquiries p a:hover {
  color: #1ba2aa;
}

.media-enquiries p:last-child {
  margin: 0;
  font-weight: 500;
}

/* HealthVerity listing css */

.custom-blog-listing-title {
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}

.custom-blog-listing-title .page-center {
  max-width: 1280px !important;
}

.grve-title-wrapper {
  position: relative;
}

.grve-title-wrapper h1 {
  background-color: #fff;
  color: #72b456;
  font-size: 40px;
  line-height: 50px;
  margin: 30px 0!important;
  padding: 25px 30px;
  letter-spacing: -1px;
  font-family: Ubuntu;
  font-weight: 300;
  font-style: normal;
}

.news-blog-listing #custom-blog-content-wrapper {
  position: relative;
  background-color: #f0f0f0;
  padding-bottom: 90px;
  color: #1b1b1b;
}

.news-blog-listing #custom-blog-content-wrapper .page-center.content-wrapper > div > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.news-blog-listing #custom-blog-content-wrapper .blog-content {
  float: left;
  position: relative;
  width: 66.66666667%;
  padding: 0 15px;
}

.news-blog-listing #custom-blog-content-wrapper .blog-sidebar {
  width: 33.33333333%;
  float: left;
  position: relative;
  padding: 0 15px;
}

.news-blog-listing .widget-span .custom-media-enquiries {
  position: relative;
  background: #f1f1f1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144a65', endColorstr='#003f86a8',GradientType=1 );
  padding: 30px 20px 35px;
}

.news-blog-listing .custom-media-enquiries h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 30px;
}

.news-blog-listing .custom-media-enquiries p {
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
}

.news-blog-listing .custom-media-enquiries a {
  text-decoration: underline;
  word-break: break-word;
}

.news-blog-listing .custom-media-enquiries p + p {
  font-weight: 500;
}
.news-blog-listing .custom-media-enquiries p:last-child{
  margin-bottom: 0;
}

.news-blog-listing .blog-listing-wrapper .post-listing .post-item {
  display: block;
  margin-bottom: 5px;
  position: relative;
}

.news-blog-listing .post-item .grve-blog-item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-blog-listing .post-item .grve-post-meta {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  line-height: 14px;
  font-size: 12px;
  left: 30px;
  margin: 0;
  position: absolute;
  top: 15px;
}

.news-blog-listing .post-item .grve-post-meta li {
  float: left;
  vertical-align: middle;
  text-transform: capitalize;
  color: #72b456;
  font-size: 15px;
  font-style: italic;
  line-height: 30px;
  font-weight: 300;
}

.news-blog-listing .blog-listing-wrapper .post-listing .post-item a {
  background-color: #fff;
  display: block;
  padding: 60px 30px 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: all .5s ease;
  width: 100%;
}

.news-blog-listing .blog-listing-wrapper .post-listing .post-item h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #1b1b1b;
}

.news-blog-listing .blog-listing-wrapper .post-listing .post-item a:hover {
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.news-blog-listing .blog-listing-wrapper .post-listing .post-item 
.articleBody {
  color: #72b456;
  font-size: 15px;
  font-style: italic;
  line-height: 30px;
  position: absolute;
  right: 30px;
  top: 15px;
  font-weight: 300;
  font-family: ubuntu;
  letter-spacing: normal;
}

.news-blog-listing .blog-listing-wrapper .post-listing .post-item .articleBody p {
  margin: 0;
}

.news-blog-listing .custom-listing-pagination {
  margin: 15px 0 10px;
}

.news-blog-listing .custom-listing-pagination a {
  padding-right: 15px;
  display: block;
}

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

@media (min-width: 769px){
  .no-banner #custom-header-wrapper{
    height: 80px;
  }
  .scroll-header.no-banner #custom-header-wrapper,
  .scroll-header #custom-header{
    height: 60px;
  }

  .scroll-header #custom-header-wrapper {
    background-color: rgba(255,255,255,1);
    border-color: rgba(241,241,241,1);
  }

  .scroll-header .widget-span .custom-logo {
    height: 60px;
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 60px;
  }

  .custom-mobile-trigger-wrapper,
  #custom-mobile-menu-wrapper{
    display: none !important; 
  }

  .widget-span .custom-copyright{    
    padding-right: 0; 
  }
}

@media (max-width: 1340px) {
  .news-blog-listing .container-fluid .row-fluid .page-center.content-wrapper {
    width: 90%;
    max-width: 1280px;
  }
  .news-blog-post .container-fluid .row-fluid .page-center.content-wrapper {
    width: 90%;
  }
  .sidebar-logo img {
    width: 100% !important;
    vertical-align: middle;
  }
}

@media (max-width: 1230px){
  .container-fluid .row-fluid .page-center{
    width: 90%;
    max-width: 1170px;
  }
  .blog .container-fluid .row-fluid .page-center {
    width: 90%;
    max-width: 1170px;
  }
}


@media (max-width: 1200px){
  h1{
    font-size: 60px;
    line-height: 1em;
  }
  h2{
    font-size: 45px;
    line-height: 1.4em;
  }
  h3{
    font-size: 23px;
    line-height: 1.8em;
  }
  h4{
    font-size: 23px;
    line-height: 1.8em;
  }
  h5{
    font-size: 23px;
    line-height: 1.8em;
  }
  h6{
    font-size: 23px;
    line-height: 1.8em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.solutions ul {
    width: 483px!important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a, .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 14px;
  }

  /*.custom-menu-primary .hs-menu-wrapper>ul ul li>a:after {
    font-size: 18px;
  }*/

  #custom-header .page-center {
    position: unset;
  }

  .custom-banner-wrapper{
    padding-top: 48px; 
  }
  .custom-subheading-wrapper{
    padding-bottom: 72px;
  }
  .custom-banner-area-wrapper {
    padding-top: 267px;
    padding-bottom: 267px;
  }

  .grve-column-wrapper-inner h2 {
    font-size: 90px;
    line-height: 1em;
  }
  .news-blog-listing .post-header h2 a {
    font-size: 45px;
    line-height: 1.4em;
  }
  .news-blog-listing .blog-sidebar, 
  .news-blog-listing .blog-content {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .custom-news-banner h2 {
    font-size: 43px;
    line-height: 1.25em;
  }
  .news-blog-post .section.post-header h1 {
    font-size: 45px;
    line-height: 1.4em;
  }
  .news-blog-post .body-container-wrapper .body-container {
    padding-top: 48px;
    padding-bottom: 72px;
  }
}

.post-item:last-child .post-item-inner {
  padding-bottom: 0;
}

/*@media (max-width: 1080px) {
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:before {
    background-size: 125px !important;
    height: 125px;
  }
}*/

@media only screen and (min-width: 1025px) {
  #custom-copyright-wrapper {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1024px) {
  span.copyright-dsktp {
    display: none;
    visibility: hidden;
  }
  
  #custom-footer #custom-copyright-wrapper .page-center {
    padding-top: 5px;
  }
  
  #custom-copyright-wrapper {
    color: #fff;
    text-align: center;
  }
  
  #custom-copyright-wrapper p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .news-blog-listing .blog-sidebar, 
  .news-blog-listing .blog-content {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .news-blog-listing .blog-sidebar {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-blog-listing.blog .blog-sidebar > div:last-child > div .widget-span {
    margin-bottom: 0;
  }
}

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

@media (max-width: 959px) {
  .blog-sidebar h3 {
    font-size: 40px;
    line-height: 1.2;
  }
  .news-blog-post .section.post-header h1 {
    font-size: 40px;
    line-height: 1.4em;
  }
  .form-title {
    font-size: 40px;
    line-height: 1.3;
  }
  h1{
    font-size: 60px;
    line-height: 1em;
  }
  h2{
    font-size: 40px;
    line-height: 1.4em;
  }
  h3{
    font-size: 20px;
    line-height: 1.8em;
  }
  h4{
    font-size: 20px;
    line-height: 1.8em;
  }
  h5{
    font-size: 20px;
    line-height: 1.8em;
  }
  h6{
    font-size: 20px;
    line-height: 1.8em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 0 .5em;
    padding: 0 .5em;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
	  padding-right: .5em;
  }

  /*.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding-left: 1.5em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li>a:after {
    line-height: 24px;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:before {
    background-size: 100px !important;
    height: 100px;
  }*/

  .custom-banner-area-wrapper {
    padding-top: 279px;
    padding-bottom: 279px;
  }

  .grve-column-wrapper-inner h2 {
    font-size: 80px;
    line-height: 1em;
  }
  .news-blog-listing .post-header h2 a {
    font-size: 40px;
    line-height: 1.4em;
  }
  .custom-news-banner h2 {
    font-size: 38px;
    line-height: 1.25em;
  }
  .news-blog-listing .blog-content {
    width: 90%;
    margin: 0 auto !important;
  }
}

@media (max-width: 777px) and (min-width: 769px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a {
    padding-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding-left: 1em;
  } 
}


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

@media (max-width: 768px){
  #custom-copyright-wrapper {
    position: relative;
    z-index: 3;
    color: #ffffff;
    background-color: rgba(20,74,101,1);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #custom-footer #custom-copyright-wrapper .page-center {
    padding: 0;
  }

  #custom-footer #custom-copyright-wrapper .page-center > div > div {
    margin: 0;
  }

  .widget-span .custom-mobile-copyright {
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
  }

  .custom-mobile-copyright p {
    margin: 0;
  }

  #custom-footer .page-center {
    padding-bottom: 5px;
  }

  .custom-copyright p span,
  .custom-mobile-copyright{
    display: none;
  } 

  .custom-banner-wrapper{
    padding-top: 36px; 
  }

  .custom-subheading-wrapper{
    padding-bottom: 54px; 
  }

  .news-blog-listing .custom-media-enquiries a {
    white-space: normal;
    word-break: break-word;
  }

  .news-blog-listing #custom-blog-content-wrapper .blog-content {
    width: 100%;
    float: none;
  }

  .grve-title-wrapper h1 {
    font-size: 40px;
    line-height: 60px;
  }

  .news-blog-listing #custom-blog-content-wrapper .blog-sidebar {
    width: 100%;
    padding-top: 30px;
    float: none;
    display: block;
  }

  .news-blog-listing #custom-blog-content-wrapper {
    padding-bottom: 54px;
  }

  .news-blog-listing .custom-media-enquiries p {
    margin-bottom: 25px;
  }

}

@media only screen and (min-width: 768px) {
  span.terms-mobile {
	  display: none;
	  visibility: hidden;
  }
}

@media (max-width: 767px) {
  .news-blog-post .blog-sidebar, .news-blog-post .blog-content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-blog-post .body-container-wrapper .body-container {
    padding-bottom: 54px;
    padding-top: 36px;
  }
  .news-blog-post .section.post-header h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .news-blog-post .section.post-body {
    font-size: 15px;
    line-height: 25px;
  }
  .hs-search-field__bar {
    max-width: 100%;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
  }
  .subscribe-options label {
    margin: 0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
  }
  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  } 
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }	
  .section.post-body img {
    float: none !important;
    /*display: block !important;*/
    margin: 15px auto !important;
  }
  h1{
    font-size: 60px;
    line-height: 1em;
  }
  h2{
    font-size: 38px;
    line-height: 1.4em;
  }
  h3{
    font-size: 19px;
    line-height: 1.8em;
  }
  h4{
    font-size: 19px;
    line-height: 1.8em;
  }
  h5{
    font-size: 19px;
    line-height: 1.8em;
  }
  h6{
    font-size: 19px;
    line-height: 1.8em;
  }

  .widget-span .custom-mobile-menu:before{
    font-size: 30px;
    line-height: 40px; 
  }
  .custom-mobile-menu .hs-menu-wrapper>ul>li>a,
  .custom-mobile-menu .hs-menu-wrapper>ul>li>a:after{
    font-size: 15px;
    line-height: 20px; 
  }
  .widget-span .custom-logo{
    margin-left: -75px !important; 
  }
  #custom-copyright-wrapper {
    padding-top: 15px;
  }

  .widget-span .custom-mobile-copyright {
    font-size: 12px;
    line-height: 25px;
  }

  #custom-footer .page-center {
    padding-bottom: 0;
  }

  .widget-span .custom-copyright {
    display: none;
  }

  .widget-span .custom-social-icon-wrapper {
    width: 100%;
  }

  .menu-footer-menu-container {
    font-size: 12px;
    line-height: 25px;
  }

  #menu-footer-menu {
    text-align: center;
  }

  #menu-footer-menu li a.social-media {
    font-size: 16px;
    width: 16px;
  }

  #menu-footer-menu li a.linkedin {
    font-size: 15px;
    width: 15px;
  }

  #menu-footer-menu li a.medium {
    font-size: 14px;
    width: 14px;
  }

  .custom-mobile-copyright a {
    color: #ffffff;
  }

  .custom-mobile-copyright a:hover {
    color: #72b456;
  }

  .body-container-wrapper {
    font-size: 20px;
    line-height: 35px;
  }

  .custom-subheading p {
    font-size: 25px;
    line-height: 45px;
  }

  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin span.IN-widget {
    margin-top: 0 !important;
  }

  .custom-banner-area-wrapper {
    padding-top: 284.5px;
    padding-bottom: 284.5px;
  }

  .grve-column-wrapper-inner h2 {
    font-size: 75px;
    line-height: 1em;
  }

  .grve-column-wrapper-inner h3 {
    font-size: 38px;
    line-height: 1.4em;
  }
  .custom-news-banner h2 {
    font-size: 36px;
    line-height: 1.25em;
  }
  .post-item-inner {
    padding: 5% 0;
  }
  .news-blog-listing .blog-content {
    padding: 54px 0;
  } 
  .news-blog-listing .post-header h2 a,
  .news-blog-listing .post-header h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .news-blog-listing .body-container.container-fluid {
    font-size: 15px;
    line-height: 25px;
  }

  .grve-title-wrapper h1 {
    margin: 20px 0 15px!important;
    padding: 15px;
    font-size: 30px;
    line-height: 45px;
  }

  .news-blog-listing .post-item .grve-post-meta {
    left: 15px;
  }

  .news-blog-listing .post-item .grve-post-meta li {
    font-size: 12px;
    line-height: 20px;
  }

  .news-blog-listing .blog-listing-wrapper .post-listing .post-item a {
    padding: 45px 15px 15px;
  }

  .news-blog-listing .blog-listing-wrapper .post-listing .post-item h2 {
    font-size: 20px;
    line-height: 35px;
  }

  .news-blog-listing .blog-listing-wrapper .post-listing .post-item .articleBody {
    right: 15px;
    font-size: 12px;
    line-height: 20px;
  }
  .news-blog-listing .custom-media-enquiries h4, .media-enquiries h4, .section.post-footer .hs-form:before {
    font-size: 25px;
    line-height: 35px;
  }

  .news-blog-listing .custom-media-enquiries p, .media-enquiries p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }

}  

@media (max-width: 500px){
  .blog .grve-column-wrapper h2 {
    font-size: 40px;
  } 
}

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

@media (max-width: 479px) {
  .grecaptcha-badge {
    width: auto !important;
    overflow: auto;
    max-width: 256px;
    overflow-x: hidden;
  }
  .blog .custom-banner-area-wrapper .grve-column-wrapper-inner h2 {
    font-size: 40px;
  }
  h1{
    font-size: 50px;
    line-height: 1em;
  }
}


@media (max-width: 370px){
  .custom-banner-area-wrapper {
    padding-top: 103.5px;
    padding-bottom: 103.5px;
  }
  .grve-column-wrapper-inner h1 {
    min-width: auto;
    padding: 0 30px;
  }
  .grve-column-wrapper-inner h2 {
    font-size: 50px;
    line-height: 1em;
  }
}