/* ==========================================================================
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                                            
========================================================================== */
.page-center {
  width: 100%;
}

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

/*@import url('https://cloud.typenetwork.com/projects/3913/fontface.css');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');


@font-face {
  font-family: "PoynterOSDisp Roman";
  src: url("https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/PoynterOSDisp%20Roman/PoynterOSDisp%20Roman.eot");
  /* IE9*/
  src: url("https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/PoynterOSDisp%20Roman/PoynterOSDisp%20Roman.eot#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/PoynterOSDisp%20Roman/PoynterOSDisp%20Roman.woff2") format("woff2"),
    /* chrome、firefox */
    url("https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/PoynterOSDisp%20Roman/PoynterOSDisp%20Roman.woff") format("woff"),
    /* chrome、firefox */
    url("https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/PoynterOSDisp%20Roman/PoynterOSDisp%20Roman.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/PoynterOSDisp%20Roman/PoynterOSDisp%20Roman.svg#PoynterOSDisp%20Roman") format("svg");
  /* iOS 4.1- */
}

@font-face {
  font-family: "Poynter Oldstyle Disp Semi Bd";
  font-display: swap;
  font-weight: normal !important;
  font-style: normal;

  /* Backup Created by Umair Khan - [07/01/2023] */
  /*
  src: url("https://cloud.typenetwork.com/projectLicenseWeb/19269/fontfile/eot/?3a5627c1d88e6fe0c85d12c1541c55b28f6e4399");
  src: url("https://cloud.typenetwork.com/projectLicenseWeb/19269/fontfile/eot/?3a5627c1d88e6fe0c85d12c1541c55b28f6e4399#iefix") format("embedded-opentype"),
  url("https://cloud.typenetwork.com/projectLicenseWeb/19269/fontfile/woff2/?3a5627c1d88e6fe0c85d12c1541c55b28f6e4399") format("woff2"),
  url("https://cloud.typenetwork.com/projectLicenseWeb/19269/fontfile/woff/?3a5627c1d88e6fe0c85d12c1541c55b28f6e4399") format("woff");
  */

  /* Backup Created by Umair Khan - [07/01/2023] */
  /*
  src: url("https://cloud.typenetwork.com/projectLicenseWeb/19269/fontfile/eot/");
  src: url("https://cloud.typenetwork.com/projectLicenseWeb/19269/fontfile/eot/#iefix") format("embedded-opentype"),
    url("https://cloud.typenetwork.com/projectLicenseWeb/19269/fontfile/woff2/") format("woff2"),
    url("https://cloud.typenetwork.com/projectLicenseWeb/19269/fontfile/woff/") format("woff");
  */
  
  
  src: url("//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/raw_assets/public/Dialogue_May2020%20Theme/Code%20Files/Poynter-Oldstyle-Display-Semi-Bold/PoynterOSDisp-Semibold.eot");
  src: url("//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/raw_assets/public/Dialogue_May2020%20Theme/Code%20Files/Poynter-Oldstyle-Display-Semi-Bold/PoynterOSDisp-Semibold.eot#iefix") format("embedded-opentype"),
    url("//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/raw_assets/public/Dialogue_May2020%20Theme/Code%20Files/Poynter-Oldstyle-Display-Semi-Bold/PoynterOSDisp-Semibold.woff2") format("woff2"),
    url("//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/raw_assets/public/Dialogue_May2020%20Theme/Code%20Files/Poynter-Oldstyle-Display-Semi-Bold/PoynterOSDisp-Semibold.woff") format("woff"),
    url("//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/raw_assets/public/Dialogue_May2020%20Theme/Code%20Files/Poynter-Oldstyle-Display-Semi-Bold/PoynterOSDisp-Semibold.svg") format("svg"),
    url("//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/raw_assets/public/Dialogue_May2020%20Theme/Code%20Files/Poynter-Oldstyle-Display-Semi-Bold/PoynterOSDisp-Semibold.ttf") format("truetype");
  
}

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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/*  */


/* ==========================================================================
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 !important;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  color: #212120;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 400 !important;  
  overflow-x: hidden;
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
}

.body-container-wrapper {
  overflow: hidden;
  width: 100%;
  /*     overflow-x: hidden !important; */
}

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

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

::selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}


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

/* Basic text */
p {
  font-size: 18px;
  line-height: 28px;
  margin: 16px 0 0;
}

small {}

strong {}

em {}

cite {}

code {}

pre {}

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

sup {
  vertical-align: super;
  font-size: smaller;
  top: 0;
}

sub {
  bottom: -0.25em;
}

/* Headings */
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

h1 {
  font-size: 72px;
  line-height: 80px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  /*font-weight: bold;*/
  font-weight: 400 !important;
  margin-bottom: 16px;
  color: #212120;
}

h2 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  color: #212120;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400 !important;
}

h3 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  color: #212120;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400 !important;
}

h4 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  color: #212120;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400 !important;
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400 !important;
  color: #212120;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400 !important;
  color: #212120;
  margin-top: 0;
  margin-bottom: 0;
}

/* Anchor Links */
a {
  color: #DD7146;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}

a:hover {
  color: #212120;
}


/* Lists */
ul,
ol {}

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

li {}

/* Block Quotes */
blockquote {}

blockquote p {}

blockquote small {}

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


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

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

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

#hs-eu-cookie-confirmation-inner p {}

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

a#hs-eu-confirmation-button {}


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


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

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

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


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

.header-container-wrapper {
  min-height: 71px;
  /*   border-bottom: solid 1px #212020; */
}

.custom-header-group.new-header {
  padding-bottom: 0px;
}

.new-header .custom-logo a {
  margin-right: 0px;
}

.header-no-border .header-container-wrapper {
  border: 0 !important;
}

.header-container {}

.custom-header-group {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  padding: 16px 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  transition-duration: .15s;
  transition-property: background-color, box-shadow;
  z-index: 800;
  color: #7e79a3;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #fff;
  min-height: 74px !important;
}

.scroll-header .custom-header-group {
  background-color: #FFFFFF;
  box-shadow: rgba(83, 79, 112, 0.1) 0px 8px 16px 0px, rgba(83, 79, 112, 0.1) 0px 16px 48px 0px;
}

.custom-logo a {
  color: #7E79A3 !important;
  float: left;
  width: 170px;
  height: 32px;
  background-size: 100% 100%;
  background-position: center;
  margin-top: 6px;
  margin-right: 48px;
}

.modal {
  background-color: rgba(33, 33, 33, 0.75);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  overflow-y: auto;
}

.title--small {
  color: #212120 !important;
}

/* form.hs-form fieldset .hs-form-field>label {
  font-weight
} */

.modal .hs-form-required {
  display: none;
}

.modal .hs-button.primary {
  width: 100%;
}

.hs-field-desc {
  font-size: 12px;
  font-weight: 400;
}

.modal__window {
  display: block;
  background-color: #FFFFFF;
  padding: 48px;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
}

.modal__window {
  position: relative;
  max-width: 552px;
  border-radius: 5px;
  box-shadow: rgba(83, 79, 112, 0.1) 0px 8px 16px 0px, rgba(83, 79, 112, 0.1) 0px 16px 48px 0px;
}

.modal__close {
  position: absolute;
  top: 56px;
  right: 56px;
  width: 16px;
  height: 16px;
  background-image: url(//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/icon-close.svg);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition-duration: .2s;
  transition-property: transform;
}

.c--primary {
  color: #FFEFE2;
}

.modal__header-details {
  display: inline-block;
  max-width: 90%;
}

.fw--2 {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.fw--3 {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.mt--3 {
  margin-top: 24px;
}

.title {
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  white-space: normal;
}

.title--small {
  font-size: 24px;
  line-height: 32px;
}

.paragraph {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  white-space: normal;
  margin-top: 0;
}

.mb--3 {
  margin-bottom: 24px;
}

.mb--1 {
  margin-bottom: 8px;
}

.mt--2 {
  margin-top: 16px;
}

.modal form {
  margin-top: 25px;
}

.modal__close:hover {
  transform: scale(1.2);
}

.show-form {
  overflow: hidden;
}

.c--primary {
  color: #FFEFE2;
}

.fw--2 {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.mb--6 {
  margin-bottom: 48px;
}

.w--1 {
  width: 100%;
}

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

.c--secondary {
  color: #7E79A3;
}

.mx--auto {
  margin-left: auto;
  margin-right: auto;
}

.mt--12 {
  margin-top: 96px;
}

.page-wrapper {
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), #FFEFE2;
}

.page-wrapper .get-in-inner {
  background: unset !important;
}

.page-wrapper .get-in-copy {
  padding-right: 60px;
  border-top: solid 4px #212020;
}

.page-wrapper .get-in-copy a.primary-cta {
  border: 1px solid #212020;
  transition: all .5s ease;
}

.page-wrapper .get-in-copy a.primary-cta:hover {
  background: transparent;
  color: #212120;
}

.page-wrapper .mb-60 {
  margin-bottom: 126px;
}

.style3 .get-in-copy {
  font-size: 42px;
}

.page-wrapper .get-in-copy .heading {
  display: block;
  font-size: 42px;
  line-height: 50px;
}

.header-container .globe_class {
  background-image: none;
}

.header-container .lang_list_class {
  display: block;
  top: 0;
  padding: 0;
  margin: 0;
  left: auto;
  transform: none;
  text-align: initial;
  position: relative;
}

.header-container .globe_class {
  width: 100%;
  height: 100%;
}

.header-container .lang_switcher_class {
  position: relative;
  display: block;
}

.header-container .lang_list_class:before {
  content: none;
}

.header-container .lang_list_class:after {
  content: none;
}

.header-container .lang_list_class>li {
  padding: 0;
  border: 0;
  background: transparent;
  color: #7E79A3;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.header-container .lang_list_class li.active {
  position: relative;
}

ul.wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
  display: none;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 RGBA(83, 79, 112, 0.1), 0 8px 24px 0 RGBA(83, 79, 112, 0.1);
}

ul.wpml-ls-sub-menu li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.wpml-ls-sub-menu li>a {
  color: #7E79A3;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 24px;
  border: none;
  border-radius: 5px;
  transition-duration: .2s;
  transition-property: background-color;
  background-color: #fff;
  display: block;
  padding: 5px 10px;
}

.lang_list_class li {
  background: transparent;
}

ul.wpml-ls-sub-menu li>a:hover {
  color: #534F70;
  background-color: RGBA(126, 121, 163, 0.03);
}

.header-container .lang_list_class li:first-child,
.header-container .lang_list_class li:last-child {
  padding: 0;
  border: none;
  line-height: 1;
  font-size: 13px;
}

.header-container .lang_list_class>li:hover>a {
  color: #534F70;
}

.header-container .lang_list_class>li:hover>ul.wpml-ls-sub-menu {
  visibility: visible;
  display: block;
}

.header-container .lang_list_class>li {
  display: none;
}

.header-container .lang_list_class>li.active {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.header-container .lang_list_class li.En a.lang_switcher_link:before {
  content: 'EN';
  margin-right: 4px;
}

.header-container .lang_list_class li.De>a.lang_switcher_link:before {
  content: 'DE';
  margin-right: 4px;
}

.header-container .lang_list_class li.Fr>a.lang_switcher_link:before {
  content: 'FR';
  margin-right: 4px;
}

.header-container .lang_list_class>li>a {
  color: #7e79a3;
  color: #7E79A3;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
}

.header-container span.disable {
  display: none;
}

.header-container .lang_list_class>li.active>a:after {
  display: inline-block;
  position: relative;
  top: -2px;
  border: solid #53506F;
  padding: 2px;
  border-width: 0 2px 2px 0;
  margin-left: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: middle;
  transition-duration: .25s;
  transition-property: transform;
  content: " ";
}

.header-container .lang_list_class>li>a:hover {
  color: #534F70;
}

.header-container .lang_list_class>li.active:hover>a.lang_switcher_link:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  top: 0px;
}

.header-container .lang_list_class:hover>li {
  display: block;
}

.header-container .lang_list_class:hover>li>a {
  background-color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  transition-duration: .2s;
  transition-property: background-color;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}



.header-container .lang_list_class:hover>li.active>a {
  background: transparent;
}

.header-container .lang_list_class:hover>li {
  display: block;
}

.no_nav_footer .custom-copyright-wrapper {
  padding-top: 0;
  padding-bottom: 24px;
  border-top: none;
  margin-top: 0;
}

.hs-press-layout .custom-banner h1 {
  font-weight: 400;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
}

.no_nav_footer .custom-footer-social {
  display: none;
}

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

.body-container-wrapper {}

.body-container {}

.body-container .page-center {}

.custom-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 75vh;
  color: #FFFFFF;
  /*   padding-top: 168px; */
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-banner.no-image {
  min-height: 408px;
  color: #534F70;
  background-color: #F9F7FA;
}

.custom-banner.no-image:after,
.custom-banner.no-image:before {
  content: none;
}

.banner-category {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0 0 24px;
  margin-top: 0;
  color: #FFFFFF;
}

.custom-banner:after {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 79, 112, 0.45);
  border-radius: 3px;
  z-index: 2;
  content: "";
  display: block;
}

.custom-banner:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 110, 65, 0.5);
  mix-blend-mode: hard-light;
  border-radius: 0;
  z-index: 1;
  content: "";
  display: block;
}

.custom-banner .page-center {
  z-index: 3;
  position: relative;
  text-align: center;
}

.banner-content {
  max-width: 555px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;

}

.custom-learn-btn {
  cursor: pointer;
}

.custom-banner h1 {
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  white-space: normal;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
  color: inherit;
}

.custom-banner.for-contact h1 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.custom-banner.no-image p {
  color: #7E79A3;
}

.custom-banner p {
  margin: 0;
}

.custom-banner p a {
  color: #7E79A3;
}

.custom-banner p a:hover {
  color: #008deb;
}

.custom-banner-hero-image {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: url(//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/safe_gray.svg#grayscale);
  filter: gray;
  filter: grayscale(100%);
}

.content-wrapper {
  padding-top: 96px;
  padding-bottom: 96px;
}

.modal p {
  font-family: 'Roboto', sans-serif;
}

.main-content {}

.sidebar {}

.sidebar.right {}

.sidebar.left {}

.custom-bottom-pane-section {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  background-color: #463A60;
  color: #FFFFFF;
}

.custom-bottom-pane-inner {
  display: inline-block;
  padding-top: 96px;
  padding-bottom: 96px;
  max-width: 744px;
}

.custom-bottom-pane-inner-top-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 552px;
}

.custom-bottom-pane-inner-top-section h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: normal;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
}

.custom-bottom-pane-inner-top-section p {
  opacity: .75;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
}

.custom-blue-btn {
  cursor: pointer;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  font-family: 'Poynter Oldstyle Disp Semi Bd', serif;
  font-weight: 400;
  border-radius: 30px;
  outline: 0;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
  color: #212120;
  background-color: #DD7146;
  border: 1px solid #DD7146;
  transition: linear .4s;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
}

.custom-blue-btn:hover {
  background-color: #212120;
  border-color: #212120;
  color: #FFEFE2;
}

.benefit-item {
  width: 23%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 72px;
  padding-left: 8px;
  padding-right: 8px;
}

.benefit-item:first-of-type,
.benefit-item:nth-child(4n + 1) {
  margin-left: 0;
}


.partnerships-feature-image {
  display: inline-block;
  width: 168px;
  height: 128px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

.benefit-item h3 {
  font-size: 24px;
  line-height: 32px;
  color: #534F70;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  white-space: normal;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.benefit-item p {
  margin: 0;
}

.hs-partner-row1 {
  padding-top: 96px;
  padding-bottom: 25px;
}

.custom-section-header {
  margin-bottom: 48px;
  text-align: center;
}

.custom-section-header h1 {
  font-size: 32px;
  line-height: 40px;
  white-space: normal;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
  margin-top: 0;
  margin-bottom: 0;
}

.custom-logo-group-wrapper {
  text-align: center;
}

.custom-logo-item {
  display: inline-block;
  width: 168px;
  height: 96px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 6px;
  margin-right: 6px;
  background-size: contain;
}

.hs-partner-page .custom-banner {
  min-height: 560px;
}

.hs-partner-page .custom-banner.advanced-banner .page-center {
  text-align: left;
}

.custom-banner p+p {
  margin-top: 17px;
}

.banner-btn {
  padding-top: 1px;
}

.hs-partner-row2 .custom-section-header {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
}

.hs-partner-row2 form {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
}

.hs-partner-row2 form .hs-form-required {
  display: none;
}

.hs-partner-row2 form .hs-input {
  max-width: 100% !important;
}

.hs-partner-row2 form.hs-form fieldset .hs-form-field {
  padding: 0;
}

.hs-partner-row2 form input.hs-button.primary.large {
  margin: 0;
  max-width: 100%;
}

.hs-partner-row2 .actions {
  margin-top: 30px;
}

.hs-partner-row3 {
  margin-top: 96px;
  padding-bottom: 96px;
}

.page__section--py {
  padding-top: 96px;
  padding-bottom: 96px;
}

.testimonials-section .order {
  display: none;
}

.testimonials {
  display: inline-block;
  max-width: 744px;
  width: 100%;
}

.testimonials__profiles {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}

.testimonials__profile--active {
  cursor: pointer;
}

.testimonials__profile {
  display: inline-block;
  margin-left: 24px;
  margin-right: 24px;
}

.testimonials__profile-image {
  width: 64px;
  height: 64px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  opacity: .5;
  transition-duration: .2s;
  transition-property: box-shadow opacity transform;
}

.testimonials__profile--active .testimonials__profile-image {
  box-shadow: 0 8px 16px 0 RGBA(83, 79, 112, 0.1), 0 16px 48px 0 RGBA(83, 79, 112, 0.1);
  opacity: 1;
  transform: scale(1.45);
}

.paragraph--small {
  font-size: 18px;
  line-height: 24px;
  color: #FFEFE2;
}

.roi-section-title h2,
.roi-subtitle {
  color: #FFEFE2;
}

.roi-section-title h2 {
  margin-bottom: 5px;
}

.roi-subtitle {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 58px;
}

.testimonials__profile:hover:not(.testimonials__profile--active) {
  cursor: pointer;
}

.testimonials__profile:hover:not(.testimonials__profile--active) .testimonials__profile-image {
  box-shadow: 0 8px 16px 0 RGBA(83, 79, 112, 0.1), 0 16px 48px 0 RGBA(83, 79, 112, 0.1);
  opacity: 1;
  transform: scale(1.25);
}

.testimonials__quote {
  display: inline-block;
  width: 22px;
  height: 18px;
  background-size: cover;
  background-position: center;
}

.custom-join-our-team-wrapper {
  width: 100%;
}

.custom-join-our-team-group h1 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
}

.custom-join-our-team-top {
  max-width: 552px;
  margin-bottom: 48px;
}

.custom-join-our-team-member {
  display: inline-block;
  position: relative;
  width: 168px;
  height: 216px;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-right: 15px;
  overflow: hidden;
  transition-duration: .1px;
  transition-property: box-shadow;
  transition-timing-function: ease-in-out;
  box-shadow: 0 2px 4px 0 RGBA(83, 79, 112, 0.1), 0 4px 8px 0 RGBA(83, 79, 112, 0.1);
}

.custom-join-our-team-member::before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(156, 151, 189, 0.55);
  mix-blend-mode: hard-light;
  border-radius: 3px;
  z-index: 1;
  content: "";
}

.custom-join-our-team-member:first-of-type {
  margin-left: 0;
}

.custom-join-our-team-member-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: url(//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/safe_gray.svg#grayscale);
  filter: gray;
  filter: grayscale(100%);
}

.custom-join-our-team-member-details {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 3px;
  transition-duration: .1s;
  transition-property: top;
  transition-timing-function: ease-in-out;
  z-index: 2;
}

.mt--3 {
  margin-top: 24px;
}

.custom-join-our-team-member-details h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 16px 0 16px;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #534F70;
}

.custom-join-our-team-member-details p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 0 16px 16px 16px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.custom-join-our-team-member.last-col .custom-join-our-team-member-details {
  top: 0;
  background-color: #1FA5FF;
}

.custom-join-our-team-member.last-col .custom-join-our-team-member-details h3 {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.custom-join-our-team-member-credentials {
  margin-top: -210px;
}

.custom-join-our-team-member-credentials-button {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
}

.custom-join-our-team-member:hover,
.custom-join-our-team-member:focus {
  box-shadow: 0 8px 16px 0 RGBA(83, 79, 112, 0.1), 0 16px 48px 0 RGBA(83, 79, 112, 0.1);
}

.custom-join-our-team-member:hover .custom-join-our-team-member-details,
.custom-join-our-team-member:focus .custom-join-our-team-member-details {
  top: 0;
}

.custom-career-row1 {
  background-color: #F9F7FA;
  padding: 96px 0;
}

.custom-career-row1 .hs_cos_wrapper_type_rich_text {
  max-width: 552px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.custom-career-row1 .hs_cos_wrapper_type_rich_text h5 {
  margin: 0;
}

.custom-career-row5 .page-center {
  padding-left: 15px;
  padding-right: 25px;
}

.custom-full-width-image img {
  width: 100% !important;
}

.custom-career-row2 {
  padding: 96px 0;
}

.custom-career-row2 .custom-section-header p {
  margin: 7px auto 0px;
  max-width: 744px;
  padding-bottom: 1px;
}

.custom-career-row2 .custom-logo-item {
  background-size: cover;
}

.custom-career-row3 {
  padding-bottom: 96px;
}

.custom-career-row3 .page-center {
  max-width: 1176px !important;
}

.custom-career-row3 .custom-section-header {
  text-align: left;
  max-width: 552px;
}

.custom-content-top-image-item {
  position: relative;
  max-width: 264px;
  min-height: 271px;
  background-color: #F3F0F5;
  border-radius: 5px;
  padding: 24px 24px 0 24px;
  margin-bottom: 24px;
  margin-right: 24px;
  vertical-align: top;
  display: inline-block;
  width: auto;
}

.custom-content-top-image-item .custom-top-image img {
  width: 24px;
}

.custom-content-top-image-item .custom-bottom-content h2 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  margin: 16px 0 8px;
  color: #534F70;
}

.custom-content-top-image-item .custom-bottom-content p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #7E79A3;
}

.custom-content-top-image-item .custom-top-image {
  padding-bottom: 8px;
}

.custom-career-row4 .page-center {
  padding: 96px 0;
  border-top: 1px solid #DDD7E0;
}

.custom-two-col-content-with-image {
  padding-bottom: 10px;
}

.custom-two-col-content-with-image .custom-image-wrap {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

.custom-two-col-content-with-image .custom-content-wrap {
  width: 50%;
  margin-top: 112px;
  margin-left: 8%;
  vertical-align: middle;
  display: inline-block;
}

.custom-two-col-content-with-image .custom-content-wrap p {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 16px;
}

.custom-two-col-content-with-image .custom-content-wrap p:last-of-type {
  margin: 0;
}

.custom-two-col-content-with-image.right .custom-content-wrap {
  margin-left: 0;
  margin-right: 10%;
  float: left;
}

.custom-career-row4 {
  margin-bottom: -200px;
  position: relative;
}

.custom-career-row5 {
  padding: 96px 0;
  background-color: #F9F7FA;
}

.custom-content-left-image-wrap .custom-content-left-image-item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  border-top: 1px solid #DDD7E0;
  z-index: 3;
}

.custom-content-left-image-wrap .custom-content-left-image-item .custom-left-image {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 17px;
  vertical-align: middle;
}

.custom-content-left-image-wrap .custom-content-left-image-item .custom-right-content {
  display: inline-block;
  width: 84%;
  color: #534F70;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
}

.custom-content-left-image-wrap .custom-content-left-image-item .custom-right-content p {
  margin: 0;
}

.custom-content-left-image-wrap .custom-content-left-image-item:first-child {
  border-top: 0;
}

.custom-career-row6 {
  padding: 96px 0;
}

.custom-career-row6 .custom-section-header {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
}

.custom-job-list-group {
  max-width: 656px;
  margin: 0 auto;
}

.custom-job-list-group a.custom-job-item {
  position: relative;
  min-height: 72px;
  background-color: #FFFFFF;
  padding: 25px 24px;
  border-top: 1px solid #DDD7E0;
  border-radius: 3px;
  transition-duration: .15s;
  transition-property: box-shadow;
  z-index: 1;
  display: block;
  color: #7E79A3;
}

.custom-job-list-group a.custom-job-item:hover {
  box-shadow: 0 8px 16px 0 RGBA(83, 79, 112, 0.1), 0 16px 48px 0 RGBA(83, 79, 112, 0.1);
  z-index: 3;
}

.custom-job-list-group .custom-job-title {
  width: 62%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  color: #534F70;
}

.custom-job-list-group .custom-job-label {
  width: 37%;
  text-align: right;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}

.custom-job-list-group .custom-job-title h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.custom-job-list-group a.custom-job-item:first-child {
  border-top: 0;
}

.hs-healthcare-career-row2-top .hs_cos_wrapper_type_rich_text h1 {
  font-size: 48px;
  line-height: 64px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
  margin-top: 0;
  margin-bottom: 0;
}

.hs-healthcare-career-row1 .custom-content-top-image-item {
  margin-bottom: 48px;
  vertical-align: top;
  width: 33.33%;
  max-width: 100%;
  margin: 0;
  float: left;
  background: none;
  padding: 0 8px;
  margin-bottom: 48px;
}

.hs-healthcare-career-row2-top .custom-content-top-image-item {
  width: 50%;
}

.hs-healthcare-career-row1 .custom-content-top-image-item .custom-top-image img {
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
}

.hs-healthcare-career-row2-top .custom-content-top-image-wrap {
  margin: 0 -8px;
}

.hs-healthcare-career-row2-top {
  padding-top: 7px;
}

.hs-healthcare-career-row1 .custom-content-top-image-item .custom-bottom-content p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 16px;
}

h1 p {
  font: inherit;
  margin: 0;
}

.testimonials-section strong {
  color: #1FA5FF;
}

.testimonials__header strong,
.testimonials__header .c--action-inline {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.hs-healthcare-career-row4 {
  padding-top: 96px;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #F9F7FA;
}

.hs-healthcare-career-row5 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.hs-healthcare-career-row5 .custom-section-header {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

/* =============== Contact Us =============== */
.custom-contact-address-with-image {
  background-color: #F9F7FA;
}

.contact__hero-image-left {
  position: absolute;
  bottom: -8px;
  left: 156px;
  width: 177px;
  height: 203px;
  background-size: cover;
  background-position: center;
}

.contact__hero-image-right {
  position: absolute;
  bottom: -12px;
  right: 156px;
  width: 209px;
  height: 151px;
  background-size: cover;
  background-position: center;
}

.contact__office-details {
  display: inline-block;
  width: 49.2%;
  padding-top: 96px;
  padding-bottom: 48px;
  padding-left: 120px;
  vertical-align: top;
}

.contact__office-picture {
  display: inline-block;
  position: relative;
  width: 50.4%;
  height: 100%;
  min-height: 688px;
  background-position: center;
  background-size: cover;
  vertical-align: top;
}

.contact__office-picture::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9C97BD;
  opacity: .3;
  content: "";
}

.contact__office-picture::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #534F70;
  opacity: .3;
  content: " ";
}

.button__icon {
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
}

.custom-one-column-row1 .custom-one-column-row1-inner h2.mt3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  line-height: 1.5;
}

.custom-contact-form form .hs-form-required {
  display: none;
}

.custom-contact-form form .hs-input {
  max-width: 100% !important;
}

.custom-contact-form form.hs-form fieldset .hs-form-field {
  padding: 0;
}

.custom-contact-form input.hs-button.primary.large {
  max-width: 100%;
  margin: 0;
}

.custom-contact-form .actions {
  margin-top: 30px;
}

.hs-contact-row1-right h1 {
  font-size: 48px;
  line-height: 64px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
  margin-top: 0;
  margin-bottom: 0;
}

.custom-banner.for-contact {
  min-height: 368px;
}

.hs-contact-row1 .page-center {
  max-width: 936px !important;
}

.custom-contact-form {
  max-width: 84.5%;
}

.hs-contact-row1-right {
  padding-left: 20px;
}

.custom-contact-form textarea {
  margin-bottom: 48px;
}

.contact-address-details {
  margin-top: 48px;
}

.contact-address-details p+p {
  margin-top: 8px;
}

.contact-address-details a.mt--3 {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 3px;
  outline: none;
  background-color: transparent;
  border: 1px solid transparent;
}

.left-title {
  font-size: 28px;
}

.result-section-main {
  padding: 40px 0px 50px;
}

/* =============== Press =============== */
.custom-press-group {}

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

.custom-press-stories {
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}

.custom-press-stories-card {
  display: inline-block;
  position: relative;
  border: 1px solid #DDD7E0;
  border-radius: 5px;
  transition-duration: .15s;
  transition-property: border-color, box-shadow;
  width: 100%;
}

.custom-press-stories-card:hover {
  box-shadow: rgba(83, 79, 112, 0.1) 0px 8px 16px 0px, rgba(83, 79, 112, 0.1) 0px 16px 48px 0px;
  border-color: transparent;
}

.custom-press-stories-card-details {
  display: inline-block;
  position: relative;
  width: 49.8%;
  height: 356px;
  background-color: #FFFFFF;
  padding: 48px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  vertical-align: top;
  text-align: left;
}

.hs-press-row1 {
  padding-top: 7px;
}

.c--orange {
  color: #FF956F;
}

.paragraph:empty {
  display: none;
}

.story-card__button {
  position: absolute;
  bottom: 49px;
  left: 49px;
  font-size: 18px;
  line-height: 24px;
}

.custom-press-stories-card-image {
  display: inline-block;
  width: 49.8%;
  height: 356px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  vertical-align: top;
}

.custom-banner.with-bottom-img {
  min-height: 344px;
}

.custom-press-stories.right .custom-press-stories-card-image {
  float: right;
}

.custom-press-stories.right .custom-press-stories-card-details {
  margin-left: -4px;
}

.custom-press-stories.right .custom-press-stories-card-image {
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
}

.hs-case-study-row5 img.alignCenter {
  max-width: 564px;
  margin-top: 70px;
}

.hs-press-row1 .page-center {
  border-bottom: 1px solid #DDD7E0;
}

.hs-press-row2-inner {
  max-width: 552px !important;
  margin: 0 auto !important;
  float: none !important;
  text-align: center;
}

.hs-press-row2 a.custom-blue-btn {
  margin-top: 73px;
}

.hs-press-row2 {
  padding-top: 38px;
  padding-bottom: 96px;
}

.hs-press-row2-inner p a {
  color: #7E79A3;
}

.hs-press-row2-inner p a:hover {
  color: #008deb;
}

a.custom-transparent-btn {
  background-color: transparent !important;
  border: 1px solid #DDD7E0 !important;
  margin-left: 16px;
}

/* =============== Case Study =============== */
.custom-banner.for-case-study {
  min-height: 476px;
}

.custom-banner.for-case-study .page-center {
  position: relative;
  text-align: left;
}

.custom-banner.for-case-study .banner-content {
  display: block;
}

.custom-title-with-number-item {
  display: inline-block;
  margin-top: 24px;
  margin-left: 40px;
  margin-right: 40px;
  vertical-align: top;
}

.hs-case-study-row1-bg-wrapper {
  background-color: #F9F7FA;
  padding-top: 24px;
}

.custom-title-with-number-wrapper {
  text-align: center;
}

.cm-two-col-testimonial-with-image-wrapper {
  background-color: #F9F7FA;
  position: relative;
  border-radius: 5px;
  vertical-align: top;
  text-align: center;

}

.hs-case-study-row3 .cm-two-col-testimonial-with-image-wrapper {
  max-width: 1128px;
  margin: 0 auto;
  margin-top: 49px;
  margin-bottom: 64px;
}

.cm-testimonial-content-left-column {
  display: inline-block;
  position: relative;
  width: 49.8%;
  height: 100%;
  min-height: 356px;
  padding: 48px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
}

