/*! tailwindcss v2.2.15 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #2E3A4B;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #2E3A4B;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #2E3A4B;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(139, 146, 155, var(--tw-border-opacity));
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1680px;
  }
}


.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}


.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.btn {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding: 1rem;
}

.btn-orange {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 112, 33, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.form-label {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 500;
}

.form-control {
  display: block;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(139, 146, 155, var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-label.white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.form-control.white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

textarea.form-control {
  height: auto;
}

select.form-control {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  padding-right: 0.75rem;
  background-position: right 0.5rem center;
  -webkit-print-color-adjust: exact;
  background-repeat: no-repeat;
  background-size: 0.7em;
  color-adjust: exact;
}

.modal {
  position: fixed;
  top: 40px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  overflow-y: auto;
}

.modal-dialog {
  display: flex;
  min-height: 100vh;
  align-items: flex-end;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 5rem;
  text-align: center;
}

@media (min-width: 640px) {
  .modal-dialog {
    display: block;
    padding: 0px;
  }
}

.modal-content {
  display: inline-block;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  text-align: left;
  vertical-align: bottom;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .modal-content.modal-sm {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 56rem;
    vertical-align: middle;
  }
}

.modal-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(23, 37, 55, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

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

.mt-0 {
  margin-top: 0px;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-17 {
  margin-top: 4.375rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-20 {
  margin-left: 5rem;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-17 {
  height: 4.375rem;
}

.h-28 {
  height: 7rem;
}

.w-5 {
  width: 1.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-28 {
  width: 7rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-x1 {
  max-width: 39.125rem;
}

.translate-y-0 {
  --tw-translate-y: 0px;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-transparent {
  border-color: transparent;
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.bg-blue-yonder {
  --tw-bg-opacity: 1;
  background-color: rgba(66, 119, 161, var(--tw-bg-opacity));
}

.bg-dark-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 37, 56, var(--tw-bg-opacity));
}

.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 245, 255, var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 112, 33, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 146, 155, var(--tw-bg-opacity));
}

.bg-hero-pattern {
  background-image: url('');
}

.bg-form-pattern {
  background-image: url('');
}

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-5 {
  padding: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.text-caption {
  font-size: 0.75rem;
}

.text-tiny {
  font-size: .875rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgba(243, 112, 33, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(23, 37, 55, var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-header {
  --tw-shadow: 1px 1px 5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

body {
  font-family: FreightSans Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(69, 80, 95, var(--tw-text-opacity));
}

.hero {
  min-height: calc(100vh - 70px);
  margin-top: 4.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

/* custom components */

@media (min-width: 640px) {
  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mt-17 {
    margin-top: 4.375rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .\32xl\:ml-72 {
    margin-left: 18rem;
  }
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-section .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  position: relative;
  width: 100%;
}

.banner-section .row-fluid {
  padding: 0 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* NOTE: 6/4 JE - rebrand stuff is at the bottom */

@font-face {
  font-family: FreightSans_Pro;
  src: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/FreightSansProBold-Regular.eot) format("embedded-opentype"),
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProBold-Regular.woff) format("woff"),
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProBold-Regular.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: FreightSans_Pro;
  src: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/FreightSansProLight-Regular.eot) format("embedded-opentype"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProLight-Regular.woff) format("woff"),
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProLight-Regular.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: FreightSans_Pro;
  src: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/FreightSansProSemibold-Regular.eot) format("embedded-opentype"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProSemibold-Regular.woff) format("woff"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProSemibold-Regular.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: FreightSans_Pro;
  src: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/FreightSansProBlack-Regular.eot) format("embedded-opentype"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProBlack-Regular.woff) format("woff"),
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProBlack-Regular.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: FreightSans_Pro;
  src: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/FreightSansProMedium-Regular.eot) format("embedded-opentype"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProMedium-Regular.woff) format("woff"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProMedium-Regular.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/442215/000000000000000000010b5a/27/l?subset_id=2&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/442215/000000000000000000010b5a/27/d?subset_id=2&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/442215/000000000000000000010b5a/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/3df5fe/000000000000000000010b5b/27/l?subset_id=2&fvd=i4&v=3") format("woff2"),
    url("//use.typekit.net/af/3df5fe/000000000000000000010b5b/27/d?subset_id=2&fvd=i4&v=3") format("woff"),
    url("//use.typekit.net/af/3df5fe/000000000000000000010b5b/27/a?subset_id=2&fvd=i4&v=3") format("opentype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/1709eb/000000000000000000010b60/27/l?subset_id=2&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/1709eb/000000000000000000010b60/27/d?subset_id=2&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/1709eb/000000000000000000010b60/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/65fc7d/000000000000000000010b61/27/l?subset_id=2&fvd=i7&v=3") format("woff2"),
    url("//use.typekit.net/af/65fc7d/000000000000000000010b61/27/d?subset_id=2&fvd=i7&v=3") format("woff"),
    url("//use.typekit.net/af/65fc7d/000000000000000000010b61/27/a?subset_id=2&fvd=i7&v=3") format("opentype");
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/ba2099/000000000000000000010b58/27/l?subset_id=2&fvd=n3&v=3") format("woff2"),
    url("//use.typekit.net/af/ba2099/000000000000000000010b58/27/d?subset_id=2&fvd=n3&v=3") format("woff"),
    url("//use.typekit.net/af/ba2099/000000000000000000010b58/27/a?subset_id=2&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/1ece10/000000000000000000010b59/27/l?subset_id=2&fvd=i3&v=3") format("woff2"),
    url("//use.typekit.net/af/1ece10/000000000000000000010b59/27/d?subset_id=2&fvd=i3&v=3") format("woff"),
    url("//use.typekit.net/af/1ece10/000000000000000000010b59/27/a?subset_id=2&fvd=i3&v=3") format("opentype");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/8dd886/000000000000000000010b5c/27/l?subset_id=2&fvd=n5&v=3") format("woff2"),
    url("//use.typekit.net/af/8dd886/000000000000000000010b5c/27/d?subset_id=2&fvd=n5&v=3") format("woff"),
    url("//use.typekit.net/af/8dd886/000000000000000000010b5c/27/a?subset_id=2&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/441f33/000000000000000000010b5d/27/l?subset_id=2&fvd=i5&v=3") format("woff2"),
    url("//use.typekit.net/af/441f33/000000000000000000010b5d/27/d?subset_id=2&fvd=i5&v=3") format("woff"),
    url("//use.typekit.net/af/441f33/000000000000000000010b5d/27/a?subset_id=2&fvd=i5&v=3") format("opentype");
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/cef9f3/000000000000000000010b5e/27/l?subset_id=2&fvd=n6&v=3") format("woff2"),
    url("//use.typekit.net/af/cef9f3/000000000000000000010b5e/27/d?subset_id=2&fvd=n6&v=3") format("woff"),
    url("//use.typekit.net/af/cef9f3/000000000000000000010b5e/27/a?subset_id=2&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/2a72d2/000000000000000000010b5f/27/l?subset_id=2&fvd=i6&v=3") format("woff2"),
    url("//use.typekit.net/af/2a72d2/000000000000000000010b5f/27/d?subset_id=2&fvd=i6&v=3") format("woff"),
    url("//use.typekit.net/af/2a72d2/000000000000000000010b5f/27/a?subset_id=2&fvd=i6&v=3") format("opentype");
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/3e9574/000000000000000000010b62/27/l?subset_id=2&fvd=n9&v=3") format("woff2"),
    url("//use.typekit.net/af/3e9574/000000000000000000010b62/27/d?subset_id=2&fvd=n9&v=3") format("woff"),
    url("//use.typekit.net/af/3e9574/000000000000000000010b62/27/a?subset_id=2&fvd=n9&v=3") format("opentype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/dc6d36/000000000000000000010b63/27/l?subset_id=2&fvd=i9&v=3") format("woff2"),
    url("//use.typekit.net/af/dc6d36/000000000000000000010b63/27/d?subset_id=2&fvd=i9&v=3") format("woff"),
    url("//use.typekit.net/af/dc6d36/000000000000000000010b63/27/a?subset_id=2&fvd=i9&v=3") format("opentype");
  font-style: italic;
  font-weight: 900;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/fontawesome-webfont.woff') format('woff'),
      url('//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/fontawesome-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        }

@font-face {
  font-family: FreightSans_Pro;
  src: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/FreightSansProBook-Regular.eot) format("embedded-opentype"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProBook-Regular.woff) format("woff"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProBook-Regular.ttf) format("truetype");
  font-weight: 350;
  font-style: normal;
}

@font-face { 
  font-family: FreightSans_Pro; 
  src: url("//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/FreightSansProBook-Italic.eot") format("embedded-opentype"), 
    url("//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProBook-Italic.woff") format("woff"), 
      url("//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProBook-Italic.ttf") format("truetype"); 
        font-style: italic; 
        font-weight: 350;
        }

@font-face {
  font-family: FreightSans_Pro;
  src: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/FreightSansProLight-Italic.eot) format("embedded-opentype"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProLight-Italic.woff) format("woff"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProLight-Italic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: FreightSans_Pro;
  src: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/FreightSansProMedium-Italic.eot) format("embedded-opentype"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProMedium-Italic.woff) format("woff"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProMedium-Italic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: FreightSans_Pro;
  src: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/FreightSansProBlack-Italic.eot) format("embedded-opentype"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProBlack-Italic.woff) format("woff"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProBlack-Italic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: FreightSans_Pro;
  src: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/FreightSansProBook-Italic-1.eot) format("embedded-opentype"), 
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProBook-Italic.woff) format("woff"),
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/FreightSansProBook-Italic.ttf) format("truetype");
  font-weight: 350;
  font-style: italic;
}
@font-face {
  font-family: eicons;
  src: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/eicons.eot);
  src: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/eicons.eot) format("embedded-opentype"),
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/eicons.woff2) format("woff2"),
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/eicons.woff) format("woff"),
    url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/eicons.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/442215/000000000000000000010b5a/27/l?subset_id=2&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/442215/000000000000000000010b5a/27/d?subset_id=2&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/442215/000000000000000000010b5a/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "freight-sans-pro-1";
  src: url("//use.typekit.net/af/1709eb/000000000000000000010b60/27/l?subset_id=2&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/1709eb/000000000000000000010b60/27/d?subset_id=2&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/1709eb/000000000000000000010b60/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'BebasNeue';
  src: url("//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/LumaHealth_March2021/Fonts/bebasneue-webfont.eot") format("embedded-opentype"),
    url("//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/bebasneue-webfont.woff2") format("woff2"),
      url("//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/fonts/bebasneue-webfont.ttf") format("truetype");
        font-style: normal;
        font-weight: 400;
        }


body {
  font-family: freightsans_pro,helvetica neue,helvetica,arial,sans-serif;
  font-size: 20px;
  color: #4d6170;
  line-height: 1.4;
}

p {
  margin: 0 0 10px;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: freightsans_pro,helvetica neue,helvetica,arial,sans-serif;
  color: #181819;
  word-break: break-word;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 40px;
  line-height: 45px;
/*   text-transform: uppercase; */
}

h2 {
  font-size: 32px;
  line-height: 33px;
/*   text-transform: uppercase; */
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-size: 19px;
  line-height: 24px;
}

h5 {
  font-size: 18px;
  line-height: 1.1;
}

h6 {
  font-size: 12px;
  line-height: 1.1;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

* {
  outline: none;
}

body * {
  -webkit-transition: .3s all 0s ease-in-out;
  transition: .3s all 0s ease-in-out;
  -webkit-font-feature-settings: "pnum" on,"lnum" on;
  font-feature-settings: "pnum" on,"lnum" on;
}

*:focus {
  outline: none
}

::-moz-selection {
  background: rgba(243, 112, 33, .8);
  color: #fff
}

::selection {
  background: rgba(243, 112, 33, .8);
  color: #fff
}

.hs-search-field__suggestions li#results-for, 
.hs-search-field__suggestions li a {
  padding: 10px;
  display: block;
  text-decoration: none;
}

figure img {
  max-height: 100%;
  height: initial;
  width: 100%;
}

svg {
  fill: currentColor;
  -webkit-transition: fill 0s;
  transition: fill 0s
}

img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
}

[class*="force-full-width-section"]>.row-fluid {
  padding: 0;
  max-width: 100% !important;
}

/** New stuff as of 6/6/22 rebrand **/
@font-face {
  font-family: "halyard-display";
  src: url("https://use.typekit.net/af/272149/00000000000000007735adb1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/272149/00000000000000007735adb1/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/272149/00000000000000007735adb1/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "halyard-display";
  src: url("https://use.typekit.net/af/6bc5ed/00000000000000007735adb4/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/6bc5ed/00000000000000007735adb4/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/6bc5ed/00000000000000007735adb4/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "halyard-display";
  src: url("https://use.typekit.net/af/f9d419/00000000000000007735adbb/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/f9d419/00000000000000007735adbb/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/f9d419/00000000000000007735adbb/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "halyard-display";
  src: url("https://use.typekit.net/af/165087/00000000000000007735adc0/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/165087/00000000000000007735adc0/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/165087/00000000000000007735adc0/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "halyard-display";
  src: url("https://use.typekit.net/af/e51fb7/00000000000000007735adc9/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/e51fb7/00000000000000007735adc9/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/e51fb7/00000000000000007735adc9/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "halyard-display";
  src: url("https://use.typekit.net/af/8ac9a7/00000000000000007735adcc/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/8ac9a7/00000000000000007735adcc/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/8ac9a7/00000000000000007735adcc/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "halyard-text";
  src: url("https://use.typekit.net/af/e40556/00000000000000007735adbc/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/e40556/00000000000000007735adbc/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/e40556/00000000000000007735adbc/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "halyard-text";
  src: url("https://use.typekit.net/af/06aac1/00000000000000007735adbe/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/06aac1/00000000000000007735adbe/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/06aac1/00000000000000007735adbe/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "halyard-text";
  src: url("https://use.typekit.net/af/8c6bd4/00000000000000007735add4/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/8c6bd4/00000000000000007735add4/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/8c6bd4/00000000000000007735add4/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "halyard-text";
  src: url("https://use.typekit.net/af/1c6519/00000000000000007735add6/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/1c6519/00000000000000007735add6/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/1c6519/00000000000000007735add6/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
.tk-halyard-display {
  font-family: "halyard-display", sans-serif;
}

.tk-halyard-text {
  font-family: "halyard-text", sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 20px 0;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  letter-spacing: -.16px;
  line-height: 29px;
  font-size: 22px;
  font-weight: 600;
  border: 1px solid;
  font-family: freightsans_pro,helvetica neue,helvetica,arial,sans-serif;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
  -webkit-box-shadow: 0 2px 6px 0 rgb(97 120 136 / 60%);
  box-shadow: 0 2px 6px 0 rgb(97 120 136 / 60%);
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-weight: 500;
  text-align: left;
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.hs-search-field input.hs-search-field__input,
input[type="password"] {
  display: block;
  width: 100% !important;
  padding: 7px 8px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  font-family: freightsans_pro,helvetica neue,helvetica,arial,sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  display: inline-block;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field,
.hs-form-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 20px;
  color: #4d6170;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: freightsans_pro,helvetica neue,helvetica,arial,sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 10px;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  padding: 9.5px 30px;
  border-color: #f37021;
  cursor: pointer;
  background-color: #f37021;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -.16px;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 6px 0 rgb(97 120 136 / 40%);
  box-shadow: 0 2px 6px 0 rgb(97 120 136 / 40%);
}

.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-header header.header {
  min-height: initial !important;
}

.homepage {
  padding-top: 60px;
  overflow: hidden;
}

.home-row1 .dnd-section {
  padding: 0;
}

.home-row1 .dnd-section>.row-fluid {
  padding: 76px 0;
}

.home-row1 h2 {
  text-align: center;
}

.home-row1 p {
  padding: 0 0 0 21px;
}

.home-row2 .dnd-section {
  padding: 0;
}

.home-row2 {
  padding: 60px 0 4px;
}

.home-row2-inner {
  position: relative;
}

.skewTilt {
  position: absolute;
  width: 50px;
  top: 60px;
  bottom: 28px;
}

.mobHide {
  display: block;
}

.home-row2 .skewTilt {
  right: 0;
  background-color: #fdf1f5;
}

.home-row2 .span6 {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.home-row2 .span6.right {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-left: 0;
}

.home-row2 .span6 .row-fluid {
  padding: 0;
}

.home-row2 .page-center>.row-fluid {
  margin: 0 -10px;
}

.mobShow {
  display: none;
}

.home-row2 .right img {
  position: relative;
  z-index: 9;
}

.home-row2-inner:after {
  content: "";
  width: 42%;
  position: absolute;
  bottom: 28px;
  left: 0;
  top: 60px;
  z-index: 0;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  left: 58%;
  background-color: #fdf1f5;
}

.home-row2 h2 {
  margin-bottom: 28px;
}

.home-row2 p {
  color: #4d6170;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.home-row2 .left a {
  margin-top: 20px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -.21px;
  text-transform: uppercase;
  -webkit-transition: 0s;
  transition: 0s;
  text-decoration: none;
}

.home-row2 .left a svg {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 6px;
  -webkit-transition: none !important;
  transition: none !important;
  position: relative;
  top: -2px;
}

.home-row2 .left a:hover {
  color: #23527c;
}

.home-row2 .left a * {
  transition: none;
}

.home-row3 {
  padding: 60px 0 86px;
}

.home-row3 .dnd-section {
  padding: 0;
}

.home-row3-inner {
  position: relative;
}

.home-row3 .skewTilt {
  right: auto;
  left: 0;
  top: 110px;
  background-color: #edfbfe;
}

.home-row3-inner:after {
  content: "";
  width: 42%;
  position: absolute;
  bottom: 28px;
  left: 0;
  z-index: 0;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  top: 110px;
  background-color: #edfbfe;
}

.home-row3 .span4.left {
  width: 33.33333333%;
  position: relative;
  padding-right: 13px;
  float: left;
}

.home-row3 .span4 .row-fluid,
.home-row3 .span8 .row-fluid {
  padding: 0;
}

.home-row3 .refImgBox {
  display: table;
  position: relative;
  z-index: 5;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin: 0 auto 27px 0;
}

.home-row3 .refImgBox .innerBix {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.home-row3 .innerBix>span {
  position: relative;
  display: block;
  overflow: hidden;
}

.home-row3 .innerBix img {
  margin: 0 auto;
  position: relative;
  opacity: 1;
  width: 100%;
}

.home-row3 .span8.right {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-left: 0;
}

.home-row3 h2 {
  margin-bottom: 28px;
}

.home-row3 p {
  color: #4d6170;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.home-row3 .right a {
  margin-top: 20px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -.21px;
  text-transform: uppercase;
  -webkit-transition: 0s;
  transition: 0s;
  text-decoration: none;
}

.home-row3 .right a * {
  transition: none;
}

.home-row3 .right a svg {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 6px;
  position: relative;
  top: -2px;
}

.home-row3 .right a:hover {
  color: #23527c;
}

.home-row3 .right .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-left: 1.5px;
}

.home-row4 .dnd-section {
  padding: 60px 0;
}

.home-row4 .results-wrapper {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.home-row4 .results-wrapper .inner {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.home-row4 .results-wrapper h2.title {
  font-size: 32px;
  line-height: 33px;
  color: #172537;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 32px;
  letter-spacing: 0;
  padding: 0;
}

.home-row4 .results-wrapper .description {
  margin-bottom: 59px;
  padding: 0;
}

.home-row4 .results-wrapper .description p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: #4d6170;
  letter-spacing: 0;
}

.home-row4 .results-wrapper .content {
  display: block !important;
  margin: 0 -29px;
  padding: 0;
}

.home-row4 .results-wrapper .presentation-blocks-wrap {
  display: block !important;
}

.home-row4 .results-wrapper .presentation-block {
  width: 25%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-left: 0 !important;
  text-align: center;
}

.home-row4 .results-wrapper .presentation-block h4 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #18273a;
  margin: 1px 0 10px;
  position: relative;
  z-index: 5;
  margin-bottom: 2px;
}

.home-row4 .results-wrapper .wrap .intro_description>p {
  color: #4d6170;
  display: block;
  font-weight: 500;
  font-family: FreightSans_Pro,sans-serif;
  letter-spacing: 0;
}

.home-row4 .results-wrapper .presentation-block .wrap {
  display: block !important;
  margin-top: 11px;
}

.home-row4 .results-wrapper .presentation-block .intro_description {
  margin: 0;
  margin-top: 40px;
}

.home-row4 .results-wrapper .presentation-block .intro-module .intro_image img {
  display: none;
}

.home-row4 .results-wrapper .presentation-block .intro-module .intro_image {
  width: 200px;
  height: 134px;
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -mos-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-size: 100%;
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 100%;
  max-height: initial;
}

.home-row4 .results-wrapper .presentation-block .intro-module .intro_title {
  display: inline-block;
  font-size: 88px;
  font-weight: 600;
  line-height: 1;
  color: #18273a;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  text-transform: none;
}

.home-row5 .dnd-section {
  padding: 0;
}

.home-row5 {
  padding: 60px 0;
}

.home-row5 .concierge_section {
  padding-bottom: 76px;
  position: relative;
}

.home-row5 .skewTilt {
  background-color: #def2ea;
}

.concierge_section:after {
  content: "";
  width: 40%;
  height: 204px;
  position: absolute;
  top: 82px;
  background-color: #def2ea;
  z-index: 0;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.home-row5 .span6.left {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.home-row5 .span6.right {
  margin-left: 0;
  position: relative;
  padding: 0;
  padding-left: 15px;
  float: left;
}

.concierge_section .concierge_img {
  position: relative;
}

.concierge_section .concierge_img img {
  position: relative;
  z-index: 9;
}

.home-row5 .hs_cos_wrapper_type_rich_text {
  margin-top: 61px;
  display: block;
}

.home-row5 h2 {
  margin: 0 0 25px;
}

.home-row5 p {
  color: #4d6170;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  padding-right: 10px;
}

.home-row5 p:last-of-type {
  margin-bottom: 20px;
}

.home-row5 .left a {
  color: #f37021;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
}

.home-row5 .left a * {
  transition: none;
}

.home-row5 .left a svg {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 6px;
  position: relative;
  top: -2px;
}

.home-row6 .dnd-section {
  padding: 60px 0;
  padding-top: 58px;
}

.home-row6 .hs_cos_wrapper_type_header h1 {
  text-align: center;
  font-size: 32px;
  line-height: 33px;
  color: #172537;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
}

.home-row6 .home-testimonial_section {
  margin-top: 46px;
}

.home-row7 .dnd-section {
  padding: 0;
}

.homepage .contact-section .contact-form {
  padding: 0 10px;
}

.homepage .contact-section .contact-form .hs-form-field>label {
  color: #18273a;
  margin-bottom: 5px;
  font-weight: 500;
}

.homepage .contact-section form {
  padding-top: 16px;
}

.homepage .contact-section form .hs-form-field {
  margin-bottom: 26px;
}

.homepage .contact-section form .hs_firstname {
  margin-bottom: 24px;
}

.homepage .contact-section form .hs_lastname {
  margin-bottom: 24px;
}

.homepage .contact-section form .hs_submit.hs-submit {
  margin-top: 9px;
}

.home-row5 .span6.right .row-fluid {
  padding: 0;
  max-width: 100% !important;
  margin: 0;
}

.cp-header {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
}

.cp-logo img {
  width: 219px !important;
  margin-left: -25px;
}

.cp-header .page-center,
.cp-appointment-layout .page-center,
.cp-appointment-layout .dnd-section>.row-fluid {
  max-width: 400px;
  padding: 0;
}

.appointment-header {
  min-height: 84px;
}

.cp-logo {
  padding: 17px 0;
}

.cp-appointment-row1 .dnd-section {
  padding-top: 33px;
  padding-bottom: 18px;
}

.cp-appointment-row1 ul {
  display: flex;
  margin: 0;
  text-align: center;
  justify-content: space-between;
  padding: 0 60px;
  margin-left: 5px;
}

.cp-appointment-row1 ul>li {
  padding: 0 30px;
  vertical-align: top;
}

.cp-appointment-row1 ul>li>a {
  text-align: center;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: bold;
  text-decoration: underline !important;
  color: #4d6170 !important;
  line-height: 1.1875rem;
  font-size: .9907rem;
  padding: 0;
}

.cp-appointment-row2 .dnd-section {
  background-position: 50% 50% !important;
  background-repeat: repeat !important;
  min-height: 30.75rem;
  padding-top: 43px;
  padding-bottom: 0;
}

.cp-appointment-row2 .dnd-column {
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  background: #fff;
  max-width: 752px;
  margin: 0 auto !important;
  float: none !important;
  position: relative;
  left: -15px;
  padding: 0 20px;
  text-align: center;
  padding-bottom: 55px;
}

.cp-appointment-row2 h1 {
  text-align: center;
  line-height: 1.8125rem;
  font-size: 1.4861rem;
  padding-top: 25px;
  color: #000;
  text-transform: none;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

.cp-appointment-row2 p {
  line-height: 1.625rem;
  font-size: .9907rem;
  font-family: freight-sans-pro,freight-sans-pro-1,freight-sans-pro-2,freight-sans-pro-web,freight-sans-pro-web-1,freight-sans-pro-web-2;
  font-weight: 400;
  color: #000000;
  max-width: 509px;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 34px;
}

.cp-appointment-row2 .hs-button {
  margin: 0;
  font-size: 0.9288rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  border: 0;
  white-space: normal;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  line-height: 120%;
  box-shadow: 0 1px 3px rgb(1 1 1 / 50%);
  transform: none;
  letter-spacing: 0;
  height: 2.5625rem;
  width: 20.5rem;
  text-decoration: none;
}

.cp-appointment-row2 .hs-button:hover {
  background: #DC5A06;
  color: #FFFFFF;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper {
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  background: rgba(138,192,255,0.1);
}

.cp-appointment-row3 .dnd-section>.row-fluid {
  max-width: 71.9375rem !important;
}

.cp-appointment-row3 .dnd-column {
  position: relative;
  left: -11px;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper h2 {
  color: #24344c;
  font-weight: 700;
  padding-bottom: 1px;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item {
  padding: 0;
  padding-bottom: 5px;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img {
  width: auto;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-inner {
  margin: 0 -10px;
  padding-top: 51px;
  padding-bottom: 15px;
}

.cp-appointment-row3 .dnd-section {
  padding-bottom: 48px;
}

.cp-appointment-row3 img.img-ucsandiegohealth {
  position: relative;
  top: -20px;
}

.cp-appointment-row3 img.img-pennmedicine {
  top: 10px;
  position: relative;
  left: 20px;
}

.cp-appointment-row5 h1 {
  line-height: 2.375rem;
  font-size: 1.9814rem;
  color: #182538;
}

.cp-appointment-row5 .dnd-section {
  padding-top: 107px;
}

.cp-appointment-row5 .hs_cos_wrapper_type_rich_text p {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  color: #1f415b;
  font-weight: 400;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  max-width: 407px;
  margin: 0 auto;
  padding-top: 13px;
}

.cp-appointment-row5 .cm-content-top-image-wrapper {
  margin: 0 -60px;
  padding-top: 16px;
  margin-bottom: 0 !important;
}

.cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
  max-width: 70px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  height: auto;
  width: auto;
  text-align: center;
}

.cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-item-inner {
  text-align: center;
}

.cp-appointment-row5 .cm-content-top-image-wrapper h3 {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  font-weight: bold;
  color: #182538;
  padding-top: 14px;
}

.cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-content p {
  line-height: 1.375rem;
  font-size: 0.9907rem;
  color: #182538;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: normal;
  padding: 0 50px;
}

.cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-item {
  padding-bottom: 42px;
}

.cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-item:last-child,
.cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-item:nth-last-child(2),
.cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-item:nth-last-child(3) {
  padding-bottom: 10px;
}

.cp-appointment-row5 .hs-button {
  cursor: pointer;
  text-align: center;
  transition: border .5s;
  border: 0;
  white-space: normal;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  line-height: 120%;
  text-decoration: none;
  background: #F37021;
  color: #FFFFFF;
  font-size: 0.9288rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  height: 2.75rem;
  width: 11.25rem;
  border-radius: 0;
  box-shadow: 0 1px 3px rgb(1 1 1 / 50%);
}

.cp-appointment-row5 .hs-button:hover {
  background: #DC5A06;
  color: #FFFFFF;
}

.cp-appointment-row6 h3 {
  color: #182538;
  line-height: 2.375rem;
  font-size: 1.9814rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: bold;
  padding-bottom: 33px;
}

.cp-appointment-row6 p {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  color: #182538;
  font-weight: normal;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  padding-bottom: 40px;
}

.cp-appointment-row6 .dnd-section {
  padding-top: 135px;
  padding-bottom: 130px;
}

.cp-appointment-row6 .hs-button {
  margin: 0;
  cursor: pointer;
  text-align: center;
  transition: border .5s;
  border: 0;
  white-space: normal;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  line-height: 120%;
  box-shadow: 0 1px 3px rgb(1 1 1 / 50%);
  background: #F37021;
  color: #FFFFFF;
  font-size: 0.9288rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  height: 2.75rem;
  width: 10.625rem;
  border-radius: 0;
  text-decoration: none;
}

.cp-appointment-row6 .hs-button:hover {
  background: #DC5A06;
  color: #FFFFFF;
}

.cp-appointment-row6 .video-container iframe {
  height: 18.5rem;
  width: 31.25rem;
}

.cp-appointment-row6 .video-container {
  text-align: right;
  padding-top: 21px;
  margin-right: -5px;
}

.cp-appointment-row7 .dnd-section {
  padding-top: 90px;
  margin-bottom: 48px;
}

.cp-appointment-layout {
  -webkit-font-smoothing: antialiased;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
}

.cp-appointment-row7 .dnd-section>.row-fluid {
  max-width: 86rem !important;
  padding: 0 3px;
}
.cp-appointment-row7 .content-image-align-wrapper ul li {
  font-size: 1.5384rem;
}
.cp-appointment-row7 .content-image-align-wrapper ul li strong {
  display: block;
  margin-top: -5px;
  vertical-align: top;
}
.cp-appointment-row8 .dnd-section {
  padding-top: 3.6rem;
  padding-bottom: 4rem;
}

.healthcare-professionals-section .item img[alt*="Meditech"] {
  max-width: 130px;
}

.cp-appointment-row8 p {
  line-height: 1.1875rem;
  font-size: 0.9907rem;
  padding-top: 45px;
}

.cp-appointment-row8 p a {
  color: #98A0A6;
}

.cp-appointment-row8 p a span {
  color: #f37021;
}

.cp-appointment-row9 .client-ratings-group {
  padding-top: 5.5rem;
  padding-bottom: 6rem;
}

.cp-footer a,.cp-footer p {
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  line-height: 1.625rem;
  font-size: 0.9907rem;
  font-weight: normal;
}

footer.pateint-intake-footer.cp-footer .bottom-row {
  padding-bottom: 26px;
}

footer.pateint-intake-footer.cp-footer {
  min-height: initial;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

footer.pateint-intake-footer.cp-footer .intake-footer-copyright {
  padding-left: 1px;
}

footer.pateint-intake-footer.cp-footer .intake-footer-links {
  padding-right: 9px;
}

.blog-contact-section {
  margin: 0 !important;
}

.engage-menu .dnd-section {
  padding: 0;
}

.engage-menu .cm-page-logo {
  height: 2.75rem;
  width: 13.6875rem;
  padding-right: 4px;
  padding-top: 1.1rem;
}

.engage-menu .cm-page-logo img {
  height: 47px;
  object-fit: cover;
}

.engage-menu .custom-page-header {
  position: relative;
  z-index: 999;
  background: transparent !important;
}

.engage-page .custom-cp-banner .cp-content-section h2 {
  text-transform: none;
  padding-right: 2rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  padding-top: 1px;
}

.engage-page .custom-cp-banner .cp-content-section p {
  padding-bottom: 2.6rem;
}

.engage-page .custom-cp-banner {
  padding-top: 22px;
}

.engage-page .cp-appointment-row5 h2 {
  color: #182538;
  text-transform: none;
  padding-top: 1.8rem;
  padding-bottom: 4rem;
}

.engage-page .cp-appointment-row5 p.sub-heading {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  color: #1f415b;
  max-width: 481px;
  margin: 0 auto;
}

.engage-page .cp-appointment-row5 .cm-content-top-image-inner {
  padding: 0 40px;
  padding-top: 1rem;
}

.engage-page .cp-appointment-row5 .cm-content-top-image-wrapper h3 {
  padding-top: 2px;
  padding-bottom: 10px;
}

.engage-page .cm-content-top-image-wrapper .cm-content-top-image-content {
  margin-top: 7px;
}

.engage-page .cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-item {
  padding-bottom: 20px;
}

.engage-page .cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
  max-width: 74px;
  max-width: 4.625rem;
}

.engage-page .cp-appointment-row5 .cm-content-top-image-wrapper {
  padding-bottom: 2rem;
}

.engage-page .cp-appointment-row5 .hs-button {
  height: 2.6875rem;
  width: 10.625rem;
}

.cp-engage-row2 .healthcare-professionals-section h1 {
  line-height: 2.25rem;
  font-size: 1.6099rem;
  color: #182538;
  padding-bottom: 4rem;
}

.cp-engage-row2 .dnd-section {
  padding-top: 4.4rem;
}

.cp-engage-row2 .healthcare-professionals-section .item {
  width: 20%;
  padding: 0 20px;
}

.cp-engage-row2 .healthcare-professionals-section .row-fluid {
  margin: 0 -28px;
  padding-bottom: 0.2rem;
}

.cp-engage-row3 .dnd-section {
  padding: 1.8rem 0;
}

.cp-engage-row3 p {
  margin: 0;
  line-height: 1.375rem;
  font-size: 1.1146rem;
  color: rgb(77,97,112);
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  padding-bottom: 8px;
}

.engage-page .cp-appointment-row8 .dnd-section {
  padding-bottom: 4.5rem;
}

.engage-page .cp-appointment-row8 p {
  padding-top: 2.5rem;
}

.engage-page .content-form-section .span5.left {
  padding-top: 1.5rem;
}

.engage-page .content-form-section h1 {
  padding-bottom: 6px;
}

.engage-page .content-form-section ul li {
  color: #98A0A6;
  padding-bottom: 12px;
}

.engage-page .content-form-section ul {
  padding: 0;
  padding-left: 22px;
  padding-top: 5px;
}

.engage-page .content-form-section p {
  margin-bottom: 8px;
}

.engage-page .content-form-section ul li span {
  color: #1f415b;
}

.engage-page .cp-appointment-row9 .dnd-section {
  padding: 0;
}

.cp-footer.cp-eng-footer .cp-footer {
  padding-bottom: 4px;
}

.automated-lyt .custom-cp-banner .cp-content-section {
  padding-top: 65px;
}

.automated-lyt .custom-cp-banner .cp-content-section p {
  max-width: 406px;
  padding-bottom: 47px;
}

.automated-lyt .custom-cp-banner .cp-content-section h2 {
  padding-bottom: 13px;
}

.automated-lyt .custom-cp-banner .cp-content-section .btn {
  height: 2.75rem;
  width: 10.6875rem;
}

.automated-lyt .custom-cp-banner .cp-content-section p.btm-link {
  padding-top: 21px;
}

.automated-lyt .cp-appointment-row1 .dnd-section {
  padding-top: 1.8rem;
  padding-bottom: 1.2rem;
}

.automated-lyt .cp-appointment-row3 .dnd-section {
  padding-top: 49px;
}

.automated-lyt .content-form-section .left {
  padding-top: 24px;
}

.automated-lyt .content-form-section .left h1 {
  padding-bottom: 1.06rem;
}

.automated-lyt .content-form-section ul {
  padding-top: 1.75rem;
}

.automated-lyt .content-form-section ul li {
  padding-bottom: 1.25rem;
}

.automated-lyt .cp-appointment-row5 .hs-button {
  height: 2.75rem;
  width: 10.625rem;
}

.automated-lyt .cp-appointment-row5 .cm-content-top-image-wrapper {
  padding-bottom: 2.5rem;
}

.automated-lyt .cp-appointment-row5 .dnd-section {
  padding-bottom: 5.3rem;
}

.automated-lyt .cp-appointment-row6 p {
  padding-bottom: 12px;
}

.automated-lyt .cp-appointment-row6 .hs-button {
  height: 2.75rem;
  width: 10.6875rem;
  font-size: 0.9288rem;
  letter-spacing: 0;
}

.automated-lyt .cp-appointment-row6 .dnd-section {
  padding-bottom: 10rem;
}

.automated-lyt .cp-appointment-row7 .dnd-section>.row-fluid {
  max-width: 64rem !important;
}

.automated-lyt .cp-appointment-row7 .dnd-section {
  padding-top: 6.4rem;
  margin-bottom: 1rem;
  padding-bottom: 4rem;
}

.automated-lyt .cp-appointment-row7 .content-image-align-wrapper ul li {
  padding-bottom: 18px;
}

.automated-lyt .cp-appointment-row7 .content-image-align-wrapper .content {
  padding-left: 30px;
}

.automated-lyt .cp-appointment-row7 .content-image-align-wrapper .image img {
  max-width: 820px;
  position: relative;
  left: 23px;
  top: 23px;
}

.automated-lyt .cp-appointment-row7 .content-image-align-wrapper a.btn {
  height: 2.75rem;
  width: 10.6875rem;
  font-size: 0.9288rem;
  letter-spacing: normal;
}

.automated-lyt .cp-appointment-row7 .content-image-align-wrapper ul {
  padding-bottom: 4px;
}

.automated-lyt .client-ratings-group .title {
  padding-bottom: 35px;
}

.automated-lyt .client-ratings-group .item h4 {
  margin-bottom: 5px;
}

.automated-lyt .content-form-section form ul {
  padding-top: 6px;
}

.automated-lyt .content-form-section form ul li.hs-form-booleancheckbox {
  padding: 0;
  padding-left: 4px;
}

.patient-access-webinar .custom-page-header .cm-page-logo {
  width: 11.0625rem;
  padding: 0;
  margin-left: 1.45rem;
  padding-top: 0.45rem;
}

.patient-access-webinar .custom-page-header .cm-page-logo img {
  max-width: 100%;
  height: auto;
}

.patient-access-webinar .custom-page-header .cm-page-menu-links {
  padding-top: 1.1rem;
  padding-left: 1px;
}

.patient-access-webinar .custom-page-header .page-center {
  padding-bottom: 0.95rem;
}

.patient-access-webinar .custom-page-header .cm-page-menu-links .hs-menu-item a {
  line-height: 1.375rem;
  font-size: 0.8669rem;
}

.patient-access-webinar .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li {
  padding-right: 3.15rem;
}

.patient-access-webinar .banner-section {
  text-align: center;
}

.patient-access-webinar .banner-section h1 {
  margin: 0;
  line-height: 2.8125rem;
  font-size: 1.9814rem;
  color: #182538;
  text-transform: none;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  padding-bottom: 1.5rem;
  padding-top: 2.7rem;
}

.patient-access-webinar {
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}

.patient-access-webinar .banner-section p {
  line-height: 1.625rem;
  font-size: 0.9907rem;
  color: #37465A;
  padding-top: 2px;
}

.patient-access-webinar .banner-section .dnd-section {
  min-height: 23.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.patient-access-webinar .banner-section .hs-button {
  cursor: pointer;
  text-align: center;
  transition: border .5s;
  border: 0;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  background: #F37021;
  color: #FFFFFF;
  font-size: 0.9288rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  height: 2.6875rem;
  width: 17.25rem;
  border-radius: 3px;
  box-shadow: none;
  line-height: 2.6875rem;
  margin-top: 3.2rem;
  letter-spacing: 0;
  margin-bottom: 1.38rem;
}

.patient-access-webinar .banner-section .hs-button:hover {
  background: #DC5A06;
  color: #FFFFFF;
  text-decoration: none;
}

.patient-access-webinar .banner-section p a {
  line-height: 1.625rem;
  font-size: 0.9907rem;
  font-weight: bold;
  color: #4384f5;
  text-decoration: underline;
}

.cp-access-row1 .hs_cos_wrapper_type_header h2 {
  text-align: center;
  line-height: 2.125rem;
  font-size: 1.7337rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  text-transform: none;
  font-weight: bold;
  color: #37465A;
  margin: 0;
  padding-bottom: 3.3rem;
}

.cp-access-row1 .dnd-section {
  padding-top: 3.75rem;
}

.cp-access-row1 {
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
  color: #37465a;
  font-size: 1.0526rem;
  line-height: 1.7rem;
}

.cp-access-row1 iframe {
  height: 19.875rem;
}

.cp-access-row2 hr {
  border-color: #A3BAC6;
  max-width: 44.8125rem;
  margin: 0 auto;
  margin-bottom: 2.2rem;
}

.cp-access-row2 .dnd-section {
  padding-top: 0.9rem;
  padding-bottom: 1.8rem;
}

.cp-access-row1 ul {
  margin: 0;
  padding-top: 2.23rem;
}

.cp-access-row1 ul li {
  padding-bottom: 0.25rem;
}

.cp-access-row1 ul li:last-child {
  padding: 0;
  padding-top: 0.3rem;
}

.cp-access-row2 {
  text-align: center;
}

.cp-access-row2 img {
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 24.375rem;
}

.cp-access-row2 p a {
  color: #f37021;
  line-height: 1.8125rem;
  font-size: 1.1146rem;
  font-weight: bold;
}

.cp-access-row3 .dnd-section {
  background-position: 50% 50% !important;
  min-height: 17.5rem;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-access-row3 h1 {
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  line-height: 2.625rem;
  font-size: 1.8576rem;
  text-transform: none;
  margin: 0;
  padding-bottom: 1.3rem;
  padding-top: 1.2rem;
}

.cp-access-row3 p {
  line-height: 1.5625rem;
  font-size: 1.1146rem;
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 1.86rem;
}

.cp-access-row3 .hs-button {
  margin: 0;
  white-space: normal;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  line-height: 120%;
  cursor: pointer;
  text-align: center;
  transition: border .5s;
  border: 2px solid #fff !important;
  color: #fff;
  font-size: .9288rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  height: 2.875rem;
  width: 12.0625rem;
  border-radius: 3px;
  background: transparent !important;
  box-shadow: none;
  text-decoration: none;
}

.cp-access-row4 .dnd-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.cp-access-row4 .dnd-section>.row-fluid {
  padding: 0 3rem;
}

.cp-access-row5 .dnd-section {
  background-position: 39% 100% !important;
  background-size: auto !important;
  background-attachment: fixed;
  width: 100%;
  background-color: rgb(242,242,242);
  padding-left: 30px;
  padding-right: 30px;
}

.cp-access-row5 {
  border-top: 0.0625rem solid #CCCACA;
}

.cp-access-row5 .dnd-section {
  padding-top: 2.6rem;
}

.cp-access-row5 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.cp-access-row5 h1 {
  margin: 0;
  line-height: 2.5625rem;
  font-size: 1.7957rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  text-transform: none;
  padding-bottom: 0.7rem;
}

.cp-access-row5 p {
  line-height: 1.5rem;
  font-size: 1.0526rem;
  color: #4e6170;
}

.cp-access-row5 form fieldset {
  max-width: 100% !important;
}

.cp-access-row5 form {
  padding: 0 3.7rem;
  padding-top: 0.8rem;
}

.cp-access-row5 form .hs-form-field>label {
  font-weight: 500;
  color: #182538;
  padding-bottom: 8px;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  line-height: 1.2em;
  padding-top: 0.3em;
  font-size: 16px;
  margin: 0;
}

.cp-access-row5 form .hs-form-required {
  float: left;
  color: #F37021;
  margin-right: 5px;
}

.cp-access-row5 form .hs-input {
  border: 0px;
  border-radius: 3px;
  box-shadow: none;
  line-height: 1.2em;
  padding: 12px 15px;
  font-size: 16px;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}

.cp-access-row5 form .hs-form-field {
  margin-bottom: 25px;
}

.cp-access-row5 form .input {
  margin: 0 !important;
}

.cp-access-row5 form .hs-form-field {
  padding-right: 16px;
}

.cp-access-row5 form .hs-form-field:last-child {
  padding-right: 12px;
}

.cp-access-row5 form .form-columns-3 .hs-form-field {
  width: 33% !important;
}

.cp-access-row5 form .hs_what_are_you_interested_in_ {
  padding-top: 0.8rem;
}

.cp-access-row5 form textarea {
  min-height: 80px;
  resize: none;
}

.cp-access-row5 form .form-columns-3 .hs-form-field:last-child {
  padding-right: 3px;
}

.cp-access-row5 form 
.hs_what_are_you_interested_in_ {
  margin-bottom: 20px !important;
}

.cp-access-row5 form li.hs-form-booleancheckbox span {
  font-weight: 500;
  color: #182538;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  line-height: 1.2em;
  font-size: 16px;
  display: inline-block;
  padding-left: 10px;
}

.cp-access-row5 form .actions {
  text-align: center;
  padding-top: 1.4rem;
  padding-bottom: 4rem;
}

.cp-access-row5 form input.hs-button.primary.large {
  margin: 0;
  letter-spacing: 0.3px;
  font-size: 13px !important;
  background-color: #F37021;
  background-image: none;
  border: 0px !important;
  padding: 12px 15px !important;
  box-shadow: none !important;
  min-width: 60px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif !important;
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: normal;
}

.cp-access-row5 form input.hs-button.primary.large:hover {
  background-color: rgba(220, 90, 6, 1.0);
}

.cp-access-row5 form .hs-error-msgs label {
  color: #f00 !important;
}

.cp-access-row6 .dnd-section {
  padding: 0;
}

.cp-access-row6 .client-ratings-group {
  padding-top: 2.3rem;
  padding-bottom: 3rem;
}

.cp-access-row6 .client-ratings-group .title h1 {
  line-height: 3.3125rem;
  font-size: 2.0433rem;
}

.cp-access-row6 .client-ratings-group .title {
  padding-bottom: 1.8rem;
}

.cp-access-row6 .client-ratings-group .item h4 {
  padding-top: 6px;
  margin-bottom: 5px;
}

.cp-access-row6 .client-ratings-group .item .inner {
  min-height: 230px;
  min-height: auto;
}

.cp-access-row6 .client-ratings-group .item {
  margin-bottom: 3rem;
}

.access-footer footer.pateint-intake-footer .intake-logo {
  width: 12.6875rem;
  position: relative;
  left: -5px;
  padding-bottom: 4px;
}

.access-footer .footer-intake-social {
  position: relative;
  top: -4px;
}

.cp-access-row5 form ul.inputs-list {
  padding-top: 0;
}

.cp-access-row5 form .hs-form-booleancheckbox {
  margin-top: -3px;
}

.engage-page .content-form-section form ul {
  padding: 0;
}

.engage-page .content-form-section form ul li.hs-form-booleancheckbox {
  padding-bottom: 0;
  color: #182538;
}

.cp-eng-footer .intake-logo {
  position: relative;
  left: -7px;
  top: -2px;
}

.gtd-page .custom-cp-banner .btn {
  height: 2.75rem;
  width: 20rem;
  line-height: 2.75rem;
  display: inline-block;
  margin-top: 1.45rem;
}

.gtd-page .custom-cp-banner .cp-content-section p {
  padding-bottom: 1.15rem;
  max-width: 100%;
}

.gtd-page .custom-cp-banner  p.btm-link {
  margin: 0;
  padding: 0;
}

.gtd-page .custom-cp-banner .cp-content-section h2 {
  padding-bottom: .42rem;
}

.gtd-page .custom-page-header .cm-page-logo {
  padding-right: 0;
}

.gtd-page .custom-cp-banner .cp-content-section {
  padding-top: 5.1rem;
}

.gtd-page .custom-cp-banner {
  padding-top: 22px;
}

.gtd-row1 .dnd-section {
  padding-top: 7.2rem;
}

.gtd-row1 .cm-content-top-image-wrapper h3 {
  line-height: 2.625rem;
  font-size: 1.8576rem;
  font-weight: bold;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  color: #182538;
  margin-bottom: 4px;
}

.gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-content p {
  line-height: 1.9375rem;
  font-size: 1.3622rem;
  color: #182538;
  font-weight: bold;
  margin-bottom: 0.9rem;
}

.gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-inner {
  display: block !important;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0 10px;
  padding-top: 3.3rem;
}

.gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-item {
  width: 50%;
  float: left;
}

.gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
  max-width: 74px;
  height: auto;
  margin: 0 auto;
}

.gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  width: auto;
  height: auto;
  padding-bottom: 0.2rem;
}

.gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-link a:after {
  content: none;
}

.gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-link a {
  line-height: 2rem;
  font-size: 1.2384rem;
  text-decoration: underline;
}

.gtd-row2 h3 {
  line-height: 2.375rem;
  font-size: 1.9814rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  color: #f37021;
  font-weight: bold;
  margin: 0;
}

.gtd-row2 h2 {
  line-height: 2.375rem;
  font-size: 1.9814rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  color: #182538;
  font-weight: bold;
  margin: 0;
  padding-bottom: 1.35rem;
}

.gtd-row2 .dnd-section {
  padding-top: 2.8rem;
}

.gtd-row2 .content-image-align-wrapper .content {
  padding-left: 0;
}

.gtd-row2 .content-image-align-wrapper.img-align-right .content {
  width: 60%;
}

.gtd-row2 .content-image-align-wrapper.img-align-right .image {
  width: 40%;
  margin-left: 0;
}

.gtd-row2 .content-image-align-wrapper .content {
  color: #1f415b;
  letter-spacing: 0;
  line-height: 1.75rem;
  font-size: 1.2384rem;
}

.gtd-row2 .content-image-align-wrapper p {
  max-width: 463px;
  margin: 0;
  padding-bottom: 1.78rem;
}

.gtd-row2 .content-image-align-wrapper ul {
  margin: 0;
  margin-top: -5px;
  font-size: 1.4rem;
  padding-left: 0;
}

.gtd-row2 .content-image-align-wrapper ul li {
  padding-bottom: 1.1rem;
  vertical-align: text-top;
  display: flex;
}

.gtd-row2 .content-image-align-wrapper ul li:before {
  content: "•";
  vertical-align: top;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.gtd-row2 .content-image-align-wrapper .image img {
  max-width: 580px;
}

.gtd-row2 .content-image-align-wrapper .image {
  padding-top: 8rem;
}

.gtd-row2 .content-image-align-wrapper ul li span {
  font: inherit;
  line-height: 1.75rem;
  font-size: 1.2384rem;
  padding-left: 7px;
  max-width: 100%;
}

.gtd-row2 .content-image-align-wrapper p:last-of-type {
  padding-bottom: 1.3rem;
}

.gtd-row2 .content-image-align-wrapper a.btn {
  height: 2.75rem;
  width: 18.125rem;
  margin-top: 1rem;
  display: inline-block;
  line-height: 2.75rem;
}

.gtd-row2 .content-image-align-wrapper.img-align-left {
  padding-top: 6rem;
}

.gtd-row2 .content-image-align-wrapper.img-align-left .image {
  position: relative;
  left: -10rem;
  padding-top: 13rem;
}

.gtd-row2 .content-image-align-wrapper.img-align-left h2 {
  padding-bottom: 1rem;
}

.gtd-row3 .dnd-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gtd-row3 .speakers-grp img {
  border-radius: 50%;
}

.gtd-row3 .speakers-grp {
  max-width: 100%;
}

.gtd-row3 .speakers-grp .btm-content .row-fluid .item {
  width: 30%;
}

.gtd-row3 .speakers-grp .title h3 {
  line-height: 3.1875rem;
  font-size: 1.9814rem;
  color: #182538;
  padding-bottom: 1rem;
}

.gtd-row3 .speakers-grp .btm-content .row-fluid .item h4 {
  line-height: 2.1875rem;
  font-size: 1.3622rem;
  color: #182538;
}

.gtd-row3 .speakers-grp .btm-content .row-fluid .item p {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  color: #1f415b;
  padding: 0 10px;
  padding-top: 2px;
}

.gtd-page .content-form-section {
  padding-top: 6.4rem;
  padding-bottom: 3.8rem;
}

.gtd-page .content-form-section ul {
  padding-left: 20px;
  color: rgb(77,97,112);
  padding-bottom: 2rem;
}

.gtd-page .content-form-section ul li {
  padding-bottom: 1rem;
  padding-left: 8px;
  font-size: 1.5rem;
}

.gtd-page .content-form-section form {
  padding-right: 0;
  padding-top: 5rem;
}

.gtd-page .content-form-section form ul {
  padding: 0;
}

.gtd-page .custom-page-header .cm-page-logo img {
  max-width: 100%;
  width: 100% !important;
  height: auto;
}

.webinar-lyt .custom-page-header .cm-page-logo img {
  height: auto;
  max-width: 100%;
}

.webinar-lyt .custom-page-header .cm-page-logo {
  padding-right: 0;
}

.patient-webinar-banner.custom-cp-banner .cp-image {
  top: -5.25rem;
  left: 29.25rem;
  height: 34.3125rem;
  width: 30.6875rem;
}

.patient-webinar-banner h1 {
  line-height: 2.375rem;
  font-size: 1.9814rem;
  color: #182538;
  margin: 0;
  padding-bottom: 2.35rem;
  padding-top: 1.2rem;
}

.patient-webinar-banner.custom-cp-banner .cp-content-section p {
  max-width: 392px;
  padding-bottom: 1rem;
}

.patient-webinar-banner.custom-cp-banner .cp-content-section .timer-section .timer-column.timer-box {
  color: rgb(255,255,255);
  background-color: #7d8083;
  height: 100%;
  line-height: 1.28em;
}

.patient-webinar-banner.custom-cp-banner .cp-content-section .timer-section {
  width: 19.5625rem;
  font-size: 4.875rem;
  padding: 0;
  padding-top: 0.6rem;
  padding-bottom: 1.65rem;
}

.patient-webinar-banner.custom-cp-banner .btn {
  height: 2.6875rem;
  width: 13.125rem;
  font-size: 0.9288rem;
}

.webinar-lyt .cp-appointment-row5 .dnd-section {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
}

.webinar-lyt .cp-appointment-row5 h2 {
  padding-bottom: 1rem;
}

.webinar-lyt .cp-appointment-row5 p.sub-heading {
  color: #1f415b;
}

.webinar-lyt.engage-page .cp-appointment-row5 .cm-content-top-image-inner {
  padding: 0;
  padding-top: 2.5rem;
}

.webinar-lyt.engage-page .cp-appointment-row5 .cm-content-top-image-wrapper h3 {
  padding-top: 0.5rem;
}

.webinar-lyt.engage-page .cm-content-top-image-wrapper .cm-content-top-image-content p {
  padding: 0;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}

.webinar-lyt.engage-page .cp-appointment-row5 .hs-button {
  height: 2.75rem;
  width: 12.9375rem;
}

.webinar-lyt .cp-engage-row2 .dnd-section {
  background-position: 0 0 !important;
  padding: 0;
  min-height: 26.4375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.webinar-lyt .cp-engage-row2 .dnd-column {
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  background: rgb(255,255,255);
  text-align: center;
  padding: 3rem 2rem;
  padding-bottom: 2.5rem;
}

.webinar-lyt .cp-engage-row2 h1 {
  line-height: 2.8125rem;
  font-size: 1.9814rem;
  font-weight: bold;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  color: #37465a;
  margin: 0;
  padding-bottom: 1.8rem;
}

.webinar-lyt .cp-engage-row2 p {
  line-height: 2rem;
  font-size: 1.2384rem;
  max-width: 591px;
  margin: 0 auto;
  color: #000000;
}

.webinar-lyt .cp-engage-row2 p a {
  line-height: 2.1875rem;
  font-size: 1.3622rem;
  font-weight: bold;
  text-decoration: underline;
  color: #f37021;
}

.webinar-lyt .cp-engage-row2 p:last-of-type {
  padding-top: 1rem;
}

.webinar-lyt .cp-engage-row3 {
  border-top: 0.0625rem solid #CCCACA;
  border-bottom: 0.0625rem solid #CCCACA;
}

.webinar-lyt .cp-engage-row3 img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webinar-lyt .cp-engage-row3 .img {
  height: 13.25rem;
  width: 13.3125rem;
  margin: 0;
}

.webinar-lyt .cp-engage-row3 .meet-speaker-section {
  padding: 0 2rem;
}

.webinar-lyt .cp-engage-row3 .dnd-section {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.webinar-lyt.engage-page .content-form-section p {
  color: #182538;
  margin-bottom: 1.5rem;
}

.webinar-lyt .content-form-section {
  padding-top: 5rem;
}

.webinar-lyt .content-form-section form {
  padding-right: 0;
}

.webinar-lyt .content-form-section form .form-columns-2 .hs-form-field:last-child {
  padding-right: 0 !important;
}

.webinar-lyt .content-form-section form .form-columns-3 .hs-form-field:last-child {
  padding-right: 0 !important;
}

.webinar-footer footer.pateint-intake-footer.cp-footer {
  padding-bottom: 1px;
}

.active .resources-categorywith-search .search__dropdown.categories #filter-icon {
  display: none !important;
}
.active #filter-icon-2 {
  display: inline-block !important;
}
.active .resources-categorywith-search .search__dropdown.categories .categories .fa-caret-up:before {
  content: "\f0d8";
  color: #f37021 !important;
}

.active .resources-categorywith-search .dropdown.search__dropdown .dropdown-menu {
  display: block !important;
}

.telehealth-webinar-row3 .speakers-grp .btm-content .row-fluid .item .company_name{
  line-height: 1.375rem;
  font-size: 1.1146rem;
  font-weight: normal;
  margin: 0;
}

.hs-epic-wrapper .col1 {
  padding: 60px 0px 0px 0px;
}

.hs-epic-wrapper .col1 .col1-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hs-epic-wrapper .col1 .col1-inner .left {
  width: 49.665%;
}

.hs-epic-wrapper .col1 .col1-inner .right {
  width: 50%;
}

.hs-epic-wrapper .col1 .page-center {
  max-width: 1200px;
  padding: 0;
}

.hs-epic-wrapper .col1 .page-center .dnd-section > .row-fluid {
  padding: 0;
  max-width: 100%;
}

.hs-epic-wrapper .col1 .col1-inner .left .hs_cos_wrapper_type_rich_text {
  color: #000000;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2em;
}

.hs-epic-wrapper .col1 .col1-inner .left .hs_cos_wrapper_type_rich_text h1 {
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  font-family: freightsans_pro, "helvetica neue", helvetica, arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-family: freightsans_pro, "helvetica neue", helvetica, arial, font-family: sans-serif;
}

.hs-epic-wrapper .col1 .col1-inner .right img.hs-image-widget {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
  width: 100%;
}

.hs-epic-wrapper .col1 .col1-inner .right .right-inner {
  padding: 10px 00px 0px 0px;
}

.hs-epic-wrapper .col1 .col1-inner .left .hs-custom-button {
  padding: 12px 0px 0px 0px;
  width: 46.538%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hs-epic-wrapper .col1 .col1-inner .left .hs-custom-button a.hs-button {
  margin: 0;
  font-size: 20px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
  padding: 12px 24px;
  display: inline-block;
  line-height: 1;
  border: 0;
  letter-spacing: 0;
  text-align: center;
}

.hs-epic-wrapper .col1 .col1-inner .left .bottom-content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hs-epic-wrapper .col1 .col1-inner .left .bottom-content-wrapper .image {
  width: 53.459%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hs-epic-wrapper .col1 .col1-inner .left .bottom-content-wrapper .image > div {
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.hs-epic-wrapper .col1 .col1-inner .left .bottom-content-wrapper .image .hs_cos_wrapper_type_linked_image {
  padding: 0px 140px 0px 0px;
  display: block;
}

.hs-epic-wrapper .col1 .col1-inner .left .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 30px;
}

.hs-epic-wrapper .col1 .col1-inner .left .hs-custom-button a.hs-button:hover {
  transform: scale(1.1);
  text-decoration: none;
}

.hs-epic-wrapper .col2 .dnd-section > .row-fluid > .dnd-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hs-epic-wrapper .col2 .dnd-section > .row-fluid > .dnd-column .dnd-row {
  width: 100%;
}
.hs-epic-wrapper .col2 .section-header h1 {
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
}
.hs-epic-wrapper .col2 .hs_cos_wrapper_type_rich_text > img {
  width: 53.27%;
  padding: 10px;
}
.hs-epic-wrapper .col2 .dnd-module {
  padding: 10px;
}
.hs-epic-wrapper .col2 .widget-type-rich_text {
  background-color: #F0F6F7;
  margin: 0;
  padding: 50px 50px 50px 50px;
  border-radius: 15px 15px 15px 15px;
  font-size: 18px;
}
.hs-epic-wrapper .col2 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1200px;
}
.hs-epic-wrapper .col2 .widget-type-rich_text h4 {
  color: #4D6170;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 13px;
}
.hs-epic-wrapper .col2 .widget-type-rich_text  a {
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
  color: #F37021;
  background-color: #F0F6F7;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 1;
  display: inline-block;
  margin-top: 3px;
  text-decoration: none;
}
.hs-epic-wrapper .col2 .widget-type-rich_text *:last-child {
  margin-bottom: 0;
}
.hs-epic-wrapper {}

.hs-epic-wrapper .col3 {
  padding: 150px 15px 0px;
}

.hs-epic-wrapper .col3 .left {
  width: 56%;
}

.hs-epic-wrapper .col3 .left h1 {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}

.hs-epic-wrapper .col3 .page-center {
  max-width: 1200px;
  padding: 0;
}

.hs-epic-wrapper .col3 .right {
  width: 44%;
}

.hs-epic-wrapper .col3 .right .right-inner {}

.hs-epic-wrapper .col3 .left .left-inner {
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
  margin: 00px 0px 0px 0px;
  padding: 0px 80px 0px 0px;
}

.hs-epic-wrapper .col3 .col3-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hs-epic-wrapper .col3 .dnd-section > .row-fluid {
  padding: 0;
}

.hs-epic-wrapper .col3 a.hs-custom-button {
  font-size: 20px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
  display: inline-block;
  line-height: 1;
  padding: 12px 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: rgb(243, 112, 33);
  font-weight: 600;
}

.hs-epic-wrapper .col3 .left p {
  margin-bottom: 30px;
}

.hs-epic-wrapper .col3 .left p:last-child {
  margin-bottom: 0;
}

.hs-epic-wrapper .col3 .right img.hs-image-widget {
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}

.hs-epic-wrapper .col3 a.hs-custom-button:hover {
  transform: scale(1.1);
  text-decoration: none;
}
.hs-epic-wrapper .client-ratings-group {
  padding: 150px 0px 150px 0px;
}
.hs-epic-wrapper .client-ratings-group .title {
  max-width: 100%;
  padding: 10px 10px 35px 10px;
}
.hs-epic-wrapper .client-ratings-group .title h1 {
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0;
  font-family: freightsans_pro;
}
.hs-epic-wrapper .client-ratings-group .page-center {
  max-width: 1200px;
  padding: 0;
}
.hs-epic-wrapper .client-ratings-group .item .inner {
  border-radius: 0;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 9%);
  padding: 40px 50px 40px 50px;
}
.hs-epic-wrapper .client-ratings-group .page-center .row-fluid {
  margin: 0;
}
.hs-epic-wrapper .client-ratings-group .item .inner h4 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #61AAFF;
  font-family: freightsans_pro;
  vertical-align: top;
}
.hs-epic-wrapper .client-ratings-group .item .inner h4 span {
  padding: 10px 10px 20px;
}
.hs-epic-wrapper .client-ratings-group .item p {
  font-size: 18px;
  font-family: 'FreightSans_Pro';
  line-height: 1.4;
  word-break: break-word;
}
.hs-epic-wrapper .contact-section .row {
  margin-left: -10px;
  margin-right: -10px;
}
.hs-epic-wrapper .contact-section .contact-form h3.form-title:empty {
  margin: 0;
}
.hs-epic-wrapper .contact-section .contact-form {
  padding-left: 10px;
  padding-right: 10px;
}
.hs-epic-wrapper .contact-section form {
  padding-top: 16px;
  overflow: hidden;
}
.hs-epic-wrapper .contact-section form fieldset.form-columns-3 .hs-form-field {
  width: 33%;
}
.hs-epic-wrapper .contact-section form fieldset.form-columns-3 .hs-form-field:last-child {
  width: 34%;
}
.hs-epic-wrapper .contact-section form fieldset.form-columns-3 {
  margin-top: 1px;
}
.hs-epic-wrapper .client-ratings-group .item {
  margin-bottom: 0px;
}
.hs-epic-wrapper .client-ratings-group .hs-content-wrapper {
  padding-left: 150px;
  padding-right: 150px;
}

.webinar-lyt .meet-speaker-section .left {
  padding-top: 3rem;
}

.hs-greenway-one ul li {
  line-height: 1.375rem;
  font-size: 0.8669rem;
  font-weight: bold;
}
.hs-greenway-one ul {
  list-style: none;
  margin: 0 auto;
  padding: 0 33px;
  display: flex;
  justify-content: space-around;
  padding-right: 68px;
}
.hs-greenway-two .cm-content-top-image-wrapper h2 {
  color: #182538;
  line-height: 2.625rem;
  font-size: 1.8576rem;
  text-transform: inherit;
  margin-bottom: 13px;
}
.hs-greenway-two .cm-content-top-image-wrapper {
  padding-top: 20px;
  margin-bottom: 0px !important;
}
.hs-greenway-two .cm-content-top-image-wrapper p.sub-heading  {
  line-height: 1.875rem;
  font-size: 1.1765rem;
}
.hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item {
  width: 42%;
  margin-bottom: 50px;
  padding: 0;
}
.hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  height: 4.125rem;
  width: 3.75rem;
  margin-bottom: 11px;
}
.hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item.col_1 .cm-content-top-image-wrap {
  height: 4.4375rem;
  width: 4.5rem;
}
.hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item.col_3 .cm-content-top-image-wrap {
  height: 4.125rem;
  width: 3.875rem;
  margin-bottom: 7px;
}
.hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item.col_4 .cm-content-top-image-wrap {
  height: 4.125rem;
  width: 4.25rem;
}
.engage-page .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-content h3 {
  color: #182538;
  line-height: 1.6875rem;
  font-size: 1.1765rem;
  margin-bottom: 23px;
}
.engage-page .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-content p {
  line-height: 1.5625rem;
  font-size: 1.1146rem;
  color: #4e6170;
  margin-bottom: 21px;
}
.hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-link a:after {
  content: none;
}
.hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-link a {
  color: #4384f5;
}
.hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-inner {
  max-width: 640px;
  margin: 36px auto;
  flex-wrap: wrap;
}
.engage-page .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item.col_3 .cm-content-top-image-content p, 
.engage-page .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item.col_4 .cm-content-top-image-content p {
  line-height: 1.6875rem;
  font-size: 1.1765rem;
}
.engage-page .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item.col_4 .cm-content-top-image-content h3 {
  margin-bottom: 10px;
}

.engage-page .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item.col_3 .cm-content-top-image-content h3 {
  margin-bottom: 10px;
}
.engage-page .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item.col_4 .cm-content-top-image-content p {
  margin-bottom: 17px;
}
.hs-greenway-two .hs_cos_wrapper_type_rich_text hr {
  margin-top: 13px;
  border-top-color: #A3BAC6;
  width: 94%;
}
.hs-greenway-two .span6 {
  text-align: center;
}
.hs-greenway-two .span6 h1 {
  color: #182538;
  line-height: 1.6875rem;
  font-size: 1.1765rem;
  text-transform: inherit;
}
.hs-greenway-two .span6 p {
  color: #4e6170;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}
.hs-greenway-two .dnd-row[class*="vertical-alignment"] h1 {
  margin-bottom: 22px;
}
.hs-greenway-two .dnd-row[class*="vertical-alignment"] p {
  padding: 0 20px;
}
.hs-greenway-two .dnd-row[class*="vertical-alignment"] .hs-button {
  background: #4384F5;
  color: #FFFFFF;
  font-size: 0.8669rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  width: auto;
  border-radius: 3px;
  height: auto;
  border: 0;
  box-shadow: none;
  line-height: 120%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  margin-top: 30px;
}
.hs-greenway-three {
  border-top: 0.0625rem solid #B8C7CC;
}
.hs-greenway-three h1 {
  text-align: center;
  color: #182538;
  line-height: 2.5625rem;
  font-size: 1.7957rem;
  text-transform: inherit;
}
.hs-greenway-three .hs_cos_wrapper_type_rich_text h3 {
  text-align: center;
  line-height: 1.875rem;
  font-size: 1.1765rem;
  margin-top: 0;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: bold;
}
.hs-greenway-three .hs_cos_wrapper_type_rich_text h3 a {
  text-decoration: underline;
}
.hs-greenway-three .dnd-section[class*="full-width-section"] hr {
  width: 100% !important;
}
.hs-greenway-three .dnd-section[class*="full-width-section"] .dnd-module {
  min-height: 0 !important;
}
.hs-greenway-three .row-fluid [class*="span"] {
  min-height: 0 !important;
}
.hs-greenway-four .span6:first-child .dnd-module[class*="flexbox-positioning"] .hs_cos_wrapper_type_linked_image img {
  max-width: 283px !important;
  margin-top: 23px;
  margin-left: 67px !important;
  margin-right: auto !important;
  image-rendering: -webkit-optimize-contrast;
}
.hs-greenway-four .span6 {
  margin: 0;
  width: 47%;
}
.hs-greenway-one ul li a{
  color: #f37021; 
}
.hs-greenway-four .span6 h3 {
  color: #182538;
  line-height: 2.625rem;
  font-size: 1.8576rem;
  font-weight: bold;
}
.hs-greenway-four .span6 p {
  line-height: 1.8125rem;
  font-size: 1.1146rem;
  color: #37465a;
}
.hs-greenway-four .span6 ul {
  padding-left: 34px;
  color: rgb(243,112,33);
  margin-top: 26px;
}
.hs-greenway-four .span6 p:last-of-type {
  font-weight: bold;
  padding-left: 30px;
}
.hs-greenway-four .span6 ul li p strong {
  color: #182538;
}
.hs-greenway-four .span6 ul li p {
  color: #37465a;
  margin: 0;
}
.hs-greenway-four .span6 ul li {
  margin-bottom: 30px;
}
.hs-greenway-four .span6 ul li p:first-child {
  line-height: 1.5625rem;
  font-size: 1.1146rem;
  margin-bottom: 4px;
}
.hs-greenway-four .span6 ul li p:last-of-type {
  font-weight: normal;
  padding-left: 0;
}
.hs-greenway-four .span6 p a {
  text-decoration: underline;
  color: rgba(243,112,33,1.0);
}
.hs-greenway-four .span6:first-child .hs_cos_wrapper_type_rich_text h3 {
  line-height: 2.875rem;
  font-size: 1.7957rem;
}
.hs-greenway-four .span6:first-child .hs_cos_wrapper_type_rich_text ul {
  padding-left: 25px;
  margin-top: 30px;
}
.hs-greenway-four .span6:first-child .hs_cos_wrapper_type_rich_text ul li p:first-of-type {
  margin-bottom: 10px;
}
.hs-greenway-four .span6:first-child .hs_cos_wrapper_type_rich_text {
  padding-right: 15px;
  display: block;
}
.hs-greenway-four .span6 .dnd-module[class*="flexbox-positioning"] {
  text-align: right;
  display: block !important;
}
.hs-greenway-four .span6 .dnd-module[class*="flexbox-positioning"] .hs_cos_wrapper_type_linked_image img {
  margin-right: 20px !important;
  margin-left: auto;
  max-width: 300px !important;
  margin-top: 27px;
}
.hs-greenway-four .span6:first-child .hs_cos_wrapper_type_rich_text ul li {
  margin-bottom: 14px;
}
.hs-greenway-four .span6:first-child .hs_cos_wrapper_type_rich_text p:last-of-type {
  padding-left: 0;
}
.hs-greenway-five .span7 h3,
.hs-greenway-six .span6 h3 {
  line-height: 2.875rem;
  font-size: 1.7957rem;
  font-weight: bold;
}
.hs-greenway-five .span5 p,
.hs-greenway-six .span6 p{
  line-height: 1.8125rem;
  font-size: 1.1146rem;
}
.hs-greenway-five .span7 .hs_cos_wrapper_type_rich_text ul li p strong ,
.hs-greenway-six .span6 .hs_cos_wrapper_type_rich_text ul li p strong{
  color: #182538;
}
.hs-greenway-five .span7 {
  padding-left: 53px;
}
.hs-greenway-five .span7 p ,
.hs-greenway-six .span6 p{
  line-height: 1.8125rem;
  font-size: 1.1146rem;
  margin-bottom: 15px;
}
.hs-greenway-five .span7 ul li p ,
.hs-greenway-six .span6 ul li p{
  margin-bottom: 6px;
}
.hs-greenway-five .span7 ul,
.hs-greenway-six .span6 ul{
  margin-top: 26px;
  padding-left: 35px;
  font-size: 26px;
  color: rgb(243,112,33);
  padding-right: 40px;
}
.hs-greenway-five .span7 ul li p:last-child,
.hs-greenway-six .span6 ul li p:last-child{
  color: #37465a;
}
.hs-greenway-five .span7 ul li p:first-of-type ,
.hs-greenway-six .span6 ul li p:first-of-type {
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}
.hs-greenway-five .span7 ul li,
.hs-greenway-six .span6 ul li{
  margin-bottom: 25px;
}
.hs-greenway-five .span5 img {
  margin-top: 27px;
  margin-left: 30px;
}
.hs-greenway-five .span7 ul li p:last-child,
.hs-greenway-six .span6 ul li p:last-child{
  font-weight: normal;
}
.hs-greenway-five .span7 p:last-child ,
.hs-greenway-six .span6 p:last-child{
  font-weight: bold;
}
.hs-greenway-five .span7 p a,
.hs-greenway-six .span6 p a{
  text-decoration: underline;
  color: rgba(243,112,33,1.0);
}
.hs-greenway-six .span6 ul {
  padding-left: 27px;
  padding-right: 0px;
}
.hs-greenway-six .span6 h3 {
  line-height: 2.625rem;
  font-size: 1.8576rem;
  margin-bottom: 20px;
}
.hs-greenway-six .span6 p {
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}
.hs-greenway-six .span6 ul li p:last-child {
  line-height: 1.8125rem;
  font-size: 1.1146rem;
}
.hs-greenway-six .span6 img {
  margin-top: 20px;
  margin-left: 23px;
}
.hs-greenway-six .content-form-section {
  border-top: 2px solid rgb(152 160 166);
}
.hs-greenway-seven .client-ratings-group .title h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.hs-greenway-six {
  border-top: 2px solid rgb(152 160 166);
}

.hs-greenway-two .dnd-row[class*="vertical-alignment"] .hs-button:hover{
  text-decoration:none;
}

.row4-content-eng .contact-section {
  padding: 80px 0;
}

.row3-content-eng  .resources-section-card {
  margin-bottom: 63px;
}

.row3-content-eng .resources-section-card {
  width: 84.333333%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 42px 42px 61px;
}

.row3-content-eng .resources-section-card .hero-section-card__title {
  font-size: 32px;
  line-height: 33px;
  color: #172537;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 900;
}

.row3-content-eng .resources-section-card .scrollBtn {
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 600;
}

.row3-content-eng .resources-section-card .hero-section-card__after {
  width: 40%;
}

.row3-content-eng .resources-section-card .hero-section-card__content p {
  color: #51616f!important;
  letter-spacing: -.1px;
  padding-bottom: 0;
  font-weight: 100!important;
  line-height: 28px!important;
  word-break: break-word;
}
.row3-content-eng  {
  padding: 150px 0 4px !important;
}
.hs-eng-plat {
  overflow: hidden;
}
.container-fluid.row2-content-eng .dnd-section {
  padding: 80px 0;
}
.page-center.row3-content-container {
  padding: 0;
}
.row3-content-eng {
  width: 83.33333333%;
  left: 8.33333333%;
  margin: 0 auto;
  overflow: hidden;
  padding: 150px 0 4px !important;
}
.container-fluid.row3-content-eng .dnd-section {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 60px;
  padding: 0;
}
.container-fluid.row3-content-eng .span6 {
  margin-left: 50px;
  padding: 30px 20px 20px 30px;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
.container-fluid.row3-content-eng h2 {
  margin-bottom: 32px;
}
.container-fluid.row3-content-eng p {
  color: #51616f;
  letter-spacing: -.1px;
  font-weight: 100;
  line-height: 28px;
  word-break: break-word;
  padding-bottom: 30px;
  margin-bottom: 8px;
  font-size: 20px;
}
.row3-content-eng .hs-button {
  padding: 5px 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.row3-content-eng .hs-button {
  text-decoration: none;
}
.row3-content-eng .hs-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.row3-content-eng .span6:last-child {
  width: 40%;
  float: right;
  padding: 0;
  margin: 0;
}

.container-fluid.row3-content-eng .dnd-section>.row-fluid {
  padding: 0;
  display: block !important;
}

.d_flex{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


/* Footer */
.footer-case-study .footer__container {
  max-width: 1280px;
}
.footer-case-study .footer-top-case-study {
  margin: 0 0px 48px 0;
}

.footer-case-study .footer-top-col {
  width: 33.33%;
  padding: 0 15px;
}
.footer-copyright-case-study {
  text-align: left;
  line-height: 1.375rem;
  font-size: .9907rem;
  color: #fff;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}
.footer-case-study {
  background: #1B2536;
}
.footer__container {
  margin: 0 auto;
}
.footer-top-case-study .footer-top-col-content {
  border: .125rem solid #fff;
  border-radius: .625rem .625rem .625rem .625rem;
  padding: 25px 10px 48px;
  text-align: center;
  height: 100%;
}
.footer-top-case-study .footer-top-col-content img {
  display: block;
  margin: 0 auto;
  width: 60px;
}
.footer-case-study .footer-top-case-study h3 {
  color: #fff;
  text-align: center;
  line-height: 1.8125rem;
  font-size: 1.1146rem;
  margin: 14px 0 10px 0;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}
.footer-top-case-study .footer-top-col-content a {
  text-align: center;
  line-height: 1.8125rem;
  font-size: 1.1146rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #F37021;
  display: inline-block;
}
.footer-top-case-study .footer-top-col-content a:hover {
  color: #f37021;
  text-decoration: underline;
}
.footer-case-study {
  padding: 50px 0 0;
}
.footer-logo-case-study img {
  max-width: 10.875rem;
  width: 100% !important;
  display: block;
  margin: 0 0 15px -2px;
}
.footer-top-case-study .footer-top-innercol1 img {
  height: 2.6875rem;
  width: 3.75rem;
}
.footer-case-study .footer-top-innerco2 img {
  height: 2.75rem;
  width: 2.0625rem;
}
.footer-case-study .footer-top-innercol3 img {
  height: 2.6875rem;
  width: 2.5625rem;
}
.footer-link-case-study a {
  color: #fff;
  text-align: right;
  line-height: 1.625rem;
  font-size: 0.9907rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}
.footer-link-case-study a:hover {
  color: #fff;
}

.case-study-row1-head .dnd-section {
  padding: 0;
}
.case-study-row1-head .dnd-section>.row-fluid {
  padding: 0;
}
.case-study-row1-head .dnd-section>.row-fluid {
  width: 100%;
  max-width: 100%;
}




/* 2. Telehealth */
/* Header  Telehealth*/
.telehealth-logo img {
  max-width: 191px;
  display: block;
  position: relative;
  left: -5px;
  top: -1px;
}
.telehealth-header-wrapper .page-center {
  max-width: 60rem;
}
.telehealth-header-wrapper {
  min-height: 7.25rem;
  position: relative;
}
.telehealth-header-wrapper .page-center {
  padding: 0;
}

.telehealth-custom-menu .navigation-primary>ul{
  line-height: 1.1875rem; 
}
.telehealth-custom-menu .navigation-primary>ul>li>a {
  line-height: 1.1875rem;
  font-size: 0.9907rem;
  color: #000;
  font-size: 0.9907rem;
  padding: 0 9px 0 16px;
  padding-right: 13px;
  font-weight: 700;
  font-size: 0.9907rem;
}


/* Telehealth page*/
#telehealth_page .dnd-section>.row-fluid {
  max-width: 60rem;
  padding: 0;
}
#telehealth_page .dnd-section {
  padding: 0;
}

#telehealth_page .telehealth-row2 {
  margin-top: 11rem;
}


.telehealth-row3 .widget-type-rich_text h2 {
  line-height: 2.375rem;
  font-size: 1.9814rem;
  margin: 0 0 .7rem;
  color: #000;
}
.telehealth-row3 .cm-content-top-image-wrapper .cm-content-top-image-content p {
  line-height: 1.75rem;
}

.telehealth-row3 .widget-type-rich_text {
  text-align: center;
  max-width: 40.75rem;
  margin: 0 auto 0;
}
.telehealth-row3 .widget-type-rich_text p {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.telehealth-row3 {
  margin-top: 5.5rem;
}
.telehealth-row3 .cm-content-top-image-wrapper h3 {
  color: #000000;
}
.telehealth-row3 .cm-content-top-image-wrapper .cm-content-top-image-item {
  padding: 0 2rem;
}

.telehealth-row3 .cm-content-top-image-wrapper .cm-content-top-image-item.col_3 p {
  line-height: 1.5625rem;
  font-size: 1.1146rem;
  margin: 0;
}
.cm-additional-benefits-wrapper .cm-additional-down-arrow {
  background-image: url('//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/Blue-Arrow-Down.png');
    }

.telehealth-row5 {
  margin: 7.1rem 0 0;
}
.cm-telehelth-work-arrow{
  background-image: url('//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/Blue-Arrow-Right.png');
    }

.telehealth-row6 {
  margin-top: 6.5rem;
}
.telehealth-custom-menu .navigation-primary>ul>li {
  width: auto;
  display: inline-block;
}
.telehealth-custom-menu .navigation-primary>ul>li>a {
  background: transparent !important;
}
.telehealth-row8 .content-form-section {
  padding: 4.0625rem 0 0;
}
.telehealth-row8 .content-form-section h1 {
  line-height: 2.375rem;
  font-size: 1.9814rem;
  margin: 0;
}
.telehealth-row8 .content-form-section .span6.left ul{
  padding-left: 25px;
  margin: 1rem 0;
}
.telehealth-row8 .content-form-section ul {
  padding-left: 25px;
  padding-top: 0;
}
.telehealth-row8 .content-form-section ul li {
  color: #000;
  line-height: 2.5rem;
  font-size: 1.2384rem;
  padding: 0;
}
.telehealth-row8 .content-form-section p {
  color: #000000;
}
.telehealth-row8 .content-form-section .actions{
  text-align: center;
}
.telehealth-row8 .content-form-section .actions .hs-button {
  font-weight: 700;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif !important;
  border-radius: 3px;
  letter-spacing: 0.3px;
  font-size: 13px;
  padding: 12px 15px;
  line-height: normal;
  margin: 0;
}
.telehealth-row7 .cm-customer-outcoms-wrapper {
  max-width: 100%;
}
.telehealth-row7 .cm-customer-outcoms-wrapper .cm-customer-outcoms-inner {
  max-width: 100%;
  justify-content: space-evenly;
  margin: 2.8rem auto 0;
}
.telehealth-row7 .cm-customer-outcoms-wrapper .cm-customer-outcoms-img-wrap {
  width: 100%;
}
.telehealth-row7 .cm-customer-outcoms-wrapper .cm-customer-outcoms-item {
  max-width: 19.0625rem;
  width: 100%;
}
.telehealth-row7 .cm-customer-outcoms-wrapper h1 {
  line-height: 2.4375rem;
  font-size: 1.7337rem;
  margin: 0;
}
.telehealth-row7 .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap p {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: normal;
}
.telehealth-row7  .cm-customer-outcoms-wrapper h6 {
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  line-height: 1.75rem;
  font-size: 1.2384rem;
  color: #4d6170;
  font-weight: bold;
  margin: 0;
}
.telehealth-row7 {
  margin: 1.9rem 0 5rem
}
.telehealth-row7 .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap h5 {
  margin: 0;
}
.telehealth-row7 .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap h5 a {
  line-height: 1.375rem;
  font-size: 0.9907rem;
}
.telehealth-row7 .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap h5 a:after {
  content: "";
  height: 2.6875rem;
  width: 2.5625rem;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  background-image: url('//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/arrow-right-lg-.png');
    }
.telehealth-row7 .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap h5 a:hover {
  color: rgba(243,112,33,1.0);
}
.telehealth-row8 .content-form-section .span5.left {
  max-width: 25rem;
  width: 100%;
  margin: 0;
}

.telehealth-row8 .content-form-section .span7.left {
  margin: 0;
}

.telehealth-row8 .content-form-section .span7.right {
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  float: none;
}
.telehealth-row8 .content-form-section .row-fluid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.telehealth-row8 .content-form-section .row-fluid:before {
  display: none;
}

/* Telehealth: Patient User Guide */
#telehealth_patient_page .dnd-section {
  padding: 0;
}
#telehealth_patient_page .dnd-section>.row-fluid {
  max-width: 1200px;
  padding: 0;
}
#telehealth_patient_page .telehealth-patient-row1 .dnd-section {
  padding: 30px calc(15px * 2);
}
.telehealth-patient-row1 .widget-type-linked_image {
  width: 100%;
}
.telehealth-patient-row1 .widget-type-linked_image img {
  width: 308px !important;
}
.telehealth-patient-row2 .widget-type-rich_text h1 {
  font-size: 36px;
  margin: 0;
  padding-bottom: calc(18px * 1.45/2);
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
}
#telehealth_patient_page .telehealth-patient-row2 .dnd-section>.row-fluid {
  padding: 52px 0 0;
}

#telehealth_patient_page .telehealth-patient-row3 .dnd-section>.row-fluid {
  padding: calc(15px * 2);
  margin-bottom: calc(18px * 1.45 * 1.54);
  background: #fff;
  border-radius: 0;
  box-shadow: 0 1px 3px rgb(55 60 80 / 5%);
}
.cm-telehealth-patient-header-wrapper {
  padding-right: calc(15px * 2);
  padding-left: calc(15px * 2);
}
.telehealth-patient-row2 .widget-type-rich_text {
  margin-bottom: calc(15px * 2);
}
.telehealth-patient-row3 .widget-type-rich_text p {
  margin: 0 0 calc(18px * 1.45);
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size: 15px;
  text-transform: none;
}
.telehealth-patient-row3 .widget-type-rich_text h2 {
  margin: 0 0 calc(18px * 1.45);
  font-size: calc(18px * 2);
  text-transform: none;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
.telehealth-patient-row3 .widget-type-rich_text p {
  font-family: FreightSans_Pro!important;
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 calc(18px * 1.45);
  font-weight: 400;
}
.telehealth-patient-row3 .widget-type-rich_text ul {
  margin: 0;
  margin: calc(18px * 1.45) 0;
  padding: 0 0 0 40px;
  font-size: 16px;
  color: #000;
}
.telehealth-patient-row3 .widget-type-rich_text ul li a {
  font-family: FreightSans_Pro !important;
  font-size: 18px;
  line-height: 1.45;
  display: inline-block;
}
.telehealth-patient-row3 .widget-type-rich_text h3 {
  line-height: 1.2;
  font-size: calc(18px * 1.45);
  margin: 0 0 calc(18px * 1.45);
  color: #000;
}
.telehealth-patient-row3 .widget-type-rich_text h3 a,
.telehealth-patient-row3 .widget-type-rich_text h3 a:hover {
  color: red;
  font-family: FreightSans_Pro!important;
  text-decoration: underline;
}
.telehealth-patient-row3 .widget-type-rich_text h3 a strong {
  font-weight: 900;
}
.telehealth-patient-row3 .widget-type-rich_text h3 a strong {
  font-weight: 900;
}

.telehealth-patient-row3 .widget-type-rich_text h2 strong {
  font-weight: 900;
}
.telehealth-patient-row3 .widget-type-rich_text h3 strong {
  font-weight: bolder;
}
.cm-telehealth-patient-wrapper {
  padding: calc(15px * 4) 0;
  margin-top: calc(15px * 1.33);
  background: linear-gradient(to bottom,rgba(240,246,247,1),rgba(240,246,247,1),rgba(240,246,247,1));
  margin: 0;
  padding-right: calc(15px * 2);
  padding-left: calc(15px * 2);
}
#telehealth_patient_page {
  background: #f0f6f7;
  padding-right: calc(15px * 2);
  padding-left: calc(15px * 2);
}
.cm-telehealth-patient-wrapper .page-center {
  max-width: 1200px;
  padding: 0;
}
.cm-telehealth-patient-logo img {
  margin-bottom: calc(18px * 1.45);
  display: block;
  max-width: 308px;
}
.cm-telehealth-patient-copyright {
  font-size: calc(18px - 4px);
  color: #000;
  font-family: 'FreightSans_Pro';
}
.cm-telehealth-patient-copyright a {
  color: #4d6170;
  text-decoration: none;
}
.cm-telehealth-patientheader-logo {
  padding: 30px 0;
}
.cm-telehealth-patient-header-wrapper .page-center {
  max-width: 1200px;
  padding: 0;
}
.cm-telehealth-patientheader-logo img {
  max-width: 308px;
  width: 100% !important;
}
.telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-left-col {
  max-width: 28.875rem;
  top: 8.6rem;
}
.telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-button {
  margin: 1.3rem 0 0;
}
.telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-button .hs-button {
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  height: 3.125rem;
  width: 15.625rem;
  border-radius: 0;
  font-size: 1.0526rem;
  box-shadow: 0 1px 3px rgb(1 1 1 / 50%);
}
.telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-item {
  top: 5rem;
}
.telehealth-learn-more-page-row2 .cm-patient-access-wrapper {
  min-height: 49rem;
}
.cm-patient-access-wrapper .cm-patient-access-left-col p:not(:last-child) {
  margin-top: 1rem;
}
.telehealth-learn-more-page-row3 .widget-type-rich_text {
  text-align: center;
}
.telehealth-learn-more-page-row3 .cm-content-top-image-wrapper h2 {
  max-width: 40.625rem;
  margin: 0 auto 1.3rem;
}
.telehealth-learn-more-page-row3 .cm-content-top-image-wrapper p {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  max-width: 41.5625rem;
  margin: 0 auto;
}
.telehealth-learn-more-page-row3 .cm-content-top-image-wrapper h3 {
  color: #000000;
}
.telehealth-learn-more-page-row3 .cm-content-top-image-wrapper p.sub-heading {
  line-height: 1.75rem;
  font-size: 1.2384rem;
}
.telehealth-learn-more-page-row3 .cm-content-top-image-wrapper .cm-content-top-image-inner {
  margin-top: 6.5rem;
}
#telehealth_learnmore_page .telehealth-learn-more-page-row3 .dnd-section>.row-fluid {
  max-width: 81rem;
  padding: 0;
}
#telehealth_learnmore_page .dnd-section {
  padding: 0;
}
.telehealth-learn-more-page-row3 {
  margin-top: 3rem;
}
.telehealth-learn-more-page-row4 {
  margin-top: 5.1rem;
}
.telehealth-learn-more-page-row5 .cm-telehelth-work-wrapper h3 {
  text-align: center;
  line-height: 2.8125rem;
  font-size: 1.9814rem;
  margin: 0 0 .5rem 0;
}
.telehealth-learn-more-page-row5 {
  margin: 7rem 0 0 0;
}
#telehealth_learnmore_page .telehealth-learn-more-page-row5 .dnd-section>.row-fluid {
  max-width: 89rem;
}
.telehealth-learn-more-page-row6 {
  margin-top: 16.2rem;
  margin-bottom: 4rem;
}
#telehealth_learnmore_page .telehealth-learn-more-page-row6 .dnd-section>.row-fluid {
  max-width: 71.875rem;
}
.telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-left p {
  text-align: left;
  line-height: 1.6875rem;
  font-size: 1.1765rem;
  margin-bottom: 2.6rem;
}
.telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper h2 {
  margin: 0 0 2.3rem;
}
.telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-left {
  padding: 0;
  max-width: 27.2625rem;
}
.telehealth-learn-more-page-row6  .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-right {
  max-width: 29rem;
  padding-left: 0;
}
.telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-inner {
  justify-content: space-between;
}
.telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-right {
  padding-top: 3rem;
}
.telehealth-row1 .cm-patient-access-wrapper .cm-patient-access-left-col p {
  padding: 0;
  margin-top: 0.6rem;
}

/* Telehealth Webinar */
#telehealth_webinar_page .dnd-section>.row-fluid {
  max-width: 60rem;
  padding: 0
}
#telehealth_webinar_page .dnd-section {
  padding: 0;
}
#telehealth_webinar_page .custom-page-header .cm-page-logo img {
  margin-top: -3.8rem;
  margin-bottom: 15px;
  max-width: 216px;
}
#telehealth_webinar_page .custom-page-header .cm-page-menu-links {
  padding-top: 1.9rem;
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col {
  top: 0;
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col h2 {
  color: #000;
  position: relative;
  left: -0.25rem;
  line-height: 2.375rem;
  font-size: 1.9814rem;
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col {
  max-width: 30.625rem;
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col p,
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col ul li {
  line-height: 1.5625rem;
  font-size: 1.1146rem;
  color: #000000;
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col p {
  margin: .4rem 0 1.2rem 0;
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col ul {
  margin: .625rem 0;
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col ul li {
  line-height: 1.8125rem;
  font-size: 1.1146rem;
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col h1 {
  line-height: 1.8125rem;
  font-size: 1.1146rem;
  color: #000000;
  text-transform: none;
  font-weight: normal;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  margin: 1.7rem 0 0 0;
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-button .hs-button {
  font-size: .9288rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  height: 2.5rem;
  max-width: 20.25rem;
  border-radius: 0;
  line-height: normal;
  width: 100%;
  box-shadow: 0 1px 3px rgb(1 1 1 / 50%);
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-right-col {
  max-width: 28.75rem;
  width: 100%;
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-right-col {
  left: 2rem;
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-right-col-inner {
  min-height: 28.75rem;
}
.telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-button {
  margin: 1.4rem 0 0 0;
}
.telehealth-webinar-row3 .speakers-grp .title h3 {
  color: #000000;
  line-height: 2.375rem;
  font-size: 1.9814rem;
  margin-bottom: 2.9rem;
}
.telehealth-webinar-row3 .speakers-grp .btm-content .row-fluid .item img {
  border-radius: 50%;
}
.telehealth-webinar-row3 .speakers-grp .btm-content .row-fluid .item {
  width: 20rem;
  text-align: center;
}
.telehealth-webinar-row3  .speakers-grp .btm-content .row-fluid .item img {
  width: 13.2125rem;
  margin-bottom: 1rem;
}
.telehealth-webinar-row3  .speakers-grp .btm-content .row-fluid .item:not(:first-child) {
  margin-left: 3.175rem;
}
.telehealth-webinar-row3 .speakers-grp .btm-content .row-fluid {
  margin-left: 1.6rem;
}
.telehealth-webinar-row3 {
  margin-top: 6.3rem;
  padding-bottom: 1.3rem;
}
.telehealth-webinar-row3 .speakers-grp .btm-content .row-fluid .item h4 {
  line-height: 1.375rem;
  font-size: 1.1146rem;
  color: #000;
}
.telehealth-webinar-row3 .speakers-grp .btm-content .row-fluid .item p {
  color: #000;
  font-weight: 700;
  margin: .3rem 0 0 0;
  line-height: 1.375rem;
  font-size: 1.1146rem;
}
.telehealth-webinar-row4 .page-center {
  max-width: 60rem;
  padding: 0;
}
.telehealth-webinar-row4 .content-form-section h1 {
  margin: 3.5rem 0 2.1rem 0;
  line-height: 2rem;
  font-size: 1.9814rem;
  padding: 0;
}
.telehealth-webinar-row4 .content-form-section p {
  color: #000;
  line-height: 2rem;
  font-size: 1.2384rem;
}
.telehealth-webinar-row4 .content-form-section p {
  margin: 0 0 0rem 0;
}
.telehealth-webinar-row4 .content-form-section form {
  padding: 2.3rem 0 0 4.8rem;
}
.telehealth-webinar-row4 .content-form-section form .hs-form-field,
.telehealth-webinar-row4 .content-form-section form .form-columns-2 .hs-form-field {
  margin-bottom: 10px !important;
}
.telehealth-webinar-row4 .content-form-section ul.inputs-list {
  padding: 0;
}
.telehealth-webinar-row4 .content-form-section input.hs-button.primary.large {
  margin: 0.7rem 0 0;
}
.telehealth-webinar-row4 .content-form-section {
  padding-bottom: 13rem;
}
.footer-telehealth-webinar .footer__container {
  max-width: 60rem;
}
footer.footer-telehealth-webinar {
  background: #1b2536;
  min-height: 10.625rem;
}
.footer-logo-telehealth-webinar img {
  max-width: 196px;
  min-height: 3.0625rem;
}
.footer-copyright-telehealth-webinar {
  text-align: left;
  line-height: 1.125rem;
  font-size: 0.805rem;
  color: #fff;
}
.footer-logo-telehealth-webinar {
  margin: 0 0 1rem;
}
.footer-bottom-telehealth-webinar {
  position: relative;
}
.footer-link-telehealth-webinar a {
  line-height: 1.625rem;
  font-size: 0.9907rem;
  color: #fff;
}
.footer-link-telehealth-webinar {
  margin: 0.9rem 0 0 0;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  line-height: 1.625rem;
  font-size: 0.9907rem;
  font-weight: normal;
  color: #ffffff;
}

.footer-bottom--right-telehealth-webinar {
  padding-top: 2.9375rem;
  padding-right: 0.6rem;
}
.footer-bottom--left-telehealth-webinar {
  padding-top: 2.4375rem;
}
.footer-link-telehealth-webinar {
  margin: 0.9rem 0 0 0;
  position: relative;
  bottom: -3px;
}
.footer-bottom--right-telehealth-webinar {
  padding-right: 0.5rem;
}

.footer-link-telehealth-webinar a:hover {
  color: #fff;
  text-decoration: underline;
}
#health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-button .hs-button:hover {
  text-decoration: none;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  transform: scale(1.1);
}


/* osis */
.osis-row1:before {
  content: "";
  opacity: 0.27;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#osis_page .dnd-section>.row-fluid {
  max-width: 60rem;
  padding: 0;
}
#osis_page .dnd-section {
  padding: 0;
}
#osis_page .custom-page-header .cm-page-menu-links {
  padding: 0;
}
#osis_page .custom-page-header {
  min-height: 3.625rem;
}
#osis_page .custom-page-header .page-center {
  padding: 00;
}
#osis_page .custom-page-header .cm-page-menu-links {
  padding: 0;
  position: relative;
  top: 1.25rem;
  left: 2.5625rem;
}
#osis_page .custom-page-header .cm-page-menu-links .hs-menu-item a {
  line-height: 1.375rem;
  font-size: 0.8669rem;
}
#osis_page .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li {
  padding-right: 3.2rem;
}
.osis-row1 .osis_row1_content-row-0-background-image {
  background-repeat: repeat !important;
  background-position: unset !important;
}
.osis-row3 {
  padding: 2.0625rem 0 0;
}

.osis-row1 {
  position: relative;
}

#osis_page .cm-content-top-image-wrapper h2 {
  text-align: center;
  line-height: 2.5625rem;
  font-size: 1.7957rem;
  text-transform: none;
  margin: 0 0 .7rem 0;
  color: #182538;
}
#osis_page .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  height: 2.9375rem;
  width: 3rem;
}
#osis_page .cm-content-top-image-wrapper h3 {
  line-height: 1.5rem;
  font-size: 1.0526rem;
  color: #182538;
}
#osis_page .cm-content-top-image-wrapper .cm-content-top-image-content p {
  text-align: center;
  line-height: 1.625rem;
  font-size: .9907rem;
  color: #37465a;
  margin: 0;
  padding: 0 15px;
}
#osis_page .cm-content-top-image-wrapper h3 {
  margin: 0 0 1.5rem 0;
}
#osis_page .cm-content-top-image-wrapper p.sub-heading {
  margin: 0;
}
#osis_page .cm-content-top-image-wrapper .cm-content-top-image-inner {
  margin-top: 2.5rem;
}
#osis_page .cm-content-top-image-wrapper .cm-content-top-image-item.col_2 .cm-content-top-image-wrap {
  height: 2.5rem;
  width: 2.625rem;
}
#osis_page .cm-content-top-image-wrapper .cm-content-top-image-item.col_3 .cm-content-top-image-wrap {
  height: 2.5rem;
  width: 2.5625rem;
}
#osis_page .osis-row3 .dnd-section>.row-fluid {
  max-width: 63rem;
}
.osis-row6 .custom-patient-engage-section .item h4 {
  margin-bottom: 0.2rem;
}
.osis-row4 .widget-type-rich_text {
  margin: 1.2rem 0 0 0;
}
.osis-row4 .widget-type-rich_text p {
  margin: 0;
  text-align: center;
  line-height: 1.8125rem;
  font-size: 1.1146rem;
}
.osis-row4 .widget-type-rich_text p a {
  color: #3485ff;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.8125rem;
  font-size: 1.1146rem;
}
.osis-row5 {
  margin: 3rem 0 0;
}
.osis-row5 .dnd-section>.row-fluid {
  min-height: 8.0625rem;
  justify-content: center;
}
.osis-row5 .dnd-section>.row-fluid .span6 {
  margin: 0;
  width: auto
}
.osis-row5 .dnd-section>.row-fluid .widget-type-rich_text p {
  line-height: 2.125rem;
  font-size: 1.4861rem;
  margin: 0;
  color: #fff;
}
.osis-row5 .widget-type-linked_image {
  margin-right: 2rem;
}
.osis-row6 .custom-patient-engage-section .item .inner {
  background: #fff;
}
.osis-row6 .custom-patient-engage-section .button .btn {
  background: #f37021;
  color: #fff;
  font-size: .9907rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  width: 13.625rem;
  border-radius: 5px;
  box-shadow: none;
  height: 3rem;
  line-height: 3rem;
}

#osis_page .osis-row7 .dnd-section>.row-fluid {
  padding: 2.4375rem 0 0;
  min-height: 51.375rem;
}

.osis-row7 .widget-type-rich_text  h1 {
  text-align: center;
  line-height: 2.5625rem;
  font-size: 1.7957rem;
  text-transform: none;
  margin: 0 0 0.7rem 0;
}

.osis-row7 .widget-type-rich_text {
  text-align: center;
}

.osis-row7 .widget-type-rich_text p {
  line-height: 1.5rem;
  font-size: 1.0526rem;
}
.osis-row7 form fieldset {
  max-width: 100%;
}

.osis-row7 form {
  max-width: 54.875rem;
  margin: 29px auto 0;
  padding: 0px 8px 0px 16px;
}
.osis-row7 form .hs-form-field>label {
  line-height: 1.2em;
  padding-top: 0.3em;
  font-weight: 500;
  color: #182538;
  font-size: 16px;
  display: block;
  margin: 0;
  padding-bottom: 8px;
}
.osis-row7 .hs-form .hs-input {
  padding: 14px 15px !important;
  min-height: 40px;
  line-height: 1.2em !important;
  box-shadow: none !important;
  border-radius: 3px;
  border: none;
  font-size: 1em;
  font: 400 13.3333px Arial
}
.osis-row7 form .hs-form-field {
  margin-bottom: 24px;
}
.osis-row7 form fieldset.form-columns-2 .hs-form-field {
  padding-right: 16px;
}
.osis-row7 .hs-form .input {
  width: 100%;
}
.osis-row7 form fieldset.form-columns-3 .hs-form-field {
  padding-right: 16px;
  width: 33.33%;
}
.osis-row7 form .hs_what_are_you_interested_in_.hs-what_are_you_interested_in_.hs-fieldtype-textarea.field.hs-form-field {
  margin-top: 20px;
  margin-bottom: 0;
}
.osis-row7 .hs-form textarea {
  min-height: 80px !important;
}
.osis-row7 .hs-form .inputs-list li label {
  font-size: 16px;
}
.osis-row7 .hs-form .inputs-list li label input {
  margin: 0;
  margin-right: 15px;
  margin-left: 5px;
}

.osis-row7 .hs-form .hs-button {
  padding: 12px 15px;
  letter-spacing: .3px;
  font-size: 13px;
  min-width: 60px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif !important;
  border-radius: 3px;
  text-transform: uppercase;
  box-shadow: none;
  margin: 13px 0;
  font-weight: 600;
  border: none;
  line-height: normal;
}
.osis-row7 .hs-form .actions {
  text-align: center;
}
.osis-row8 .user-testimonial-section .user-testimonial-inner {
  border: 0;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  background: rgb(37,149,165);
  opacity: 1;
  color: #fff;
  min-height: 23.8125rem;
}
.osis-row8 .user-testimonial-section h3.user-name {
  color: #fff;
}
.osis-row8 .user-testimonial-section .user-content p {
  color: #fff;
}
.osis-row8  .user-testimonial-section .user-testimonial-inner{
  left: 0;
}
.osis-row8 .user-testimonial-section .user-content p {
  padding-bottom: 0;
}
.osis-row8 .user-testimonial-section .user-image {
  top: -3.5rem;
}
.osis-row8  .user-testimonial-section h3.user-name {
  padding-top: 60px;
}
.osis-row8  .user-testimonial-section .user-content {
  padding-top: 20px;
}
.osis-row8 .user-testimonial-section .heading {
  color: #182538;
}
.osis-row8 .user-testimonial-section .user-testimonial-inner {
  margin-top: 72px;
}
.osis-row8 .user-testimonial-section {
  min-height: 37.3125rem;
}
.osis-row6.custom-patient-engage-section .button {
  padding-top: 0rem;
}
.osis-row6 .custom-patient-engage-section {
  padding: 2.4rem 0 3rem;
}
.osis-row6 .custom-patient-engage-section .item {
  margin-bottom: 34px;
  min-height: 19.875rem;
  padding: 0 1rem;
}
.osis-row6 .custom-patient-engage-section .button {
  padding-top: 0;
}
.osis-row1 .custom-page-header {
  min-height: 3.625rem;
}
.telehealth-learn-more-page-row3 .cm-content-top-image-wrapper .cm-content-top-image-content {
  padding: 0;
}
.telehealth-learn-more-page-row3 .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  height: 6.875rem;
  width: 6.8125rem;
}
.telehealth-learn-more-page-row3 .cm-content-top-image-wrapper .cm-content-top-image-content p {
  line-height: 1.75rem;
  font-size: 1.2384rem;
}
.telehealth-row3 .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  height:auto;
  width: 6.75rem;
}
.telehealth-row3 .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
  height: auto;
}
.telehealth-row8 .content-form-section form {
  padding-left: 52px;
  padding-top: 4px;
}
.telehealth-row8 .content-form-section form .form-columns-2 .hs-form-field {
  margin-bottom: 10px !important;
}
.telehealth-row8 .content-form-section form .hs-form-field {
  margin-bottom: 10px !important;
}
.telehealth-row8 .content-form-section .hs_what_are_you_interested_in_ {
  padding: 0;
}
.telehealth-row8 .content-form-section input.hs-button.primary.large {
  margin: 0.7rem 0 0;
  font-weight: 700;
}
.telehealth-row8 .content-form-section form {
  padding: 0px 8px 0px 16px;
}
.cm-telehelth-footer .footer-copyright-case-study {
  line-height: 1.125rem;
  font-size: 0.805rem;
}
.cm-telehelth-footer .footer-logo-case-study img {
  margin: 0 0 1.4rem -2px;
}
.cm-telehelth-footer .footer-case-study {
  padding: 2.2875rem 0 0;
}
.telehealth-learn-more-page-row4 .cm-additional-benefits-wrapper .cm-additional-benefits-item-inner {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-telehealth-learnmore-wrapper footer.footer-telehealth-webinar {
  min-height: 10.25rem;
}
.cm-osis-footer footer.footer-telehealth-webinar {
  min-height: 10rem;
}
.cm-osis-footer .footer-logo-telehealth-webinar img {
  max-width: 11.9375rem;
  min-height: auto;
}

#case_study_page {
  padding: 163px 0 0 0;
}

#case_study_page .dnd-section>.row-fluid {
  max-width: 67.5rem;
  padding: 0;
}
#case_study_page .dnd-section {
  padding: 00;
}
.widget-type-rich_text{


}

.widget-type-rich_text p{

}

.cm-content-Wleft-icon-wrapper .cm-content-Wleft-content {
  width: 50.75rem;
}

.case-study-row2 .widget-type-rich_text p {
  text-align: center;
  line-height: 1.75rem;
  font-size: 1.2384rem;
  font-weight: bold;
  padding-left: 5px;
}

.case-study-row2 p a:hover {
  text-decoration: underline;
}

.case-study-row2 .widget-type-rich_text p a {
  color: #f37021;
}

.case-study-row2 p a:after {
  content: "";
  background-image: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/right-arrow-icon.png);
  height: 2.5rem;
  width: 3.25rem;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  position: relative;
  top: -3px;
  left: 2px;
}
.cm-client-testimonial-wrapper {
  background: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/DurhamQuote.png) 0 -0.0625rem / 69.875rem 28.0625rem;
}
.cm-client-testimonial-quote{
  background: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/quote.png) 0 0 / 5.8125rem 4.0625rem;
}

#case_study_page  .case-study-row2 .dnd-section>.row-fluid{
  max-width: 69.75rem;
}
.case-study-row3 {
  padding: 77px 0 0;
}
.case-study-row3 .row-fluid-wrapper:not(:last-child) {
  margin-bottom: 60px;
}
.row-fluid-wrapper:not(:last-child) .cm-content-Wleft-icon-wrapper:after {
  background-image: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/Polygon.png);
  content: "";
  display: block;
  height: 2.0625rem;
  width: 4.4375rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.case-study-row4 {
  margin-top: 91px;
}
.case-study-row5 {
  padding: 81px 0 109px;
}
#case_study_page .case-study-row5 .dnd-section>.row-fluid {
  max-width: 73.5rem;
}
.row-fluid-wrapper:not(:last-child) .cm-content-top-image-wrapper {
  margin-bottom: 94px;
}
.cm-content-top-image-wrapper .cm-content-top-image-link a:after {
  background-image: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/arrow.png);
}
.case-study-row6 .cm-customer-outcoms-wrapper {
  max-width: 66.9375rem;
  margin: 90px 0 0;
}
.case-study-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-inner {
  max-width: 100%;
  justify-content: space-evenly;
}
#case_study_page .row-fluid-wrapper .cm-schdule-demo-wrapper {
  margin-bottom: 71px;
}
.case-study-row7 {
  padding: 81px 0 24px;
}
.case-study-row7 .widget-type-rich_text p {
  line-height: 1.375rem;
  font-size: 0.9907rem;
  margin: 0;
  color: #98A0A6;
}
.case-study-row7 .widget-type-rich_text p a {
  color: #98a0a6;
}
.case-study-row6 .widget-type-rich_text h1 {
  text-align: center;
  line-height: 2.375rem;
  font-size: 1.9814rem;
  margin: 0 0 10px 0;
  text-transform: unset;
}
.case-study-row6 .widget-type-rich_text p {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  text-align: center;
  color: #000000;
  max-width: 34.8125rem;
  margin: 0 auto;
}
.case-study-row6 .widget-type-rich_text {
  margin: 0 0 45px 0;
}
#case_study_page .case-study-row6 .dnd-section>.row-fluid,
#case_study_page .case-study-row7 .dnd-section>.row-fluid {
  max-width: 66.9375rem;
}
#case_study_page .case-study-row8 .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0;
}
.case-study-banner-wrap .banner-case-study-wrapper .page-center {
  max-width: 60rem;
}
.case-study-banner-wrap .banner-case-study-wrapper {
  padding: 0;
}
/* 3. health-case-study */
.health_case_study_header  header.header {
  min-height: 100px;
}
.health-case-study-banner .banner-case-study-wrapper .banner-case-study-column h1 {
  color: #000;
  font-family: 'FreightSans_Pro';
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 20px;
}
.health-case-study-banner .banner-case-study-wrapper .banner-case-study-column .banner-case-study-imgwrap {
  margin: 4px 0 -45px auto;
}

.health-case-study-banner .banner-case-study-wrapper .banner-case-study-column h5 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 34px;
}

.health-case-study-banner .banner-case-study-wrapper .banner-case-study-column p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-family: 'FreightSans_Pro';
  color: #4d6170;
}

.health-case-study-banner .banner-case-study-column.banner-case-study-content {
  width: 56.083%;
}

.health-case-study-banner .banner-case-study-wrapper .banner-case-study-image {
  width: 43.917%;
}

.health-case-study-banner .banner-case-study-content-inner {
  padding: 0 75px 0 0;
}

.health-case-study-banner .banner-case-study-wrapper .page-center {
  max-width: 1200px;
}
.health-case-study-banner .banner-case-study-wrapper .banner-case-study-column .banner-case-study-imgwrap {
  max-width: 100%;
}
.health-case-study-banner .banner-case-study-wrapper .banner-case-study-column img {
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  margin-top: 0;
}


#health_case_study_page .dnd-section>.row-fluid {
  max-width: 1200px;
}
.health-case-study-row1 .dnd-section {
  padding: 0;
}
.health-case-study-row1 {
  padding: 100px 0 0;
}

#health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-icon-inner {
  max-width: 100%;
  min-height: auto;
  justify-content: left;
}
#health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-icon {
  padding: 10px 0 15px 20px;
}
#health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-icon {
  padding: 10px 0 30px 20px;
  width: 18.628%;
  height: auto;
  text-align: center;
}
#health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-icon img {
  width: 150px;
  margin: 0 auto;
}
#health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content h4 {
  color: #4d6170;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}
#health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content p {
  color: #4d6170;
  margin: 10px 0;
  line-height: 1.4;
  font-family: 'FreightSans_Pro';
  padding-right: 0;
  font-size: 20px;
  font-weight: 300;
}
#health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content {
  width: 81%;
  padding: 10px;
}
.health-case-study-row2 .dnd-section {
  padding: 60px 15px 0;
}
#health_case_study_page .cm-client-testimonial-wrapper {
  margin: 0;
}
#health_case_study_page .health-case-study-row2 .dnd-section>.row-fluid {
  padding: 0;
}
#health_case_study_page .cm-client-testimonial-wrapper {
  background-size: cover;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin: 12px;
  padding: 80px 100px 60px;
  background: none;
}
#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-inner {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#health_case_study_page .health-case-study-row2 .dnd-section>.row-fluid {
  padding: 0;
}
#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-content p {
  color: #000;
  font-size: 20px;
  font-style: italic;
  line-height: 2em;
}
#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-quote {
  top: -10px;
  left: -20px;
}
#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-logo {
  top: 0;
}

#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-name-designation {
  min-height: auto;
}

#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-name-designation {
  min-height: auto;
  max-width: 80.049%;
  padding: 10px;
  left: 0;
  top: 0;
}

#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-logo {
  height: auto;
}
#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-image {
  height: auto;
  width: 15.774%;
  padding: 10px;
}
#health_case_study_page  .cm-client-testimonial-wrapper .cm-client-testimonial-image img {
  width: 100%;
  border-radius: 180px 180px 180px 180px;
}
#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-info {
  padding: 0;
}
#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-logo {
  padding: 15px 20px 0 0;
  max-width: 100%;
}
#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-right {
  width: 31.841%;
}
#health_case_study_page .cm-client-testimonial-left {
  width: 68%;
  align-items: center
}
#health_case_study_page .cm-client-testimonial-wrapper  .cm-client-testimonial-content {
  padding: 10px;
}
#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-name {
  color: #000;
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1.4;
}
#health_case_study_page  .cm-client-testimonial-wrapper .cm-client-testimonial-post {
  color: #4d6170;
}
#health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-post {
  font-weight: 600;
  font-family: 'FreightSans_Pro';
}
.health-case-study-row3 .dnd-section {
  padding: 0 0;
}
.health-case-study-row3 .widget-type-rich_text h2 {
  color: #f37021;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 20px;
}
.health-case-study-row3 .widget-type-rich_text h2 a {
  display: inline-block;
  color: #f37021;
  text-decoration: none;
  padding: 10px 10px 6px 10px;
}
.health-case-study-row3 .widget-type-rich_text h2 a img {
  display: inline-block;
  margin-left: 35px;
  max-width: 35px;
}

#health_case_study_page .cm-content-Wleft-icon-wrapper {
  margin-top: 50px;
}
#health_case_study_page .health-case-study-row3 .dnd-section>.row-fluid {
  padding: 0;
}

#health_case_study_page .health-case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content p {
  font-size: 18px;
}
#health_case_study_page .health-case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content h4 {
  color: #4d6170;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}
#health_case_study_page .health-case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content h4 strong,
#health_case_study_page .health-case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content h4 b {
  font-weight: bold;
}
#health_case_study_page left {
  height: 25px;
  width: 64px;
}
#health_case_study_page .cm-content-Wleft-icon-wrapper {
  margin-top: 50px;
}
#health_case_study_page .row-fluid-wrapper:not(:last-child) .cm-content-Wleft-icon-wrapper {
  margin-bottom: 25px;
}
#health_case_study_page .health-case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content p strong {
  font-weight: normal;
}
#health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content ul li {
  font-size: 18px;
  line-height: 1.4;
  color: #51616f;
}
.health-case-study-row4 .dnd-section {
  padding: 125px 0 0;
}
#health_case_study_page .cm-customer-outcoms-wrapper {
  padding: 50px 50px 37px;
  border-radius: 12px 12px 12px 12px;
  border: 3px solid #f0f6f7;
  max-width: 100%;
}
#health_case_study_page .health-case-study-row4 .dnd-section>.row-fluid {
  padding: 0;
}

#health_case_study_page .cm-customer-outcoms-wrapper h3 {
  color: #4d6170;
  font-size: 25px;
  font-weight: 700;
}
#health_case_study_page .cm-customer-outcoms-wrapper .cm-customer-outcoms-inner {
  max-width: 58%;
}
#health_case_study_page .cm-customer-outcoms-wrapper .cm-customer-outcoms-img-wrap {
  max-width: 100%;
  width: 100%;
  margin-bottom: 24px
}
#health_case_study_page .cm-customer-outcoms-wrapper .cm-customer-outcoms-item {
  width: 40%;
  margin-bottom: 10px;
}
#health_case_study_page .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap p a {
  font-weight: bold;
}
#health_case_study_page .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap p {
  font-weight: normal;
}
.health-case-study-row5 .dnd-section {
  padding: 125px 0 0;
}
#health_case_study_page .cm-content-top-image-wrapper h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
  font-family: 'FreightSans_Pro';
  padding: 10px;
}
#health_case_study_page .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  max-width: 150px;
  width: 100%;
  height: auto;
}
#health_case_study_page  .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
  height: auto;
}
#health_case_study_page .cm-content-top-image-wrapper .cm-content-top-image-item {
  padding: 10px;
}
#health_case_study_page .cm-content-top-image-wrapper .cm-content-top-image-inner {
  margin: 0;
}
#health_case_study_page .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  padding: 0 0 20px;
}
#health_case_study_page .cm-content-top-image-wrapper .cm-content-top-image-content {
  margin: 0;
}
#health_case_study_page .health-case-study-row5 .dnd-section>.row-fluid {
  padding: 0;
}
#health_case_study_page .cm-content-top-image-wrapper h3 {
  margin: 0 0 10px 0;
  font-size: 1.2384rem;
  color: #4d6170;
  font-weight: 700;
  line-height: 1.4;
  font-family: 'FreightSans_Pro';
}
#health_case_study_page .cm-content-top-image-wrapper .cm-content-top-image-content p {
  font-size: 20px;
  line-height: 1.4;
  color: #4d6170;
  padding: 0 30px;
}
.health-case-study-row6 .dnd-section {
  padding: 129px 0 0;
}
#health_case_study_page .cm-content-top-image-wrapper h2 {
  padding: 10px;
}
#health_case_study_page .health-case-study-row6 .cm-content-top-image-wrapper h2 {
  padding: 10px 200px;
}
#health_case_study_page .cm-content-top-image-wrapper .cm-content-top-image-link a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  display: block;
}
#health_case_study_page .cm-content-top-image-wrapper .cm-content-top-image-link a:hover {
  color: #23527c;
  text-decoration: none;
}
#health_case_study_page .cm-lumba-health-module-wrapper .cm-lumba-health-module-image {
  align-items: center;
}
#health_case_study_page  .cm-content-top-image-wrapper .cm-content-top-image-link a:after {
  top: -3px;
  margin-right: 21px;
}
#health_case_study_page .health-case-study-row6 .cm-content-top-image-wrapper .cm-content-top-image-content p {
  padding: 0 70px;
}
#health_case_study_page .health-case-study-row6 .dnd-section>.row-fluid {
  padding: 0;
}
.health-case-study-row7 .dnd-section {
  padding: 118px 0 0;
}
.health-case-study-row7 .widget-type-rich_text {
  padding: 10px;
}
.health-case-study-row7 .widget-type-rich_text h2 {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
  font-family: 'FreightSans_Pro';
  margin-bottom: 20px;
}
#health_case_study_page .health-case-study-row7 .dnd-section>.row-fluid {
  padding: 0;
}
#health_case_study_page .cm-lumba-health-module-wrapper {
  padding: 0;
  border-radius: 10px 10px 10px 10px;
  min-height: auto;
}
#health_case_study_page .cm-lumba-health-module-wrapper .cm-lumba-health-module-inner {
  max-width: 100%;
  padding: 30px 70px 50px;
  align-items: baseline;
  min-height: auto;
}
#health_case_study_page .cm-lumba-health-module-wrapper .cm-lumba-health-module-content-wrap {
  max-width: 100%;
  margin: 0;
  padding: 10px 50px 0;
}
#health_case_study_page .cm-lumba-health-module-wrapper .cm-lumba-health-module-content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px;
  font-weight: 300;
}
#health_case_study_page .cm-lumba-health-module-wrapper .item-1 img {
  width: 100%;
  margin: 0;
}
#health_case_study_page  .cm-lumba-health-module-wrapper .cm-lumba-health-module-item-inner img {
  width: 100% !important;
  height: auto !important;
  max-width: 250px;
}
#health_case_study_page .cm-lumba-health-module-wrapper .item-1 img {
  width: 100%;
  margin: 0;
  max-width: 175px;
}
#health_case_study_page .cm-lumba-health-module-wrapper .cm-lumba-health-module-item {
  padding: 10px;
}
.health-case-study-row8 .dnd-section {
  padding: 125px 0 0;
}
#health_case_study_page  .cm-recent-post-wrapper {
  margin: 0;
  border: 3px solid #f0f6f7;
  border-radius: 12px 12px 12px 12px;
  padding: 50px;
}
#health_case_study_page .health-case-study-row8 .dnd-section>.row-fluid {
  padding: 0;
}
#health_case_study_page .cm-recent-post-wrapper h3 {
  color: #4d6170;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  font-family: 'FreightSans_Pro';
  margin-bottom: 20px;
}
#health_case_study_page .cm-recent-post-wrapper .cm-recent-post-inner {
  padding: 0;
  margin: 21px auto 0;
}
#health_case_study_page .cm-recent-post-wrapper .cm-recent-post-item {
  padding: 10px;
}
#health_case_study_page .cm-recent-post-wrapper .cm-recent-post-featured {
  border-radius: 10px 10px 10px 10px;
}
#health_case_study_page .cm-recent-post-wrapper .cm-recent-post-featured {
  min-height: 253px;
}
#health_case_study_page .cm-recent-post-wrapper .cm-recent-post-title {
  margin: 25px 0 0;
}
#health_case_study_page .cm-recent-post-wrapper .cm-recent-post-tags strong {
  font-weight: normal;
}
.health-case-study-row9 .dnd-section {
  padding: 150px 0 100px;
}
#health_case_study_page .health-case-study-row9 .dnd-section>.row-fluid {
  padding: 0;
}
#health_case_study_page  .cm-schdule-demo-wrapper .cm-schdule-demo-content p {
  color: #4d6170;
  font-size: 26px;
  line-height: 37px;
  padding: 30px 0 30px 30px;
  margin: 0 0 10px;
}
#health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-image {
  background-size: 156px !important;
  background-repeat: no-repeat !important;
  background-position: 0 50px !important;
}
#health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-content {
  max-width: 59.086%;
  padding: 0;
}
#health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-button {
  max-width: 25%;
}
#health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-button .hs-button {
  font-size: 22px;
  border-radius: 0;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  padding: 12px 24px;
  display: inline-block;
  font-family: 'FreightSans_Pro';
  font-weight: 600;
  line-height: 1;
}
#health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-button {
  margin: auto;
  padding: 0 50px 0 0;
}
#health_case_study_page .row-fluid-wrapper .cm-schdule-demo-wrapper {
  margin-bottom: 0;
}
#health_case_study_page .health-case-study-row10 .contact-section .contact-form {
  padding-left: 10px;
  padding-right: 10px;
}
#health_case_study_page .contact-section {
  margin-left: 0;
  margin-right: 0;
}
#health_case_study_page .health-case-study-row1 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content {
  padding: 0;
}
#health_case_study_page .health-case-study-row1 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content {
  padding: 0 40px 0 0;
}
.health-case-study-banner .banner-case-study-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.telehealth-patient-row3 .widget-type-rich_text ol {
  margin: calc(18px * 1.45) 0;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 1);
}
.telehealth-patient-row3 .widget-type-rich_text ol li a:hover {
  color: #bd4e0a;
  text-decoration: none;
}
.telehealth-patient-row3 .widget-type-rich_text p iframe {
  margin: 0 !important;
  max-width: 100%;
}
.telehealth-patient-row2 .widget-type-rich_text h1 button {
  padding-left: calc(18px * 1.45 * 1.3);
  padding: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgb(55 60 80 / 5%);
  border-color: rgba(243, 112, 33, 1);
  background: transparent;
  color: rgba(243, 112, 33, 1);
  line-height: 1.45;
  letter-spacing: 0.1px;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  user-select: none;
  transition: all 0.3s ease;
  touch-action: manipulation;
  text-transform: uppercase;
  font-family: FreightSans_Pro;
  font-weight: 600;
}
.telehealth-patient-row2 .widget-type-rich_text h1 button:hover {
  box-shadow: 0 6px 12px rgb(55 60 80 / 8%);
  color: #000;
}
.telehealth-patient-row3 .widget-type-rich_text {
  padding-bottom: 26px;
}
.telehealth-patient-row2 .widget-type-rich_text h1 button {
  padding-left: calc(18px * 1.45 * 1.3);
  padding: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgb(55 60 80 / 5%);
  border-color: rgba(243, 112, 33, 1);
  background: transparent;
  color: rgba(243, 112, 33, 1);
  line-height: 1.45;
  letter-spacing: 0.1px;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  user-select: none;
  transition: all 0.3s ease;
  touch-action: manipulation;
  text-transform: uppercase;
  font-family: FreightSans_Pro;
  font-weight: 600;
  position: relative;
  padding-left: calc(18px * 1.45 * 1.3);
  margin-left: 9px;
}
.telehealth-patient-row3 .widget-type-rich_text a:hover {
  color: #bd4e0a;
  text-decoration: none;
}
.telehealth-patient-row2 .widget-type-rich_text h1 button:before {
  position: absolute;
  top: 48%;
  display: block;
  font-size: 26px;
  line-height: 1;
  color: rgba(243, 112, 33, 1);
  content: "+";
  transform: translateY(-50%);
  left: 9px;
  margin-right: 5px;
}

.telehealth-learn-more-page-row1 .dnd-section {
  padding: 0;
}
.telehealth-learn-more-page-row1 .custom-page-header .cm-page-logo {
  position: static;
}
.telehealth-learn-more-page-row1 .custom-page-header .cm-page-logo img {
  max-width: 11.75rem;
  position: absolute;
  top: -32px;
}
.telehealth-learn-more-page-row1 .custom-page-header .cm-page-menu-links .hs-menu-item a {
  line-height: 1.375rem;
  font-size: 0.8669rem;
}
.telehealth-learn-more-page-row1 .custom-page-header .cm-page-menu-links {
  padding-left: 12px;
}
.telehealth-learn-more-page-row1 .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li {
  padding-right: 60px;
}
#telehealth_learnmore_page .dnd-section>.row-fluid {
  max-width: 60rem;
  padding: 0;
}
.telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-left-col h2 {
  line-height: 2.25rem;
  font-size: 1.8576rem;
}
.telehealth-learn-more-page-row2 .dnd-section {
  padding: 0;
}
.telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-item {
  width: 20rem;
}

.telehealth-learn-more-page-row1 .custom-page-header {
  min-height: 5rem;
  height: auto;
}

.telehealth-learn-more-page-row1 .custom-page-header .cm-page-logo img {
  top: -2rem;
}
/* Timer */

.timer-section {
  font-size: 4rem;
  width: 15.875rem;
  padding: 0.9rem 0 0;
}

.timer-section .timer-column.timer-label {
  color: #37465A;
  padding-bottom: .1875rem;
  width: 20%;
  text-align: center;
  margin-left: 5%;
}

.timer-section .timer-labels {
  text-transform: uppercase;
  margin-bottom: .18em;
  font-size: .13333em;
  position: relative;
}

.timer-section .timer-column:first-child {
  width: 25%;
  margin-left: 0;
}
.timer-section .timer-labels,
.timer-section .timer-date.item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.timer-section .timer-column.timer-box {
  color: rgb(255,255,255);
  background-color: #a2a3a4;
  position: relative;
  font-size: .78em;
  margin-bottom: .12em;
  border-radius: 5px;
  font-family: BebasNeue,sans-serif;
  height: 100%;
  line-height: 1.28em;
  width: 20%;
  text-align: center;
  margin-left: 5%;
  font-size: .6em;
}
.timer-section .timer-box:after, .timer-section .timer-box:before {
  content: '';
  display: block;
  border-radius: 50%;
  background-color: inherit;
  position: absolute;
  left: -.215em;
  width: .1em;
  height: .1em;
}
.timer-section .timer-box:before {
  top: 35%;
}
.timer-section .timer-box:after {
  bottom: 35%;
}
.timer-section .timer-column.timer-box.timer-box-days:after, .timer-section .timer-column.timer-box.timer-box-days:before {
  display: none;
}
.timer-section .timer-column.timer-box:first-child {
  width: 25%;
  margin-left: 0;
}

.website-wrapper h2 {
  margin-bottom: 24px;
}

.website-wrapper {
  font-size: 14px;
  font-weight: normal;
}

.website-wrapper .body-container-wrapper li {
  line-height: 28px;
  margin-bottom: 22px;
}

.website-wrapper .body-container-wrapper li strong {
  color: #333;
}

.website-wrapper ol,
.website-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  font-weight:normal;
}

.website-wrapper .dnd-section {
  padding-top:40px;
  padding-bottom:50px;
}

.health-assist-header .navigation-top .wrap {
  display: none;
}

.health-assist-header .req-btn {
  display: none;
}

.health-assist-header .alert-bar {
  display: none;
}

.health-assist-header .custom-header {
  margin-top: 30px;
}

.health-assist-header header.header {
  margin-top: 30px;
  min-height: 104px;
}

.reputation-management-row1 h2 {
  text-transform: uppercase;
  font-size: 46px;
  font-family: montserrat,sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.reputation-management-wrapper {
  font-size: 14px;
  font-weight: 400;
}

.reputation-management-wrapper {
  margin-top: -10px;
}

.reputation-management-row1 hr {
  height: 0;
  margin: 30px auto !important;
  width: 120px !important;
}

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

.reputation-management-row3 .span4 {
  margin: 0 !important;
  padding: 0 10px;
}

.reputation-management-row3 .dnd-section > .row-fluid {
  padding: 0;
}

.reputation-management-wrapper .dnd-section[class*="force-full-width"] > .row-fluid {
  padding: 0;
}

.reputation-management-wrapper .contact-section .page-center {
  padding: 0 2px;
}

.covid-solution-wrapper .dnd-section[class*="force-full-width"] > .row-fluid {
  padding: 0;
}

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

.covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-inner {
  margin: 0 auto;
  max-width: 1200px;
}

.covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-item {
  width: 33.3333%;
  padding: 30px 15px;
}

.covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 0 0 30px;
}

.covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
  height: auto;
}

.covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-content {
  margin: 0;
  text-align: left;
}

.covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-content p {
  line-height: 1.4;
  font-size: 20px;
  color: #4D6170;
  margin-bottom: 10px;
}

.covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-link a {
  font-size: 18px;
  line-height: 1;
}

.covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-link a:after {
  max-width: 35px;
  width: 20px;
  height: 20px;
  background-image:url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/arrow-right.png);
  margin-left: 18px;
  top: -2px;
}

.covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-link {
  padding: 6px 0;
}

.covid-solution-row2 .dnd-section {
  padding:30px 0 0px;
}

.covid-solution-row3 .dnd-section {
  padding: 150px 0 50px;
}

.covid-solution-row3 h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}

.covid-solution-row3 p {
  padding:0 115px;
}

.covid-solution-row3 p:last-child {
  margin: 0;
}

.covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-inner {
  margin: 0;
}

.covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-inner {
  margin: 0 auto;
  max-width: 1200px;
}

.covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-item {
  width: 50%;
  padding-right: 20px;
  padding-left: 0;
}

.covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 0 0 35px;
}

.covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
  height: auto;
}

.covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-content {
  margin: 0;
  text-align: left;
}

.covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-content p {
  line-height: 1.4;
  font-size: 20px;
  color: #4D6170;
  margin-bottom: 10px;
}

.covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-link a {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  font-family: freightsans_pro,helvetica neue,helvetica,arial,sans-serif;
}

.covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-link a:after {
  max-width: 35px;
  width: 20px;
  height: 20px;
  background-image:url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/arrow-right.png);
  margin-left: 20px;
  top: -2px;
}

.covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-link {
  padding: 16px 0 6px;
}

.covid-solution-row4 .dnd-section {
  padding:0px 10px 0;
}

.covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-item:nth-child(2) {
  padding-left: 20px;
  padding-right:0;
}

.covid-solution-row4 .cm-content-top-image-wrapper h3 {
  color: #4d6170;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  line-height: 28px;
  -webkit-font-feature-settings: "pnum" on,"lnum" on;
  font-feature-settings: "pnum" on,"lnum" on;
  font-family: freightsans_pro;
  margin-bottom: 20px;
}

.covid-solution-row5 .dnd-section {
  padding:150px 0 50px;
}

.covid-solution-wrapper .cm-content-top-image-wrapper .cm-content-top-image-link a {
  text-decoration:none !important;
}

.covid-solution-row5 h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}

.covid-solution-row5 p:last-child {
  margin: 0;
  padding:0 115px;
}

.covid-solution-wrapper .dnd-section > .row-fluid {
  max-width: 1200px;
  padding:0;
}

.covid-solution-row6 .dnd-section {
  padding:50px 0;
}

.covid-solution-wrapper {
  margin-top: -10px;
}

.covid-solution-row8 .dnd-section {
  padding:150px 0 15px;
}

.covid-solution-row8 h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}

.covid-solution-row8 p:last-child {
  margin: 0;
  padding:0 115px;
}

.covid-solution-row8 .widget-type-rich_text {
  padding: 10px;
}

.covid-solution-row10 .dnd-section {
  padding: 100px 0 150px;
}

.covid-solution-row10 .row-fluid-wrapper .cm-schdule-demo-wrapper {
  margin: 0 40px;
}

.covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-content p {
  color: #4d6170;
  font-size: 26px;
  line-height: 37px;
  margin: 0;
}

.covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-content {
  max-width: 59.486%;
  padding: 29px 0 31px 50px;
}

.covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-image {
  background-size: calc(100% - 40px) !important;
  background-repeat: no-repeat !important;
  width: 16.696%;
  left: 0;
  padding-left: 40px;
  background-position-x: 40px !important;
  background-position-y: bottom !important;
  top: 0;
}

.cm-schdule-demo-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-button {
  max-width: 23.426%;
  padding: 0px 44px 0 10px;
}

.covid-solution-row3 p {
  padding: 0 150px;
}

.covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-button a {
  font-size: 22px;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  line-height: 1;
  padding: 12px 24px;
  font-family: freightsans_pro,helvetica neue,helvetica,arial,sans-serif;
  border: none;
  margin: 0;
  letter-spacing:0; 
  font-weight:600;
}

.covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-button a:hover {
  transform: scale(1.1);
  text-decoration: none;
}

.covid-solution-row11 .contact-section {
  margin: 0 !important;
}

.covid-stage-wrapper {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.covid-stage-wrapper .custom-page-header .cm-page-logo img {
  height: 45px;
  object-fit: cover;
  max-width: 208px;
}

.covid-stage-row1 .dnd-section {
  padding: 0;
}

.covid-stage-wrapper .custom-page-header .cm-page-logo {
  width: 13rem;
  left: -1.379rem;
}

.covid-stage-wrapper .custom-page-header .cm-page-menu-links {
  padding-left: 17px;
  padding-top: 35px;
}

.covid-stage-wrapper .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li:not(:last-child) {
  padding-right: 35px;
}

.covid-stage-wrapper .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li:nth-child(2) {
  padding-right: 37px;
}

.covid-stage-wrapper .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li:nth-child(3) {
  padding-right: 32px;
}

.covid-stage-wrapper h1 {
  line-height: 2.375rem;
  font-size: 1.9814rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}

.covid-stage-row3 .widget-type-rich_text {
  max-width: 716px;
  margin: 0 auto;
}

.covid-stage-row3 .dnd-section {
  padding:54px 0;
}

.covid-stage-row3 h1 {
  margin-bottom: 45px;
  position: relative;
  left: -13px;
}

.covid-stage-wrapper p {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
  color: #000;
}

.covid-stage-row3 p {
  position: relative;
  left: -2px;
  margin: 0;
}

.covid-stage-row3 a {
  color: rgba(243,112,33,1.0) !important;
}

.stage-map-wrapper .regular-update {
  background: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/yellow-bg.png) -0.0625rem -0.0625rem / 36.3125rem 4.125rem;
}

.covid-stage-row5 .widget-type-rich_text {
  max-width: 717px;
  margin: 0 auto;
  position: relative;
  left: -15px;
}

.covid-stage-row5 .dnd-section {
  padding-top: 91px;
  padding-bottom:64px;
}

.covid-stage-row5 h1 {
  position: relative;
  left: 2px;
  margin-bottom: 45px;
}



.covid-stage-row7 .content-background-wrapper .cm-row {
  padding-bottom: 38px;
  padding-top: 55px;
}

.covid-stage-row7 .content-background-wrapper {
  max-width: 1046px;
  left: -4px;
}

.covid-stage-row7 .content-background-wrapper .cm-row>div.content-left.full-column {
  width: 100%;
  padding: 0;
}

.covid-stage-row7 .content-background-wrapper .cm-row>.content-left ul {
  line-height: 2rem;
  font-size: 19.8144px;
  padding-left: 31px;
  margin: .625rem 0;
  color: #000;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
}

.covid-stage-row7 .content-background-wrapper .cm-row>.content-left a {
  color: inherit;
}

.covid-stage-row7 .content-background-wrapper .content-inner {
  left: 7px;
}

.covid-stage-row7 .content-background-wrapper p {
  position: relative;
  left: -3px;
  margin:0;
}

.covid-stage-row7 .content-background-wrapper h1 {
  margin: 0;
  line-height: 1.1;
}

.covid-stage-row7 .dnd-section {
  padding-bottom: 114px;
  padding-top: 32px;
}

.mobile-patient-webinar-wrapper {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

.mobile-patient-webinar-row6 .user-testimonial-section .user-testimonial-inner {
  background: rgb(37,149,165);
  color: #fff;
}

.patient-messaging-wrapper .custom-page-header .cm-page-logo img {
  height: 44px;
  object-fit: cover;
  max-width: 216px !important;
}

.patient-messaging-wrapper {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.patient-messaging-wrapper .custom-page-header .page-center {
  height: 9.375rem;
}

.patient-messaging-row2 .custom-cp-banner .block {
  display: none !important;
}

.patient-messaging-row2 .custom-cp-banner .page-center {
  max-width: calc(60rem + 20px);
  position: relative;
}

.patient-messaging-row2 .custom-cp-banner .cp-content-section {
  padding-top: 0;
}

.patient-messaging-row2 .custom-cp-banner .cp-content-section h2 {
  margin-top: 0;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  color: #000;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.patient-messaging-row2 .custom-cp-banner .cp-content-section p {
  max-width: 100%;
}

.patient-messaging-row2 .custom-cp-banner .cp-image {
  top: 0;
  left: auto;
  height: 27.0625rem;
  width: 27.0625rem;
  z-index: 33;
  right: 12px;
}

.patient-messaging-row2 .custom-cp-banner .btn {
  margin-top: 0.9rem;
  display: inline-block;
  width: auto;
  padding: 0.7rem 1.4rem 0.74rem;
  height: auto;
  transition: none;
}

.patient-messaging-row2 .custom-cp-banner p.btm-link {
  text-align: left;
  line-height: 1.3125rem;
  font-size: 0.9288rem;
  color: #000000;
  font-style: italic;
  text-decoration: none;
  max-width: 372px;
  padding-top: 3.6rem;
}

.patient-messaging-row2 .custom-cp-banner p.btm-link a {
  color: #000000;
  text-decoration: none;
}

.patient-messaging-row2 .custom-cp-banner {
  min-height: 27.0625rem;
}

.patient-messaging-row3 .cm-healthcare-pro-module-wrapper {
  background-color: transparent;
  max-width: 60rem;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5.9375rem;
  min-height: 20.6875rem;
}

.patient-messaging-row3 .cm-healthcare-pro-module-wrapper h2 {
  max-width: 100%;
  line-height: 2.6875rem;
  font-size: 1.9195rem;
}

.patient-messaging-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-inner {
  padding-top: 2.3rem;
  justify-content: center;
  padding-bottom: 1rem;
}

.patient-messaging-row3  .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img {
  width: 67%;
}

.patient-messaging-row3  .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item {
  margin-bottom: 1.4rem;
}

.patient-messaging-row4  .care-accessible-section {
  padding-top: 5.1875rem;
}

.patient-messaging-row4  .care-accessible-section .title-sec {
  padding: 0;
  width: 42.5rem;
  z-index: 17;
  color: #37465A;
  font-size: 1.2384rem;
  line-height: 1.75rem;
  margin: 0 auto;
}

.patient-messaging-row4  .care-accessible-section .title-sec h2 {
  font-size: 1.9814rem;
  line-height: 2.4rem;
  margin-bottom: 0.9rem;
}

.patient-messaging-row4  .care-accessible-section .title-sec p {
  color: #37465A;
  font-size: 1.2384rem;
  line-height: 1.75rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
  margin: 0;
}

.patient-messaging-row4  .care-accessible-section .image img {
  max-width: 70px !important;
}

.patient-messaging-row4  .care-accessible-section .image {
  text-align: center;
  margin-bottom: 0.7rem;
}

.patient-messaging-row4  .care-accessible-section .content-section {
  max-width: 60rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}


.patient-messaging-row4  .care-accessible-section .title {
  color: #182538;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
}

.patient-messaging-row4  .care-accessible-section .accessible-item {
  width: 12.125rem;
  margin-left: calc(15.3125rem - 11.125rem);
}

.patient-messaging-row4  .care-accessible-section .accessible-item:first-child {
  margin: 0;
}

.patient-messaging-row4  .care-accessible-section .accessible-inner {
  padding: 0;
}

.patient-messaging-row4  .dnd-section{
  padding-bottom: 3.05rem;
}

.patient-messaging-row4 .hs-button {
  font-size: 0.9288rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  line-height: 120%;
  box-shadow: 0 1px 3px rgb(1 1 1 / 50%);
  min-height: 2.5rem;
  width: 20rem;
  text-align: center;
  margin-top: 2.55rem;
  position: relative;
  left: -0.5rem;
  letter-spacing: 0;
  transition: none;
}

.patient-messaging-row4 .hs-button:hover {
  text-decoration: none;
  background: #DC5A06;
  color: #FFFFFF;
}

.patient-messaging-row5 .content-image-align-wrapper .content {
  padding-left: 10.7rem;
  padding-right: 2.5rem;
}

.patient-messaging-row5 .content-image-align-wrapper {
  padding-top: 2.5rem;
  min-height: 37.5rem;
}

.patient-messaging-row5 .content-image-align-wrapper h1 {
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  margin-bottom: 0;
}

.patient-messaging-row5 .content-image-align-wrapper ul {
  margin-top: 0.5rem;
  padding-left: 1rem;
  font-size: 1.5rem;
}

.patient-messaging-row5 .content-image-align-wrapper ul span {
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}

.patient-messaging-row5 .content-image-align-wrapper .image {
  top: -0.7rem;
  right: -0.2rem;
}



.patient-messaging-row6 .cm-customer-outcoms-wrapper {
  max-width: 71.625rem;
  min-height: 43.75rem;
  margin-bottom:calc(47.5625rem - 43.75rem );
}

.patient-messaging-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-inner {
  max-width: 60rem;
  justify-content: space-around;
  margin-top: 2.9rem;
}

.patient-messaging-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-img-wrap {
  width: 100%
}

.patient-messaging-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-item {
  max-width: 19.0625rem;
  width: 100%
}

.patient-messaging-row6 .cm-customer-outcoms-wrapper h2 {
  font-size: 1.7337rem;
  line-height: 2.45rem;
  margin: 0;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: bold;
  margin-top: 1.2rem;
}

.patient-messaging-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-item {
  margin-right: 2rem;
}

.patient-messaging-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap p {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: normal;
  color:#000;
}

.patient-messaging-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap p strong{
  color: #4d6170;
}

.patient-messaging-row6 .cm-customer-outcoms-wrapper h6 {
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  line-height: 1.75rem;
  font-size: 1.2384rem;
  color: #4d6170;
  font-weight: bold;
  margin: 0
}

.patient-messaging-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap h5 {
  margin: 0
}

.patient-messaging-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap h5 a {
  line-height: 1.375rem;
  font-size: .9907rem;
  color: rgba(243,112,33,1.0);
}

.patient-messaging-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap h5 a:after {
  content: "";
  height: 2.875rem;
  width: 2.5625rem;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  background-image: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/arrow-right-lg-.png);
}

.patient-messaging-row7 .dnd-section {
  padding-top: calc(4rem + 30px);
  padding-bottom: 5.6rem;
}

.patient-messaging-row7 h2 {
  margin: 0;
  color: #000000;
  line-height: 2.375rem;
  font-size: 1.9814rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: bold;
}

.patient-messaging-row7 .video-container {
  height: 24.75rem;
  width: 43.125rem;
  margin: 0 auto;
  margin-top: calc(2.1rem - 1px );
  position: relative;
  left: -4px;
  margin-bottom: 1.9rem;
}

.patient-messaging-row7 .video-container iframe {
  height: 100%;
}

.patient-messaging-row8 .content-form-section .page-center {
  max-width: calc(60rem + 20px);
}

.patient-messaging-row8 .content-form-section {
  padding-bottom: 8rem;
  padding-top: calc(3.8rem - 1px);
  min-height: 49.3125rem;
}

.patient-messaging-row8 .content-form-section .left ul li {
  margin: .625rem 0;
  padding: 0;
}

.patient-messaging-row8 .content-form-section .left ul {
  padding-left: 1.75rem;
  padding-right: 1rem;
  padding-top: 0;
}

.patient-messaging-row8 .content-form-section p {
  margin-bottom: 0.9rem;
}

.patient-messaging-row8 .content-form-section h1 {
  line-height: 2rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}

.patient-messaging-row8 .content-form-section form .hs-form-field {
  margin-bottom: 0.6rem !important;
}

.patient-messaging-row8 .content-form-section .left {
  padding-top: calc(6.875rem - 5rem);
}

.patient-messaging-row8 .content-form-section form {
  padding-top: 1px;
}

.patient-messaging-row8 .content-form-section .hs_what_are_you_interested_in_ {
  padding:0 !important;
}

.patient-messaging-row8 .content-form-section ul {
  padding-top:0 !important;
}

.patient-messaging-row8 .content-form-section input.hs-button.primary.large {
  margin-top: 0.7rem;
  transition: none;
}

.nextech-partner-wrapper .custom-page-header .cm-page-logo img {
  max-width: 10rem;
  margin: 0 auto;
}

.nextech-partner-wrapper {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.nextech-partner-wrapper .custom-page-header .cm-page-logo {
  height: 2.3125rem;
  width: 9.5625rem;
  padding-top: 0;
  margin-top: 0.8125rem;
  left: 0;
}


.nextech-partner-wrapper .custom-page-header .cm-page-menu-links .hs-menu-item a {
  line-height: 1.375rem;
  font-size: 0.8669rem;
  color: #37465A;
}

.nextech-partner-wrapper .custom-page-header .cm-page-menu-links {
  padding-top: 1.3125rem;
  padding-left: 1.4rem;
}

.nextech-partner-wrapper .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li {
  padding-right: 3rem;
}

.nextech-partner-wrapper .custom-page-header .header-btn-section {
  top: 0.875rem;
  left: 51.125rem;
  height: 2.25rem;
  width: 8.75rem;
  z-index: 64;
}

.nextech-partner-wrapper .custom-page-header .header-btn-section a {
  color: #FFFFFF;
  font-size: 0.743rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  height: 2.25rem;
  width: 8.75rem;
  border-radius: 3px;
  box-shadow: none;
}

.nextech-partner-wrapper .custom-page-header {
  min-height: 4rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height:auto;
}

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


.nextech-partner-row3 .cm-content-top-image-wrapper h2 {
  color: #182538;
  text-align: center;
  line-height: 2.875rem;
  font-size: 1.7957rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  text-transform: unset;
}

.nextech-partner-row3 .cm-content-top-image-wrapper {
  padding-top: 2.8125rem;
  max-width: 60rem;
  margin: 0 auto;
  padding-bottom: 4.35rem;
}

.nextech-partner-row3 .cm-content-top-image-wrapper p.sub-heading {
  text-align: center;
  line-height: 1.8125rem;
  font-size: 1.1146rem;
  color: #4e6170;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
  margin-top: 0.9rem;
  position: relative;
  left: 4px;
}

.nextech-partner-row3 .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
  height: auto;
}

.nextech-partner-row3 .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  width: 3rem;
  height: auto;
}

.nextech-partner-row3 .cm-content-top-image-item-inner {
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  background: rgb(248,248,248);
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
  min-height: 17.375rem;
}

.nextech-partner-row3 .cm-content-top-image-wrapper .cm-content-top-image-inner {
  margin: 0 1px 0 3px;
  margin-top: 3rem;
}

.nextech-partner-row3 .cm-content-top-image-wrapper .cm-content-top-image-item {
  padding: 0;
  width: 18.125rem;
}

.nextech-partner-row3 .cm-content-top-image-wrapper h3 {
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.0526rem;
  width: 13.5625rem;
  margin: 0 auto;
  color: #182538;
  margin-bottom: 0.4rem;
  min-height: 3rem;
}

.nextech-partner-row3 .cm-content-top-image-wrapper .cm-content-top-image-content p {
  line-height: 1.625rem;
  font-size: 0.9907rem;
  width: 15.75rem;
  margin: 0 auto;
  color: #37465A;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
}

.nextech-partner-row4 .dnd-section {
  padding-top: 1.1875rem;
  padding-bottom: 1.451rem;
}

.nextech-partner-row4 h3 {
  color: #37465a;
  line-height: 2.125rem;
  font-size: 1.4861rem;
  margin: 0;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}

.nextech-partner-row4 h3 img {
  margin-left: 1.85rem;
}

.nextech-partner-row4 h3 span {
  position:relative;
  top:2px;
}

.nextech-partner-row4 .widget-type-rich_text {
  position: relative;
  left: -0.75rem;
}


.nextech-partner-row5 .custom-patient-engage-section {
  padding-top: 2.375rem;
  padding-bottom: 3rem;
}

.nextech-partner-row5 .custom-patient-engage-section .title-section p {
  color: #37465a;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
}

.nextech-partner-row5 .custom-patient-engage-section .item .inner {
  border: 0.0625rem solid #98A0A6;
  border-radius: 0.1875rem 0.1875rem 0.1875rem 0.1875rem;
  background: rgb(255,255,255);
  padding-top: 2.15rem;
  padding-bottom: 1.2rem;
  min-height: 19.875rem;
  padding-bottom: 0;
}

.nextech-partner-row5 .custom-patient-engage-section .item img {
  width: 100%;
  max-width: 67px;
}

.nextech-partner-row5 .custom-patient-engage-section .item h4 {
  padding-top: 1.4rem;
  margin-bottom: 1.2rem;
}

.nextech-partner-row5 .custom-patient-engage-section .item {
  margin-bottom: 2rem;
}

.nextech-partner-row5 .custom-patient-engage-section .button {
  padding-top: 0.5rem;
}

.nextech-partner-row5 .custom-patient-engage-section .button .btn {
  font-size: 0.9907rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  min-height: 3rem;
  line-height: 3rem;
  min-width: 13.625rem;
  border-radius: 5px;
  box-shadow: none;
}


.nextech-partner-row6 .dnd-section {
  padding-top: 2.5625rem;
  padding-bottom: 6.51rem;
}

.nextech-partner-row6 h2 {
  color: #182538;
  line-height: 2.5625rem;
  font-size: 1.7957rem;
  text-transform: unset;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: bold;
  margin-top: 0;
}

.nextech-partner-row6 .widget-type-rich_text p {
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 1.0526rem;
}

.nextech-partner-row6 .widget-type-form {
  max-width: 54.4375rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 0.75rem;
}

.nextech-partner-row6 .widget-type-form form {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif !important;
  font-size: 16px !important;
  color: #182538 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 0px 11px 0px 12px !important;
}

.nextech-partner-row6 form .hs-form-field label {
  font-size: inherit;
  font-weight: 500 !important;
  color: #182538 !important;
  width: 100% !important;
  line-height: 1.2em;
  padding-top: 0.3em;
  padding-bottom: 8px !important;
  margin: 0;
}



.nextech-partner-row6 form .hs-form-field .hs-input {
  width: 100% !important;
  padding: 12px 15px !important;
  min-height: 40px;
  line-height: 1.2em !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  border: 0px !important;
  font-size: 1em;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif !important;
  max-height: 45px;
}

.nextech-partner-row6 .widget-type-form form fieldset {
  max-width: 100%;
}

.nextech-partner-row6 fieldset.form-columns-2 .input {
  margin-right: 16px !important;
}

.nextech-partner-row6 .hs-form-field {
  margin-bottom: 26px;
}

.nextech-partner-row6 fieldset.form-columns-3 .input {
  margin-right: 0px !important;
  padding-right: 16px !important;
}

.nextech-partner-row6 fieldset.form-columns-3 .hs-form-field {
  width: 33% !important;
}

.nextech-partner-row6 fieldset.form-columns-3 .hs-form-field:last-child .input {
  padding-right: 8px !important;
}

.nextech-partner-row6 .hs_what_are_you_interested_in_ {
  margin-top: 16px;
  margin-bottom:0;
}

.nextech-partner-row6 textarea.hs-input {
  max-height: none !important;
  height: 80px;
  vertical-align: middle;
}

.nextech-partner-row6 .input {
  margin-right: 16px !important;
}

.nextech-partner-row6 form .hs-form-field .hs-form-booleancheckbox .hs-input {
  width: 13px !important;
  height: 13px !important;
  padding: 0 !important;
  min-height: unset !important;
  margin-right: 16px;
  position: relative;
  top: 1px;
  left: 2px;
}

.nextech-partner-row6 form .hs-form-field .hs-form-booleancheckbox label {
  padding-top: 9px;
  padding-left: 3px;
}

.nextech-partner-row6 .hs-form-field.hs-fieldtype-booleancheckbox {
  margin-bottom: 0;
}

.nextech-partner-row6 .hs-button {
  letter-spacing: 0.3px;
  font-size: 13px !important;
  background-color: #F37021 !important;
  background-image: none !important;
  border: 0px !important;
  padding: 12px 15px !important;
  box-shadow: none !important;
  min-width: 60px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif !important;
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 35px;
}

.nextech-partner-row6 .actions {
  text-align: center;
}


.nextech-partner-row7 .dnd-section > .row-fluid {
  max-width: 62.2rem;
}

.nextech-partner-row7 .client-ratings-group {
  padding-bottom: 3.2rem;
  padding-top: 3.5625rem;
}

.nextech-partner-row7 .client-ratings-group .title h1 {
  text-align: center;
  line-height: 3.3125rem;
  font-size: 2.0433rem;
  margin: 0;
}

.nextech-partner-row7 .client-ratings-group .item .inner {
  min-height: 222px;
  padding-top: 13px;
  padding-left: 22px;
  padding-bottom: 12px;
}

.nextech-partner-row7 .client-ratings-group .item h4 img {
  margin-left: 12px;
  max-width: 110px;
  margin-top: -2px;
}

.nextech-partner-row4 h3 img {
  max-width: 3.0625rem;
}

.nextech-partner-row7 .client-ratings-group .item p {
  text-align: left;
  line-height: 1.8125rem;
  font-size: 1.1146rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
}

.nextech-partner-row7 .client-ratings-group .item h4 {
  margin-bottom: 7px;
}

.container-fluid.covid-solution-row7 {
  padding: 100px 0 0;
}
.container-fluid.covid-solution-row7 .contentWithleft-image-wrp .contentWithleft-image {
  width: 10.593%;
  padding: 0 5px 0 50px;
}
.container-fluid.covid-solution-row7 .contentWithleft-text {
  width: 89.407%;
  padding: 0 0 0 50px;
}
.container-fluid.covid-solution-row7 .contentWithleft-text a {
  font-weight: 700;
  color: #F37021;
  text-decoration: underline;
  /* background-color: #FFF8F4; */
}
.container-fluid.covid-solution-row7 .contentWithleft-image-wrp.left_align {
  background-color: #FFF8F4;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 20px 0;
}
.container-fluid.covid-solution-row7 .contentWithleft-image-wrp .contentWithleft-image-inner {
  margin: 0;
}
.container-fluid.covid-solution-row7 .contentWithleft-image-wrp .contentWithleft-image-inner {
  padding: 0 0 0 120px;
}

.body-resources-wrapper .dnd-section>.row-fluid{
  max-width: 1180px !important;
  padding: 0;
}
.cm-resources-sec .page-header.section-header {
  padding-bottom: 0;
  margin: 30px 0 20px;
}
.cm-resources-sec .page-header.section-header h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 45px;
  padding: 0;
}
.cm-resources-sec .page-header.section-header p {
  font-size: 20px;
  line-height: 28px;
  font-weight: lighter;
  letter-spacing: -.1px;
  color: #4d6170;
  margin-bottom: 50px;
}

/* Search */
.cm-resources-sec3 .hs-search-field {
  position: relative;
  padding-top: 1px;
  margin-left: -10px;
}
.cm-resources-sec3 .hs-search-field__bar form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-bottom: 2px solid #4d6170;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.cm-resources-sec3 .hs-search-field__bar form .hs-search-field__input {
  font-family: FreightSans_Pro;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -.1px;
  font-feature-settings: "pnum" on,"lnum" on;
  color: #4d6170;
  border: 0;
  width: 91% !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cm-resources-sec3 .hs-search-field__bar form button {
  background: 0;
  border: 0;
  width: 24px;
  padding: 0;
  text-align: left;
  padding-left: 1px;
  cursor: pointer;
}
.cm-resources-sec3 .hs-search-field__bar form button svg {
  display: none;
}
.cm-resources-sec3 .hs-search-field__bar form button:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  color: #51616f;
}

/* scheduling plus*/
.cp-schedulingplus-header {
  z-index: 1000;
  background: transparent;
  position: relative;
}
.cp-schedulingplus-header .telehealth-logo {
  top:1.125rem;
}
.cp-schedulingplus-header .telehealth-custom-menu {
  top:1.9375rem;
  padding-left: 0;
}
.scheduling-plus-layout .engage-menu .custom-page-header {
  min-height: 5.25rem;
}
.cp-schedulingplus-header .telehealth-logo img {
  width: 219px !important;
  max-width: none;
}
.scheduling-banner-plus .custom-cp-banner .cp-content-section {
  max-width: 27.0625rem;
  padding-top:58px;
}
.scheduling-banner-plus .custom-cp-banner .cp-content-section h2 {
  margin-bottom: 0;
  padding: 0;
}
.scheduling-banner-plus .custom-cp-banner .cp-content-section h3 {
  text-align: left;
  line-height: 2rem;
  font-size: 1.6718rem;
  font-weight: 400;
  color: #182538;
  margin-top: 10px;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif;
}
.scheduling-banner-plus .custom-cp-banner .cp-content-section h3 {
  text-align: left;
  line-height: 2rem;
  font-size: 1.6718rem;
  font-weight: 400;
  color: #182538;
  margin-top: 10px;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif;
  margin-bottom: 3.4718rem;
}
.scheduling-banner-plus .custom-cp-banner .btn {
  min-height: 2.625rem;
  min-width: 11.9375rem;
  height: auto;
  display: inline-block;
  line-height: 2.625rem;
  font-size:0.9288rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  transition: none;
}
.scheduling-banner-plus .custom-cp-banner .cp-content-section p {
  margin-bottom: 19px;
}
.scheduling-banner-plus .custom-cp-banner p.btm-link {
  padding-top: 30px;
}
.scheduling-banner-plus .blue-bg img {
  display: block;
  height: 100%;
  width: 100%;
}
.cp-scheduling-plus-row1 h1 {
  margin-bottom: 24px;
  line-height: 2.375rem;
  font-size: 1.9814rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}
.cp-scheduling-plus-row1 h1 strong {
  display: block;
}
.cp-scheduling-plus-row1 p {
  margin-bottom: 13px;
  line-height: 1.75rem;
  font-size: 1.2384rem;
}
.cp-scheduling-plus-row1 .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  height: 4.375rem;
  width: 4.4375rem;
  margin-bottom: 22px;
}
.cp-scheduling-plus-row1 .cm-content-top-image-wrapper h3 {
  color: #182538;
  margin-bottom: 9px;
}
.cp-scheduling-plus-row1 .cm-content-top-image-wrapper .cm-content-top-image-content p {
  text-align: center;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
  color: #182538;
}
.cp-scheduling-plus-row1  .cm-content-top-image-wrapper {
  margin: 0 -4.4rem;
}
.cp-scheduling-plus-row1 .cm-content-top-image-wrapper .cm-content-top-image-item {
  padding: 0 40px;
}
.cp-scheduling-plus-row1 .cm-content-top-image-wrapper .cm-content-top-image-item {
  margin-bottom: 17px;
}
.cp-scheduling-plus-row1 .row-fluid-wrapper:not(:last-child) .cm-content-top-image-wrapper {
  margin-bottom: 0;
}
.cp-scheduling-plus-row1 .hs-button, 
.cp-scheduling-plus-row1 .button--primary {
  font-size: .9288rem;
  min-height: 2.75rem;
  min-width: 11.25rem;
  border-radius: 0;
  height: auto;
  display: inline-block;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  transition: none;
}
.cp-scheduling-plus-row1 .hs-button:hover, 
.cp-scheduling-plus-row1 .button--primary:hover {
  background: #DC5A06;
  color: #FFFFFF;
  text-decoration: none;
}
.cp-scheduling-plus-row1 p {
  margin-bottom: 13px;
  line-height: 1.8125rem;
  font-size: 1.1146rem;
}
.cp-scheduling-plus-row1 p a {
  color: #37465A;
  text-decoration-color: #98A0A6;
}
.cp-scheduling-plus-row2 .dnd-column {
  border-radius: 0;
  background: #fff;
  max-width: 100%;
  padding: 0;
  left: 0;
  padding-bottom: 0;
}
.cp-scheduling-plus-row2 h1 {
  text-align: left;
  line-height: 2.625rem;
  font-size: 2.1672rem;
  color: #182538;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}

.cp-scheduling-plus-row3 .dnd-section>.row-fluid {
  padding: 0 34px 0 39px;
}
.cp-scheduling-plus-row3 h2 {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
}
.cp-scheduling-plus-row3 p {
  color: #182538;
  margin: 0;
  line-height: 2rem;
  font-size: 1.2384rem;
}
.cp-scheduling-plus-row3 .span3.dnd-column {
  width:27%;
}
.cp-scheduling-plus-row3 .span9.dnd-column {
  padding-left: 130px;
  padding-right: 120px;
  padding-top: 30px;
  width: 70%;
  min-height: 13.0625rem;
  background-position: top left !important;
  background-size: cover !important;
}

.cp-scheduling-plus-row3 .widget-type-linked_image {
  width: 100%;
  display: block;
  text-align: right;
}
.cp-scheduling-plus-row3 .hs_cos_wrapper_type_linked_image img {
  margin-left: 0;
  display: inline-block;
  margin-right: -15px;
  margin-top: 6px;
}
.cp-scheduling-plus-row3 .hs-button, 
.cp-scheduling-plus-row3 .button--primary {
  font-size: 0.9907rem;
  min-height: 3.0625rem;
  min-width: 13.1875rem;
  height: auto;
  width: auto;
  text-align: center;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 18px;
  transition: none;
}
.cp-scheduling-plus-row3 .hs-button:hover,
.cp-scheduling-plus-row3 .button--primary:hover{
  background: #DC5A06;
  color: #FFFFFF;
  text-decoration:none;
}
.cp-scheduling-plus-row4 P {
  line-height: 1.1875rem;
  font-size: .9907rem;
  padding-top: 24px;
}
.cp-scheduling-plus-row4 p a span {
  color: #f37021;
}
.cp-scheduling-plus-row4 p a {
  color: #98a0a6;
}

.cp-scheduling-plus-row5 .content-form-section {
  padding-top: 90px;
  padding-bottom: 127px;
}
.cp-scheduling-plus-row5 .content-form-section form {
  padding-top: 0;
}
.cp-scheduling-plus-row5 .content-form-section form .hs-form-field {
  margin-bottom: 11px;
}
.cp-scheduling-plus-row5 .content-form-section h1 {
  padding-bottom: 16px;
}
.cp-scheduling-plus-row5 .content-form-section .span5.left ul {
  padding-top: 29px;
}
.cp-scheduling-plus-row5 .content-form-section .span5.left * {
  color: #182538;
}
.cp-scheduling-plus-row5 .content-form-section input.hs-button.primary.large {
  width: auto;
  height: auto;
  margin-top: 10px;
}
.cp-scheduling-plus-row5 .content-form-section .inputs-list:first-child {
  padding-top: 0;
}

.cm-query-grid .boxshadow-none .resource-archive-card__hero-image .wrap:after {
  background-image:url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/DottedBack_Concierge.svg);
}
.cp-scheduling-plus-row3 p a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  line-height: 1.8125rem;
  font-size: 1.1146rem;
}
.cp-scheduling-plus-row2 h1 strong {
  display: block;
}

.banner-section .row-fluid [class*="span"] {
  min-height: 0px; 
}
.who-we-serve-page {
  padding-top: 21px;
}


.who-we-serve-page .page-center,
.who-we-serve-page .dnd-section>.row-fluid {
  max-width: 1215px;
  padding: 0;
}
.who-we-serve-page .row-fluid [class*="span"] {
  min-height: 0px; 
}
.who-we-serve-row1 .page-center,
.who-we-serve-row3 .page-center {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
.who-we-serve-row1 .who-we-serve-col,
.who-we-serve-row3 .who-we-serve-col{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
}

.who-we-serve-row1 .dnd-section,
.who-we-serve-row2 .dnd-section,
.who-we-serve-row3 .dnd-section,
.who-we-serve-row1 .dnd-section>.row-fluid,
.who-we-serve-row2 .dnd-section>.row-fluid{
  padding: 0; 
}
.who-we-serve-row1 {
  padding-top: 40px;
}
.who-we-serve-row1 .left-column{
  margin-left: 28px;
}
.who-we-serve-row1 .left-column .widget-type-linked_image {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0;
  max-width: 485px;
}
.who-we-serve-row1 .right-column > div {
  max-width: 590px;
}
.who-we-serve-row1 .right-column p {
  letter-spacing: -.1px;
  margin: 0;
}
.who-we-serve-row1 .right-column ul {
  line-height: 35px;
  margin: 5px 0 44px;
  font-size: 20px;
  letter-spacing: -.1px;
  font-style: normal;
  font-weight: lighter;
  padding-left: 0px;
  list-style-position: inside;
}
.who-we-serve-row1 .hs-button {
  -webkit-transition: .3s all 0s ease-in-out;
  transition: .3s all 0s ease-in-out; 
  margin: 0;
  padding: 8px 39px;
  border: none;
  font-weight: 500;
}
.who-we-serve-row1 .hs-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.who-we-serve-row1 .left-column .hs-button {
  display: none; 
}
.who-we-serve-row2 {
  margin-top: 177px;
  padding-top: 100px;
  padding-bottom: 150px;
  background: rgba(240,246,247,.5);
}
.testimonial-with-button-wrap:after,
.testimonial-with-image-wrap .testimonial-inner-wrap:after,
.testimonial-card .wrap:after{
  background: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/DottedBack_Concierge.svg) right top repeat;
}
.testimonial-with-image-wrap .image-col img {
  -webkit-mask-image: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/ellipse-mask.svg);
}
.testimonial-with-image-wrap .image-col:before {
  background: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/ellipse-bg.svg) no-repeat center;
}
.leaders-section .memberBox .dottedImgBox:after {
  background: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/DottedBack_Concierge.svg) right top repeat; 
}
.who-we-serve-row3 {
  padding: 138px 0 0;
}
.who-we-serve-row4 .dnd-section{
  padding-top: 196px;
  padding-bottom: 0px;
}
.who-we-serve-row5 .dnd-section{
  padding-top: 193px;
  padding-bottom: 0px;
}

.who-we-serve-row3 .widget-type-rich_text {
  font-size: 18px;
}
.who-we-serve-row3 .left-column {
  text-align: right; 
}
.who-we-serve-row3 .right-column > div {
  max-width: 527px;
}

/**** About Page ****/
main.about-page {
  padding-top: 21px;
}
.about-row1 .dnd-section {
  padding-top: 50px;
  padding-bottom: 60px;
}
.about-row1 .dnd-section>.row-fluid{
  align-items: flex-start;
  max-width: 100%;
  margin: 0 0;
  padding: 0;

}
.about-row1 .span6 .hs_cos_wrapper_type_module {
  display: block;
  text-align: left;
  width: 100%;
}
.about-row1 .span6 .widget-type-rich_text p{
  line-height: 28px; 
}
.about-row1 .hs_cos_wrapper_type_module .hs-button {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 24px;
}
.about-row1 .hs_cos_wrapper_type_module .hs-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.about-row1 .widget-type-rich_text h1 {
  word-break: initial; 
}
.about-row4 .dnd-section {
  padding: 60px 0 0;
}

.contactSection-about .mapBox-about .dotsBottom:after {
  background: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/DottedBack_Concierge.svg) right top repeat;
}

.about-row5 .dnd-section>.row-fluid {
  padding: 0; 
}


/**** Mobile Pateint Intake Page ****/

.mobile-pateint-page .dnd-section>.row-fluid,
.mobile-pateint-page .page-center {
  max-width: 60rem;
}
.mobile-pateint-row1 .dnd-section {
  padding-bottom: 4rem; 
  padding-top: 4rem;
}
.mobile-pateint-page .cm-content-top-image-wrapper .cm-content-top-image-inner {
  margin: 32px auto 0;
  width: 83%;
}
.mobile-pateint-page .cm-content-top-image-wrapper .cm-content-top-image-item {
  width: 50%;
}
.mobile-pateint-page .cm-content-top-image-wrapper .cm-content-top-image-item-inner {
  max-width: 21.375rem;
  margin: 0 auto;
}
.mobile-pateint-page .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  height: 5.625rem;
  width: 5.625rem;
}
.mobile-pateint-page .cm-content-top-image-wrapper h2 {
  text-transform: none;
  padding-top: 4px;
  font-weight: 700;
}
.mobile-pateint-page .cm-content-top-image-wrapper p.sub-heading {
  width: 37.125rem;
  margin: 0 auto;
  margin-left: 11rem;
  line-height: 1.8125rem;
  font-size: 1.1146rem;
  text-align: center;
  padding-top: 4px;
  color: #182538;
}
.mobile-pateint-page .cm-content-top-image-wrapper .cm-content-top-image-content {
  margin: 19px 0 0;
}
.mobile-pateint-page .cm-content-top-image-wrapper h3 {
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  line-height: 1.5rem;
  font-size: 1.0526rem;
  color: #182538;
  font-weight: bold;
  margin-bottom: 15px;
}
.mobile-pateint-page .cm-content-top-image-wrapper .cm-content-top-image-content p {
  color: #4e6170;
  line-height: 1.5rem;
  font-size: 1.0526rem;
}
.mobile-pateint-page .content-form-section input.hs-button.primary.large {
  margin: 0;
}
.mobile-pateint-page .content-form-section .page-center {
  padding: 0;
}
.mobile-pateint-page .content-form-section {
  padding-bottom: 4.84rem;
  padding-top: 7.6875rem;
}
.mobile-pateint-page .content-form-section form fieldset:last-of-type > .hs-form-field {
  margin-bottom: 9px;
}
.mobile-pateint-page .content-form-section ul li {
  line-height: 2rem;
  padding-bottom: 0px;
}
.mobile-pateint-page .content-form-section h1 {
  padding-bottom: 2px;
  margin-top: 0;
}
.mobile-pateint-page .content-form-section form {
  padding-left: 59px;
  padding-top: 4rem;
  padding-right: 10px;
}
.mobile-pateint-page h3.form-title {
  display: none 
}
.mobile-pateint-page .content-form-section .actions {
  padding-top: 2px;
}
.body-container__website .video-container iframe {
  min-height: 480px;
}
/***** Solutions Page ** */
main.solution-page {
  padding-top: 21px;
}
.solution-page .dnd-section > .row-fluid,
.solution-page .page-center {
  max-width: 1200px;
  padding: 0;
}
.solution-page .page-center,
.solution-row1 .dnd-section > .row-fluid,
.solution-row2 .dnd-section > .row-fluid,
.solution-row1 .dnd-section {
  padding: 0 0; 
}
.solution-row1 {
  padding-top: 70px; 
}
.solution-row1 .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solution-row1 .right-column h1 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px; 
  line-height: 1;
}
.solution-row1 .right-column h4 {
  color: #000;
  font-size: 25px;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.4;
}
.solution-row1 .right-column p {
  line-height: 30px;
}
.solution-row1 .right-column ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  line-height: 30px;  
}
.solution-row1 .right-column .hs_cos_wrapper_type_module {
  width: 100%;
  text-align: left;
}
.solution-row1 .widget-type-linked_image img {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.solution-row1 .hs-button {
  margin: 15px 0 0;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  font-size: 22px;
  font-weight: 600;
  padding: 15px 30px;
  line-height: 1;
  border: none;
}
.solution-page .hs-button:hover {
  transform: scale(1.1);
  text-decoration: none;
}
.solution-row2 .dnd-section,
.solution-row3 .dnd-section,
.solution-row5 .dnd-section,
.solution-row6 .dnd-section{
  padding-top: 150px; 
  padding-bottom: 0px;
}
.solution-row4 .dnd-section {
  padding-top: 50px; 
  padding-bottom: 0px;
}
.solution-row2 .dnd-section>.row-fluid > .dnd-column {
  background-color: #f0f6f7;
  border-radius: 15px 15px 15px 15px;
  padding: 10px;
}
.solution-row2 .widget-type-header {
  padding:47px 140px 0;
  margin-bottom: 20px;
}
.solution-row2 .widget-type-header h2,
.solution-row6 .widget-type-header h2,  
.solution-row6 .widget-type-rich_text h2{
  margin: 0;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.solution-row6 .widget-type-header,
.solution-row6 .widget-type-rich_text{
  padding: 10px 10px 25px;
}
.solution-row2 .span2 {
  width: 12%; 
  margin-left: 0px;
}
.solution-row2 .span4 {
  width: 37.98%; 
  margin-left: 0px;
}
.solution-row2 .dnd-row > .row-fluid {
  align-items: flex-start;
}
.solution-row2 .widget-type-linked_image img {
  max-width: 400px !important;
  margin: 0 auto;
  width: 100%;
}
.solution-row2 .span4 .widget-type-rich_text {
  text-align: center; 
  font-size: 20px;
  line-height: 25px;
}
.solution-row2 .hs-button {
  font-size: 20px;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  line-height: 1;
  padding: 12px 24px; 
  margin: 0;
  border: none;
}
.solution-row3 .widget-type-rich_text h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 33px;
  margin: 0px 0 20px;  
}
.solution-row3 .widget-type-rich_text p {
  padding-bottom: 10px; 
}
.solution-row3 .span6 {
  width: 50%;
  margin-left: 0px;
}
.solution-page .solution-card-wrapper .card-wrapper {
  justify-content: center;
}
.solution-page .critical-need-wrapper.with-image {
  padding: 0 0 0 50px;
}
.solution-page .critical-need-wrapper {
  border-radius: 15px 15px 15px 15px;
  padding: 50px;
  margin: 10px;
}
.solution-page .critical-need-wrapper .cm-content-title {
  width: 100%;
  padding-left: 0px;
  margin-bottom: 15px;
}
.solution-page .critical-need-wrapper.with-image .cm-content-title {
  margin-bottom: 20px;
}
.solution-page .critical-need-wrapper .cm-content-border {
  width: 100%;
  padding: 15px 0px;
  margin-bottom: 5px;
}
.solution-page .critical-need-wrapper.with-image .cm-content-border {
  margin-bottom: 20px;
}
.solution-page .critical-need-wrapper.with-image .content-inner {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.solution-page .critical-need-wrapper .cm-content-border>div {
  margin: 0;
}
.solution-page .critical-need-wrapper .content-top {
  padding-top: 0;
  width: 100%;
}
.solution-page .critical-need-wrapper .content-text {
  font-size: 18px;
}
.solution-row7 .dnd-section {
  padding: 150px 0 0px;
}
.solution-row8 .dnd-section {
  padding: 150px 0 100px;
}
.solution-page .cm-schdule-demo-wrapper {
  margin: 0 40px;
}
.solution-page .cm-schdule-demo-wrapper .cm-schdule-demo-inner{
  position: relative;
}

.solution-page .cm-schdule-demo-wrapper .cm-schdule-demo-content p {
  margin: 0 0 10px;
  color: #4d6170;
  font-size: 26px;
  line-height: 35px;
}

.solution-page .cm-schdule-demo-wrapper .cm-schdule-demo-button .hs-button {
  font-size: 22px;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  line-height: 1;
  font-weight: 600;
  padding: 12px 24px;
  margin-right: 48px;
  margin-top: 0px;
  border: none;
}
.solution-page .cm-schdule-demo-wrapper .cm-schdule-demo-content p b {
  font-weight: 700;
}
.solution-page .content-with-button-wrap .content-item-inner .hs-button {
  margin: 0;
}
.solution-page .solution-card-wrapper .card-box-title {
  margin-bottom: 15px;
}
.solution-row5 .widget-type-rich_text h2 {
  margin-top: 0;
}
/****** All about acess ****/
/* haeder footer */
.about-access-header .custom-page-header {
  min-height: 3.875rem;
  height: auto;
}
.about-access-header .custom-page-header .cm-page-logo {
  padding-top: 1rem;
  left: 0.125rem;
  width: 9.1875rem;
}
.about-access-header .custom-page-header .cm-page-menu-links {
  padding-top: 1.4375rem;
  padding-left: 3rem;
}
.about-access-header .custom-page-header .cm-page-menu-links .hs-menu-item a {
  line-height: 1.375rem;
  font-size: 0.8669rem;
}
.about-access-header .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li {
  padding-right: 3.15rem;
}
footer.pateint-intake-footer.about-access-footer {
  min-height: 10rem;
}
footer.pateint-intake-footer.about-access-footer .intake-logo {
  width: 12.39rem;

}
footer.pateint-intake-footer.about-access-footer .intake-logo img {
  max-width: 100% !important;
  min-height: auto;

}
footer.pateint-intake-footer.about-access-footer .top-row {
  padding-top: 2.1875rem;
}
footer.pateint-intake-footer.about-access-footer .intake-footer-copyright {
  padding-top: 11px;
}
footer.pateint-intake-footer.about-access-footer .intake-footer-links {
  padding-top: 3px;
}
footer.pateint-intake-footer.about-access-footer .footer-intake-social-inner a {
  margin-left: 12.5px;
  padding-left: 0px;
  width: 2rem;
  height: 2rem;
}
footer.pateint-intake-footer.about-access-footer .footer-intake-social-inner a img {
  display: block;
  height: 100%;
  width: 100%;
}
/* page style */


.about-access-page {
  padding-top: 2.6rem;
  line-height: 1.5rem;
  font-size: 1.0526rem;
}
.about-access-page .dnd-section>.row-fluid,
.Webex-team-page .dnd-section>.row-fluid{
  max-width: 60rem; 
}
.about-access-page h1{
  line-height: 2.5625rem;
  font-size: 1.7957rem;
  color: #00c3de;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  margin-top: 0;
  text-transform: none;
}
.about-access-row1 .dnd-section {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}
.about-access-row1 p {
  padding-top: 10px; 
}
.about-access-row2 .dnd-section {
  background-position: 50% 50% !important;
  text-align: center;
  padding-top: 3.5rem;
  padding-bottom: 0px;
  min-height: 18.75rem;
}
.about-access-row2 h1 {
  line-height: 2.625rem;
  font-size: 1.8576rem;
  margin: 0 0 0.7rem 0;
}
.about-access-row2 .dnd-section p {
  max-width: 37.5rem;
  margin: 0 auto;
  padding-bottom: 1.76rem;
  line-height: 1.5625rem;
  font-size: 1.1146rem;
}
.about-access-row2 .widget-type-rich_text {
  padding-left: 1rem;
}
.cm-contact-cta:hover {
  text-decoration: none;
}

/** Webex Team Page **/
.Webex-team-page .dnd-section>.row-fluid,
.Webex-team-page .page-center{
  max-width: 60rem; 
  padding: 0;
}
.Webex-team-page .row-fluid [class*="span"] {
  min-height: 0px;
}
.webex-team-header .custom-page-header .cm-page-logo {
  position: relative;
  left: 0;
  width: 8.9375rem;
  float: left;
  padding-top: 1rem;
}
.webex-team-header .custom-page-header .cm-page-logo a {
  background: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/webex-Luma-Health-Logo-1.png) -0.875rem -1.75rem / 10rem 5.75rem;
  display: block;
}
.webex-team-header .custom-page-header .cm-page-logo img {
  visibility: hidden;
  opacity: 0;
} 
.webex-team-header .custom-page-header .cm-page-menu-links .hs-menu-item a {
  color: #37465A;
  font-size: 0.8669rem;
  line-height: 1.4rem;
}
.webex-team-header .custom-page-header .header-btn-section {
  top: 1rem;
  left: 51.125rem;
  height: 2.4375rem;
  width: 8.75rem;
}
.webex-team-header .custom-page-header .header-btn-section a {
  box-shadow: none;
  border-radius: 3px;
  height: 2.4375rem;
  width: 8.75rem; 
}
.webex-team-header .custom-page-header .cm-page-menu-links {
  float: right;
  padding-top: 1.4375rem;
  padding-left: 0;
  padding-right: 12.9rem;
}
.webex-team-header .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li {
  padding-right: 2.95rem;
}
.webex-team-header .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li:last-child {
  padding-right: 0px;
}
.webex-team-header .custom-page-header .page-center {
  padding: 0 0 11px;
}
.webex-team-header .custom-page-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  left: 0;
  right: 0;
}
.Webex-team-row1 .dnd-section {
  background-position: 49% 0 !important;
  text-align: center;
  padding-top: 4.375rem;
  min-height: 18.0625rem;
  padding-bottom: 0;
}
.Webex-team-page h1 {
  margin-top: 0;
  text-transform: none;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}
.Webex-team-page .widget-type-rich_text h1 {
  line-height: 2.625rem;
  font-size: 2.1672rem;
}
.Webex-team-row1 .widget-type-rich_text p {
  line-height: 1.8125rem;
  font-size: 1.1146rem;
  max-width: 35.625rem;
  position: relative;
  left: 12.3125rem;
  padding-top: 1.4rem;
}
.Webex-team-row2 .dnd-section {
  text-align: center;
  line-height: 1.375rem;
  font-size: 0.8669rem;
  padding: 2rem 0 2.1rem;
  border: 0.0625rem solid #CCCACA;
  border-right: 0;
  border-left: 0;
}
.Webex-team-row2 .hs-menu-wrapper ul {
  margin: 0;
  padding-left: 2.5rem; 
}
.Webex-team-row2 .hs-menu-wrapper ul > li {
  padding-right: 5.5rem;
}
.Webex-team-row2 .hs-menu-wrapper ul > li:first-child {
  padding-left: 4px;
}
.Webex-team-row2 .hs-menu-wrapper ul > li:last-child {
  padding-right: 0px;
}
.Webex-team-row2 .hs-menu-item a {
  text-align: center;
  line-height: 1.375rem;
  font-size: 0.8669rem;
  font-weight: bold;
  color: #37465A;
  padding: 0;
}
.Webex-team-row3 .dnd-section {
  padding-top: 4.3125rem;
  padding-bottom: 0;
}
.Webex-team-row3  h1 {
  line-height: 2.5625rem;
  font-size: 1.7957rem;
  color: #182538;
  margin: 0 0 15px;
}
.Webex-team-row3 .widget-type-rich_text {
  padding-left: 7.875rem;
  line-height: 1.8125rem;
  font-size: 1.1146rem;
}
.Webex-team-row3 .widget-type-rich_text > span {
  width: 100%;
  max-width: 46rem;
  display: block;
}

.Webex-team-page .cm-content-top-image-wrapper .cm-content-top-image-wrap {
  height: 4.5625rem;
  width: 4.5625rem;
} 
.Webex-team-page .cm-content-top-image-wrapper .col_2 .cm-content-top-image-wrap {
  height: 4.25rem;
  width: 4.3125rem;
}
.Webex-team-page .cm-content-top-image-wrapper .col_3 .cm-content-top-image-wrap {
  height: 3.75rem;
  width: 5.1875rem;
}
.Webex-team-page .cm-content-top-image-wrapper h3 {
  color: #182538;
  line-height: 1.5rem;
  font-size: 1.0526rem;
  margin-bottom: 15px;
}
.Webex-team-page .cm-content-top-image-wrapper .cm-content-top-image-content p {
  color: #4e6170;
  font-size: 1.0526rem;
  line-height: 1.4875rem;
}
.Webex-team-page .cm-content-top-image-wrapper .cm-content-top-image-content {
  margin: 14px 0 0;
  padding: 0px 8px;
}
.Webex-team-page .cm-content-top-image-wrapper{
  margin-bottom: 1.5rem !important;
}
.Webex-team-row4 .dnd-column .widget-type-rich_text {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
.Webex-team-row5 .widget-type-rich_text h1 {
  font-size: 1.7957rem;
  line-height: 2.5375rem;
  margin-bottom: 1rem;
}
.Webex-team-row5 .widget-type-rich_text p {
  line-height: 1.625rem;
  font-size: 0.9907rem;
  max-width: 38.125rem;
  margin-left: auto;
  margin-right: auto;
}
.Webex-team-row5 .dnd-section {
  padding-top: 4.5rem;
}
.Webex-team-row6 .dnd-section>.row-fluid {
  align-items: flex-start;
  margin-top: -43px;
}
.Webex-team-row5 .widget-type-linked_image {
  margin-top: -26px;
}
.Webex-team-row6 .span4 {
  padding: 0 1rem;
}
.Webex-team-row6 .span4 h1 {
  font-size: 2.5387rem;
  line-height: 2.1rem;
  margin-top: 1.1rem;
}
.Webex-team-row6 .widget-type-rich_text p {
  line-height: 1.625rem;
  font-size: 0.9907rem;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
  color: #37465A;
}

.Webex-team-row8 .dnd-section {
  background-position: 69% 100% !important; 
  background-attachment: fixed;
}
.Webex-team-row6 .widget-type-rich_text p a,
.Webex-team-row4 .dnd-column .widget-type-rich_text p a{
  line-height: 1.8125rem;
  font-size: 1.1146rem;
  font-weight: bold;
}
.Webex-team-row8 .content-form-section .left,
.Webex-team-row8 .content-form-section .right{
  width: 100%;
  margin-left: 0px;
}
.Webex-team-row8 .content-form-section .left {
  text-align: center;
}
.Webex-team-row8 .content-form-section {
  padding-top: 5.05rem;
  padding-bottom: 6.3rem;
}
.Webex-team-row8 h3.form-title {
  display: none; 
}
.Webex-team-row8 .content-form-section h1 {
  line-height: 2.5625rem;
  font-size: 1.7957rem;
  padding-bottom: 0px;
}
.Webex-team-row8 .content-form-section p {
  line-height: 1.5rem;
  font-size: 1.0526rem;
  color: #4E6170;
}
.Webex-team-row8 .hs_cos_wrapper_type_form {
  width: 54.375rem;
  margin-left: 2.5625rem;
  display: block;
}
.Webex-team-row8 .content-form-section form {
  padding-right: 8px;
  padding-left: 16px;
  padding-top: 17px;
}
.Webex-team-row8 .content-form-section form fieldset {
  max-width: 100%;
}
.webex-team-footer footer.pateint-intake-footer {
  min-height: 9.375rem;
}
.webex-team-footer footer.pateint-intake-footer .footer-intake-social,
.webex-team-footer footer.pateint-intake-footer .intake-footer-links {
  display: none; 
}
.webex-team-footer footer.pateint-intake-footer .intake-logo {
  height: 3rem;
  width: 14.25rem;
  padding: 0;
}
.webex-team-footer footer.pateint-intake-footer .intake-logo a {
  background: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/webex-Luma-Health-Logo-1.png) -1.5625rem -2.625rem / 16rem 9.3125rem;
  display: block;
}
.webex-team-footer footer.pateint-intake-footer .intake-logo img {
  visibility: hidden;
  opacity: 0;
}
.webex-team-footer footer.pateint-intake-footer .top-row {
  padding-top: 2.1875rem;
}
.webex-team-footer footer.pateint-intake-footer .bottom-row {
  padding-bottom: 0;
  padding-top: 0.6rem;
}
.Webex-team-row6 .widget-type-linked_image {
  display: none; 
}
.solution-page .cm-schdule-demo-wrapper .schedule-image img {
  max-width: 109px !important;
  width: 100%;
  margin-top: 0.6em;
}

.container-fluid.covid-solution-row7 .contentWithleft-text a:hover {
  color: #23527C;
}

footer.pateint-intake-footer {
  background: rgb(27,37,54);
  min-height: 10.25rem;
}

footer.pateint-intake-footer .page-center {
  max-width: 60rem;
  padding: 0;
}

footer.pateint-intake-footer .intake-logo img {
  max-width: 100%;
  display: block;
  width: 100% !important;
}
footer.pateint-intake-footer .top-row {
  padding-top: 2.4375rem;
}
footer.pateint-intake-footer .intake-logo {
  padding-bottom: 8px;
  float: left;
  width: 12.25rem;
}
footer.pateint-intake-footer .footer-intake-social img {
  max-width: 36px;
  width: auto;
  display: inline-block;
}
footer.pateint-intake-footer .footer-intake-social {
  float: right;
  padding-top: 5px;
  padding-right: 8px;
}
footer.pateint-intake-footer .footer-intake-social-inner a {
  padding-left: 12.5px;
  vertical-align: baseline;
  display: inline-block;
}
footer.pateint-intake-footer .bottom-row {
  padding-bottom: 1rem;
}
footer.pateint-intake-footer .intake-footer-copyright {
  line-height: 1.125rem;
  font-size: 0.805rem;
  color: #fff;
  font-weight: 400;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  float: left;
  padding-top: 8px;
}
footer.pateint-intake-footer .intake-footer-links {
  text-align: right;
  line-height: 1.625rem;
  font-size: 0.9907rem;
  color: #ffffff;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  padding-right: 8px;
  padding-bottom: 12px;
  float: right;
}
footer.pateint-intake-footer .intake-footer-links a,
footer.pateint-intake-footer .intake-footer-links a:hover{
  color: #fff;
}

.health-case-study-row10 .contact-section form .hs-button:hover {
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
.health-case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content h4 em,
.health-case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content h4 i{
  font-weight: 300;
}
.health-case-study-row3 .row-fluid-wrapper:not(:last-child) .cm-content-Wleft-icon-wrapper:after {
  height: 1.5625rem;
  width: 3.3375rem;
}

.health-case-study-row9 .cm-schdule-demo-wrapper .schedule-image .schedule-image-inner {
  padding: 0 0 0 30px;
}
.health-case-study-row9 .cm-schdule-demo-wrapper .schedule-image img {
  max-width: 100% !important;
  display: block;
}
.health-case-study-row9 .cm-schdule-demo-wrapper .schedule-image .schedule-image-inner {
  -ms-flex-line-pack: flex-end;
  align-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}

.telehealth-row1 .cm-patient-access-wrapper .cm-patient-access-button .hs-button {
  height: 3.25rem;
  width: 15.75rem;
  font-size: 1.0526rem;
  line-height: 33px
}
.telehealth-row1 .cm-patient-access-wrapper .cm-patient-access-button {
  margin: 2.9rem 0 0;
}
.footer-telehealth-learnmore-wrapper .footer-social-telehealth-webinar .icon-linkedin {
  height: 1.875rem;
  width: 1.8125rem;
}
.telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper {
  min-height: 43.3125rem;
}

.mobile-pateint-row3 .mobile-pateint-page .content-form-section {
  padding-top: 7.6875rem;
  padding-bottom: 4rem;
}
.mobile-pateint-row3 .mobile-pateint-page .content-form-section h1 {
  margin-top: 0;
}

/* ************ */

.nextech-partner-row5 .custom-patient-engage-section .item p {
  color: #4e6170;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
  padding: 0 14px;
}

.mobile-webinar-footer footer.pateint-intake-footer .footer-intake-social {
  display: none;
}

.mobile-webinar-footer footer.pateint-intake-footer .intake-footer-links {
  display: none;
}

.mobile-webinar-footer footer.pateint-intake-footer {
  min-height: 0;
}

.mobile-webinar-footer footer.pateint-intake-footer .intake-logo img {
  min-height: auto !important;
}

.mobile-webinar-footer footer.pateint-intake-footer .intake-logo {
  padding: 0;
  left: 0;
  width: 14.4375rem;
  position: relative;
}

.mobile-webinar-footer footer.pateint-intake-footer .top-row {
  padding-top: 33px;
}

.mobile-webinar-footer footer.pateint-intake-footer .bottom-row {
  padding-bottom: 1.9rem;
  padding-left: 1px;
  padding-top: 0.5rem;
  padding-top: 0.6rem;
}

.nextech-partner-row5 .custom-patient-engage-section .item p {
  color: #4e6170;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
  padding: 0 14px;
}

.nextech-partner-wrapper .submitted-message {
  text-align: center;
  color: #000;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  font-weight: 400;
}

.nextech-partner-wrapper .widget-type-form form .hs-error-msgs label {
  background-color: #E14256 !important;
  border: 0px !important;
  background-image: none !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  padding: 12px 15px !important;
  text-shadow: none !important;
  color: #f3f3f3 !important;
  font-size: 1em !important;
  line-height: 1.2em;
  max-width: 12.7em;
  display: block;
  margin-top: 7px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  position: relative;
}

.nextech-partner-row6 form .hs-error-msgs label:before {
  background-color: #E14256;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
  content: '';
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: 5px;
  z-index: 100;
  margin: 0;
}
.who-we-serve-row7 .contact-section .row {
  margin-left: 0px; 
  margin-right: 0px;
}
.container-fluid.covid-solution-row11 .contact-section .row {
  margin: 0;
}

.cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img.img-ucsandiegohealth {
  width: 280px;
  max-width: 280px;
  left: -20px;
  margin-top: -10px;
}

.cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-content p a {
  color: #182538;
  text-decoration-color: #98A0A6;
}

.appointment-footer footer.pateint-intake-footer .footer-intake-social img {
  max-width: initial;
}

.content-image-align-wrapper h1 {
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}

.who-we-serve-row3 .content-with-image-wrapper>.block-column {
  justify-content: flex-start;
}

.hs-search-field--open .hs-search-field__suggestions {
  z-index: 9;
}

.mobile-pateint-row2 .user-testimonial-section h3.user-name {
  padding-top: 4.8rem;
}
.mobile-pateint-row2 .user-testimonial-section .user-testimonial-inner {
  padding: 0 3rem 10px 3rem;
}

.mobile-pateint-row3 .content-form-section p,
.mobile-pateint-row3 .content-form-section ul{
  color: #182538;
}
.mobile-pateint-row3 .content-form-section ul {
  padding-left: 2.5rem;
}
.mobile-pateint-row2 .user-testimonial-section .user-content p {
  padding-bottom: 1.5rem;
}

.mobile-pateint-row2 .user-testimonial-section .user-testimonial-inner {
  padding: 0 3rem 10px 3rem;
  margin-top: 4rem;
}

.hs-greenway-three .span6{
  background-image: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/bg-blue.png);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: .3125rem .3125rem .3125rem .3125rem;
  padding: 20px 0.9rem;
  width: 371px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
  max-width: 100%;
}
.hs-greenway-three .dnd-row > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0;
  width: 94%;
  margin: 0 auto;
}
.hs-greenway-three .span6:last-child {
  margin-left: 0 !important;
}
.hs-greenway-three .hs_cos_wrapper_type_rich_text ul {
  padding-left: 2.5rem;
  padding-right: 30px;
  margin: .625rem 0;
}
.hs-greenway-three .hs_cos_wrapper_type_rich_text ul li {
  line-height: 1.5rem;
  font-size: 1.0526rem;
  margin-bottom: 1.2rem;
  color: #37465A;
}
.hs-greenway-page .custom-page-header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background: #fff !important;
}
.hs-greenway-page .engage-menu {
  min-height: 5.25rem;
}

.hs-greenway-three .hs_cos_wrapper_type_rich_text h3 a:hover {
  color: #F37021;
}

.container-fluid.hs-greenway-seven .client-ratings-group .item h4 img {
  width: auto;
}

.hs-greenway-two .dnd-row[class*="vertical-alignment"] .hs-button {
  font-size: 0.8669rem;
  font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
  font-weight: 700;
  height: 2.4375rem;
  width: 14.5625rem;
  border-radius: 3px;
  padding: 0;
  line-height: 2.4375rem;
}
.appointment-footer a {
  pointer-events: none;
}

.testimonial__content {
  padding-bottom: 14px;
}

.solution-row1 .hs-button {
  letter-spacing: normal;
}
.testimonial__content {
  padding-bottom: 9px;
}

.automated-lyt .cp-appointment-row5 h1 {
  text-transform: none;
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}

.footer-about-access-wrapper footer.pateint-intake-footer.about-access-footer .footer-intake-social-inner a.hs-icon-linkedin {
  height: 1.8125rem;
  width: 1.8125rem;
}
.footer-about-access-wrapper footer.pateint-intake-footer.about-access-footer .footer-intake-social-inner a.hs-icon-twitter {
  height: 1.8125rem;
  width: 2rem;
  margin-right: 5px;
}
.footer-about-access-wrapper footer.pateint-intake-footer.about-access-footer .footer-intake-social-inner a.hs-icon-facebook {
  height: 2rem;
  width: 2rem;
}

.Webex-team-row5 .widget-type-linked_image img {
  max-width: 62.8125rem !important;
  left: -1.5625rem;
  position: relative;
}

.footer-top-case-study .footer-top-col-content a:focus {
  color: #F37021;
}

.solution-page .contact-section .contact-form {
  padding: 10px;
}

main.solution-page .contact-section .page-center {
  padding: 0 15px;
}

footer.pateint-intake-footer.cm-intake-footer .top-row {
  padding-top: 2.4375rem;
}

footer.pateint-intake-footer.cm-intake-footer .footer-intake-social img {
  max-width: 2.0625rem;
}

footer.pateint-intake-footer .footer-intake-social-inner a:first-child img {
  max-width: 1.8125rem;
}
footer.pateint-intake-footer .footer-intake-social-inner a:nth-child(2) img {
  max-width: 2.25rem;
}
.appointment-footer footer.pateint-intake-footer .footer-intake-social-inner a:nth-child(2) img {
  max-width: 2.5rem;
}
.appointment-footer footer.pateint-intake-footer .footer-intake-social a:last-of-type img {
  width: 2.0625rem;
}

.telehealth_header .custom-page-header .cm-page-logo {
  max-width: 11.925rem;
  position: relative;
  left: -0.3625rem;
  padding-top: 1.8375rem;
  width: 100%;
}
.telehealth_header .custom-page-header {
  min-height: 7.25rem;
}
.telehealth_header .custom-page-header .cm-page-menu-links {
  padding-left: 2.2rem;
  padding-top: 2.6875rem;
}
.telehealth_header .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li {
  padding-right: 34px;
}
.telehealth-row1 .cm-patient-access-wrapper .cm-patient-access-button .hs-button {
  height: 3.25rem;
  width: 15.75rem;
  font-size: 1.0526rem;
  display: table-cell;
  line-height: 120%;
  vertical-align: middle;
}
.footer-nex-wrapper footer.pateint-intake-footer .intake-logo img {
  min-height: auto;
}
.footer-nex-wrapper footer.pateint-intake-footer .intake-logo {
  width: 11.3125rem;
  left: -0.1875rem;
  position: relative;
  padding-bottom: 0.65rem;
}
.footer-nex-wrapper footer.pateint-intake-footer.cp-footer .bottom-row {
  padding-bottom: 30px;
}
.telehealth-row1 .cm-patient-access-wrapper .cm-patient-access-button .hs-button {
  height: 3.25rem;
  width: 15.75rem;
  font-size: 1.0526rem;
  display: table-cell;
  line-height: 120%;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgb(1 1 1 / 50%);
}

.gtd-page .content-form-section .left ul li span {
  color: #1F415B;
  font-size: 1.2384rem;
}

.contact-section form .hs_number_of_providers {
  width: 100% !important;
}

.hs-epic-wrapper .client-ratings-group .item h4 img {
  margin: 0;
  vertical-align: top;
  width: 132px;
  margin-top: 13px;
}

.custom-greenway-banner-wrp .image img {
  image-rendering: pixelated;
}

.mobile-patient-header .custom-page-header .page-center {
  padding-bottom: 0px;
}

.Webex-team-row2 .hs-menu-item a:hover {
  text-decoration: underline;
}

.footer-link-case-study {
  line-height: 1.625rem;
  font-size: 0.9907rem;
  color: #fff;
}

.solution-row6 .widget-type-rich_text h2 {
  color: #000;
}

.cp-appointment-row8 .healthcare-professionals-section .item img,
.cp-scheduling-plus-row4 .healthcare-professionals-section .item img {
  max-width: 9.375rem;
}

.cp-appointment-row8 .healthcare-professionals-section .item img[alt*="Epic"],
.cp-scheduling-plus-row4 .healthcare-professionals-section .item img[alt*="Epic"] {
  max-width: 6.125rem;
}

.cp-appointment-row8 .healthcare-professionals-section .item img[alt*="nextgen"],
.cp-scheduling-plus-row4 .healthcare-professionals-section .item img[alt*="nextgen"] {
  max-width: 7.375rem;
}

.cp-appointment-row8 .healthcare-professionals-section .item img[alt*="eClinicalWorks"],
.cp-scheduling-plus-row4 .healthcare-professionals-section .item img[alt*="eClinicalWorks"] {
  max-width: 11.1875rem;
}

.cp-appointment-row8 .healthcare-professionals-section .item img[alt*="All scripts"],
.cp-scheduling-plus-row4 .healthcare-professionals-section .item img[alt*="All scripts"] {
  max-width: 10.625rem;
}

.cp-appointment-row8 .healthcare-professionals-section .item img[alt*="athena health"],
.cp-scheduling-plus-row4 .healthcare-professionals-section .item img[alt*="athena health"] {
  max-width: 10rem;
}

.cp-appointment-row8 .healthcare-professionals-section .item img[alt*="Meditech"],
.cp-scheduling-plus-row4 .healthcare-professionals-section .item img[alt*="Meditech"] {
  max-width: 8.125rem;
}

.engage-page .content-form-section ul {
  line-height: 1.25rem;
  font-size: 1.2384rem;
  padding-top: 4px;
}

.engage-page .content-form-section ul li {
  line-height: 1.25rem;
  font-size: 1.2384rem;
  padding-bottom: 1.25rem;
}

.footer-about-access-wrapper footer.pateint-intake-footer.about-access-footer .footer-intake-social-inner a:first-child {
  height: 1.8125rem;
  width: 1.8125rem;
}
.footer-about-access-wrapper footer.pateint-intake-footer.about-access-footer .footer-intake-social-inner a:nth-child(2) {
  height: 1.8125rem;
  width: 2rem;
  margin-right: 5px;
}
.footer-about-access-wrapper footer.pateint-intake-footer.about-access-footer .footer-intake-social-inner a:nth-child(3) {
  height: 2rem;
  width: 2rem;
}

.hs-greenway-five .span7 ul li, .hs-greenway-six .span6 ul li {
  font-size: 1.68rem !important;
}

.IE .home-row3 .innerBix img {
  max-width: 420px !important;
}

.IE select::-ms-expand {
  display: none !important;
}

.IE .footer-socail-icons  a svg {
  position: relative;
  top: -10px;
}

.mobile-patient-intake-footer-wrapper footer.pateint-intake-footer .intake-logo {
  padding-bottom: 0.7rem;
}

.osis-row6 .custom-patient-engage-section .item img {
  max-width: 4.1875rem;
}

.appointment-footer footer.pateint-intake-footer.cp-footer .bottom-row {
  padding-top: 3px;
}

.osis-row5 .widget-type-linked_image img {
  max-width: 11.1875rem !important;
}

.osis-row6 .custom-patient-engage-section .item .inner {
  padding-bottom: 1.5rem;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img {
  width: 100%;
  max-width: 11.875rem;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img[alt*="Salud"] {
  max-width: 8.75rem;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img[alt*="Cook County Health"] {
  max-width: 10.5625rem;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img[alt*="Houston"] {
  max-width: 11.5rem;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img[alt*="Penn Medicine"] {
  max-width: 14.9375rem;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img[alt*="Women Care"] {
  max-width: 10rem;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img[alt*="West Dermatology"] {
  max-width: 10rem;
}

.cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img[alt*="UC San Diego Health"] {
  max-width: 17.5rem;
  margin: 0 auto;
}

.gtd-row4 .content-form-section .span5.left {
  max-width: 28.75rem;
  margin: 0;
}
.gtd-row4 .content-form-section .span7.right {
  max-width: 35.0625rem;
  margin: 0;
  padding: 0px 8px 0px 16px;
}

.custom-patient-engage-section .item img[alt*="Feedback & Reputation Management"] {
  width: 4.5625rem;
}

.custom-patient-engage-section .item img[alt*="Smart Conversations"] {
  width: 4.4375rem;
}

.custom-patient-engage-section .item img[alt*="Collaboration Hub"] {
  width: 3.75rem;
}

.custom-patient-engage-section .item img[alt*="Mobile Insurance Card Upload"] {
  width: 5.6875rem;
}

.gtd-page .content-form-section .span5.left {
  max-width: 100%;
  width: 50%;
}

.gtd-page .content-form-section .span7.right {
  width: 50%;
  margin-left: 0;
  max-width: 100%;
  padding-right: 0;
}

.gtd-page .content-form-section .left ul {
  padding-top: 0.3rem;
  padding-bottom: 1.8rem;
}

.gtd-page .content-form-section form {
  padding-left: 0;
}

.gtd-page .content-form-section form .form-columns-2 .hs-form-field:last-child {
  padding: 0 !important;
}

.gtd-page .content-form-section form .form-columns-3 .hs-form-field:last-child {
  padding: 0 !important;
}

#telehealth_patient_page img {
  height: auto;
}

.telehealth-row8 .content-form-section ul.inputs-list {
  padding: 0;
}

.custom-cp-banner .cp-content-section h2 {
  font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
}

.cp-scheduling-plus-row1 .hs_cos_wrapper_type_rich_text p {
  line-height: 1.75rem;
  font-size: 1.2384rem;
  color: #1f415b;
}

.covid-solution-row10 .cm-schdule-demo-wrapper .schedule-image img {
  max-width: 100% !important;
}
.covid-solution-row10 .cm-schdule-demo-wrapper .schedule-image .schedule-image-inner {
  align-items: flex-end;
  padding-top: 2.1rem;
  justify-content: flex-end;
}
.covid-solution-row10 .cm-schdule-demo-wrapper .schedule-image {
  width: 16.696%;
}
.covid-solution-row10 .cm-schdule-demo-wrapper.with-img-tag .cm-schdule-demo-content {
  width: 59.486%;
  padding: 29px 0 31px 50px;
}

.scheduling-plus-layout .cp-scheduling-plus-row1 p a {
  color: #182538;
}

#case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-icon {
  width: 6rem;
  height: 6rem;
}

.osis-row6 .custom-patient-engage-section .item .inner {
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.osis-row6 .custom-patient-engage-section .item h4 {
  width: 100%;
}

.leaders-section .memberBox .memberDetails a {
  text-decoration: none !important;
}

.osis-row6 .custom-patient-engage-section .item img[alt*="Smart Conversations"] {
  width: 4.5rem;
}

.osis-row6 .custom-patient-engage-section .item img {
  max-width: 100%;
}

.osis-row6 .custom-patient-engage-section .item img[alt*="insurance"] {
  width: 5.6875rem;
}

.osis-row6 .custom-patient-engage-section .item h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.osis-row6 .custom-patient-engage-section .item .image {
  display: block;
  width: 100%;
  min-height: 71px;
}

.osis-row6 .custom-patient-engage-section .item img[alt*="Feedback & Reputation Management"] {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .home-row2 .span6,
  .home-row5 .span6.left {
    width: 50%;
  }

  .home-row2 .span6.right {
    left: 16.66666667%;
    width: 25%;
  }

  .home-row2-inner:after {
    width: 46%;
  }

  .home-row3-inner:after {
    transform-origin: top;
    transform: skew(-10deg,0deg);
    width: 44%;
  }

  .home-row3 .span8.right {
    left: 25%;
    width: 41.66666667%;
  }

  .home-row4 .results-wrapper {
    width: 83.33333333%;
    left: 8.33333333%;
  }

  .home-row4 .results-wrapper .inner {
    width: 66.6667%;
    left: 16.66666667%;
  }

  .home-row5 .span6.right {
    width: 25%;
    left: 25%;
  }

  .cp-header .page-center,
  .cp-appointment-layout .page-center,
  .cp-appointment-layout .dnd-section>.row-fluid {
    max-width: 60rem;
  }

  .cp-appointment-row2 .dnd-section {
    min-height: 31.125rem;
  }

  .cp-appointment-row2 h1 {
    line-height: 2.8125rem;
    font-size: 1.9814rem;
  }

  .cp-appointment-row2 p {
    line-height: 1.875rem;
    font-size: 1.1765rem;
  }

  .footer-bottom-case-study {
    padding: 0 10px 56px 17px;
    align-items: flex-end;
  }

  .footer-bottom--right-case-study {
    padding-right: 5px;
  }
  .telehealth-logo {
    top: 1.9375rem;
    left: -0.0625rem;
    position: relative;
  }

  .telehealth-custom-menu {
    position: relative;
    top: 2.6875rem;
    padding-left: 19px;
  }
  #telehealth_page .telehealth-row2 .dnd-section>.row-fluid {
    max-width: 71.5rem;
  }
  #telehealth_page .telehealth-row2 .cm-healthcare-pro-module-wrapper{
    position: relative;
    left: -1rem;
    min-height: 28.3125rem;
  }
  #telehealth_page .telehealth-row3 .dnd-section>.row-fluid {
    max-width: 81rem;
  }
  #telehealth_page .telehealth-row5 .dnd-section>.row-fluid {
    max-width: 89rem;
  }
  #telehealth_page .telehealth-row6 .dnd-section>.row-fluid {
    max-width: 71rem;
  }
  .telehealth-row4 {
    margin-top: 5rem;
  }
  .telehealth-row8 .content-form-section .page-center {
    max-width: 60rem;
    padding: 0;
  }
  .telehealth-row8 .content-form-section {
    min-height: 42.5rem;
  }
  #telehealth_page .telehealth-row7 .dnd-section>.row-fluid {
    max-width: 71.5625rem;
  }

  .reputation-management-row3 .span4 {
    width: 33.33333333%;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .cm-page-logo img {
    max-width: 188px !important;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .cm-page-menu-links .hs-menu-item a {
    text-align: left;
    line-height: 1.375rem;
    font-size: 0.8669rem;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .cm-page-logo {
    min-height: 2.5rem;
    width: 11.75rem;
    padding-top: 1.3125rem;
    left: 0;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .cm-page-menu-links {
    padding-left: 2.7rem;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .cm-page-menu-links .hs-menu-item {
    padding-right: 3.2rem;
  }

  .mobile-patient-webinar-wrapper .custom-page-header {
    min-height: 5rem;
    height:auto !important;
  }


  .mobile-patient-webinar-row3 .dnd-section {
    padding-top: 2.1875rem;
    padding-bottom: 1.55rem;
  }

  .mobile-patient-webinar-row3 h1 {
    line-height: 2.125rem;
    font-size: 1.7337rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    margin: 0;
    text-transform: unset;
    color: #37465A;
  }

  .mobile-patient-webinar-row3 .dnd-section > .row-fluid {
    max-width: calc(45.0625rem + 20px);
    position: relative;
    left: -1px;
  }

  .mobile-patient-webinar-row3 .video-container {
    margin-top: 1.55rem;
    height: 25.25rem;
    overflow: hidden;
    margin-bottom: 2.8rem;
  }

  .mobile-patient-webinar-row3 .video-container iframe {
    height: 100%;
  }

  .mobile-patient-webinar-row3 .widget-type-linked_image {
    margin-top: 1.3rem;
    margin-left: calc(1rem - 1px);
    margin-bottom: 8px;
    max-width: 25.6875rem;
  }

  .mobile-patient-webinar-row3 p {
    text-align: center;
    line-height: 1.8125rem;
    font-size: 1.1146rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  }

  .mobile-patient-webinar-row3 p a:hover {
    color: rgba(243,112,33,1.0);
  }

  .mobile-patient-webinar-row4 .dnd-section {
    padding: 0;
  }

  .mobile-patient-webinar-row5 .dnd-section > .row-fluid {
    max-width: calc(60rem + 20px );
  }

  .mobile-patient-webinar-row5 h1 {
    line-height: 2.625rem;
    font-size: 1.8576rem;
    margin: 0;
    text-transform: unset;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    margin-bottom: 1.3rem;
  }

  .mobile-patient-webinar-row5 .dnd-section {
    padding-top: 3.5rem;
    padding-bottom: 1.3rem;
  }

  .mobile-patient-webinar-row5 p {
    line-height: 1.5625rem;
    font-size: 1.1146rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    font-weight: 400;
  }

  .mobile-patient-webinar-row5 .widget-type-rich_text {
    max-width: 35rem;
    margin: 0 auto;
    position: relative;
    left: 9px;
  }

  .mobile-patient-webinar-row5 p {
    margin-bottom: 1.6rem;
  }

  .mobile-patient-webinar-row5 p a {
    font-weight: bold;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }


  .mobile-patient-webinar-row6 .user-testimonial-section {
    background: rgb(242,242,242) !important;
    min-height: calc(37.5rem);
    padding-top: 2.3125rem;
  }

  .mobile-patient-webinar-row6 .user-testimonial-section .page-center {
    max-width: 60rem;
    position: relative;
    left: 0;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  }

  .mobile-patient-webinar-row6 .user-testimonial-section .user-content p {
    color: #fff;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    font-weight: 400;
    padding-bottom: 1.7rem;
  }

  .mobile-patient-webinar-row6 .user-testimonial-section p.user-designation {
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    font-weight: 400;
    margin-top: -1px;
  }

  .mobile-patient-webinar-row6 .user-testimonial-section h3.user-name {
    color: #fff;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    padding-top: 4.38rem;
  }

  .mobile-patient-webinar-row6 .user-testimonial-section .user-image {
    top: -3.1rem;
  }

  .mobile-patient-webinar-row6 .user-testimonial-section .user-testimonial-inner {
    left: 0;
    padding: 0 3.7rem 10px;
    margin-top: 4.1rem;
  }

  .cm-resources-sec3 .hs-search-field__bar form {
    margin-left: initial;
    margin-right: initial;
  }
  .cm-resources-sec3 .hs-search-field__bar form .hs-search-field__input {
    max-width: initial;
  }

  .about-row1 .dnd-section>.row-fluid{
    width: 91.66666667%;
    left: 4.1666665%;

  }
  .solution-row1 .right-column {
    width: 56.083%;
  }
  .solution-row1 .left-column {
    width: 43.917%;
  }
  .solution-row1 .right-column > div {
    padding-right: 75px;
  }
  .care-accessible-section .content-section.cm-width .accessible-item:first-child .accessible-inner {
    padding: 0 0 0 120px;
  }
  .care-accessible-section .content-section.cm-width .accessible-item:nth-child(2) .accessible-inner {
    padding: 0 80px 0 40px;
  }
  .care-accessible-section .content-section.cm-width .accessible-item:nth-child(3) .accessible-inner {
    padding: 0 120px 0 0;
  }

  .hs-epic-wrapper .client-ratings-group .item .inner h4 span {
    width: 45%;
  }

  .Webex-team-row4 .missed-appointment-wrapper {
    margin-top: -11px;
  }

  .hs-greenway-three .hs_cos_wrapper_type_rich_text h3 {
    text-align: center;
    line-height: 1.9375rem;
    font-size: 1.3622rem;
  }

  .mobile-patient-header .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li:nth-child(2) {
    padding-right: 25px;
  }

  .hs-greenway-three .hs_cos_wrapper_type_rich_text h3 a {
    line-height: 1.875rem;
    font-size: 1.1765rem;
  }

  .gtd-row4 .page-center {
    max-width: 71rem;
  }
  .gtd-page .content-form-section .span7.right {
    float: right;
    padding-left: .5rem;
    padding-right: 1.8rem;
  }
  .gtd-page .content-form-section .span7.right form fieldset  {
    max-width: 100%;
  }
  .gtd-page .content-form-section .span5.left {
    padding-left: 5.3rem;
    padding-right: 1.5rem;
  }

  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-right-col {
    left: 3.8rem;
    max-width: 100%;
    width: 100%;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-inner {
    flex-wrap: nowrap;
    margin-right: -1.4rem;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-item {
    margin: 0 auto;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-right-col-inner {
    height: 37.5rem;
    background-size: cover;
    background-position: 50% 50%;
  }

  .footer-telehealth-learnmore-wrapper .footer-link-telehealth-webinar a:last-child {
    padding-left: 4px;
  }
  .footer-telehealth-learnmore-wrapper .footer-link-telehealth-webinar a:nth-child(2) {
    padding-left: 1px;
    padding-right: 4px;
  }
  .footer-telehealth-learnmore-wrapper .footer-link-telehealth-webinar a:first-child {
    padding-right: 2px;
  }
}

@media (min-width: 782px) {
  .who-we-serve-row1 .who-we-serve-col{
    flex-basis: 0;
    flex-grow: 1;
  }

}

@media (min-width: 1024px) {
  .home-row1 .dnd-section>.row-fluid {
    padding: 116px 10px 70px;
    max-width: 768px;
    margin: 0 auto;
  }

  .home-row1 h2 {
    margin-bottom: 18px;
  }

  .home-row2 {
    padding: 0 0 4px;
  }

  .skewTilt {
    top: 115px;
  }

  .pink-square {
    position: absolute;
    top: 117px;
    bottom: 28px;
    width: 10%;
    right: 0;
    height: calc(100% - 144px);
    background-color: #fdf1f5;
  }

  .home-row2 .span6.right {
    width: 395px;
  }

  .home-row2 .right img {
    right: -63px;
    top: -27px;
  }

  .home-row2-inner:after {
    top: 115px;
  }

  .home-row2 .hs_cos_wrapper_type_rich_text {
    display: block;
    margin-top: 115px;
  }

  .home-row2 p,
  .home-row3 p {
    max-width: 545px;
  }

  .home-row2 p:last-of-type {
    margin-bottom: 30px;
  }

  .home-row3 .skewTilt {
    top: 125px;
  }

  .home-row3-inner:after {
    top: 125px;
  }

  .home-row3 p:last-of-type {
    margin-bottom: 30px;
  }

  .home-row4 .results-wrapper .presentation-block h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #000;
  }

  .home-row4 .results-wrapper .wrap .intro_description>p {
    position: relative;
    font-size: 18px;
  }

  .home-row4 .results-wrapper .presentation-block .intro-module .intro_title {
    font-size: 50px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
  }

  .home-row5 .skewTilt {
    right: 0;
    top: 60px;
    left: auto;
    height: 250px;
    background-color: #def2ea;
  }

  .concierge_section:after {
    height: 250px;
    right: 0;
    top: 60px;
  }

  .concierge_section .concierge_img img {
    width: 330px;
    right: -15px;
  }

  .cm-resources-sec3 .hs-search-field__bar {
    height: fit-content;
    margin-right: 23px;
  }
  .cm-resources-sec3 .hs-search-field__bar form {
    padding-bottom: 0;
  }
  .cm-resources-sec3 .hs-search-field__bar form .hs-search-field__input {
    font-size: 20px;
    line-height: 26px;
    width: 91% !important;
    padding-left: 20px;
  }
  .cm-resources-sec3 .hs-search-field__bar form button:after {
    font-size: 22px;
  }
  

}


@media (min-width:1201px) {
  .covid-stage-wrapper .custom-page-header .page-center {
    padding-top: 13px;
  }
}

@media (min-width: 1280px) {
  .home-row5 p {
    margin-right: 20px;
  }

  .home-row5 .span6.left>div {
    margin-left: 10px;
  }
}
@media (max-width: 1450px) {
  .hs-epic-wrapper .client-ratings-group .item h4 img {
    width: 52%;
  }
}

@media (min-width: 1400px) {
  .home-row2 .right img {
    right: -94px;
  }

  .concierge_section .concierge_img img {
    right: -50px;
  }

  .home-row5 p {
    margin-right: 70px;
  }

  .home-row5 .span6.left>div {
    margin-left: 0;
  }

  .who-we-serve-page,
  main.solution-page,
  main.about-page{
    padding-top: 0;
    margin-top: -10px;
  }
}

@media (max-width: 1400px) {
  .automated-lyt .cp-appointment-row7 .content-image-align-wrapper .image img {
    width: 100%;
    left: auto;
  }

  .gtd-row2 .content-image-align-wrapper .image img {
    width: 100%;
  }

  .gtd-row2 .content-image-align-wrapper.img-align-left .image {
    position: static;
  }

  .hs-epic-wrapper .client-ratings-group .item .inner h4 {
    font-size: 14px;
  }

  .health-assist-header .custom-header {
    padding: 15px 20px;
  }

  .reputation-management-wrapper .contact-section .page-center {
    padding: 0 10px;
  }

  .body-resources-wrapper {
    padding-top: 31px;
  }
.vaccine-row1 {
    padding-top: 31px;
}
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .concierge_section:after {
    transform-origin: top;
  }

  .health-assist-header .login-btn a {
    font-size: 16px;
    padding: 9px 15px;
  }

  .hs-epic-wrapper .col1 {
    padding: 91px 0px 0px 0px;
  }
}

@media screen and (max-width: 1399px) {
  .about-row1 .dnd-section {
    padding-top: 60px;
  }

  .about-access-page {
    padding-top: 2.3rem;
  }
}

@media screen and (max-width: 1325px) {
  .who-we-serve-page .page-center,
  .who-we-serve-row2 .dnd-section > .row-fluid,
  .who-we-serve-row4 .dnd-section > .row-fluid,
  .who-we-serve-row5 .dnd-section > .row-fluid,
  .who-we-serve-row6 .dnd-section > .row-fluid,
  .who-we-serve-row3 .dnd-section>.row-fluid{
    padding: 0 45px;
  }

  .home-row4 .results-wrapper {
    padding-top: 20px;
  }

  .home-row4 .dnd-section {
    padding-bottom: 62px;
  }

  .home-row4 .results-wrapper .presentation-block h4 {
    margin-bottom: 4px;
  }

  .body-resources-wrapper .dnd-section>.row-fluid{
    padding: 0 45px;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .hs-epic-wrapper .col1 {
    padding: 91px 20px 0px 20px !important;
  }
}
@media (min-width: 700px) and (max-width: 1300px) {
  .home-row2 .right img {
    right: 16px;
  }
}


@media (min-width: 1024px) and (max-width: 1200px) {
  .home-row2 .span6.left>div {
    margin-left: 50px;
  }

  .home-row3 .span4.left {
    position: relative;
    left: 50px;
  }

  .home-row3 .span8.right>div {
    position: relative;
    left: -50px;
  }

  .home-row3 .span8.right {
    padding-right: 0;
  }

  .home-row5 .span6.left>div {
    margin-left: 20px;
  }

  .home-row5 .span6.right {
    position: relative;
    left: 195px;
  }

  .home-row2 .span6.left {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cp-page {
    font-size: 1.33vw;
  }

  .cp-logo img {
    width: 100% !important;
    margin-left: -23px;
  }

  .custom-cp-banner {
    margin-top: -2rem;
  }

  .cp-appointment-row3 .dnd-column {
    left: 0;
  }

  .cp-logo {
    display: inline-block;
    max-width: 13.6875rem;
  }

  .cp-appointment-row2 .dnd-column {
    max-width: 46.8rem;
  }

  .cp-appointment-row2 .dnd-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .cp-appointment-row1 ul>li {
    padding: 0;
  }

  .cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
    max-width: 4.625rem;
  }

  .cm-content-top-image-wrapper .cm-content-top-image-content {
    margin: 0;
  }

  .cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-item {
    padding-bottom: 1rem;
  }

  .cp-appointment-row5 .cm-content-top-image-wrapper h3 {
    margin-bottom: 5px;
  }

  .cp-appointment-row5 .dnd-section {
    padding-top: 7rem;
  }

  .cp-appointment-row1 .dnd-section {
    padding-top: 2rem;
    padding-bottom: 1.1rem;
  }

  .engage-page .custom-cp-banner {
    margin-top: 0;
  }

  .engage-page .custom-cp-banner {
    padding-top: 16px;
  }

  .cp-appointment-layout .custom-page-header {
    height: auto;
  }

  .custom-patient-engage-section .title-section h1 {
    margin-bottom: 1.2rem;
  }

  .nextech-partner-row5 .custom-patient-engage-section .title-section p {
    padding-top:0;
  }

  .nextech-partner-row7 .client-ratings-group .item .inner {
    min-height: 16rem;
    padding-left: 1.3rem;
  }

  .nextech-partner-row7 .client-ratings-group .item h4 img {
    max-width: 6.875rem;
  }

  .patient-messaging-wrapper .custom-page-header .cm-page-logo img {
    height: 2.8rem;
    object-fit: cover;
    max-width: 13.5rem !important;
  }

  .patient-messaging-row2 .custom-cp-banner {
    margin-top:0 !important;
  }

  .patient-messaging-wrapper .custom-page-header {
    min-height: 9.375rem;
    height:auto;
  }

  .patient-messaging-row4 .care-accessible-section .image img {
    max-width: 4.375rem !important;
  }

  .patient-messaging-row5 .content-image-align-wrapper .content {
    padding-left: 6.1rem;
  }

  .patient-messaging-row4 .hs-button {
    padding-left:0;
    padding-right:0;
  }

  .mobile-patient-webinar-row3 .video-container {
    margin-top: 1.7rem;
  }

  .mobile-patient-webinar-row3 .widget-type-linked_image {
    margin-top: 1.2rem;
  }

  .mobile-patient-webinar-row5 p {
    margin-bottom: 1.7rem;
  }

  .mobile-patient-webinar-row5 .widget-type-rich_text {
    left: .6rem;
  }

  .mobile-patient-webinar-row5 h1 {
    margin-bottom: 1.4rem;
  }

  .custom-page-header {
    height: auto;
  }

  .covid-stage-row3 h1 {
    margin-bottom: 2.8rem;
    left: -10px;
    margin-top: 0;
  }

  .covid-stage-row3 .dnd-section {
    padding: 4.56rem 0;
  }

  .covid-stage-row3 .widget-type-rich_text {
    max-width: 44.75rem;
    margin: 0 auto;
  }

  .covid-stage-row7 .dnd-section {
    padding-bottom: 7.12rem;
    padding-top:4rem;
  }

  .covid-stage-row7 .content-background-wrapper .cm-row>.content-left ul {
    text-align: left;
    line-height: 2rem;
    padding-left: 2.2rem;
    font-size: 1.2384rem;
  }

  .covid-stage-row7 .content-background-wrapper .cm-row {
    padding-bottom: 2.5rem;
    padding-top: 3.5rem;
  }

  .covid-stage-row7 .content-background-wrapper {
    max-width:65.375rem;
  }

  .covid-stage-row5 .dnd-section {
    padding-top: 5.2rem;
    padding-bottom: 2rem;
  }

  .covid-stage-row5 h1 {
    left: 0;
    margin-bottom: 2.9rem;
  }

  .covid-stage-row5 .widget-type-rich_text {
    left: 0;
    max-width: 44.8125rem;
  }
  .webex-team-header .custom-page-header {
    height: auto;
  }
  .webex-team-header .custom-page-header .page-center {
    padding: 0;
  }
  .webex-team-header .custom-page-header {
    height: auto;
    min-height: 4rem;
  }

  /*   ******** */
  .mobile-webinar-footer footer.pateint-intake-footer .intake-logo {
    left: -0.3rem;
  }

  .mobile-webinar-footer footer.pateint-intake-footer .bottom-row {
    padding-bottom: 2rem;
    padding-left: 1px;
    padding-top: 0.9rem;
  }

  .mobile-webinar-footer footer.pateint-intake-footer .intake-footer-copyright {
    padding-top: 0;
  }

  .mobile-webinar-footer footer.pateint-intake-footer .top-row {
    padding-top: 2.1rem;
  }


  /*   ****** */
}

@media (max-width: 1200px){
  #case_study_page {
    padding: 10rem 0 0 0;
  }
  .case-study-row3 {
    padding: 4.6rem 0 0;
  }
  .case-study-row3 .row-fluid-wrapper:not(:last-child) {
    margin-bottom: 4rem;
  }
  .case-study-row4 {
    margin-top: 5.5rem;
  }
  .row-fluid-wrapper:not(:last-child) .cm-content-top-image-wrapper {
    margin-bottom: 5.5rem;
  }
  .case-study-row6 .widget-type-rich_text {
    margin: 0 0 3rem 0;
  }
  .case-study-row6 .cm-customer-outcoms-wrapper {
    margin: 5.8rem 0 0;
  }
  .case-study-row7 {
    padding: 5rem 0 1rem;
  }
  #case_study_page  .row-fluid-wrapper .cm-schdule-demo-wrapper {
    margin-bottom: 4rem;
  }
  .case-study-row5 {
    padding: 5rem 0 6rem;
  }

  .covid-stage-row7 .content-background-wrapper {
    left: 0;
  }

  .covid-stage-row7 .content-background-wrapper .content-inner {
    left: 0;
  }

  .covid-stage-row7 .content-background-wrapper p {
    left: 0;
  }

  .hs-greenway-three .span6 {
    width: 41%;
  } 

  .automated-lyt .cp-appointment-row6 .dnd-section {
    padding-bottom: 3rem;
  }

  .cm-client-testimonial-wrapper .cm-client-testimonial-quote {
    top: 2.2rem;
  }

  .solution-row1 .page-center {
    padding: 0 15px;
  }

  footer.pateint-intake-footer.about-access-footer .intake-footer-copyright {
    padding-top: 0.6rem;
  }
  .hs-epic-wrapper .client-ratings-group .item .inner h4 span {
    width: 100%;
    padding-bottom: 0;
  }
  .hs-epic-wrapper .client-ratings-group .item .inner h4 span {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }
  .hs-epic-wrapper .client-ratings-group .item h4 img {
    margin: 1rem 0;
  }
}
}


@media (max-width: 1199px){
  .cm-telehealth-patientheader-logo {
    padding: calc(18px * 1.45) 0;
  }

  #telehealth_patient_page .telehealth-patient-row2 .dnd-section>.row-fluid {
    padding: 26px 0 0;
  }

  .cm-resources-sec3 .hs-search-field {
    margin-left: 0;
  }

  .cm-telehealth-patientheader-logo {
    padding: calc(18px * 1.45) 0;
  }
}


@media screen and (max-width: 1170px) {
  .solution-row1 .page-center {
    padding: 0 15px; 
  }

  .appointment-footer footer.pateint-intake-footer .footer-intake-social a:last-of-type img {
    max-width: 28px;
  }
}

@media screen and (max-width: 1076px) {
  .who-we-serve-page {
    padding-top: 21px;
  }
  .who-we-serve-row1 {
    padding-top: 32px;
  }
  .who-we-serve-row1 .page-center, .who-we-serve-row3 .page-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .who-we-serve-row1 .left-column .widget-type-linked_image {
    align-self: center;
  }
  .who-we-serve-row1 .left-column .widget-type-linked_image img {
    padding: 0 38.34px;
  }
  .who-we-serve-row1 .right-column,
  .who-we-serve-row3 .right-column{
    margin-bottom: 59px;
  }
  .who-we-serve-row1 .left-column .hs-button {
    display: block;
    margin-top: 48px;
    border: 1px solid #f37021;
  }
  .who-we-serve-row2 {
    margin-top: 107px;
  }
  .who-we-serve-row3,
  .who-we-serve-row4 .dnd-section{
    padding-top: 105px; 
  }
  .who-we-serve-row5 .dnd-section {
    padding-top: 132px;
  }
  main.solution-page {
    padding-top: 35px;
  }
}

@media (max-width: 1073px){
  .body-resources-wrapper {
    padding-top: 31px;
  }

  .cm-resources-sec3 .span3.dnd-column {
    margin-left: 0;
    width: 26%;
  }
  .cm-resources-sec3 .span9.dnd-column {
    width: 74%;
  }

  .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img.img-ucsandiegohealth {
    width: 100%;
    left: auto;
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .hs-greenway-one .dnd-section[class*="background-color"] {
    padding-top: 26px !important;
    padding-bottom: 22px !important;
  }
  .hs-greenway-two .dnd-section {
    padding-top: 40px !important;
  }
  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-inner {
    max-width: 70%;
  }
  .hs-greenway-four .span6:first-child .dnd-module[class*="flexbox-positioning"] .hs_cos_wrapper_type_linked_image img {
    max-width: 17.6875rem !important;
  }
  .hs-greenway-four .span6 .dnd-module[class*="flexbox-positioning"] .hs_cos_wrapper_type_linked_image img {
    max-width: 65% !important;
  }
  .hs-greenway-five .span5 img {
    max-width: 17.75rem !important;
  }
  .hs-greenway-six .span6 img {
    max-width: 80% !important;
    margin-left: 30px;
  } 
  .hs-greenway-six {
    border-top-width: 1px;
  }
  .hs-greenway-six .content-form-section {
    border-top-width: 1px;
  }

  .health-assist-header .login-btn {
    display:none;
  }

  .covid-solution-wrapper {
    margin-top: 4px;
  }

  .covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    font-size: 16px;
    line-height: 20px;
  }

  .covid-solution-wrapper .cm-content-top-image-wrapper .cm-content-top-image-link {
    padding: 4px 0 8px;
  }

  .covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-link {
    padding: 14px 0 8px;
  }

  .covid-solution-wrapper .cm-content-top-image-wrapper .cm-content-top-image-link a {
    font-size: 12px;
  }

  .covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    font-size: 16px;
    line-height: 20px;
  }

  .covid-solution-row3 .dnd-section {
    padding: 60px 0 20px;
  }

  .covid-solution-row3 h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .covid-solution-row3 p {
    font-size: 16px;
  }

  .covid-solution-row4 .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }

  .covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-item {
    padding: 0 15px !important;
  }

  .covid-solution-row4 .cm-content-top-image-wrapper h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-wrap {
    padding-bottom: 20px;
  }

  .covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    font-size: 16px;
    line-height: 20px;
  }

  .covid-solution-row5 .dnd-section {
    padding: 60px 0 20px;
  }

  .covid-solution-row5 h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .covid-solution-row5 p {
    font-size: 16px;
  }

  .covid-solution-row8 .dnd-section {
    padding: 60px 0 20px;
  }

  .covid-solution-row8 h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .covid-solution-row8 p {
    font-size: 16px;
  }


  .covid-solution-row10 .dnd-section {
    padding: 0 0 100px;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-content p {
    font-size: 16px;
    line-height: 20px;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-image {
    padding-left: 0;
    background-position-x: 0 !important;
    background-size: 100% !important;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-content {
    padding-left: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-button a {
    font-size: 16px;
    letter-spacing: 0;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-button {
    padding-right: 4px;
  }

  .container-fluid.covid-solution-row7 .contentWithleft-image-wrp .contentWithleft-image {
    padding: 0;
  }
  .container-fluid.covid-solution-row7 .contentWithleft-text a {
    font-size: 18px;
    line-height: 22px;
  }

  .body-resources-wrapper {
    padding-top: 45px;
  }
  .cm-resources-sec3 .hs-search-field__bar form {
    width: 320px;
  }
  .cm-resources-sec3 .span9.dnd-column, 
  .cm-resources-sec3 .span3.dnd-column {
    width: 50%;
    margin-left: 0;
  }
  .cm-resources-sec3 .dnd-section {
    padding-bottom: 58px !important;
  }
  .cm-resources-sec3 .dnd-section>.row-fluid {
    max-width: 900px !important;
    padding: 0;
  }
  .resources-categorywith-search {
    padding-right: 0;
  }
  .cm-resources-sec3 .hs-search-field__bar form button {
    width: 17px;
  }
  .cm-resources-sec3 .dnd-section {
    padding: 0 45px;
  }

  .container-fluid.covid-solution-row7 .contentWithleft-text {
    padding-right: 120px;
  }

  .solution-page .critical-need-wrapper .content-topics {
    padding: initial;
  }
  .solution-page .critical-need-wrapper .cm-content-title {
    font-size: 24px;
  }
  .solution-card-wrapper .card-box .card-box-icon {
    padding: 0 0;
  }
  .solution-card-wrapper .card-box>.card-box-inner {
    padding: 75px 50px;
  }

  footer.pateint-intake-footer .intake-logo img {
    min-height: initial;
  }

  .sol-header.custom-page-header .mobile-ne-trigger {
    right: 9rem !important;
  }

  .engage-page .cp-appointment-row5 .cm-content-top-image-inner {
    padding: 0;
    padding-top: 1rem;
  }

  .cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    padding: 0;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .schedule-image .schedule-image-inner {
    padding: 0;
  }
  .covid-solution-row10 .cm-schdule-demo-wrapper.with-img-tag .cm-schdule-demo-content {
    padding-left: 0;
    padding-top: 31px;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-button {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  .who-we-serve-page {
    padding-top: 35px;
  }
  .home-row1 .dnd-section>.row-fluid {
    padding: 20px 0 28px;
  }

  .home-row1 h2 {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    font-size: 30px;
    padding-bottom: 22px;
  }

  .home-row1 p {
    line-height: 24px;
    font-size: 16px;
    max-width: 615px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 0;
  }

  .home-row2 .span6.left {
    width: 57%;
    padding-right: 50px;
    padding-left: 50px;
  }

  .home-row2 h2 {
    font-size: 30px;
    margin-bottom: 10px;
    max-width: 310px;
  }

  .home-row2 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .home-row2-inner:after {
    width: 41%;
    left: 64%;
    top: 0;
    bottom: 0;
  }

  .home-row2 .span6.right {
    left: 8%;
  }

  .home-row2 .right img {
    max-width: 100vw !important;
    width: 254px;
    top: 16px;
    right: 16px;
  }

  .mobShow {
    display: block;
  }

  .home-row3-inner:after {
    top: 0;
    bottom: 0;
    transform-origin: top;
    transform: skew(-10deg,0deg);
    width: 44%;
  }

  .home-row3 .refImgBox {
    margin: 0 auto 37px 0;
  }

  .home-row3 .span4.left {
    position: relative;
    left: 50px;
    bottom: -36px;
  }

  .home-row3 .span8.right {
    left: 15%;
    width: 53%;
  }

  .home-row3 h2 {
    font-size: 30px;
  }

  .home-row3 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .home-row3 {
    padding: 115px 0 86px;
  }

  .home-row4 .dnd-section {
    padding: 30px 0 60px;
  }

  .home-row4 .results-wrapper .description p {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
  }

  .home-row4 .results-wrapper .presentation-block {
    width: 50%;
    margin-bottom: 15px;
  }

  .home-row4 .results-wrapper .presentation-block .intro-module .intro_title {
    font-family: poppins,sans-serif;
    font-size: 50px;
    margin: 45px auto 40px;
  }

  .home-row4 .results-wrapper .description {
    margin-bottom: 0;
  }

  .home-row4 .results-wrapper .presentation-block .intro_description {
    margin: 0;
    margin-top: -5px;
  }

  .home-row4 .results-wrapper .presentation-block h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1px;
  }

  .home-row4 .results-wrapper .wrap .intro_description>p {
    font-size: 18px;
  }

  .home-row4 .results-wrapper .content {
    padding-top: 20px;
  }

  .concierge_section:after {
    width: 33%;
    height: 280px;
    right: -25px;
    left: auto;
    top: 68px;
  }

  .home-row5 .skewTilt {
    top: 82px;
    height: 150px;
    right: -60px;
    left: auto;
  }

  .home-row5 {
    padding: 0;
  }

  .home-row5 .span6.left>div {
    padding-left: 50px;
  }

  .home-row5 .span6 .row-fluid {
    padding: 0;
  }

  .home-row5 .span6.left {
    padding: 0;
  }

  .home-row5 h2 {
    max-width: 310px;
    font-size: 30px;
  }

  .home-row5 p {
    font-size: 16px;
    line-height: 24px;
    max-width: 330px;
  }

  .home-row5 .skewTilt {
    height: 150px;
    right: -60px;
    left: auto;
    top: 82px;
  }

  .home-row5 .span6.right {
    width: 230px;
    height: 200px;
    padding-left: 0;
    padding-right: 0;
    top: 110px;
    left: 8%;
  }

  .home-row5 .hs_cos_wrapper_type_rich_text {
    margin-top: 66px;
  }

  .concierge_section .concierge_img {
    right: -80px;
  }

  .concierge_section .concierge_img img {
    margin-top: -14px;
  }

  .home-row5 .concierge_section {
    padding-bottom: 40px;
  }

  .homepage .contact-section form {
    padding-left: 14px;
  }

  .home-row4 .results-wrapper {
    left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-row4 .results-wrapper .content {
    margin: 0;
    padding: 0 45px;
    padding-top: 20px;
  }

  .mobHide {
    display: none!important;
  }

  .cp-appointment-row5 .cm-content-top-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .hs-epic-wrapper .contact-section .contact-form {
    left: 17.5vw!important;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    min-height: 1px;
  }
  .hs-epic-wrapper .contact-section .page-center {
    position: static;
  }
  .hs-epic-wrapper .contact-section {
    position: relative;
  }
  .hs-epic-wrapper .contact-section .row:after {
    content: "";
    display: block;
    clear: both;
  }
  .hs-epic-wrapper .client-ratings-group .item .inner h4 {
    font-size: 14px;
  }
  .hs-epic-wrapper .client-ratings-group .item .inner {
    padding: 40px 10px 40px 10px;
  }

  .row4-content-eng .contact-section h2.contact-title {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0px 8px;
  }

  .row4-content-eng .contact-section {
    padding: 30px 0px 35px;
  }
  .container-fluid.row3-content-eng .span6 {
    width: 100% !important;
    margin: 0;
  }

  .row3-content-eng {
    width: 100% !important;
    left: 0;
  }

  .container-fluid.row3-content-eng .span6:first-child {
    padding: 20px 60px!important;
    text-align: center;
  }


  .container-fluid.row3-content-eng h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .container-fluid.row3-content-eng p {
    color: #51616f!important;
    letter-spacing: -.1px;
    font-weight: 100!important;
    line-height: 28px!important;
    word-break: break-word;
    margin-bottom: 8px;
    font-size: 16px;
    text-align: center;
  }


  .row3-content-eng .span6 .hs_cos_wrapper_type_module {
    display: block;
    text-align: center;
    width: 100%;
  }

  .platformSection .new-platform__left-shape {
    position: absolute;
    height: calc(100% - 60px);
    z-index: -1;
    top: 60px;
    margin-left: -20px;
  }
  .platformSection .new-platform__section-icon {
    width: 80px;
    display: flex;
    margin: auto auto auto 0;
    display: flex;
    margin: auto auto auto 0;
    width: 68px;
  }
  .container-fluid.row3-content-eng {
    padding: 80px 0 0 !important;
  }
  .container-fluid.row3-content-eng h2 {
    margin-bottom: 15px;
  }
  .row3-content-eng .hs-button {
    margin-bottom: 30px;
  }
  .container-fluid.row2-content-eng .dnd-section {
    padding-bottom: 0;
  }

  .health-case-study-banner .banner-case-study-wrapper .banner-case-study-column .banner-case-study-imgwrap {
    margin: 0;
  }

  .nextech-partner-wrapper .custom-page-header .header-btn-section {
    left: 45rem;
  }

  .solution-page .solution-card-wrapper .card-box {
    align-items: inherit;
  }

  .about-row1 .span6 .widget-type-rich_text p{
    margin-bottom: 15px !important;
  }
  .solution-page .solution-card-wrapper .card-box-title {
    font-size: 20px;
  }

  .telehealth-custom-menu {
    position: relative;
    top: 1.9875rem;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-button .hs-button {
    line-height: 120%;
  }
  .telehealth-learn-more-page-row5 {
    padding: 0 15px;
  }
  .mobile-ne-open svg#icon-bars {
    display: none;
  }

  .engage-page .cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    padding: 0 30px;
  }

  .engage-page .content-form-section ul li {
    padding-bottom: 1rem;
  }
  .hs-epic-wrapper .col1 {
    padding: 105px 0px 0px 0px;
  }

  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-inner {
    margin-bottom: 0;
  }
  .vaccine-row1 {
    padding-top: 35px;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .health-assist-header .custom-header {
    padding: 15px 54px!important;
  }
}

@media screen and (max-width: 991px) {
  .container-fluid.hs-greenway-seven .client-ratings-group .item h4 img {
    width: 25%;
  }

  .hs-epic-wrapper .client-ratings-group.three .item {
    width: 50%;
  }

  .hs-epic-wrapper .client-ratings-group .item h4 img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 940px) {
  .who-we-serve-row2 {
    padding-top: 89px;
    padding-bottom: 108px;
  }
}

@media(max-width:900px){
  .hs-greenway-one .row-fluid [class*="span"] {
    min-height: 0;
  }

  .hs-greenway-one .dnd-section[class*="background-color"] {
    padding-top: 24px !important;
    padding-bottom: 20px !important;
  }

  .hs-greenway-two .cm-content-top-image-wrapper h2 {
    margin-bottom: 10px;
  } 
  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-inner {
    margin-top: 20px;
  }
  .engage-page .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-content h3 {
    margin-bottom: 15px;
  }
  .engage-page .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-content p {
    margin-bottom: 10px;
  }
  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item {
    margin-bottom: 40px;
  }
  .hs-greenway-two .dnd-row[class*="vertical-alignment"] {
    padding-top: 0px !important;
  }
  .hs-greenway-two .dnd-row[class*="vertical-alignment"] h1 {
    margin-bottom: 16px;
  }
  .hs-greenway-two .dnd-row[class*="vertical-alignment"] .hs-button {
    margin-top: 20px;
  }
  .hs-greenway-two .dnd-row[class*="vertical-alignment"]  .span6:last-child {
    padding: 0 10px;
  }
  .hs-greenway-three h1 {
    margin-top: 0;
  }

  .engage-page .cm-content-top-image-wrapper .cm-content-top-image-item {
    padding: 0 5px;
  }
}

@media (max-width: 900px) and (min-width:768px) {
  .custom-cp-banner {
    margin-top: -3rem;
  }

  .cp-appointment-row2 h1 {
    padding-top: 10px;
  }

  .cp-appointment-row2 .dnd-column {
    padding-bottom: 30px;
  }

  .nextech-partner-wrapper .widget-type-form form .hs-error-msgs label {
    font-size: 13px !important;
  }

  .cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img {
    width: 80%;
  }

  .custom-page-header .cm-page-logo {
    padding-top: 0.5rem !important;
  }

  .mobile-patient-header .custom-page-header .cm-page-logo {
    padding-top: 1.125rem !important;
  }

  .mobile-pateint-page .content-form-section form {
    padding-top: 4rem;
    padding-right: 0;
  }

  .about-access-header .custom-page-header .cm-page-logo {
    padding-top: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .hs-epic-wrapper .col2 .widget-type-rich_text h4 {
    font-size: 20px;
  }
}
@media (max-width: 950px) and (min-width: 768px) {
  .mobile-pateint-row3 .content-form-section .hs-form-field>label {
    font-size: initial;
  }
}

@media (max-width: 800px) {
  .concierge_section .concierge_img {
    right: -50px;
  }
}

@media (max-width: 767px) {

  .cp-page {
    font-size: 16px;
  }

  .btn {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .11px;
    padding: 6.5px 28px;
  }

  .home-row1 h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 5px;
  }

  .home-row1 .dnd-section>.row-fluid {
    padding: 30px 20px 0;
  }

  .home-row1 {
    padding-top: 20px;
  }

  .home-row1 p {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px;
  }

  .mob-div-divider {
    margin-top: 80px;
    width: calc(100vw - 50px);
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    background: #d3d8f1;
  }

  .home-row2 .span6.left {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .home-row2-inner:after {
    content: none;
  }

  .home-row2 h2 {
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
    padding: 0 20px;
  }

  .home-row2-inner {
    padding-top: 20px;
  }

  .home-row2 p {
    line-height: 22px;
    font-size: 16px;
  }

  .home-row2 .page-center>.row-fluid {
    width: auto;
  }

  .home-row2 .left a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: -.17px;
    position: relative;
    top: -4px;
  }

  .home-row2 .left a svg {
    top: 1px;
  }

  .home-row2 .span6.right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    left: 0;
    margin-top: 46px;
    padding-bottom: 16px;
  }

  .home-row2 .right img {
    right: 0;
    max-width: 275px !important;
    max-height: 329px;
    margin: 0 auto;
    width: 100%;
  }

  .home-row2 .span6.right .skewTilt {
    display: block!important;
    top: 90px;
    bottom: 0;
    z-index: 1;
    width: auto;
    left: 0;
    right: 0;
  }

  .home-row2 {
    padding-bottom: 30px;
  }

  .home-row3-inner .page-center {
    padding: 0;
  }

  .home-row3-inner .page-center>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .home-row3 {
    padding: 80px 0 30px;
  }

  .home-row3 .span8.right {
    width: 100%;
    left: 0;
    order: 1;
  }

  .home-row3 .span4.left {
    order: 2;
    width: 100%;
    bottom: auto;
    left: auto;
    margin-top: 62px;
    padding: 0;
  }

  .home-row3-inner:after {
    content: none;
  }

  .home-row3 h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .home-row3 .right .hs_cos_wrapper_type_rich_text {
    padding: 0;
    text-align: center;
  }

  .home-row3-inner {
    padding-top: 45px;
  }

  .home-row3 p {
    line-height: 22px;
    margin-bottom: 15px;
  }

  .home-row3 .right a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: -.17px;
    position: relative;
    top: -3px;
  }

  .home-row3 .right a svg {
    top: 1px;
  }

  .home-row3 .skewTilt {
    display: none;
  }

  .home-row3 .innerBix img {
    width: 273px;
    height: 329px !important;
    display: block;
  }

  .home-row3 .refImgBox {
    width: 100%;
    margin: 14px auto 0;
  }

  .home-row3 .span4.left .skewTilt.mobShow {
    display: block;
    left: 0;
    top: 92px;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: auto;
  }

  .home-row4 .results-wrapper h2.title {
    padding: 0 20px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .home-row4 .results-wrapper .description p {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .home-row4 .results-wrapper {
    padding-top: 65px;
  }

  .home-row4 .results-wrapper .presentation-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-row4 .results-wrapper .presentation-block .intro-module .intro_title {
    font-size: 40px;
    line-height: 40px;
  }

  .home-row4 .results-wrapper .presentation-block h4 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 2px;
  }

  .home-row4 .results-wrapper .wrap .intro_description>p {
    line-height: 16px;
    font-size: 16px;
  }

  .home-row4 .results-wrapper .content {
    padding-top: 27px;
  }

  .home-row4 .results-wrapper .presentation-block .intro_description {
    margin: 0;
    padding-top: 5px;
  }

  .home-row5 .span6.left {
    float: none;
    width: 100%;
    padding: 0 20px;
  }

  .concierge_section:after {
    content: none;
  }

  .home-row5 .span6.left>div {
    padding: 0;
  }

  .home-row5 .hs_cos_wrapper_type_rich_text {
    margin-top: 20px;
    text-align: center;
    padding: 0 10px;
  }

  .home-row5 h2 {
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 5px;
  }

  .home-row5 p {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
  }

  .home-row5 p:last-of-type {
    margin-bottom: 12px;
  }

  .home-row5 .span6.right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: auto;
    margin-top: 56px;
    height: auto;
  }

  .concierge_section .concierge_img {
    margin: 0 -10px 12px;
    padding-bottom: 54px;
    right: auto;
  }

  .concierge_section .concierge_img .skewTilt.mobShow {
    width: 44px;
    top: 25px;
    bottom: 34px;
    background-color: #7ec2a5;
    height: auto;
    right: auto;
    left: 0;
  }

  .concierge_section .concierge_img:after {
    content: "";
    position: absolute;
    bottom: 34px;
    top: 25px;
    background-color: #7ec2a5;
    z-index: 0;
    width: 100%;
    left: 0;
  }

  .concierge_section .concierge_img img {
    max-width: 70% !important;
    margin: 0 auto;
  }

  .concierge_section .concierge_img .dnd-module {
    display: block !important;
  }

  .concierge_section .concierge_img {
    margin: 0;
  }

  .home-row5 .page-center {
    padding: 0;
  }

  .concierge_section .concierge_img .hs_cos_wrapper_type_linked_image {
    display: block;
    padding: 0 5px;
  }

  .home-row6 .hs_cos_wrapper_type_header h1 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 14px;
  }

  .home-row6 .home-testimonial_section {
    margin-top: 40px;
  }

  .home-row6 .dnd-section {
    padding-bottom: 0;
  }

  .homepage .contact-section form {
    padding-left: 0;
  }

  .cp-page {
    font-size: 16px;
  }

  .cp-logo {
    width: 9.9375rem;
    height: 1.875rem;
    padding: 10px 0;
  }

  .cp-logo img {
    width: 100% !important;
    margin: 0;
  }

  .appointment-header {
    min-height: 59px;
  }

  .cp-appointment-row1 ul {
    padding: 0;
    display: block;
    margin: 0;
    padding-top: 7px;
  }

  .cp-appointment-row1 ul>li {
    padding: 0;
    padding-bottom: 30px;
  }

  .cp-appointment-row1 ul>li>a br {
    display: none;
  }

  .cp-appointment-row1 ul>li:last-child {
    padding-bottom: 20px;
  }

  .cp-appointment-row2 .dnd-column {
    position: static;
    width: 100%;
    max-width: 22.5625rem;
  }

  .cp-appointment-row3 .dnd-section>.row-fluid {
    max-width: 400px !important;
  }

  .cp-appointment-row3 .cm-healthcare-pro-module-wrapper {
    padding: 3rem;
  }

  .cp-appointment-row3 .cm-healthcare-pro-module-wrapper h2 {
    line-height: 1.8125rem;
    font-size: 1.4861rem;
  }

  .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item {
    width: 100% !important;
  }

  .cp-appointment-row3 .dnd-column {
    position: static;
    padding: 0 20px;
  }

  .cp-appointment-row3 .dnd-section {
    padding-top: 2.8rem;
  }

  .cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-inner {
    padding-bottom: 0;
  }

  .cp-appointment-row5 .dnd-section {
    padding-top: 2rem;
  }

  .cp-appointment-row5 h1 {
    line-height: 1.4375rem;
    font-size: 1.4241rem;
  }

  .cp-appointment-row5 .dnd-column {
    padding: 0 3rem;
  }

  .cp-appointment-row6 .dnd-section {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .cp-appointment-row6 .dnd-section>.row-fluid {
    padding: 0 1rem;
  }

  .cp-appointment-row7 .dnd-section>.row-fluid {
    max-width: 400px !important;
    padding: 0 1.5rem;
  }

  .cp-appointment-row7 .dnd-section {
    padding-bottom: 0;
    margin: 0;
  }

  .cp-appointment-row8 p {
    padding-top: 0;
  }

  .cp-appointment-row9 .client-ratings-group {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }

  .engage-menu .cm-page-logo {
    height: 1.9783rem !important;
    width: 9.9375rem !important;
    float: left !important;
    padding: 0 !important;
    padding-top: 1.5rem !important;
  }

  .engage-menu .custom-page-header .cm-page-menu-links {
    clear: both;
    padding-left: 0;
    text-align: left;
  }

  .engage-menu .custom-page-header .cm-page-menu-links ul {
    padding: 0 20px;
    position: relative;
    top: 15px;
  }

  .engage-menu .custom-page-header .cm-page-menu-links .hs-menu-item a {
    line-height: 1.375rem;
    font-size: 1.1146rem;
  }

  .engage-page .custom-cp-banner {
    padding-top: 0.5rem;
  }

  .engage-page .custom-cp-banner .cp-content-section {
    padding-top: 4rem;
    text-align: center;
  }

  .engage-page .custom-cp-banner .cp-content-section p {
    line-height: 1.375rem;
    font-size: 1.0272rem;
    text-align: left;
    padding-bottom: 2rem;
  }

  .engage-page .custom-cp-banner .cp-content-section h2 {
    text-align: left;
  }

  .engage-page .custom-cp-banner .btn {
    display: inline-block;
    line-height: 2.3125rem;
    height: 2.3125rem;
    width: 9.1875rem;
  }

  .engage-page .cp-appointment-row5 .cm-content-top-image-wrapper {
    margin: 0;
  }

  .engage-page .custom-cp-banner .cp-content-section p.btm-link {
    padding: 0;
  }

  .engage-page .custom-cp-banner {
    min-height: initial;
  }


  .engage-page .cp-appointment-row5 h2 {
    padding-top: 1rem;
    line-height: 1.4375rem;
    font-size: 1.4241rem;
    padding-bottom: 1.5rem;
  }

  .engage-page .content-form-section h1 {
    padding-bottom: 6px;
    font-size: 1.7957rem;
    line-height: 2.5625rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  }


  .engage-page .cp-appointment-row5 .cm-content-top-image-inner {
    padding: 0;
  }

  .engage-page .cp-appointment-row5 .cm-content-top-image-wrapper h3 {
    line-height: 1.375rem;
    font-size: 0.9907rem;
    max-width: 134px;
    margin: 0 auto;
  }

  .engage-page .cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-item {
    padding-bottom: 0;
  }

  .cp-engage-row2 .healthcare-professionals-section .item {
    width: 100%;
  }

  .cp-engage-row2 .healthcare-professionals-section .item img {
    width: 60%;
  }

  .cp-engage-row2 .healthcare-professionals-section h1 {
    line-height: 1.5625rem;
    font-size: 1.3003rem;
    padding-bottom: 2rem;
  }

  .cp-engage-row2 .dnd-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .engage-page .content-form-section ul li {
    line-height: 1.125rem;
    font-size: 1.1146rem;
    padding-bottom: 18px;
  }

  .engage-page .content-form-section ul {
    padding-left: 26px;
    padding-top: 20px;
  }

  .automated-lyt .custom-cp-banner .cp-content-section .btn {
    height: 2.4375rem;
    width: 8.9375rem;
  }

  .automated-lyt .custom-cp-banner .cp-content-section p {
    padding-bottom: 1.4rem;
    max-width: 100%;
    padding-right: 20px;
  }

  .automated-lyt .custom-cp-banner .cp-content-section p.btm-link {
    padding-top: 0.8rem;
  }

  .automated-lyt .custom-cp-banner .cp-content-section h2 {
    padding-bottom: 0.1rem;
  }

  .automated-lyt .custom-cp-banner {
    min-height: initial;
    padding-bottom: 1.1rem;
  }

  .automated-header .cp-logo {
    padding-top: 20px;
  }

  .automated-lyt {
    padding-top: 8px;
  }

  .automated-lyt .cp-appointment-row1 .dnd-section {
    padding-top: 2rem;
    padding-bottom: 1.3rem;
  }

  .automated-lyt .cp-appointment-row3 .dnd-section {
    padding-top: 1.9rem;
    padding-bottom: 2rem;
  }

  .automated-lyt .content-form-section .left {
    padding-top: 0;
  }

  .automated-lyt .content-form-section .right {
    padding: 0 14px;
  }

  .automated-lyt .content-form-section ul {
    padding-top: 1.3rem;
  }

  .automated-lyt .content-form-section ul li:last-child {
    padding-bottom: 10px;
  }

  .automated-lyt .cp-appointment-row7 .dnd-section>.row-fluid {
    max-width: 400px !important;
  }

  .automated-lyt .cp-appointment-row7 .dnd-section {
    padding-top: 1rem;
  }

  .automated-lyt .cp-appointment-row7 .content-image-align-wrapper .content {
    padding-left: 0;
  }

  .automated-lyt .cp-appointment-row7 .content-image-align-wrapper a.btn {
    height: 2.375rem;
    width: 8.9375rem;
    font-size: 0.743rem;
  }

  .automated-lyt .cp-appointment-row7 .content-image-align-wrapper ul {
    padding-bottom: 2rem;
  }

  .automated-lyt .cp-appointment-row8 .dnd-section {
    padding-top: 2rem;
  }

  .patient-access-webinar .custom-page-header .cm-page-logo {
    margin-left: 0;
    text-align: center;
    width: 11.125rem !important;
    height: 2.577rem !important;
    padding-top: 0.5rem !important;
    display: block;
    margin: 0 auto !important;
    float: none !important;
  }

  .patient-access-webinar .engage-menu .custom-page-header {
    text-align: center;
  }

  .patient-access-webinar .custom-page-header .cm-page-menu-links .hs-menu-item a {
    line-height: 1.125rem;
    font-size: 0.805rem;
  }



  .engage-menu .custom-page-header .cm-page-menu-links ul {
    padding: 0;
    position: static;
    text-align: center;
  }

  .patient-access-webinar .custom-page-header .cm-page-menu-links {
    padding-top: 0.8rem;
  }

  .patient-access-webinar .banner-section h1 {
    line-height: 2.1875rem;
    font-size: 1.7957rem;
    padding-top: 0.5rem;
    padding-bottom: 1.8rem;
    position: relative;
    top: -2px;
  }

  .patient-access-webinar .banner-section .dnd-section {
    min-height: 24.375rem;
  }

  .patient-access-webinar .banner-section .hs-button {
    height: 3.0625rem;
    width: 17.625rem;
    line-height: 3.0625rem;
    font-size: 1.0526rem;
    margin-top: 2.9rem;
    margin-bottom: 2rem;
  }

  .patient-access-webinar .banner-section p {
    line-height: 1.375rem;
    font-size: 0.9907rem;
    padding: 0 20px;
  }

  .patient-access-webinar .banner-section p a {
    position: relative;
    top: -2px;
  }

  .cp-access-row1 .hs_cos_wrapper_type_header h2 {
    line-height: 2.1875rem;
    font-size: 1.548rem;
    padding-bottom: 1.8rem;
  }

  .cp-access-row1 .dnd-section {
    padding-top: 3.5rem;
    padding-bottom: 1rem;
  }

  .cp-access-row1 .dnd-section>.row-fluid {
    padding: 0 1.8rem;
  }

  .cp-access-row1 {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
  }

  .cp-access-row1 ul {
    padding-top: 1rem;
    padding-left: 26px;
  }

  .cp-access-row1 ul li {
    padding-bottom: 0;
  }

  .cp-access-row1 ul li:last-child {
    padding: 0;
  }

  .cp-access-row1 iframe {
    height: 207px;
  }

  .cp-access-row1 .span7 {
    padding-top: 2.5rem;
    margin: 0 -9px;
  }

  .cp-access-row2 hr {
    max-width: 22.5rem;
    margin-bottom: 1rem;
  }

  .cp-access-row2 img {
    max-width: 22rem;
    margin-bottom: 1rem;
  }

  .cp-access-row2 .dnd-section {
    padding-bottom: 2.5rem;
  }

  .cp-access-row3 h1 {
    line-height: 1.75rem;
    font-size: 1.4241rem;
    padding-top: 0rem;
    padding-bottom: 2.2rem;
  }

  .cp-access-row3 p {
    line-height: 1.375rem;
    font-size: 1.2384rem;
    padding-bottom: 2.4rem;
  }

  .cp-access-row3 .hs-button {
    height: 2.75rem;
    width: 12rem;
  }

  .cp-access-row3 .dnd-section {
    min-height: 18.5625rem;
    padding: 0 15px;
    background-position: 100% 0 !important;
  }

  .cp-access-row4 .dnd-section>.row-fluid {
    padding: 0 1rem;
  }

  .cp-access-row5 form {
    padding: 0;
    padding-top: .8rem;
  }

  .cp-access-row6 .client-ratings-group .title h1 {
    line-height: 2.125rem;
    font-size: 1.4861rem;
  }

  .cp-access-row6 .client-ratings-group .item .inner {
    min-height: initial;
    padding-bottom: 1.5rem;
  }

  .home-header header.header {
    min-height: 65px !important;
  }

  .homepage {
    padding-top: 6px;
  }
  footer.pateint-intake-footer .intake-logo img {
    min-height: auto !important;
  }

  .engage-page .custom-page-header .cm-page-menu-links .hs-menu-wrapper ul {
    position: relative !important;
    top: 0;
  }

  .engage-page .custom-cp-banner {
    padding-top: .3rem;
  }

  .cp-engage-row2 .healthcare-professionals-section .row-fluid {
    margin-left: 0;
    margin-right: 0;
  }

  .engage-page .custom-cp-banner .block.block2 {
    top: 5.3rem;
    left: 13rem;
    height: 8.0751rem;
    width: 10.875rem;
    z-index: 16;
  }

  .engage-page .custom-cp-banner .block.block1 {
    top: 5.3rem;
    left: 1.6875rem;
    height: 8.0287rem;
    width: 10.8125rem;
    z-index: 9;
  }

  .engage-page .custom-cp-banner .block.block4 {
    top: 13.8rem;
    left: 13rem;
    height: 11.8083rem;
    width: 10.875rem;
    z-index: 23;
  }

  .engage-page .custom-cp-banner .block.block3 {
    top: 13.8rem;
    left: 3.3125rem;
    height: 11.6464rem;
    width: 9.125rem;
    z-index: 18;
  }

  .engage-page .custom-cp-banner .cp-image {
    top: 3.8rem;
  }

  .gtd-page .custom-page-header .cm-page-logo {
    padding-top: 1.2rem !important;
  }



  .gtd-page .engage-menu .custom-page-header .cm-page-menu-links ul {
    text-align: left;
    padding-left: 6px;
    padding-top: 1px;
  }

  .gtd-page .custom-page-header .page-center {
    padding-bottom: 0;
  }

  .gtd-page .custom-cp-banner {
    padding-top: 0.7rem;
  }

  .gtd-page .custom-cp-banner .block.block2 {
    top: 5.24rem;
    left: 13rem;
    height: 8.0625rem;
    width: 10.875rem;
    z-index: 20;
  }

  .gtd-page .custom-cp-banner .block.block3 {
    top: 13.75rem;
    left: 3.4375rem;
    height: 11.875rem;
    width: 9.3125rem;
    z-index: 21;
  }

  .gtd-page .custom-cp-banner .block.block4 {
    top: 13.75rem;
    left: 13rem;
    height: 11.8125rem;
    width: 10.875rem;
    z-index: 19;
  }

  .gtd-page .custom-cp-banner .block.block1 {
    top: 5.24rem;
    left: 1.6875rem;
    height: 8.0625rem;
    width: 10.875rem;
    z-index: 22;
  }

  .gtd-page .custom-cp-banner .cp-content-section {
    padding-top: 3rem;
  }

  .gtd-page .custom-cp-banner .cp-content-section h2 br {
    display: none;
  }

  .gtd-page .custom-cp-banner .cp-content-section p {
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }

  .gtd-page .custom-cp-banner .btn {
    height: 2.5rem;
    width: 16.0625rem;
    line-height: 2.5rem;
    margin-top: -1.5rem;
    font-size: 0.8669rem;
  }

  .gtd-page .custom-cp-banner .cp-content-section h2 {
    padding-bottom: .2rem;
    padding-top: .4rem;
  }

  .gtd-page .custom-cp-banner .cp-image {
    top: 3.7rem;
  }

  .gtd-row1 .dnd-section {
    padding-top: 6rem;
  }

  .gtd-row1 .cm-content-top-image-wrapper h2 {
    line-height: 1.4375rem;
    font-size: 1.4241rem;
  }

  .gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-item {
    float: none;
    width: 100%;
    margin-bottom: 5rem;
  }

  .gtd-row1 .cm-content-top-image-wrapper h3 {
    line-height: 1.75rem;
    font-size: 1.4241rem;
    padding-bottom: 1rem;
  }

  .gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    line-height: 1.5625rem;
    font-size: 1.1146rem;
    padding-bottom: 0.4rem;
  }

  .gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-inner {
    padding-top: 2rem;
  }

  .gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-wrap {
    padding-bottom: 0.8rem;
  }

  .gtd-row2 .dnd-section {
    padding-top: 0;
  }

  .gtd-row2 .content-image-align-wrapper.img-align-right .content {
    width: 100%;
  }

  .gtd-row2 h3 {
    line-height: 1.9375rem;
    font-size: 1.6212rem;
  }

  .gtd-row2 h2 {
    line-height: 1.9375rem;
    font-size: 1.6212rem;
  }

  .gtd-row2 .dnd-section>.row-fluid {
    padding: 0 1rem;
  }

  .gtd-row1 .dnd-section {
    padding-bottom: 1rem;
  }

  .gtd-row2 .content-image-align-wrapper .content {
    line-height: 1.6875rem;
    font-size: 1.1765rem;
  }

  .gtd-row2 .content-image-align-wrapper a.btn {
    height: 2.5625rem;
    width: 18.4375rem;
    line-height: 2.5625rem;
    font-size: 0.9288rem;
  }

  .gtd-row2 .content-image-align-wrapper.img-align-right .image {
    width: 100%;
    padding-top: 2rem;
  }

  .gtd-row2 .content-image-align-wrapper.img-align-left .image {
    padding-top: 2rem;
  }

  .gtd-row2 .dnd-section {
    padding-bottom: 0;
  }

  .gtd-row3 .speakers-grp {
    padding-top: 2rem;
  }

  .gtd-row3 .speakers-grp .title h3 {
    line-height: 2.4375rem;
    font-size: 1.7337rem;
  }

  .gtd-row3 .speakers-grp .btm-content .row-fluid .item {
    width: 100%;
  }

  .gtd-row3 .speakers-grp img {
    max-width: 100%;
    width: 13.125rem !important;
  }

  .gtd-page .content-form-section form {
    padding-left: 15px !important;
    padding-right: 24px !important;
    padding-top: 0;
  }

  .gtd-page {
    overflow: hidden;
  }

  .cp-access-row5 form .hs-form-field {
    padding: 0 !important;
  }

  .cp-access-row5 form .form-columns-3 .hs-form-field {
    width: 100% !important;
  }

  .cp-access-row5 form li.hs-form-booleancheckbox span {
    padding-left: 0;
  }

  .cp-access-row5 form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }

  .patient-webinar-banner.custom-cp-banner .cp-image {
    top: 12px;
    left: 0;
    height: 22.375rem;
    width: 20rem;
    z-index: 26;
  }

  .webinar-lyt .custom-cp-banner .block.block2 {
    top: 4.4rem;
    left: 11.3125rem;
    height: 8rem;
    width: 10.8125rem;
    z-index: 21;
  }

  .webinar-lyt.engage-page .custom-cp-banner .block.block1 {
    top: 4.4rem;
    left: 0;
    height: 8rem;
    width: 10.8125rem;
    z-index: 23;
  }

  .webinar-lyt.engage-page .custom-cp-banner .block.block3 {
    top: 12.9rem;
    left: 2.0625rem;
    height: 11.625rem;
    width: 9.125rem;
    z-index: 22;
  }

  .webinar-lyt.engage-page .custom-cp-banner .block.block4 {
    top: 12.9rem;
    left: 11.3125rem;
    height: 11.75rem;
    width: 10.8125rem;
    z-index: 19;
  }

  .patient-webinar-banner h1 {
    text-align: left;
    line-height: 1.9375rem;
    font-size: 1.6436rem;
    padding-top: 0.6rem;
    padding-bottom: 1.2rem;
  }

  .webinar-lyt.engage-page .custom-cp-banner .cp-content-section p {
    line-height: 1.5625rem;
    font-size: 1.1146rem;
  }

  .patient-webinar-banner.custom-cp-banner .cp-content-section .timer-section {
    position: static;
    width: 19.5625rem;
    z-index: 52;
    font-size: 3.8125rem;
    padding-bottom: 0.8rem;
  }

  .webinar-lyt.engage-page .custom-cp-banner .cp-content-section p {
    padding-bottom: 0;
    padding-right: 2rem;
  }

  .webinar-lyt.engage-page .custom-cp-banner .cp-content-section {
    text-align: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .patient-webinar-banner.custom-cp-banner .btn {
    height: 2.9375rem;
    width: 11.25rem;
    font-size: 0.9907rem;
    line-height: 2.9375rem;
  }

  .webinar-lyt .cp-appointment-row5 .dnd-section {
    padding-top: 1.5rem;
  }

  .webinar-lyt .cp-appointment-row5 p.sub-heading {
    line-height: 1.4375rem;
    font-size: 1.1765rem;
  }

  .webinar-lyt .cp-appointment-row5 .dnd-column {
    padding: 0 2rem;
  }

  .webinar-lyt.engage-page .cp-appointment-row5 .cm-content-top-image-inner {
    padding-top: 0;
  }

  .webinar-lyt .cp-appointment-row5 .dnd-section {
    padding-bottom: 2.5rem;
  }

  .webinar-lyt .cp-engage-row2 .dnd-section {
    min-height: 28.875rem;
  }

  .webinar-lyt .cp-engage-row2 h1 {
    line-height: 1.8125rem;
    font-size: 1.4861rem;
  }

  .webinar-lyt .cp-engage-row2 p a {
    line-height: 2rem;
    font-size: 1.2384rem;
  }

  .cp-engage-row2 .dnd-section>.row-fluid {
    padding: 0 1.8rem;
  }

  .webinar-lyt .cp-engage-row2 p:last-of-type {
    padding-top: 2rem;
  }

  .webinar-lyt .cp-engage-row3 .dnd-section {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .webinar-lyt .cp-engage-row3 .img {
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }

  .webinar-lyt .content-form-section {
    padding-top: 1.5rem;
  }

  .case-study-banner-wrap .banner-case-study-wrapper {
    padding: 3px 0 0 0;
  }

  .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content ul {
    text-align: left;
    font-size: 16px;
  }

  .telehealth-row3 .cm-content-top-image-wrapper .cm-content-top-image-item {
    width: 100%;
  }

  .footer-case-study .footer__container {
    max-width: 400px;
  }

  .mobile-patient-webinar-row3 .dnd-section {
    padding-top: 2.3125rem;
    padding-bottom: 1.75rem;
  }

  .mobile-patient-webinar-row3 h1 {
    color: #37465A;
    font-size: 1.548rem;
    line-height: 2.1875rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    font-weight: 400;
    text-transform: unset;
    margin: 0;
  }

  .mobile-patient-webinar-row3 .dnd-section > .row-fluid {
    max-width: calc(22.5rem + 20px);
  }

  .mobile-patient-webinar-row3 .video-container {
    height: 12.9375rem;
    width: 22.5rem;
    margin: 0 auto;
    margin-top: 1.75rem;
    margin-bottom: 2.4rem;
  }

  .mobile-patient-webinar-row3 .video-container iframe {
    height: 100%;
  }

  .mobile-patient-webinar-row3 hr {
    max-width: 22.5rem;
  }

  .mobile-patient-webinar-row3 .widget-type-linked_image {
    margin-top: 1.2rem;
    position: relative;
    left: 5px;
    margin-bottom: 0.5rem;
  }

  .mobile-patient-webinar-row3 p {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
  }

  .mobile-patient-webinar-row4 .dnd-section {
    padding: 0;
  }

  .cm-healthcare-pro-module-wrapper h2 {
    line-height: 1.8125rem;
    font-size: 1.4861rem;
  }
  .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item {
    width: 100%;
  }
  .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img {
    width: 11.9375rem;
  }
  .cm-healthcare-pro-module-wrapper {
    max-width: 22.6875rem;
    margin: 0 auto;
    padding: 3.375rem 1.6875rem 0;
  }

  .hs-epic-wrapper .col1 .col1-inner .left {
    width: 100%;
    text-align: center;
    padding: 0px 10px 0px 10px;
  }

  .hs-epic-wrapper .col1 .col1-inner .right {
    width: 100%;
  }

  .hs-epic-wrapper .col1 .col1-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hs-epic-wrapper .col1 .col1-inner .left .hs_cos_wrapper_type_rich_text h1 {
    font-size: 30px;
  }

  .hs-epic-wrapper .col1 .col1-inner .left .hs_cos_wrapper_type_rich_text {
    font-size: 22px;
  }

  .hs-epic-wrapper .col1 .col1-inner .left .hs-custom-button {
    width: 100%;
    text-align: center;
  }

  .hs-epic-wrapper .col1 .col1-inner .left .bottom-content-wrapper .image {
    width: 100%;
  }

  .hs-epic-wrapper .col1 .col1-inner .left .bottom-content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .hs-epic-wrapper .col1 .col1-inner .left .hs-custom-button div#hs_cos_wrapper_col1_button {
    width: 100%;
  }

  .hs-epic-wrapper .col1 .col1-inner .left .hs-custom-button a.hs-button {
    font-size: 18px;
  }

  .hs-epic-wrapper .col1 .col1-inner .left .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 18px;
  }

  .hs-epic-wrapper .col1 .col1-inner .left .bottom-content-wrapper .image>div {padding: 0;}

  .hs-epic-wrapper .col1 .col1-inner .left .bottom-content-wrapper .image .hs_cos_wrapper_type_linked_image {
    width: 100%;
    text-align: center;
    padding: 0;
    padding: 25px 90px 0px 90px;
  }

  .hs-epic-wrapper .col1 .col1-inner .left .bottom-content-wrapper .image img.hs-image-widget {margin: auto;}

  .hs-epic-wrapper .col1 .col1-inner .right .right-inner {
    padding-top: 50px;
  }
  .hs-epic-wrapper .col1 .col1-inner .right img.hs-image-widget {
    display: inline-block;
  }
  .hs-epic-wrapper .col2 .section-header h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .hs-epic-wrapper .col2 .section-header p.secondary-header {
    font-size: 16px;
    padding: 0px 25px 0px 025px;
  }
  .hs-epic-wrapper .col2 .hs_cos_wrapper_type_rich_text>img {
    max-width: 500px;
    width: 100%;
    padding: 10px 70px 10px 70px;
  }
  .hs-epic-wrapper .col2 .widget-type-rich_text {
    padding: 31px 30px 30px 30px;
  }
  .hs-epic-wrapper .col2 .widget-type-rich_text h4 {
    font-size: 18px;
  }
  .hs-epic-wrapper .col3 .left {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .hs-epic-wrapper .col3 .col3-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hs-epic-wrapper .col3 .left .left-inner {
    padding: 0px 10px 0px 10px;
  }
  .hs-epic-wrapper .col3 .left h1 {
    font-size: 30px;
  }
  .hs-epic-wrapper .col3 a.hs-custom-button {
    font-size: 18px;
  }
  .hs-epic-wrapper .col3 .right {
    width: 100%;
    padding-top: 40px;
  }
  .hs-epic-wrapper .client-ratings-group {
    padding: 75px 0px 0px 0px;
  }
  .hs-epic-wrapper .client-ratings-group .item {
    width: 100%;
  }
  .hs-epic-wrapper .client-ratings-group .title h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .hs-epic-wrapper .client-ratings-group .item .inner {
    text-align: center;
  }
  .hs-epic-wrapper .client-ratings-group .title {
    padding: 10px 10px 30px 10px;
  }
  .hs-epic-wrapper .client-ratings-group .item .inner h4 {
    font-size: 16px;
    line-height: 1.4;
  }
  .hs-epic-wrapper .client-ratings-group .item .inner h4 span {
    padding: 0px 10px 0px;
  }
  .hs-epic-wrapper .client-ratings-group .item:last-child {
    margin-bottom: 0;
  }
  .hs-epic-wrapper .client-ratings-group .item p {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .hs-epic-wrapper .contact-section .contact-form {
    left: 0!important;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .hs-epic-wrapper .contact-section form .hs-form-field {
    width: 100% !important;
    padding: 0;
    margin-bottom: 25px;
  }
  .hs-epic-wrapper .contact-section .row {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-epic-wrapper .contact-section form .hs-form-field.hs-fieldtype-textarea {
    margin-bottom: 24px;
  }
  .hs-epic-wrapper .contact-section form .hs_submit.hs-submit {
    margin-top: 11px;
  }
  .hs-epic-wrapper .contact-section form fieldset.form-columns-3 {
    margin-bottom: 1px;
    margin-top: 2px;
  }
  .hs-epic-wrapper .client-ratings-group .hs-content-wrapper {
    padding: 0 10px;
  }
  .hs-epic-wrapper .client-ratings-group .item .inner {
    padding: 40px 50px 40px 50px;
  }

  .webinar-lyt .meet-speaker-section .left {
    padding-top: 0;
  }

  .hs-epic-wrapper .col4 {
    overflow: hidden;
  }

  .hs-epic-wrapper .contact-section .page-center {
    padding: 0;
  }

  .hs-greenway-one ul {
    display: block;
    text-align: center;
    padding: 0;
  }
  .hs-greenway-one ul li {
    margin-bottom: 13px;
  }
  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-inner {
    max-width: 100%;
    display: block;
  }
  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item {
    width: 100%;
  }
  .hs-greenway-two .cm-content-top-image-wrapper h2 {
    line-height: 2.1875rem;
    font-size: 1.7957rem;
  }
  .hs-greenway-two .cm-content-top-image-wrapper p.sub-heading {
    line-height: 1.5rem;
    font-size: 1.0526rem;
  }
  .engage-page .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-content p {
    line-height: 1.6875rem;
    font-size: 1.1765rem;
  }
  .engage-page .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-content h3 {
    margin-bottom: 10px;
  }
  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item.col_1 .cm-content-top-image-wrap {
    height: 3.3125rem;
    width: 3.3125rem;
  }
  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-wrap {
    height: 3.0605rem;
    width: 2.875rem;
  }
  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item.col_3 .cm-content-top-image-wrap {
    height: 4.125rem;
    width: 4.0606rem;
  }
  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item.col_4 .cm-content-top-image-wrap {
    height: 3.2151rem;
    width: 3.3125rem;
  }
  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-link a {
    line-height: 1.875rem;
    font-size: 1.1765rem;
  }
  .hs-greenway-two .span6 h1 {
    line-height: 1.5625rem;
    font-size: 1.1146rem;
  }
  .hs-greenway-two .dnd-row[class*="vertical-alignment"] p {
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  .hs-greenway-two .dnd-row[class*="vertical-alignment"] .hs-button {
    font-size: 0.9288rem;
    padding-left: 40px;
    padding-right: 40px;
  }
  .hs-greenway-three h1 {
    line-height: 2.25rem;
    font-size: 1.8576rem;
  } 
  .hs-greenway-three .hs_cos_wrapper_type_rich_text h3 {
    line-height: 1.9375rem;
    font-size: 1.3622rem;
  }
  .hs-greenway-four .span6 {
    width: 100%;
  }
  .hs-greenway-four .span6 h3 {
    text-align: center;
  }
  .hs-greenway-four .span6 p {
    text-align: center;
  }
  .hs-greenway-four .span6 ul li p {
    text-align: left;
  }
  .hs-greenway-four .span6 ul li p {
    line-height: 1.5rem;
    font-size: 1.0526rem;
  }
  .hs-greenway-four .span6 ul li p:last-of-type {
    line-height: 1.625rem;
    font-size: 1.0341rem;
  }
  .hs-greenway-four .span6:first-child .hs_cos_wrapper_type_rich_text h3 {
    line-height: 2.25rem;
    font-size: 1.6099rem;
  }
  .hs-greenway-four .span6 .dnd-module[class*="flexbox-positioning"] .hs_cos_wrapper_type_linked_image img {
    margin: 30px auto 0 !important;
  }
  .hs-greenway-five .span7 h3 {
    line-height: 2.25rem;
    font-size: 1.6099rem;
    text-align: center;
  }
  .hs-greenway-five .span7 p {
    text-align: center;
  }
  .hs-greenway-five .span7 ul li p {
    text-align: left;
  }
  .hs-greenway-five .span7 ul li p, 
  .hs-greenway-five .span7 ul li p:first-of-type {
    line-height: 1.6875rem !important;
    font-size: 1.1765rem !important;
  }
  .hs-greenway-five .span7 {
    padding: 0;
  }
  .hs-greenway-five .span7 ul {
    padding-left: 47px;
  }
  .hs-greenway-six .span6 h3 {
    text-align: center;
  }
  .engage-page.hs-greenway-page .content-form-section h1 {
    line-height: 2.5625rem;
    font-size: 1.7957rem;
  }
  .hs-greenway-six .content-form-section {
    border-top-width: 2px;
  }
  .hs-greenway-six {
    border-top-width: 2px;
  }
  .hs-greenway-six .dnd-section {
    padding-top: 20px;
  }

  .footer-bottom--left-case-study, .footer-bottom--right-case-study {
    width: 100%;
  }
  .footer-case-study .footer-top-col {
    width: 100%;
    max-width: 22.5rem;
    margin: 0 auto 28px;
    padding: 0;
  }
  .footer-case-study {
    padding: 40px 0 103px;
    text-align: center;
  }
  .footer-copyright-case-study {
    text-align: center;
  }

  .footer-logo-case-study img {
    max-width: 10.625rem;
    margin: 0 auto 20px;
  }
  .footer-case-study .footer-top-case-study {
    margin: 0;
    height: 60.8125rem;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .footer-top-case-study .footer-top-col-content {
    padding: 61px 20px 57px;
  }
  .footer-top-case-study .footer-top-col-content a {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
    display: inline-block;
  }
  .footer-case-study .footer-top-case-study h3 {
    margin: 30px 0 8px 0;
  }
  .footer-case-study .footer-top-innercol3 img {
    height: 2.625rem;
    width: 2.625rem;
  }
  .footer-link-case-study a:not(:last-child):after {
    margin: 0 7px 0 7px;
  }

  .footer-top-case-study .footer-top-innercol1 img {
    height: 2.9375rem;
    width: 3.75rem;
  }
  .footer-case-study .footer-top-innerco2 img {
    height: 3.0323rem;
    width: 2rem;
  }
  .footer-case-study .footer-top-col.footer-top-innerco2 {
    order: 1;
    margin-bottom: 32px;
  }
  .footer-case-study .footer-top-innercol1 {
    order: 2;
  }

  .footer-case-study .footer-top-innercol3 {
    order: 3;
    margin-bottom: 0;
  }
  .footer-case-study .footer-top-innercol1 .footer-top-col-content {
    padding: 59px 20px 57px;
  }
  .footer-case-study .footer-top-innerco2 .footer-top-col-content {
    padding: 64px 20px 57px;
  }


  .header-logo-case {
    left: -3px;
    left: .875rem;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .footer-bottom-wrapper-case-study .footer-bottom-case-study {
    width: 100%;
    padding-bottom: 29px;
  }
  .footer-case-study {
    padding: 0;
  }
  .footer-bottom-wrapper-case-study {
    min-height: 25.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-case-study .footer-top-case-study .footer-top-inner-case-study {
    position: relative;
    top: -3px;
  }
  .telehealth-header-wrapper .page-center,
  #telehealth_page .dnd-section>.row-fluid {
    max-width: 400px;
  }
  .telehealth-logo {
    width: 100%;
    padding-top: 2.3125rem;
    padding-left: 2.375rem;
  }
  .telehealth-custom-menu .navigation-primary>ul {
    display: flex;
    flex-wrap: wrap;
  }
  .telehealth-custom-menu .navigation-primary>ul>li>a {
    background: transparent !important;
  }
  .telehealth-custom-menu {
    position: relative;
    padding: 5px 0 0 2.375rem;
  }
  .telehealth-custom-menu .navigation-primary {
    padding: 0;
  }
  .telehealth-custom-menu .navigation-primary>ul>li:first-child>a {
    padding-left: 0;
  }
  .telehealth-custom-menu .navigation-primary>ul>li>a {
    padding-left: 7px;
  }
  .telehealth-row3 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    line-height: 1.75rem;
    font-size: 1.2384rem;
  }
  .telehealth-row3 .cm-content-top-image-wrapper h3 {
    line-height: 1.75rem;
    font-size: 1.2384rem;
    margin: 0 0 0.8rem 0;
  }
  .telehealth-row3 .widget-type-rich_text {
    max-width: 22.5rem;
  }
  .telehealth-custom-menu .navigation-primary>ul>li:last-child {
    display: none;
  }

  .header-case-study .header-case-study-inner {
    overflow-x: hidden;
  }
  #case_study_page .dnd-section>.row-fluid {
    max-width: 400px !important;
    padding: 0 15px;
  }
  .case-study-row2 .widget-type-rich_text p {
    line-height: 1.1875rem;
    font-size: 0.9907rem;
  }
  .case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content p {
    line-height: 1.625rem;
    font-size: 0.9907rem;
  }
  .case-study-row3  .cm-content-Wleft-icon-wrapper {
    padding: 0 0 30px;
  }
  .row-fluid-wrapper:not(:last-child) .cm-content-Wleft-icon-wrapper:after {
    bottom: -27px;
  }
  .case-study-row4 {
    margin-top: 4rem;
  }
  .case-study-row5 {
    padding: 5rem 0 3rem;
  }
  .case-study-row6 .cm-content-top-image-wrapper .cm-content-top-image-content {
    max-width: 10.6875rem;
    margin: 0 auto;
  }
  .case-study-row6 .widget-type-rich_text h1 {
    line-height: 1.8125rem;
    font-size: 1.4861rem;
  }
  .case-study-row6 .widget-type-rich_text p {
    line-height: 1.625rem;
    font-size: 0.9907rem;
  }
  .row-fluid-wrapper:not(:last-child) .cm-content-top-image-wrapper {
    margin-bottom: 3rem;
  }
  .case-study-row6 .cm-customer-outcoms-wrapper {
    margin: 5.8rem auto 0;
  }
  .case-study-row6 .cm-customer-outcoms-wrapper {
    padding: 4rem 0 0;
  }
  .case-study-row6 .cm-customer-outcoms-wrapper .outcoms-item-3 {
    order: 2;
  }
  .case-study-row6 .cm-customer-outcoms-wrapper .outcoms-item-1 {
    order: 4;
  }
  .case-study-row6 .cm-customer-outcoms-wrapper .outcoms-item-4 {
    order: 3;
  }
  .case-study-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-item {
    margin-bottom: 2.3rem;
  }
  #case_study_page .case-study-row7 .dnd-section>.row-fluid {
    max-width: 25.125rem !important;
    padding: 0;
  }
  #case_study_page {
    padding: 6.5rem 0 0 0;
  }
  .case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content h4 {
    line-height: 1.375rem;
  }
  .case-study-row6 .cm-customer-outcoms-wrapper {
    max-width: 22.5rem;
  }
  .row-fluid-wrapper .cm-schdule-demo-wrapper {
    position: relative;
  }
  .telehealth-row3 .widget-type-rich_text h2 {
    font-size: 1.4241rem;
    line-height: 1.4375rem;
    margin: 0 0 1.8rem;
  }
  .telehealth-row3 .cm-content-top-image-wrapper .cm-content-top-image-inner {
    margin: 2.5rem 0 0;
  }
  .telehealth-row3 .widget-type-rich_text p {
    line-height: 1.6875rem;
    font-size: 1.1765rem;
  }
  .telehealth-row5 {
    margin: 4rem 0 0;
  }
  .telehealth-row8 .content-form-section .page-center {
    max-width: 400px;
    padding: 0 2.375rem;
  }
  .telehealth-row8 .content-form-section h1 {
    line-height: 1.9375rem;
    font-size: 1.3622rem;
  }
  .telehealth-row8 .content-form-section p {
    line-height: 1.1875rem;
    font-size: 0.9907rem;
  }
  .telehealth-row8 .content-form-section ul li {
    line-height: 1.8125rem;
    font-size: 0.9907rem;
  }
  .telehealth-row8 .content-form-section {
    min-height: 61.9375rem;
  }
  .telehealth-row7 .cm-customer-outcoms-wrapper .cm-customer-outcoms-item {
    max-width: 100%;
  }
  .telehealth-row7 .cm-customer-outcoms-wrapper .cm-customer-outcoms-inner {
    max-width: 15.0391rem;
  }
  .telehealth-row7 .cm-customer-outcoms-wrapper .cm-customer-outcoms-img-wrap {
    margin-bottom: 1.4rem;
  }
  .telehealth-row7 .cm-customer-outcoms-wrapper {
    max-width: 22.4375rem;
    padding: 2.8rem 0;
  }
  .telehealth-row7 .cm-customer-outcoms-wrapper h1 {
    line-height: 1.5rem;
    font-size: 1.2384rem;
    margin: 0 0 0.4rem;
  }
  .telehealth-row7 .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap p {
    line-height: 1.375rem;
    font-size: 0.9907rem;
  }
  .telehealth-row7 {
    margin: 7.2rem 0 5.9rem;
  }
  .telehealth-patient-row3 .widget-type-rich_text p img {
    width: 100%;
    height: auto;
  }
  .telehealth-row8 .content-form-section {
    padding: 4.0625rem 0 1rem;
  }
  .cm-patient-access-wrapper .cm-patient-access-button .hs-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-row7 .widget-type-rich_text p {
    text-align: center;
    padding: 0 10px;
  }
  .case-study-row7 {
    padding: 2rem 0 1rem;
  }
  .case-study-banner-wrap .banner-case-study-wrapper .page-center {
    max-width: 400px;
  }
  .health-case-study-banner .banner-case-study-column.banner-case-study-content, 
  .health-case-study-banner .banner-case-study-wrapper .banner-case-study-image {
    width: 100%;
    text-align: center;
  }
  .health-case-study-banner .banner-case-study-wrapper .banner-case-study-column h1 {
    font-size: 30px;
    text-align: center;
    padding: 0 0 13px;
    margin: 0;
    line-height: 1;
  }
  .health-case-study-banner .banner-case-study-content-inner {
    padding: 70px 0 0;
  }
  .health_case_study_header header.header {
    min-height: 76px;
  }
  .health-case-study-banner .banner-case-study-content-inner {
    padding: 54px 0 0;
  }
  .health-case-study-banner .banner-case-study-wrapper .banner-case-study-column h5 {
    font-size: 20px;
    margin: 0 0 13px;
  }
  .health-case-study-banner .banner-case-study-wrapper .banner-case-study-column p {
    font-size: 18px;
    text-align: center;
  }
  .health-case-study-banner .banner-case-study-wrapper .page-center {
    padding: 0 0;
  }
  .health-case-study-banner .banner-case-study-wrapper .banner-case-study-column img {
    margin: 17px 0 0;
  }
  .health-case-study-row1 {
    padding: 0;
  }
  #health_case_study_page .cm-content-Wleft-icon-wrapper {
    margin-top: 0;
  }
  #health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-icon,
  #health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content {
    width: 100%;
    text-align: center;
  }
  #health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content p,
  #health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content h4{
    text-align: center;
  }
  #health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content p,
  #health_case_study_page .health-case-study-row1 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content {
    padding: 0;
  }
  #health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content h4 {
    font-size: 20px;
  }
  #health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content p {
    font-size: 18px;
  }
  #health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content p {
    padding: 0 30px;
  }
  #health_case_study_page .cm-content-Wleft-icon-wrapper {
    padding: 30px 10px;
  }
  .health-case-study-row2 .dnd-section {
    padding: 50px 0 0;
  }
  #health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-content p {
    font-size: 16px;
  }
  #health_case_study_page  .cm-client-testimonial-wrapper .cm-client-testimonial-content {
    max-width: 100%;
  }
  #health_case_study_page .cm-client-testimonial-wrapper {
    padding: 15px
  }
  #health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-image,
  #health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-name-designation,
  #health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-right {
    width: 100%;
    text-align: center;
  }
  #health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-image {
    padding: 5px 110px 10px;
    max-width: 100%;
  }
  #health_case_study_page .cm-client-testimonial-left {
    width: 100%;
  }
  #health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-image img {
    max-width: 300px;
    margin: 0 auto;
  }
  #health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-post {
    margin: 0 0 10px;
  }
  #health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-post {
    font-size: 20px;
    font-weight: 600;
  }
  #health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-name {
    padding: 10px 0 0 0;
  }

  #health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-name-designation {
    max-width: 100%;
  }
  #health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-logo {
    padding: 20px 45px 0;
  }
  .health-case-study-row3 .widget-type-rich_text h2 {
    font-size: 16px;
  }
  #health_case_study_page .health-case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-icon img {
    width: 100px;
  }
  .health-case-study-row9 .cm-schdule-demo-wrapper .cm-schdule-demo-image {
    position: relative;
  }
  #health_case_study_page .health-case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content p {
    font-size: 16px;
  }
  #health_case_study_page .health-case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content h4 {
    font-size: 18px;
    line-height: 24px;
  }
  #health_case_study_page .cm-content-Wleft-icon-wrapper {
    position: relative;
  }
  #health_case_study_page .row-fluid-wrapper:not(:last-child) .cm-content-Wleft-icon-wrapper {
    margin-bottom: 75px;
  }
  #health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content ul li {
    list-style: inside;
  }
  .health-case-study-row4 .dnd-section {
    padding: 75px 15px 0;
  }
  #health_case_study_page .cm-customer-outcoms-wrapper {
    padding: 30px 20px;
  }
  #health_case_study_page .cm-customer-outcoms-wrapper .cm-customer-outcoms-inner {
    max-width: 100%;
  }
  #health_case_study_page .cm-customer-outcoms-wrapper .cm-customer-outcoms-inner {
    max-width: 100%;
  }
  #health_case_study_page .cm-customer-outcoms-wrapper .cm-customer-outcoms-item {
    width: 100%;
    padding: 0 20px;
  }
  #health_case_study_page .cm-customer-outcoms-wrapper h3 {
    max-width: 100%;
    margin: 0 0 20px;
    padding: 30px 0 0;
  }
  #health_case_study_page .cm-customer-outcoms-wrapper .cm-customer-outcoms-inner {
    margin: 0 auto 0;
  }
  #health_case_study_page .cm-customer-outcoms-wrapper .cm-customer-outcoms-item {
    margin-bottom: 60px;
  }
  #health_case_study_page .cm-customer-outcoms-wrapper .cm-customer-outcoms-item:last-child {
    margin-bottom: 0;
  }
  #health_case_study_page .cm-content-top-image-wrapper h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .health-case-study-row5 .dnd-section {
    padding: 75px 0 0;
  }
  #health_case_study_page .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
    width: 200px;
    max-width: 100px;
    margin: 0 auto;
  }
  #health_case_study_page .health-case-study-row6 .cm-content-top-image-wrapper h2 {
    padding: 75px 0 0;
  }
  #health_case_study_page .health-case-study-row6 .cm-content-top-image-wrapper h2 {
    padding: 85px 10px 10px;
  }
  #health_case_study_page .health-case-study-row6 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    font-size: 18px;
  }
  #health_case_study_page .cm-content-top-image-wrapper .cm-content-top-image-item {
    margin: 0;
  }
  #health_case_study_page .health-case-study-row6 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    margin: 0 0 10px;
  }
  .health-case-study-row7 .widget-type-rich_text h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .health-case-study-row7 .dnd-section {
    padding: 75px 0 0;
  }
  #health_case_study_page .cm-lumba-health-module-wrapper {
    max-width: 100%;
  }
  #health_case_study_page .cm-lumba-health-module-wrapper .cm-lumba-health-module-item {
    padding: 10px;
    margin: 0;
  }
  #health_case_study_page .cm-lumba-health-module-wrapper .cm-lumba-health-module-content-wrap {
    padding: 20px 0 0;
  }
  #health_case_study_page .cm-lumba-health-module-wrapper .cm-lumba-health-module-inner {
    padding: 20px 30px 30px;
  }
  #health_case_study_page .cm-lumba-health-module-wrapper .cm-lumba-health-module-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .health-case-study-row8 .dnd-section {
    padding: 75px 15px 0;
  }
  #health_case_study_page .cm-lumba-health-module-wrapper {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
  #health_case_study_page .cm-recent-post-wrapper h3 {
    margin-bottom: 10px;
  }
  #health_case_study_page .cm-recent-post-wrapper {
    padding: 50px 20px;
  }
  #health_case_study_page .cm-recent-post-wrapper .cm-recent-post-item {
    padding: 50px 20px 0;
    margin: 0;
  }
  #health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-image,
  #health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-content,
  #health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-button {
    width: 100%;
    max-width: 100%;
  }
  #health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-inner {
    max-width: 100%;
    text-align: center;
  }
  #health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-content p {
    font-size: 20px;
    line-height: 28px;
  }
  #health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-image {
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  #health_case_study_page .health-case-study-row10 .contact-section .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
  #telehealth_patient_page,
  .cm-telehealth-patient-header-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  #telehealth_patient_page .telehealth-patient-row3 .dnd-section>.row-fluid {
    padding: 15px calc(15px * 1.2);
    margin-bottom: calc(18px * 1.45 * 1.15);
  }
  .cm-telehealth-patient-wrapper {
    padding-bottom: calc(15px * 1.33);
  }
  #health_case_study_page .health-case-study-row1 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-icon img {
    width: 100px;
  }
  #health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-icon-inner {
    padding: 0;
  }
  #health_case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-icon {
    padding: 0;
  }
  #health_case_study_page .health-case-study-row1 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content {
    padding: 18px 0 0;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-left-col h2 {
    line-height: 1.4375rem;
    font-size: 1.4241rem;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-left-col {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    padding-top: 2.5rem;
  }
  #telehealth_learnmore_page .dnd-section>.row-fluid {
    max-width: 400px;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-left-col h3 {
    text-align: center;
    line-height: 1.4375rem;
    font-size: 1.1765rem;
    font-weight: 400;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  }
  .cm-patient-access-wrapper .cm-patient-access-left-col p:not(:last-child) {
    text-align: center;
    line-height: 1.4375rem;
    font-size: 1.1765rem;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-button {
    margin: 1.5rem 0 0;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-button .hs-button {
    margin: 0 auto;
    line-height: 1;
    padding: 0.9rem 0;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-item {
    max-width: 14.25rem;
    margin: 0 auto;
    width: 100%;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-right-col {
    max-width: 100%;
    width: 100%;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-item {
    top: 3rem;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-right-col {
    margin-top: 4rem;
  }
  #telehealth_learnmore_page .telehealth-learn-more-page-row3 .dnd-section>.row-fluid {
    max-width: 400px;
  }
  .telehealth-learn-more-page-row3 {
    margin-top: 7rem;
    padding: 0 15px;
  }
  .telehealth-learn-more-page-row3 .cm-content-top-image-wrapper h2 {
    max-width: 22.5rem;
    margin: 0 auto 2rem;
  }
  .telehealth-learn-more-page-row3 .cm-content-top-image-wrapper p.sub-heading {
    line-height: 1.4375rem;
    font-size: 1.1765rem;
  }
  .telehealth-learn-more-page-row3 .cm-content-top-image-wrapper h2 {
    line-height: 1.4375rem;
    font-size: 1.4241rem;
  }
  .telehealth-learn-more-page-row3 .cm-content-top-image-wrapper .cm-content-top-image-inner {
    margin-top: 3rem;
  }
  .telehealth-learn-more-page-row3 .cm-content-top-image-wrapper h3 {
    line-height: 1.75rem;
    font-size: 1.2384rem;
  }
  .telehealth-learn-more-page-row3 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    text-align: center;
    line-height: 1.75rem;
    font-size: 1.2384rem;
  }
  .telehealth-learn-more-page-row4 {
    margin-top: 2rem;
  }
  .telehealth-learn-more-page-row4 .cm-additional-benefits-wrapper .cm-additional-down-arrow {
    margin-bottom: 2rem;
  }
  .telehealth-learn-more-page-row4 .cm-additional-benefits-wrapper .cm-additional-benefits-inner {
    margin-top: 3.7rem;
  }
  .telehealth-learn-more-page-row4 .cm-additional-benefits-wrapper .cm-additional-benefits-item-inner h3 {
    margin: 0px 0px 1rem;
  }
  .telehealth-learn-more-page-row4  .cm-additional-benefits-wrapper .cm-additional-benefits-item-inner {
    min-height: 9.75rem;
  }
  .telehealth-learn-more-page-row4 .cm-additional-benefits-wrapper .cm-additional-benefits-item-inner p {
    line-height: 1.4375rem;
    font-size: 1.1765rem;
  }
  .telehealth-learn-more-page-row5 .cm-telehelth-work-wrapper .cm-telehelth-work-content p {
    text-align: center;
    line-height: 1.4375rem;
    font-size: 1.1765rem;
  }
  .telehealth-learn-more-page-row5 .cm-telehelth-work-wrapper h3 {
    line-height: 1.75rem;
    font-size: 1.4241rem;
    margin: 0 0 1.5rem 0;
    color: #000000;
  }
  .telehealth-learn-more-page-row5 .cm-telehelth-work-wrapper .cm-telehelth-work-item img {
    max-width: 9.4375rem;
  }
  .telehealth-learn-more-page-row5 .cm-telehelth-work-wrapper .cm-telehelth-work-content {
    margin: 0px auto 2rem;
  }
  .telehealth-learn-more-page-row5 .cm-telehelth-work-wrapper .cm-telehelth-work-item p {
    line-height: 2rem;
    font-size: 1.2384rem;
  }
  .telehealth-learn-more-page-row5 .cm-telehelth-work-wrapper .cm-telehelth-work-item img {
    margin: 0px auto 1rem;
  }
  .telehealth-learn-more-page-row6 {
    margin-top: 7.5rem;
  }
  .telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-inner {
    padding: 1.8rem 1.4375rem 0px;
  }
  .telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper h2 {
    margin: 0 0 2.5rem;
    text-align: left;
  }
  .telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-left h5 {
    text-align: left;
  }
  .telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-right {
    padding-top: 0;
    margin-bottom: 1.7rem;
  }
  .telehealth-learn-more-page-row1 .custom-page-header .cm-page-logo img {
    max-width: 188px;
    position: relative;
    top: 0;
    height: unset;
  }
  .telehealth-learn-more-page-row1 .custom-page-header .cm-page-logo {
    position: static;
    padding: 0;
  }
  .telehealth-learn-more-page-row1 .custom-page-header .cm-page-logo img {
    margin: 0 auto;
  }
  .telehealth-learn-more-page-row1 .custom-page-header .cm-page-logo img {
    height: unset;
    margin: -13px auto -49px;
  }
  .telehealth-learn-more-page-row1 .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul {
    justify-content: center;
    position: relative;
    z-index: 555;
  }
  .telehealth-learn-more-page-row1 .cm-patient-access-left-col {
    padding-top: 2.6rem;
  }
  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-left-col {
    text-align: center;
    max-width: 100%;
    padding: 2rem 1rem 0;
    top: 0;
  }
  .telehealth-learn-more-page-row5 {
    margin: 4rem 0 0 0;
  }
  .telehealth-learn-more-page-row1 .custom-page-header .cm-page-menu-links .hs-menu-item a {
    line-height: 1.25rem;
  }
  .cm-telehealth-patient-copyright {
    text-align: center;
  }
  .cm-telehealth-patient-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .telehealth-webinar-row4 .page-center,
  #telehealth_webinar_page .dnd-section>.row-fluid {
    max-width: 400px;
  }
  #telehealth_webinar_page .custom-page-header .cm-page-logo img {
    max-width: 159px;
    height: auto;
    margin: -4.3rem auto -3.7rem;
  }
  #telehealth_webinar_page .custom-page-header .cm-page-menu-links .hs-menu-item a {
    line-height: 1.125rem;
    font-size: 0.9288rem;
  }
  #telehealth_webinar_page .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li:not(:last-child){
    padding-right: 27px;
  }
  #telehealth_webinar_page .custom-page-header .cm-page-menu-links {
    padding-left: 0.6rem;
  }
  .telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col h2 {
    line-height: 2.125rem;
    font-size: 1.7337rem;
    text-align: center;
  }
  .telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col {
    padding-left: 0;
    padding-top: 1.4rem;
  }
  .telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col p:not(:last-child) {
    text-align: left;
  }
  .telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-right-col-inner {
    min-height: 19.0625rem;
  }
  .telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-right-col {
    max-width: 19.0625rem;
    margin: 1.5rem auto 0;
  }
  .telehealth-webinar-row3 .speakers-grp .title h3 {
    line-height: 1.4375rem;
    font-size: 1.4241rem;
    margin-bottom: 2.2rem;
  }
  .telehealth-webinar-row3 .speakers-grp .btm-content .row-fluid {
    margin-left: 0;
  }
  .telehealth-webinar-row3 .speakers-grp .btm-content .row-fluid .item img {
    margin-bottom: 2rem;
  }
  .telehealth-webinar-row3 .speakers-grp .btm-content .row-fluid .item {
    margin-bottom: 3.1rem !important;
  }
  .telehealth-webinar-row4 .content-form-section h1 {
    line-height: 1.4375rem;
    font-size: 1.4241rem;
    text-align: center;
  }
  .telehealth-webinar-row4 .content-form-section p {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
  }
  .telehealth-webinar-row4 .content-form-section h1 {
    margin: 3.7rem 0 1.1rem 0;
  }
  .telehealth-webinar-row4 .content-form-section p {
    position: relative;
    left: 0.1875rem;
  }
  .telehealth-webinar-row4 .content-form-section form {
    padding: 0px 8px 0px 16px;
  }
  .telehealth-webinar-row4 .content-form-section form {
    padding: 20px 8px 0px 20px;
  }
  .telehealth-webinar-row4 .content-form-section {
    padding-bottom: 50px;
  }
  .timer-section .timer-labels {
    display: none;
  }
  .timer-section .timer-column.timer-box {
    font-size: .78em;
  }
  .timer-section {
    width: 19.875rem;
    position: relative;
    left: 1.8rem;
  }
  .telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-button .hs-button {
    margin: 0 auto;
  }
  .telehealth-webinar-row2 .cm-patient-access-wrapper .cm-patient-access-left-col ul li {
    line-height: 1.5rem;
    font-size: 1.0526rem;
  }
  .telehealth-webinar-row2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-telehealth-webinar .footer__container {
    max-width: 400px;
  }
  footer.footer-telehealth-webinar {
    min-height: 19.6875rem;
  }
  .footer-bottom--left-telehealth-webinar {
    padding-top: 3.3125rem;
    text-align: center;
    width: 100%;
  }
  .footer-link-telehealth-webinar a {
    line-height: 1.375rem;
    font-size: 0.9907rem;
    text-align: center;
  }
  .footer-copyright-telehealth-webinar {
    text-align: center;
    line-height: 1rem;
    font-size: 0.805rem;
  }

  .footer-logo-telehealth-webinar {
    margin: 0 0 1.7rem;
  }
  .footer-bottom--right-telehealth-webinar {
    padding-right: 0;
    width: 100%;
  }
  .footer-bottom--right-telehealth-webinar {
    text-align: center;
  }
  .footer-logo-telehealth-webinar img {
    max-width: 11.875rem;
    margin: 0 auto;
  }

  .health-case-study-row3 {
    padding: 0 10px;
  }
  #health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-image {
    min-height: 286px;
    background-size: 500px !important;
  }
  #health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-button {
    padding: 0 0 35px;
  }
  #health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-button .hs-button {
    font-size: 18px;
  }
  .health-case-study-row10 .contact-section .page-center {
    padding: 15px;
  }

  #osis_page .custom-page-header .cm-page-menu-links .hs-menu-item a {
    line-height: 1.125rem;
    font-size: 0.805rem;
  }
  #osis_page .osis-row3 .dnd-section>.row-fluid {
    max-width: 400px;
  }
  #osis_page .cm-content-top-image-wrapper p.sub-heading {
    line-height: 1.375rem;
    font-size: 0.9907rem;
  }
  #osis_page .cm-content-top-image-wrapper .cm-content-top-image-content p,
  .osis-row3 .cm-content-top-image-wrapper .cm-content-top-image-content {
    text-align: left;
    padding: 0;
  }
  #osis_page  .cm-content-top-image-wrapper .cm-content-top-image-content {
    max-width: 16.9375rem;
  }
  #osis_page  .cm-content-top-image-item-inner {
    display: flex;
  }
  #osis_page .cm-content-top-image-wrapper .cm-content-top-image-wrap {
    margin: 0;
  }
  #osis_page .cm-content-top-image-wrapper h3 {
    margin: 0 0 0.5rem 0;
  }
  #osis_page .cm-content-top-image-wrapper .cm-content-top-image-content p {
    line-height: 1.375rem;
    font-size: 0.9907rem;
  }
  .osis-row4 .widget-type-rich_text {
    margin: 0rem 0 0 0;
  }
  .osis-row5 .dnd-section>.row-fluid {
    min-height: 13.0625rem;
  }
  .osis-row5 .dnd-section>.row-fluid .widget-type-rich_text p {
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.2384rem;
  }
  #osis_page .osis-row5 .dnd-section>.row-fluid {
    position: relative;
    padding: 1.875rem 0 0 0;
  }
  .osis-row5 .widget-type-rich_text {
    position: relative;
    padding-top: 1.7rem;
  }
  .osis-row5 .widget-type-linked_image {
    margin-right: 0;
  }
  .osis-row6 .custom-patient-engage-section .title-section h1 {
    line-height: 2.25rem;
    font-size: 1.6099rem;
  }
  #osis_page .osis-row7 .dnd-section>.row-fluid,
  .osis-row6 .custom-patient-engage-section .page-center {
    max-width: 400px;
    padding: 0;
  }
  .custom-patient-engage-section .title-section p {
    line-height: 1.25rem;
    font-size: 1.1146rem;
  }
  #osis_page .custom-page-header .cm-page-menu-links {
    padding-left: 1rem;
    left: 0;
  }
  #osis_page .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li:last-child {
    padding-right: 0;
  }
  .osis-row7 .widget-type-rich_text h1 {
    line-height: 2.125rem;
    font-size: 1.4861rem;
    margin: 0 0 1rem 0;
  }
  #osis_page .osis-row7 .dnd-section>.row-fluid {
    /*     min-height: 71.8125rem; */
  }
  #osis_page .osis-row7 .dnd-section>.row-fluid {
    padding-top: 4.375rem;
  }
  .osis-row7 .widget-type-rich_text p {
    line-height: 1.25rem;
    font-size: 1.0526rem;
    max-width: 20rem;
    margin: 0 auto;
  }
  .osis-row7 form {
    margin: 49px auto 0;
    max-width: 22.5rem;
  }
  .osis-row7 .hs-form .inputs-list li label input {
    margin-right: 10px;
  }
  .osis-row8 .user-testimonial-section .heading {
    line-height: 2.25rem;
    font-size: 1.6099rem;
  }
  .osis-row8 .user-testimonial-section {
    padding-top: 2.4625rem;
  }
  .osis-row8 .user-testimonial-section .user-testimonial-inner {
    min-height: 37.125rem;
    max-width: 18.125rem;
  }
  .osis-row8 .user-testimonial-section .user-testimonial-inner {
    margin-top: 84px;
  }
  .osis-row8 .user-testimonial-section .user-content p {
    text-align: center;
    line-height: 1.75rem;
    font-size: 1.2384rem;
  }
  .osis-row8 .user-testimonial-section h3.user-name {
    line-height: 1.8125rem;
    font-size: 1.3003rem;
    margin-bottom: 0.7rem;
  }
  .osis-row8 .user-testimonial-section p.user-designation {
    line-height: 1.25rem;
    font-size: 0.8669rem;
  }

  .user-testimonial-section p.user-designation {
    margin: 0.8rem 0 0;
    line-height: 1.25rem;
    font-size: 0.8669rem;
  }
  .osis-row8 .user-testimonial-section {
    min-height: 51.1875rem;
  }
  #osis_page .custom-page-header .cm-page-menu-links {
    padding-top: 1.75rem;
    top: 1.8rem;
  }
  #osis_page .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li:not(:last-child) {
    padding-right: 3rem;
  }
  .osis-row3 {
    padding: 2.0625rem 10px 0;
  }
  .osis-row6 .custom-patient-engage-section .title-section {
    margin: 0 auto;
  }
  .telehealth-learn-more-page-row1 .custom-page-header .page-center {
    padding: 0 0 1.8rem;
  }
  .telehealth-row8 .content-form-section .page-center {
    padding: 0;
  }
  .telehealth-row8 .content-form-section form {
    padding: 0px 8px 0px 16px;
    max-width: 21.25rem;
    margin: 0 auto;
  }
  .telehealth-row8 .content-form-section .span5.left {
    max-width: 20rem;
    margin: 0 auto;
  }
  .telehealth-row8 .content-form-section h1 {
    margin: 0 0 0.5rem 0;
    padding: 0;
  }
  .telehealth-row8 .content-form-section ul {
    padding-top: 15px;
  }
  .telehealth-row8 .content-form-section form {
    padding: 10px 8px 0px 16px;
  }
  .telehealth-row1 .cm-patient-access-wrapper .cm-patient-access-left-col p {
    line-height: 1.375rem;
    font-size: 0.9907rem;
    text-align: left;
  }
  .telehealth-row1 .cm-patient-access-wrapper .cm-patient-access-button .hs-button {
    max-width: 10rem;
  }
  .telehealth-row1 .cm-patient-access-wrapper .cm-patient-access-left-col h2 {
    color: #000000;
  }
  .telehealth-custom-menu .navigation-primary>ul>li>a{
    line-height: 1.1875rem;
    font-size: 0.9907rem;
    font-weight: 700;
  }
  #telehealth_page .telehealth-row2 .cm-healthcare-pro-module-wrapper h2 {
    line-height: 1.8125rem;
    font-size: 1.4861rem;
  }
  #telehealth_page .telehealth-row2 .cm-healthcare-pro-module-wrapper {
    padding: 3.975rem 0 0;
    min-height: 62.5625rem;
  }
  #telehealth_page .telehealth-row2 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img {
    width: 11.9375rem;
  }
  #telehealth_page .telehealth-row2 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item {
    margin-bottom: 2.5rem;
  }
  #telehealth_page .telehealth-row2 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item:last-child {
    margin-bottom: 0;
  }
  .telehealth-row3 {
    margin-top: 4.3rem;
  }
  .cm-telehelth-work-wrapper .cm-telehelth-work-button .hs-button {
    height: 3.0625rem;
    width: 15.5625rem;
  }
  .telehealth-row3 .cm-content-top-image-wrapper .cm-content-top-image-content {
    padding: 0px 0;
    margin: 0.9rem 0 0;
  }
  .telehealth-row6 .cm-telehealth-usecases-wrapper {
    min-height: 60.9375rem;
  }
  .telehealth-row6 .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-left p {
    margin-bottom: 4rem;
  }
  .telehealth-row6 .cm-telehealth-usecases-wrapper h2 {
    margin: 0 0 3.3rem;
  }
  .telehealth-row6 .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-inner {
    padding: 3.5rem 2.4375rem 0;
  }
  .telehealth-row5 {
    margin: 4.9rem 0 0;
  }
  .cm-additional-benefits-wrapper .cm-additional-benefits-inner {
    margin-top: 2.1rem;
  }
  .telehealth-row3 .cm-content-top-image-wrapper .cm-content-top-image-item {
    padding: 0 1rem;
  }
  .telehealth-row6 .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-left h5:before {
    display: none;
  }
  .telehealth-row1 .cm-patient-access-left-col {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .telehealth-row1 .cm-telehealth-usecases-wrapper {
    min-height: 55.5625rem;
  }
  .cm-telehelth-footer .footer-case-study .footer__container {
    max-width: 400px;
    padding: 0;
  }
  .cm-telehelth-footer .footer-logo-case-study img {
    margin: 0 auto 1.4rem;
  }
  .cm-telehelth-footer  .footer-bottom-wrapper-case-study {
    min-height: 23.75rem;
  }
  .cm-telehelth-footer .footer-case-study {
    padding: 0 0 0;
  }
  .cm-telehelth-footer .footer-logo-case-study img {
    max-width: 11.8125rem;
  }
  .osis-health-partners-banner-wrapper .osis-health-partners-right-col {
    order: 1;
  }
  .osis-health-partners-banner-wrapper .osis-health-partners-left-col {
    order: 2;
  }
  #osis_page .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li:not(:last-child) {
    padding: 0;
  }
  .telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper h2 {
    order: 1;
  }
  .telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-left {
    order: 2;
  }
  .cm-osis-footer footer.footer-telehealth-webinar {
    min-height: 14.3125rem;
  }
  .cm-osis-footer footer.footer-telehealth-webinar {
    min-height: 14.3125rem;
  }
  .cm-osis-footer .footer-bottom--left-telehealth-webinar {
    padding-top: 1.875rem;
  }
  .cm-osis-footer .footer-bottom--right-telehealth-webinar {
    padding-top: 1.9375rem;
  }

  .website-wrapper h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .website-wrapper .dnd-section > .row-fluid {
    padding: 0 15px;
  }

  .website-wrapper .dnd-section {
    padding-top:34px;
  }

  .health-assist-header .custom-header {
    padding: 15px;
  }

  .health-assist-header .custom-header {
    margin-top: 51px;
    top: 0;
  }

  .health-assist-header header.header {
    margin-top: 51px;
    min-height: 60px;
  }

  .nextech-partner-wrapper .custom-page-header .header-btn-section {
    left: 11rem;
    top: 1.3rem;
  }

  .nextech-partner-wrapper .custom-page-header .cm-page-logo img {
    height:auto;
  }

  .nextech-partner-wrapper .custom-page-header .cm-page-logo {
    margin-left: 0;
  }

  .nextech-partner-wrapper .custom-page-header .header-btn-section a {
    font-size: 0.5573rem;
    font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
    font-weight: 700;
    height: 1.625rem;
    width: 8.6875rem;
    border-radius: 3px;
  }

  .nextech-partner-wrapper .custom-page-header .cm-page-menu-links {
    padding: 0;
  }

  .nextech-partner-wrapper .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li {
    padding: 0;
  }


  .nextech-partner-row3 .cm-content-top-image-wrapper {
    max-width: 400px;
    padding-top: 2.125rem;
  }

  .nextech-partner-row3 .cm-content-top-image-wrapper h2 {
    text-align: center;
    line-height: 2.5625rem;
    font-size: 1.7957rem;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.7rem;
  }

  .nextech-partner-row3 .cm-content-top-image-wrapper p.sub-heading {
    text-align: center;
    line-height: 1.375rem;
    font-size: 0.9907rem;
    left: 0;
  }

  .nextech-partner-row3 .cm-content-top-image-item-inner {
    min-height: 14.9375rem;
  }

  .nextech-partner-row3 .cm-content-top-image-wrapper .cm-content-top-image-inner {
    margin: 0;
    justify-content: center;
    margin-top: 1.5rem;
  }

  .nextech-partner-row3 .cm-content-top-image-wrapper .cm-content-top-image-item {
    max-width: 20.5625rem;
    width: 100%;
    margin-bottom: 1.8rem;
  }

  .nextech-partner-row3 .cm-content-top-image-wrapper h3 {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 1.3rem;
  }

  .nextech-partner-row3 .cm-content-top-image-wrapper .cm-content-top-image-content {
    margin-top: 12px;
  }

  .nextech-partner-row3 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    max-width: 18.3125rem;
    width: 100%;
    line-height: 1.375rem;
    font-size: 0.9907rem;
  }


  .nextech-partner-row4 h3 * {
    display: block;
    width: 100%;
  }

  .nextech-partner-row4 h3 strong {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .nextech-partner-row4 h3 img {
    order: 1;
    margin-bottom: 0.7rem;
    margin-left: 0rem;
  }

  .nextech-partner-row4 h3 span {
    order: 2;
    top: 0;
  }

  .nextech-partner-row4 h3 {
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.2384rem;
  }

  .nextech-partner-row4 .widget-type-rich_text {
    left: 0;
  }


  .nextech-partner-row5 .custom-patient-engage-section .page-center {
    max-width: 400px;
  }

  .nextech-partner-row5 .custom-patient-engage-section {
    padding-top: 2.5625rem;
    padding-bottom: 3.7rem;
  }

  .nextech-partner-row5  .custom-patient-engage-section .title-section h1 {
    text-align: center;
    line-height: 2.25rem;
    font-size: 1.6099rem;
  }

  .nextech-partner-row5 .custom-patient-engage-section .title-section {
    max-width: 22rem;
    margin: 0 auto;
  }

  .nextech-partner-row5 .custom-patient-engage-section .title-section p {
    text-align: center;
    line-height: 1.25rem;
    font-size: 1.1146rem;
    padding-top: 6px;
  }

  .nextech-partner-row5 .custom-patient-engage-section .row-fluid {
    padding-top: 2.35rem;
  }

  .nextech-partner-row5 .custom-patient-engage-section .item {
    max-width: 13.8125rem;
    margin-bottom: 1.7rem;
  }

  .nextech-partner-row5 .custom-patient-engage-section .item .inner {
    padding-top: 2.5rem;
    padding-bottom: 1.6rem;
  }

  .nextech-partner-row5 .custom-patient-engage-section .item h4 {
    max-width: 6.3125rem;
    margin-left: auto;
    margin-right: auto;
  }

  .nextech-partner-row5 .custom-patient-engage-section .item p {
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    font-weight: 400;
    color: #4e6170;
    text-align: center;
    line-height: 1.3125rem;
    font-size: 0.9288rem;
    padding: 0 14px;
  }

  .nextech-partner-row5 .custom-patient-engage-section .button {
    padding-top: 0.8rem;
  }

  .reputation-management-wrapper .dnd-section > .row-fluid {
    padding: 0 15px;
  }

  .reputation-management-row3 .span4 {
    padding: 0;
    clear: both;
    float: left;
  }

  .reputation-management-wrapper .contact-section .page-center{
    padding:0 15px;
  }

  .reputation-management-wrapper  h3.form-title {
    margin: 0;
  }

  .reputation-management-wrapper .contact-section form {
    padding-top: 18px;
  }

  .reputation-management-row1 h2 {
    font-size: 30px;
  }

  .covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-item {
    width: 100%;
    padding: 0 20px;
  }

  .covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-wrap {
    padding: 0 0 20px;
  }

  .covid-solution-wrapper .cm-content-top-image-wrapper .cm-content-top-image-link {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    margin-bottom: 5px;
  }

  .covid-solution-wrapper .cm-content-top-image-wrapper .cm-content-top-image-link a {
    font-size: 14px;
  }

  .covid-solution-row2 .col_3 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    margin-bottom: 15px;
  }

  .covid-solution-row3 .dnd-section {
    padding: 77px 0 0;
  }

  .covid-solution-row2 .cm-content-top-image-wrapper .cm-content-top-image-item:last-child {
    margin: 0;
  }

  .covid-solution-row3 h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .covid-solution-row3 p {
    padding: 0 25px;
  }

  .covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-item {
    padding: 0 20px !important;
    width: 100%;
    margin: 0;
  }

  .covid-solution-row4 .cm-content-top-image-wrapper h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-item:not(:last-child) {
    margin-bottom: 52px;
  }

  .covid-solution-row5 .dnd-section {
    padding: 77px 0 0;
  }

  .covid-solution-row5 h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .covid-solution-row5 p {
    padding: 0 25px !important;
  }

  .covid-solution-row6 .dnd-section {
    padding: 50px 17px 0;
  }

  .covid-solution-row8 .dnd-section {
    padding: 75px 0 0;
  }

  .covid-solution-row8 h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .covid-solution-row8 p {
    padding: 0 25px !important;
  }

  .covid-solution-row10 .dnd-section {
    padding: 50px 0 0;
  }

  .covid-solution-row10 .row-fluid-wrapper .cm-schdule-demo-wrapper {
    margin: 0 15px;
    min-height:unset;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-image {
    width: 100%;
    padding: 5px 70px 0 !important;
    background-size: calc(100% - 140px) !important;
    background-position-x: 70px !important;
    background-position-y: bottom !important;
    position: static;
    min-height: calc(52vw + 1px);
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-inner {
    max-width: 100%;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-content {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 15px;
    text-align: center;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-content p {
    font-size: 20px;
    line-height: 25px;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-button {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 0 35px;
    margin: 0;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-button a {
    font-size: 18px;
  }

  .contact-section .row {
    margin: 0;
  }

  .covid-solution-wrapper {
    margin-top: 0;
  }

  .covid-stage-wrapper .custom-page-header .cm-page-logo {
    left: 0;
    padding-top: 3.125rem;
  }

  .covid-stage-wrapper .custom-page-header .cm-page-logo img {
    max-width: 204px;
    height: 39px;
  }

  .covid-stage-wrapper .custom-page-header .cm-page-menu-links {
    padding-top: 25px;
  }

  .covid-stage-wrapper .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li:not(:last-child) {
    padding-right: 25px;
  }

  .covid-stage-wrapper .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li:last-child {
    display: none;
  }

  .covid-stage-wrapper .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul {
    display: flex;
    justify-content: center;
  }



  .covid-stage-row3 .widget-type-rich_text {
    max-width: 360px;
  }

  .covid-stage-row3 h1 {
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.4861rem;
    left: 0;
    padding: 0 15px;
    margin-bottom: 12px;
    margin-top: 17px;
  }

  .covid-stage-row3 p {
    text-align: center;
    line-height: 1.625rem;
    font-size: 0.9907rem;
    left: 0;
  }

  .covid-stage-wrapper .custom-page-header .page-center {
    padding: 0;
  }

  .stage-map-wrapper .regular-update {
    background: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/yellow-bg.png) -0.0625rem -0.0625rem / 31rem 3.6875rem;
  }

  .covid-stage-row3 .dnd-section {
    padding-bottom: 47px;
  }

  .stage-map-wrapper {
    padding: 0;
  }

  .covid-stage-row5 .widget-type-rich_text {
    max-width: 360px;
    left: 0;
  }

  .covid-stage-row5 h1 {
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.4861rem;
    left: 0;
    margin-bottom: 2rem;
  }

  .covid-stage-wrapper p {
    text-align: center;
    line-height: 1.4375rem;
    font-size: 1.1765rem;
  }

  .covid-stage-row5 .dnd-section {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }


  .covid-stage-row6 .dnd-section {
    padding-top: 2.9rem;
  }

  .covid-stage-row7 .dnd-section {
    padding-bottom: 2.2rem;
  }

  .covid-stage-row7 .content-background-wrapper .content-inner {
  }

  .covid-stage-row7 .content-background-wrapper {
    max-width: 362px;
  }

  .covid-stage-row7 .content-background-wrapper .cm-row .content-text {
    text-align: left;
  }

  .covid-stage-row7 .content-background-wrapper p {
    text-align: left;
    padding: 0;

  }

  .covid-stage-row7 .content-background-wrapper .cm-row>.content-left ul {
    line-height: 1.6875rem;
    font-size: 1.1087rem;
  }

  .covid-stage-row7 .content-background-wrapper h1 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .covid-stage-row7 .content-background-wrapper .cm-row {
    padding-bottom: 2.1rem;
    padding-top: 2.4rem;
  }

  .covid-stage-row7 .content-background-wrapper {
    margin-top: 1.9rem;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .cm-page-logo img {
    max-width: 188px !important;
    height:auto;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .cm-page-menu-links .hs-menu-item a {
    text-align: left;
    line-height: 1.125rem;
    font-size: 0.805rem;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .cm-page-logo {
    min-height: 2.5rem;
    width: 11.75rem;
    padding-top: 1.125rem;
    left: 0;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .cm-page-menu-links {
    padding-left: 0;
    padding-top: .9rem;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .cm-page-menu-links .hs-menu-item {
    padding-right: 2.9rem;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .cm-page-menu-links ul {
    justify-content: center;
  }

  .mobile-patient-webinar-wrapper .custom-page-header {
    min-height: 5rem;
    height:auto !important;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .page-center {
    max-width: 400px;
    padding: 0px 0 14px;
    position: relative;
    left: -5px;
  }

  .mobile-patient-webinar-row3 .dnd-section {
    padding-top: 2.3125rem;
    padding-bottom: 1.75rem;
  }

  .mobile-patient-webinar-row3 h1 {
    color: #37465A;
    font-size: 1.548rem;
    line-height: 2.1875rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    font-weight: 400;
    text-transform: unset;
    margin: 0;
  }

  .mobile-patient-webinar-row3 .dnd-section > .row-fluid {
    max-width: calc(22.5rem + 20px);
  }

  .mobile-patient-webinar-row3 .video-container {
    height: 12.9375rem;
    width: 22.5rem;
    margin: 0 auto;
    margin-top: 1.75rem;
    margin-bottom: 2.4rem;
  }

  .mobile-patient-webinar-row3 .video-container iframe {
    height: 100%;
  }

  .mobile-patient-webinar-row3 hr {
    max-width: 22.5rem;
  }

  .mobile-patient-webinar-row3 .widget-type-linked_image {
    margin-top: 1.2rem;
    position: relative;
    left: 5px;
    margin-bottom: 0.5rem;
  }

  .mobile-patient-webinar-row3 p {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
  }


  .mobile-patient-webinar-row3 .dnd-section {
    padding-top: 2.3125rem;
    padding-bottom: 1.75rem;
  }

  .mobile-patient-webinar-row3 h1 {
    color: #37465A;
    font-size: 1.548rem;
    line-height: 2.1875rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    font-weight: 400;
    text-transform: unset;
    margin: 0;
  }

  .mobile-patient-webinar-row3 .dnd-section > .row-fluid {
    max-width: calc(22.5rem + 20px);
  }

  .mobile-patient-webinar-row3 .video-container {
    height: 12.9375rem;
    width: 22.5rem;
    margin: 0 auto;
    margin-top: 1.75rem;
    margin-bottom: 2.4rem;
  }

  .mobile-patient-webinar-row3 .video-container iframe {
    height: 100%;
  }

  .mobile-patient-webinar-row3 hr {
    max-width: 22.5rem;
  }

  .mobile-patient-webinar-row3 .widget-type-linked_image {
    margin-top: 1.2rem;
    position: relative;
    left: 5px;
    margin-bottom: 0.5rem;
  }

  .mobile-patient-webinar-row3 p {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
  }

  .mobile-patient-webinar-row4 .dnd-section {
    padding: 0;
  }

  .mobile-patient-webinar-row5 .dnd-section {
    padding-top: 2.75rem;
    padding-bottom: 1.2rem;
  }

  .mobile-patient-webinar-row5 h1 {
    line-height: 1.75rem;
    font-size: 1.4241rem;
    margin: 0;
    text-transform: unset;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    margin-bottom: 3.5rem;
  }

  .mobile-patient-webinar-row5 .dnd-section > .row-fluid {
    max-width: calc(22.5rem + 20px);
  }

  .mobile-patient-webinar-row5 p {
    line-height: 1.375rem;
    font-size: 1.2384rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    font-weight: 400;
    margin-bottom: 2.6rem;
  }

  .mobile-patient-webinar-row5 p a {
    line-height: 1.375rem;
    font-size: 0.9907rem;
    font-weight: bold;
  }

  .mobile-patient-webinar-row3 .dnd-section {
    padding-top: 2.3125rem;
    padding-bottom: 1.75rem;
  }

  .mobile-patient-webinar-row3 h1 {
    color: #37465A;
    font-size: 1.548rem;
    line-height: 2.1875rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    font-weight: 400;
    text-transform: unset;
    margin: 0;
  }

  .mobile-patient-webinar-row3 .dnd-section > .row-fluid {
    max-width: calc(22.5rem + 20px);
  }

  .mobile-patient-webinar-row3 .video-container {
    height: 12.9375rem;
    width: 22.5rem;
    margin: 0 auto;
    margin-top: 1.75rem;
    margin-bottom: 2.4rem;
  }

  .mobile-patient-webinar-row3 .video-container iframe {
    height: 100%;
  }

  .mobile-patient-webinar-row3 hr {
    max-width: 22.5rem;
  }

  .mobile-patient-webinar-row3 .widget-type-linked_image {
    margin-top: 1.2rem;
    position: relative;
    left: 5px;
    margin-bottom: 0.5rem;
  }

  .mobile-patient-webinar-row3 p {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
  }

  .mobile-patient-webinar-row4 .dnd-section {
    padding: 0;
  }

  .speakers-grp .title h3 {
    line-height: 2.4375rem;
    font-size: 1.7337rem;
    margin-bottom: 1.3rem;
  }

  .speakers-grp {
    padding-top: 2.5rem;
    padding-bottom: 0.2rem;
  }

  .speakers-grp .btm-content .row-fluid {
    display: block;
    margin: 0;
  }

  .speakers-grp .btm-content .row-fluid .item {
    margin: 0 auto!important;
    margin-bottom: 2.6rem !important;
  }

  .speakers-grp .btm-content .row-fluid .item h4 {
    margin-top: .5rem;
  }

  .mobile-patient-webinar-row5 .dnd-section {
    padding-top: 2.75rem;
    padding-bottom: 1.2rem;
  }

  .mobile-patient-webinar-row5 h1 {
    line-height: 1.75rem;
    font-size: 1.4241rem;
    margin: 0;
    text-transform: unset;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    margin-bottom: 3.5rem;
  }

  .mobile-patient-webinar-row5 .dnd-section > .row-fluid {
    max-width: calc(22.5rem + 20px);
  }

  .mobile-patient-webinar-row5 p {
    line-height: 1.375rem;
    font-size: 1.2384rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    font-weight: 400;
    margin-bottom: 2.6rem;
  }

  .mobile-patient-webinar-row5 p a {
    line-height: 1.375rem;
    font-size: 0.9907rem;
    font-weight: bold;
  }

  .mobile-patient-webinar-row6 .user-testimonial-section .user-testimonial-inner {
    max-width: 19.625rem;
    padding: 0 2rem 10px;
    margin-top: 4.7rem;
  }

  .mobile-patient-webinar-row6 .user-testimonial-section .user-testimonial-inner .user-content p {
    line-height: 1.75rem;
    font-size: 1.2384rem;
    color: #FFFFFF;
    text-align: center;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    font-weight: 400;
  }

  .mobile-patient-webinar-row6 .user-testimonial-section {
    padding-bottom: 3.3rem;
    background-color: rgb(242,242,242) !important;
    padding-top: 2.7rem;
  }

  .mobile-patient-webinar-row6 .user-testimonial-section .user-testimonial-inner p.user-designation {
    line-height: 1.25rem;
    font-size: 0.8669rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  }

  .mobile-patient-webinar-row6 .user-testimonial-section h3.user-name {
    color: #fff;
    line-height: 1.8125rem;
    font-size: 1.3003rem;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0.6rem;
    padding-top: 4.5rem;
  }

  .mobile-patient-webinar-row6 .user-testimonial-section .heading {
    line-height: 2.25rem;
    font-size: 1.6099rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
  }

  .mobile-patient-webinar-wrapper {
    overflow-x: hidden;
  }

  .patient-messaging-wrapper .custom-page-header .cm-page-logo {
    padding-top: 1.25rem;
  }

  .patient-messaging-wrapper .custom-page-header .cm-page-logo img {
    height: 1.6rem;
    max-width: 10rem !important;
    margin: 0 auto;
  }

  .patient-messaging-wrapper .custom-page-header .page-center {
    height: auto;
    min-height: 5.625rem;
    padding: 0;
  }

  .patient-messaging-wrapper  .custom-page-header .cm-page-menu-links {
    padding-top: 1.35rem;
    padding-left: 0;
  }

  .patient-messaging-wrapper  .custom-page-header .cm-page-menu-links .hs-menu-item a {
    line-height: 1.375rem;
    font-size: 1.1146rem;
  }

  .patient-messaging-wrapper  .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul {
    justify-content: center;
  }

  .patient-messaging-row2 .custom-cp-banner .cp-image {
    top: 3.9375rem;
    left: 1.25rem;
    height: 22.5rem;
    width: 22.5rem;
    z-index: 33;
  }

  .patient-messaging-row2 .custom-cp-banner .page-center {
    max-width: 400px;
    text-align: center;
  }

  .patient-messaging-row2 .custom-cp-banner .cp-content-section h2 {
    text-align: center;
    line-height: 2.125rem;
    font-size: 1.7337rem;
    margin-bottom: 1.3rem;
  }

  .patient-messaging-row2 .custom-cp-banner .cp-content-section p {
    padding: 0 23px;
    line-height: 1.5rem;
    font-size: 1.0526rem;
    padding-bottom: 1.2rem;
  }

  .patient-messaging-row2 .custom-cp-banner .btn {
    color: #FFFFFF;
    font-size: 0.8669rem;
    font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
    font-weight: 700;
    height: 2.5rem;
    width: 19.3125rem;
    border-radius: 0;
  }

  .patient-messaging-row2 .custom-cp-banner .cp-content-section p.btm-link {
    line-height: 1.125rem;
    font-size: 0.9288rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3.8rem;
    padding-bottom: 0.5rem;
  }

  .patient-messaging-row2 .custom-cp-banner .inner {
    min-height: 30.3rem;
  }

  .patient-messaging-row2 .custom-cp-banner .cp-content-section {
    padding-top: 0;
    padding: 0;
    width: 22.5rem;
    margin: 0 auto;
  }

  .patient-messaging-row3 .cm-healthcare-pro-module-wrapper {
    padding-top: 2.5rem;
    min-height: 30.3125rem;
  }

  .patient-messaging-row3 .dnd-section > .row-fluid {
    max-width: 400px;
  }

  .patient-messaging-row3 .cm-healthcare-pro-module-wrapper h2 {
    line-height: 2.125rem;
    font-size: 1.7337rem;
    width: 21.125rem;
  }

  .patient-messaging-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item {
    width: 50% !important;
  }

  .patient-messaging-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-item img {
    width: 89%;
  }

  .patient-messaging-row4 .care-accessible-section {
    padding-top: 4.4375rem;
    max-width: 400px;
    margin: 0 auto;
  }

  .patient-messaging-row4 .care-accessible-section .title-sec {
    width: 22.5rem;
  }

  .patient-messaging-row4 .care-accessible-section .title-sec h2 {
    line-height: 1.75rem;
    font-size: 1.7337rem;
    font-family: freight-sans-pro-1,freight-sans-pro-2,sans-serif;
    margin-bottom: 1.15rem;
  }

  .patient-messaging-row4 .care-accessible-section .title-sec p {
    line-height: 1.4375rem;
    font-size: 1.1765rem;
    color: #1f415b;
  } 

  .patient-messaging-row4 .dnd-section {
    padding-bottom: 3.05rem;
    min-height: 83.75rem;
  }

  .patient-messaging-row4 .care-accessible-section .accessible-item {
    max-width: 64%;
    margin: 0 auto !important;
    margin-bottom: 3.1rem !important;
  }

  .patient-messaging-row4 .care-accessible-section .content-section {
    margin-top: 1.2rem;
  }

  .patient-messaging-row4 .care-accessible-section .image {
    margin-bottom: 0.3rem;
  }

  .patient-messaging-row4 .care-accessible-section .title {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
  }

  .patient-messaging-row4 .care-accessible-section .accessible-item:last-child {
    margin-bottom: 0 !important;
  }

  .patient-messaging-row8 .content-form-section .page-center {
    max-width: 400px;
  }

  .patient-messaging-row8 .content-form-section h1 {
    line-height: 1.75rem;
    font-size: 1.7337rem;
  }


  .patient-messaging-row7 .video-container {
    height: 18.5rem;
    width: 22.5rem;
  }

  .patient-messaging-row7 .dnd-section > .row-fluid {
    max-width: 400px;
  }

  .patient-messaging-row7 h2 {
    line-height: 2.125rem;
    font-size: 1.7337rem;
  }

  .patient-messaging-row7 .dnd-section {
    padding-top:4rem;
  }

  .patient-messaging-row5 .content-image-align-wrapper {
    padding-top: 0.5625rem;
    padding-bottom: 1.5rem;
    min-height: auto;
  }

  .patient-messaging-row5 .content-image-align-wrapper .row-fluid {
    max-width: 400px;
    margin: 0 auto;
  }

  .patient-messaging-row5 .content-image-align-wrapper .content {
    padding: 0 0px 0 20px;
  }

  .patient-messaging-row5 .content-image-align-wrapper h1 {
    margin: 0;
    margin-bottom: 1.9rem;
  }

  .patient-messaging-row4 .hs-button {
    color: #FFFFFF;
    font-size: 0.8669rem;
    font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
    font-weight: 700;
    height: 2.5rem;
    width: 19.3125rem;
    border-radius: 0;
    left: 0;
  }

  .patient-messaging-row5 .content-image-align-wrapper ul strong {
    line-height: 1.4375rem;
    font-size: 1.1765rem;
  }

  .patient-messaging-row5 .content-image-align-wrapper ul span {
    line-height: 1.375rem;
    font-size: 0.9907rem;
  }

  .patient-messaging-row6 .cm-customer-outcoms-wrapper {
    max-width: 22.5rem;
    padding-top: 2.5rem;
    margin-bottom: 4.5rem;
  }

  .patient-messaging-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-item {
    margin: 0 auto;
    width: 15.0625rem;
    margin-bottom: 5.6rem;
  }

  .patient-messaging-row6 .cm-customer-outcoms-wrapper h2 {
    line-height: 1.5rem;
    font-size: 1.2384rem;
    margin-top: 1.6rem;
    margin-bottom: 0.7rem;
  }

  .patient-messaging-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-content-wrap p {
    line-height: 1.375rem;
    font-size: 0.9907rem;
  }

  .patient-messaging-row6 .cm-customer-outcoms-wrapper .cm-customer-outcoms-item:last-child {
    margin-bottom: 0;
  }

  .container-fluid.covid-solution-row7 .contentWithleft-image-wrp .contentWithleft-image {
    padding: 0 130px;
    width: 100%;
  }
  .contentWithleft-image-wrp .contentWithleft-image-inner {
    width: 100%;
  }
  .container-fluid.covid-solution-row7 .contentWithleft-text {
    width: 100%;
  }
  .container-fluid.covid-solution-row7 .contentWithleft-text a {
    font-size: 16px;
    line-height: 22px;
  }
  .container-fluid.covid-solution-row7 .contentWithleft-image-wrp .contentWithleft-image-inner {
    padding: 0 15px;
  }
  .container-fluid.covid-solution-row7 .contentWithleft-image-wrp .contentWithleft-image img {
    margin: 0 auto;
  }
  .container-fluid.covid-solution-row7 .contentWithleft-text a {
    padding: 20px 0 0;
  }

  .body-resources-wrapper {
    padding-top: 5px;
  }
  .cm-resources-sec3 .span9.dnd-column,
  .cm-resources-sec3 .span3.dnd-column {
    width: 100%;
    margin-left: 0;
  }
  .cm-resources-sec3 .dnd-section {
    padding-top: 0 !important;
  }

  .cp-schedulingplus-header .telehealth-logo {
    top: 0;
    padding: 12px 0 0 0;
    text-align: center;
  }
  .cp-schedulingplus-header .telehealth-logo img {
    width: 219px !important;
    max-width: none;
    display: block;
    margin: 0 auto;
  }
  .cp-schedulingplus-header .telehealth-custom-menu {
    top: 0;
    padding-left: 0;
  }

  .scheduling-banner-plus .custom-cp-banner .blue-bg {
    height: 23.9375rem;
    width: 21.4375rem;
    left: 0;
  }
  .scheduling-banner-plus .custom-cp-banner .cp-content-section h2 {
    margin-top: 2rem;
  }
  .scheduling-banner-plus .custom-cp-banner .cp-content-section h3 {
    line-height: 1.3125rem;
    font-size: 1.3003rem;
  }
  .scheduling-banner-plus .custom-cp-banner .cp-content-section h3 {
    line-height: 1.3125rem;
    font-size: 1.3003rem;
    margin-top: 1rem;
    margin-bottom: 2.2rem;
  }
  .scheduling-banner-plus .custom-cp-banner .cp-content-section p {
    margin-bottom: 1.75rem;
    padding-right: 50px;
  }
  .scheduling-banner-plus .custom-cp-banner .btn {
    min-height: 2.625rem;
    min-width: 11.9375rem;
    height: auto;
    display: inline-block;
    line-height: 2.9375rem;
    font-size: 0.9907rem;
    font-family: "freight-sans-pro-1","freight-sans-pro-2",sans-serif;
    font-weight: 700;
  }
  .scheduling-banner-plus .custom-cp-banner p.btm-link {
    padding-top: 1.1rem;
    line-height: 1.8125rem;
    font-size: 1.1146rem;
  }
  .cp-scheduling-plus-row1 p {
    line-height: 1.4375rem;
    font-size: 1.1765rem;
  }
  .cp-scheduling-plus-row1 .cm-content-top-image-wrapper h3 {
    line-height: 1.75rem;
    font-size: 1.2384rem;
  }
  .cp-scheduling-plus-row1 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
  }
  .cp-scheduling-plus-row1 .cm-content-top-image-wrapper {
    margin: 0;
  }
  .cp-scheduling-plus-row1 .cm-content-top-image-wrapper .cm-content-top-image-item {
    padding: 0;
    width: 19.375rem;
    margin: 0 auto;
  }
  .cp-scheduling-plus-row1 .hs-button, 
  .cp-scheduling-plus-row1 .button--primary {
    min-height: 3.1875rem;
    min-width: 13.25rem;
    line-height: 1.9rem;
    margin-top: 1.2rem;
  }
  .cp-scheduling-plus-row2 h1 {
    line-height: 1.9375rem;
    font-size: 1.6099rem;
  }

  .cp-scheduling-plus-row1 p {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
    max-width: 20.5625rem;
    margin: 0 auto;
  }
  .cp-scheduling-plus-row3 .dnd-section>.row-fluid {
    padding: 0;
    max-width: 400px !important;
  }
  .cp-scheduling-plus-row3 .span9.dnd-column {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
    min-height: auto;
    background-position: top left !important;
    background-size: cover !important;
  }
  .cp-scheduling-plus-row3 h2 {
    line-height: 1.75rem;
    font-size: 1.2384rem;
    margin-top: 12px;
    margin-bottom: 0;
  }
  .cp-scheduling-plus-row3 p {
    line-height: 1.6875rem;
    font-size: 1.1765rem;
  }
  .cp-scheduling-plus-row5 .dnd-column {
    padding: 0;
  }
  .cp-scheduling-plus-row3 .dnd-section {
    padding-bottom: 0;
  }
  .cp-scheduling-plus-row3 .span9.dnd-column {
    padding-left: 95px;
    padding-right: 20px;
    padding-top: 0;
    width: 100%;
    padding-bottom: 23px;
    min-height: auto;
    background-position: top left 32px !important;
    background-size: cover !important;
  }
  .cp-scheduling-plus-row3 .hs-button, 
  .cp-scheduling-plus-row3 .button--primary {
    margin-bottom: 1rem;
  }
  .cp-scheduling-plus-row3 .span3.dnd-column {
    width: 100%;
  }
  .cp-scheduling-plus-row3 .hs_cos_wrapper_type_linked_image img {
    margin-left: 0;
    display: block;
    margin-right: 0;
    margin-top: 0;
    max-width: 90px !important;
    margin-bottom: -20px;
  }
  .cp-scheduling-plus-row2 .dnd-section {
    padding-bottom: 35px !important;
  }
  .cp-scheduling-plus-row3 .hs-button, 
  .cp-scheduling-plus-row3 .button--primary {
    margin-bottom: 1rem;
    margin-top: 3.5rem;
  }
  .cp-scheduling-plus-row4 .dnd-section {
    padding-bottom: 30px !important;
  }
  .scheduling-plus-layout .engage-menu .custom-page-header .cm-page-menu-links .hs-menu-item a {
    line-height: 1.1875rem;
    font-size: 0.9907rem;
  }

  .scheduling-plus-layout .engage-menu .cm-page-logo {
    padding-top: 12px !important;
    text-align: center;
    width: 100% !important;
  }
  .scheduling-plus-layout .custom-page-header .cm-page-logo img {
    margin: 0 auto;
  }
  .scheduling-plus-layout .custom-page-header .page-center {
    padding-bottom: 0;
  }

  .container-fluid.covid-solution-row7 .contentWithleft-image-wrp .contentWithleft-image-inner {
    width: 100%;
  }
  .container-fluid.covid-solution-row7 .contentWithleft-text {
    padding: 0;
  }
  .container-fluid.covid-solution-row7 .contentWithleft-text {
    text-align: center;
  }

  .client-ratings-group .page-center {
    max-width: 400px;
  }
  .nextech-partner-row6 .dnd-section {
    padding-top: 2.1875rem;
  }
  .nextech-partner-row6 h2 {
    line-height: 2.125rem;
    font-size: 1.4861rem;
    margin-bottom: 1rem;
  }
  .nextech-partner-row6 .dnd-section > .row-fluid {
    max-width: 400px;
  }
  .nextech-partner-row6 .widget-type-rich_text {
    max-width: 20rem;
    margin: 0 auto;
  }
  .nextech-partner-row6 .widget-type-rich_text p {
    text-align: center;
    line-height: 1.25rem;
    font-size: 1.0526rem;
  }
  .nextech-partner-row6 .hs-form-field {
    width: 100% !important;
  }
  .nextech-partner-row6 .widget-type-form {
    max-width: 22.5rem;
    padding-top: 1.8rem;
  }
  .nextech-partner-row6 .widget-type-form form {
    padding-left: 16px !important;
    padding-right: 8px !important;
  }
  .nextech-partner-row6 fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }

  .who-we-serve-page {
    padding-top: 0;
    margin-top: -5px;
  }

  .who-we-serve-row3 .widget-type-rich_text h2 {
    font-size: 24px;
    line-height: 30px;
  }
  main.about-page {
    padding-top: 0;
  }
  .about-row1 .row-fluid [class*="span"] {
    padding: 0 !important; 
  }
  .about-row1 .widget-type-rich_text h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .about-row1 .span6 .widget-type-rich_text,
  .about-row1 .span6 .hs_cos_wrapper_type_module{
    text-align: center; 
  }
  .about-row1 .span6 .widget-type-rich_text p{
    font-size: 16px;
  }
  .about-row1 .dnd-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about-row1 .page-center {
    padding: 0 15px;
  }

  .about-row2 .dnd-section,
  .about-row3 .dnd-section{
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .about-row1 .hs_cos_wrapper_type_module .hs-button {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .11px;
    padding: 6.5px 28px;
  }
  .about-page .widget-type-rich_text h2 {
    font-size: 24px;
    line-height: 30px; 
  }
  .about-row4 .dnd-section {
    padding: 30px 0 0;
  }
  /*Mobile Intake */
  .mobile-pateint-page .dnd-section>.row-fluid,
  .mobile-pateint-page .page-center{
    max-width: 400px;
  }
  .mobile-pateint-page .cm-content-top-image-wrapper p.sub-heading {
    margin-left: 0;
    width: auto;
  }
  .mobile-pateint-page .cm-content-top-image-wrapper .cm-content-top-image-item {
    width: 100%;
  }
  .mobile-pateint-page .content-form-section {
    padding-top: 2.625rem;
  }
  .mobile-pateint-page .content-form-section h1 {
    line-height: 1.75rem;
    font-size: 1.4241rem;
    text-align: center;
    margin-top: 0;
  }
  .mobile-pateint-page .content-form-section p {
    line-height: 1.6875rem;
    font-size: 1.1765rem;
  }
  .mobile-pateint-page .content-form-section ul li {
    line-height: 1.75rem;
    font-size: 1.1765rem;
  }
  .mobile-pateint-page .content-form-section .page-center {
    padding: 0 15px;
  }
  .mobile-pateint-page .content-form-section form {
    padding-right: 0;
    padding-left: 0;
  }
  .mobile-pateint-page .content-form-section ul {
    padding-left: 2.5rem;
  }

  /** Solution **/
  main.solution-page {
    padding-top: 11px;
  }
  .solution-row1 {
    padding-top: 54px;
  }
  .solution-row1 .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution-row1 .right-column .hs_cos_wrapper_type_module {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 0 0px;
  }
  .solution-row1 .right-column,
  .solution-row1 .left-column{
    padding: 0 10px;
    width: 100%;
  }
  .solution-row1 .right-column h1 {
    font-size: 30px;
  }
  .solution-row1 .right-column h4 {
    font-size: 20px;
  }
  .solution-row1 .hs-button {
    margin: 0 0 30px;
    font-size: 18px;
  }
  .solution-row1 .widget-type-linked_image img {
    margin: 0 auto; 
  }
  .solution-row2 .dnd-section, .solution-row3 .dnd-section,
  .solution-row5 .dnd-section,
  .solution-row6 .dnd-section{
    padding: 75px 0 0;
  }
  .solution-row2 .widget-type-header h2,
  .solution-row3 .widget-type-rich_text h2,
  .solution-row6 .widget-type-header h2{
    font-size: 24px;
    line-height: 26px;
  }
  .solution-page .row-fluid [class*="span"] {
    min-height: 0px !important;
  }
  .solution-row2 .span4 {
    width: 100%;
  }
  .solution-row2 .hs-button,
  .solution-row3 .widget-type-rich_text p{
    font-size: 18px;
  } 

  .solution-page .critical-need-wrapper,
  .solution-page .critical-need-wrapper.with-image{
    padding: 30px;
  }
  .solution-page .critical-need-wrapper.with-image {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .solution-page .critical-need-wrapper .cm-content-title {

    text-align: left;
  }
  .solution-page .critical-need-wrapper .content-topics,
  .solution-page .critical-need-wrapper.with-image .content-inner{
    padding: 0 0;
  }
  .solution-row2 .dnd-section>.row-fluid>.dnd-column {
    padding: 7px;
  }
  .solution-row2 .widget-type-header {
    padding: 30px 20px 0px;
  }
  .solution-row3 .widget-type-rich_text p {
    padding-left: 25px;
    padding-right: 25px;
  }
  .solution-row3 .span6 {
    width: 100%; 
  }
  .solution-row4 .dnd-section {
    padding-top: 30px; 
  }
  .solution-page .cm-schdule-demo-wrapper {
    margin: 0 15px;
  }

  .solution-page .cm-schdule-demo-wrapper .cm-schdule-demo-content p {
    font-size: 24px;
    line-height: 28px
  }

  .solution-page .cm-schdule-demo-wrapper .cm-schdule-demo-button .hs-button {
    font-size: 18px;
    margin-right: 0;
  }
  .solution-page .cm-schdule-demo-wrapper {
    min-height: auto; 
  }
  .solution-page .solution-card-wrapper .card-box>.card-box-inner {
    width: 100%;
  }
  .solution-page .solution-card-wrapper .card-box .card-box-icon {
    padding: 0 0;
  }
  .solution-row2 .widget-type-linked_image img {
    width: 100%;
    padding: 0;
  }
  .solution-row2 .span4 .widget-type-rich_text {
    font-size: 18px;
  }
  .solution-row6 .widget-type-rich_text h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .solution-row6 .widget-type-rich_text p {
    font-size: 18px;
  }
  .solution-page .cm-schdule-demo-wrapper .schedule-image img {
    max-width: 100px !important;
  }
  .solution-row5 .widget-type-rich_text h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .solution-row5 .widget-type-linked_image img {
    width: 100%;
    height: auto;
  }
  /*access*/
  .about-access-header .custom-page-header {
    min-height: 4.875rem;
    padding-top: 0.5rem;
  }
  .about-access-header .custom-page-header .cm-page-logo {
    padding-top: 0;
    left: 0;
    width: 9.3125rem;
    height: 2.125rem;
  }
  .about-access-header .custom-page-header .cm-page-logo img {
    height: 100%;
  }
  .about-access-header .custom-page-header .cm-page-menu-links {
    padding-top: 9px;
    padding-left: 0.5625rem;
    left: 0;
    position: relative;
  }
  .about-access-header .custom-page-header .cm-page-menu-links .hs-menu-item a {
    line-height: 1.125rem;
    font-size: 0.805rem;
  }
  .about-access-header .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li {
    padding-right: 0;
  }
  .about-access-page h1 {
    line-height: 2.125rem;
    font-size: 1.4861rem;
  }
  .about-access-page .dnd-section>.row-fluid {
    max-width: 400px; 
  }
  .about-access-row1 .dnd-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .about-access-row2 .dnd-section p {
    line-height: 1.375rem;
    font-size: 1.2384rem;
  }
  .about-access-row2 .dnd-section {
    padding-top: 3.1875rem;
    padding-bottom: 3.1875rem;
  }
  footer.pateint-intake-footer.about-access-footer .intake-logo {
    margin-left: 1.125rem;
  }
  footer.pateint-intake-footer.about-access-footer .bottom-row {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding-bottom: 18px;
  }
  footer.pateint-intake-footer.about-access-footer {
    min-height: 13.75rem;
  }
  footer.pateint-intake-footer.about-access-footer .footer-intake-social-inner a {
    margin-left: 2.4rem;
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0 !important;
  }
  footer.pateint-intake-footer.about-access-footer .footer-intake-social-inner a:first-child {
    margin-left: 0;
  }
  footer.pateint-intake-footer.about-access-footer .footer-intake-social {
    padding-left: 1.5rem;
    text-align: left;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  footer.pateint-intake-footer.about-access-footer .intake-footer-copyright {
    text-align: left;
    padding-left: 1.3125rem;
    padding-top: 0.8rem;
  }
  footer.pateint-intake-footer.about-access-footer .intake-footer-links {
    text-align: left;
    padding-left: 1.4125rem;
    padding-bottom: 4px;
    padding-top: 0;
  }
  .nextech-partner-row6 .input {
    margin-right: 8px !important;
  }
  footer.pateint-intake-footer.about-access-footer .intake-logo {
    width: 12.375rem;
    padding-bottom: 11px;
  }
  footer.pateint-intake-footer.about-access-footer .top-row {
    padding-top: 1.4375rem;
  }
  /** WEbex Team */
  .Webex-team-page .dnd-section>.row-fluid, .Webex-team-page .page-center {
    max-width: 400px;
  }
  .webex-team-header {
    min-height: 5.375rem;
  }
  .webex-team-header .custom-page-header .cm-page-logo {
    width: 6.875rem;
    padding-top: 0.625rem;
    left: 0.875rem;
  }
  .webex-team-header .custom-page-header .cm-page-logo a {
    background: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/webex-Luma-Health-Logo-1.png) -0.6875rem -1.3125rem / 7.6875rem 4.25rem;
  }
  .webex-team-header .custom-page-header .cm-logo-2 {
    padding-top: 0.875rem;
    margin-left: 0.9rem;
    width: 6.25rem;
  }
  .webex-team-header .custom-page-header .header-btn-section a {
    top: 0.5625rem;
    left: auto;
    height: 1.875rem;
    width: 6.75rem;
    z-index: 101;
    right: 10px;
    margin: 0 auto;
  }
  .webex-team-header .custom-page-header .cm-page-menu-links .hs-menu-wrapper ul {
    margin: 0 auto;
    width: 100%;
  }
  .webex-team-header .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li {
    padding-right: 0;
    text-align: center;
  }
  .webex-team-header .custom-page-header .cm-page-menu-links {
    float: none;
    padding-right: 0px;
    padding-top: 73px;
  }
  .webex-team-header .custom-page-header .header-btn-section {
    top: 0.5625rem;
    left: auto;
    height: 1.875rem;
    width: 6.75rem;
    z-index: 101;
    right: 0;
    margin: 0 auto;
  }

  .Webex-team-row1 .dnd-section {
    padding-top: 3.75rem;
  }
  .Webex-team-row1 .widget-type-rich_text p {
    font-size: 0.9907rem;
    max-width: 22.5rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;

  }
  .Webex-team-page .widget-type-rich_text h1 {
    line-height: 2.1875rem;
    font-size: 1.7957rem;
  }
  .Webex-team-row2 .dnd-section {
    padding: 1.375rem 0 1.375rem;
  }
  .Webex-team-row2 .hs-menu-item a {
    line-height: 1.25rem;
    font-size: 0.8669rem;
  }
  .Webex-team-row2 .hs-menu-wrapper ul {
    padding-left: 0;
  }
  .Webex-team-row2 .hs-menu-wrapper ul > li {
    width: 100%;
    padding: 0 0 1.175rem;
  }
  .Webex-team-row2 .hs-menu-wrapper ul > li:last-child {
    padding: 0 0 0; 
  }
  .Webex-team-row3 .dnd-section {
    padding-top: 5.5rem;
    background-color: #fff !important;
  }
  .Webex-team-row4 .dnd-section {
    background-color: #fff !important;
  }
  .Webex-team-row3 h1 {
    line-height: 2.1875rem;
    font-size: 1.7957rem;
  }
  .Webex-team-row3 .widget-type-rich_text {
    line-height: 1.375rem;
    font-size: 0.9907rem;
    text-align: center;
    padding-left: 0;
  }
  .Webex-team-row6 .widget-type-rich_text p a, 
  .Webex-team-row4 .dnd-column .widget-type-rich_text p a {
    line-height: 1.5rem;
    font-size: 1.0526rem;
  }
  .Webex-team-row5 .dnd-section {
    padding-top: 4.5625rem;
  }
  .Webex-team-row5 .widget-type-rich_text h1 {
    line-height: 2.5625rem;
    font-size: 1.7957rem;
  }
  .Webex-team-row5 .widget-type-linked_image {
    display: none; 
  }
  .Webex-team-row6 .widget-type-linked_image {
    display: block; 
  }
  .Webex-team-row8 .content-form-section {
    padding-top: 4.6875rem;
  }
  .Webex-team-row8 .content-form-section h1 {
    line-height: 2.125rem;
    font-size: 1.4861rem;
  }
  .Webex-team-row8 .hs_cos_wrapper_type_form {
    width: 22.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .webex-team-footer footer.pateint-intake-footer {
    min-height: 9.6875rem;
  }
  .webex-team-footer footer.pateint-intake-footer .bottom-row {
    padding-top: 1.1rem;
  }
  .webex-team-footer footer.pateint-intake-footer .top-row {
    padding-top: 2.5rem;
  }

  .container-fluid.covid-solution-row7 .contentWithleft-text {
    padding: 20px 0 0;
  }

  footer.pateint-intake-footer .page-center {
    max-width: 400px;
  }
  footer.pateint-intake-footer {
    min-height: auto;
  }
  footer.pateint-intake-footer .intake-logo {
    margin: 0 auto;
    float: none;
    padding-bottom: 26px;
  }
  footer.pateint-intake-footer .footer-intake-social {
    float: none;
    padding-top: 5px;
    padding-right: 0;
    text-align: center;
    padding-bottom: 12px;
  }
  footer.pateint-intake-footer .bottom-row {
    padding-bottom: 15px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  footer.pateint-intake-footer .intake-footer-links {
    padding-bottom: 3px;
    float: right;
    text-align: center;
  }

  .nextech-partner-row7 .client-ratings-group {
    padding-top: 2.5rem;
  }
  .nextech-partner-row7 .client-ratings-group .title h1 {
    text-align: center;
    line-height: 2.125rem;
    font-size: 1.4861rem;
  }
  .nextech-partner-row7 .client-ratings-group .page-center {
    padding: 0;
  }
  .client-ratings-group .item h4 span {
    text-align: left;
    line-height: 1.1875rem;
    font-size: 0.7739rem;
  }
  .nextech-partner-row7 .client-ratings-group .item p {
    text-align: left;
    line-height: 1.125rem;
    font-size: 0.7331rem;
  }
  .nextech-partner-row7 .client-ratings-group .item {
    padding: 0;
    max-width: 20rem;
    margin: 0 auto 45px;
  }
  .nextech-partner-row7 .client-ratings-group .item .inner {
    padding-left: 14px;
    min-height: 9.5rem;
    padding-right: 23px;
    padding-top: 0.7rem;
  }
  .nextech-partner-row7 .client-ratings-group .title {
    padding-bottom: 3.2rem;
  }
  .nextech-partner-row7 .client-ratings-group .item h4 {
    margin-bottom: 2px;
  }
  .Webex-team-page .span4 .widget-type-rich_text h1 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-right: 30px;
    line-height: 4.125rem;
    font-size: 2.5387rem;
  }
  .Webex-team-page .span4 .widget-type-rich_text p {
    display: inline-block;
    vertical-align: top;
    text-align: left !important;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
  }
  .Webex-team-page .span4 .hs_cos_wrapper_type_rich_text {
    display: flex;
  }
  .Webex-team-row8 .dnd-section {
    background-attachment: inherit;
  }
  .Webex-team-row6 .span4 {
    padding-left: 1.875rem;
  }

  #health_case_study_page .cm-client-testimonial-wrapper .cm-client-testimonial-quote {
    left: 0;
  }
  .health-case-study-row3 .widget-type-rich_text h2 a img {
    margin-left: 25px;
    max-width: 25px;
  }
  #health_case_study_page .health-case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content p {
    padding-left: 0;
    padding-right: 0;
  }
  #health_case_study_page .cm-content-top-image-wrapper h3 {
    font-size: 18px;
  }
  #health_case_study_page .cm-content-top-image-wrapper .cm-content-top-image-content p {
    font-size: 18px;
  }
  .health-case-study-row9 .cm-schdule-demo-wrapper .schedule-image .schedule-image-inner {
    padding: 5px 70px 0;
  }

  .health-case-study-banner .banner-case-study-wrapper .banner-case-study-column .banner-case-study-imgwrap {
    position: absolute;
    z-index: 5;
    top: 100%;
    padding: 0 5px;
  }
  .health-case-study-row1 {
    padding: 45% 0 0 0;
  }
  .health-case-study-banner .banner-case-study-wrapper {
    padding-bottom: 80px;
  }
  .health-case-study-banner .banner-case-study-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .health-case-study-row3 .widget-type-rich_text h2 a {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .health-case-study-row3 .widget-type-rich_text h2 a img {
    height: 25px;
    width: 25px !important;
  }
  #health_case_study_page .cm-content-top-image-wrapper .cm-content-top-image-content p {
    padding: 0 10px;
  }
  .telehealth-row1 .cm-patient-access-wrapper .cm-patient-access-button {
    margin: 1.2rem 0 0;
  }

  .telehealth-row1 .cm-patient-access-wrapper .cm-patient-access-right-col-inner {
    min-height: 23.3784rem;
  }
  #telehealth_page .telehealth-row2 {
    margin-top: 10rem;
  }
  .mobile-patient-header .custom-page-header .mobile-ne-trigger {
    top: 3.4rem;
  }
  .footer-telehealth-learnmore-wrapper footer.footer-telehealth-webinar {
    min-height: 25.625rem;
  }
  .telehealth-learn-more-page-row1 .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li {
    padding-right: 0;
  }
  .telehealth-learn-more-page-row1 .custom-page-header .mobile-ne-trigger {
    top: 3rem;
  }
  .telehealth-learn-more-page-row6 .cm-telehealth-usecases-wrapper .cm-telehealth-usecases-left h5:before {
    display: none;
  }
  .footer-logo-telehealth-webinar img {
    min-height: initial;
  }
  #osis_page .cm-content-top-image-wrapper .cm-content-top-image-inner {
    padding-left: 1rem;
  }
  .mobile-webinar-footer  footer.pateint-intake-footer .intake-footer-copyright {
    padding-top: 0;
  }

  .mobile-webinar-footer footer.pateint-intake-footer .bottom-row {
    padding-bottom: 1.55rem;
    padding-top: 1.2rem;
  }

  .mobile-webinar-footer footer.pateint-intake-footer .top-row {
    padding-top: 2.5rem;
  }

  .mobile-webinar-footer footer.pateint-intake-footer .intake-logo {
    left: 0.6rem;
  }

  .container-fluid.covid-solution-row4 .cm-content-top-image-wrapper .cm-content-top-image-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .gtd-row2 .content-image-align-wrapper ul li span {
    vertical-align: top;
    padding-top: 0;
    line-height: 1.6875rem;
    font-size: 1.1765rem;
  }
  .gtd-row2 .content-image-align-wrapper ul li {
    font-size: 0.98rem;
  }

  .gtd-row2 .content-image-align-wrapper ul li:before {
    top: 0;
  }

  .gtd-row3 .speakers-grp .btm-content .row-fluid .item p {
    line-height: 1.5625rem;
    font-size: 1.1146rem;
  }
  .gtd-row4 .content-form-section h1 {
    text-align: center;
  }

  .cp-appointment-row6 .video-container iframe {
    height: 13.1875rem;
    width: 22.5rem;
  }

  .cp-appointment-row6 .video-container {
    margin: 0;
  }

  .webinar-lyt.engage-page .cp-appointment-row5 .cm-content-top-image-wrapper h3 {
    line-height: 1.75rem;
    font-size: 1.2384rem;
    max-width: 100%;
  }

  .content-image-align-wrapper ul {
    font-size: 16px;
  }

  .cp-access-row5 form .inputs-list li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cp-access-row5 form .inputs-list li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .engage-page .banner-section {
    overflow: hidden;
  }

  .engage-page .mobile-ne-trigger {
    top: 2.4rem !important;
  }

  .hs-epic-wrapper .col1 {
    padding: 65px 0px 0px 0px;
  }

  .hs-greenway-three .span6, .hs-greenway-three .span6:last-child {
    width: 93%;
    display: block;
    margin: 0 auto 48px !important;
  }
  .hs-greenway-three .dnd-row > .row-fluid {
    display: block;
  }

  .about-access-header .custom-page-header .mobile-ne-trigger {
    top: 0.7rem;
  }

  .webex-team-header .custom-page-header .mobile-ne-trigger {
    right: 8rem !important;
    top: 1rem;
  }

  .container-fluid.hs-greenway-four .hs-greenway-four .span6 ul {
    padding-left: 2.8rem;
  }
  .hs-greenway-four .span6 ul li {
    font-size: 1.5rem;
  }
  .hs-greenway-four .span6:first-child .hs_cos_wrapper_type_rich_text {
    padding-left: 0.7rem;
  }
  .hs-greenway-four .span6 ul li p {
    line-height: 1.5rem !important;
    font-size: 1.0526rem !important;
  }
  .hs-greenway-four .span6:first-child .dnd-module[class*="flexbox-positioning"] .hs_cos_wrapper_type_linked_image img {
    margin: 1rem auto !important;
  }
  .hs-greenway-four .span6 h3, .hs-greenway-four .span6 p {
    padding: 0 1rem;
  }
  .hs-greenway-five .span5 img {
    margin: 0 auto;
  }
  .hs-greenway-five .span7 ul li, .hs-greenway-six .span6 ul li {
    font-size: 17px;
  }
  .hs-greenway-five .span7 ul {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .hs-greenway-six .span6 h3, .hs-greenway-six .span6 p{
    padding: 0 1rem;
  }
  .hs-greenway-four .span6 ul li p {
    padding: 0;
  }
  .hs-greenway-five .span5 img {
    margin: 0 auto;
  }
  .hs-greenway-five .span7 ul li p {
    line-height: 1.5rem !important;
    font-size: 1.0526rem !important;
  }
  .hs-greenway-six .span6 ul {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .cp-appointment-row7 .content-image-align-wrapper ul li {
    font-size: 1.26rem;
  }

  .about-access-row2 .widget-type-rich_text {
    padding-left: 0;
  }

  .about-access-row2 .dnd-section {
    min-height: 23.0625rem;
  }
  .about-access-page .about-access-row2 h1 {
    line-height: 2.125rem;
    font-size: 1.4861rem;
    line-height: 1.75rem;
    font-size: 1.4241rem;
  }
  .about-access-row2 h1 {
    margin: 0 0 2.2rem 0;
  }

  .who-we-serve-page .contact-section .page-center {
    padding: 0;
  }

  .nextech-partner-wrapper .sol-header.custom-page-header .mobile-ne-trigger {
    right: 0 !important;
  }

  .engage-page .content-form-section h1 {
    line-height: 1.75rem;
    font-size: 1.4241rem;
  }
  footer.pateint-intake-footer.cm-intake-footer .top-row {
    padding-top: 2.5rem;
  }
  footer.pateint-intake-footer.cm-intake-footer .intake-logo {
    padding-bottom: 1.5rem;
  }
  main.solution-page .solution-card-wrapper .card-box>.card-box-inner {
    padding: 75px 50px;
  }
  .telehealth_header .custom-page-header .mobile-ne-trigger {
    top: 2.7rem;
  }
  .cp-appointment-row9 .client-ratings-group .item h4 span {
    line-height: 1.625rem;
    font-size: 0.9907rem;
  }
  .patient-intake-banner-sec {
    padding-top: 2.5rem;
  }
  .cp-appointment-layout.engage-page .content-form-section h1 {
    line-height: 2.5625rem;
    font-size: 1.7957rem;
  }

  .gtd-page .content-form-section {
    padding-top: 4.1875rem;
  }
  .gtd-row4 .content-form-section h1 {
    margin-top: 0;
  }

  .cp-access-row5 h1 {
    line-height: 2.125rem;
    font-size: 1.4861rem;
  }

  .automated-lyt .cp-appointment-row4 .content-form-section ul li {
    line-height: 1.1875rem;
  }
  #osis_page .custom-page-header {
    min-height: 4rem;
  }

  .appointment-footer footer.pateint-intake-footer .footer-intake-social a:last-of-type img {
    max-width: initial;
  }

  .cp-scheduling-plus-row5 .content-form-section {
    padding-top: 3.9375rem;
  }
  .cp-scheduling-plus-row5 .content-form-section h1 {
    margin-top: 0;
    line-height: 2.125rem;
    font-size: 1.7337rem;
  }

  .cp-scheduling-plus-row1 h1 {
    line-height: 1.75rem;
    font-size: 1.7337rem;
  }

  .epic-feat img {
    width: 83%;
    margin: 0 auto;
  }

  .hs-epic-wrapper .client-ratings-group.three .item {
    width: 100%;
  }

  .hs-epic-wrapper .client-ratings-group .item .inner h4 span {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
  }

  .hs-epic-wrapper .client-ratings-group .item h4 img {
    max-width: 80%;
  }

  .about-access-row2 .dnd-section {
    background-position: 100% 0 !important;
  }

  .about-access-row2 .dnd-section > .row-fluid {
    padding: 0 1.1875rem;
  }

  .cm-contact-cta {
    width: 13.6875rem !important;
  }
  .about-access-row2 .dnd-section p {
    padding-bottom: 2.5rem;
  }

  #case_study_page .cm-schdule-demo-wrapper {
    min-height: 21.9375rem;
  }

  .automated-lyt .cp-appointment-row7 .dnd-section {
    padding-bottom: 0;
  }

  .automated-lyt .cp-appointment-row5 .dnd-section {
    padding-bottom: 3rem;
  }

  .Webex-team-row1 .dnd-section>.row-fluid {
    padding: 0 10px;
  }

  .case-study-row7 .widget-type-rich_text p {
    text-align: center;
    padding: 0 10px;
    line-height: 1.25rem;
    font-size: 0.8669rem;
  }

  .hs-greenway-five .span5 img {
    width: 16.0625rem;
  }
  .hs-greenway-four .span6 .dnd-module[class*="flexbox-positioning"] .hs_cos_wrapper_type_linked_image img {
    width: 16rem;
  }
  .hs-greenway-four .span6:first-child .dnd-module[class*="flexbox-positioning"] .hs_cos_wrapper_type_linked_image img {
    width: 15.25rem;
  }

  .gtd-page .content-form-section ul li {
    line-height: 1.6875rem;
    font-size: 1.1765rem;
  }

  .scheduling-plus-layout .cp-scheduling-plus-row3 .hs-button {
    font-size: 0.9907rem;
    height: 3.0625rem;
    width: 13.25rem;
    line-height: 3.0625rem;
    padding: 0;
  }

  .covid-stage-wrapper .custom-page-header .mobile-ne-trigger {
    top: 4rem;
  }

  .custom-patient-engage-section .title-section h1 {
    line-height: 2.25rem !important;
    font-size: 1.6099rem !important;
    padding: 0 40px;
  }

  .mobile-patient-intake-footer-wrapper footer.pateint-intake-footer {
    min-height: 15.0625rem;
  }
  .mobile-patient-intake-footer-wrapper footer.pateint-intake-footer .footer-intake-social {
    padding: 1rem 0 1rem;
  }
  .mobile-patient-intake-footer-wrapper footer.pateint-intake-footer.cm-intake-footer .intake-logo {
    padding-bottom: 1.2rem;
  }
  .mobile-patient-intake-footer-wrapper footer.pateint-intake-footer .footer-intake-social-inner a {
    padding-left: 1.7rem;
  }

  .mobile-patient-intake-footer-wrapper footer.pateint-intake-footer .footer-intake-social-inner a:first-child {
    padding-left: 0;
  }

  .hs-epic-wrapper .client-ratings-group .item .inner h4 span {
    display: block;
  }

  .hs-epic-wrapper .client-ratings-group .item h4 img {
    width: 100%;
  }

  .webinar-lyt.cp-appointment-layout.engage-page .content-form-section h1 {
    line-height: 1.75rem;
    font-size: 1.4241rem;
  }

  .hs-greenway-three .hs_cos_wrapper_type_rich_text h3 a {
    line-height: 1.375rem;
    font-size: 0.9907rem;
  }

  .hs-greenway-three .hs_cos_wrapper_type_rich_text h3 {
    margin-bottom: 0;
  }

  footer.pateint-intake-footer.about-access-footer .intake-footer-copyright {
    padding-top: 0.7rem;
  }

  .hs-greenway-five .span7 ul li, .hs-greenway-six .span6 ul li {
    font-size: 1.38rem !important;
  }

  .osis-row6 .custom-patient-engage-section .item {
    padding: 0 0;
  }

  .engage-page .cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    padding: 0;
  }

  .engage-page .cp-appointment-row5 .cm-content-top-image-wrapper h3 {
    max-width: 100%;
  }

  main.who-we-serve-page .partners-wrap .partners-inner-wrap {
    border-radius: 0;
  }

  .nextech-partner-row3 .cm-content-top-image-wrapper {
    padding-bottom: 1rem;
  }

  .nextech-partner-row5 .custom-patient-engage-section .title-section h1 {
    padding: 0;
  }

  .case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content {
    padding-bottom: 2.6rem;
  }

  .cp-appointment-row2 .dnd-column {
    max-width: 100%;
    margin: 28px 0 !important;
  }

  .cp-appointment-row2 .dnd-section {
    padding: 0 14px;
  }

  .cp-appointment-row2 h1 {
    padding-top: 0.7rem;
  }

  .cp-appointment-row3 .dnd-column {
    padding: 0 12px;
  }

  .cm-healthcare-pro-module-wrapper {
    max-width: 100%;
  }

  .cp-appointment-row3 .cm-healthcare-pro-module-wrapper {
    padding: 3rem 0;
    padding-top: 4rem;
  }

  .cp-appointment-row3 .cm-healthcare-pro-module-wrapper .cm-healthcare-pro-module-inner {
    padding-top: 3rem;
  }

  .cp-appointment-row3 .dnd-section {
    padding-bottom: 1.8rem;
  }

  .content-form-section .row-fluid {
    padding: 0 1.3rem !important;
  }

  .content-form-section ul {
    padding-left: 31px;
  }

  .content-form-section .hs-form-field ul {
    padding-left: 0 !important;
  }

  .content-form-section li.hs-form-booleancheckbox span {
    overflow: hidden;
  }

  .content-form-section li.hs-form-booleancheckbox input {
    float: left;
  }

  .content-form-section {
    padding-bottom: 3rem !important;
  }

  .cp-appointment-row5 .hs_cos_wrapper_type_rich_text p {
    line-height: 1.4375rem;
    font-size: 1.1765rem;
  }

  .cp-appointment-row5 .cm-content-top-image-wrapper h3 {
    line-height: 1.375rem;
    font-size: 0.9907rem;
  }

  .cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
    max-width: 4.6875rem;
  }

  .cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-item {
    padding-bottom: 1rem;
  }

  .cp-appointment-row7 .dnd-section {
    padding-top: 2rem;
  }

  .cp-appointment-row8 .dnd-section {
    padding-top: 2rem;
  }

  .client-ratings-group .item {
    padding: 0 5px !important;
  }

  .automated-lyt .cp-appointment-row1 ul>li {
    padding-bottom: 1.8rem;
  }

  .automated-lyt .cp-appointment-row1 ul>li:last-child {
    padding-bottom: 1.3rem;
  }

  .content-form-section form {
    padding: 0 !important;
  }

  footer.pateint-intake-footer .footer-intake-social img {
    max-width: 26px;
  }

  .health-case-study-row3 .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content ul {
    padding: 11px 0 0 10px;
  }

  .engage-page .cp-appointment-row5 p.sub-heading {
    line-height: 1.4375rem;
    font-size: 1.1765rem;
  }

  .engage-page .cp-appointment-row5 .cm-content-top-image-wrapper {
    padding-bottom: 0;
  }

  .custom-patient-engage-section .item img {
    width: 4.125rem;
  }

  .custom-patient-engage-section .item img[alt*="Feedback & Reputation Management"] {
    width: 4.75rem;
  }

  .custom-patient-engage-section .item img[alt*="Smart Conversations"] {
    width: 4.4375rem;
  }

  .custom-patient-engage-section .item h4 {
    padding-top: 0.4rem;
  }

  .nextech-partner-row5 .custom-patient-engage-section .item h4 {
    max-width: 100%;
  }

  .nextech-partner-row3 .cm-content-top-image-wrapper h3 {
    margin-bottom: 1.7rem;
  }

  .gtd-page .content-form-section .span5.left {
    width: 100%;
    width: 22.5rem;
    margin: 0 auto;
  }
  .gtd-row4 .content-form-section .span7.right {
    padding-left: 0;
    width: 22.5rem;
    position: relative;
    left: 1.25rem;
  }

  .container-fluid.covid-solution-row1 {
    margin-top: 0.7rem;
  }

  .gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
    max-width: 4.4375rem;
  }

  .gtd-row4 .content-form-section .span7.right {
    padding-left: 0;
  }

  .gtd-row1 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    margin-bottom: 0;
    padding-bottom: 0.2rem;
  }

  .osis-row6 .custom-patient-engage-section .title-section p {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .cp-appointment-row1.cp-scheduling-plus-row2 h1 {
    line-height: 1.9375rem;
    font-size: 1.6099rem;
  }

  .container-fluid.covid-stage-row6 .dnd-section > .row-fluid {
    padding: 0;
  }
  .container-fluid.mobile-patient-webinar-row5 .mobile-patient-webinar-row5-row-0-background-image {
    background-position: top right !important;
  }
  .gtd-page .content-form-section .span5.left p, .gtd-page .content-form-section .span5.left ul {
    display: none;
  }

  .who-we-serve-page .contact-section .page-center .contact-form {
    padding: 0 25px;
  }
  .who-we-serve-page .contact-section .page-center .contact-form form {
    padding-top: 0.4rem;
  }

  .hs-greenway-two .cm-content-top-image-wrapper {
    padding-top: 0.5rem;
  }

  .hs-greenway-two .cm-content-top-image-wrapper h2 {
    padding-bottom: 0.8rem;
  }

  .engage-page.hs-greenway-page .cm-content-top-image-wrapper .cm-content-top-image-content {
    max-width: 100%;
    padding: 0 10px;
  }

  .engage-page.hs-greenway-page .cm-content-top-image-wrapper .cm-content-top-image-wrap {
    margin-bottom: 0;
  }

  .engage-page .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-content h3 {
    padding-top: 0;
  }

  .hs-greenway-page.engage-page .cm-content-top-image-wrapper .cm-content-top-image-item .cm-content-top-image-link {
    padding-top: 0;
  }

  .cm-content-top-image-wrapper .cm-content-top-image-wrap img {
    height: auto;
  }

  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-item {
    margin-bottom: 35px;
  }

  .hs-greenway-two .cm-content-top-image-wrapper .cm-content-top-image-inner {
    margin-top: 16px;
  }

  .hs-greenway-two .span6 h1 {
    margin-top: 0.5rem;
  }

  .hs-greenway-two .dnd-row[class*="vertical-alignment"] .hs-button {
    height: 2.75rem;
    width: 19.4375rem;
    margin-top: 3rem;
    line-height: 2.75rem;
    padding: 0;
  }

  #telehealth_webinar_page .custom-page-header .mobile-ne-trigger {
    transform: translateY(-50%);
    top: 56%;
  }

  .telehealth-learn-more-page-row2 .cm-patient-access-wrapper .cm-patient-access-right-col-inner {
    height: 27rem;
  }
  .telehealth-learn-more-page-row3 {
    margin-top: 9rem;
    padding: 0 15px;
  }

  .hs-greenway-three .dnd-section {
    padding-top: 4.8125rem;
  }

  .hs-greenway-three h1 {
    margin-bottom: 2.4rem;
  }

  .hs-greenway-three .span6, .hs-greenway-three .span6:last-child {
    width: 96%;
  }

  .telehealth-patient-row3 .widget-type-rich_text ul li a {
    display: inline;
  }

  #telehealth_page .telehealth-row2 .cm-healthcare-pro-module-wrapper {
    max-width: 22.6875rem;
  }

  .gtd-row4 .content-form-section .row-fluid {
    padding: 0 !important;
  }

  .hs-greenway-three .span6 .hs_cos_wrapper_type_rich_text {
    display: block;
    padding: 0;
    padding-top: 4px;
  }

  .hs-greenway-three .span6 .hs_cos_wrapper_type_rich_text ul {
    padding-left: 3.2rem;
    margin-bottom: 0;
  }

  .hs-greenway-three .hs_cos_wrapper_type_rich_text h3 {
    padding-bottom: 2px;
  }

  .hs-greenway-three .hs_cos_wrapper_type_rich_text ul li {
    padding-bottom: 0.4rem;
  }

  .hs-greenway-three .hs_cos_wrapper_type_rich_text ul li:last-child {
    padding-bottom: 0.5rem;
    margin: 0;
  }

  .hs-greenway-three .span6 {
    margin-bottom: 40px !important;
  }

  .hs-greenway-three .row-number-4.dnd-row .span6:last-child {
    margin-bottom: 0 !important;
  }

  .hs-greenway-four .span6 p:last-of-type {
    padding: 0;
  }

  .epic-feat-wrapper.right .epic-feat .page-center .epic-feat-inner .left {
    padding-top: 50px;
  }
  .epic-feat-wrapper.right .epic-feat .page-center .epic-feat-inner {
    flex-direction: column-reverse !important;
  }

  #health_case_study_page .cm-schdule-demo-wrapper .cm-schdule-demo-content p {
    padding: 30px;
  }

  .hs-epic-wrapper .col4 .client-ratings-group .item h4 img {
    max-width: 112px;
    margin-top: 0;
  }

  .epic-feat-wrapper.right .epic-feat .page-center .epic-feat-inner .right-inner {
    padding-top: 0 !important;
  }

  .hs-epic-wrapper .contact-section h2.contact-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cp-appointment-row2 .hs-button {
    height: 2.5625rem;
    width: 20rem;
    font-size: 0.8669rem;
  }

  .nextech-partner-wrapper .nextech-partner-row3 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    max-width: 15.3125rem;
  }

  .webinar-lyt .cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-item {
    margin-bottom: 0.7rem;
  }

  .epic-feat-wrapper .epic-feat .page-center .epic-feat-inner .right .right-inner a {
    font-size: 16px !important;
  }

  .scheduling-plus-layout .custom-page-header .cm-page-logo img {
    max-width: 175px;
    height: auto;
  }

  .scheduling-plus-layout .custom-page-header .cm-page-logo {
    padding-top: 10px !important;
  }

  .scheduling-plus-layout .cm-content-top-image-item {
    padding-bottom: 1.5rem !important;
  }

  .scheduling-plus-layout .cp-scheduling-plus-row1 .cm-content-top-image-wrapper .cm-content-top-image-wrap {
    margin-bottom: 15px;
  }

  .cp-appointment-layout.engage-page.webinar-lyt .content-form-section .row-fluid {
    padding: 0 1.25rem !important;
  }
  .cp-appointment-layout.engage-page.webinar-lyt .content-form-section form {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .cp-scheduling-plus-row1 .hs_cos_wrapper_type_rich_text p {
    line-height: 1.4375rem;
    font-size: 1.1765rem;
  }

  .cp-scheduling-plus-row1 h1 {
    margin-bottom: 14px;
  }

  .cp-scheduling-plus-row1 .hs_cos_wrapper_type_rich_text {
    padding-bottom: 14px;
    display: block;
  }

  .nextech-partner-row5 .custom-patient-engage-section .item p {
    padding: 0 19px;
  }

  .nextech-partner-row5 .custom-patient-engage-section .item h4 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .covid-stage-wrapper .covid-stage-row3 .widget-type-rich_text p {
    line-height: 1.625rem;
    font-size: 0.9907rem;
  }

  .nextech-partner-wrapper .nextech-partner-row3 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    max-width: 17.6rem;
  }



  .nextech-partner-row3 .cm-content-top-image-wrapper h3 {
    margin-bottom: 1.5rem;
  }

  .hs-greenway-three h1#benefits {
    margin-bottom: 2.4rem;
  }

  .hs-epic-wrapper .client-ratings-group .item {
    margin-bottom: 30px !important;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .schedule-image {
    width: 100%;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper.with-img-tag .cm-schdule-demo-content {
    width: 100%;
    padding: 30px 20px 15px;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .schedule-image .schedule-image-inner {
    padding: 5px 70px 0;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-button a {
    font-size: 18px;
    min-width: auto;
    height: auto;
  }

  .case-study-row2 .widget-type-rich_text p a {
    text-align: left;
  }

  .cm-recent-post-wrapper .cm-recent-post-inner {
    padding: 0 4.5rem !important;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .schedule-image {
    width: 80.1%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper.with-img-tag .cm-schdule-demo-content {
    width: 100%;
    padding: 30px 20px 15px !important;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-button a {
    font-size: 18px;
    width: auto;
    display: inline-block;
    height: auto;
    min-width: auto;
  }

  .cp-appointment-layout.automated-lyt .cp-appointment-row3 .cm-healthcare-pro-module-wrapper {
    padding-bottom: 10px !important;
  }
  .cp-appointment-layout.automated-lyt .cp-appointment-row5 .cm-content-top-image-wrapper {
    padding-bottom: 0 !important;
  }

  .nextech-partner-row5 .custom-patient-engage-section .item img {
    width: 100%;
    max-width: 4.125rem;
  }

  .cp-appointment-row1.cp-scheduling-plus-row2 h1 {
    line-height: 1.9375rem;
    font-size: 1.6099rem;
  }

  .cp-scheduling-plus-row3 h2 {
    line-height: 1.75rem;
    font-size: 1.2384rem;
  }

  .cp-scheduling-plus-row3 .span9.dnd-column {
    padding-right: 0;
    padding-left: 85px;
  }

  .cp-scheduling-plus-row5 .content-form-section .left ul li {
    line-height: 1.5625rem;
    font-size: 1.1146rem;
  }

  .cp-scheduling-plus-row5 .content-form-section .span5.left ul {
    padding-top: 0;
  }

  .cp-scheduling-plus-row5 .content-form-section .form-title {
    margin: 0;
  }

  .patient-messaging-row8 .content-form-section .left ul li {
    margin: .625rem 0;
    padding: 0;
    line-height: 1.375rem;
    font-size: 1.1146rem;
  }

  .scheduling-plus-layout .contentWithleft-image-wrp.left_align .contentWithleft-image-inner {
    margin-top: 26px;
  }

  .scheduling-plus-layout .cp-scheduling-plus-row1 p a {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
    color: #37465A;
  }

  .scheduling-plus-layout .cp-scheduling-plus-row1 .dnd-section {
    padding-bottom: 46px;
  }

  #case_study_page .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content ul {
    padding: 11px 0 0 20px;
  }

  #case_study_page .cm-content-top-image-wrapper .cm-content-top-image-link a:after {
    height: 22px !important;
    width: 22px !important;
  }

  #case_study_page .cm-content-top-image-wrapper .cm-content-top-image-link a {
    font-size: 11px !important;
  }

  #case_study_page  .cm-content-top-image-wrapper .cm-content-top-image-content {
    margin: 10px auto 28px !important;
  }
  .case-study-row2 .widget-type-rich_text p a {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .case-study-row3 {
    padding-top: 3rem;
  }

  .cm-client-testimonial-wrapper .cm-client-testimonial-logo img {
    max-width: 144px;
  }

  .case-study-row2 .widget-type-rich_text p {
    padding-left: 0;
  }

  .cm-customer-outcoms-wrapper {
    padding-top: 3rem;
  }

  .cm-customer-outcoms-wrapper .cm-customer-outcoms-item {
    margin-bottom: 4rem !important;
  }

  .case-study-row5 .cm-content-top-image-wrapper h2 {
    padding-bottom: 2rem;
  }

  .case-study-row5 {
    padding-bottom: 0;
  }

  #case_study_page .cm-content-top-image-wrapper .cm-content-top-image-content {
    max-width: 100% !important;
  }

  .case-study-row6 .widget-type-rich_text {
    margin-bottom: 2rem;
  }

  .cm-lumba-health-module-wrapper .item-1 img {
    max-width: 160px;
  }

  #case_study_page .row-fluid-wrapper .cm-schdule-demo-wrapper {
    margin-bottom: 1rem;
  }

  .hs-greenway-two .dnd-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-greenway-two .dnd-row[class*="vertical-alignment"]>.row-fluid {
    display: flex;
    flex-wrap: wrap-reverse;
  }


  .hs-greenway-four .dnd-section>.row-fluid,
  .hs-greenway-six .dnd-section>.row-fluid  {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .hs-greenway-six .span6 img {
    max-width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .hs-greenway-six .dnd-module {
    display: block !important;
  }

  .hs-greenway-six .span6 {
    width: 100%;
  }

  .hs-greenway-three .hs_cos_wrapper_type_rich_text h3 a {
    display: block;
    margin: 2rem 0;
  }

  .hs-greenway-four .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }

  .hs-greenway-four .dnd-section.main_section_four-row-1-padding>.row-fluid {
    flex-wrap: wrap-reverse;
  }

  .hs-greenway-six .main_section_six-row-1-padding>.row-fluid {
    display: block;
  }

  .osis-row6 .custom-patient-engage-section .item img[alt*="Feedback & Reputation Management"] {
    margin-bottom: 0;
  }
}

@media (max-width:626px) {
  .body-container__website h1 {
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    margin-top: 25px;
  }

  .cm-resources-sec .page-header.section-header h1 {
    font-size: 24px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
  }
  .cm-resources-sec .page-header.section-header p{
    font-size: 20px;
    text-align: center;
    margin-bottom: 70px;
  }
  .body-resources-wrapper .dnd-section>.row-fluid {
    padding: 0;
    max-width: 100% !important;
  }
  .cm-resources-sec .page-header.section-header,
  .cm-resources-sec3 .dnd-section{
    padding: 0 24px;
  }

  .who-we-serve-row1 {
    padding-top: 16px;
  }
  .who-we-serve-row1 .right-column .widget-type-rich_text{
    font-size: 16px;
    line-height: 25px;
    text-align: center; 
  }
  .who-we-serve-row1 .right-column ul {
    font-size: 16px;
    margin: 24px 22px 0px;
    line-height: 30px;
  }
  .who-we-serve-row1 .right-column .hs-button {
    display: none;
  }
  .who-we-serve-row1 .page-center {
    padding: 0 0; 
  }

  .who-we-serve-row1 .right-column {
    padding: 0 24px;
  }
  .who-we-serve-row2 .dnd-section > .row-fluid,
  .who-we-serve-row6 .dnd-section > .row-fluid,
  .who-we-serve-row3 .dnd-section> .row-fluid,
  .who-we-serve-row4 .dnd-section> .row-fluid,
  .who-we-serve-row5 .dnd-section> .row-fluid{
    padding: 0 0;
  }

  .who-we-serve-page {
    padding-top: 11px;
    margin-top: 0;
  }
}

@media screen and (max-width: 599px) { 
  .who-we-serve-row1 .left-column {
    margin-left: 0px;
  }
}

@media (max-width:568px){
  .covid-solution-wrapper .contact-section form .hs-form-field {
    margin-bottom: 10px;
  }
  .covid-solution-wrapper .contact-section form .hs_submit.hs-submit {
    margin-top: 25px;
  }

  .covid-solution-row11 .contact-section .page-center {
    padding: 0 15px;
  }
  .vaccine-wrapper .contact-section .page-center {
        padding-left: 15px;
    padding-right: 15px;
  }
   .vaccine-wrapper .contact-section form {
    padding-left: 10px;
    padding-right: 10px;
}
}

@media (max-width:480px){

  .hs-epic-wrapper .contact-section form {
    padding: 10px 10px 0px;
    overflow: visible;
  }
  .hs-epic-wrapper .contact-section form .hs-form-field {
    margin-bottom: 10px;
  }
  .hs-epic-wrapper .contact-section form textarea.hs-input {
    line-height: 1.5em;
  }
  .hs-epic-wrapper .contact-section form .hs-form-required {
    position: absolute;
    left: 0;
    padding-left: 0;
  }
  .hs-epic-wrapper .contact-section form .hs-form-field>label {
    position: relative;
    padding-left: 12px;
  }
  .hs-epic-wrapper .contact-section form fieldset.form-columns-3 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .reputation-management-wrapper .contact-section form .hs-form-field {
    margin-bottom: 10px;
  }

  .reputation-management-wrapper .contact-section form .hs_submit.hs-submit {
    margin-top:25px;
  }

  .reputation-management-wrapper .contact-section form {
    padding-top: 0;
  }

  .reputation-management-wrapper .contact-form .hs-input {
    line-height: 1.5;
  }

  .covid-solution-wrapper .contact-section form textarea.hs-input {
    line-height: 1.5;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .cm-schdule-demo-image {
    min-height: calc(30vw + 0px);
  }

  .covid-solution-wrapper h3.form-title {
    margin: 0;
  }

  .covid-solution-wrapper .contact-section form {
    padding-top: 0;
  }

  .homepage .contact-section .page-center {
    padding: 0 15px;
  }

  .homepage .contact-section form .hs-form-field {
    margin-bottom: 10px;
  }

  .homepage .contact-section form .hs-form-required {
    float: left;
    padding: 0;
    margin-right: 5px;
  }

  .Webex-team-row6 .dnd-section>.row-fluid {
    align-items: flex-start;
    margin-top: 0;
  }
}

@media (max-width:479px) {
  .content-form-section form .hs-form-field {
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
  }

  .content-form-section form .form-columns-3 .hs-form-field {
    width: 100% !important;
  }

  .content-form-section form .form-columns-2 .hs-form-field:last-child {
    padding: 0 !important;
  }

  .content-form-section .hs_what_are_you_interested_in_.hs-what_are_you_interested_in_.hs-form-field:last-child {
    padding-right: 0 !important;
  }

  .content-form-section form .form-columns-3 .hs-form-field:last-child {
    padding-right: 0 !important;
  }

  .cp-scheduling-plus-row1 h1 {
    padding: 0 10px;
  }
  .patient-messaging-row2 .custom-cp-banner .cp-image {
    top: 3.9375rem;
    left: 0;
    height: 22.5rem;
    width: 100%;
    z-index: 33;
    position: relative;
  }

  .row-fluid-wrapper:not(:last-child) .cm-content-Wleft-icon-wrapper:after {
    bottom: -25px;
  }
  .cm-content-Wleft-icon-wrapper .cm-content-Wleft-content ul {
    padding-left: 27px;
    margin: .625rem 0;
  }

  .hs-greenway-page.engage-page .cm-content-top-image-wrapper .cm-content-top-image-item {
    padding: 0;
  }

  .hs-greenway-page.engage-page .cm-content-top-image-wrapper .cm-content-top-image-item {
    padding: 0;
  }

  .hs-greenway-page.engage-page .cm-content-top-image-wrapper .cm-content-top-image-item .cm-content-top-image-link {
    padding-top: 2px;
    padding-bottom: 7px;
  }

  .epic-feat img {
    width: 100%;
    margin: 0 auto;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper .schedule-image {
    width: 100%;
    max-width: 100%;
  }

  .covid-solution-row10 .cm-schdule-demo-wrapper.with-img-tag .cm-schdule-demo-button {
    margin: 0;
  }
}

@media (max-width:450px) {
  .webex-team-header .custom-page-header .mobile-ne-trigger {
    right: 0!important;
    top: 3rem;
    left: 0;
    margin: 0 auto;
  }

  .webex-team-header .custom-page-header .header-btn-section {
    right: 10px;
  }
}
@media (max-width:400px) {
  .home-row1 h2 {
    padding: 0 10px;
    padding-bottom: 5px;
  }

  .cp-page {
    font-size: 4vw;
  }

  .cp-appointment-row2 .dnd-section {
    min-height: 30.75rem;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .cp-appointment-row5 .cm-content-top-image-wrapper {
    margin: 0;
  }

  .cp-appointment-row5 .cm-content-top-image-wrapper .cm-content-top-image-content p {
    padding: 0;
  }

  .engage-menu .custom-page-header .cm-page-menu-links ul {
    padding: 0 15px;
    top: 8px;
  }

  .engage-page .custom-cp-banner {
    padding-top: 0;
  }

  .automated-header .cp-logo {
    padding-top: 17px;
  }

  .automated-lyt {
    padding-top: 0;
    margin-top: -3px;
  }

  .automated-lyt .custom-cp-banner .cp-content-section {
    padding-top: 3.8rem;
  }

  .hs-greenway-two {
    padding: 0 10px;
  }
  .hs-greenway-three .hs_cos_wrapper_type_rich_text {
    padding: 0 20px;
  }



  .hs-greenway-six .content-form-section .row-fluid {
    padding: 0 25px;
  }
  .engage-page.hs-greenway-page  .content-form-section p {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
  }

  .hs-greenway-seven .client-ratings-group .title h1 {
    line-height: 2.125rem;
    font-size: 1.4861rem;
  }


  .footer-logo-case-study img {
    margin: 0 auto 16px;
  }
  .footer-link-case-study a:not(:last-child):after {
    margin: 0 6px 0 6px;
  }

  .footer-case-study .footer-top-case-study .footer-top-inner-case-study {
    top: 0;
  }
  .footer-bottom-wrapper-case-study .footer-bottom-case-study {
    padding-bottom: 24px;
  }
  .footer-bottom-wrapper-case-study .footer-bottom-case-study {
    width: 100%;
    padding-bottom: 22px;
  }

  .footer-case-study .footer-top-innercol3 .footer-top-col-content {
    padding: 0;
    min-height: 16.3125rem;
  }
  .footer-case-study .footer-top-col.footer-top-innerco2 {
    height: 17rem;
  }
  .footer-case-study .footer-top-innercol3 .footer-top-col-content {
    padding: 0;
    min-height: 16.3125rem;
  }
  .footer-case-study .footer-top-innerco2 .footer-top-col-content {
    padding: 0;
  }
  .footer-top-case-study .footer-top-col-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-case-study .footer-top-innercol1 .footer-top-col-content {
    padding: 0;
  }
  .footer-case-study .footer-top-innercol1 {
    height: 18.3125rem;
  }
  .footer-case-study .footer-top-col {
    margin: 0 auto 23px;
  }
  .footer-case-study .footer-top-col.footer-top-innerco2 {
    margin-bottom: 23px;
  }
  .footer-case-study .footer-top-innercol3 {
    height: 16.3125rem;
  }
  .footer-case-study .footer-top-case-study .footer-top-inner-case-study {
    align-items: center;
    top: 10px;
  }

  #case_study_page {
    padding: 8rem 0 0 0;
  }
  .telehealth-learn-more-page-row1 .custom-page-header .cm-page-logo img {
    margin: -0.7rem auto -3rem;
    max-width: 150px;
  }
  .telehealth-learn-more-page-row1 .custom-page-header .cm-page-menu-links .hs-menu-wrapper>ul>li {
    padding-right: 48px;
  }

  .covid-stage-row7 .content-background-wrapper .content-inner {
    padding: 0 20px;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .page-center{
    left:0;
    padding-bottom:11px;
  }

  .mobile-patient-webinar-wrapper .custom-page-header .cm-page-menu-links .hs-menu-item {
    padding-right: 2.7rem;
  }

  .patient-messaging-row2 .custom-cp-banner .cp-image {
    left: 0;
    width: 100%;
  }

  .patient-messaging-row2 .custom-cp-banner .cp-content-section {
    width: 100%;
  }

  .nextech-partner-wrapper .custom-page-header .header-btn-section {
    display: none;
  }

  .nextech-partner-wrapper .custom-page-header .cm-page-logo {
    left: 0.75rem;
  }

  .cp-appointment-row5 .cp-scheduling-plus-row5 h1 .content-form-section h1 {
    font-size: 20px;
    line-height: 23px;
  }

  footer.pateint-intake-footer.about-access-footer .footer-intake-social {
    padding-bottom: 1rem;
  }


  .cp-scheduling-plus-row2 .dnd-section {
    padding-top: 0 !important;
  }

  .cp-appointment-row1.cp-scheduling-plus-row2 h1 {
    margin-left: -3px;
  }

  .cp-scheduling-plus-row1 {
    margin-bottom: -10px;
  }

  .hs-epic-wrapper .col4 .client-ratings-group .item h4 img {
    max-width: 93px;
  }

  .nextech-partner-row5 .custom-patient-engage-section .item p {
    padding: 0 10px;
  }
}


@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {
  .container-fluid.covid-solution-row6 .critical-need-wrapper .cm-content-icon img {
    max-width: 29px !important;
  }
}




/*===================== Vaccine Page =======================*/

.vaccine-row1 .dnd-section > .row-fluid {
  max-width: 1200px;
  padding: 0;
  align-items: flex-start;
}

.vaccine-row1 .span6 {
  width: 50%;
  margin: 0;
}

.vaccine-row1 .span6:first-child {
  padding: 50px 0 50px 50px;
}

.vaccine-row1 .widget-type-linked_image {
  max-width: 80% !important;
}

.vaccine-row1 h2 {
  font-family: 'FreightSans_Pro';
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  margin: 0;
  padding: 0 0 15px;
}

.vaccine-row1 h6 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.vaccine-row1 p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.vaccine-row1 .hs-button {
  box-shadow: none;
  font-size: 15px;
  padding: 12px 24px;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  font-weight: 600;
  border-radius: 0 0 0 0;
  border: 0;
  margin-bottom: 0;
  text-decoration: none !important;
}

.vaccine-row1 .span6:last-child {
  padding: 10px;
  padding-left: 60px;
}

.vaccine-wrapper {
  margin-top: -10px;
}

.vaccine-row2 .hs-menu-wrapper > ul li a {
  padding: 13px 20px;
  color: #000;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  font-size: 14px;
  position: relative;
}

.vaccine-row2 .hs-menu-wrapper {
  padding: 10px;
  background-color: #f0f6f7;
  margin: 10px;
}

.vaccine-row2 .hs-menu-wrapper > ul {
  margin: 0;
  justify-content: center;
}

.vaccine-row2 .dnd-section {
  padding: 75px 200px 0;
}

.vaccine-row2 .dnd-section > .row-fluid {
  max-width: 1200px;
  padding: 0;
}

.vaccine-row2 .hs-menu-wrapper > ul li {
  margin-right: 10px;
}

.vaccine-row2 .hs-menu-wrapper > ul li a:after {
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  height: 3px;
  width: 100%;
  left: 0;
  background-color: rgb(243, 112, 33);
  z-index: 2;
  content: "";
  bottom: 0;
  opacity: 0;
}

.vaccine-row2 .hs-menu-wrapper > ul li a:hover:after {
  opacity: 1;
}

.vaccine-row2 .hs-menu-wrapper > ul li a {
  padding: 13px 20px;
  color: #000;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  font-size: 14px;
  position: relative;
}

.vaccine-row2 .hs-menu-wrapper {
  padding: 10px;
  background-color: #f0f6f7;
  margin: 10px;
}

.vaccine-row2 .hs-menu-wrapper > ul {
  margin: 0;
  justify-content: center;
}

.vaccine-row2 .dnd-section {
  padding: 75px 200px 0;
}

.vaccine-row2 .dnd-section > .row-fluid {
  max-width: 1200px;
  padding: 0;
}

.vaccine-row2 .hs-menu-wrapper > ul li {
  margin-right: 10px;
}

.vaccine-row2 .hs-menu-wrapper > ul li a:after {
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  height: 3px;
  width: 100%;
  left: 0;
  background-color: rgb(243, 112, 33);
  z-index: 2;
  content: "";
  bottom: 0;
  opacity: 0;
}

.vaccine-row2 .hs-menu-wrapper > ul li a:hover:after {
  opacity: 1;
}

.vaccine-row3 .dnd-section {
  padding: 75px 15px 0;
}

.vaccine-row3 .dnd-section > .row-fluid {
  max-width: 1200px;
  padding: 0;
}

.vaccine-row3 .cm-client-testimonial-wrapper {
  margin: 10px;
  background-position: 75px 60px;
  background-repeat: no-repeat;
  background-size: 9% auto;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin: 12px;
  padding: 80px 100px 60px;
  position: relative;
  background-image: url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/quote.png);
  min-height: auto;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-inner {
  max-width: 100%;
  padding: 0;
  left: 0;
  position: static;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-content {
  padding: 10px;
  text-align: center;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-content p {
  color: #000;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 0;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-quote {
  top: 75px;
  left: 60px;
  display: none;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-info {
  padding: 0;
  display: block;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-image {
  width: 10.774%;
  height: auto;
  padding: 10px;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-image img {
  border-radius: 180px 180px 180px 180px;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-name-designation {
  width: 66.304%;
  min-height: auto;
  position: static;
  padding: 10px;
  max-width: unset;
  text-align: center;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-name {
  padding: 10px 0 0;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-post {
  color: #4d6170;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-logo {
  height: auto;
  position: static;
  max-width: unset;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-logo img {
  width: 25%;
  margin: 0 auto;
}

.vaccine-row3 .cm-client-testimonial-right {
  width: 66.304%;
  padding: 10px;
  margin-left: 10.774%;
  text-align: center;
  margin-top: 19px;
}

.vaccine-row3 .healthcare-professionals-section h1 {
  margin: 0;
  padding: 0;
}

.vaccine-row3 .healthcare-professionals-section .item {
  width: 20%;
  padding: 50px;
  margin: 0;
  align-items: unset;
}

.vaccine-row3 .healthcare-professionals-section .row-fluid {
  margin: 0;
  align-items: unset;
}

.vaccine-row3 .healthcare-professionals-section .item:nth-child(3) {
  padding: 30px 50px;
}

.vaccine-row3 .healthcare-professionals-section .item:last-child img {
  width: 70%;
}

.vaccine-row4 .dnd-section {
  padding: 40px 0 0;
}

.vaccine-row4 .widget-type-rich_text {
  max-width: 700px;
  margin: 0 auto;
}

.vaccine-row4 h2 {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.vaccine-row4 p {
  font-size: 18px;
  font-weight: 300;
}

.vaccine-row4 .widget-type-linked_image img {
  max-width: 65% !important;
  margin: 0 auto;
}

.vaccine-row4 .dnd-section > .row-fluid {
  max-width: 1200px;
  padding: 0;
}

.vaccine-row4 .widget-type-linked_image {
  padding: 20px 0 0;
}

.vaccine-row4 .cm-schdule-demo-wrapper {
  margin-top: 50px;
  width: 75.417%;
  margin-left: 11.914%;
  border-radius: 12px 12px 12px 12px;
}

.vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-content {
  max-width: 72.086%;
  padding: 10px;
}

.vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-button {
  max-width: calc(20.891% + 6.355%);
  margin: 0;
  padding: 10px;
  width: calc(20.891% + 6.355%);
}

.vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-button .hs-button {
  background: transparent;
  border: none;
  padding: 11px 0 0;
  color: #f37021;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  line-height: 1.4;
  margin: 0;
  display: block;
  letter-spacing: 0;
}


.vaccine-operation-wrapper .more-operation-link p a{
  position:relative;
}
.vaccine-operation-wrapper .more-operation-link p a:after {
  background-image:url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/arrow-right-vaccine.png);
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  margin-right: 6px;
  margin-top: -5px;
  position:absolute;
}

.vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-content p {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0 0 20px;
  line-height: 1.4;
}

.cm-schdule-demo-wrapper .cm-schdule-demo-button .hs-button:hover {
  text-decoration: none;
  color: #23527c;
}

.vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-button .hs-button:after {
  background-image:url(//9046263.fs1.hubspotusercontent-na1.net/hubfs/9046263/raw_assets/public/LumaHealth_March2021/images/arrow-right-vaccine.png);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  margin-right: 6px;
  margin-top: -5px;
}

.vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-button .hs-button:hover {
  text-decoration: none;
  color: #23527c;
}

.vaccine-row5 .dnd-section {
  padding: 75px 0 0;
}

.vaccine-row5 h2 {
  margin-top: 0;
  line-height:1;
  margin-bottom: 20px;
}

.vaccine-row5 .widget-type-rich_text {
  padding: 10px 210px;
}

.vaccine-row5 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1200px;
}

.vaccine-row5 .widget-type-rich_text p {
  margin: 0;
  font-size: 18px;
  line-height:1.4;
}

.vaccine-row5 hr {
  margin: 25px 10px !important;
  width: auto !important;
}

.vaccine-row5 .content-with-image-wrapper .block-column.column-right {
  width: 50%;
  padding: 0 50px 0 0;
}

.vaccine-row5 .content-with-image-wrapper .block-column.column-left {
  padding: 0 0 0 50px;
  margin: 0;
  width: 50%;
}

.vaccine-row5 .content-with-image-wrapper figure.block-image {
  max-width: 100%;
}

.vaccine-row5 .content-with-image-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: unset;
  line-height: 1.4;
  padding: 0 150px 0 0;
}

.vaccine-row5 .content-with-image-wrapper .block-column .content p {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.vaccine-row5 .content-with-image-wrapper.reverse .block-column.column-right {
  padding: 0 0 0 50px;
  margin: 0;
}

.vaccine-row5 .content-with-image-wrapper.reverse .block-column.column-left {
  padding: 0 50px 0 0;
}

.vaccine-row5 .content-with-image-wrapper .block-column .content {
  max-width: 100%;
}

.vaccine-row6 .dnd-section {
  padding: 75px 0 0;
}

.vaccine-row6 .dnd-section > .row-fluid {
  max-width: 1200px;
  padding: 10px;
}

.vaccine-row6 h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.4;
}

.vaccine-row6 .span2,.vaccine-row6 .span3 {
  margin: 0;
  width: 20%;
  padding: 10px;
}

.vaccine-row6 .widget-type-linked_image {
  margin-bottom: 20px;
}

.vaccine-row6 .widget-type-rich_text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}


.vaccine-row7 .dnd-section {
  padding: 95px 0 0;
}

.vaccine-row7 .dnd-section > .row-fluid {
  max-width: 1200px;
  padding: 0;
}

.vaccine-row7 .content-background-wrapper {
  max-width: 100%;
  position: static;
  border-radius: 0;
  margin: 0;
}

.vaccine-row7 .content-background-wrapper .content-inner {
  max-width: 100%;
  position: static;
}

.vaccine-row7 .content-background-wrapper .cm-row {
  padding: 0;
}

.vaccine-row7 .content-background-wrapper .cm-row>div.content-left {
  width: 50%;
  padding: 50px;
}

.vaccine-row7 .content-background-wrapper .cm-row>div.content-right {
  width: 50%;
  padding: 15px 50px 15px 0;
}

.vaccine-row7 .content-background-wrapper .cm-row .content-image {
  max-width: 100%;
  margin: 0;
}

.vaccine-row7 .content-background-wrapper h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
}

.vaccine-row7 .content-background-wrapper p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: freightsans_pro,helvetica neue,helvetica,arial,sans-serif;
  color: #4d6170;
}

.vaccine-row7 a.hs-button {
  margin: 60px 10px 10px;
  font-size: 15px;
  padding: 12px 24px;
  display: inline-block;
  line-height: 1;
  border: none;
  text-decoration: none !important;
  letter-spacing: 0;
  box-shadow: none;
}

.vaccine-row8 .dnd-section {
  padding: 75px 0 0;
}

.vaccine-row8 .dnd-section > .row-fluid {
  max-width: 1200px;
  padding: 0;
}

.vaccine-row9 .dnd-section > .row-fluid {
  max-width: 1200px;
  padding: 0;
}

.vaccine-row9 .dnd-section {
  padding-top: 43px;
  padding-bottom:95px;
}

.vaccine-row10 .contact-section .contact-form {
  padding: 0 10px;
}

@media (min-width: 1024px) {
    .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-name-designation {
   text-align: left; 
  }
  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-info {
    position: relative;
}

.vaccine-row3 .cm-client-testimonial-right {
    position: absolute;
    top: 0;
    right: 0;
    width: unset;
    left: auto;
    margin: 0;
    padding: 0;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-logo img {
    width: 21.586%;
    margin-right: 0;
}

.vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-logo {
    padding-right: 20px;
    padding-top: 15px;
}
}

@media (max-width:1024px) {
  .vaccine-row1 h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .vaccine-row1 .widget-type-rich_text {
    text-align: center;
  }

  .vaccine-row1 p {
    font-size: 18px;
  }

  .vaccine-row1 .span6:last-child {
    padding: 0;
    padding-left: 50px;
  }

  .vaccine-row1 .widget-type-linked_image {
    max-width: 90% !important;
  }

  .vaccine-row1 .hs_cos_wrapper_widget {
    width: 100% !important;
    text-align: center;
  }

  .vaccine-row2 .hs-menu-wrapper > ul {
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  .vaccine-row2 .hs-menu-wrapper > ul li a {
    padding: 10px 20px;
    line-height: 20px;
    background-color: #fff;
    font-size: 13px;
    color: #494c4f;
  }

  .vaccine-row2 .hs-menu-wrapper > ul li {
    margin: 0;
  }

  .vaccine-row2 .hs-menu-wrapper > ul li a:hover {
    background-color: #55595c;
    color: #fff;
  }

  .vaccine-row2 .hs-menu-wrapper > ul li a:after {
    display: none;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-content {
    padding: 0;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-image {
    width: 20%;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-name-designation {
    padding: 0;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-name {
    padding: 0;
    font-size: 18px;
  }

  .vaccine-row3 .cm-client-testimonial-right {
    margin-left: 20%;
    margin-top: -13px;
    padding: 0;
  }

  .vaccine-row3 .healthcare-professionals-section .item {
    padding: 30px;
  }

  .healthcare-professionals-section {
    padding-top: 20px;
  }

  .vaccine-row3 .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper {
    margin: 12px 27px;
  }

  .vaccine-row3 .healthcare-professionals-section .item:nth-child(3) {
    padding: 15px 30px;
  }

  .vaccine-row4 h2 {
    font-size: 26px;
  }

  .vaccine-row4 .widget-type-linked_image img {
    max-width: 85% !important;
  }

  .vaccine-wrapper {
    margin:0;
  }

  .vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-content p {
    text-align: center;
  }

  .vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-button .hs-button {
    text-align: center;
  }

  .vaccine-row5 .widget-type-rich_text {
    padding: 0 70px;
  }

  .vaccine-row5 h2 {
    font-size: 26px;
  }

  .vaccine-row5 .content-with-image-wrapper {
    padding: 4px 0 26px 0px;
    flex-direction: row;
  }

  .vaccine-row5 .content-with-image-wrapper figure.block-image>img {
    padding: 0;
  }

  .vaccine-row5 .content-with-image-wrapper h2 {
    padding: 0;
  }

  .vaccine-row5 .content-with-image-wrapper .block-column.column-left {
    padding: 0 30px;
    flex-basis:unset;
    flex-grow: unset;
  }

  .vaccine-row5 .content-with-image-wrapper .block-column.column-right {
    width: 50%;
    padding: 0 0 0 30px;
    flex-basis:unset;
    flex-grow: unset;
  }

  .vaccine-row5 hr {
    margin-bottom: 0 !important;
  }

  .vaccine-row5 .content-with-image-wrapper.reverse .block-column.column-right {
    margin: 0;
    padding: 0 30px 0 0;
  }

  .vaccine-row5 .content-with-image-wrapper.reverse {
    flex-direction: row-reverse;
    padding-left: 0;
  }

  .vaccine-row5 .content-with-image-wrapper.reverse .block-column.column-left {
    padding: 0 30px 0;
  }

  .vaccine-row6 .dnd-section {
    padding: 24px 0 0;
  }

  .vaccine-row7 .dnd-section {
    padding-top: 70px;
  }

  .vaccine-row7 .content-background-wrapper {
    padding: 0;
  }

  .vaccine-row7 .content-background-wrapper .cm-row .content-image {
    width: 100% !important;
    max-width: 100%;
  }

  .vaccine-row8 .dnd-section {
    padding-top: 50px;
  }


}


@media (max-width: 879px){
  .vaccine-row3 .cm-client-testimonial-right {
    margin-left: 20%;
    margin-top: 18px;
    padding: 0;
  }
}




@media (max-width:767px) {
  .vaccine-row1 {
    padding-top: 11px;
}
  .vaccine-row1 .span6 {
    padding: 0 !important;
    margin: 0;
    width: 100% !important;
  }

  .vaccine-row1 .dnd-section > .row-fluid {
    padding: 14px 15px 30px;
  }

  .vaccine-row1 p {
    line-height: 26px;
  }

  .vaccine-row1 .hs-button {
    margin-bottom: 20px;
  }
.vaccine-row1 .widget-type-linked_image {
      padding: 10px;
  }
  .vaccine-row2 .dnd-section {
    padding: 30px 0 0;
  }

  .vaccine-row2 .hs-menu-wrapper {
    margin: 0;
    padding: 0;
    padding-top: 10px;
  }

  .vaccine-row2 .hs-menu-wrapper > ul {
    margin: 0;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper {
    background-position: 40px 40px;
    background-size: 87px auto;
    margin: 0 10px;
    padding: 30px 0;
  }

  .vaccine-row3 .dnd-section {
    padding: 50px 0 0;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-content {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-content p {
    font-size: 18px;
    line-height: 30px;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-image {
    width: 100%;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-image {
    padding: 15px 130px 10px;
    border-radius: 180px 180px 180px 180px;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-name {
    font-size: 14px;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-name-designation {
    margin-top: 0;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-post {
    font-size: 16px;
  }

  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-logo img {
    width: 100%;
    max-width: 50%;
  }

  .cm-client-testimonial-wrapper .cm-client-testimonial-right {
    margin-left: 0;
    margin-top: 27px;
  }

  .vaccine-row3 .healthcare-professionals-section .row-fluid {
    display: block;
  }

  .vaccine-row3 .healthcare-professionals-section .item {
    width: 100%;
    padding: 50px 0 0 !important;
  }

  .vaccine-row3 .healthcare-professionals-section .item img {
    max-width: 60%;
  }

  .vaccine-row3 .healthcare-professionals-section .item:first-child {
    padding: 60px 0 0 !important;
  }

  .vaccine-row3 .healthcare-professionals-section .item:nth-child(3) img {
    max-width: 50%;
  }

  .vaccine-row4 h2 {
    padding: 0 15px;
    font-size: 24px;
  }

  .vaccine-row4 p {
    font-size: 16px;
  }

  .vaccine-row4 .widget-type-linked_image img {
    max-width: 98% !important;
  }

  .vaccine-row4 .cm-schdule-demo-wrapper {
    width: 95%;
    margin-left: 0;
    margin: 0 auto;
    margin-top: 50px;
    min-height: unset;
  }

  .vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-inner {
    max-width: 100%;
  }

  .vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-content {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 0;
  }

  .vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-content p {
    padding: 1px 0 0;
  }

  .vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-button {
    max-width: 100%;
    width: 100%;
  }

  .vaccine-row4 .cm-schdule-demo-wrapper .cm-schdule-demo-button .hs-button {
    padding: 0;
    height: unset;
    min-height: unset;
  }

  .vaccine-row5 .widget-type-rich_text {
    padding: 0 10px;
  }

  .vaccine-row5 .widget-type-rich_text p {
    padding: 0 5px;
  }

  .vaccine-row5 .content-with-image-wrapper {
    padding: 0 0 50px;
    display: block;
  }

  .vaccine-row5 .content-with-image-wrapper .block-column {
    width: 100% !important;
    padding: 0 !important;
  }

  .vaccine-row5 .content-with-image-wrapper figure.block-image>img {
    padding: 15px 30px 0;
  }

  .vaccine-row5 .content-with-image-wrapper h2 {
    padding: 20px 20px 0;
    text-align: center;
  }

  .vaccine-row5 .content-with-image-wrapper .block-column .content p {
    padding: 0 10px;
    text-align: center;
  }

  .vaccine-row6 .dnd-section {
    padding: 0;
  }

  .vaccine-row6 h6 {
    font-size: 18px;
    padding-bottom: 20px;
    margin: 0;
  }

  .vaccine-row6 .span2, .vaccine-row6 .span3 {
    width: unset;
    margin: 0 10px !important;
    clear: both;
  }

  .vaccine-row6 .widget-type-linked_image img {
    max-width: 30% !important;
    max-height: unset !important;
    margin: 0 auto;
  }

  .vaccine-row6 .widget-type-rich_text p {
    padding-bottom: 10px;
    margin: 0;
  }

  .vaccine-row7 .content-background-wrapper .cm-row>div.content-left {
    padding: 50px 20px 0 !important;
  }

  .vaccine-row7 .content-background-wrapper p {
    padding-top: 0;
    font-size: 18px;
    padding: 0;
  }


  .vaccine-row7 .content-background-wrapper .cm-row .content-image {
    max-width: 90%;
    margin: 0 auto;
  }

  .vaccine-row7 .content-background-wrapper .content-inner {
    padding: 0;
  }

  .vaccine-row7 a.hs-button {
    margin-top: 40px;
  }



  .vaccine-row9 .dnd-section {
    padding-top: 50px;
  }


  .vaccine-row10 .contact-section .contact-form {
    padding: 0;
  }
  .vaccine-row3 .cm-client-testimonial-wrapper .cm-client-testimonial-name-designation {
   width: 100%; 
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.alert-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw!important;
  min-height: 60px;
  text-align: center;
}

.alert-bar .page-center {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.alert-bar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  margin: 0;
  text-align: left;
  max-width: 220px;
}

.alert-bar p a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.21px;
  text-transform: uppercase;
  text-decoration: none;
  transition: none;
  margin-left: 10px;
  font-size: 12px;
}

.alert-bar p svg {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  font-weight: 600;
}

svg:not(:root) {
  overflow: hidden;
}

.alert-bar p span {
  padding: 0 10px;
}

.custom-header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: -30px;
  overflow: visible;
  padding: 30px 0;
/*   margin-top: 60px; */
}

.site-header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.header .header-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}

.logo svg {
  display: block;
  width: 168px;
  height: 35px;
}

.btn-bar a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 9.5px 30px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -.16px;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 6px 0 rgb(97 120 136 / 40%);
  box-shadow: 0 2px 6px 0 rgb(97 120 136 / 40%);
}

.login-btn a {
  margin-left: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navigation-top {
  margin: 0 auto 0 100px;
}

header.header {
  min-height: 110px;
  margin-top: 0 !important;
}

.btn-bar a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header.fliped .custom-header {
  padding: 15px;
}

.header.fliped .btn-bar a {
  font-size: 14px!important;
  padding: 4.5px 25px!important;
}

.mobile-trigger {
  display:none;
}

.alert-bar p em {
  font-style: normal;
}

.alert-bar p a * {
  transition: none;
}

.alert-wrap {
  min-height: 60px;
}

header.header.no-nav-header .custom-header {
  margin: 0;
}

header.header.no-nav-header .site-header-main {
  display: block;
}

.IE .alert-bar p {
  max-width: 100%;
  display: block;
  padding-top: 17px;
}

.IE .alert-bar {
  display: block;
}

.IE .alert-bar em,
.IE .alert-bar span,
.IE .alert-bar a {
  display: inline-block;
}


@media (min-width: 768px) {
  .alert-bar p {
    font-size: 18px;
    text-align: center;
    max-width: initial;
  }

  .alert-bar p a {
    margin-left: initial;
    font-size: 18px;
  }

  .alert-bar p svg {
    width: 18px;
    height: 18px;
  }

  .custom-header {
    top: 0;
  }

  .navigation-top {
    margin-left: 20px;
  }

}

@media (max-width: 1400px) {
  .btn-bar a {
    font-size: 16px;
    padding: 9px 15px;
  }

  .navigation-top {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .custom-header {
    max-height: 100vh;
    background-color: #fff;
    padding: 15px;
    overflow-y: visible;
  }

  .header.fliped .custom-header {
    padding: 10px 15px;
  }

  header.header {
    min-height: 79px;
  }
}

@media (max-width:1199px) {
  .cm-telehealth-patientheader-logo {
    padding: calc(18px * 1.45) 0;
  }
  #telehealth_patient_page .telehealth-patient-row2 .dnd-section>.row-fluid {
    padding: 26px 0 0;
  }
}


@media (max-width: 1023px) {
  .header-column.btn-bar {
    display: none;
  }

  .alert-bar p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .alert-bar p a {
    line-height: 20px;
    font-size: 16px;
    margin-left: 0;
  }

  .custom-header {
    padding: 15px 54px;
    padding-top: 14px;
    padding-bottom: 16px;
  }

  header.header {
    min-height: 65px;
  }

  .navigation-top {
    width: 100%;
    margin: 0;
    text-align: left;
    display: block;
  }

  .site-header-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .alert-bar p span {
    font-weight: 400;
    margin-top: -1px;
    font-size: 18px;
    position: relative;
    top: -1px;
  }

  .header.fliped .custom-header {
    padding: 15px 54px;
  }
}

@media (max-width: 767px) {
  .alert-bar p {
    max-width: 340px;
    padding: 0;
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }

  .alert-bar p a {
    margin-left: 10px;
    font-size: 12px;
  }

  .alert-bar p span {
    padding: 0;
  }

  .custom-header {
    top: 0;
    padding: 15px;
/*     margin-top: 71px; */
  }

  .custom-header .page-center {
    padding: 0;
  }

  header.header {
    margin-top: 71px;
  }

  .alert-bar p em {
    max-width: 220px;
  }

  .alert-bar p span {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 12px;
    margin-top: 13px;
    padding: 0;
    top: 0;
  }

  .alert-bar.fliped {
    height: 0!important;
    display: none!important;
    transition: height 2s ease;
  }

  header.header.fliped {
    margin: 0;
    top: 0;
  }

  .header.fliped .custom-header {
    margin: 0;
    padding: 15px;
    padding-top: 10px;
  }


}

@media (max-width: 400px) {
  .alert-bar p {
    line-height: 1.4;
    font-size: 12px;
    letter-spacing: 0;
    font-family: freightsans_pro,helvetica neue,helvetica,arial,sans-serif;
  }

  .alert-bar .page-center {
    padding: 0;
  }

  .alert-bar p a {
    line-height: 1.4;
    margin-left: 16px;
  }

  .alert-bar p span {
    margin-left: 15px;
  }

  .alert-bar p svg {
    margin-left: 3px;
    width: 15px;
    height: 14px;
  }

  .alert-bar p em {
    max-width: 214px;
  }

  .cm-telehealth-patientheader-logo {
    padding: 27px 0;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  padding: 70px 0 40px;
  font-size: 17px;
  line-height: 22px;
}

.footer-btm {
  margin-top: 46px;
}

.footer-btm p {
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  font-weight: normal;
}

.footer-btm p:last-of-type {
  margin: 0;
}

.footer-col.col4 {
  height: initial;
  margin-bottom: 20px;
}

.footer-top .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-top .hs-menu-wrapper ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-top .hs-menu-wrapper>ul>li>a {
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  font-size: 22px;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.footer-top .hs-menu-wrapper>ul ul li a {
  padding: 0;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 35px;
  display: block;
}

.footer-subscription-wrapper .form-title {
  font-weight: 600;
  letter-spacing: -.1px;
  text-align: left;
  margin: 0 0 10px;
}

.footer-subscription-wrapper {
  margin: 0 45px;
  padding: 10px 17px;
}

.footer-subscription-wrapper .hs-input {
  padding: 4px 15px 4px 8px;
  padding-right: 224px;
  padding-left: 18px;
  font-size: 16px;
  border-color: transparent;
  line-height: 1.2em;
  margin: 0;
  height: 48px;
  color: #000;
}

.footer-subscription-wrapper input.hs-button.primary.large {
  margin: 0;
  font-size: 16px;
  height: 29px;
  padding: 0!important;
  width: 105px;
  bottom: 10px;
  position: absolute;
}

.footer-subscription-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.footer-subscription-wrapper form {
  position: relative;
  margin-bottom: 22px;
  text-align: left;
}

.footer-top .page-center:before,.footer-top .page-center:after {
  display: table;
  content: " ";
}

.footer-top .page-center:after {
  clear: both;
}

.footer-subscription-wrapper .hs-form label {
  margin: 0;
}

.footer-subscription-wrapper .hs-form-field {
  margin-bottom: 10px;
  position: relative;
}

.footer-top .hs-menu-wrapper>ul ul li a:hover {
  text-decoration: underline;
}

.footer-top .col3 .hs-menu-wrapper>ul ul li a:hover {
  text-decoration: none;
}

.footer-subscription-wrapper input.hs-button.primary.large:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-subscription-wrapper .hs-error-msgs {
  margin: 0;
  margin-top: 7px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
  color: #fff;
  display: inline-block !important;
  float: none;
  text-align: left;
  width: auto;
}

.footer-subscription-wrapper .hs-error-msgs label {
  color: #fff;
}

.footer-subscription-wrapper .hs-form-field .hs-error-msgs {
  position: absolute;
  z-index: 9;
  max-width: 161px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
}

.footer-subscription-wrapper .hs-form-field .hs-error-msgs:before {
  content: '';
  margin: 0;
  padding: 0;
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  -webkit-transform: rotate( 45deg );
  -moz-transform: rotate(45deg);
  transform: rotate( 45deg );
  -ms-transform: rotate(45deg);
  margin-top: 5px;
  width: 8px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: -9px;
  left: 8px;
}

.footer-subscription-wrapper .hs_error_rollup {
  position: absolute;
  bottom: -97px;
  z-index: 9;
  left: -20px;
}

.footer-subscription-wrapper .hs-error-msgs label {
  font-size: 13px;
  font-weight: normal;
}

.footer-subscription-wrapper .hs-input::-webkit-input-placeholder {
  color:inherit;
  opacity:.6;
}

.footer-subscription-wrapper .hs-input:-ms-input-placeholder {
  color:inherit;
  opacity:.6;
}

.footer-subscription-wrapper .hs-input::-ms-input-placeholder {
  color:inherit;
  opacity:.6;
}

.footer-subscription-wrapper .hs-input::placeholder {
  color:inherit;
  opacity:.6;
}

.show-tablet {
  display: none;
}

.footer-btm .footer-socail-icons-wrapper {
  display: none;
}

.svg-code {
  display: none;
}

.footer-top .col1 .hs-menu-wrapper>ul>li>a:hover,
.footer-top .col2 .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
}

.footer-top .submitted-message {
  color: #fff !important;
}

footer.footer.footer-no-nav {
  padding: 40px 0;
}

footer.footer.footer-no-nav .footer-btm {
  margin: 0;
}

@media (min-width: 1024px) {
  .footer-subscription-wrapper .form-title {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-col.col4 {
    text-align: right;
  }

  .footer-subscription-wrapper {
    margin: 0;
    margin-bottom: 50px;
  }

  .footer-subscription-wrapper .hs-input {
    max-width: 351px;
    width: 351px;
  }

  .footer-subscription-wrapper input.hs-button.primary.large {
    right: 10px;
  }
}

@media (max-width: 1023px) {
  .footer-subscription-wrapper {
    max-width: 337px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    margin-bottom: 46px;
  }

  .footer-btm {
    margin-top: 20px;
  }

  .footer-col.col4 {
    margin: 0;
  }

  .footer-subscription-wrapper .form-title {
    font-size: 13px;
    line-height: 17px;
  }

  .footer-subscription-wrapper form {
    margin-bottom: -8px;
  }

  .footer-subscription-wrapper input.hs-button.primary.large {
    right: 20px;
  }

  .footer-socail-icons-wrapper {
    text-align: center;
  }

  .show-tablet {
    display: block;
  }

  .hide-tablet {
    display: none;
  }

  .footer-top .page-center {
    padding: 0;
  }

  .footer-top {
    padding-top: 75px;
  }

  .footer-btm .footer-socail-icons-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  footer.footer {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-btm p {
    font-size: 12px;
    line-height: 22px;
  }

  .footer-top .hs-menu-wrapper>ul>li>a {
    font-size: 20px;
    line-height: 1.6;
    margin: 8px 0;
  }

  .footer-top .hs-menu-wrapper>ul ul li a {
    font-size: 12px;
    line-height: 1.6;
    margin: 8px 0;
  }

  footer.footer>div {
    width: 100%;
  }

  footer.footer .show-tablet {
    order: 1;
  }

  .footer-top {
    order: 2;
  }

  .footer-btm {
    order: 3;
  }

  .footer-top .page-center {
    padding: 0 12vw;
  }

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

  .hide-mobile {
    display: none;
  }

  .footer-col.col2 .hs-menu-wrapper {
    width: fit-content;
    margin-left: auto;
  }

  .footer-btm .footer-socail-icons-wrapper {
    padding-top: 30px;
  }

  .footer-subscription-wrapper {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .footer-top {
    padding-top: 0;
  }

  footer.footer .show-tablet {
    padding: 0 35px;
    padding-top: 75px;
  }

  .footer-subscription-wrapper .hs-input {
    max-width: 274px;
    width: 274px !important;
    height: 50px;
    padding-right: 94px;
    font-size: 13px;
  }

  .footer-subscription-wrapper .input {
    padding: 0 6px;
  }

  .footer-subscription-wrapper .hs-form-field .hs-error-msgs {
    margin: 0;
    left: 10px;
  }

  .footer-subscription-wrapper input.hs-button.primary.large {
    font-size: 14px;
    line-height: 27px;
  }

  .footer-btm .page-center {
    padding: 0 15px;
  }
}

@media (max-width: 570px) {
  .footer-subscription-wrapper .hs-input {
    width: 100% !important;
    max-width: 100%;
  }
}

@media (max-width: 539px) {
  .footer-subscription-wrapper form {
    margin-bottom: -2px;  
  }

  .footer-top .footer-col {
    margin-top: 30px;
  }

  .footer-subscription-wrapper .form-title {
    padding-bottom: 6px;
  }
}

@media (max-width: 479px) {
  footer.footer {
    padding: 0 0 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.systems-page .hs-error-msgs {
  padding: 0;
  font-weight: normal;
}

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: freightsans_pro,helvetica neue,helvetica,arial,sans-serif;
  font-size: 1.25rem;
  color: #4d6170;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #4d6170;
}

.email-prefs {
  padding-top: 20px;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.email-prefs .item {
  padding-top: 10px;
}

.email-prefs .item .item-inner p {
  padding-left: 15px;
  font-style: italic;
}

.email-prefs .item .item-inner .checkbox-row span {
  font-weight: 700;
}

.email-prefs .subscribe-options {
  padding-top: 10px;
}

.email-prefs .subscribe-options .header {
  padding-bottom: 10px;
}

.email-prefs .subscribe-options p label {
  padding-top: 10px;
  font-weight: 700;
}

.systems-page form {
  max-width: 500px;
}

.systems-page form .actions {
  margin: 20px 0;
}

.systems-page.subs form {
  max-width: 100%;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.error-404.not-found h1 {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.error-404 .page-content p {
  font-family: freightsans_pro,helvetica neue,helvetica,arial,sans-serif;
  color: #51616f;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}

.error-404.not-found input.hs-search-field__input {
  font-size: 20px;
  line-height: 26px;
  width: 91% !important;
  font-family: FreightSans_Pro;
  font-style: normal;
  font-weight: 350;
  letter-spacing: -.1px;
  font-feature-settings: "pnum" on,"lnum" on;
  color: #4d6170;
  border: none;
  border: 0 !important;
  padding-left: 40px;
}


.error-404  button svg {
  display: none;
}

.error-404  button {
  background: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  top: 10px;
  left: 0;
}

.error-404  button:after {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px!important;
  color: #4d6170;
}

.error-404  .hs-search-field {
  max-width: 320px;
  border-bottom: 2px solid #4d6170;
}
.bottom-pane-form-error-page .contact-section{
  padding: 60px 0;
  display: block;
}
.bottom-pane-form-error-page .page-center {
  padding: 0 10px;
}
.bottom-pane-form-error-page .row {

  margin-left: -10px;
  margin-right: -10px;

}
.bottom-pane-form-error-page h2.contact-title {
  font-size: 32px;
  line-height: 33px;
  color: #172537;
  text-transform: uppercase;
  font-weight: 900;
  margin: 34px 0 35px;
  text-align: center;
}
.bottom-pane-form-error-page .contact-form {
  position: relative;
  padding-left: 9px;
  padding-right: 9px;
}
.bottom-pane-form-error-page .row {

}
.bottom-pane-form-error-page form {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: rgb(51, 51, 51);
  max-width: 100%;
  padding-top: 17px;
}
.bottom-pane-form-error-page form fieldset {
  max-width: 100%
}
.bottom-pane-form-error-page form .hs-form-field {
  padding: 0 10px;
  margin-bottom: 25px;
}
.bottom-pane-form-error-page form .hs-fieldtype-textarea {
  margin-bottom: 15px;
}
.bottom-pane-form-error-page form .hs-form-field > label {
  padding-top: 0.3em;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  font-family: freightsans_pro,helvetica neue,helvetica,arial,sans-serif!important;
}
.bottom-pane-form-error-page form .hs-input {
  padding: 4px 15px 4px 8px;
  min-height: 40px;
  margin: 0;
  box-shadow: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.bottom-pane-form-error-page form fieldset.form-columns-2 .input,
.bottom-pane-form-error-page form fieldset.form-columns-3 .input,
.bottom-pane-form-error-page form fieldset.form-columns-1 .input{
  margin-right: 0px;
}
.bottom-pane-form-error-page h3.form-title {
  display: none; 
}
.bottom-pane-form-error-page form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}
.bottom-pane-form-error-page form textarea.hs-input {
  min-height: 110px;
}
.bottom-pane-form-error-page form .hs_submit.hs-submit {
  text-align: center;
  margin-top: 20px;
  padding: 0 10px;
}
.bottom-pane-form-error-page form .hs-button {
  margin: 0 0;
}
.bottom-pane-form-error-page form .actions {
  overflow: hidden; 
}
.bottom-pane-form-error-page form .hs-form-required {
  padding-left: 5px;
  color: #f37021;
}
.bottom-pane-form-error-page form ::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.bottom-pane-form-error-page form label.hs-error-msg {
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
  position: relative;
}
.bottom-pane-form-error-page form label.hs-error-msg:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-left: 7px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #e51b00 transparent;
}
.dnd-section.search-pages .cm-resources-sec3 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 20px;
  align-items: flex-start;
  position: sticky;
  background: #fff;
  width: 100%;
  z-index: 999;
  padding-top: 10px;
  top: 129px;
  padding-right: 50px;
}

.dnd-section.search-pages .content-wrapper {
  padding-top: 60px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section.search-pages i.resources-close-icon {
  display: none;
}

.dnd-section.search-pages .resources-categorywith-search {
  height: fit-content;
  font-size: 22px;
  line-height: 28px;
}

.dnd-section.search-pages .search-section {
  height: fit-content;
  margin-right: 25px;
  width: 100%;
  width: 864px;
}

.dnd-section.search-pages .cm-resources-sec3 .hs-search-field__bar form {
  width: 100%;
  padding: 0;
  margin: 0;
}

.dnd-section.search-pages .cm-resources-sec3 .hs-search-field__bar {
  align-content: 0;
}

.dnd-section.search-pages {
  padding: 0;
}

.dnd-section.search-pages .resource-section {
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.dnd-section.search-pages .systems-page h1 {
  padding: 0;
  font-size: 28px;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 58px;
  max-width: 600px;
  text-align: left;
  font-family: FreightSans_Pro;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -.1px;
  text-transform: capitalize;
  font-feature-settings: "pnum" on,"lnum" on;
  color: #000;
  margin-top: 78px;
}

.dnd-section.search-pages .systems-page a {
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
}

.dnd-section.search-pages .systems-page a:hover {
  color: #23527c;
}
.dnd-section.search-pages {
  position: relative;
  z-index: 1;
}


@media(max-width:1199px){
  .dnd-section.search-pages .content-wrapper {
    padding-top: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .dnd-section.search-pages  .cm-resources-sec3 {
    padding-right: 0;
  }

  .dnd-section.search-pages  .cm-resources-sec3 {
    margin: 70px 0px 38px;
    display: flex;
    justify-content: space-between;
  } 
  .dnd-section.search-pages .resources-categorywith-search {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .bottom-pane-form-error-page .contact-form {
    left: 25%;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .bottom-pane-form-error-page .page-center {
    max-width: 1320px;
  }
}
@media (max-width: 1076px) {
  .bottom-pane-form-error-page .contact-form {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bottom-pane-form-error-page .contact-form {
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
  .bottom-pane-form-error-page .contact-form {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media(max-width:1023px){

  .dnd-section.search-pages .content-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 900px;
  }
  .dnd-section.search-pages .cm-resources-sec3 {
    padding-top: 15px;
  }
  .dnd-section.search-pages .cm-resources-sec3 .hs-search-field {
    margin-left: 0;
    max-width: 320px;
  }
  .dnd-section.search-pages  .search__dropdown {
    margin-top: 15px;
    text-align: right;
  }
  .systems-page {
    padding: 0 24px;
  }
  .dnd-section.search-pages .systems-page h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .dnd-section.search-pages .cm-resources-sec3 {
    margin: 70px 0px 0px;
    padding-top: 15px;
  }
  .dnd-section.search-pages .resource-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 900px) {
  .dnd-section.search-pages .cm-resources-sec3 .hs-search-field {
    margin: 0 auto;
  }
  .dnd-section.search-pages .search-section {
    width: 100%;
  }
  .dnd-section.search-pages .cm-resources-sec3 {display: block;text-align: center;}

  .dnd-section.search-pages .resources-categorywith-search {
    width: 100%;
    text-align: center;
  }

  .dnd-section.search-pages .search__dropdown {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .bottom-pane-form-error-page .contact-section{
    padding: 30px 15px 35px;
  }
  .bottom-pane-form-error-page h2.contact-title {
    margin: 10px 0 8px;
    font-size: 24px;
    line-height: 30px;
  }
  .bottom-pane-form-error-page form .hs-button {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .11px;
    padding: 6.5px 28px;
  }
  .bottom-pane-form-error-page .page-center {
    padding: 0 5px;
  }
  .bottom-pane-form-error-page .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .bottom-pane-form-error-page .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
  .dnd-section.search-pages .cm-resources-sec3 {
    display: block;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .dnd-section.search-pages .search__dropdown {
    margin-top: 23px;   
    text-align: center;
  }
  .dnd-section.search-pages .systems-page h1 {
    text-align: center;
    margin-top: 0;
  }
  .dnd-section.search-pages .resource-section {
    margin-bottom: 23px;
    padding-bottom: 20px;
  }
    .active  .dnd-section.search-pages .dropdown.search__dropdown {
    max-width: 100%;
  }
 .dnd-section.search-pages  .resources-category-inner {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 568px) {
  .bottom-pane-form-error-page .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .bottom-pane-form-error-page form .hs-form-field {
    margin-bottom: 25px;
    width: 100% !important;
    float: none !important;
    padding: 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .bottom-pane-form-error-page .contact-form {
    padding: 10px;
  }
  .bottom-pane-form-error-page form .hs-form-field {
    margin-bottom: 10px;
  }
}




@media (max-width:767px) {
  .systems-page form {
    max-width: 100%;
  }

  .systems-page .success {
    min-width: 100%;
  }

  .systems-page h2 {
    font-size: 25px;
  }

  .systems-page h1 {
    font-size: 35px;
  }

  .systems-page input[type="email"] {
    width: 100% !important;
  }
  .error-404.not-found h1 {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    line-height: 24px;
  }
  .error-404.not-found input.hs-search-field__input {
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px;
    padding-bottom: 0;
  }

  .error-404 button:after {
    font-size: 16px !important;
    line-height: 26px;
  }

  .error-404 button {
    top: 8px;
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 0, 0)
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom
}

@keyframes flash {
  50%,
  from,
  to {
    opacity: 1
  }
  25%,
  75% {
    opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {
  from,
  to {
    transform: scale3d(1, 1, 1)
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes rubberBand {
  from,
  to {
    transform: scale3d(1, 1, 1)
  }
  30% {
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    transform: scale3d(1.05, .95, 1)
  }
}

.rubberBand {
  animation-name: rubberBand
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0)
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  animation-name: shake
}

@keyframes headShake {
  0% {
    transform: translateX(0)
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    transform: translateX(0)
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg)
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing
}

@keyframes tada {
  from,
  to {
    transform: scale3d(1, 1, 1)
  }
  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {
  from,
  to {
    transform: none
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
}

.wobble {
  animation-name: wobble
}

@keyframes jello {
  11.1%,
  from,
  to {
    transform: none
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  animation-name: jello;
  transform-origin: center
}

@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }
  75% {
    transform: translate3d(0, -10px, 0)
  }
  90% {
    transform: translate3d(0, 5px, 0)
  }
  to {
    transform: none
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }
  75% {
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    transform: translate3d(5px, 0, 0)
  }
  to {
    transform: none
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    transform: translate3d(10px, 0, 0)
  }
  90% {
    transform: translate3d(-5px, 0, 0)
  }
  to {
    transform: none
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  75% {
    transform: translate3d(0, 10px, 0)
  }
  90% {
    transform: translate3d(0, -5px, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
  60% {
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1
  }
  to {
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  animation-name: rotateIn
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  animation-name: zoomInDown
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  animation-name: zoomInLeft
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  animation-name: zoomInRight
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

.elementor-animation-grow {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
  transform: scale(1.1)
}

.elementor-animation-shrink {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
  transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
  25% {
    transform: scale(1.1)
  }
  75% {
    transform: scale(0.9)
  }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1)
  }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
  to {
    transform: scale(0.9)
  }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes elementor-animation-push {
  50% {
    transform: scale(0.8)
  }
  100% {
    transform: scale(1)
  }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
  animation-name: elementor-animation-push;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
  50% {
    transform: scale(1.2)
  }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
  animation-name: elementor-animation-pop;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

.elementor-animation-bounce-in {
  transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
  transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
  transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
  transform: translateY(-8px)
}

.elementor-animation-sink {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
  transform: translateY(8px)
}

@keyframes elementor-animation-bob {
  0% {
    transform: translateY(-8px)
  }
  50% {
    transform: translateY(-4px)
  }
  100% {
    transform: translateY(-8px)
  }
}

@keyframes elementor-animation-bob-float {
  100% {
    transform: translateY(-8px)
  }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
  animation-name: elementor-animation-bob-float, elementor-animation-bob;
  animation-duration: .3s, 1.5s;
  animation-delay: 0s, .3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
  0% {
    transform: translateY(8px)
  }
  50% {
    transform: translateY(4px)
  }
  100% {
    transform: translateY(8px)
  }
}

@keyframes elementor-animation-hang-sink {
  100% {
    transform: translateY(8px)
  }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
  animation-name: elementor-animation-hang-sink, elementor-animation-hang;
  animation-duration: .3s, 1.5s;
  animation-delay: 0s, .3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate
}

.elementor-animation-skew {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
  transform: skew(-10deg)
}

.elementor-animation-skew-forward {
  transition-duration: .3s;
  transition-property: transform;
  transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
  transform: skew(-10deg)
}

.elementor-animation-skew-backward {
  transition-duration: .3s;
  transition-property: transform;
  transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
  transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
  16.65% {
    transform: translateY(8px)
  }
  33.3% {
    transform: translateY(-6px)
  }
  49.95% {
    transform: translateY(4px)
  }
  66.6% {
    transform: translateY(-2px)
  }
  83.25% {
    transform: translateY(1px)
  }
  100% {
    transform: translateY(0)
  }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(8px)
  }
  33.3% {
    transform: translateX(-6px)
  }
  49.95% {
    transform: translateX(4px)
  }
  66.6% {
    transform: translateX(-2px)
  }
  83.25% {
    transform: translateX(1px)
  }
  100% {
    transform: translateX(0)
  }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px)
  }
  33.3% {
    transform: translate(-6px, -6px)
  }
  49.95% {
    transform: translate(4px, 4px)
  }
  66.6% {
    transform: translate(-2px, -2px)
  }
  83.25% {
    transform: translate(1px, 1px)
  }
  100% {
    transform: translate(0, 0)
  }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
  animation-name: elementor-animation-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px)
  }
  33.3% {
    transform: translate(-6px, 6px)
  }
  49.95% {
    transform: translate(4px, -4px)
  }
  66.6% {
    transform: translate(-2px, 2px)
  }
  83.25% {
    transform: translate(1px, -1px)
  }
  100% {
    transform: translate(0, 0)
  }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
  animation-name: elementor-animation-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
  16.65% {
    transform: skew(-12deg)
  }
  33.3% {
    transform: skew(10deg)
  }
  49.95% {
    transform: skew(-6deg)
  }
  66.6% {
    transform: skew(4deg)
  }
  83.25% {
    transform: skew(-2deg)
  }
  100% {
    transform: skew(0)
  }
}

.elementor-animation-wobble-top {
  transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
  animation-name: elementor-animation-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
  16.65% {
    transform: skew(-12deg)
  }
  33.3% {
    transform: skew(10deg)
  }
  49.95% {
    transform: skew(-6deg)
  }
  66.6% {
    transform: skew(4deg)
  }
  83.25% {
    transform: skew(-2deg)
  }
  100% {
    transform: skew(0)
  }
}

.elementor-animation-wobble-bottom {
  transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
  animation-name: elementor-animation-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
  16.65% {
    transform: skew(-12deg)
  }
  33.3% {
    transform: skew(10deg)
  }
  49.95% {
    transform: skew(-6deg)
  }
  66.6% {
    transform: skew(4deg)
  }
  83.25% {
    transform: skew(-2deg)
  }
  100% {
    transform: skew(0)
  }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
  animation-name: elementor-animation-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
  50% {
    transform: translateX(3px) rotate(2deg)
  }
  100% {
    transform: translateX(-3px) rotate(-2deg)
  }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
  animation-name: elementor-animation-buzz;
  animation-duration: .15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg)
  }
  20% {
    transform: translateX(-3px) rotate(-2deg)
  }
  30% {
    transform: translateX(3px) rotate(2deg)
  }
  40% {
    transform: translateX(-3px) rotate(-2deg)
  }
  50% {
    transform: translateX(2px) rotate(1deg)
  }
  60% {
    transform: translateX(-2px) rotate(-1deg)
  }
  70% {
    transform: translateX(2px) rotate(1deg)
  }
  80% {
    transform: translateX(-2px) rotate(-1deg)
  }
  90% {
    transform: translateX(1px) rotate(0)
  }
  100% {
    transform: translateX(-1px) rotate(0)
  }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0)
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0)
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom
}

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1
  }
  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1
  }
  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1)
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-duration: .75s;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-duration: .75s;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
  }
}

@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
  }
}

.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg)
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg)
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg)
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg)
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg)
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg)
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible!important;
  animation-name: flipInX;
  backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg)
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg)
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg)
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg)
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg)
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg)
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible!important;
  animation-name: flipInY;
  backface-visibility: visible!important
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg)
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg)
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg)
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg)
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  animation-duration: .75s;
  animation-name: flipOutX;
  backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg)
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg)
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg)
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg)
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible!important;
  animation-duration: .75s;
  animation-name: flipOutY;
  backface-visibility: visible!important
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg)
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg)
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg)
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg)
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg)
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg)
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0)
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0)
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1)
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
  }
}

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
  }
}

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
  }
}

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }
  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }
  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom
  }
}

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }
  to {
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }
  to {
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }
  to {
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }
  to {
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom
  }
}

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset!important;
    -webkit-transition: none!important;
    animation: unset!important;
    transition: none!important
  }
}