.testimonial-card__quote {
  display: inline-block;
  width: 26px;
  height: 22px;
  background-size: cover;
  background-position: center;
  background-image: url(//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/Quote.png);
}

.testimonial-card__author-credentials {
  position: absolute;
  bottom: 48px;
  left: 48px;
  width: 100%;
}

.cm-testimonial-image-right-column {
  display: inline-block;
  width: 49.8%;
  height: 356px;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  vertical-align: top;
}

.hs-case-study-row5 .custom-one-col-content-wrapper img.w--1 {
  padding: 0;
  width: 100%;
  max-width: 552px;
  margin-top: 100px !important;
  position: relative;
  left: 12px;
}

.case-study__quote-icon {
  width: 22px;
  height: 18px;
  background-size: cover;
  background-image: url(//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/Quote.png);
  background-position: center;
}

.hs-case-study-row2 {
  padding-top: 103px;
}

.hs-case-study-page.ver-2 .hs-case-study-row6.case-study-section-col {
  padding-top: 0;
}

.hs-case-study-page.ver-2 .hs-case-study-row6 .cm-two-col-quote-wrapper.left .cm-equal-quote-left-column {
  float: none;
  padding-left: 38px;
}

.hs-case-study-page.ver-2 .cm-two-col-quote-wrapper.left .cm-equal-quote-bottom-column {
  margin-top: 0;
  margin-left: -20px;
}

.hs-case-study-page.ver-2 .hs-case-study-row6.case-study-section-col {
  padding-bottom: 70px;
}

.sidebar-list .custom-title-with-number-wrapper {
  text-align: left;
  padding-left: 31.2%;
}

.sidebar-list .custom-title-with-number-wrapper .custom-title-with-number-item {
  display: block;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  max-width: 360px;
  margin: 0 auto;
  border-top: 1px solid #DDD7E0;
}

.sidebar-list .custom-title-with-number-wrapper .custom-title-with-number-item:first-child {
  border-top: none;
}

.sidebar-list .custom-title-with-number-wrapper .custom-title-with-number-item h2 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.sidebar-list .custom-title-with-number-wrapper .custom-title-with-number-item p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}

.case-study-section-col .custom-one-col-content-wrapper {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
}

.hs-case-study-row3 {
  padding-top: 96px;
}

.hs-case-study-row3 .custom-one-col-content-wrapper p {
  margin: 17px 0 0;
}

.hs-case-study-row3 .custom-one-col-content-wrapper img {
  margin-top: 57px;
}

.hs-case-study-row4 {
  padding-top: 103px;
}

.hs-case-study-row4 .custom-title-with-number-wrapper .custom-title-with-number-item p {
  margin-top: 16px;
}

.hs-case-study-row4 .custom-title-with-number-wrapper .custom-title-with-number-item {
  width: 33%;
  padding: 0 24px;
  margin: 0;
}

.hs-case-study-row4 .custom-title-with-number-wrapper {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 57px;
  margin-bottom: 96px;
  text-align: left;
}

.hs-case-study-row5 .cm-equal-quote-left-column {
  padding-left: 163px;
}

.hs-case-study-row5 .cm-two-col-quote-wrapper h2 {
  margin-bottom: 16px;
}

.cm-two-col-quote-wrapper h2 {
  padding-left: 180px;
  margin-bottom: 16px;
}

.cm-two-col-quote-wrapper {
  max-width: 936px;
  text-align: center;
  margin: 0 auto;
}

.cm-equal-quote-left-column {
  width: 48%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.cm-equal-quote-right-column {
  display: inline-block;
  width: 48%;
  padding-left: 7px;
  text-align: left;
  vertical-align: top;
}

.hs-case-study-row5 .custom-one-col-content-wrapper {
  max-width: 936px;
  margin: 0 auto;
  text-align: left;
  padding-left: 180px;
  padding-top: 9px;
}

.hs-case-study-row5 .custom-one-col-content-wrapper p {
  padding-bottom: 9px;
}

.hs-case-study-row5 .custom-one-col-content-wrapper img {
  margin-top: 40px;
  padding-left: 12px;
}

.hs-case-study-row6.case-study-section-col {
  padding-top: 50px;
}

.hs-case-study-row6 .cm-two-col-quote-wrapper {
  margin-top: 48px;
}

.hs-case-study-row6 .cm-two-col-quote-wrapper h2 {
  margin-bottom: 20x;
}

.cm-two-col-quote-wrapper.left .cm-equal-quote-left-column {
  float: right;
}

.cm-two-col-quote-wrapper.left .cm-equal-quote-right-column {
  padding-left: 0;
}

.cm-two-col-quote-wrapper.left .cm-equal-quote-right-column {
  padding-right: 24px;
}

.cm-two-col-quote-wrapper.left .cm-equal-quote-bottom-column {
  margin-top: 18px;
  margin-left: -20px;
}

.hs-case-study-row6 .hs_cos_wrapper_type_module:nth-child(3) .custom-one-col-content-wrapper {
  max-width: 936px;
  padding-left: 180px;
  padding-top: 8px;
}

.hs-case-study-row6 .hs_cos_wrapper_type_module:nth-child(3) .custom-one-col-content-wrapper p {
  padding-bottom: 9px;
}

.hs-case-study-row7 {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #F9F7FA;
}

.hs-case-study-row6 {
  margin-bottom: 88px;
}

.hs-case-study-row7-col1 h1 {
  font-size: 48px;
  line-height: 64px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.hs-case-study-row7-col2.sidebar-list .custom-title-with-number-wrapper .custom-title-with-number-item {
  margin: initial;
  width: 100%;
  max-width: 100%;
}

.hs-case-study-row7-col2.sidebar-list .custom-title-with-number-wrapper {
  text-align: left;
  padding-left: 8%;
}

.hs-case-study-row8.case-study-section-col {
  padding-top: 96px;
  padding-bottom: 96px;
}

.hs-case-study-row8.case-study-section-col .custom-one-col-content-wrapper img {
  margin-top: 48px;
  margin-bottom: 54px;
}

.hs-case-study-row8.case-study-section-col .cm-equal-quote-left-column {
  padding-left: 163px;
  padding-right: 20px;
}

.hs-case-study-row8 .hs_cos_wrapper_type_module:nth-child(3) .custom-one-col-content-wrapper {
  max-width: 936px;
  padding-left: 180px;
  padding-top: 8px;
}

.hs-case-study-page.ver-2 .custom-banner.for-case-study .custom-banner-hero-image {
  opacity: 0.2;
}

/* =============== Pricing =============== */
.hs-pricing-page .custom-banner.no-image {
  min-height: 552px;
}

.custom-pricing-plan-wrapper {
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1128px;
  text-align: center;
}

.price {
  display: inline-block;
  max-width: 340px;
  min-height: 544px;
  width: 100%;
  border-radius: 5px;
  margin: 0 12px;
  transition-duration: .15s;
  transition-property: box-shadow;
  vertical-align: top;
  position: relative;
}

.price:hover {
  box-shadow: rgba(83, 79, 112, 0.1) 0px 8px 16px 0px, rgba(83, 79, 112, 0.1) 0px 16px 48px 0px;
}

.price__image {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.price__details {
  display: block;
  width: 100%;
  min-height: 344px;
  padding-top: 56px;
  border-bottom: 1px solid #DDD7E0;
  border-left: 1px solid #DDD7E0;
  border-right: 1px solid #DDD7E0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.price__details p {
  font-size: 14px;
  line-height: 20px;
}

.price__footer {
  bottom: 49px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.custom-pricing-row1 .custom-content-left-image-wrap {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-bottom: 96px;
}

.custom-pricing-row2 {
  text-align: center;
}

.custom-pricing-row2 p {
  display: inline-block;
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.custom-pricing-row2 .custom-logo-group-wrapper {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 96px;
}

.custom-pricing-row3 {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #F9F7FA;
  text-align: center;
}

.quote__icon {
  display: inline-block;
  width: 24px;
  height: 20px;
  background-size: cover;
  background-position: center;
  margin-bottom: 24px;
}

.custom-testimonial-section-wrapper {
  display: inline-block;
  text-align: center;
  max-width: 744px;
}

.quote__profile-image {
  display: inline-block;
  width: 96px;
  height: 96px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin-top: 48px;
  margin-bottom: 24px;
  box-shadow: 0 2px 4px 0 RGBA(83, 79, 112, 0.1), 0 4px 8px 0 RGBA(83, 79, 112, 0.1);
}

.testimonial-row3 a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
  margin-top: 17px;
  border-radius: 3px;
  outline: none;
  font-size: 18px;
  line-height: 24px;
}

.custom-pricing-row4-column {
  padding: 0 12px;
}

.custom-pricing-row4-column h5 {
  color: #534f70;
  font-size: 24px;
  line-height: 32px;
}

/* ======= Mental Health ===== */
.custom-mental-health-row1 {
  background-color: #F9F7FA;
  margin-top: -73px;
}

.custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap {
  margin-top: 167px;
  max-width: 555px;
  margin-right: 0;
  padding-right: 90px;
}

.custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap h1 {
  font-size: 48px;
  line-height: 64px;
  white-space: normal;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
}

.custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap p {
  font-size: 18px;
  line-height: 24px;
}

.custom-mental-health-row1 .custom-two-col-content-with-image.right.clearfix {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0;
}

.custom-mental-health-row1 .custom-two-col-content-with-image .custom-image-wrap {
  width: auto;
  vertical-align: middle;
  height: 100%;
}

.custom-mental-health-row1 .custom-two-col-content-with-image .custom-image-wrap img {
  width: 400px;
  margin-top: 74px;
}

.custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding-top: 49px;
  padding-bottom: 10px;
}

.custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
  padding-right: 45px;
  font-weight: bold;
}

.custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap ul li:last-child {
  padding: 0;
}

.custom-mental-health-row2 {
  padding: 72px 24px 0;
  position: relative;
}

.custom-mental-health-row2 .custom-mental-health-row2-top {
  margin: 31px 0;
  text-align: center;
  position: relative;
  z-index: 9;
}

.custom-mental-health-row2 .custom-mental-health-row2-top h2 {
  font-size: 32px;
  line-height: 40px;
  white-space: normal;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
}

.custom-stress-management-wrap {
  padding: 18px 0 24px 65px;
}

.custom-stress-management-wrap .custom-stress-management-wrap-inner {
  border-radius: 50%;
  max-width: 250px;
  min-height: 250px;
  background: #9C97BD;
  padding-top: 79px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 9;
}

.custom-stress-management-wrap .custom-stress-management-wrap-inner p {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.custom-stress-management-wrap .custom-stress-management-wrap-inner h3 {
  font-size: 48px;
  margin-top: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.custom-stress-management-wrap .stress-management__clouds {
  background-image: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/Clouds.png');
  position: absolute;
  bottom: 400px;
  right: 120px;
  width: 531px;
  height: 200px;
  background-size: cover;
  background-position: center;
  z-index: 0;
  top: 146px;
}

.custom-health-slider {
  padding: 50px 0 0 90px;
}

.custom-health-slider .slick-slider {
  margin: 0 auto;
  max-width: 496px;
  padding: 0;
}

.custom-health-slider .caption.below h3 {
  font-size: 48px;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #534F70;
}

.custom-health-slider .caption.below p {
  max-width: 296px;
  min-height: 80px;
  text-align: center;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #534F70;
}

.custom-health-slider .caption.below p sup {
  line-height: inherit;
}

.custom-health-slider .slick-arrow {
  position: absolute;
  top: 37%;
  width: 80px;
  height: 80px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  font-size: 0;
  border-radius: 100%;
  outline: none;
  z-index: 2;
  margin: 0;
}

.custom-health-slider .slick-arrow:before {
  display: none;
}

.custom-health-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/PrimaryButtonLeft.png');
}

.custom-health-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/PrimaryButtonRight.png');
}

.custom-mental-health-row2 .custom-mental-health-row2-bottom {
  text-align: center;
  padding-bottom: 20px;
}

.custom-mental-health-row2 .custom-mental-health-row2-bottom img {
  margin: 32px 0;
}

.custom-mental-health-row2 .custom-mental-health-row2-bottom h2 {
  font-size: 32px;
  line-height: 49px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #534F70;
  margin: 2px 0 0;
}

.custom-mental-health-row3 {
  background-color: #F9F7FA;
  padding-top: 24px;
  position: relative;
}

.custom-mental-health-row3 .page-center {
  background: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/mental-health-barriers-bg.png') repeat-y top left;
  padding: 96px 96px 0;
  box-shadow: 0 8px 16px 0 RGBA(83, 79, 112, 0.1), 0 16px 48px 0 RGBA(83, 79, 112, 0.1);
  border-radius: 5px;
  margin-top: -69px !important;
}

.custom-mental-health-row3 .custom-mental-health-row3-left h1 {
  color: #fff;
  font-size: 48px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  line-height: 64px;
  margin: 0;
  position: relative;
}

.custom-mental-health-row3 .custom-mental-health-row3-left,
.custom-mental-health-row5 .custom-mental-health-row5-left {
  width: 48% !important;
}

.custom-mental-health-row3 .custom-mental-health-row3-right,
.custom-mental-health-row5 .custom-mental-health-row5-right {
  width: 48% !important;
  margin-left: 0 !important;
  padding-bottom: 96px;
  padding-left: 52px;
}

.custom-mental-health-row3 .custom-mental-health-row3-right ul,
.custom-mental-health-row5 .custom-mental-health-row5-right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.custom-mental-health-row3 .custom-mental-health-row3-right ul li,
.custom-mental-health-row5 .custom-mental-health-row5-right ul li {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  border-top: 1px solid #DDD7E0;
  z-index: 3;
  color: #534F70;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
}

.custom-mental-health-row3 .custom-mental-health-row3-right ul li:first-child,
.custom-mental-health-row5 .custom-mental-health-row5-right ul li:first-child {
  border-top: 0;
}

.custom-mental-health-row3 .custom-mental-health-row3-left h1:after {
  background-color: #fff;
  position: absolute;
  content: '';
  bottom: -85px;
  left: 0;
  width: 120px;
  height: 5px;
}

.custom-mental-health-row4 {
  padding: 72px 24px 0;
}

.custom-stress-management-key {
  margin-bottom: 24px;
}

.custom-stress-management-key .custom-top-heading {
  text-align: center;
  margin: 24px 0;
}

.custom-stress-management-key .custom-top-heading h2 {
  font-size: 32px;
  line-height: 40px;
  white-space: normal;
  color: #534F70;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.custom-stress-management-key .custom-stress-management-key-item {
  text-align: center;
  border-radius: 5px;
  background: #f9f7fa;
  padding-bottom: 42px;
  padding-top: 42px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  display: inline-block;
  width: auto;
  max-width: 240px;
  margin-right: 30px;
  margin-top: 16px;
  min-height: 280px;
}

.custom-stress-management-key .number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 5px;
  font-size: 42px;
  color: #1fa5ff;
  border: 4px solid #1fa5ff;
  background: transparent;
  margin: auto;
  font-family: 'Roboto', sans-serif;
}

.custom-stress-management-key p.paragraph.title.mt--2 {
  font-weight: bold;
  color: #1fa5ff;
  font-size: 18px;
  line-height: 24px;
  white-space: normal;
  margin: 16px 0 0;
  font-family: 'Roboto', sans-serif;
}

.custom-stress-management-key p.paragraph.statement {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
}

.custom-mental-health-row5 {
  background-color: #F9F7FA;
  margin-top: -10px;
}

.custom-mental-health-row5 .page-center {
  padding: 96px 96px 0;
}

.custom-mental-health-row5 .custom-mental-health-row5-left h3 {
  color: #534f70;
  text-align: center;
  font-size: 42px;
  line-height: 52px;
  margin-top: 45px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.custom-mental-health-row5 .custom-mental-health-row5-bottom {
  text-align: center;
}

.custom-mental-health-row5 .custom-mental-health-row5-bottom a.custom-blue-btn.custom-learn-btn {
  margin: 0;
}


.custom-mental-health-row6 .custom-section-header {
  margin-top: 103px;
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
}

.custom-two-col-with-image {
  max-width: 936px;
  margin: 0 auto;
  padding: 0 8px;
  text-align: center;
}

.custom-two-col-with-image .custom-image-wrap {
  max-width: 360px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 120px;
}

.custom-two-col-with-image .custom-content-wrap {
  display: inline-block;
  width: 45%;
  text-align: left;
  vertical-align: middle;
}

.custom-two-col-with-image .custom-content-wrap h3 {
  font-size: 24px;
  color: #534F70;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.custom-two-col-with-image.right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-two-col-with-image.right .custom-image-wrap {
  order: 2;
  margin-right: 0;
  margin-left: 90px;
}

.custom-two-col-with-image.right .custom-content-wrap {
  order: 1;
  width: 49%;
  text-align: right;
}

.custom-mental-health-row6 .custom-mental-health-row6-bottom {
  text-align: center;
  padding-top: 16px;
}

.custom-mental-health-row6 .custom-mental-health-row6-bottom p {
  font-size: 10px;
  line-height: 15px;
  max-width: 920px;
  margin: 70px auto 34px;
  font-family: 'Roboto', sans-serif;
}

.custom-mental-health-row6 .hs_cos_wrapper_widget:nth-child(4) .custom-two-col-with-image {
  margin-top: 48px;
}

/* ======= Login Layout ======= */

body.login-layout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 464px;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-image: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/top.png');
}

body.login-layout:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 908px;
  height: 446px;
  background-size: cover;
  background-position: center;
  background-image: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/bottom.png');
  content: '';
}

.custom-login-row1 .custom-content-top-image-wrap {
  position: relative;
  z-index: 9;
}

.custom-login-row1 {
  height: 92.1vh;
}

.custom-login-row1 .custom-content-top-image-item {
  display: inline-block;
  max-width: 380px;
  margin: 76px 84px 24px 96px;
  padding: 0 8px;
  background-color: transparent;
  text-align: center;
}

.custom-login-row1 .custom-content-top-image-item .custom-top-image img {
  width: 200px;
}

.custom-login-row1 .custom-content-top-image-item .custom-bottom-content p {
  font-size: 18px;
  line-height: 24px;
  margin: 16px 0 0;
}

.custom-login-row1 .custom-content-top-image-item .custom-bottom-content h3 {
  font-size: 24px;
  line-height: 32px;
  color: #534F70;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin: 14px 0 0;
}

.custom-login-row1 a.custom-blue-btn {
  margin-top: 49px;
  font-family: 'Roboto', sans-serif;
}

.custom-login-row1 a.custom-blue-btn {
  margin-top: 48px;
}

/* ====== About Us ======= */

.about-layout .custom-banner h1 {
  font-size: 48px;
  line-height: 64px;
}

.about-layout .banner-content {
  max-width: 565px;
}

.custom-about-row1 {
  padding: 96px 0;
  position: relative;
}

.custom-about-row1:after {
  background-image: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/big-spot.png');
  position: absolute;
  top: 190px;
  right: 0;
  z-index: -1;
  content: '';
  width: 719px;
  height: 619px;
  background-position: center;
  background-size: cover;
}

.custom-about-row1 .page-center {
  max-width: 1296px !important;
}

.custom-about-row1 .custom-about-row1-top {
  margin-bottom: 96px;
  text-align: center;
}

.custom-about-row1 .custom-about-row1-top h1 {
  margin: 0;
}

.custom-about-row1 .custom-about-row1-left p {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0 0 96px;
}

.custom-about-row1 .custom-about-row1-left h2 {
  color: #534F70;
  margin: 0 0 16px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  white-space: normal;
}

.custom-about-row1 .custom-about-row1-left {
  width: 48%;
  margin-right: 8%;
}

.custom-about-row1 .custom-about-row1-right {
  margin-left: 0 !important;
  width: 40% !important;
}

.custom-about-row1 .custom-about-row1-left p:last-of-type {
  margin: 0 0 16px;
}

.custom-about-row2 .page-center {
  max-width: 936px !important;
}

.custom-management-team-wrap {
  text-align: center;
}

.custom-management-team-wrap .custom-team-top-heading h2 {
  text-align: center;
  margin: 0 0 48px;
  font-size: 32px;
  line-height: 40px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
}

.custom-management-team-wrap .management-team-item {
  display: inline-block;
  position: relative;
  width: 264px;
  border-radius: 5px;
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  vertical-align: top;
  overflow-y: hidden;
  color: #7E79A3;
  cursor: pointer;
}

.custom-management-team-wrap .management-team-item .team-card-front:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 264px;
  background-color: rgba(156, 151, 189, 0.55);
  mix-blend-mode: hard-light;
  border-radius: 3px;
  z-index: 1;
  content: "";
}

.custom-management-team-wrap .team-card__image {
  position: relative;
  width: 100%;
  height: 264px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  filter: grayscale(100%);
}

.custom-management-team-wrap .team-card__details.ta--left {
  background-color: #FFFFFF;
  padding: 16px 16px 17px;
  border-bottom: 1px solid #DDD7E0;
  border-left: 1px solid #DDD7E0;
  border-right: 1px solid #DDD7E0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.custom-management-team-wrap .team-card__details.ta--left h2 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.custom-management-team-wrap .team-card__details.ta--left p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.custom-management-team-wrap .team-card-back.ta-left {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 48px 16px 0 16px;
  border-radius: 5px;
  transition-duration: .15s;
  transition-property: top;
  z-index: 5;
  text-align: left;
}

.custom-management-team-wrap .management-team-item:hover .team-card-back.ta-left {
  display: block;
  top: 0;
}

.custom-management-team-wrap .management-team-item:hover {
  box-shadow: 0 8px 16px 0 RGBA(83, 79, 112, 0.1), 0 16px 48px 0 RGBA(83, 79, 112, 0.1);
  cursor: pointer;
}

.custom-management-team-wrap .team-card-back.ta-left h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
}

.custom-management-team-wrap .team-card-back.ta-left p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #7E79A3;
}

.custom-management-team-wrap .team-card__social-media {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 16px 24px 16px;
}

.custom-management-team-wrap .team-card__social-media a {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 0;
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/linkedin.png');
}

.custom-management-team-wrap .team-card-back.ta-left p.descrption {
  margin: 24px 0 0;
  color: #534F70;
}

.custom-about-row3 .page-center {
  padding: 72px 0 72px;
  border-bottom: 1px solid #DDD7E0;
}

.custom-about-row3 .custom-title-with-number-item {
  max-width: 206px;
  margin: 0 12px 24px 12px;
  vertical-align: top;
  text-align: center;
}

.custom-about-row3 .custom-title-with-number-wrapper {
  text-align: center;
}

.custom-about-row4 {
  padding: 96px 0 72px;
}

.custom-about-row4 .custom-section-header p {
  margin: 0 auto 48px;
  text-align: center;
  max-width: 552px;
}

.custom-about-row4 .custom-logo-item {
  background-size: cover;
}

/* ======== Resources ====== */

.resource-layout .custom-banner.no-image {
  min-height: 344px;
  color: #534f70;
}

.resource-layout .custom-banner h1 {
  font-weight: 400;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
}

.custom-resource-row1 .page-center {
  max-width: 1176px !important;
  padding-top: 104px;
  padding-bottom: 96px;
}

.custom-resources-group {
  margin-bottom: -30px;
}

.custom-resources-group a.resource-card {
  display: inline-block;
  position: relative;
  width: 360px;
  height: 423px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  vertical-align: top;
  margin: 0 12px 30px;
  color: #7E79A3;
  text-decoration: none;
}

.custom-resources-group .resource-card__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: .75;
  z-index: 0;
}

.custom-resources-group .resource-card__details {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 48px 24px;
  z-index: 1;
}

.custom-resources-group .resource-card__details p {
  color: #fff;
}

.custom-resources-group .tt--uppercase {
  text-transform: uppercase;
}

.custom-resources-group .paragraph--large {
  font-size: 24px;
  line-height: 32px;
}

.custom-resources-group .resource-card__button {
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-image: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/resource-chevron.png');
}

/*.resource-layout .custom-resources-group a.resource-card:nth-child(2) {
width: 326px;
}*/
.hs-layout-fr .custom-benefit-row2 .custom-benefit-row2-top:after {
  background-image: url(//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/Pasted-image-at-2018_02_09-10_14-AM.png);
}

/* =========== Benefit ======== */

.benefit-layout .custom-banner.no-image h1 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.benefit-layout .custom-benefit-row1-top {
  padding: 103px 0 0;
  text-align: center;
  max-width: 552px;
  margin: 0 auto !important;
  float: none !important;
}

.benefit-layout .custom-benefit-row1-top h3 {
  font-size: 32px;
  line-height: 40px;
  white-space: normal;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
}

.benefit-layout .custom-two-col-with-image {
  margin: 48px auto 0;
}

.benefit-layout .custom-two-col-with-image.right .custom-content-wrap {
  width: 45%;
  text-align: left;
}

.benefit-layout .custom-two-col-with-image.right .custom-image-wrap {
  margin-left: 125px;
}

.custom-benefit-row2 .page-center {
  border-top: 1px solid #DDD7E0;
  padding-top: 96px;
  margin-top: 99px !important;
  position: relative;
  padding-left: 14px;
  padding-right: 28px;
}

.custom-benefit-row2 .custom-benefit-row2-top h3 {
  text-align: center;
  margin: 0 0 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #534F70;
  padding-left: 14px;
}

.custom-benefit-row2 .custom-benefit-row2-bottom {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 96px;
  padding-left: 15px;
}

.custom-benefit-row2 .custom-benefit-row2-top:after {
  background-image: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/badge.png');
  position: absolute;
  top: 48px;
  right: 0;
  width: 168px;
  height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  content: '';
}

.custom-benefit-row2 .custom-benefit-row2-top:before {
  position: absolute;
  top: 156px;
  right: 0;
  width: 328px;
  height: 288px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/features__spot.png');
  z-index: -1;
  content: '';
}

.custom-benefit-row3 {
  padding: 96px 0;
  background-color: #F9F7FA;
}

.custom-benefit-row3 .custom-section-header,
.custom-benefit-row5 .custom-section-header {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
}

.custom-benefit-row3 a.custom-blue-btn {
  margin-top: 48px;
}

.resource-card__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 72px 48px 24px;
}

.custom-benefit-row4 .cm-two-col-testimonial-with-image-wrapper {
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: rgba(83, 79, 112, 0.1) 0px 8px 16px 0px, rgba(83, 79, 112, 0.1) 0px 16px 48px 0px;
  top: -93px;
}

.custom-benefit-row5 {
  padding-bottom: 96px;
}

.custom-benefit-row5 .custom-resources-group {
  text-align: center;
}

/* ======== Customers Layout ======= */
.customers-layout .custom-banner.with-bottom-img {
  min-height: 408px;
}

.customers-layout .custom-banner.no-image h1 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.custom-customers-row1 {
  padding-top: 55px;
}

.custom-customers-row1 .hs_cos_wrapper_type_rich_text h2 {
  text-align: center;
  margin: 0 auto 48px;
  max-width: 552px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.custom-customers-row2 {
  padding: 40px 0 48px;
  margin-top: 48px;
}

.custom-customers-row3 {
  background-color: #F9F7FA;
}

.custom-customers-row4 {
  padding: 47px 0 125px;
}

.custom-customers-row4 .custom-customers-row4-left {
  padding-top: 96px;
}

.custom-customers-row4 .custom-customers-row4-left h2 {
  font-size: 32px;
  line-height: 40px;
  white-space: normal;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
}

.custom-customers-row4 .custom-customers-row4-right {
  padding-top: 86px;
}

/* ======= One Column Layout ======== */

.custom-one-column-row1 .page-center {
  max-width: 100% !important;
  width: 66.66667% !important;
}

.custom-one-column-row1 {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.custom-one-column-row1 .custom-one-column-row1-inner {
  margin-top: 1.4rem;
}

.custom-one-column-row1 .custom-one-column-row1-inner h1 {
  margin: 0;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  color: #7e79a3;
  line-height: 48px;
}

.custom-one-column-row1 .custom-one-column-row1-inner p {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.custom-one-column-row1 .custom-one-column-row1-inner p a {
  color: #7E79A3;
}

.custom-one-column-row1 .custom-one-column-row1-inner p a:hover {
  color: #008deb;
}

.custom-one-column-row1 .custom-one-column-row1-inner ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
}

.custom-one-column-row1 .custom-one-column-row1-inner h2 {
  margin: 0;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.custom-one-column-row1 .custom-one-column-row1-inner ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
}

.lang-layout .hs-full-page-no-banner-row1 img {
  margin-bottom: 160px;
}

.lang-layout .hs-full-page-no-banner-row1 h6 {
  color: #7e79a3;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}

.lang-layout .custom-lang-switcher {
  display: none !important;
}

.lang-layout .hs-full-page-no-banner-row1 ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.lang-layout .hs-full-page-no-banner-row1 ul li a {
  text-decoration: none;
  color: #20a5fc;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
}

/* =============== Patients Page =============== */
.custom-patients-banner {
  background-color: #F9F7FA;
  min-height: 552px;
  margin-top: -1px;
}

.custom-patients-banner .page-center {
  position: relative;
}

.hero__section {
  display: inline-block;
  vertical-align: middle;
}

.hero__section--text {
  max-width: 555px;
}

.custom-patients-banner-inner {
  padding-top: 168px;
}

.hero__paragraph {
  max-width: 457px;
}

.hero__section--left-image {
  position: absolute;
  bottom: -213px;
  right: 0;
}

.hero__left-image {
  bottom: 0;
  right: 0;
  max-width: 270px;
}

.title--large {
  font-size: 48px;
  line-height: 64px;
}

.fw--1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.custom-patient-row1 {
  padding-top: 103px;
  padding-bottom: 24px;
}

.custom-patient-row1 .custom-content-top-image-item {
  max-width: 360px;
  margin-bottom: 48px;
  padding: 0 8px;
  min-height: auto;
  background: transparent;
  border-radius: 0;
  margin: 0 0 48px;
  width: 100%;
}

.custom-patient-row1 .custom-content-top-image-item:nth-child(odd) {
  margin-right: 10%;
}

.custom-patient-row1 .custom-content-top-image-item:nth-child(even) {
  margin-left: 10%;
}

.custom-patient-row1 .custom-content-top-image-item .custom-top-image {
  padding-bottom: 0;
}

.custom-patient-row1 .custom-content-top-image-item .custom-top-image img {
  width: 100%;
}

.custom-patient-row1 .custom-bottom-content {
  margin-top: 23px;
}

.custom-patient-row1 .custom-content-top-image-item .custom-bottom-content p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  color: #7e79a3;
}

.custom-patient-row1 .custom-content-top-image-wrap {
  text-align: center;
}

.custom-patient-row2 {
  background-color: #F9F7FA;
  margin-top: -75px !important;
}

.custom-patient-row2 .page-center {
  position: relative;
  padding-top: 96px;
  padding-left: 96px;
  padding-right: 96px;
  z-index: 2;
  box-shadow: 0 8px 16px 0 RGBA(83, 79, 112, 0.1), 0 16px 48px 0 RGBA(83, 79, 112, 0.1);
  border-radius: 5px;
  background-color: #FFFFFF;
  overflow: hidden;
}

.row-2-bottom-img-sec .custom-full-width-image img {
  height: 96px !important;
}

.custom-patient-row2-column1 h1 {
  font-size: 48px;
  line-height: 64px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
}

.custom-patient-row2-column2 {
  padding-left: 20px;
  padding-right: 36px;
  padding-bottom: 96px;
}

.custom-patient-row2 .custom-full-width-image {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  left: 0;
  width: 540px;
  height: 288px;
}

.custom-patient-row2 .custom-full-width-image img {
  height: 100% !important;
}

.custom-patient-row3 {
  background-color: #F9F7FA;
  padding: 96px 0;
}

.custom-patient-row3 .custom-section-header {
  max-width: 552px;
  margin: 0 auto 48px;
}

.custom-patient-row3 .custom-resources-group {
  text-align: center;
}

.custom-patient-row4 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.custom-patient-row4-column2 {
  padding-top: 112px;
  padding-left: 8px;
}

.custom-patient-row4-column2 h1 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.custom-patient-row4-column2 ul {
  list-style: none;
  margin: 17px 0 0;
  padding: 0;
}

.custom-patient-row4-column2 ul li {
  display: inline-block;
  margin-right: 17px;
}

.custom-patient-row4-column2 ul li a.custom-blue-btn {
  margin-bottom: 24px;
}

.custom-patient-row4-column2 ul li a.custom-blue-btn img {
  margin-right: 8px;
}

.custom-patient-row4-column2 ul li:last-child {
  margin-right: 0;
  padding-left: 8px;
}

.custom-patient-row4-column2 ul li img.button__icon {
  margin-right: 2px;
}

.patients__get-started-player {
  display: inline-block;
  position: relative;
  max-width: 552px;
  width: 100%;
  height: 312px;
  background-size: cover;
  background-position: center;
  margin-top: 49px;
  margin-bottom: 48px;
}

.patients__get-started-player-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 88px;
  height: 88px;
  background-size: cover;
  background-position: center;
  background-image: url(//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/play.png);
  margin: auto;
  transition-duration: .19s;
  transition-property: transform, opacity;
}

.patients__get-started-player:hover .patients__get-started-player-button {
  opacity: .9;
  transform: scale(1.15);
}

.custom-patient-row5 .custom-one-col-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 552px;
  text-align: center;
  margin-bottom: -200px;
}

.custom-patient-row5 .custom-one-col-content-wrapper h1 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.custom-patient-row6 {
  padding-top: 144px;
  padding-bottom: 96px;
  background-color: #F9F7FA;
  text-align: center;
}

.custom-full-width-overlay {
  height: 312px;
  background-color: #F9F7FA;
}

.custom-full-width-overlay-image {
  position: relative;
}

.healthcare-team-member {
  margin-top: -300px;
  position: relative;
}

.healthcare-team-member-credentials-section-left {
  display: inline-block;
  vertical-align: top;
  max-width: 264px;
}

.healthcare-team-member-credentials-section-right {
  width: 53%;
  margin-left: 12%;
  display: inline-block;
  vertical-align: top;
}

.healthcare-team-member-credentials-image {
  position: relative;
  width: 264px;
  height: 264px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  box-shadow: 0 8px 16px 0 RGBA(83, 79, 112, 0.1), 0 16px 48px 0 RGBA(83, 79, 112, 0.1);
}

.healthcare-team-member-credentials-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9C97BD;
  border-radius: 5px;
  opacity: .1;
  content: "";
  z-index: 3;
}

.healthcare-team-member-credentials-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #534F70;
  border-radius: 5px;
  opacity: .4;
  content: " ";
  z-index: 4;
}

.healthcare-team-member-credentials-feature {
  margin-top: 16px;
}

.list-item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  border-top: 1px solid #DDD7E0;
  color: #534F70;
  font-size: 18px;
  line-height: 24px;
}

.list-item:first-of-type {
  border-top: 0;
}

p.back-to-team {
  margin: 0;
  color: #1FA5FF;
  font-size: 16px;
  line-height: 24px;
}

p.back-to-team a {
  color: #1FA5FF;
}

.healthcare-team-member-credentials-section-right h1 {
  font-size: 48px;
  line-height: 64px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  margin-top: 26px;
  color: #534F70;
  margin-bottom: 0;
}

p.member-designation {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 48px;
  margin-top: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

p.back-to-team img {
  margin-right: 1px;
}

.hs-home-german-row1-group {
  position: relative;
}

.hs-home-german-row1-group h1 {
  font-size: 48px;
  line-height: 64px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.hs-row1-col1-german {
  padding-right: 70px;
}

.hs-home-german-row1-group p {
  margin-bottom: 23px;
}

.hs-row1-col1-german a.custom-blue-btn {
  margin-top: 24px;
}

.hs-home-german-layout .custom-full-width-overlay {
  height: 0;
  background: transparent;
}

.hs-home-german-layout .header-container-wrapper {
  min-height: 0;
}

.hs-home-german-row1-group {
  background-color: #F9F7FA;
  padding: 71px 0 0;
}

.hs-home-german-row1-group .content-wrapper {
  padding-bottom: 0;
}

.hs-home-german-layout .custom-full-width-overlay-image img {
  margin-top: -9px;
  position: relative;
  z-index: -1;
}

.hs-row1-col2-german img {
  margin-top: 116px;
  max-width: 400px;
}

.hs-home-german-row2-group {
  padding: 50px 0 0;
}

.body-container .hs-home-german-row2-group .page-center {
  padding: 96px;
}

.hs-home-german-row2-group .hs_cos_wrapper_type_rich_text h2 {
  font-size: 48px;
  line-height: 64px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
}

.custom-two-col-image-with-list-inner .custom-two-col-image-section {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  position: relative;
}

.custom-two-col-image-with-list-inner .custom-two-col-list-section {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding-bottom: 0;
  padding-left: 48px;
}

.custom-two-col-list-section-inner {
  overflow: hidden;
  padding: 24px 0 24px 24px;
}

.custom-two-col-list-section-image {
  width: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 16px;
}

.custom-two-col-list-section-content {
  display: inline-block;
  width: 84%;
  color: #534F70;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
}

.custom-two-col-list-section-content p {
  margin: 0;
}

.custom-two-col-image-section img {
  left: 0;
  margin-top: 36px;
  position: relative;
}

.hs-home-german-row3-group {
  background-color: #1FA5FF;
  text-align: center;
  padding: 72px 0 73px;
}

.hs-home-german-row3-group p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  color: #fff;
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
}

a.custom-white-btn {
  background-color: #FFF;
  color: #1FA5FF;
  padding: 14px 50px 12px;
  border-radius: 3px;
  margin-top: 32px;
  display: inline-block;
  line-height: normal;
}

.hs-home-german-row4-group {
  padding: 96px 24px 24px 0;
}

.body-container .hs-home-german-row4-group .page-center {
  padding: 0 98px 0 107px;
}

.hs-home-german-row4-group h1 {
  font-size: 48px;
  line-height: 64px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
}

.custom-two-col-image-with-list-inner.right .custom-two-col-image-section {
  float: right;
}

.custom-two-col-image-with-list-inner.right .custom-two-col-list-section {
  float: left;
  padding-left: 0;
  padding-right: 20px;
}

.custom-two-col-image-with-list-inner.right .custom-two-col-list-section .custom-two-col-list-section-inner {
  padding-top: 6px;
  padding-bottom: 36px;
}

.custom-two-col-image-with-list-inner.right .custom-two-col-list-section .custom-two-col-list-section-inner .custom-two-col-list-section-image {
  vertical-align: top;
}

.custom-two-col-image-with-list-inner.right .custom-two-col-list-section .custom-two-col-list-section-inner .custom-two-col-list-section-content p span {
  display: inline;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding-right: 4px;
}

.custom-two-col-image-with-list-inner.right .custom-two-col-list-section .custom-two-col-list-section-inner .custom-two-col-list-section-content p {
  line-height: 24px;
}

.hs-home-german-row3-group a.custom-white-btn {
  border: 1px solid #1FA5FF;
}

.hs-home-german-row3-group a.custom-white-btn:hover {
  border-color: #fff;
}

.hs-full-width-german-row1-group h2 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.25rem;
}

.body-container .hs-full-width-german-row1-group .page-center {
  padding: 83px 0 118px;
}

.hs-full-width-german-row1-group h2:first-of-type {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: bold;
}

.hs-full-width-german-row1-group p {
  margin: 0;
  line-height: 27px;
}

.hs-full-width-german-row1-group ul {
  list-style: none;
  font-size: .875rem;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  padding-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.hs-full-width-german-row1-group ul li {
  margin-top: .5rem;
}

.hs-full-width-german-row1-group a {
  color: #7E79A3;
}

.hs-full-width-german-row1-group a:hover {
  color: #008deb;
}

.hs-betriebsmedizin-layout .header-container-wrapper {
  min-height: auto;
}

.hs-betriebsmedizin-row1-group {
  background-color: #F9F7FA;
  padding-top: 168px;
  padding-bottom: 4px;
}

.body-container .hs-betriebsmedizin-row1-group .page-center {
  padding: 0;
}

.hs-betriebsmedizin-row1-col1 h1 {
  font-size: 48px;
  line-height: 64px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 300;
}

.hs-betriebsmedizin-row1-col1 p {
  padding-right: 90px;
}

.hs-betriebsmedizin-row1-col1 ul {
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
}

.hs-betriebsmedizin-row1-col1 ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 46px;
}

.hs-betriebsmedizin-row1-col1 ul li:last-child {
  margin-right: 0;
}

.hs-betriebsmedizin-row1-col1 ul li:nth-child(3) {}

.hs-betriebsmedizin-row1-col1 ul li p {
  padding-right: 0;
  margin: 0;
}

.hs-betriebsmedizin-row1-col1 ul li a.custom-blue-btn.custom-learn-btn {
  margin-top: 0;
}

.hs-betriebsmedizin-row1-col2 img {
  max-width: 400px;
  width: 100%;
  margin-top: 71px;
}

.custom-bottom-image img {
  width: 100% !important;
}

.hs-betriebsmedizin-row2-group {
  position: relative;
  padding: 72px 24px 25px;
}

.hs-betriebsmedizin-row2-group .custom-stress-management-wrap .stress-management__clouds {
  top: -94px;
}

.hs-betriebsmedizin-row2-group .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.hs-betriebsmedizin-row2-group .hs_cos_wrapper_type_rich_text h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
  margin: 30px 0 10px;
}

.hs-betriebsmedizin-row2-group .custom-stress-management-wrap .custom-stress-management-wrap-inner {
  float: right;
  margin-right: 139px;
  margin-top: 30px;
}

.hs-betriebsmedizin-row2-group .custom-stress-management-wrap .custom-stress-management-wrap-inner p {
  line-height: 24px;
  margin-bottom: 3px;
}

.hs-betriebsmedizin-row3-group {
  background-color: #F9F7FA;
}

.custom-two-col-barrier-group {
  background: url(//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/mental-health-barriers-bg-1.png) repeat-y top left;
  padding: 96px 96px 96px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 16px 0 RGBA(83, 79, 112, 0.1), 0 16px 48px 0 RGBA(83, 79, 112, 0.1);
  border-radius: 5px;
  margin-top: -43px;
}

.custom-two-col-barrier-left h1 {
  color: #fff;
  font-size: 48px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  line-height: 64px;
  margin: 0;
  position: relative;
}

.custom-two-col-barrier-left h1:after {
  background-color: #fff;
  position: absolute;
  content: '';
  bottom: -84px;
  left: 0;
  width: 120px;
  height: 4px;

}

.custom-two-col-barrier-left {
  width: 48%;
  float: left;
}

.custom-two-col-barrier-right {
  width: 46%;
  float: right;
}

.custom-two-col-barrier-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-two-col-barrier-right ul li {
  border-top: 1px solid #DDD7E0;
  padding: 24px 24px 24px;
}

.custom-two-col-barrier-right ul li:first-child {
  border-top: 0;
}

.custom-two-col-barrier-right ul li p {
  margin: 0;
  padding-right: 50px;
  color: #534F70;
}

.hs-betriebsmedizin-row4-group {
  padding: 72px 24px 0;
}

.hs-betriebsmedizin-row4-group h2 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #534F70;
  text-align: center;
  padding: 31px 0 24px;
}

.one-column-top-list-mod {
  overflow: hidden;
  padding: 16px 0 0;
}

.one-column-top-list-inner {
  max-width: 240px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background: #f9f7fa;
  padding: 42px 10px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 5px;
  font-size: 42px;
  color: #1fa5ff;
  border: 4px solid #1fa5ff;
  background: transparent;
  margin: auto;
  font-family: 'Roboto', sans-serif;
}

.one-column-top-list-inner h1 {
  font-weight: bold;
  color: #1fa5ff;
  font-size: 18px;
  line-height: 24px;
  margin-top: 16px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  margin-bottom: 0;
}

.one-column-top-list-inner p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.hs-betriebsmedizin-row5-group {
  text-align: center;
  background-color: #F9F7FA;
}

.body-container .hs-betriebsmedizin-row5-group .page-center {
  padding: 234px 96px 0;
}

.body-container.container-fluid .hs-betriebsmedizin-row6-group .page-center {
  max-width: 905px;
}

.hs-betriebsmedizin-row6-group .hs_cos_wrapper_type_rich_text h3 {
  margin: 99px 0 48px;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #534F70;
}

.hs-betriebsmedizin-row6-group .custom-two-col-content-with-image {
  display: flex;
  align-items: center;
}

.hs-betriebsmedizin-row6-group .custom-two-col-content-with-image.right {
  flex-direction: row-reverse;
}

.hs-betriebsmedizin-row6-group .custom-content-wrap h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #534F70;
}

.hs-betriebsmedizin-row6-group .custom-two-col-content-with-image .custom-content-wrap {
  margin-top: 0;
}

.hs-betriebsmedizin-row6-group .custom-two-col-content-with-image.right .custom-content-wrap {
  text-align: right;
}

.hs-betriebsmedizin-row6-group .custom-two-col-content-with-image {
  padding: 0;
}

.hs-betriebsmedizin-row6-group .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
}

.hs-betriebsmedizin-row6-group {
  padding-bottom: 25px;
}

.hs-betriebsmedizin-row6-group .hs_cos_wrapper_type_rich_text a.custom-blue-btn {
  margin-top: 47px;
}

.custom-banner-section {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 96px 24px;
}

.hs-betriebsmedizin-row7-group p {
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
}

.member-item {
  width: 22.5%;
  border-radius: 5px;
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
}

.team-card__image {
  position: relative;
  width: 100%;
  height: 264px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: url(../../library/img/patterns/safe_gray.svg#grayscale);
  filter: gray;
  filter: grayscale(100%);
}

.team-card-front {
  position: relative;
}

.team-card-front:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 264px;
  background-color: rgba(156, 151, 189, 0.55);
  mix-blend-mode: hard-light;
  border-radius: 3px;
  z-index: 1;
  content: "";
}

.team-card__details {
  background-color: #FFFFFF;
  padding: 16px;
  border-bottom: 1px solid #DDD7E0;
  border-left: 1px solid #DDD7E0;
  border-right: 1px solid #DDD7E0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.member-item h2 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
}

.member-item p {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0;
}

.team-card-back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 48px 16px 0 16px;
  border-radius: 5px;
  transition-duration: .15s;
  transition-property: top;
  z-index: 5;
  cursor: pointer;
}

.member-item:hover .team-card-back {
  display: block;
  box-shadow: 0 8px 16px 0 RGBA(83, 79, 112, 0.1), 0 16px 48px 0 RGBA(83, 79, 112, 0.1);
}

.member-item ul {
  margin-top: 48px;
  padding-left: 16px;
}

.member-item ul li {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 8px;
  color: #534f70;
}

.member-item-group.grid .team-card-back h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.team-card__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 16px 16px 4px;
}

.category-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #534F70;
}

.category-group {
  padding-bottom: 30px;
}

.category-group p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  color: #534F70;
  display: inline-block;
  padding: 6px 16px;
  margin: 0;
  padding-left: 0;
  padding-right: 7px;
}

.category-group ul li {
  display: inline-block;
  color: #534F70;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  padding: 6px 16px;
  border: 1px solid #DDD7E0;
  border-radius: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  cursor: pointer;
}

.category-group ul li:hover {
  background-color: #1FA5FF;
  color: #FFFFFF;
  border: 1px solid #1FA5FF;
}

.category-group ul li.active {
  background-color: #1FA5FF;
  color: #FFFFFF;
  border: 1px solid #1FA5FF;
}

.body-container .hs-team-row1-group .page-center {
  padding-bottom: 0;
}

.hs-team-page .hs-team-row1-group .page-center {
  max-width: 1176px !important;
}

.custom-team-full-width-bg-mod {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 96px 24px;
}

.body-container.container-fluid .custom-team-full-width-bg-mod .page-center {
  max-width: 552px;
}

.custom-team-full-width-bg-mod h1 {
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.custom-team-full-width-bg-mod p {
  font-size: 18px;
  line-height: 24px;
  opacity: .75;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
}

/* ========= Overview ======= */

.overview-layout .header-container-wrapper {
  min-height: 86px;
}

.overview-layout .modal p {
  font-family: 'Roboto', sans-serif;
  color: #212529;
  margin-top: 24px;
}

.overview-layout.scroll-header .custom-header-group {
  padding-bottom: 32px;
}

.custom-overview-banner-wrap {
  border-bottom: 3px solid #dddddd;
  background-size: cover;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  padding: 4rem 2rem;
}

.overview-layout .body-container .page-center {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px !important;
}

.custom-overview-banner-wrap .custom-overview-banne-content {
  padding: 64px 0 43px;
}

.custom-overview-banner-wrap .custom-overview-banne-content h1 {
  color: #ffffff;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  text-shadow: 2px 2px 4px #000000;
  width: 90%;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.custom-overview-banner-wrap .custom-overview-banne-content p {
  padding-top: 27px;
  color: #ffffff;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  text-shadow: 1px 1px 2px #000000;
  width: 69%;
  font-weight: 400;
  margin-bottom: 7.75rem;
  line-height: 45px;
}

a.custom-demo-btn {
  background-color: #f79574;
  border: solid 1px #ffffff;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
  color: #fff;
  display: inline-block;
}

.custom-overview-row1 {
  padding: 70px 0 0;
}

.custom-overview-row1 h2 {
  color: #534F70;
  font-size: 42px;
  text-align: center;
  line-height: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
}

.overview-layout .custom-customers-row2 .custom-logo-group-wrapper {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin: 0 -15px;
  padding: 13px 0 0 25px;
}

.overview-layout .custom-customers-row2 .custom-logo-group-wrapper .custom-logo-item {
  width: calc(16.66% - 60px);
  margin: 30px;
}

.hs-webinar-row2 .custom-logo-item {
  width: calc(16.66% - 60px);
  margin: 30px;
}

.hs-webinar-row2 .custom-logo-group-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
  padding: 13px 0 0 25px;
}

.custom-overview-row2 {
  padding: 97px 0;
}

.custom-overview-row2 h4 {
  color: #534F70;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 0 .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.custom-overview-row2 .custom-title-with-number-wrapper {
  margin: 0 -15px;
  overflow: hidden;
  padding: 117px 0 0;
}

.custom-overview-row2 .custom-title-with-number-wrapper .custom-title-with-number-item {
  width: 25%;
  margin: 0;
  padding: 0 15px;
  display: block;
  float: left;
}

.custom-overview-row2 .custom-title-with-number-wrapper .custom-title-with-number-item:nth-child(3) {
  width: 50%;
}

.custom-overview-row2 .custom-title-with-number-wrapper p.paragraph.w--1.c--secondary.fw--2.c--secondary {
  font-size: 60px;
  opacity: 0.8;
  color: #007bff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.custom-overview-row2 .custom-title-with-number-wrapper h2.title.title--small.c--primary.fw--2 {
  font-size: 18px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #534F70;
  display: block;
  margin: 0 0 14px;
}

.custom-overview-row3 .custom-two-col-with-image {
  max-width: 100%;
  margin: 0px;
  padding: 0;
  text-align: center;
}

.custom-overview-row3 .custom-two-col-with-image .custom-image-wrap {
  width: 41.63%;
  max-width: 100%;
  display: block;
  margin: 0;
  float: left;
  padding: 0 15px;
}

.custom-overview-row3 .custom-two-col-with-image .custom-content-wrap {
  margin-left: 8.366667%;
  width: 46%;
  float: left;
  padding: 0 15px;
  display: block;
}

.custom-overview-row3 .custom-two-col-with-image .custom-content-wrap h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
}

.custom-overview-row3 .custom-two-col-with-image .custom-content-wrap ul {
  padding: 15px 0 0;
  margin: 0;
  list-style-type: none;
}

.custom-overview-row3 .custom-two-col-with-image .custom-content-wrap ul li {
  display: flex;
}

.custom-overview-row3 .custom-two-col-with-image .custom-content-wrap ul li img {
  width: 24px;
  height: 24px;
  display: block;
}

.custom-overview-row3 .custom-two-col-with-image .custom-content-wrap ul li p {
  margin: 0 0 16px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #212529;
  line-height: 27px;
}

.custom-overview-row3 .custom-two-col-with-image.right {
  padding: 97px 15px 0;
  align-items: inherit;
  margin: 0;
}

.custom-overview-row3 .custom-two-col-with-image.right .custom-image-wrap {
  width: 50%;
  padding: 30px 20px 0;
  margin: 0;
}

.custom-overview-row3 .custom-two-col-with-image.right .custom-content-wrap {
  width: 50%;
  padding: 53px 15px 0;
  text-align: left;
  margin: 0;
}

.custom-overview-row3 .custom-two-col-with-image.right .custom-content-wrap ul li img {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.custom-quotation-wrap blockquote {
  border-left: solid 6px #007bff;
  margin: 0 0 1rem;
}

.custom-quotation-wrap .custom-quotation-descrption {
  padding-left: 25px;
}

.custom-quotation-wrap .custom-quotation-descrption h5 {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 27px;
  color: #212529;
  font-weight: 400;
}

.custom-quotation-wrap .custom-quotation-descrption p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #212529;
}

.custom-quotation-wrap .custom-quotation-descrption p:first-of-type {
  margin: 0;
}

.custom-quotation-wrap .award-icons-wrap img:first-child {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
}

.custom-quotation-wrap .award-icons-wrap img:nth-child(2) {
  width: 10%;
  display: inline-block;
  vertical-align: middle;
}

.custom-overview-row4 {
  padding: 80px 0 217px;
}

.overview-layout .body-container .custom-overview-row4 .page-center {
  max-width: 1080px !important;
}

.overview-layout .custom-menu-primary.right-menu.hidden-phone .hs-menu-wrapper {
  padding-right: 0;
}

.overview-layout .custom-lang-switcher {
  margin: 0 !important;
  display: none !important;
}

.overview-layout.bell-layout .custom-lang-switcher {
  display: inline-block !important;
  margin-left: 28px !important;
  margin-top: 10px !important;
}

.hs-layout-de .custom-lang-switcher {
  margin-top: 0 !important;
}

/* ======== Overview Customers ======= */

.custom-two-col-right-image-group {
  background-color: #F9F7FA;
  padding: 64px 0 51px;
}

.custom-two-col-right-image-group .custom-two-col-right-image-wrap {
  margin: 0 -15px;
  padding: 64px 0 0;
  display: inline-block;
}

.custom-two-col-right-image-group .custom-left-column-content {
  width: 66.66%;
  float: left;
  padding: 0 15px;
}

.custom-two-col-right-image-group .custom-right-column-image {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}

.custom-two-col-right-image-group .custom-left-column-content h1 {
  font-size: 56px;
  line-height: 67px;
  color: #007bff;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  text-shadow: 2px 2px 4px #ffffff;
  font-weight: 400;
  margin: 0 0 37px;
}

.custom-two-col-right-image-group .custom-left-column-content h1 strong {
  font-weight: bolder;
}

.custom-two-col-right-image-group .custom-left-column-content h4 {
  color: #534F70;
  font-size: 1.5rem;
  margin-bottom: .5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0px;
  padding-bottom: 20px;
}

.custom-mental-health-row2-bottom sup,
.custom-stress-management-wrap .custom-stress-management-wrap-inner sup {
  line-height: inherit;
}

.custom-two-col-right-image-group .custom-left-column-content h4:last-of-type {
  padding: 0;
  margin: 0;
}

.customer-overview-layout .custom-two-col-right-image-group .custom-right-column-image img {
  width: 200% !important;
  max-width: none;
}

a.custom-btn {
  background-color: #007bff;
  border: solid 1px #ffffff;
  color: #fff;
  display: inline-block;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
  margin-top: -2px;
}

.custom-overview-customer-row2 {
  padding: 80px 0 97px;
}

.custom-overview-customer-row2 .custom-overview-customer-row2-top {
  text-align: center;
}

.custom-overview-customer-row2 .custom-overview-customer-row2-top h2 {
  color: #007bff;
  font-size: 42px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  margin: 0 0 70px;
}

.custom-overview-customer-row2 .custom-overview-customer-row2-top p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
  line-height: 28px;
  color: #534f70;
  font-weight: 500;
  margin-bottom: 17px;
}

.customer-overview-layout .custom-content-top-image-wrap {
  padding: 97px 0 41px;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.customer-overview-layout .custom-content-top-image-wrap .custom-content-top-image-item {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  max-width: 100%;
  margin: 0 0 43px;
  background-color: transparent;
  text-align: center;
}

.customer-overview-layout .custom-content-top-image-wrap .custom-content-top-image-item .custom-top-image img {
  width: 60%;
}

.customer-overview-layout .custom-content-top-image-wrap .custom-content-top-image-item .custom-top-image {
  padding-bottom: 23px;
}

.customer-overview-layout .custom-content-top-image-wrap .custom-bottom-content h4 {
  margin: 0 0 16px;
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  color: #212529;
}

.customer-overview-layout .custom-content-top-image-wrap .custom-content-top-image-item .custom-bottom-content p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0 0 16px;
  color: #212529;
  line-height: 27px;
}

.custom-overview-customer-row2 .custom-overview-customer-row2-bottom {
  padding-left: 30px;
}

.custom-overview-customer-row2 .custom-overview-customer-row2-bottom a.custom-btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.custom-overview-customer-row3 {
  padding-bottom: 117px;
}

.customer-overview-layout .custom-two-col-with-image {
  display: block !important;
  max-width: 100%;
  padding: 0;
  margin: 0 -15px !important;
}

.customer-overview-layout .custom-two-col-with-image .custom-image-wrap {
  width: 50%;
  float: left;
  padding: 0 15px;
  max-width: 100% !important;
  margin: 0 !important;
  display: block !important;
}

.customer-overview-layout .custom-two-col-with-image.right .custom-content-wrap {
  width: 50%;
  float: left;
  padding: 0 15px;
  text-align: left;
}

.customer-overview-layout .custom-two-col-with-image.right .custom-image-wrap {
  float: right;
}

.customer-overview-layout .custom-two-col-with-image .custom-content-wrap h2 {
  font-size: 32px;
  line-height: 38px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
}

.customer-overview-layout .custom-two-col-with-image .custom-content-wrap ul {
  padding: 10px 0 0;
  margin: 0;
  list-style-type: none;
}

.customer-overview-layout .custom-two-col-with-image .custom-content-wrap ul li {
  display: flex;
}

.customer-overview-layout .custom-two-col-with-image .custom-content-wrap ul li img {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}

.customer-overview-layout .custom-two-col-with-image .custom-content-wrap ul li p {
  margin: 0 0 16px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #212529;
  line-height: 27px;
}


.custom-overview-customer-row4 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.custom-overview-customer-row4 .hs_cos_wrapper_type_rich_text h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: #007bff;
}

.custom-overview-customer-row4 .hs_cos_wrapper_type_rich_text h4 {
  color: #534f70;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin: 11px 0 8px;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image {
  margin: 0 !important;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image.right .custom-content-wrap {
  padding-top: 18px;
  margin-left: -15px;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image .custom-content-wrap h2 {
  font-size: 40px;
  line-height: 60px;
  opacity: 0.8;
  color: #007bff;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  margin: 0 0 16px;
  text-align: center;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image .custom-content-wrap h3 {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #534f70;
  margin: 0px 0 23px;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image .custom-content-wrap p {
  font-size: 18px;
  line-height: 27px;
  color: #212529;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image.right .custom-image-wrap {
  margin-right: -15px !important;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image .custom-content-wrap p:last-of-type {
  margin: 0;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image .custom-content-wrap p a {
  color: #7E79A3;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image .custom-content-wrap p a:hover {
  color: #008deb;
  text-decoration: underline;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image.right {
  padding-bottom: 68px;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image {
  padding-top: 80px;
  padding-bottom: 97px;
}

.custom-overview-customer-row4 {
  padding-bottom: 120px;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image.left .custom-image-wrap img {
  width: 120%;
  max-width: none;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image.left .custom-content-wrap p {
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
}

.customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image.left .custom-content-wrap {
  margin-right: -15px !important;
}

/* ================= Webinar =============== */

.webinar .body-container-wrapper {
  padding-top: 82px;
  padding-bottom: 120px;
}

.jumbotron {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
  margin-top: 5px;
}

.jumbotron h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: .5rem;
  padding-bottom: 44px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.jumbotron h1 strong {
  font-weight: normal;
}

.jumbotron hr {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, .1);
  background-color: transparent;
}

.hs-webinar-row2 .custom-section-header {
  padding-top: 43px;
}

.hs-webinar-row2 .custom-section-header h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.webinar .body-container-wrapper p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.hs-webinar-row1-col1 h3 {
  font-size: 1.75rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.webinar .body-container-wrapper p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 27px;
}

.webinar .body-container-wrapper .hs-webinar-row1-col1 ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  padding: 0;
  color: #212529;
}

.webinar .body-container-wrapper .hs-webinar-row1-col1 ul li {
  list-style-image: url(//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/temp_list_icon.png);
  margin-left: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.custom-webinar-sidebar-form form {
  box-shadow: 0 8px 16px 0 RGBA(83, 79, 112, 0.1), 0 16px 48px 0 RGBA(83, 79, 112, 0.1);
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F9F7FA;
  max-width: 420px;
  margin-left: auto;
}

.hs-webinar-row1-col1 {
  padding: 0 15px;
}

.fr-overview-layout .custom-overview-row5 .custom-overview-row5-top h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 8px;
}

.fr-overview-layout .custom-overview-row5 .custom-overview-row5-top {
  margin: 0 0 43px;
}

.fr-overview-layout .custom-overview-row5 .custom-overview-row5-left img {
  margin-top: -30px;
  width: 526px !important;
}

.fr-overview-layout .custom-overview-row5 .custom-webinar-sidebar-form {
  padding-top: 78px;
  padding-right: 30px;
}

.fr-overview-layout .custom-overview-row5 {
  padding-bottom: 217px;
}

.hs-telehealth-page .custom-two-col-right-image-group {
  border-bottom: 3px solid #dddddd;
  padding: 4rem 2rem;
  background-color: #F9F7FA;
}

.fr-overview-layout .custom-overview-row4 {
  padding-bottom: 65px;
}

.hs-telehealth-page .custom-two-col-right-image-group .page-center {
  max-width: 1140px !important;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-telehealth-page .custom-two-col-right-image-group h1 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #20a5fc;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
}

.hs-telehealth-page .custom-two-col-right-image-group h1 strong {
  font-weight: inherit;
}

.hs-telehealth-page .custom-two-col-right-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hs-telehealth-page .custom-two-col-right-image-wrap:before,
.custom-two-col-right-image-wrap:after {
  content: none;
}

.hs-telehealth-page .custom-two-col-right-image-wrap .custom-left-column-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-telehealth-page .custom-two-col-right-image-wrap .custom-right-column-image {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: block;
}

.hs-telehealth-page .custom-two-col-right-image-wrap .custom-right-column-image img {
  margin-top: -20px;
  width: 110%;
  height: 107%;
  max-width: none;
}

.hs-telehealth-page .custom-two-col-right-image-group .custom-left-column-content h4 {
  padding-top: 3px;
  color: #534F70;
  padding-bottom: 20px;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 116px;
}

.hs-telehealth-page a.custom-orange-btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin: 0;
  font-family: inherit;
  background-color: #f79574;
  border: solid 1px #ffffff;
  color: #fff;
  margin-bottom: 32px;
}

.hs-telehealth-row1 {
  padding-top: 102px;
  padding-bottom: 70px;
}

.hs-telehealth-row1 .custom-one-col-content-wrapper {
  background-color: #f9f7fa;
  padding: 20px;
  margin: 0 -6px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.hs-telehealth-row1 .custom-one-col-content-wrapper p:first-of-type:before {
  content: "";
  display: block;
  width: 26px;
  height: 22px;
  background-size: cover;
  background-position: center;
  background-image: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/Quote.png');
  margin-bottom: 6px;
}

.hs-telehealth-row1 .custom-one-col-content-wrapper p {
  font-size: inherit;
  line-height: inherit;
  padding-bottom: 16px;

}

.hs-telehealth-row2-col1 h1 {
  color: #20a5fc;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-size: 38px;
  padding-bottom: 13px;
  text-align: left;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.hs-telehealth-row2-col1 h1 {
  color: #20a5fc;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-size: 38px;
  padding-bottom: 13px;
  text-align: left;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.hs-telehealth-row2-col1 h1 strong {
  font-weight: normal;
}

.hs-telehealth-row2-col1 {
  padding-left: 10px;
}

.hs-telehealth-row2-col1 p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #212529;
}

.hs-telehealth-row2-col2 .custom-webinar-sidebar-form form {
  max-width: 445px;
  margin-top: 64px;
}

.custom-webinar-sidebar-form {
  padding-right: 8px;
}

.custom-webinar-sidebar-form form label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #534F70;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.custom-webinar-sidebar-form form {
  padding-top: 26px;
  padding-bottom: 15px;
}

.custom-webinar-sidebar-form form .hs-input {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-webinar-sidebar-form form .hs-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.custom-webinar-sidebar-form form .hs-form-field {
  margin: 0 0 16px;
}

.custom-webinar-sidebar-form form select {
  height: calc(2.25rem + 2px);
}

.custom-webinar-sidebar-form form span.hs-form-required {
  display: none;
}

.hs-telehealth-row3 {
  padding-bottom: 138px;
  padding-top: 142px;
}

.custom-quotation-wrap .custom-quotation-descrption h4 {
  padding-top: 13px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #212529;
}

.custom-quotation-wrap .custom-quotation-descrption h4 a {
  color: #7E79A3;
}

.custom-quotation-wrap .custom-quotation-descrption h4 a:hover {
  color: #008deb;
  text-decoration: underline;
}

.hs-telehealth-row3 .custom-quotation-wrap {
  padding-left: 9px;
}

.hs-telehealth-row2-col1 ul {
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
}

.hs-telehealth-row2-col1 ul li {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #212529;
}

.hs-telehealth-row2-col1 ul li:before {
  content: "";
  background: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/checkmark-1.png');
  width: 28px;
  height: 28px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 20px;
}

.hs-full-page-no-banner-row1 h1 {
  font-size: 48px;
  line-height: 64px;
  margin: 0;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
}

.hs-full-page-no-banner-row1 {
  margin-top: -18px;
}

.hs-full-page-no-banner-row1 h3 {
  margin-top: 57px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  padding-bottom: 28px;
}

.hs-full-page-no-banner-row1 .custom-one-col-content-wrapper {
  padding-top: 74px;
  padding-left: 9px;
  padding-bottom: 16px;
}

.hs-full-page-no-banner-row1 .custom-one-col-content-wrapper h1 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #20a5fc;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
}

.hs-full-page-no-banner-row1 .custom-one-col-content-wrapper h4 {
  padding-top: 43px;
  margin-top: 0;
  color: #534F70;
  padding-bottom: 20px;
  font-size: 30px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.hs-full-page-no-banner-row1 .custom-one-col-content-wrapper h4 a {
  color: #7E79A3;
}

.hs-full-page-no-banner-row1 .custom-one-col-content-wrapper h4 a:hover {
  color: #008deb;
  text-decoration: underline;
}

/* =============== Homepage =============== */
.home-banner ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.home-banner ul li {
  display: inline-block;
  margin-right: 17px;
}

.home-banner ul li a.custom-blue-btn img {
  margin-right: 8px;
}

.home-banner ul li:last-child {
  margin-right: 0;
  padding-left: 8px;
}

.home-banner ul li img.button__icon {
  margin-right: 2px;
}

.hero__section--video {
  width: 50%;
  margin-top: 72px;
}

.custom-patients-banner.home-banner h1 {
  margin-top: 168px;
}

.custom-patient-row1.home-row1 {
  padding-top: 54px;
  padding-bottom: 96px;
}

.custom-patient-row1.home-row1 .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 552px;
  margin-top: 96px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.custom-patient-row1.home-row1 .custom-content-top-image-item {
  margin-bottom: 72px;
}

.custom-patient-row1.home-row1 .custom-content-top-image-item:nth-child(odd) {
  margin-right: 0;
}

.custom-patient-row1.home-row1 .custom-content-top-image-item:nth-child(even) {
  margin-left: 0;
}

.custom-patient-row1 .custom-bottom-content h6 {
  margin-bottom: 16px;
}

.hs-patients-page .custom-patient-row1 .custom-bottom-content h6 {
  margin-bottom: 0;
}

.hs-home-page .custom-patient-row1 .custom-bottom-content h6 {
  margin-bottom: 16px;
}

.custom-patient-row1.home-row1 .custom-one-col-content-wrapper {
  text-align: center;
  width: 66%;
  margin: 0 auto;
}

.custom-patient-row1.home-row1 .custom-one-col-content-wrapper h1,
.custom-patient-row1.home-row1 .custom-one-col-content-wrapper p {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
}

.custom-patient-row1.home-row1 .custom-one-col-content-wrapper h1 {
  margin-top: 23px;
  margin-bottom: 16px;
}

.custom-patient-row1.home-row1 .custom-one-col-content-wrapper p {
  color: #534F70;
}

.custom-patient-row1.home-row1 .custom-one-col-content-wrapper .custom-blue-btn {
  margin-top: 49px;
}

.custom-patient-row2 .custom-full-width-image {
  left: -24px;
  width: 533px;
  height: 255px;
}

.custom-home-row2-bottom .hs_cos_wrapper_type_module:nth-child(2) .custom-full-width-image {
  bottom: 0;
  right: -24px;
  width: 168px;
  height: 85px;
  left: auto;
}

.custom-patient-row5.home-row4 .custom-one-col-content-wrapper {
  margin-bottom: 0;
}

.custom-patient-row5.home-row4 {
  padding-top: 129px;
  padding-bottom: 96px;
}

.custom-patient-row5.home-row4 .custom-one-col-content-wrapper {
  margin-bottom: 0;
  max-width: 704px;
}

.calculator-wrapper {
  margin-left: auto;
  margin-right: auto;
  background-color: #212020;
  margin-top: 73px;
  padding: 96px 68px;
  margin-bottom: 60px;
  position: relative;
  z-index: 99;
}

.return-on-investment__section {
  display: inline-block;
  vertical-align: top;
}

.return-on-investment__field--pr {
  padding-right: 12px;
}

.return-on-investment__field {
  display: inline-block;
}

.return-on-investment__field--half {
  width: 48%;
}

.return-on-investment__section--half {
  width: 55%;
}

.return-on-investment__section--half:nth-child(2) {
  margin-left: 60px;
  width: 38%;
}

.return-on-investment__value-title {
  font-size: 48px;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.return-on-investment__field p {
  padding-bottom: 18px;
}

p.paragraph.paragraph--small.for_last-sec {
  font-family: 'Roboto', sans-serif;
}

.return-on-investment__value-year {
  font-size: 18px;
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-patient-row4.home-row5 {
  padding-top: 192px;
  padding-bottom: 96px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #F9F7FA;
  position: relative;
}

.cal-btn-wrap {
  margin-top: 16px;
}

.return-on-investment__field--full {
  width: 96%;
}

.custom-patient-row4.home-row5 .page-center {
  position: relative;
  z-index: 9;
}

.home-row5-column1 h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  margin: 0;
  color: #534F70;
}

.home-row5 .custom-full-width-image {
  position: absolute;
  bottom: 174px;
  right: 0;
  width: 531px;
  height: 200px;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

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

.need-help-btn a {
  position: fixed;
  bottom: 50px;
  right: 15px;
  border: 1px solid #1fa5ff;
  box-shadow: 0 2px 4px 0 rgba(31, 165, 255, 0.1), 0 4px 16px 0 rgba(31, 165, 255, 0.1);
  background-color: #f79574;
  border-color: #f79574;
  border-radius: 24px;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
}

.need-help-btn a:hover {
  background-color: #fabaa4;
  border-color: #fabaa4;
}

.footer-container-wrapper {}

.footer-container {}

.custom-footer-group {
  padding-top: 96px;
  /*border-top: 1px solid #DDD7E0;*/
  padding-bottom: 48px;
  background: #212020;
  /*#000*/
}

.custom-footer-group .page-center {}

.custom-footer-logo {}

.custom-footer-logo img {
  max-width: 168px;
}

.custom-footer-menu {
  padding-left: 2px;
}

.custom-footer-menu .hs-menu-wrapper>ul {
  display: block;
}

.custom-footer-menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  width: 24.2%;
  margin-bottom: 24px;
  vertical-align: top;
  float: none !important;
}

.custom-footer-menu .hs-menu-wrapper>ul>li>a {
  font-size: 21px;
  line-height: 26px;
  white-space: normal;
  display: inline-block;
  margin-bottom: 24px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  color: #FFEFE2 !important;
  margin-top: 0;
}

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

.custom-footer-menu .hs-menu-wrapper>ul ul {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-left: 0;
}

.custom-footer-menu .hs-menu-wrapper>ul ul li {
  margin-top: 8px;
}

.custom-footer-menu .hs-menu-wrapper>ul ul li:first-of-type {
  margin-top: 0;
}

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

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

.custom-copyright-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  /*border-top: 1px solid #DDD7E0;*/
  margin-top: 24px;
}

.custom-footer-social {
  display: inline-block;
  min-width: 168px;
  vertical-align: top
}

.custom-footer-social a:first-of-type {
  margin-left: 0;
}

.custom-footer-social a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
  background-position: center;
  margin-left: 15px;
  color: #7E79A3;
}

.custom-footer-social a:hover {
  opacity: 0.6;
}

.custom-copyright {
  display: inline-block;
  margin-left: 10.75%;
  vertical-align: top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #7E79A3;
}

.custom-privacy-links .hs-menu-wrapper>ul {
  display: block;
  font-size: 14px;
}

.custom-privacy-links .hs-menu-wrapper>ul>li {
  display: inline-block;
  float: none !Important;
  width: auto;
  margin-right: 25px;
  vertical-align: middle;
}

}
.custom-privacy-links {
  /*text-align: right;*/
  padding-right: 2px;
}

.custom-privacy-links a {
  color: #FFEFE2;

}

.custom-privacy-links .hs-menu-wrapper>ul>li:last-of-type {
  margin-right: 0;
}



.custom-privacy-links a:hover {
  color: #fff;
  opacity: 0.5;
}

div[data-global-widget-path]+div {
  margin-left: 0 !important;
}

.bell-layout .custom-menu-primary.right-menu .hs-menu-wrapper>ul>li:nth-last-child(2) {
  display: none !important;
}

.custom-bell-row1 .custom-two-col-right-image-group .custom-left-column-content {
  width: 50%;
}

.custom-bell-row1 .custom-two-col-right-image-group .custom-right-column-image {
  width: 38.2%;
}

.custom-bell-row1 .custom-two-col-right-image-group .custom-left-column-content h1 {
  color: #0097F3;
}

.custom-bell-row1 .custom-two-col-right-image-group .custom-left-column-content h4 {
  color: #534E71;
  padding-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

.bell-layout .body-container a.custom-btn {
  background: #0097F3;
}

.custom-overview-customer-row2.custom-bell-row2 {
  padding: 50px 0 97px;
}

.custom-overview-customer-row2.custom-bell-row2 .custom-overview-customer-row2-top h2 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  color: #0097F3;
  margin-bottom: 44px;
}

.custom-bell-row1 .custom-two-col-right-image-group .custom-left-column-content h4+h4 {
  padding-bottom: 0;
}

.custom-overview-customer-row2.custom-bell-row2 .custom-overview-customer-row2-top h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 10px;
  margin-bottom: 17px;
}

.customer-overview-layout.bell-layout .custom-content-top-image-wrap .custom-content-top-image-item .custom-bottom-content p {
  color: #534E71;
  font-family: 'Roboto', sans-serif;
}

.customer-overview-layout.bell-layout .custom-content-top-image-wrap .custom-bottom-content h4 {
  color: #534E71;
  font-family: 'Roboto', sans-serif;
}

.customer-overview-layout.bell-layout .custom-content-top-image-wrap .custom-content-top-image-item {
  margin: 0 0 33px;
}

.bell-layout .custom-overview-customer-row2 .custom-overview-customer-row2-bottom {
  padding-top: 25px;
}

.customer-overview-layout .custom-bell-row3 .custom-two-col-with-image .custom-content-wrap h2 {
  color: #0097F3 !important;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
}

.customer-overview-layout .custom-bell-row3 .custom-two-col-with-image .custom-image-wrap img {
  padding-top: 160px;
  max-width: 350px;
}

.customer-overview-layout .custom-bell-row3 .custom-two-col-with-image .custom-content-wrap ul li p {
  color: #534E71;
  font-family: 'Roboto', sans-serif;
}

.customer-overview-layout .custom-bell-row3 .custom-two-col-with-image .custom-content-wrap ul li img {
  margin-right: 67px;
}

.bell-layout .custom-overview-customer-row3 {
  padding-bottom: 110px;
}

.bell-layout .custom-overview-customer-row4 .hs_cos_wrapper_type_rich_text h2 {
  color: #0097F3;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
}

.bell-layout .custom-overview-customer-row4 .hs_cos_wrapper_type_rich_text h4 {
  color: #534E71;
  font-family: 'Roboto', sans-serif;
}

.customer-overview-layout.bell-layout .custom-overview-customer-row4 .custom-two-col-with-image.right {
  padding-bottom: 15px;
}

.customer-overview-layout.bell-layout .custom-overview-customer-row4 .custom-one-col-content-wrapper {
  background-color: #F9F7FA;
  border: solid 2px #534E71;
  padding-top: 15px;
  padding-bottom: 30px;
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
  text-align: center;
  color: #534E71;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 83px;
  padding-left: 15px;
  padding-right: 15px;
}

.customer-overview-layout.bell-layout .custom-overview-customer-row4 .custom-one-col-content-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 17px 0 16px;
}

.custom-bell-row4 .custom-full-width-image {
  margin-bottom: 23px;
}

.customer-overview-layout.bell-layout .custom-overview-customer-row4 .custom-two-col-with-image .custom-content-wrap h3 {
  color: #534E71;
  font-family: 'Roboto', sans-serif;
}

.customer-overview-layout.bell-layout .custom-overview-customer-row4 .custom-two-col-with-image .custom-content-wrap h2 {
  color: #0097F3;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
}

.customer-overview-layout.bell-layout .custom-overview-customer-row4 .custom-two-col-with-image .custom-content-wrap p {
  color: #534E71;
  font-family: 'Roboto', sans-serif;
}

.customer-overview-layout.bell-layout .custom-overview-customer-row4 .custom-two-col-with-image .custom-content-wrap h3 {
  line-height: 1.5;
  font-size: 1.75rem;
}

.bell-layout .custom-overview-customer-row4 {
  padding-bottom: 0;
}

.custom-bell-row5 .page-center {
  /*background-color: #F9F7FA;*/
  padding: 40px 20px 100px;
  text-align: center;
}

.custom-bell-row5 .hs_cos_wrapper_type_rich_text p {
  font-size: 40px;
  opacity: 0.8;
  color: #0097F3;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.custom-bell-row5 .custom-resources-group {
  padding-top: 90px;
}

.custom-bell-row5 .custom-resources-group .resource-card__filter {
  background: transparent !important;
}

.custom-bell-row5 .custom-resources-group a.resource-card {
  /*   margin: 0 50px; */
  max-width: 285px;
  margin-bottom: 25px;
}

.custom-bell-row5 .custom-resources-group p.paragraph.paragraph--small.c--white.fw--2.tt--uppercase.w--1 {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.custom-bell-row5 .custom-resources-group p.paragraph.paragraph--large.c--white.fw--2.mt--2 {
  font-size: 18px;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #FFFFFF;
}

.custom-bell-row5 .resource-card__footer p.paragraph.paragraph--small.c--white.fw--2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.custom-bell-row5 .resource-card__footer p.paragraph.paragraph--small.c--white.fw--2:hover {
  text-decoration: underline;
}

.custom-bell-row5 .custom-resources-group .resource-card__button {
  bottom: 28px;
  width: 60px;
  height: 60px;
}

.custom-bell-row5 .custom-content-top-image-wrap {
  display: none !important;
}

.custom-bell-row5 {
  padding-bottom: 220px;
}

.footer-social-area {
  text-align: right;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper>ul {}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  float: none !important;
  position: relative;
  margin: 0 12px;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  color: #212120;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
  display: inline-block;
  position: relative;
  top: -1px;
  border: solid #53506F;
  padding: 2px;
  border-width: 0 2px 2px 0;
  margin-left: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: middle;
  transition-duration: .25s;
  transition-property: transform;
  content: " ";
  margin-right: 24px;
}

body.with-banner:not(.scroll-header) .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
  border-color: #fff !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover::after {
  top: 1px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

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

.custom-menu-primary.right-menu .hs-menu-wrapper>ul>li {
  margin-right: 10px;
}

.custom-menu-primary.right-menu .hs-menu-wrapper>ul>li:nth-last-child(2) {
  /*border: 1px solid #1FA5FF;
  box-shadow: 0 2px 4px 0 RGBA(31, 165, 255, 0.1),0 4px 16px 0 RGBA(31, 165, 255, 0.1);
  background-color: #F79574;
  border-color: #F79574;
  border-radius: 24px;*/
}

/*.custom-menu-primary.right-menu .hs-menu-wrapper > ul > li:nth-last-child(2):hover {
background-color: #212120;
border-color: #212120;
}*/
.custom-menu-primary.right-menu .hs-menu-wrapper>ul>li:nth-last-child(2)>a {
  color: #212120 !important;
}

.custom-menu-primary.right-menu .hs-menu-wrapper>ul>li:last-child>a {
  color: #FFEFE2 !important;
  padding-top: 8px;
  font-size: 18px;
  line-height: 21px;
}

.custom-menu-primary.right-menu .hs-menu-wrapper>ul>li:last-child {
  background-color: #212120;
  border-radius: 30px;
  padding: 0 8px;
  /*border: 1px solid #212120;
  box-shadow: 0 2px 4px 0 RGBA(31, 165, 255, 0.1),0 4px 16px 0 RGBA(31, 165, 255, 0.1);*/
}

.custom-menu-primary.right-menu .hs-menu-wrapper>ul>li:last-child:hover {
  background-color: rgba(0, 0, 0, 0.8);
  /*border-color: rgba(31,165,255,0.15);*/
}

/* Child List */

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

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  line-height: 24px;
  color: #7E79A3;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  /*font-weight: bold;*/
  padding-top: 13px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16px;
  transition-duration: .2s;
  transition-property: background-color;
  white-space: normal !important;
  text-align: center;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li.active a {
  color: #1FA5FF !important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
  background-color: RGBA(126, 121, 163, 0.03);
  color: #534F70;
}

.custom-menu-primary.right-menu .hs-menu-wrapper>ul ul {
  min-width: 172px;
}

.intro-block .dropdown .opener {
  white-space: nowrap;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2 a {
  padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-3 a {
  padding: 0 10%;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li:first-child a {
  width: auto;
}

.content-quize-img-wrap .page-center>div>div {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:1660px) {
  .fr-header .custom-logo a {
    margin-right: 10px;
  }

  .fr-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-left: 16px;
    padding-right: 7px;
  }

  .fr-header .custom-lang-switcher {
    margin-left: 15px !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    margin-right: 9px;
  }
}

@media screen and (max-width:1450px) {
  .fr-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px !important;
    padding-left: 10px;
    padding-right: 6px;
  }

}

@media screen and (max-width:1300px) {
  .fr-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 11px !important;
    padding-left: 7px;
    padding-right: 5px;
  }

  .fr-header .custom-lang-switcher {
    margin-left: -1px !important;
  }

  .fr-header .custom-logo a {
    margin-right: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    margin-right: 2px;
  }
}


/* @media screen and (max-width:991px) {
.custom-menu-primary .hs-menu-wrapper>ul>li>a { font-size:11px !important }

} */

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: block !important;
  }

  .header-container-wrapper .custom-logo-group {
    width: auto;
  }

  .header-menu-group {
    width: auto !important;
    margin-left: 0 !important;
    display: inline-block !important;
    float: right !important;
  }

  .header-container-wrapper .custom-menu-primary {
    width: auto;
    display: inline-block;
    float: none;
    margin-left: 0;
    vertical-align: top;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    top: 100% !important;
    background-color: #FFFFFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 4px 8px 0 RGBA(83, 79, 112, 0.1), 0 8px 24px 0 RGBA(83, 79, 112, 0.1);
    min-width: 120px;
    border-top: solid 1px #000;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    border-top: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
    animation: .12s ease-in-out dropdown-animation;
    animation-iteration-count: 1;
  }

  body.with-banner:not(.scroll-header) .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #fff !important;
  }

  body.with-banner:not(.scroll-header) .custom-header-group {
    color: #fff;
  }

  body.with-banner:not(.scroll-header) .header-container .lang_list_class>li>a {
    color: #fff !important;
  }

  body.with-banner:not(.scroll-header) .header-container .lang_list_class>li>a:after {
    border-color: #fff !important;
  }

  @keyframes dropdown-animation {
    from {
      top: 0;
      opacity: 0;
    }

    to {
      top: 100%;
      height: auto;
      opacity: 1
    }
  }

  .custom-lang-switcher {
    display: inline-block !important;
    width: auto !important;
    padding: 0;
    margin-left: 28px !important;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    float: right !important;
    margin-top: 10px;
  }

  .custom-menu-primary.right-menu.hidden-phone .hs-menu-wrapper {
    display: inline-block !important;
    vertical-align: middle;
    width: auto;
  }
}


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

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

@media (max-width: 1024px) {

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

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

  .mobile-trigger {
    display: inline-block !important;
    /* Show button on mobile */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: absolute;
    /**************************************/
    top: 0px;
    /* Position Button at right of screen */
    right: 10px;
    /**************************************/
    width: auto;
    /* Button width */
    height: auto;
    /* Button height */
    padding: 7px 10px 8px 10px;
    background: #ffffff;
    /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
  }

  .mobile-trigger:hover {
    text-decoration: none;
    /* Removes link text underline on button */
    color: #fff;
    background-color: #000;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger {
    color: #fff;
    background-color: #000;
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: '';
  }

  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 22px;
    /* Icon line width */
    height: 2px;
    /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000;
    /* Icon color */
    display: inline-block;
  }

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

  /* Position top line */
  .mobile-trigger i:after {
    top: 6px;
  }

  /* Position bottom line */
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #fff;
    /* Icon color */
  }

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

  .child-trigger {
    display: block !important;
    /* Hide button on Desktop */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    /* Button width */
    min-width: 55px !important;
    height: 45px !important;
    /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }

  .child-trigger:hover {
    text-decoration: none;
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .child-trigger i:after {
    position: absolute;
    content: '';
  }

  .child-trigger i,
  .child-trigger i:after {
    width: 10px;
    /* Icon line width */
    height: 1px;
    /* Icon line height */
    background-color: #fff;
    /* Icon color */
    display: block;
  }

  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .child-trigger.child-open i {}

  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

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

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

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

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

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: fixed;
    top: 64px;
    left: 0;
    padding: 16px 24px 70px;
    padding-top: 70px;
    z-index: 999;
    background: #fff;
    height: 100vh;
    overflow-y: auto;
    display: none;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
  }

  .custom-menu-primary ul li:last-child a {
    padding-left: 10px;
    padding-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #7E79A3 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 7px;
    line-height: 24px;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #534F70 !important;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    content: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    background-color: rgba(255, 255, 255, .08);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    /*font-weight: bold;*/
    padding-top: 13px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px;
    transition-duration: .2s;
    transition-property: background-color;
    color: #7E79A3 !important;
    line-height: 24px;
    font-size: 16px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    background-color: RGBA(126, 121, 163, 0.03);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: #534F70 !important;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    text-indent: 0;
    /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
    text-indent: 50px;
    /* Indent Child lists */
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) {
    border: 1px solid #1FA5FF;
    box-shadow: 0 2px 4px 0 RGBA(31, 165, 255, 0.1), 0 4px 16px 0 RGBA(31, 165, 255, 0.1);
    background-color: #F79574;
    border-color: #F79574;
    border-radius: 24px;
    width: auto;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 8px;

  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2):hover {
    background-color: #fabaa4;
    border-color: #fabaa4;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    color: #FFFFFF !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    background-color: #1FA5FF;
    border-radius: 3px;
    border: 1px solid #1FA5FF;
    box-shadow: 0 2px 4px 0 RGBA(31, 165, 255, 0.1), 0 4px 16px 0 RGBA(31, 165, 255, 0.1);
    width: auto;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 8px;

  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child:hover {
    background-color: rgba(31, 165, 255, 0.8);
    border-color: rgba(31, 165, 255, 0.15);
  }

  h1 {
    font-size: 34px;
    line-height: 38px;
  }
}


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


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

/*blog sharing css*/

.o-visible .body-container-wrapper{
  overflow: visible;
}
.sharing-contain{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.sharing-contain > div{
  height: 100%;
}
.s-sharing-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: sticky;
  top: 50%;
  right: 0;
  z-index: 9999;
  transform: translateY(-50%);
}
.s-sharing-link a{
  height: 60px;
  width: 60px;
  background-color: #212020;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: relative;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.s-sharing-link a:hover{
  background-color: #FFEFE2;
}
.s-sharing-link a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, visibility 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
}
.s-sharing-link a img.hover_img{
  opacity: 0;
  visibility: hidden;
}
.s-sharing-link a:hover img.simple_img{
  opacity: 0;
  visibility: hidden;
}
.s-sharing-link a:hover img.hover_img{
  opacity: 1;
  visibility: visible;
}
body a[href^="https://www.facebook.com/sharer/sharer.php"],
body a[href^="https://twitter.com/intent/tweet?"],
body a[href^="https://www.linkedin.com/shareArticle?"]{
  display: block !important;
}
.sharing-contain .text-for-mob{
  display: none;
}
@media (max-width: 575px){
  .sharing-contain {
    top: 0;
    transform: none;
    position: static;
    border-top: 2px solid #212020;
    padding-top: 18px;
    margin-bottom: 40px;
  }
  .s-sharing-link a {
    height: auto;
    width: auto;
    display: inline-block;
    background-color: transparent;
    margin-right: 39px;
  }
  .s-sharing-link a:last-child {
    margin-right: 0;
  }
  .s-sharing-link a img{
    position: static;
    transform: none;
  }
  .s-sharing-link a img.simple_img{
    display: none;
  }
  .s-sharing-link a img.hover_img{
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .s-sharing-link{
    flex-direction: row;
    justify-content: start;
    transform: none; 
  }
  .o-visible .body-container-wrapper{
    padding-bottom: 0 !important;
  }
  .o-visible .blog-content{
    margin-bottom: 0;
  }
  .o-visible .row-fluid [class*="span"]{
    min-height: 0;
  }
  .sharing-contain .text-for-mob{
    display: block;
    color: #212020;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-right: 31px;
  }
}
@media (max-width: 400px){
  .sharing-contain .text-for-mob{
    margin-right: 20px;
  }
  .s-sharing-link a{
    margin-right: 20px;
  }
}
/*blog sharing css*/

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

.post-item.without-search:first-child {
  display: none;
}

.custom-banner.blog-banner h1 {
  font-weight: 400;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
}

.hero__corner-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 456px;
  width: 609px;
}

.custom-banner.blog-banner {
  min-height: 408px;
  margin-bottom: 48px;
  background: #fff;
  color: #534F70;
}

.custom-banner.blog-banner p {
  color: #7E79A3;
}

.custom-banner.blog-banner .page-center {
  text-align: left;
}

.custom-banner.blog-banner:after,
.custom-banner.blog-banner:before {
  content: none;
}

.custom-banner.blog-banner .banner-content {
  display: inline-block;
  vertical-align: middle;
}

.hs-blog-listing .body-container .page-center {
  max-width: 1176px !important;
}

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

.blog-head h1 {
  margin: 40px 0;
}

/* Blog Post Title */


.post-title,
h2.post-listing-simple {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  white-space: normal;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-weight: 400;
  margin-top: 8px;
  color: #534F70;
}

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

.post-header h2 a:hover,
h2.post-listing-simple a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.press .post-header {
  padding-top: 50px !important;
  padding-bottom: 10px !important;
}

#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-avatar {
  overflow: hidden;
  padding: 15px 0;
}

#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-avatar {}

#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.blog-section.for_post_section {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 96px;
}

.about-author-sec {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 96px;
  margin-top: 48px;
}

.about-author-sec-image {
  display: inline-block;
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 100%;
}

.about-author-sec-image:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(156, 151, 189, 0.55);
  mix-blend-mode: hard-light;
  z-index: 2;
  content: "";
}

.about-author-sec-image-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: url(//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/safe_gray.svg#grayscale);
  filter: gray;
  filter: grayscale(100%);
  z-index: 0;
}

.about-author-sec-content {
  display: inline-block;
  width: 74%;
  vertical-align: top;
  padding-left: 24px;
}

.about-auth-title {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #7e79a3;
  line-height: 24px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}

.about-author-sec-content p {
  font-size: 16px;
  margin-top: 12px;
  line-height: 24px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #7e79a3;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 30px;
  background: #fff;
  min-height: 455px;
  position: relative;
  border: solid 0.5px #fff;
}

.blog-listing-wrapper .post-listing .post-item:hover {
  border: 0.5px solid rgba(33, 32, 32, 0.7);
}

.btn-wrapper {
  clear: both;
  text-align: center;
}

.hs-featured-image {
  float: left;
  margin: 0px;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post-header {
  padding: 30px;
}

.post-header h2 {
  font-size: 36px;
  line-height: 40px;
}

.blog-listing-wrapper .post-header {
  padding: 30px 30px 50px;
}

.hs-featured-image-wrapper {
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}

.topic-link {
  color: #212120;
}

.blog-listing-wrapper .post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-listing-wrapper .post-listing .post-item {
  float: none;
  width: calc(50% - 20px);
  margin: 0 10px 30px;
}

.load-more__btn {
  min-width: 190px;
}

.press-page .blog-listing-wrapper .post-listing .post-item {
  width: calc(100% - 20px);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.press-page .blog-listing-wrapper .post-listing .post-item .post-header {
  width: 100%;
}

.resources .blog-listing-wrapper .post-listing .post-item {
  float: none;
  width: calc(33% - 20px);
  margin: 0 10px 30px;
}

.press-page .press .post-header {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

.press-page .blog-listing-wrapper .post-listing {}

.press-page .post-listing {
  padding-top: 0;
  padding-bottom: 30px;
}

.blog-content {
  position: relative;
}

.hs-blog-listing .blog-content:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  content: "";
  height: calc(50% + 100px);
  z-index: -1;
  background: linear-gradient(to bottom, #ffefe200 0%, #ffefe2 10%);
  pointer-events: none;
}

.hs-blog-listing .blog-content:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  content: "";
  height: calc(50% + 100px);
  z-index: -1;
  background: linear-gradient(to top, #ffefe200 0%, #ffefe2 10%);
  pointer-events: none;
}

.hs-blog-post .blog-content:after {
  background: none !important;
}

.hs-blog-post #hubspot-topic_data {
  position: relative !important;
}

.has-bg-gradient {
  position: relative;
}

.has-bg-gradient:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  content: "";
  height: calc(50% + 100px);
  z-index: -1;
  background: linear-gradient(to top, #ffefe200 0%, #ffefe2 100%);
  pointer-events: none;
}

.has-bg-gradient:after {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  content: "";
  height: calc(50% + 100px);
  z-index: -1;
  background: linear-gradient(to bottom, #ffefe200 0%, #ffefe2 100%);
  pointer-events: none;
}

.post-card-details {
  position: relative;
  min-height: 234px;
  padding: 24px 12px 24px 24px;
}

.custom-newsletter-form {
  padding-top: 96px;
  border-top: 1px solid #DDD7E0;
  margin-top: 48px;
}

.custom-newsletter-form p {
  color: #7E79A3;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 48px;
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align: center;
}

.custom-newsletter-form form {
  max-width: 552px;
  font-size: 13px;
  display: block;
  margin: 16px auto;
  margin-bottom: 32px;
  width: 100%;
}

.custom-newsletter-form form .hs-form-required {
  display: none;
}

.custom-newsletter-form form .hs-input {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.custom-newsletter-form .hs-button.primary.large {
  margin-top: 23px;
  font-family: 'Roboto', sans-serif;

  width: auto;

}

.custom-newsletter-form .actions {
  text-align: center;
}

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

.blog-section.for_post_section ul {
  padding: 0;
  margin: 0;
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 16px;
}

.blog-section.for_post_section ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
  padding-left: 15px;
}

.blog-section.for_post_section p {
  color: #7E79A3;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
}

.resources .post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.resources .blog-listing-wrapper .post-listing .post-item:nth-child(4n+1) {
  margin-left: 0;
}

.resources .post-listing .post-header h2 {
  font-size: 28px;
  line-height: 30px;
}

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

/* Blog Topics List */
#hubspot-topic_data {
  position: absolute;
  bottom: 15px;
  padding: 0 30px;
}

/* Blog Social Sharing Icons */


/* Blog Commments */

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
}

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

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

#comment-form {
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
}

.comment-date {
  font-size: 13px;
  text-align: right;
  display: block !important;
}

.comment-from {
  font-weight: bold;
}

.comment-body {
  padding: 10px 0;
}

/* Pagination */
.blog-pagination {
  clear: both;
  padding: 30px 0;
  text-align: center;
}

.blog-pagination a {
  display: inline-block;
}

.blog-pagination a+a {
  margin-left: 10px;
}

.blog-pagination a.previous-posts-link {}

.blog-pagination a.all-posts-link {}

.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}

div.post-listing-simple {}

div.post-listing-simple .post-item {}

h2.post-listing-simple {}

h2.post-listing-simple a {}

.post-topic_data {
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 24px;
}

.custom-banner.blog-post-banner .page-center {
  text-align: left;
}

.custom-banner.blog-post-banner .banner-content {
  display: block;
}

.custom-banner.blog-post-banner {
  min-height: 536px;
  padding-top: 130px;
  padding-bottom: 48px;
}

.custom-banner.blog-post-banner h1 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 48px;
}

.blog-post__hero-author {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}


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

.blog .blog-sidebar {}

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

.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title {}


.blog .blog-sidebar ul {}

.blog .blog-sidebar ul li {}

.blog .blog-sidebar ul li a {}

.blog .blog-sidebar ul li a:hover {}


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

.hs-blog-social-share {
  height: auto;
  margin-top: 10px;
  padding: 15px 0 9px;
  margin-bottom: 20px;
}


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


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

/* Form Field */
.hs-form-field {
  margin: 0 0 25px;
  border: solid 1px #a8a8a8;
  border-radius: 5px;
  padding: 5px !important;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  border: none;
}

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

/* Labels and Legends */
label {}

.hs-form-field>label {}

fieldset.form-columns-2 .hs-form-field:last-child {
  margin-left: 1%;
}

fieldset.form-columns-2 .hs-form-field {
  padding: 0;
}

fieldset.form-columns-2 .hs-form-field {
  width: 49.25% !important;
  float: none !important;
  display: inline-block !important;
  vertical-align: middle;
  padding: 5px !important;

}

form.hs-form fieldset .hs-form-field>label {
  color: #b8b8b8;
  font-weight: 400;
}

/* One Line Inputs */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 500px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  display: block;
  background-color: #FFFFFF;
  color: #212120;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  border-top: none;
  border-bottom: 0px solid #212120;
  border-left: none;
  border-right: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover {
  border-bottom-color: #1FA5FF;
  outline: 0;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;

}


/* For IE10 */
select::-ms-expand {
  display: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  min-height: 96px;
  background-color: #F9F7FA;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 16px;
  border-radius: 3px;
  border-bottom: none;
  resize: none;
}

textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  height: 48px;
  background-color: #FFFFFF;
  color: #212120;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
  border-top: none;
  =border-left: none;
  border-right: none;
  border-radius: 0;
  padding-left: 4px;
  height: 32px;
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAiCAIAAABTDFfRAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADIWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEyNDg1REMwQzRFOTExRUFBNUMyRjREQUEzNzE3NUQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEyNDg1REMxQzRFOTExRUFBNUMyRjREQUEzNzE3NUQ4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI0ODVEQkVDNEU5MTFFQUE1QzJGNERBQTM3MTc1RDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI0ODVEQkZDNEU5MTFFQUE1QzJGNERBQTM3MTc1RDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7L4BB+AAABAklEQVR42uzWyQqDMBAGYFPcfQcPohd9/0dxARWvnhXcxf4l0IMHG0NoKUwOQUKcbyYJGnYch/b19tB+0UgllVRS/1Pdtq1pmn3fP86c5znLMvQK1LIs27YtiuIa5mTXdXVdK1B93zcMo+/7PM9R93WVlmWFYahA9TwvjmNd1wEj9LqupwnLsmB8mibTNJMkQa/mNLmuy8MNw3CqGElw0rZtQRKNif/VETpNU1TmOA6qB4BnJIFUQGIEyysYit26SwAGg/0DE0VRVVUggaFKcfK2+j444Bl7vcv3EkncCsIk7k18YcdxxNmWICVVDmN5gyCQIOVV+vqTSiqppCpqTwEGALsCrUXfauBVAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #939393;
}

/* Webkit Browsers */
:-moz-placeholder {
  color: #939393;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #939393;
}

/* Firefox 19+ */
:-ms-input-placeholder {
  color: #939393;
}

/* IE10 */


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

.hs-form fieldset.form-columns-1 {}

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

.hs-form fieldset.form-columns-2 {}

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

.hs-form fieldset.form-columns-3 {}

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

form.hs-form fieldset {
  max-width: none;
}

form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}

form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
}

form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
  max-width: inherit;
}

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%
}

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field {
    padding: 0;
  }

  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }

  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
    width: auto;
  }
}


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

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

#comment-form label {}

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

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

#comment-form textarea {}

#comment-form textarea:focus {}

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

.hs_cos_wrapper_type_blog_comments form {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 96px;
  margin-top: 48px;
}

.hs_cos_wrapper_type_blog_comments form .hs-input {
  max-width: 100% !important;
}


/* =============== 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;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  font-family: "Poynter Oldstyle Disp Semi Bd", serif;
  font-weight: 400;
  border-radius: 30px;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 0;
  vertical-align: top;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 33px;
  padding-right: 33px;
  color: #FFEFE2;
  background-color: #212120;
  border: 0px solid #212120;
  max-width: 400px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: rgba(33, 33, 32, 0.8);

}

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


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

.hs_cos_wrapper_type_form .hs-button.primary.large {}

.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}

.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


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

#add-comment-button.hs-button.primary {}

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

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


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

#hs_form_target_blog_subscription .hs-button.primary.large {}

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

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


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

.widget-type-google_search .hs-button.primary {}

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

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


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

.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}

form ul li {
  background: none !important;
  padding-left: 0 !important;
}

.hs-form-required {
  color: #b8b8b8;
}

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

.hs-error-msgs.inputs-list label {
  color: red;
  font-size: 10px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
}

.hs-form-field {
  position: relative;
}

.hs-search-field input[type="search"]::-webkit-search-decoration,
.hs-search-field input[type="search"]::-webkit-search-cancel-button,
.hs-search-field input[type="search"]::-webkit-search-results-button,
.hs-search-field input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
}

.hs-search-field__suggestions #results-for {
  padding: 5px;
}

.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}

.hs-blog-social-share ul li>span {
  vertical-align: top !important;
}

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

.hs-search-results {
  text-align: left;
  padding: 50px 0 50px;
}

.hero-v2.patient-exp .hero-block h1 span {
  font-size: 40px;
  padding-left: 5px;
}

/* ======== Error Page ===== */
.custom-error-middle-group {
  background-image: url('//5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_March2019/Images/bg-illustration.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: -74px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 0;
}

.custom-error-middle-group .page-center {
  width: 100% !important;
}

.custom-error-middle-group>div {
  width: 100%;
}

.custom-error-middle-group .main-content h1 {
  font-size: 32px;
  line-height: 40px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  color: #7e79a3;
  margin: 0;
}

.custom-error-middle-group .main-content p {
  margin: 10px 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.custom-error-middle-group .main-content p a {
  color: #7E79A3;
}

.custom-error-middle-group .main-content p a:hover {
  color: #008deb;
}

.custom-error-middle-group .custom_error_message {
  padding-bottom: 30px;
}

.custom-error-middle-group .main-content input[type="text"] {
  margin: 0 auto;
}

.mobile-open .custom-header-group {
  background: #fff;
}

.login-layout .custom-menu-primary.right-menu .hs-menu-wrapper>ul>li:last-child {
  background-color: #fff;
}

.login-layout .custom-menu-primary.right-menu .hs-menu-wrapper>ul>li:last-child a {
  color: #1fa5ff !important;
}

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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 1600px) {
  .custom-two-col-image-section img {
    left: 0;
    margin-top: 79px;
    position: absolute;
    width: 126.6%;
    max-width: none;
    margin-left: -25px;
  }
}

@media (max-width: 1850px) {
  .customer-overview-layout .custom-two-col-right-image-group .custom-right-column-image img {
    width: auto !important;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 14px;
  }

  .container-fluid .row-fluid .page-center {
    padding-left: 24px;
    padding-right: 24px;
  }

  .custom-footer-menu {
    padding-left: 10px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 31.34%;
  }

  .hs-partner-row3 .page-center {
    padding: 0 !important;
  }

  .hs-healthcare-career-row4 .page-center {
    padding: 0 !important;
  }

  .contact__hero-image-left {
    left: 48px;
  }

  .contact__hero-image-right {
    right: 48px;
  }

  .hs-contact-row1 .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hs-press-row1 {
    padding-top: 6px;
  }

  .custom-title-with-number-item {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sidebar-list .custom-title-with-number-wrapper {
    padding-left: 9%;
  }

  .case-study-section-col {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cm-two-col-quote-wrapper.left .cm-equal-quote-bottom-column {
    margin-left: 0;
  }

  .hs-case-study-row7-col2.sidebar-list .custom-title-with-number-wrapper {
    max-width: 92%;
  }

  .price {
    max-width: 300px;
    margin-bottom: 24px;
  }

  .price__details {
    padding-top: 53px;
  }

  .custom-pricing-row2 .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .custom-pricing-row4 .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap {
    padding-right: 60px;
  }

  .custom-mental-health-row2,
  .custom-mental-health-row4 {
    padding: 72px 0px 0;
  }

  .custom-mental-health-row2 .custom-mental-health-row2-top {
    position: relative;
    z-index: 99;
  }

  .custom-stress-management-wrap {
    padding: 18px 0 24px 75px;
  }

  .custom-health-slider .slick-slider {
    margin: 0 auto;
    max-width: 462px;
    padding: 0;
  }

  .custom-stress-management-wrap .custom-stress-management-wrap-inner p {
    font-size: 14px;
    line-height: 23px;
  }

  .custom-mental-health-row3 {
    padding-top: 0;
  }

  .custom-mental-health-row3 .page-center {
    background: transparent;
    padding: 96px 96px 0 !important;
    margin-top: -46px !important;
    background-color: #fff;
  }

  .custom-mental-health-row3 .custom-mental-health-row3-left h1 {
    Color: #7e79a3;
  }

  .custom-mental-health-row5 .page-center {
    padding: 96px 96px 0 !important;
  }

  .custom-two-col-with-image .custom-image-wrap {
    max-width: 250px;
    margin-right: 105px;
  }

  .custom-two-col-with-image .custom-content-wrap {
    width: 45%;
    text-align: center;
  }

  .custom-two-col-with-image.right .custom-image-wrap {
    margin-left: 104px;
  }

  .custom-two-col-with-image.right .custom-content-wrap {
    order: 1;
    width: 40%;
    text-align: center;
  }

  .custom-login-row1 .custom-content-top-image-item {
    display: block;
    margin: 76px auto 150px;
  }

  .custom-login-row1 {
    height: 100%;
  }

  body.login-layout:before,
  body.login-layout:after {
    display: none;
  }

  .custom-about-row1:after {
    display: none;
  }

  .custom-management-team-wrap .management-team-item {
    width: 254px;
  }

  .custom-resource-row1 .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 102px;
  }

  .custom-resources-group a.resource-card {
    width: 350px;
    height: 413px;
  }

  .benefit-layout .custom-benefit-row1-top {
    padding: 102px 0 0;
  }

  .benefit-layout .custom-two-col-with-image .custom-image-wrap {
    max-width: 360px;
    margin-right: 104px;
  }

  .benefit-layout .custom-two-col-with-image .custom-content-wrap {
    text-align: left;
  }

  .benefit-layout .custom-two-col-with-image.right .custom-image-wrap {
    margin-left: 104px;
    margin-right: 0;
  }

  .custom-benefit-row2 .page-center {
    margin-top: 99px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .custom-one-column-row1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .custom-one-column-row1 .page-center {
    padding: 0 !important;
  }

  .custom-one-column-row1 .custom-one-column-row1-inner h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .custom-one-column-row1 {
    padding-top: 3.3rem;
    padding-bottom: 8rem;
  }

  .custom-one-column-row1 .custom-one-column-row1-inner h2 {
    font-size: 21px;
    line-height: 32px;
  }

  .hero__section--left-image {
    bottom: -214px;
    right: 30px;
  }

  .custom-patient-row1 .custom-content-top-image-item:nth-child(odd) {
    margin-right: 5%;
  }

  .custom-patient-row1 .custom-content-top-image-item:nth-child(even) {
    margin-left: 5%;
  }

  .custom-patient-row1 .page-center {
    padding: 0 !important;
  }

  .custom-patient-row1 .custom-content-top-image-item {
    max-width: 320px;
  }

  .custom-patient-row1 .custom-bottom-content {
    margin-top: 22px;
  }

  .custom-patient-row2 .page-center {
    padding-left: 96px !important;
    padding-right: 96px !important;
    max-width: 100% !important;
  }

  .custom-patient-row2-column1 a {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-patient-row2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .overview-layout .header-container-wrapper {
    min-height: 84px;
  }

  .custom-overview-banner-wrap .custom-overview-banne-content p {
    padding-top: 24px;
    margin-bottom: 8.75rem;
  }

  .custom-overview-banner-wrap {
    padding: 3.4rem 2rem 3.85rem;
  }

  .overview-layout.scroll-header .custom-header-group {
    padding-bottom: 30px;
  }

  .overview-layout .body-container .page-center {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 960px !important;
  }

  .custom-overview-row1 {
    padding: 68px 0 0;
  }

  .overview-layout .custom-overview-row1 .custom-logo-group-wrapper .custom-logo-item {
    width: calc(16.66% - 40px);
    margin: 30px 20px 25px;
  }

  .custom-overview-row2 .custom-title-with-number-wrapper {
    padding: 113px 0 0;
  }

  .custom-overview-row2 .custom-title-with-number-wrapper h2.title.title--small.c--primary.fw--2 {
    margin: 0 0 12px;
  }

  .custom-overview-row3 .custom-two-col-with-image .custom-image-wrap {
    width: 50%;
  }

  .custom-overview-row3 .custom-two-col-with-image .custom-content-wrap {
    margin-left: 0;
    width: 50%;
    text-align: left;
  }

  .custom-overview-row3 .custom-two-col-with-image .custom-content-wrap h3 {
    font-size: 1.75rem;
    line-height: 29px;
  }

  .overview-layout .body-container .custom-overview-row4 .page-center {
    max-width: 960px !important;
  }

  .custom-quotation-wrap {
    padding: 0 30px;
  }

  .custom-quotation-wrap .custom-quotation-descrption p {
    font-size: 14px;
    line-height: 22px;
  }

  .overview-layout .custom-overview-row1 .custom-logo-group-wrapper .custom-logo-item,
  .hs-webinar-row2 .custom-logo-item {
    width: calc(16.66% - 40px);
    margin: 30px 20px;
  }

  .hs-telehealth-page .body-container-wrapper .page-center {
    max-width: 990px !important;
  }

  .hs-telehealth-page .body-container-wrapper .custom-two-col-right-image-group .page-center {
    max-width: 980px !important;
  }

  .custom-webinar-sidebar-form {
    padding-right: 0;
  }

  .hs-telehealth-row2-col2 .custom-webinar-sidebar-form form {
    max-width: 375px;
  }

  .home-banner ul li:last-child a {
    font-size: 16px;
    line-height: 24px;
  }

  .hero__section--video {
    display: none;
  }

  .custom-patient-row1.home-row1 .custom-content-top-image-item {
    margin-bottom: 72px;
    max-width: 360px;
  }

  .home-row5-column1 {
    width: 100% !important;
    float: none !important;
    text-align: center;
  }

  .home-row5-column2 .custom-health-slider {
    padding: 64px 0 0 0px;
  }

  .home-row5-column2 {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }

  .home-row5-column2 .custom-health-slider .slick-slider {
    max-width: 100%;
  }

  .custom-patient-row4.home-row5 .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hs-betriebsmedizin-row6-group .custom-content-wrap h3 {
    text-align: center;
  }

  .one-column-top-list-inner {
    max-width: 22%;
  }

  .one-column-top-list-inner:last-child {
    margin-right: 0;
  }

  .one-column-top-list-mod {
    padding: 16px 0 25px;
  }

  .body-container .hs-betriebsmedizin-row1-group .page-center {
    padding: 0 24px;
  }

  .custom-two-col-barrier-group {
    background: #fff;
  }

  .custom-two-col-barrier-left h1 {
    color: #7E79A3;
  }

  .custom-two-col-right-image-group .custom-left-column-content h1 {
    font-size: 49px;
    line-height: 58px;
    margin: 0 0 34px;
  }

  .custom-two-col-right-image-group .custom-two-col-right-image-wrap {
    padding: 48px 0 0;
  }

  .custom-overview-customer-row2 {
    padding: 92px 0 97px;
  }

  .customer-overview-layout .custom-two-col-with-image .custom-content-wrap h2,
  .custom-overview-customer-row4 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 28px;
    line-height: 33px;
  }

  .customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image.left .custom-content-wrap p {
    font-size: 25px;
    line-height: 29px;
  }

  .custom-bell-row1 .custom-two-col-right-image-group .custom-right-column-image {
    width: 50%;
  }

  .customer-overview-layout .custom-bell-row3 .custom-two-col-with-image .custom-image-wrap img {
    max-width: 290px;
  }
}

@media(max-width:1024px) {
  .member-item {
    width: 30%;
  }
}

@media (min-width: 831px) and (max-width: 1444px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 831px) and (max-width: 1251px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }

  .header-container .lang_list_class>li>a {
    font-size: 13px !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a,
  ul.wpml-ls-sub-menu li>a {
    font-size: 13px;
  }
}

@media (max-width: 1105px) {
  .custom-logo a {
    width: 104px;
    height: 20px;
    background-position: top left;
    margin-right: 8px;
    margin-top: 7px;
    background-size: 100% 100%;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }

  p {
    font-size: 16px;
    line-height: 20px;
  }

  h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .fr-overview-layout .custom-overview-row5 .custom-webinar-sidebar-form {
    padding-right: 0;
  }

  .custom-copyright {
    margin-left: 5%;
  }

  .custom-privacy-links .hs-menu-wrapper>ul>li {
    margin-left: 16px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 16px;
  }

  .custom-footer-menu {
    padding-left: 25px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 32.23%;
  }

  .custom-blue-btn {
    min-height: 46px;
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .custom-two-col-content-with-image .custom-image-wrap {
    width: 100%;
    display: block;
    vertical-align: top;
    max-width: 360px;
    margin: 0 auto;
  }

  .custom-two-col-content-with-image .custom-content-wrap {
    width: 100%;
    margin-top: 48px;
    margin-left: 0;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin-bottom: 48px;
  }

  .custom-two-col-content-with-image .custom-content-wrap p {
    font-size: 20px;
    line-height: 20px;
  }

  .custom-two-col-content-with-image.right .custom-content-wrap {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .custom-career-row4 {
    margin-bottom: 0;
  }

  .custom-career-row5 .row5-flexi {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .custom-career-row5 {
    padding: 48px 0;
    background-color: #f9f7fa;
  }

  .custom-content-left-image-wrap .custom-content-left-image-item .custom-right-content {
    text-align: left;
  }

  .custom-content-left-image-wrap .custom-content-left-image-item {
    text-align: center;
  }

  .custom-career-row6 .custom-section-header {
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hs-healthcare-career-row2-top .hs_cos_wrapper_type_rich_text h1,
  .hs-contact-row1-right h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .hs-healthcare-career-row1 .custom-content-top-image-item .custom-bottom-content p {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  p.testimonials__profile-title.paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .hs-healthcare-career-row4 {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .page__section--py {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .custom-join-our-team-member {
    width: 160px;
    height: 208px;
  }

  .contact__hero-image-left {
    display: none;
  }

  .contact__hero-image-right {
    display: none;
  }

  .hs-contact-row1-left {
    width: 100% !important;
    float: none !important;
  }

  .hs-contact-row1-right {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
    margin-top: 48px;
  }

  .custom-contact-form {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hs-button.primary,
  input[type="submit"],
  input[type="button"] {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .contact__office-details {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .contact__office-picture {
    width: 100%;
    min-height: 388px;
  }

  .contact-address-details a.mt--3 {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-press-stories-card-details {
    width: 100%;
    min-height: 304px;
    padding: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .story-card__button {
    bottom: 25px;
    left: 23px;
  }

  .story-card__button .button__icon {
    position: relative;
    top: 3px;
    left: -1px;
  }

  .custom-press-stories-card-image {
    width: 100%;
    height: 276px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .custom-press-stories.right .custom-press-stories-card-image {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .custom-press-stories.right .custom-press-stories-card-details {
    margin-left: 0;
  }

  .custom-press-stories.right .custom-press-stories-card-image {
    float: none;
  }

  .custom-title-with-number-item {
    margin-left: 8px;
    margin-right: 8px;
  }

  .hs-case-study-row2-left {
    width: 100% !important;
    float: none !important;
  }

  .hs-case-study-row2-right.sidebar-list {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 48px;
    padding-left: 0 !important;
  }

  .sidebar-list .custom-title-with-number-wrapper {
    padding-left: 0;
  }

  .sidebar-list .custom-title-with-number-wrapper .custom-title-with-number-item {
    margin: initial;
    max-width: 100%;
  }

  .cm-testimonial-content-left-column {
    width: 100%;
    min-height: 304px;
    padding: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .cm-testimonial-image-right-column {
    width: 100%;
    height: 276px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .case-study-section-col {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-case-study-row5 .cm-equal-quote-left-column {
    padding-left: 0;
  }

  .cm-equal-quote-right-column {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    text-align: left;
    vertical-align: top;
    margin-top: 24px;
    max-width: 552px;
  }

  .cm-equal-quote-left-column {
    width: 100%;
    max-width: 552px;
  }

  .cm-two-col-quote-wrapper h2 {
    max-width: 552px;
    padding-left: 0;
  }

  .hs-case-study-row5 .custom-one-col-content-wrapper {
    max-width: 552px;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 8px;
  }

  .hs-case-study-row5 .custom-one-col-content-wrapper img {
    padding-left: 0;
  }

  .case-study-section-col .custom-one-col-content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cm-two-col-quote-wrapper.left .cm-equal-quote-left-column {
    float: none;
  }

  .hs-case-study-row7-col1 {
    width: 100% !important;
    float: none !important;
  }

  .hs-case-study-row7-col1 h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 0;
  }

  .hs-case-study-row7-col2.sidebar-list .custom-title-with-number-wrapper {
    max-width: 100%;
    padding-left: 0;
  }

  .hs-case-study-row7-col2.sidebar-list {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }

  .hs-case-study-row8.case-study-section-col .custom-one-col-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-case-study-row8.case-study-section-col .cm-equal-quote-left-column {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-case-study-row8 .hs_cos_wrapper_type_module:nth-child(3) .custom-one-col-content-wrapper {
    max-width: 552px;
  }

  .hs-case-study-row8 .hs_cos_wrapper_type_module:nth-child(3) .custom-one-col-content-wrapper {
    padding-left: 0;
  }

  .hs-case-study-row3.case-study-section-col {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-card__author-credentials {
    bottom: 24px;
    left: 24px;
  }

  .hs-case-study-row6 .hs_cos_wrapper_type_module:nth-child(3) .custom-one-col-content-wrapper {
    max-width: 552px;
    padding-left: 0;
    padding-top: 8px;
  }

  .hs-case-study-page.ver-2 .hs-case-study-row6 .cm-two-col-quote-wrapper.left .cm-equal-quote-left-column {
    float: none;
    padding-left: 24px;
  }

  .hs-case-study-row5 .custom-one-col-content-wrapper img.w--1 {
    margin-top: 40px !important;
    left: 0;
  }

  .hs-case-study-page.ver-2 .hs-case-study-row6.case-study-section-col {
    padding-top: 40px;
  }

  .custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap h1 {
    font-size: 36px;
    line-height: 48px;
    text-align: left;
  }

  .custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap {
    padding-right: 60px;
    text-align: left;
    margin-bottom: 0;
  }

  .custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap p {
    font-size: 16px;
    line-height: 20px;
  }

  .custom-mental-health-row1 .custom-two-col-content-with-image .custom-image-wrap img {
    display: none;
  }

  .custom-mental-health-row2 .custom-mental-health-row2-top {
    position: relative;
    z-index: 99;
    padding: 48px 24px;
  }

  .custom-health-slider {
    padding: 48px 24px 0;
    width: 100% !important;
  }

  .custom-mental-health-row2 .custom-mental-health-row2-flexi {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 24px 48px;
    text-align: center;
  }

  .custom-stress-management-wrap {
    padding: 18px 0 24px 0px;
  }

  .custom-stress-management-wrap .custom-stress-management-wrap-inner {
    margin: 0 auto;
  }

  .custom-mental-health-row2 .custom-mental-health-row2-bottom {
    padding: 44px 24px 58px;
    margin: 0px 0 24px;
  }

  .custom-mental-health-row2 .custom-mental-health-row2-bottom h2 {
    line-height: 40px;
    margin: 5px 0 0;
  }

  .custom-mental-health-row3 {
    padding-top: 0;
    padding: 0px 48px 48px;
  }

  .custom-mental-health-row3 .page-center {
    padding: 48px 48px 0 !important;
    margin-top: 0 !important;
  }

  .custom-mental-health-row3 .custom-mental-health-row3-left,
  .custom-mental-health-row5 .custom-mental-health-row5-left {
    width: 100% !important;
  }

  .custom-mental-health-row3 .custom-mental-health-row3-left h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .custom-mental-health-row3 .custom-mental-health-row3-right,
  .custom-mental-health-row5 .custom-mental-health-row5-right {
    width: 100% !important;
    margin-left: 0 !important;
    padding-bottom: 136px;
    padding-left: 0;
    margin-top: 48px;
  }

  .custom-stress-management-key .custom-top-heading {
    padding-bottom: 96px;
  }

  .custom-stress-management-key {
    padding: 48px 24px;
  }

  .custom-stress-management-wrap .stress-management__clouds {
    display: none;
  }

  .about-layout .custom-banner h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .custom-resources-group a.resource-card {
    width: 340px;
    height: 403px;
  }

  /*
  .resource-layout  .custom-resources-group a.resource-card:nth-child(2) {
  width: 243px;
}
  */
  .custom-resources-group .paragraph--large {
    font-size: 16px;
    line-height: 20px;
  }

  .resource-layout .custom-bottom-pane-inner-top-section h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .resource-layout .custom-bottom-pane-inner {
    padding-top: 84px;
  }

  .benefit-layout .custom-two-col-with-image .custom-image-wrap {
    margin-right: 32px;
  }

  .benefit-layout .custom-two-col-with-image.right .custom-image-wrap {
    margin-left: 32px;
    margin-right: 0;
  }

  .custom-benefit-row2 .page-center {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .custom-benefit-row1 {
    padding: 48px 0;
    margin-bottom: 24px;
  }

  .custom-benefit-row2 .custom-benefit-row2-top:after {
    top: 0;
    right: 24px;
  }

  .custom-benefit-row2 .custom-benefit-row2-flexi {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .custom-benefit-row2 .page-center {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .custom-benefit-row2 .custom-benefit-row2-top h3,
  .custom-benefit-row2 .custom-benefit-row2-bottom {
    padding-left: 0;
  }

  .custom-benefit-row2 .custom-benefit-row2-top:before {
    top: 106px;
    right: 24px;
  }

  .custom-benefit-row2 .custom-content-left-image-wrap .custom-content-left-image-item:first-child {
    border-top: 1px solid #ddd7e0;
  }

  .custom-benefit-row2 .custom-benefit-row2-flexi:nth-child(1) .custom-content-left-image-wrap .custom-content-left-image-item:first-child {
    border-top: 0;
  }

  .custom-customers-row4 .custom-customers-row4-left {
    padding-top: 46px;
    width: 100% !important;
  }

  .custom-customers-row4 .custom-customers-row4-right {
    padding-top: 0;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .custom-bottom-pane-inner-top-section h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .custom-customers-row4 {
    padding: 47px 0 75px;
  }

  .title--large {
    font-size: 36px;
    line-height: 48px;
  }

  .hero__section--left-image {
    display: none !important;
  }

  .custom-patient-row1 .custom-content-top-image-item {
    max-width: 290px;
  }

  .custom-patient-row1 .custom-content-top-image-item .custom-bottom-content p {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .custom-patient-row1 {
    padding-top: 150px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 74px;
  }

  .custom-patient-row2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .custom-patient-row2-column1 h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .custom-patient-row2 .page-center {
    padding-top: 48px;
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .custom-patient-row2-column2 {
    padding-bottom: 136px;
    padding-left: 0;
    margin-top: 48px;
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }

  .custom-patient-row2 {
    margin-top: -28px !important;
    padding-bottom: 48px;
  }

  .custom-patient-row2 .custom-content-left-image-wrap .custom-content-left-image-item {
    text-align: left;
  }

  .custom-content-left-image-wrap .custom-content-left-image-item .custom-right-content p {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-patient-row2 .custom-full-width-image {
    width: 267px;
    height: 128px;
  }

  .custom-patient-row4-column1 {
    width: 100% !important;
    float: none !important;
    text-align: center;
  }

  .custom-patient-row4-column1 img {
    width: 100% !important;
    float: none !important;
    text-align: center;
    max-width: 552px;
    margin: 0 auto;
    display: block;
  }

  .custom-patient-row4-column2 {
    max-width: 552px;
    width: 100% !important;
    text-align: center;
    margin-top: 48px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    padding-top: 0;
    padding-left: 0;
  }

  .custom-patient-row4-column2 .custom-blue-btn {
    margin-bottom: 24px;
  }

  .custom-patient-row5 .custom-one-col-content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .custom-testimonial-section-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .overview-layout .body-container .page-center {
    max-width: 720px !important;
  }

  .overview-layout .body-container {
    padding: 0 24px;
  }

  .custom-logo-group-wrapper {
    padding: 13px 0 0 0px;
  }

  .overview-layout .custom-overview-row1 .custom-logo-group-wrapper .custom-logo-item,
  .hs-webinar-row2 .custom-logo-item {
    width: calc(16.66% - 20px);
    margin: 30px 10px;
  }

  .overview-layout .body-container .custom-overview-row4 .page-center {
    max-width: 720px !important;
  }

  .hs-full-page-no-banner-row1 h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .custom-patient-row1.home-row1 {
    padding-top: 41px;
  }

  .custom-patient-row1.home-row1 .hs_cos_wrapper_type_rich_text h5 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-patient-row2-column1 {
    width: 100% !important;
    float: none !important;
  }

  .custom-home-row2-bottom .hs_cos_wrapper_type_module:nth-child(2) .custom-full-width-image {
    right: -12px;
    width: 84px;
    height: 43px;
  }

  .healthcare-team-member-credentials-section-left {
    max-width: 100%;
    display: block;
  }

  .body-container.container-fluid .custom-team-full-width-bg-mod .page-center {
    max-width: 100%;
  }

  .team-card__footer {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-team-full-width-bg-mod p {
    font-size: 16px;
    line-height: 20px;
  }

  .healthcare-team-member-credentials-image {
    width: 120px;
    height: 120px;
    border: 4px solid #FFFFFF;
    margin: 0 auto 24px auto;
  }

  .healthcare-team-member-credentials-feature {
    margin-bottom: 48px;
  }

  .healthcare-team-member-credentials-section-right {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .healthcare-team-member-credentials-section-right h1 {
    font-size: 36px;
    line-height: 48px;
  }

  p.member-designation {
    margin-top: 0;
  }

  .hs-home-german-row1-group h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .hs-row1-col2-german {
    display: none !important;
  }

  .hs-row1-col1-german {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    padding-right: 0;
  }

  .hs-home-german-row2-group .hs_cos_wrapper_type_rich_text h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .body-container.container-fluid .hs-home-german-row2-group .page-center {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 0;
  }

  .hs-home-german-row2-group {
    padding-left: 48px;
    padding-right: 48px;
  }

  .custom-two-col-image-with-list-inner .custom-two-col-image-section {
    display: block;
    width: 100%;
    text-align: center;
  }

  .custom-two-col-image-with-list-inner .custom-two-col-list-section {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }

  .hs-home-german-row3-group p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .hs-home-german-row4-group {
    padding: 96px 48px 0;
  }

  .body-container.container-fluid .hs-home-german-row4-group .page-center {
    padding: 48px 48px 0;
  }

  .hs-home-german-row4-group h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .custom-two-col-image-with-list-inner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  .custom-two-col-image-with-list-inner .custom-two-col-image-section img {
    max-width: 309px;
    width: 100%;
  }

  .hs-betriebsmedizin-row1-col1 {
    width: 100% !important;
    float: none !important;
  }

  .hs-betriebsmedizin-row1-col2 {
    display: none !important;
  }

  .hs-betriebsmedizin-row1-col1 h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .hs-betriebsmedizin-row1-group {
    padding-bottom: 60px;
  }

  .hs-betriebsmedizin-row2-group .custom-stress-management-wrap .custom-stress-management-wrap-inner {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .custom-two-col-barrier-group {
    padding: 48px 48px 96px;
    margin-top: 0;
  }

  .custom-two-col-barrier-left {
    width: 100%;
    float: none;
    padding-bottom: 48px;
  }

  .custom-two-col-barrier-right {
    width: 100%;
    float: none;
  }

  .custom-two-col-barrier-left h1:after {
    content: none;
  }

  .custom-two-col-barrier-left h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .one-column-top-list-inner {
    max-width: 45%;
    margin-bottom: 15px;
  }

  .hs-betriebsmedizin-row6-group .custom-two-col-content-with-image.right .custom-content-wrap {
    padding-right: 30px;
  }

  .member-item {
    width: 46%;
  }

  .custom-two-col-right-image-group .custom-left-column-content h1 {
    margin: 0 0 38px;
  }

  a.custom-btn {
    margin-top: 5px;
  }

  .custom-two-col-right-image-group {
    background-color: #f9f7fa;
    padding: 64px 0 57px;
  }

  .custom-overview-customer-row2 .custom-overview-customer-row2-top p {
    font-size: 21px;
    line-height: 25px;
  }

  .customer-overview-layout .custom-content-top-image-wrap {
    padding: 93px 0 31px;
  }

  .customer-overview-layout .custom-content-top-image-wrap .custom-bottom-content h4 {
    line-height: 25px;
  }

  .customer-overview-layout .custom-content-top-image-wrap .custom-content-top-image-item .custom-top-image {
    padding-bottom: 27px;
  }

  .customer-overview-layout .custom-content-top-image-wrap .custom-bottom-content h4 {
    margin: 0 0 20px;
  }

  .customer-overview-layout .custom-content-top-image-wrap .custom-content-top-image-item {
    margin: 0 0 40px;
  }

  .customer-overview-layout .custom-two-col-with-image .custom-content-wrap ul li img {
    margin-right: 2px;
  }

  .customer-overview-layout .custom-two-col-with-image .custom-content-wrap ul li p {
    margin: 0 0 14px;
  }

  .custom-overview-customer-row3 {
    padding-bottom: 110px;
  }

  .custom-overview-customer-row4 .hs_cos_wrapper_type_rich_text h4 {
    font-size: 21px;
    line-height: 25px;
    margin: 12px 0 8px;
  }

  .customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image {
    padding-top: 0px;
  }

  .customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image.right .custom-content-wrap {
    padding-top: 0;
  }

  .return-on-investment__section--half {
    width: 100%;
  }

  .return-on-investment__field--pr {
    padding-right: 0;
  }

  .return-on-investment__field--half:nth-child(2) {
    margin-top: 24px;
  }

  .return-on-investment__field--half {
    width: 100%;
  }

  .return-on-investment__section--half:nth-child(2) {
    margin-top: 56px;
    margin-left: 0;
  }

  .return-on-investment__field--half input,
  .return-on-investment__field--full input {
    max-width: 100% !important;
  }

  .calculator-wrapper {
    padding: 48px;
    margin-bottom: 60px;
  }

  .paragraph--small {
    font-size: 14px;
    line-height: 20px;
  }

  .return-on-investment__field p {
    padding-bottom: 0;
  }

  .hs-contact-row1-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .customer-overview-layout .custom-bell-row3 .custom-two-col-with-image .custom-content-wrap ul li img {
    margin-right: 27px;
  }

  .custom-bell-row5 .custom-resources-group a.resource-card {
    /*     margin: 0 20px 0px; */
    max-width: 235px;
    width: 100%;
  }


  .hs-featured-image-wrapper {
    height: 230px;
  }

}

@media (min-width: 831px) and (max-width: 992px) {
  .custom-menu-primary.right-menu.hidden-phone .hs-menu-wrapper {
    padding-right: 3px;
  }
}

@media (min-width: 831px) and (max-width: 991px) {

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

  .custom-menu-primary .hs-menu-wrapper>ul ul li a,
  ul.wpml-ls-sub-menu li>a {
    font-size: 11px;
  }

  .benefit-item h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .custom-lang-switcher {
    margin-left: 5px !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    margin-right: 9px;
  }

  .header-container .lang_list_class>li>a {
    font-size: 11px !important;
  }

}

@media (min-width: 831px) and (max-width: 900px) {
  .custom-footer-menu {
    padding-left: 5px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 31%;
  }
}

@media (min-width: 1025px) {
  .custom-mobile-trigger {
    display: none !important;
  }

  .site-logo .custom-lang-switcher {
    display: none !Important;
  }
}

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


.blog .section.post-body p img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .section.post-body .cstm-responsive-table {
    width: 100% !important;
  }
  .section.post-body .cstm-responsive-table table tbody tr {
    display: flex !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  .section.post-body .cstm-responsive-table table tbody tr td:first-child {
    flex: 0 0 25%;
    padding-right: 5px;
  }
  .section.post-body .cstm-responsive-table table tbody tr td {
    display: unset;
    width: auto !important;
  }
}
@media (min-width: 767px) {
  .section.post-body .cstm-responsive-table table tbody tr td:last-child {
    padding-left: 25px !important;
  }
}

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

@media (max-width: 1024px) {

  .body-container-wrapper .main-content,
  .blog-content,
  .blog-sidebar,
  .body-container-wrapper .sidebar {
    margin-bottom: 20px;
  }

  .hs-button.primary,
  input[type="submit"],
  input[type="button"] {
    max-width: 100%;
  }

  .custom-banner {
    margin-top: -2px;
  }

  .custom-error-middle-group .main-content h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-error-middle-group .main-content p {
    font-size: 14px;
    line-height: 21px;
  }

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

  .hs-layout-de .custom-mobile-trigger {
    display: none !important;
  }

  .hs-layout-de .custom-lang-switcher {
    top: 17px;
    right: 12px;
  }

  .blog .section.post-body p img {
    float: none !important;
    vertical-align: bottom;
  }

  .blog.hs-content-id-51811325513 .section.post-body p img,
  .blog.hs-content-id-51812845699 .section.post-body p img {
    float: left !important;
  }


  .custom-mobile-trigger {
    line-height: 24px;
    font-size: 16px;
    position: absolute;
    top: 22px;
    right: 24px;
    width: 30px;
    padding: 3px 4px;
    display: block;
    font-family: 'Walsheim-Regular';
    font-weight: 400;
  }

  .nav-menu-bar {
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 3px;
    background-color: #212020;
  }

  .hs-full-page-no-banner-row1 h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-menu-bar:first-of-type {
    margin-top: 0;
  }

  body.with-banner:not(.scroll-header) .nav-menu-bar {
    background-color: white;
  }

  body.with-banner:not(.scroll-header) .header-container .lang_list_class>li>a {
    color: #fff;
  }

  body.with-banner:not(.scroll-header) .header-container .lang_list_class>li>a:after {
    border-color: #fff;
  }

  .mobile-open {
    overflow: hidden;
  }

  .mobile-open .custom-mobile-open-trigger {
    display: inline-block !important;
  }

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

  .custom-mobile-open-trigger {
    line-height: 24px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7E79A3;
    position: absolute;
    top: 22px;
    right: 24px;
    width: 24px;
    height: 21px;
    padding-left: 10px
  }

  .custom-mobile-open-trigger:after,
  .custom-mobile-open-trigger:before {
    display: inline-block;
    position: relative;
    top: 0;
    width: 2px;
    height: 21px;
    background-color: #53506F;
    content: "";
  }

  .custom-mobile-open-trigger:before {
    left: 1px;
    transform: rotate(-45deg);
  }

  .custom-mobile-open-trigger::after {
    right: 1px;
    transform: rotate(45deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.book-a-demo,
  .custom-menu-primary .hs-menu-wrapper>ul>li.obtenir-une-démo,
  .custom-menu-primary .hs-menu-wrapper>ul>li.access-dialogue {
    width: auto;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 8px;
  }

  .custom-banner h1 {
    font-size: 24px;
    line-height: 32px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  .mobile-open .custom-header-group {
    box-shadow: none !important;
  }

  .custom-footer-group {
    padding-top: 48px;
  }

  .custom-footer-logo {
    text-align: left;
    margin-bottom: 40px;
  }

  .custom-footer-menu {
    padding-left: 0;
    margin-top: 48px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 49%;
    margin-left: 0;
  }

  .custom-footer-social {
    display: block;
    width: 100%;
    text-align: center;
  }

  .custom-copyright {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    margin-left: 0;
  }

  .custom-privacy-links {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    padding-right: 0px;
  }

  .custom-privacy-links .hs-menu-wrapper>ul {
    text-align: left;
  }

  .custom-privacy-links .hs-menu-wrapper>ul>li {
    text-align: center;
    margin-left: 0;
    margin-right: 15px;
  }

  .custom-privacy-links .hs-menu-wrapper>ul>li:first-of-type {
    margin-top: 0;
  }

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

  .custom-footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul ul li {
    margin-top: 4px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul ul {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-banner.blog-banner {
    padding-top: 148px;
  }

  .custom-banner.blog-banner h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .post-card {
    max-width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .post-title,
  h2.post-listing-simple {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-banner {
    padding-top: 140px;
  }

  .benefits-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .benefit-item {
    width: 100%;
    margin-left: 0;
    display: block;
    margin-bottom: 73px;
  }

  .benefit-item h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-section-header h1 {
    font-size: 24px;
    line-height: 32px;
  }

  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .hs-partner-row2 .custom-section-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hs-partner-row2 form {
    padding-left: 24px;
    padding-right: 24px;
  }

  fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }

  fieldset.form-columns-2 .hs-form-field:last-child {
    margin-left: 0;
  }

  .custom-logo-item {
    width: 110px;
    height: 63px;
  }

  .hs-partner-row2 .page-center {
    padding: 0 !important;
  }

  .custom-bottom-pane-inner-top-section h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-content-top-image-item {
    max-width: 100%;
    min-height: 100%;
    padding: 24px;
    margin-right: 0;
    display: block;
    width: 100%;
  }

  .custom-content-top-image-item .custom-bottom-content h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-content-top-image-item .custom-top-image {
    padding-bottom: 6px;
  }

  .custom-two-col-content-with-image .custom-content-wrap p {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-job-list-group .custom-job-title h2 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }

  .custom-job-list-group {
    max-width: 656px;
    margin: 0 auto;
  }

  .custom-job-list-group .custom-job-title {
    width: 60%;
  }

  .custom-job-list-group a.custom-job-item {
    padding: 25px 4px;
  }

  .custom-join-our-team-member {
    width: 150px;
    height: 198px;
    margin-right: 16px;
  }

  h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .hs-healthcare-career-row2-top .hs_cos_wrapper_type_rich_text h1,
  .hs-contact-row1-right h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 48px;
  }

  .hs-healthcare-career-row1.mt--12 {
    text-align: center;
  }

  .hs-healthcare-career-row2-top .custom-content-top-image-item,
  .hs-healthcare-career-row1 .custom-content-top-image-item {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 48px;
    float: none;
  }

  .title--small {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .hs-healthcare-career-row1 .custom-content-top-image-item .custom-bottom-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .title {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-job-list-group {
    padding-left: 24px;
    padding-right: 24px;
  }

  .custom-join-our-team-member-details h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .contact__office-details {
    padding-left: 24px;
    padding-right: 24px;
  }

  .custom-banner.for-contact h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .title--small {
    font-size: 18px;
    line-height: 24px;
  }

  a.custom-transparent-btn {
    margin-left: 0px;
  }

  .custom-title-with-number-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hs-case-study-row1-bg-wrapper {
    padding-bottom: 48px;
  }

  .hs-case-study-row4 .custom-title-with-number-wrapper .custom-title-with-number-item {
    width: 100%;
    padding: 0 24px;
    margin: 0;
    margin: 0 0 24px;
  }

  .hs-case-study-row4 .custom-title-with-number-wrapper {
    max-width: 552px;
  }

  .hs-case-study-row4 .custom-title-with-number-wrapper .custom-title-with-number-item:last-child {
    margin-bottom: 0;
  }

  .hs-case-study-row7-col1 h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .hs-case-study-row8.case-study-section-col .custom-one-col-content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .price {
    max-width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .custom-pricing-plan-wrapper {
    margin-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hs-pricing-page .custom-banner.no-image {
    min-height: 368px;
  }

  .custom-content-left-image-wrap .custom-content-left-image-item {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .custom-content-left-image-wrap .custom-content-left-image-item .custom-left-image {
    width: 20px;
    height: 20px;
  }

  .custom-pricing-row1 .custom-content-left-image-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .custom-testimonial-section-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-row3 a {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .testimonial-row3 a img {
    position: relative;
    top: 3px;
    left: -1px;
  }

  .custom-pricing-row4 .page-center {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .custom-pricing-row4-column h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-pricing-row4-column {
    padding: 0 12px;
    margin-top: 24px;
  }

  .custom-pricing-row4-column:first-child {
    margin-top: 0;
  }

  .hs-pricing-page .custom-bottom-pane-inner-top-section h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap {
    padding-right: 0;
    text-align: left;
    margin-bottom: 0;
    max-width: 100%;
    margin-top: 139px;
  }

  .custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap p {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-mental-health-row1 .custom-two-col-content-with-image.right .custom-content-wrap ul li {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: top;
    padding-right: 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }

  .custom-mental-health-row2,
  .custom-mental-health-row4 {
    padding: 0;
  }

  .custom-mental-health-row2 .custom-mental-health-row2-top h2,
  .custom-mental-health-row2 .custom-mental-health-row2-bottom h2,
  .custom-mental-health-row3 .custom-mental-health-row3-left h1,
  .custom-stress-management-key .custom-top-heading h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-health-slider .slick-slider {
    max-width: 100%;
  }

  .custom-health-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }

  .custom-mental-health-row3 .page-center {
    padding: 24px 24px 0 !important;
    margin-top: 0 !important;
  }

  .custom-mental-health-row3 {
    padding-top: 0;
    padding: 0px 24px 48px;
  }

  .custom-stress-management-key .custom-stress-management-key-item {
    display: block;
    width: auto;
    max-width: 100%;
    margin-right: 0;
  }

  .custom-mental-health-row5 .page-center {
    padding: 26px 48px 0 !important;
  }

  .custom-mental-health-row3 .custom-mental-health-row3-right ul li,
  .custom-mental-health-row5 .custom-mental-health-row5-right ul li {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .custom-two-col-with-image .custom-image-wrap {
    max-width: 250px;
    margin-right: 0;
    display: block;
    margin: 0 auto;
  }

  .custom-two-col-with-image .custom-content-wrap {
    width: 100% !important;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .custom-two-col-with-image.right {
    display: block;
  }

  .custom-two-col-with-image.right .custom-image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .custom-two-col-with-image .custom-content-wrap h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-login-row1 .custom-content-top-image-item .custom-top-image img {
    width: 200px;
    display: none;
  }

  .custom-login-row1 .custom-content-top-image-item .custom-bottom-content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-login-row1 .custom-content-top-image-item {
    display: block;
    margin: 18px auto 91px;
  }

  .custom-login-row1 a.custom-blue-btn {
    margin-top: 49px;
  }

  .custom-login-row1 .custom-content-top-image-item .custom-bottom-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .about-layout .custom-banner h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .about-layout .custom-banner {
    padding-top: 168px;
  }

  .custom-about-row1 .custom-about-row1-left {
    width: 100% !important;
    margin-right: 0;
  }

  .custom-about-row1 .custom-about-row1-left p {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-about-row1 .custom-about-row1-left h2,
  .custom-management-team-wrap .custom-team-top-heading h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-about-row1 .custom-about-row1-right {
    margin-left: 0 !important;
    width: 100% !important;
    margin-top: 56px;
  }

  .custom-about-row1 .custom-about-row1-right img {
    width: 100% !important;
  }

  .custom-management-team-wrap .management-team-item {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .custom-management-team-wrap .team-card__image {
    height: 224px;
  }

  .custom-about-row3 .custom-title-with-number-item {
    max-width: 100%;
    margin: 0 0 24px;
    vertical-align: top;
    text-align: center;
    display: block;
  }

  .resource-layout .custom-banner.no-image {
    min-height: 352px;
  }

  .resource-layout .custom-banner h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .custom-resources-group a.resource-card {
    width: 100% !important;
    height: 423px;
    margin: 0 0 24px;
  }

  .custom-resources-group .resource-card__details {
    padding: 24px 24px;
  }

  .custom-resources-group .paragraph--large {
    font-size: 14px;
    line-height: 20px;
  }

  .benefit-layout .custom-banner.no-image {
    min-height: 283px;
  }

  .benefit-layout .custom-benefit-row1-top h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .benefit-layout .custom-two-col-with-image .custom-image-wrap {
    margin: 0 !important;
    max-width: 100% !important;
  }

  .benefit-layout .custom-two-col-with-image .custom-content-wrap {
    text-align: center !important;
  }

  .custom-benefit-row2 .page-center {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .custom-benefit-row2 .custom-benefit-row2-top h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-benefit-row2 .custom-benefit-row2-top:after {
    display: none;
  }

  .custom-content-left-image-wrap .custom-content-left-image-item .custom-left-image {
    display: inline-block;
    width: 20px;
    height: 20px;
  }

  .custom-content-left-image-wrap .custom-content-left-image-item {
    padding-top: 15px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .custom-customers-row1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .customers-layout .custom-banner.with-bottom-img {
    min-height: 335px;
  }

  .hs-pricing-page .custom-content-left-image-wrap .custom-content-left-image-item {
    text-align: left;
  }

  .hs-pricing-page .custom-content-left-image-wrap .custom-content-left-image-item {
    padding-top: 16px;
  }

  .custom-patients-banner-inner {
    padding-top: 140px;
  }

  .custom-patients-banner {
    min-height: 368px;
    padding-bottom: 48px;
    margin-bottom: -1px;
  }

  .custom-patient-row1 .custom-content-top-image-item:nth-child(odd) {
    margin-right: 0;
  }

  .custom-patient-row1 .custom-content-top-image-item {
    max-width: 100%;
    margin: 0 0 57px;
  }

  .custom-patient-row1 .custom-content-top-image-item:nth-child(even) {
    margin-left: 0;
  }

  .custom-patient-row1 .custom-content-top-image-item .custom-bottom-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .member-item-group.grid .team-card-back h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-patient-row2 {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: -48px !important;
  }

  .custom-patient-row2-column1 h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-patient-row2 .page-center {
    padding-top: 24px;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .custom-content-left-image-wrap .custom-content-left-image-item .custom-right-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-patient-row2 .custom-full-width-image {
    width: 178px;
    height: 85px;
  }

  .overview-layout .body-container .page-center {
    max-width: 540px !important;
  }

  .overview-layout.scroll-header .custom-header-group {
    padding-bottom: 16px;
  }

  .custom-overview-row1 .custom-logo-group-wrapper {
    display: block;
  }

  .overview-layout .custom-overview-row1 .custom-logo-group-wrapper .custom-logo-item,
  .hs-webinar-row2 .custom-logo-item {
    width: 33.33%;
    margin: 30px 0px;
    display: block;
    float: left;
  }

  .custom-overview-row2 .custom-title-with-number-wrapper .custom-title-with-number-item {
    width: 100% !important;
    margin: 0;
  }

  .custom-overview-row3 .custom-two-col-with-image .custom-image-wrap {
    width: 100%;
    padding: 0;
  }

  .custom-overview-row3 .custom-two-col-with-image.right .custom-image-wrap {
    width: 100%;
    padding: 30px 10px 0;
    margin: 0;
  }

  .overview-layout .body-container .custom-overview-row4 .page-center {
    max-width: 540px !important;
  }

  .custom-quotation-wrap .custom-quotation-descrption h5 {
    margin: 0 0 14px;
  }

  .hs-telehealth-page .custom-two-col-right-image-group {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-telehealth-page .body-container-wrapper {
    padding: 0 24px;
  }

  .hs-telehealth-page .body-container-wrapper .custom-two-col-right-image-group .page-center {
    max-width: 540px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .hs-telehealth-page .custom-two-col-right-image-wrap .custom-left-column-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-telehealth-page .custom-two-col-right-image-wrap .custom-right-column-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }

  .hs-telehealth-page .custom-two-col-right-image-wrap .custom-right-column-image {
    display: none !important;
  }

  .hs-telehealth-page .body-container-wrapper .page-center {
    max-width: 560px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .hs-telehealth-row2-col2 .custom-webinar-sidebar-form form {
    max-width: 100%;
  }

  .hs-telehealth-row2-col1 {
    padding-left: 0;
  }

  .custom-patients-banner.home-banner h1 {
    margin-top: 140px;
  }

  .custom-patient-row1.home-row1 .hs_cos_wrapper_type_rich_text h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-patient-row1.home-row1 .custom-content-top-image-item {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .home-row5 .custom-full-width-image {
    display: none;
  }

  .page__section--py {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item {
    font-size: 14px;
    line-height: 20px;
    padding: 16px 0;
  }

  .healthcare-team-member-credentials-section-right h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-full-width-overlay {
    height: 299px;
  }

  .hs-home-german-row1-group h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-team-full-width-bg-mod h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-team-full-width-bg-mod p {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-team-full-width-bg-mod {
    padding: 96px 0;
  }

  .hs-home-german-row1-group {
    padding: 43px 0 30px;
  }

  .hs-home-german-row2-group {
    padding: 0;
  }

  .hs-home-german-row2-group .hs_cos_wrapper_type_rich_text h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-two-col-list-section-inner {
    padding-left: 0;
  }

  .hs-home-german-row3-group p {
    font-size: 14px;
    line-height: 20px;
  }

  .hs-home-german-row3-group a.custom-white-btn {
    font-size: 16px;
  }

  .body-container.container-fluid .hs-home-german-row4-group .page-center {
    padding: 0;
  }

  .hs-home-german-row4-group {
    padding: 96px 24px 0;
  }

  .body-container.container-fluid .hs-home-german-row2-group .page-center {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hs-home-german-row4-group h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-two-col-list-section-inner {
    padding-bottom: 10px;
  }

  .custom-two-col-image-with-list-inner.right .custom-two-col-list-section {
    padding-right: 0;
  }

  .hs-full-width-german-row1-group p {
    font-size: 18px;
  }

  .hs-betriebsmedizin-row1-col1 h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .hs-betriebsmedizin-row1-group {
    padding-top: 139px;
  }

  .hs-betriebsmedizin-row1-col1 ul li {
    display: block;
    margin: 0;
    text-align: center;
    padding: 0 0 20px;
  }

  .hs-betriebsmedizin-row1-col1 ul li p {
    font-size: 18px;
    line-height: 24px;
  }

  .hs-betriebsmedizin-row2-group .hs_cos_wrapper_type_rich_text h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-two-col-barrier-left h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-two-col-barrier-group {
    padding: 24px 24px 94px;
  }

  .hs-betriebsmedizin-row3-group {
    padding: 0 0 40px;
  }

  .hs-betriebsmedizin-row4-group h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .one-column-top-list-inner {
    max-width: 100%;
    margin: 0 0 16px;
  }

  .one-column-top-list-mod {
    padding: 100px 0 0;
  }

  .one-column-top-list-inner h1 {
    margin-top: 20px;
  }

  .one-column-top-list-inner p {
    line-height: 20px;
  }

  .body-container .hs-betriebsmedizin-row5-group .page-center {
    padding: 234px 20px 40px;
  }

  .hs-betriebsmedizin-row6-group .hs_cos_wrapper_type_rich_text h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .hs-betriebsmedizin-row6-group .custom-two-col-content-with-image {
    display: block;
  }

  .hs-betriebsmedizin-row6-group .custom-two-col-content-with-image .custom-content-wrap h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 11px;
  }

  .hs-betriebsmedizin-row7-group p {
    font-size: 14px;
    line-height: 20px;
  }

  .hs-betriebsmedizin-row6-group .hs_cos_wrapper_type_rich_text a.custom-blue-btn {
    margin-top: 20px;
  }

  .hs-betriebsmedizin-row6-group {
    padding-bottom: 70px;
  }

  .hs-betriebsmedizin-row1-col1 p {
    padding-right: 0;
  }

  .custom-bottom-image img {
    position: relative;
    z-index: 9;
    top: 0px;
  }

  .member-item {
    width: 100%;
    margin: 0 0 24px;
  }

  .team-card__footer {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-lang-switcher {
    display: inline-block;
    width: auto !important;
    padding: 0;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 1px !important;
    margin-left: 8px !important;
    position: absolute;
    top: 21px;
    right: 56px;
  }

  .header-container .lang_list_class>li.active {
    padding-bottom: 0;
  }

  .custom-two-col-right-image-group .custom-two-col-right-image-wrap {
    margin: 0;
  }

  .custom-two-col-right-image-group .custom-left-column-content {
    width: 100%;
    float: none;
    padding: 0;
  }

  .custom-two-col-right-image-group .custom-right-column-image {
    width: 100%;
    float: left;
    padding: 16px 0 0;
  }

  .customer-overview-layout .custom-content-top-image-wrap .custom-content-top-image-item {
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin: 0;
  }

  .customer-overview-layout .custom-content-top-image-wrap {
    margin: 0;
  }

  .customer-overview-layout .custom-content-top-image-wrap .custom-content-top-image-item:nth-child(3) {
    margin: 0 0 41px;
  }

  .customer-overview-layout .custom-two-col-with-image {
    margin: 0 !important;
  }

  .customer-overview-layout .custom-two-col-with-image .custom-image-wrap {
    width: 100%;
    float: none;
    padding: 0;
  }

  .customer-overview-layout .custom-two-col-with-image.right .custom-content-wrap {
    width: 100%;
    float: left;
    padding: 0;
  }

  .customer-overview-layout .custom-two-col-with-image .custom-content-wrap ul li img {
    margin-right: 15px;
  }

  .custom-overview-customer-row3 {
    padding-bottom: 73px;
  }

  .customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image.right .custom-content-wrap {
    margin-left: 0;
  }

  .customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image.right .custom-image-wrap {
    margin-right: 0 !important;
  }

  .customer-overview-layout .custom-overview-customer-row4 .custom-two-col-with-image.left .custom-image-wrap img {
    width: auto;
    max-width: 100%;
  }

  .custom-header-group {
    min-height: 64px !important;
  }

  .mental-health-layout .custom-bottom-pane-inner-top-section h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .calculator-wrapper {
    padding: 24px;
  }

  .home-row5-column1 h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .hs-press-layout .custom-banner h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .resource-layout .custom-bottom-pane-inner-top-section h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-patient-row5 .custom-one-col-content-wrapper {
    margin-bottom: 0;
  }

  .custom-two-col-right-image-group .custom-two-col-right-image-wrap {
    padding: 20px 0 0;
  }

  .custom-customers-row4 .custom-customers-row4-left h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-customers-row4 .custom-customers-row4-right {
    padding-top: 30px;
  }

  .customers-layout .custom-bottom-pane-inner-top-section h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-customers-row4 .custom-customers-row4-left h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .benefit-layout .custom-bottom-pane-inner-top-section h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active:last-child {
    background-color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active:last-child a {
    color: #1fa5ff !important;
  }

  .hs-home-page .custom-bottom-pane-inner-top-section h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .hs-telehealth-page .custom-two-col-right-image-wrap .custom-left-column-content {
    padding-right: 0;
    padding-left: 0;
  }

  .jumbotron h1 {
    font-size: 9vw;
  }

  .custom-bell-row1 .custom-two-col-right-image-group .custom-left-column-content {
    width: 100%;
  }

  .custom-bell-row1 .custom-two-col-right-image-group .custom-right-column-image {
    width: 100%;
    display: none;
  }

  .customer-overview-layout .custom-bell-row3 .custom-two-col-with-image .custom-image-wrap img {
    padding-top: 0;
  }

  .custom-bell-row5 .custom-resources-group {
    padding-top: 50px;
  }

  .custom-bell-row5 .custom-resources-group a.resource-card {
    margin: 0 auto 40px;
    max-width: 100%;
    width: 100%;
  }

  .custom-bell-row5 .custom-resources-group a.resource-card:last-child {
    margin-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) {
    display: none !important;
  }

  .overview-layout.bell-layout .custom-lang-switcher {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-top: 0px !important;
  }
}

@media(max-width:882px) {
  .hs-featured-image-wrapper {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .custom-job-list-group {
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-section-col .custom-one-col-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-case-study-row4.case-study-section-col .custom-one-col-content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hs-case-study-row5 .cm-two-col-quote-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hs-case-study-row5 .custom-one-col-content-wrapper,
  .hs-case-study-row6 .custom-one-col-content-wrapper,
  .hs-case-study-row6 .cm-two-col-quote-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hs-case-study-row6 .hs_cos_wrapper_type_module:nth-child(3) .custom-one-col-content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hs-case-study-row8 .cm-two-col-quote-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hs-case-study-row8 .hs_cos_wrapper_type_module:nth-child(3) .custom-one-col-content-wrapper {
    padding-left: 24px;
  }

  .custom-patient-row5 .custom-one-col-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .overview-layout .body-container .page-center {
    max-width: 100% !important;
  }

  .custom-overview-banner-wrap {
    padding: 1.4rem 0 1.85rem;
  }

  .overview-layout .custom-overview-row1 .custom-logo-group-wrapper .custom-logo-item,
  .hs-webinar-row2 .custom-logo-item {
    width: 100%;
  }

  .custom-overview-row3 .custom-two-col-with-image.right {
    padding: 20px 0px 0;
    align-items: inherit;
    margin: 0;
  }

  .custom-overview-row3 .custom-two-col-with-image.right .custom-content-wrap {
    padding: 20px 0px 0;
  }

  .custom-overview-row3 .custom-two-col-with-image .custom-content-wrap {
    padding: 0;
  }

  .custom-quotation-wrap {
    padding: 0;
  }

  .hs-telehealth-row2-col1 ul li:before {
    display: block;
  }

  .custom-pricing-row2 p {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hs-telehealth-page .custom-two-col-right-image-group {
    padding-top: 8px;
    margin-top: 24px;
  }

  .webinar .body-container-wrapper p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
  }

  .customer-overview-layout .custom-bell-row3 .custom-two-col-with-image .custom-image-wrap img {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .custom-one-column-row1 .page-center {
    padding: 0 !important;
    width: 100% !important;
  }

  .hs-case-study-row5 .custom-one-col-content-wrapper img {
    max-width: 100%;
  }

  .blog-listing-wrapper .post-listing .post-item {
    width: calc(100% - 20px);
    min-height: inherit;
  }

  .hs-featured-image-wrapper {
    height: auto;
    background-size: cover !important;
  }

}

@media(max-width:500px) {
  .healthcare-team-member-credentials-section-right {
    margin: 0 0;
    padding: 4px 0 0;
  }
}

@media(max-width:380px) {
  .healthcare-team-member-credentials-section-right {
    padding: 0;
  }

  .custom-full-width-overlay {
    margin-bottom: -1px;
  }

  .custom-two-col-list-section-content {
    width: 82%;
  }
}


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

@media (max-width: 479px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    display: block !important;
    float: none;
    margin: 0 0 20px;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }

  .customer-overview-layout .custom-two-col-with-image .custom-content-wrap ul li {
    display: block;
  }

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

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

  .about-author-sec-content {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .about-author-sec-image {
    display: block;
  }

  fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .testimonials__profile {
    display: block;
    margin-bottom: 30px;
  }

  .healthcare-team-member {
    width: 100%;
    height: auto;
    margin-right: 0;
    min-height: 386px;
  }

  .custom-mental-health-row2 .custom-mental-health-row2-flexi {
    padding: 0 0 48px;
  }

  .custom-management-team-wrap .team-card-back.ta-left {
    padding: 10px 16px 0 16px;
  }

  .home-banner ul li:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .mental-health-layout .custom-full-width-image {
    margin-top: -1px;
  }

  .custom-health-slider .slick-arrow {
    width: 32px;
    height: 50px;
  }

  .custom-health-slider .slick-arrow.slick-prev {
    left: -20px;
  }

  .custom-health-slider .slick-arrow.slick-next {
    right: -20px;
  }

  .hs-patients-page .caption.below {
    padding: 0 15px;
  }

  .custom-banner.with-bottom-img {
    min-height: 352px;
    margin-bottom: -1px;
  }

  .hs-case-study-row1-bg-wrapper {
    margin-bottom: -1px;
  }

  .customers-layout .custom-banner.with-bottom-img {
    min-height: 459px;
  }

  .benefit-layout .custom-banner.no-image {
    min-height: 387px;
    margin-bottom: -1px;
  }

  .hs-layout-fr.benefit-layout .custom-banner.no-image {
    min-height: 356px;
  }

  .custom-overview-banner-wrap .custom-overview-banne-content p {
    width: 100%;
  }

  .hs-webinar-row2 .custom-logo-group-wrapper {
    display: block;
    justify-content: center;
    margin: 0 -15px;
    padding: 13px 0 0 0;
    overflow: hidden;
  }

  .hs-telehealth-row3 .custom-quotation-wrap {
    padding-left: 0;
  }

  .custom-quotation-wrap .custom-quotation-descrption h4 {
    word-break: break-all;
  }
}

@media (max-width: 385px) {
  .testimonial-card__author-credentials {
    bottom: 7px;
    left: 0;
    padding: 0 3px 0 24px;
  }

  .cm-testimonial-content-left-column {
    min-height: 330px;
  }

  .custom-overview-banner-wrap .custom-overview-banne-content h1 {
    width: 100%;
    font-size: 2.8rem;
  }
}

@media (max-width: 1024px) {
  .hidden-phone {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }
}

/*Drag and Drop Landing Page - No Top Banner // Hugo Chaume 02052019 */
body.landing-page .body-container .body_section-row-0-background-image>.row-fluid {
  background-color: rgba(242, 241, 245, .7);
}

/*Drag and Drop Landing Page - No Top Banner // Hugo Chaume 02052019 */
body.landing-page.hs-content-id-9763802619 .body-container .body_section-row-0-background-image>.row-fluid {
  background-color: #F9F7FA;
}




/* Sajid Style  */

@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&display=swap');

body {
  color: #212120;
}

h2 {
  font-family: "Poynter Oldstyle Disp Semi Bd", serif;
  font-size: 42px;
  color: #212120;
  line-height: 50px;
  margin-bottom: 20px;
}

.form-area {
  padding-bottom: 55px;
}

.form-left-text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
}

.clients-box,
.coverage-box,
.availablity-box {
  border-top: 3px solid #212020;
  margin-bottom: 50px;
}

.clients-box h2,
.clients-box p,
.coverage-box h2,
.coverage-box p,
.availablity-box h2,
.availablity-box p {
  margin: 0px;
}

.coverage-box h2 {
  white-space: nowrap;
}

.benefits-area {
  padding: 40px 0px;
}

.benefits-text-box {
  background: #FFEFE2;
  padding: 45px 37px;
  border-top: 3px solid #212120;
}

.benefits-row .row-fluid {
  display: -ms-flexbox;
  display: flex;
}

.benefits-box img {
  height: 100% !important;
  object-fit: cover;
}

.benefits-text-box ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.benefits-text-box ul li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}

.benefits-text-box ul li:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 34px;
  height: 21px;
  background: url(https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_May2020/tick.png) no-repeat top left;
  background-size: contain;
}

.benefits-text-box a {
  font-family: 'Amiri', serif;
  font-size: 24px;
  color: #212020;
  background: url(https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Dialogue_May2020/right-arrow.png) no-repeat center right;
  padding-right: 30px;
}

.subscribe-form-wrapper {
  margin: 60px 0 120px;
}

.subscribe-title {
  border-top: solid 3px #212120;
  padding-top: 10px;
}

.subscribe-title h3 {
  font-family: 'Poynter Oldstyle Disp Semi Bd', serif;
  font-size: 24px;
  color: #212020;
  line-height: 28px;
}

.subscribe-form form {
  display: flex;
}

.subscribe-form .hs-email {
  width: 80%;
}

.subscribe-form .hs-submit {
  margin-left: 20px;
}

.subscribe-form .hs-submit .primary {
  font-family: 'Poynter Oldstyle Disp Semi Bd', serif;
  font-size: 24px;
  line-height: 28px;
  max-width: 180px;
  width: 180px;
  margin: 0;
}

.subscribe-form .hs-input {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.subscribe-form .hs-email {
  border-radius: 3px !important;
}

.subscribe-form form {
  margin: 27px 0 0;
}

@media (max-width: 1025px) {
  .subscribe-form .hs-submit .primary {
    padding-top: 17px;
    padding-bottom: 16px;
  }

  .subscribe-form-wrapper {
    margin: 40px 0 40px;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
  }

/*   .other-benefits h2 */
}





/* qaisar */
@media (min-width: 1025px) {
  .custom-header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    position: static;
  }

  .form-left-text p {
    font-size: 20px;
    line-height: 30px;
  }

  .text-box ul {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-header-group .hs-menu-children-wrapper {
    width: 100%;
    border-radius: 0;
    padding-top: 44px;
    padding-bottom: 20px;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  .custom-header-group .custom-menu-primary .hs-menu-wrapper,
  .custom-header-group .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .custom-header-group .hs-menu-children-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom-header-group .hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-children-wrapper {
    position: static !important;
    visibility: inherit !important;
    opacity: 1 !important;
  }

  .custom-header-group .hs-menu-children-wrapper li {
    padding: 0 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 300px;
  }

  .custom-header-group .hs-menu-children-wrapper li a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    background: #FFEFE2 !important;
    height: 105px;
    color: #212020 !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom-header-group .hs-menu-children-wrapper li a:hover {
    background: #212020 !important;
    color: #FFEFE2 !important;
  }

  .custom-header-group .hs-menu-children-wrapper .hs-menu-children-wrapper {
    position: static !important;
  }

  .custom-header-group .hs-menu-wrapper ul li:first-child .hs-menu-children-wrapper li:first-child {
    width: 50% !important;
    padding: 0 15px;
  }

  .custom-header-group .hs-menu-wrapper ul li:first-child .hs-menu-children-wrapper li {
    width: 50% !important;
    padding: 0 15px;
  }

  .custom-header-group .hs-menu-wrapper ul li:first-child .hs-menu-children-wrapper li .hs-menu-children-wrapper {
    background: none;
    box-shadow: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .custom-header-group .hs-menu-wrapper ul li:first-child .hs-menu-children-wrapper li .hs-menu-children-wrapper {
    margin: 0 -9px;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    width: calc(100% + 21px);
  }

  .custom-header-group .hs-menu-wrapper ul li:first-child .hs-menu-children-wrapper li .hs-menu-children-wrapper li {
    width: 33.33% !important;
    padding: 0 0px 20px;
    margin: 0 9px;
  }

  .custom-header-group .hs-menu-wrapper ul li:first-child .hs-menu-children-wrapper li a {
    font-size: 25px;
    line-height: 30px;
    display: inline !important;
    height: auto;
    padding: 0;
    background: none !important;
    color: #212120;
    text-align: left;
    font-family: 'Poynter Oldstyle Disp Semi Bd', serif;
  }

  .custom-header-group .hs-menu-wrapper ul li:first-child .hs-menu-children-wrapper li a:hover {
    color: #212120 !important;
    /*     color: #FFEFE2 !important; */
  }

  .custom-header-group .hs-menu-wrapper>ul>li:first-child>.hs-menu-children-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .custom-header-group .hs-menu-wrapper ul li:first-child .hs-menu-children-wrapper li .hs-menu-children-wrapper li a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    background: #FFEFE2 !important;
    height: 105px;
    color: #212020 !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
  }

  .custom-header-group .hs-menu-wrapper ul li:first-child .hs-menu-children-wrapper li .hs-menu-children-wrapper li a:hover {
    background: #212020 !important;
    color: #FFEFE2 !important;
  }

  .custom-header-group .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children a {
    position: relative;
  }

  .custom-header-group .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    content: "";
    height: 50px;
  }

  .custom-header-group .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: -18px;
    /*margin-left: 10px;*/
    height: 6px;
    width: 75px;
    content: "";
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: linear 0.3s;
  }

  .custom-header-group .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after,
  .custom-header-group .custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after {
    opacity: 1;
    visibility: visible;
  }
}

.custom-header-group .custom-menu-primary .hs-menu-wrapper>ul>li.book-a-demo a:after,
.custom-header-group .custom-menu-primary .hs-menu-wrapper>ul>li.obtenir-une-démo a:after,
.custom-header-group .custom-menu-primary .hs-menu-wrapper>ul>li.login a:after,
.custom-header-group .custom-menu-primary .hs-menu-wrapper>ul>li.connexion a:after,
.custom-header-group .custom-menu-primary .hs-menu-wrapper>ul>li.member-login a:after,
.custom-header-group .custom-menu-primary .hs-menu-wrapper>ul>li.connexion-pour-membres a:after {
  display: none;
}

@media (max-width: 1365px) {
  .custom-header-group .hs-menu-wrapper>ul>li:first-child>.hs-menu-children-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .custom-header-group .hs-menu-wrapper ul li:first-child .hs-menu-children-wrapper li .hs-menu-children-wrapper li a {
    height: 85px;
  }
}

.block-header {
  font-family: 'Poynter Oldstyle Disp Semi Bd', serif;
  font-size: 42px;
  line-height: 50px;
  margin: 0 0 30px;
  text-align: center;
}

.gradient-bg {
  z-index: 1;
  position: relative;
}

.gradient-bg .page-center {
  position: relative;
  z-index: 2;
}

.gradient-bg:before {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 1273px;
  background: linear-gradient(0deg, rgba(255, 239, 226, 0) 0%, #FFEFE2 100%);
}

.text-block {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 750px;
  margin: 0 auto !important;
  float: none !important;
}

@media (min-width: 768px) {
  .text-block {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .text-block {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.text-block h2 {
  margin: 0 0 20px;
}

.text-block p {
  margin: 0 0 20px;
}

.sideby-content-holder {
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  padding-bottom: 40px;
}

.btn-more {
  font-family: 'Poynter Oldstyle Disp Semi Bd', serif;
  color: inherit;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 28px;
}

.btn-more:after {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%212121' viewBox='0 0 31.49 31.49'%3e%3cpath d='M21.205,5.007c-0.429-0.444-1.143-0.444-1.587,0c-0.429,0.429-0.429,1.143,0,1.571l8.047,8.047H1.111\a 	C0.492,14.626,0,15.118,0,15.737c0,0.619,0.492,1.127,1.111,1.127h26.554l-8.047,8.032c-0.429,0.444-0.429,1.159,0,1.587\a 	c0.444,0.444,1.159,0.444,1.587,0l9.952-9.952c0.444-0.429,0.444-1.143,0-1.571L21.205,5.007z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  margin: 6px 0 0 9px;
}

.btn-more:hover {
  opacity: 0.6;
}

.primary-btn {
  cursor: pointer;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  font-family: 'Poynter Oldstyle Disp Semi Bd', serif;
  font-weight: 400;
  border-radius: 30px;
  outline: 0;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
  vertical-align: top;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 24px;
  padding-right: 24px;
  color: #212120;
  background-color: ;
  border: 2px solid #212120;
  transition: linear 0.4s;
}

.primary-btn:hover {
  background: #212121;
  color: #FFEFE2;
}

.textcol-bg {
  position: relative;
  z-index: 1;
}

.textcol-bg:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 239, 226, 0) 0%, #FFEFE2 30%);
  z-index: -1;
  pointer-events: none;
}

.textcol-bg:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 50%;
  z-index: -1;
  background: linear-gradient(to top, rgba(255, 239, 226, 0) 0%, #FFEFE2 30%);
  pointer-events: none;
}

.gradient-bg2 {
  position: relative;
  z-index: 1;

}

.gradient-bg2:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 239, 226, 0) 0%, #FFEFE2 20%);
  z-index: -1;
  pointer-events: none;
  transition: linear 0.3s;
}

.gradient-bg2:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  content: "";
  height: calc(50% + 60px);
  z-index: -1;
  transform: scaleY(-1);
  background: linear-gradient(180deg, rgba(255, 239, 226, 0) 0%, #FFEFE2 20%);
  pointer-events: none;
  transition: linear 0.3s;
}

@media (min-width: 1100px) {

  .gradient-bg2:after,
  .gradient-bg2:before {
    opacity: 0;
  }
}

.gradient-bg2.bg-change:after,
.gradient-bg2.bg-change:before {
  opacity: 1;
}

.gradient-bg3 {
  position: relative;
  z-index: 1;
}

.gradient-bg3:after {
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
  content: "";
  height: calc(50% + 150px);
  background: linear-gradient(180deg, rgba(255, 239, 226, 0) 0%, #ffefe2 100%);
  z-index: -1;
  pointer-events: none;
}

.gradient-bg3:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  content: "";
  height: calc(50% + 80px);
  z-index: -1;
  transform: scaleY(-1);
  background: linear-gradient(180deg, rgba(255, 239, 226, 0) 0%, #ffefe2 100%);
  pointer-events: none;
}

.why-us-block {
  text-align: center;
  max-width: 1030px;
  float: none !important;
  margin: 0 auto !important;
}

.block-head h2,
.block-head2 h2 {
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 10px;
}

.block-head,
.block-head2 {
  max-width: 780px;
  text-align: center;
  float: none !important;
  margin: 0 auto 30px !important;
}

.block-head2 {
  max-width: 900px;
}

.block-head p,
.block-head2 p {
  margin: 0 0 20px;
}

.why-us-block .testimoial-block {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .why-us-block .testimoial-block {
    margin: 0;
  }

  .block-head h2,
  .block-head2 h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .why-us-block .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .why-us-block .row-fluid:before,
  .why-us-block .row-fluid:after {
    display: none;
  }
}

.linear-gradient {
  background: linear-gradient(to top, rgba(255, 239, 226, 0) 0%, #FFEFE2 20%);
}

@media (max-width: 767px) {
  .press .post-header {
    padding-top: 20px !important;
  }

  .post-header {
    padding: 20px;
  }

  .post-body p {
    font-size: 16px !important;
  }

  .post-header h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .post-body h2 {
    font-size: 28px !important;
    line-height: 1.3em !important;
  }

  .post-body h3 {
    font-size: 24px !important;
    line-height: 1.3em;
  }

  .post-body h4 {
    font-size: 20px !important;
    line-height: 1.3em;
  }

  #hubspot-topic_data {
    position: relative;
    bottom: 20px;
    padding: 0 20px;
  }

  h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .header-container-wrapper {
    border: 0 !important;
  }

  .linear-gradient {
    background-position: 0 50px;
  }

  h2,
  .get-in-copy {
    font-size: 24px;
    line-height: normal;
  }

  .subscribe-title h3 {
    margin: 20px 0 30px;
  }

  .custom-footer-menu {
    margin-top: 0;
  }

  ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .mb-login-menu ul li:nth-last-child(1){
    text-align: center !important;
  }
  .custom-copyright-wrapper {
    padding-top: 0;
    margin-top: 0;
  }

  .custom-copyright-wrapper .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
  }

  .custom-privacy-links {
    order: 2;
  }

  .custom-privacy-links .hs-menu-wrapper>ul {
    text-align: left;
  }

  .custom-privacy-links .hs-menu-wrapper>ul>li {
    margin-left: 5px;
    margin-right: 4px;
    margin-bottom: 6px;
  }

  .custom-privacy-links .hs-menu-wrapper>ul>li a {
    font-size: 12px;
    line-height: 16px;
  }

  .custom-footer-social {
    text-align: left;
    padding-top: 4px;
  }

  .custom-footer-group {
    padding-bottom: 10px;
  }

  .custom-footer-social {
    padding-top: 15px;
  }

  .custom-footer-social a {
    width: 30px;
    height: 30px;
  }

  .benefits-row .row-fluid {
    display: block;
  }

  .benefits-text-box ul li {
    margin-bottom: 18px;
  }

  .benefits-text-box {
    padding: 30px 25px;
  }

  .benefits-area {
    padding: 0;
  }

  .benefits-box img {
    width: 100%;
  }

  .gradient-bg .hero-v2 .hero-block {
    margin-top: 20px;
  }

  .custom-footer-social a {
    width: 26px;
    height: 26px;
  }

  .blog-head h1 {
    margin: 20px 0;
  }

  .block-header.hr-exp h2 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .subscribe-title h3 {
    text-align: center;
  }

  .subscribe-form form {
    display: block;
  }

  .subscribe-form .hs-email {
    width: 100%;
  }

  .subscribe-form .hs-submit {
    margin-left: 0px;
    text-align: center;
  }
}

.intro-block .btn-primary,
.readyto-join .btn-primary,
.btn-popup {
  cursor: pointer;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  font-family: 'Poynter Oldstyle Disp Semi Bd', serif;
  font-weight: 400;
  border-radius: 30px;
  outline: 0;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
  color: #212120;
  background-color: ;
  border: 1px solid #212120;
  transition: linear 0.4s;
}

.btn-default {
  cursor: pointer;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  font-family: 'Poynter Oldstyle Disp Semi Bd', serif;
  font-weight: 400;
  border-radius: 30px;
  outline: 0;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffefe2;
  background-color: #212120;
  border: 1px solid #212120;
  transition: linear 0.4s;
}

.btn-default:hover,
.btn-default:focus {
  background: #424242;
  color: #ffefe2;
}

@media (min-width: 1024px) {
  .blog-listing-wrapper .btn-wrapper .primary-btn {
    min-width: 224px;
  }
}

@media (max-width: 1023px) {

  .intro-block .btn-primary,
  .readyto-join .btn-primary,
  .btn-popup {
    font-size: 20px !important;
    line-height: 24px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  .coverage-box h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .text-box h2 {
    font-size: 34px;
    line-height: 38px;
  }
}

.intro-block .btn-primary:hover,
.readyto-join .btn-primary:hover,
.btn-popup:hover,
.intro-block .btn-primary:focus,
.readyto-join .btn-primary:focus,
.btn-popup:focus {
  background: #FFEFE2;
  color: #212120;
}

.btn-popup {
  padding-left: 30px;
  padding-right: 30px;
}

.intro-block .btn-primary:focus,
.readyto-join .btn-primary:focus,
.btn-popup:focus {
  background: #EDCDB2;
  color: #212120;
}

.faq-style2 .faqs-block {
  padding-bottom: 30px;
}

a.primary-cta {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
  max-width: none !important;
  width: auto !important;

}

.page-center .page-center {
  padding: 0 !important;
}

.contact-form {
  padding-bottom: 60px;
}

.contact-form p {
  margin: 0 0 15px;
}

.hs-fieldtype-booleancheckbox.hs-form-field {
  border: 0;
  padding: 0;
}

textarea,
.hs-dateinput input {
  background: none;
  max-width: inherit;
}

.hs-form-booleancheckbox-display {
  position: relative;
  font-size: 16px;
  line-height: 22px;
}

.hs-form-booleancheckbox-display input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
}

.hs-form-booleancheckbox-display input[type="checkbox"]:checked~span:before {
  opacity: 1;
}

.hs-form-booleancheckbox-display>span {
  display: block;
  padding-left: 38px;
}

.hs-form-booleancheckbox-display>span:after {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  content: "";
  border: solid 1px #000;
  background: #fff;
}

.hs-form-booleancheckbox-display>span:before {
  position: absolute;
  left: 4px;
  top: 7px;
  width: 10px;
  height: 5px;
  border: solid 2px #000;
  border-width: 0 0 2px 2px;
  content: "";
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: linear .4s;
  transition: linear .4s;
}

.hs-field-desc {
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .hs-form-booleancheckbox-display {
    font-size: 18px;
    line-height: 24px;
  }

  .hs-form-booleancheckbox-display>span {
    padding-left: 42px;
  }

  .hs-form-booleancheckbox-display>span:after {
    width: 20px;
    height: 20px;
  }

  .hs-form-booleancheckbox-display>span:before {
    left: 4px;
    top: 6px;
    width: 12px;
    height: 7px;
  }

  .custom-menu-primary.right-menu .hs-menu-wrapper>ul>li.book-a-demo,
  .custom-menu-primary.right-menu .hs-menu-wrapper>ul>li.obtenir-une-démo {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

.request-quote-form {
  padding: 0 0 45px;
}

.request-quote-form p {
  margin: 0 0 15px;
}

.request-quote-form h4 {
  margin: 0 0 10px;
}

.request-quote-form h3 {
  margin: 0 0 10px;
}

.request-quote-form .hs-field-desc {
  font-size: 12px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  max-width: inherit;
}

.onboard-client-form {
  padding: 0 0 45px;
}

.onboard-client-form p {
  margin: 0 0 15px;
}

.onboard-client-form h4 {
  margin: 0 0 10px;
}

.onboard-client-form h3 {
  margin: 0 0 10px;
}

.onboard-client-form .hs-field-desc {
  font-size: 12px;
}

.hs-form-field>label {
  padding-left: 4px;
}

.hs-form-field>label,
.hs-field-desc {
  color: #b8b8b8;
}

.hs-form-field.input-focused label {
  color: #EC9876 !important;
}

.hs-form-field.input-focused {
  border-color: #EC9876 !important;
}

.hs-form-field.input-focused label.hs-form-booleancheckbox-display {
  color: #212121 !important;
  display: block;
  font-weight: 400;
}

.request-quote-form,
.onboard-client-form {
  max-width: 700px;
  float: none !important;
  margin: 0 auto !important;
}

@media (max-width: 1024px) {
  h4 {
    font-size: 22px;
    line-height: 24px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .hs-button.primary,
  input[type="submit"],
  input[type="button"] {
    font-size: 20px;
    line-height: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.fancybox-button {
  width: 60px;
  height: 60px;
}

.hs-form-field label {
  font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

@media (min-width: 1200px) {

  .dynamic-bg,
  body.has-gradient2 {
    background: #fff;
    transition: background-color 1s cubic-bezier(.19, 1, .4, 1);
  }

  .dynamic-bg.bg-warm-light {
    background-color: #ffefe2;
  }
}

body.has-gradient2.bg-warm-light {
  /*background-color: #ffefe2;*/
  background: linear-gradient(180deg, rgba(255, 239, 226, 0) 0%, #FFEFE2 51%, rgba(255, 239, 226, 0) 75%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.video-text-box p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .linear-gradient {
    background: linear-gradient(to top, rgba(255, 239, 226, 0) 0%, #FFEFE2 40%);
  }

  /*     a.primary-cta {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
} */

  .block-header h2 {
    font-size: 24px;
    line-height: 28x;
  }
}



/* Related Posts Styling */
.related-articles {
  display: inline-block;
  padding: 50px 0 0;
  margin-top: 50px;
  border-top: solid 3px #212020;
}

.related-articles>h2 {
  text-align: center;
  margin-bottom: 50px;
}

.related-post-item {
  float: left;
  width: calc(33.3% - 20px);
  margin: 0 20px 30px 0px;
  background: #fff;
  min-height: 420px;
  position: relative;
  border: solid .5px #ec9876;
}

.related-post-item:last-child {
  margin-right: 0;
}

.related-post-item:hover {
  border: .5px solid rgba(33, 32, 32, 0.9);
}

.related-post-item .hs-featured-image-wrapper {
  height: 190px;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}

.related-post-item .hs-featured-image-wrapper .hs-featured-image {
  float: left;
  margin: 0px;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.related-post-item .post-header {
  padding: 30px 30px 50px;
}

.related-post-item .post-header h3 {
  font-family: "Poynter Oldstyle Disp Semi Bd", serif;
  font-size: 26px;
  color: #212120;
  line-height: 30px;
  margin-bottom: 20px;
}

.related-post-item .post-header h3 a,
.related-post-item #hubspot-topic_data a {
  color: #212020 !important;
}

.related-post-item .post-header h3 a:hover,
.related-post-item #hubspot-topic_data a:hover {
  color: #212020 !important;
}

.related-post-item #hubspot-topic_data {
  position: absolute !important;
  bottom: 30px;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .related-post-item .post-header {
    padding: 30px 15px 50px;
  }

  .related-post-item #hubspot-topic_data {
    padding: 0 15px;
  }

  .page-wrapper .get-in-copy {
    padding-right: 0;
  }
}

@media (max-width: 800px) {
  .related-post-item {
    width: calc(100%);
    margin-right: 0px;
  }
}

/* mobile menu styles */

.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu ul>li {
  text-align: left;
  border-top: solid 1px #929292 !important;
  position: relative;
}

.mobile-menu ul>li a {
  padding: 20px 50px 20px 0 !important;
  display: block !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #212120 !important;
}

.mobile-menu ul>li ul {
  display: none;
}

.mobile-menu ul>li ul li a {
  padding: 9px 40px 9px 0 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 400;
  font-family: "Poynter Oldstyle Disp Semi Bd", "Amiri", serif !important;
  text-align: left !important;
}

.mobile-menu ul>li ul li .child-trigger {
  height: 40px !important;
}

.mobile-menu ul>li ul li .child-trigger:before {
  top: 13px;
  width: 8px;
  height: 8px;
}

.mobile-menu ul>li ul li ul {
  border-top: solid 1px #929292 !important;
  padding: 20px 0 !important;
  display: none;
}

.mobile-menu ul>li ul li ul li {
  border: 0 !important;
}

.mobile-menu ul>li ul li ul li a {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  padding: 15px 0 !important;
}

.mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #212120 !important;
}

.mobile-menu.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  color: #212120 !important;
}

.mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(3) .hs-menu-children-wrapper li {
  border: 0 !important;
}

.mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(3) .hs-menu-children-wrapper li a {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
}

.mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(3) {
  border-bottom: solid 1px #929292;
}

.mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) {
  display: block !important;
  margin: 20px 0 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) a {
  display: block !important;
  padding: 16px 35px !important;
  margin: 60px auto 0 !important;
  max-width: 190px !important;
  background: #212120;
  font-family: "Poynter Oldstyle Disp Semi Bd", "Amiri", serif !important;
  border-radius: 30px;
  color: #ffefe2 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-align: center;
  font-weight: 400;
}

.mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none;
  padding: 10px 0 10px !important;
  display: block !important;
}

.mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
  display: block !important;
  padding: 0 !important;
  text-align: center !important;
}

.mobile-menu .child-trigger {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 64px !important;
}

.mobile-menu .child-trigger i {
  display: none;
}

.mobile-menu .child-trigger:before {
  position: absolute;
  right: 5px;
  top: 22px;
  content: "";
  width: 12px;
  height: 12px;
  border: solid 2px #929292;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.child-trigger.child-open:before {
  transform: rotate(-225deg);
  margin-top: 4px;
}

.mobile-menu .book-a-demo a,
.mobile-menu .obtenir-une-démo a {
  display: block;
}

.mobile-menu.custom-menu-primary.js-enabled .hs-menu-wrapper>ul>li:nth-child(1) .hs-menu-children-wrapper .hs-menu-children-wrapper {
  display: block !important;
  margin: 0 !important;
  height: auto !important;
}

.mobile-menu.custom-menu-primary.js-enabled .hs-menu-wrapper>ul>li:nth-child(1) .hs-menu-children-wrapper .child-trigger {
  display: none !important;
}

.mobile-menu.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
  background: none;
  font-weight: 600;
}

.hs_error_rollup {
  display: none;
}

.leadinModal-823370 .leadin-button-secondary,
#leadinModal-823370 .leadin-button-secondary {
  text-align: center;
  /*font-family: 'Poynter Oldstyle Disp Semi Bd',serif;*/
  font-weight: 400;
  border-radius: 30px !important;
  outline: 0;
  font-size: 18px !important;
  line-height: 20px !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  color: #ffefe2 !important;
  border: solid 2px #ffefe2 !important;
  background: none !important;
  text-transform: capitalize !important;
}

.testimoial-block {
  position: relative;
  z-index: 3;
}

.custom-footer-menu ul li.hs-item-has-children {
  pointer-events: none;
}

.custom-footer-menu ul li.hs-item-has-children:nth-child(4) {
  pointer-events: auto;
}

.custom-footer-menu ul li.hs-item-has-children ul li {
  pointer-events: auto;
}

.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: normal !important;
}

.text-content .hs_cos_wrapper {
  max-width: 820px;
}

.outlined-btn a.primary-cta {
  background: none !important;
  border: solid 1px #202121 !important;
  color: #202121;
}

.outlined-btn a.primary-cta:hover {
  background: rgba(255, 255, 255, 0.45) !important;
}


.header-container .lang_list_class>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-container .lang_list_class>li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-container .lang_list_class>li.active {
  padding-bottom: 0;
}

ul.wpml-ls-sub-menu {
  position: static;
  display: block;
  visibility: visible;
  border-radius: 0;
  box-shadow: none;
}

ul.wpml-ls-sub-menu li>a {
  color: #212120;
  border-radius: 0;
}

.header-container .lang_list_class>li>a {
  color: #212120;
}

.header-container .lang_list_class>li.active>a:after {
  display: none;
}

.header-container .lang_list_class:hover>li>a {
  padding: 5px 8px !important;
  color: #212120;
}

.header-container .lang_list_class>li.active>a {
  font-weight: 700;
}

.custom-lang-switcher {
  margin-left: 7px !important;
  margin-top: 5px;
}

.header-container .lang_list_class>li>a,
ul.wpml-ls-sub-menu li>a {
  padding: 5px 8px !important;
}

.wpml-ls-sub-menu li {
  position: relative;
}

.wpml-ls-sub-menu li:after {
  position: absolute;
  left: -3px;
  top: 9px;
  content: "|";
  color: #212120;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content h1 {
  font-size: 50px;
  line-height: 60px;
}

.content h2 {
  font-size: 36px;
  line-height: 40px;
}

.onboard-client-header {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.onboard-client {
  padding-top: 50px;
  padding-bottom: 50px;
}

.onboard-client h1 {
  font-size: 36px;
  line-height: 40px;
}

.center-aligned {
  padding-bottom: 40px;
}

.statistics-list {
  margin: 0;
  padding: 40px 0 0;
  list-style: none;
}

.statistics-list li+li {
  margin: 30px 0 0;
  border-top: solid 1px #a1a1a1;
  padding: 30px 0 0;
}

.statistics-list .counter {
  display: block;
  font-size: 30px;
  line-height: 34px;
}

.center-aligned blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.center-aligned h3 {
  margin: 0 0 20px;
}

.center-aligned blockquote:before,
.image-quote .text p:before {
  display: block;
  width: 44px;
  height: 36px;
  margin: 0 0 10px;
  content: '';
  background: url(https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/Quote.png);
}

.center-aligned p {
  margin: 0 0 24px;
}

.center-aligned ol {
  margin: 0 0 24px;
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.center-aligned blockquote p,
.image-quote .text p {
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 500;
}

.pt-10 {
  padding-top: 50px;
}

/* SD Style  */
.mb-60 {
  margin-bottom: 60px;
}

.case-study-banner .page-center {
  max-width: 1420px !important;
}

.case-study-banner .eap-hero .title {
  max-width: 100%;
}

.case-study-banner .eap-hero .text {
  max-width: 953px;
}

.case-study .yir-dialogue-life h2 {
  font-size: 60px;
  line-height: normal;
}

.case-study .yir-dialogue-life a {
  color: #dd7348;
  font-weight: bold;
}

@media (max-width: 1260px) {
  .header-container-wrapper {
    min-height: 61px;
  }
}

@media (max-width: 1023px) {
  .header-container .lang_switcher_class {
    margin: -4px 19px 0 0;
    /*display: none;*/
  }

  .py-40 {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .content h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .content h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .onboard-client h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .onboard-client {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .center-aligned {
    max-width: 100%;
  }

  .center-aligned blockquote p,
  .image-quote .text p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .page-wrapper .get-in-inner {
    padding: 30px 5px !important;
  }

  .page-wrapper .get-in-copy {
    margin: 0 35px;
  }

  .page-wrapper .get-in-inner .image {
    margin: -30px 10px 35px;
  }

  .page-wrapper .get-in-copy .heading {
    font-size: 25px;
    line-height: 28px;
  }

  .statistics-list {
    padding: 0 0 30px;
  }
}

.section.post-header {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

/* French version Fixes */
.hs-layout-fr .mobile-menu.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) a {
  max-width: 260px !important;
}

.hs-layout-fr .block-header.hr-exp h2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hs-layout-fr .btn-more {
  font-size: 20px;
}

@media (min-width: 768px) {
  .hs-layout-fr .btn-more {
    font-size: 22px;
  }
}





.s-page {
  background: #ffefe2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 70vh !important;
}

@media (max-width:768px) {
  .s-page {
    min-height: 36vh !important;
  }

  .btn-small {
    width: 100% !important;
  }
}

.s-page .row-fluid-wrapper {
  min-height: inherit !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-page-holder {
  padding: 40px 20px;
}

.s-page .info-link {
  padding: 0 0 25px;
  display: block;
}

.s-page .hs-search-field {
  max-width: 600px;
  margin: 0 auto !important;
}

.hs-search-field input[type="text"],
.hs-search-field input[type="search"] {
  border-radius: 25px;
  height: 50px;
  border: solid 1px #202121;
  padding: 10px 22px;
  font-size: 18px;
  color: #202121;
}

.hs-search-field ::placeholder {
  color: #202121;
  opacity: 1;
}

.hs-search-field :-ms-input-placeholder {
  color: #202121;
}

.hs-search-field ::-ms-input-placeholder {
  color: #202121;
}

.fn-date-picker .is-selected .pika-button {
  background: #ec9876 !important;
  border-color: #ec9876 !important;
  box-shadow: none !important;
}

.fn-date-picker .is-today .pika-button {
  color: #ec9876 !important;
}

a#cta_button_5213739_43baf14a-95c1-44ca-8911-6581b933be49 span,
a#cta_button_5213739_bf493b6b-5b90-48aa-95a8-6d7fa5820b24 span {
  font-size: 18px !important;
}

a#cta_button_5213739_c8c8ed22-88fc-4962-81df-0a9e9bc1bb73:hover,
a#cta_button_5213739_78963c38-12eb-4bdb-ab59-7b80e6e261d9:hover,
a#cta_button_5213739_50afe245-1518-4823-ba7e-c3ad9274cd58:hover,
a#cta_button_5213739_2f4054df-5138-453c-ac24-91146aeec33f:hover,
a#cta_button_5213739_d3a7e798-b142-497d-8fb3-fce66af901ad:hover,
a#cta_button_5213739_2e6567b5-5025-4733-bb1a-8a456e1c3819:hover,
a#cta_button_5213739_43baf14a-95c1-44ca-8911-6581b933be49:hover,
a#cta_button_5213739_bf493b6b-5b90-48aa-95a8-6d7fa5820b24:hover,
.cta_button.pdf-download:hover {
  background: #fff5ed !important;
  color: #212020 !important;
}

a#cta_button_5213739_6d4591d4-a138-4b5f-919c-e05e48491c7f:hover {
  background: #3B3B3B !important;
  color: #FFEFE2 !important;
}

a#cta_button_5213739_d3413ab6-91a4-442d-b73d-31bcaca93151:hover {
  background: #3B3B3B !important;
  color: #FFEFE2 !important;
  border-color: #FFEFE2 !important;
}

.center-text-box * {
  text-align: center;
}

.column-wrap.bg-none .column-wrap-content {
  background: #fff !important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li.active a:hover {
  color: #FFEFE2 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li.active a {
  color: #212020 !important;
}


.eap-contentrow p a,
.eap-contentrow ul a {
  text-decoration: underline;
  color: #212020;
}

.text-centerblock {
  text-align: center;
  padding: 0 0 50px;
}

#content-10 .eap-contentrow ul {
  font-weight: 400;
}

.pricing-lightbox p {
  margin: 0 0 30px;
}

.pricing-lightbox h3 {
  margin: 0 0 15px;
}

@media (min-width: 1024px) {
  .eap-contentrow ul {
    font-size: 16px;
    line-height: 26px;
  }

  a#cta_button_5213739_6d4591d4-a138-4b5f-919c-e05e48491c7f {
    min-width: 207px;
  }

  .eaptwo-cols h3 {
    margin: 0 0 40px;
  }

  .impacts-list {
    padding-bottom: 60px;
  }

  .hs-layout-fr .eap-contentrow h1,
  .hs-layout-fr .group-02 .content-text-col h2 {
    line-height: 60px;
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  .eap-contentrow ul {
    font-size: 18px;
    line-height: 28px;
  }

  .eap-contentrow ul li:before {
    top: 8px;
  }

  .ahc .twocols-block h2 {
    font-size: 42px;
    line-height: 50.4px;
  }

  .twocols-content .content-row h4 {
    min-height: 96px;
    max-width: 400px;
  }

  .hs-layout-fr .eap-contentrow h1,
  .hs-layout-fr .group-02 .content-text-col h2{
    line-height: 70px;
    font-size: 55px;
  }

  .hs-layout-fr .eap-hero .text {
    max-width: 76%;
  }
}

#content-7 .eap-contentrow .contentrow-holder {
  padding-bottom: 0;
}

.backto-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  top: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  width: 195px;
  height: 62px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #212020;
  z-index: 9999999;
  text-decoration: none;
  padding: 17px 65px 17px 32px;
  -webkit-transition: linear .4s;
  transition: linear .4s;
  text-transform: none;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
button#hs-eu-decline-button {
    display: none;
}
.tablecontent-active .backto-top {
  opacity: 1;
  visibility: visible;
}

.mb-4 {
  margin-bottom: 40px;
}

.backto-top:hover {
  background-color: #ffefe2;
}

.backto-top:focus,
.backto-top:active {
  background: #212020;
  color: #ffefe2;
}

.backto-top:before {
  position: absolute;
  right: 30px;
  top: 28px;
  width: 12px;
  height: 12px;
  border: solid 2px #ec9876;
  border-width: 0 0 2px 2px;
  content: "";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.eap-contentrow ul.fw-normal {
  font-weight: normal !important;
}

@media (max-width: 1199px) {
  .backto-top {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    padding: 0;
  }

  .backto-top:before {
    right: auto;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -6px;
  }
}


@media (max-width: 1025px) {
  [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {

  .textheading-cols,
  .eap-contentrow .row,
  .eaptwo-cols .col.summary,
  .stats-cols,
  .borderd-texblock .holder,
  .signature-block,
  .eap-contentrow .header-text,
  .twocols-content,
  .eaptext-cols,
  .text-3,
  .practives-includes {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .info-block-frustrating .detail-block {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .eap-contentrow h1 {
    padding-right: 22px;
  }

  .eap-hero .text {
    padding-right: 70px;
  }

  .eap-hero .bg-image {
    background-position: 65% 50%;
  }

  .eaptwo-cols h3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vhp-impacts h2 {
    text-align: center;
  }

  .text-centerblock,
  .textheading-cols h2 {
    text-align: left !important;
  }
}

@media (max-width: 1649px) {
  .fr-header .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0;
  }

  .fr-header .custom-menu-primary.right-menu .hs-menu-wrapper>ul>li:last-child>a {
    padding-left: 8px;
  }
}

@media (max-width: 1499px) {
  .fr-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }

  .fr-header .header-container .lang_list_class>li>a {
    font-size: 13px;
  }

  .fr-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-left: 8px;
    padding-right: 3px;
  }
}

@media (max-width: 1199px) {
  .fr-header .custom-menu-primary.right-menu .hs-menu-wrapper>ul>li.obtenir-une-démo {
    padding-left: 13px !important;
    padding-right: 13px !important;
    margin: 0 0 0 5px;
  }
}

.slick-slide {
  outline: none !important;
}

.post-body a:not(.cta_button),
.post-body a:not(.cta_button) span {
  color: #DD7146 !important;
}

.post-body a.cta_button,
.post-body a.cta_button span {
  font-family: 'Poynter Oldstyle Disp Semi Bd', serif !important;
  /*   color: #ffefe2 !important; */
}

.post-body a.cta_button {
  /*text-transform: capitalize !important;*/
/*   padding: 3px 18px 7px !important; */
}

.post-body a.cta_button:hover {
  background: transparent !important;
  color: #212020 !important;
}


.post-body a:hover {
  opacity: 0.8;
}

.post-listing .post-body a,
.post-listing .post-body a span {
  color: #212020 !important;
}


@media (max-width: 479px) {
  .case-study-banner .eap-hero h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .case-study-banner .eap-hero .text {
    padding-right: 0px;
  }

}

/* resources new blog styles */
.hs-blog-listing .body-container .page-center {
  width: 100%;
}

.blog-resources .post-listing,
.blog-resources .hs_cos_wrapper_type_related_blog_posts {
  display: flex;
  flex-flow: row wrap;
  margin: -68px -10px 0;
}

.blog-resources .resource-item {
  width: 33.33%;
  padding: 68px 10px 0;
  display: flex;
}

.blog-resources .resource-item .hs-featured-image-wrapper {
  height: 221px;
  position: relative;
}

.blog-resources .resource-item .hs-featured-image-wrapper>a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.blog-resources .resource-item .holder {
  width: 100%;

  border-bottom: 2px solid #000;
}

.blog-resources .post-topic-list {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-resources .post-topic-list a {
  background: #C4E6F1;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  padding: 5px 20px;
  border-radius: 13px;
  margin: 2px;
  min-width: 165px;
  text-align: center;
  font-weight: 500;
  display: block;
  letter-spacing: 0.05em;
}

.blog-resources .resource-item .post-header {
  color: #000;
  padding: 35px 25px !important;
}

.blog-resources .resource-item .post-header .subtitle,
.banner-copy .subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0 0 8px;
  font-weight: 500;
}

.blog-resources .resource-item .post-header h2 {
  font-size: 24px;
  line-height: 1.333;
  color: #000;
  margin: 0 0 18px;
}

.blog-resources .resource-item .post-header h2 a {
  color: inherit !important;
}

.blog-resources .resource-item a.btn-more {
  font: 21px/1.2 "Poynter Oldstyle Disp Semi Bd", serif;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  color: #DD7146 !important;

}

.blog-resources .resource-item a.btn-more:after {
  background: url('https://5213739.fs1.hubspotusercontent-na1.net/hubfs/5213739/arrow_1.svg') no-repeat;
  content: "";
  width: 18px;
  height: 12px;

  margin: 0 0 0 10px;
}

.blog-resources.hs-blog-listing .blog-content::before,
.blog-resources.hs-blog-listing .blog-content::after {
  display: none !important;
}

.blog-resources .btn-wrapper {
  margin: 50px 0 0;
}

.blog-resources .related-articles {
  width: 100%;
  text-align: left;
  display: block;
}

@media (max-width: 1023px) {

  .blog-resources .post-listing,
  .blog-resources .hs_cos_wrapper_type_related_blog_posts {
    margin: -47px -10px 0;
  }

  .blog-resources .resource-item {
    width: 50%;
    padding: 47px 10px 0;
  }
}

@media (max-width: 767px) {
  .blog-resources .resource-item {
    width: 100%;

  }
}


/*shaharyar*/
.otsuka .case-study-banner .eap-hero .text {
  max-width: 788px;
}

.otsuka .case-study-banner .eap-hero .title {
  max-width: 642px;
}

.otsuka .iata-dialogue-full-width {
  background: none;
  color: #212020;
  text-align: left;
}

@media (max-width: 767px) {
  .icon-holder {
    flex-direction: column;
  }
}

.otsuka .iata-dialogue-full-width .icon-holder span {
  color: #000;
}

.otsuka .about-iata-area .who-is-iata {
  margin-bottom: 0;
  text-align: center;
}

.otsuka .about-iata-area .who-is-iata p {
  text-align: left;
}

.otsuka .measurable-impact {
  display: none;
}

.otsuka .text-after-slider {
  display: none;
}

.otsuka .yir-dialogue-life {
  padding: 170px 0 60px;
}

.otsuka .get-in-copy {
  max-width: 64%;
}

@media (max-width: 767px) {
  .otsuka .get-in-copy {
    max-width: 100%;
  }
}

.otsuka .custom-mh {
  background-color: #FFEFE2;
  padding: 128px 0 86px;
}


@media (max-width: 575px) {
  .otsuka .yir-dialogue-life {
    padding: 65px 0 60px;
  }

  .otsuka .custom-mh {
    padding: 70px 0 15px;
  }
}


/* New Customer Page */

.customer-final .get-in-touch-wrap {
  margin: 90px 0 145px;
}

.customer-final .get-in-copy {
  width: 54%;
  border-top: 4px solid #212020;
}

.customer-final .get-in-inner {
  padding: 48px 0 60px 8px;
}

.customer-final .get-in-inner .heading {
  font-size: 42px;
  line-height: 50px;
  padding-left: 7px;
  font-weight: 400;

}

.customer-final .get-in-inner .image {
  max-width: 591px;
  width: 100%;
  max-height: 403px;
  height: 100%;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.customer-final .get-in-inner a.primary-cta {
  /*margin-top: 50px;*/
  font-weight: 400;
}


.new-home-page .get-in-copy {
  color: #fcf0e3;
  border-color: #fcf0e3;
}

.new-home-page .get-in-copy .primary-cta {
  border: 2px solid #fcf0e3 !important;
}

.custom-footer-social ul {
  padding: 0;
}

.custom-footer-social ul li {
  display: inline-block;
  margin: 0 8px;
}

.cta-hide {
  display: none;
}

@media (max-width: 767px) {
  .section.post-body img {
    max-width: 100% !important;
    display: block !important;
    float: none !important;
    clear: both;
    margin: 0 0 25px !important;
  }
  .blog-section {
    margin-top: 70px;
  }
  .customer-final .get-in-touch-wrap {
    margin: 0;
  }

  .customer-final .get-in-copy {
    width: 100%;
  }

  .customer-final .get-in-inner {
    padding: 30px 0 0 !important;
  }

  .customer-final .get-in-inner .image {
    margin: 27px 0 64px;
  }

  .customer-final .get-in-inner .heading {
    font-size: 25px;
    line-height: 28px;
  }

  a.primary-cta {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .cstm-header a {
    line-height: 48px;
  }

  .cstm-hmnzd-hlthcr .btn-contain a.primary-cta {
    line-height: 22px !Important;
  }

  .custom-footer-menu a {
    margin: 8px 0;
    line-height: 48px;
    font-size: 16px;
  }

  .custom-header-group.new-header .custom-menu-primary .hs-menu-wrapper>ul ul li a,
  .custom-header-group.new-header ul.wpml-ls-sub-menu li>a,
  .custom-header-group.new-header .lang_list_class>li>a {
    font-size: 16px !important;
    padding: 0px 0 !important;
    margin: 4px 8px;
    line-height: 48px;
    width: 48px;
    text-align: center;
  }

  .cstm-strngr-togthr a.top-cta {
    line-height: 48px;
    margin: 8px 0;
  }

  .cstm-imprv-orgs .btn-container .load-more {
    min-height: 48px;
    margin-top: 8px;
  }

  .cstm-review-testi .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
  }

  .header-menu ul>li>a {
    padding: 15px 12px 15px;
    margin: 8px 0;
  }

  .new-header .custom-logo a {
    height: 48px;
    margin: 0 8px;
  }

  .wpml-ls-sub-menu li:after {
    top: 16px;
  }

  .header-menu-area .custom-mobile-trigger {
    top: 25px;
    width: 48px;
    height: 48px;
    padding: 0px 12px;
    margin: 3px 8px;
  }

  ul.wpml-ls-sub-menu {
    background: none !important;
  }

  ul.wpml-ls-sub-menu li>a {
    background: none;
  }

  .custom-mobile-open-trigger {
    top: 32px;
  }

  .cstm-sprtng-orgs .swiper-button-next,
  .cstm-sprtng-orgs .swiper-button-prev {
    width: 48px;
    height: 48px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }

  .custom-footer-social a {
    margin: 0 10px;
  }

  .custom-privacy-links .hs-menu-wrapper>ul>li {
    margin-left: 8px;
    margin-right: 8px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .custom-footer-social ul li a {
    width: 48px;
    height: 48px;
  }

  .custom-privacy-links .hs-menu-wrapper>ul>li a {
    font-size: 16px;
    line-height: 48px;
    margin: 8px;
  }

  .eap-hero .text .text-holder .primary-cta {
    margin: 30px auto 8px;
  }

  .cstm-sprtng-orgs .btn-container a.primary-cta {
    margin: 8px 0;
  }

  .cstm-vrtl-hlthcr .cntnt a.primary-cta {
    margin-top: 8px;
  }

  .cstm-strngr-togthr .col-container .single-col a.primary-cta {
    margin-top: 8px;
  }

  .cstm-hmnzd-hlthcr .btn-contain {
    margin-top: 8px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 21px;
    line-height: 48px;
    margin-bottom: 16px;
    display: block;
  }

  .imprv-orgs-single .cs-link {
    line-height: 48px;
    width: 100%;
  }

  .cstm-hmnzd-hlthcr .btn-contain a.primary-cta {
    line-height: 48px !Important;
  }

  .cstm-hmnzd-hlthcr .swiper-pagination-top .swiper-pagination-bullet {
    margin: 8px 0;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
}

@media (max-width: 360px) {
  .new-header .custom-logo a {
    width: 35%;
  }

  .custom-header-group.new-header .custom-menu-primary .hs-menu-wrapper>ul ul li a,
  .custom-header-group.new-header ul.wpml-ls-sub-menu li>a,
  .custom-header-group.new-header .lang_list_class>li>a {
    margin: 2px 8px;
  }

  .header-menu-area .custom-mobile-trigger {
    top: 23px;
  }

  .custom-header-group.new-header {
    padding: 0px 10px;
  }

  .header-menu-area .custom-mobile-trigger {
    right: 11px;
  }
}



/* .aos-init:not(.aos-animate):after {
position: fixed;
}
*/










/* new custom css canadian life page  start*/
@media only screen and (min-width: 1200px) {

  div#hs_cos_wrapper_module_1638888701537370 .progress-single:nth-child(1) .progress .bar:nth-child(1) {
    max-width: 230px;
  }

  div#hs_cos_wrapper_module_16389555377482264 {
    margin-bottom: 55px;
  }

  .page-center.second-content-box p {
    max-width: 980px;
  }

  #hs_cos_wrapper_module_1638889667889520 .textheading-cols {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  #hs_cos_wrapper_module_1638889667889520 .textheading-cols .row .col {
    width: 50%;
    /*       padding: 0 22px 0px; */
  }

  #hs_cos_wrapper_module_1638891049141128 .col {
    height: 90px;
    padding-top: 0px;
    margin-top: 25px;
  }

  #hs_cos_wrapper_module_1638891199708219 .col {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 90px !important;
  }
}

@media only screen and (min-width: 993px) {
  div#hs_cos_wrapper_module_1638888701537370 .progress-single:nth-child(1) .progress .bar:nth-child(1) {
    max-width: 230px;
  }

  div#hs_cos_wrapper_module_1638888701537370 .progress-single:last-child .progress .bar:nth-child(1) {
    max-width: 230px;
  }

  /*    .cols-item:nth-child(1) img.desktop-image {
  max-height: 130px;

} */
}

@media only screen and (max-width: 1199px) and (min-width: 993px) {
  .progress .bar {
    max-width: 526px;
  }

}

@media only screen and (max-width: 992px) {
  .info-tabs .progress .bar:last-child .percent {
    padding: 3px 8px 10px;
  }

  .progress .bar {
    max-height: 128px;
  }

  div#hs_cos_wrapper_module_1638888701537370 .progress-single:nth-child(1) .progress .bar:nth-child(1) {
    max-height: 80px;
  }

  div#hs_cos_wrapper_module_1638888701537370 .progress-single:last-child .progress .bar:nth-child(1) {
    max-height: 75px;
  }

}


@media (max-width: 480px) {
  .page-center-infotabs {
    max-width: 1220px !important;
    padding: 0 20px;
    margin: 0 auto;
  }

  /*  content 2 start  */
  #hs_cos_wrapper_module_160507805205383 .row.revert .content-text-col h1 {
    font-size: 36px;
    line-height: 42px;
    padding-right: 0px;
  }

  #hs_cos_wrapper_module_160507805205383 .row.revert {
    padding: 0px 0px !important;
  }

  /*  content 2 end  */



  span#hs_cos_wrapper_module_1638802201963542_ h2:nth-child(1) {
    text-align: left !important;
    padding: 0px 75px 0px 30px;
  }

  span#hs_cos_wrapper_module_1638802201963542_ p {
    padding: 0px 35px;
    text-align: left !important;
  }

  span#hs_cos_wrapper_module_1638802201963542_ h2:nth-child(1) {
    text-align: left !important;
  }

  div#hs_cos_wrapper_module_1638802201963542 h2:last-child {
    text-align: center !important;
  }

  .env-report-temp .single_heading h1 {
    font-size: 42px !important;
  }

  .env-report-temp .group-06 .textheading-cols ul li:before {
    height: 7px !important;
    width: 7px !important;
    top: 5px !important;
  }

  /*  content 05  */
  #hs_cos_wrapper_module_1638866947379854 .eap-contentrow .contentrow-holder .col h2 {
    margin: 25px 0 0px;
  }

  /*  content 06  */
  #hs_cos_wrapper_module_1638889667889520 .textheading-cols .row .col:nth-child(2) {
    padding: 0 0 0px;
  }

  .separator.bottom {
    margin-top: 0px;
  }



  #hs_cos_wrapper_module_1638889526130431_ h1 {
    font-size: 36px !important;
    line-height: 42px !important;
  }

  #hs_cos_wrapper_module_1638891199708219 .col {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 100% !important;
  }

  div#hs_cos_wrapper_module_1638891183234206 .page-center {
    padding: 0px !important;
  }

  .twocols-block h2:before {
    left: 0px;
  }

  .env-report-temp .bottom-sec-last .twocols-block h2 {
    padding: 28px 0px 0 20px !important;
  }

  .content-cols .content-contain ul li:before {}

  .content-cols .content-contain ul li:before {
    top: 6px !important;
    height: 7px !important;
    width: 7px !important;
  }

  div#hs_cos_wrapper_module_1638891049141128 p {
    font-size: 14px;
    line-height: 18px;
  }

  div#hs_cos_wrapper_module_1638891199708219 p {
    font-size: 14px;
    line-height: 18px;
  }
}

.eaptwo-cols h3 {
  font-weight: 400 !important;
}

#content-07 .container-fluid .row-fluid .page-center {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/************************************ custum css start ************************************/
/* @media only screen and (max-width: 1250px)
.hs-content-id-61303829581 .body-container-wrapper {
overflow: hidden !important;
}
} */
.yr-two-cols-module.module_1637940850118242 {
  background-color: #fff9f4 !important;
}
.module_1637762534645218 .l-text {
  font-size: 34px !important;
  line-height: 35px !important;
}

.module_1637764504378277 .bg-text {
  margin-bottom: -30px;
}

.module_1637940850118242 h2.h_dialog:before {
  content: "" !important;
  background-color: transparent !important;
}

.module_1637940850118242 .section-heading h2 {
  margin-bottom: 5px;
}

.module_1637940850118242 .section-heading h2 sup {
  font-size: 24px;
  line-height: 28px;
  margin-left: 2px;
}

#hs_cos_wrapper_module_163829407887885 .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

#hs_cos_wrapper_module_1638200303179724 .yr-three-cols-module {
  padding: 120px 0 154px;
  background: #fff;
}

#hs_cos_wrapper_module_1638343949034146 .yr-description-two-cols {
  padding: 350px 0 130px 0;
  background: #D3ECF5;
}

.yr-two-slider .slide p {
  line-height: 28px;
}

.yr-two-slider.module_1638364417411107 .slide p {
  color: #FFEFE2;
  line-height: 28px;
}

.module_1638968964741558 .section-heading h2 {
  max-width: 448px;
}

.cnada-life-cta {
  text-align: left;
  margin-top: 20px;
}

.module_1637764544739321 .bg-text {
  position: absolute;
  bottom: -80px;
  left: 12%;
  width: 95%;
  overflow: hidden;
}

/*  */
@media only screen and (min-width: 1024px) {
  #hs_cos_wrapper_module_1638343949034146 .yr-description-two-cols-box h4 {
    width: 100%;
    border-top: none;
    margin-bottom: 20px;
    position: relative;
    margin-left: 97px;
  }

  #hs_cos_wrapper_module_1638343949034146 .yr-description-two-cols-box h4:before {
    content: "";
    border-top: 3px solid #212020;
    width: 102%;
    height: 10px;
    display: block;
    z-index: 999999999999999999999;
  }

  #hs_cos_wrapper_module_1638343949034146 .yr-description-two-cols-box a {
    margin-left: 97px;
  }
}

/*  */
@media only screen and (min-width: 1501px) {
  .vid-parallax iframe {
    height: 600px !important;
  }
  .module_1637764544739321 .bg-text {
    overflow: initial;
  }

}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

  /*   .vid-parallax iframe {
  height: 600px !important;
} */
  .module_1637764544739321 .bg-text {
    font-size:375px;
  }
  .yr-hero {
    padding: 22% 0;
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  .vid-parallax iframe {
    height: 600px !important;
  }
  /*    */
  #hs_cos_wrapper_module_1637758560248128 .page-center {
    overflow-x: scroll;
  }
  body.hs-content-id-61807714352 .cstm-cta-row  {
    width: 1330px;
  }/*    */

}
body.hs-content-id-61807714352 .review-head .circle-item .l-text {
  font-family: "Poynter Oldstyle Disp Semi Bd",sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .module_1637764544739321 .bg-text {
    font-size:350px;
  }

  .yr-hero {
    padding: 21.5% 0;
  }


  .module_1637764510528292 .sec-desc {
    max-width: 655px;
    position: relative;
    z-index: 2;
    top: -77px;
    left: 20px;
  }

  .module_1637940850118242 .section-heading p span {
    font-size: 42px !important;
    font-family: "Poynter Oldstyle Disp Semi Bd";
    font-weight: 600;
    line-height: 50px;
  }

  .module_1638175913245546 .section-heading strong {
    font-weight: 700;
  }

  .module_1637938895721252 .section-heading {
    margin-left: 30px;
  }

  .module_1638175913245546 .section-heading p {
    line-height: 28px;
  }

  .module_1638364417411107 .slick-arrow.slick-next {
    right: -100px;
  }

  /*   {
  right: -100px !important;
} */
  .module_1638364417411107 span.slick-prev.slick-arrow {
    left: -100px !important;
  }

  .module_1638364417411107 .yr-two-slider {
    padding: 170px 0 124px;
  }

  .two-col-stats .row .col {
    padding: 50px 50px;
    width: 41%;
    box-sizing: border-box;
  }

  /*  life at dailog  */
  .yr-two-slider.module_1638431050913131 .top-text-left {
    margin: 0 0 35px !important;
  }


  .module_1638364417411107 .slick-arrow {
    left: -100px;
  }

  .module_1638364417411107 .slick-arrow.slick-next {
    right: -100px;
  }


  /*  Life at Dialogue  arrows */

  .module_1638431050913131 .top-text-left {
    margin: 0 0 22px;
  }
}

@media (min-width: 1200px) {
  .bar {
    flex-grow: 1 !important;
  }

  #hs_cos_wrapper_module_1638894513281234 .progress-container .progress-single:nth-child(3) .bar:nth-child(1) {
    flex-basis: 45% !important;
  }

  #hs_cos_wrapper_module_1638894513281234 .progress-container .progress-single:nth-child(4) .bar:nth-child(1) {
    flex-basis: 45% !important;
  }

  /* aerds Sec bg */


  #hs_cos_wrapper_module_163827994277368 .two-col-stats:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 81%;
    background: #ffefe2;
    content: "";
    z-index: 1;
  }



  .module_1637757733688156 .bg-text {
    margin-left: -36px;
  }


  .module_1638174323895225 .section-heading h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
  }

}

/*  cuture css start  */
.scroll-header .custom-header-group.new-header {
  z-index: 99999999;
}



.two-col-stats .row .col {

  z-index: 1;
}

/*  culture sec   */
.module_1637764544739321 {
  position: relative;
}


.module_1637764544739321 .sec-desc {
  max-width: 655px;
  position: relative;
  z-index: 2;
  bottom: 170px;
  left: 27px;
}

.review-head.bg-shadow-review.module_1637764544739321 {

  overflow: initial;
  padding-top: 410px;
}

#hs_cos_wrapper_module_163827994277368.two-col-stats .row .col {
  padding: 50px 50px;
  width: 40%;
  box-sizing: border-box;
}


/*  culture css end  */


/*   .module_1638431050913131 .slick-arrow {
left: -120px;
}
.module_1638431050913131 .slick-arrow.slick-next {
right: -120px;
}
*/




.yr-two-slider.module_1638431050913131 .top-text-left {
  margin: 0 0 23px !important;
}

.yr-two-slider .top-text-left {
  margin: 0 0 55px !important;
}

/* id member sec */
.yr-two-slider-color.module_1638433962950453 {
  background: transparent;

  margin-top: -133px;
}

.yr-two-slider-color.module_1638433962950453 {
  background: transparent !important;
  padding: 0px 0 30px;
}



/*  In-app optimizations  */
#hs_cos_wrapper_module_1638433962950453 .yr-two-slider .slick-dots {
  bottom: 0px;

}

.module_1637757733688156 .sec-desc {
  max-width: 655px;
  position: relative;
  z-index: 2;
  top: -100px;
  left: 60px;
}


/* member stories */
#hs_cos_wrapper_module_163791631206882 .yr-member-stories .section-heading h2::before {
  content: "";
  width: 106px;
  height: 6px;
  background-color: #212020;
  display: block;
  margin: 0 auto;
  margin-bottom: 22px;
}



.module_1637762534645218 .sec-desc p a {
  font-weight: bold;
}

/*   Health and wellness services in one single app */
.review-head.bg-shadow-review.module_1637762534645218 {
  background: linear-gradient(180deg, rgba(196, 230, 241, 0.74) 0%, rgba(196, 230, 241, 0) 100%);
}



.yr-two-cols-module-content.module_1638357568663522:after {

  bottom: -2%;
}

/* top nav    */
div#hs_cos_wrapper_module_1637758560248128 .cstm-cta-row {
  /*     padding: 10px 0px; */
}


/* CEO for the day */
.yr-two-slider.module_1638431050913131 {
  padding: 170px 0 124px;
}

.module_1637924436813144 .section-heading {
  margin-top: 20px;
}

.module_1637924436813144 .yr-two-col-module-box.two-col-img img {
  width: 427px;
}

/* Our commitment to diversity and inclusion */
.module_1637764504378277 .sec-desc {
  max-width: 655px;
  position: relative;
  z-index: 2;
  top: -123px;
}

.module_1637764504378277 {
  padding: 380px 0 0;
}

/*  Ringing the bell at TSX  */
#hs_cos_wrapper_module_1638193377853624 .section-heading span {
  font-size: 18px;
  line-height: 28px;
}

div#hs_cos_wrapper_module_1638193377853624 .yr-description-image img {
  width: 800px;
  height: 450px !important;
}

div#hs_cos_wrapper_module_1638193377853624 .yr-description-image-box p {
  line-height: 28px;
}

div#hs_cos_wrapper_module_1638193377853624 .yr-description-image-box a {
  font-weight: 600;
}

#hs_cos_wrapper_module_1638193377853624 .yr-description-with-image {
  padding: 150px 0 109px;
  background: #FFEFE2;
}

/* inovation hacakathon bg */
.yr-two-slider.module_1638364417411107 {
  padding: 170px 0 116px;
}


/* } */

@media only screen and (min-width: 1400px) {
  #hs_cos_wrapper_module_163827994277368 .two-col-stats:before {
    width: 90%;

  }
}

/* inovation hacakathon bg */
@media (min-width: 768px) {
  .yr-two-slider.module_1638364417411107 {
    background: linear-gradient(180deg, rgba(255, 239, 226, 0.7) 0%, rgba(255, 239, 226, 0.31) 100%) !important;
  }



}

@media (max-width: 768px) {

  div#hs_cos_wrapper_module_1638968964741558 img {
    margin-bottom: 70px;
  }
  /*    */
  #hs_cos_wrapper_module_1637758560248128 .page-center {
    overflow-x: scroll;
  }
  body.hs-content-id-61807714352 .cstm-cta-row  {
    width: 867px;
  }

  .yr-two-cols-module-bg-image.module_1638173079449110 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
  }
  .yr-two-cols-module-content.module_1638357568663522 {
    padding-bottom: 20px !important;
  }
  .module_1638357568663522.two-col-img img {
    width: 50%;
    margin-bottom: 20px;
  }
  .yr-two-slider.module_1638431050913131 {
    padding: 70px 0 50px;
  }
  #hs_cos_wrapper_module_1638175913245546 .yr-two-cols-module-team.module_1638175913245546 {
    padding-bottom: 50px;
  }
  .yr-two-slider.module_1638364417411107 {
    padding: 50px 0 80px;
  }


  #hs_cos_wrapper_module_1638200303179724 .yr-three-cols-module {
    padding: 50px 0 54px;
    background: #fff;
  }


  #hs_cos_wrapper_module_1638968964741558 .two-col-img img {
    width: 100%;
  }
  .yr-two-cols-module.module_1638968964741558 {
    background: #fff8f2;
    padding-top: 18px !important;
    padding-bottom: 50px !important;
  }
  /* botom gif  */
  div#hs_cos_wrapper_module_1638193377853624 .yr-description-image img {
    width: auto;
    height: auto !important;
  }
  .yr-two-slider .slick-arrow {
    display: block !important;
  }
  /*  evolution  */
  .review-head.module_1637764504378277 .bg-text {
    display: none;
  }
  /*  awards  */
  .review-head.module_1637764544739321 .bg-text {
    display: none;
  }
  /*  Culture  */
  .review-head.module_1637764510528292 .bg-text {
    display: none;
  }
  .module_1637764504378277 .sec-desc {
    top: -90px;
  }
  .module_1637764544739321 .sec-desc {
    bottom: 80px;
  }

  .review-head .circle-item {
    top: 40px;
    right: 50%;
    transform: translate(50%, 0%);
  }
  .module_1637757733688156 .sec-desc {
    max-width: 470px;
    left: 10px;
    margin-bottom: 90px;
    margin-top: 90px;
  }
  .review-head.module_1637757733688156 .bg-text {
    -webkit-text-stroke-color: red;
    display: none;
  }
  .flex-platform-img .col:nth-child(1) {

    margin-right: 0px;
    margin-bottom: 50px;
  }

  .flex-platform-img {
    flex-wrap: wrap;
  }

  .platform-visual .custom-video {

    left: 50%;
    transform: translate(0%, 0%);
  }

  #hs_cos_wrapper_module_1638967067895443 .platform-visual {
    margin-top: 0px;
  }

  .module_1638968964741558 .section-heading h2 {
    max-width: auto;
  }
}

@media (max-width: 480px) {
  .yr-two-cols-module.module_1637939693088342 {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
  }
  /*  top nav  */
  #hs_cos_wrapper_module_1637758560248128 .page-center {
    overflow-x: scroll;
  }
  .cstm-cta-row {
    width: 500px;
  }
  /*   mobile sec */
  #hs_cos_wrapper_module_1638433962950453 .yr-two-slider .slide .image {
    margin-top: 70px;
    min-height: 250px;
    max-height: 365px;
  }
  #hs_cos_wrapper_module_1638433962950453 .yr-two-slider .slide img {
    position: relative;
    bottom: 85px;
    max-height: 400px;
  }

  .module_1637757733688156 .sec-desc {
    max-width: 320px;
    left: 10px;
  }
}

.cta-cnada-life {
  text-align: left;
}

/************************************ custum css end ************************************/



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

.btn-primary:hover {
  background: transparent !important;
  color: #212020 !important;
}
a.primary-cta {
  border-radius: 100px;
}
@media (max-width: 767px) {
  .primary-cta, .btn-primary,.primary-btn{
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 12px 40px !important;
    min-height: auto !important;
    /*     max-width: max-content !important; */
    min-width: auto !important;
  }
  a#cta_button_5213739_2b854549-b4ed-40e4-ab18-6c63703ec3f3{
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 12px 40px !important;
    min-height: auto !important;
    min-width: max-content !important;
  }
}



/*********************************** Cookie banner css start ***********************************/
.hs-site-page div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom,
.hs-landing-page div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom{
  background: #fff;
  min-height: 86px;
  box-shadow: none;
  border: none;
}
.hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner,
.hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
  max-width: 1220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: transparent;
}
.hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording, 
.hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p, 
.hs-site-page #hs-eu-close-button-container a#hs-eu-close-button[role=button], 
.hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
.hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording, 
.hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p, 
.hs-landing-page #hs-eu-close-button-container a#hs-eu-close-button[role=button], 
.hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
  margin: 0;
}
.hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a,
.hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a{
  padding: 0 !important;
  text-decoration: underline !important;
}
.hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p, 
.hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a,
.hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p, 
.hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 70px;
  color: #FFEFE2;
}
.hs-site-page #hs-eu-close-button-container,
.hs-landing-page #hs-eu-close-button-container{
  position: absolute;
  margin: 0;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (min-width: 1366px) {
  .hs-site-page #hs-eu-close-button-container,
  .hs-landing-page #hs-eu-close-button-container{
    right: -50px;
  }
  .hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area,
  .hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area{
    margin: 0;
  } 
}
.hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
.hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
  border: 1px solid #FFEFE2 !important;
  min-width: 146px;
  min-height: 42px;
  border-radius: 58px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  margin: 0 !important;
  transition: all 0.5s ease;
  font-family: "Poynter Oldstyle Disp Semi Bd", serif;
  font-weight: 600 !important;
  color: #FFEFE2;
}
.hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover,
.hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover{
  background: #FFEFE2 !important;
  color: #212020;
}
.hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-close-button-container a,
.hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-close-button-container a{
  color: #FFEFE2 !important;
  font-family: serif;
  font-weight: normal !important;
  font-size: 50px !important;
}

@media (max-width: 800px) {
  .hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner,
  .hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
    flex-direction: column;
    align-items: flex-start;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .hs-site-page #hs-eu-close-button-container,
  .hs-landing-page #hs-eu-close-button-container{
    top: -2px;
    right: 14px;
    transform: none;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    width: 100%;
  }
  .hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-close-button-container a,
  .hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-close-button-container a{
    float: none !important;
    width: auto !important;
    text-align: left !important;
  }
  .hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner,
  .hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
    padding: 25px 30px 20px !important;
  }
  .hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p,
  .hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
    padding-right: 30px;
    font-size: 15px !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
  }
  .hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a,
  .hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a{
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
  .hs-landing-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
    font-size: 16px !important;
    min-width: 157px;
    min-height: 42px;
  }
}
/************************************ Cookie banner css end ************************************/



/* cookies banner style start 09-september-2023 */

@media (min-width: 751px) {
  body div#hs-eu-cookie-confirmation-buttons-area {
    margin: 0 !important;
    width: 310px !important;
    display: block !important;
    min-width: 310px;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button {
    float: left;
    margin: 0 0 0 2px !important;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button {
    float: left;
    margin: 0 !important;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
    margin-right: 0 !important;
    margin-left: 10px !important;
    margin-bottom: 0 !important;
  }
  .hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    padding-right: 0 !important;
  }
  .hs-site-page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-left: 10px !important;
  }
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-header-container {
  margin-bottom: 0 !important;
}
@media (max-width: 800px) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
    padding-top: 10px;
  }
}
/* cooking banner style end */



/*********************************** Cookie banner css Sep 2023 start ***********************************/
#hs-banner-parent div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  background: #212020;
  min-height: auto;
  box-shadow: none;
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  bottom: 0;
  color: #FFEFE2 !important;
  left: 0;
  transform: none !important;
}
#hs-banner-parent div#hs-eu-cookie-confirmation #hs-eu-header-container {
  display: none;
}
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
  margin: 0 !important;
  max-width: calc(100% - 450px);
}
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  max-width: 100%;
  display: block;
  position: relative;
  background: transparent;
  padding: 22px 60px 18px 50px !important;
}
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, 
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 !important;
  font-family: Roboto,sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  color: #FFEFE2 !important;
}
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
  margin: 0 0 0 !important;
  display: flex !important;
  align-items: center;
  width: auto !important;
  min-width: auto !important;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-cookie-settings-button,
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button,
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button {
  color: #FFEFE2 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  font-family: 'Poynter Oldstyle Disp Semi Bd' !important;
  padding: 10px 20px !important;
  border: 1px solid #FFEFE2 !important;
  border-radius: 100px; 
  min-width: 160px;
  min-height: 40px;
  margin-left: 17px !important;
  transition: all 0.5s ease;
}
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-cookie-settings-button {
  order: 1;
  border: none !important;
  text-decoration: underline !important;
  padding: 0 !important;
  margin-left: 0 !important;
}
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button {
  order: 3; 
  background: #212020;
}
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button:hover {
  background: #FFEFE2 !important;
  color: #212020 !important;
}
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button {
  order: 2;
  background: #FFEFE2 !important;
  color: #212020 !important;
}
#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button:hover {
  background: #212020 !important;
  color: #FFEFE2 !important;
}

@media (max-width: 991px) {
  #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
    right: 20px;
  }
  #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 18px 20px 15px 20px !important;
  }
}
@media (max-width: 750px) {
  #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
  #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
    max-width: 100%;
    padding: 0 !important;
  }
  #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
    position: static;
    transform: none;
    margin-top: 10px !important;
    justify-content: center;
  }
  #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-cookie-settings-button,
  #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button,
  #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button {
    margin-left: 0 !important;
  }
}

/************************************ Cookie banner css Sep 2023 end ************************************/

/************************************ Cookie popup css Sep 2023 start ************************************/

#hs-banner-parent #hs-modal {
  transform: none !important;
  overflow: auto;
  display: block;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
#hs-banner-parent #hs-modal::-webkit-scrollbar {
  display: none;
}
#hs-banner-parent #hs-modal #hs-modal-content {
  background-color: #FFF9F3;
  display: inline-flex;
  margin: 50px auto;
  position: relative;
  padding: 45px 60px 25px;
  max-height: 100%;
}
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body {
  margin-bottom: 50px;
}

#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-categories-container .hs-always-active-label,
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-categories-container .hs-category-label span,
#hs-banner-parent #hs-modal #hs-modal-content p,
#hs-banner-parent #hs-modal #hs-modal-content a {
  margin: 0 !important;
  font-family: Roboto,sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #040404 !important;
}

#hs-banner-parent #hs-modal #hs-modal-content a {
  color: #DD7146 !important;
  font-weight: 700 !important;
}

#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-header #hs-modal-header-container {
  margin: 0;
}
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-header #hs-modal-header-container button#hs-modal-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000000000;
}

#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-modal-introduction-description {
  margin-bottom: 45px;
}
/*   
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-modal-introduction,
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-modal-introduction-description,
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-categories-container {
padding: 14px 25px 12px;
} 
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-modal-introduction {
padding: 14px 25px 12px;
border-bottom: .5px solid #C4C4C4 !important;
position: relative;
display: block;
margin-bottom: 10px;
} */
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-modal-introduction span {
  font-family: 'Poynter Oldstyle Disp Semi Bd';
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-categories-container {
  margin: 0;
}
/*   #hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-categories-container .hs-category-label svg {
display: none;
} */
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-categories-container .hs-category-label span {
  font-weight: 500 !important;
}
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-categories-container .hs-always-active-label {
  font-weight: 700 !important;
}
/*   #hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-categories-container .hs-category-row {
background: transparent;
border-radius: 0;
padding: 10px 10px 0;
border-top: .5px solid #C4C4C4 !important;
} 
#hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-categories-container .hs-category-row .hs-category-row-header {
margin-bottom: 20px;
}

#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-categories-container .hs-category-row .hs-category-description {
max-height: unset !important;
opacity: 1 !important; 
} */

#hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container #hs-categories-container .hs-category-row .hs-category-description p {
  padding-top: 20px;
}

#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container {
  justify-content: center;
  /*     padding: 15px 25px 20px; */
  margin: 0;
  width: 100%;
}

#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container button#hs-modal-accept-all,
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container button#hs-modal-save-settings {
  color: #FFEFE2 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 25px !important;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 10px 20px !important;
  border: 1px solid #212020 !important;
  border-radius: 100px;
  min-width: 115px;
  min-height: 40px;
  height: auto;
  transition: all 0.5s ease;
  cursor: pointer;
}
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container button#hs-modal-accept-all:hover {
  background: transparent !important;
  color: #212020 !important;
}
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container button#hs-modal-save-settings {
  color: #212020 !important;
}
#hs-banner-parent #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container button#hs-modal-save-settings:hover {
  background: #212020 !important;
  color: #FFEFE2 !important;
}

@media (max-width: 767px) {
  #hs-banner-parent #hs-modal {
    padding: 30px 15px;
  }
  #hs-banner-parent #hs-modal #hs-modal-content {
    margin: 0;
    padding: 35px 30px 25px;
  }
  #hs-banner-parent #hs-modal #hs-modal-content #hs-modal-footer {
    border: none;
  }
  #hs-banner-parent #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container {
    flex-direction: column;
  }
}
/************************************* Cookie popup css Sep 2023 end *************************************/


/* D&I Landing page Style */
.sm-border .animated-hero .text .title {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin: 30px 0 31px;
  padding: 16px 71px 16px 0;
  border-bottom: solid 2px #212020;
}