@font-face {
	font-family: 'a11y';
	src:url('a11y.eot');
	src:url('a11y.eot?#iefix') format('embedded-opentype'),
		url('a11y.woff2') format('woff2'),
		url('a11y.woff') format('woff'),
		url('a11y.ttf') format('truetype'),
		url('a11y.svg#a11y') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="aticon-"]:before, [class*=" aticon-"]:before {
	font-family: 'a11y' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.aticon-font:before {
    content: '\e602';
}

.aticon-adjust:before {
    content: '\e601';
}

.aticon-tint:before {
    content: '\e600';
}
/*
	Accessibility styles
	chris@inathought.com
*/
@media only screen and (max-width: 800px) {
	/* Remove toolbar on small screens */
	.a11y-responsive {
		display: none;
	}
}

@media print {
	.a11y-toolbar {
		/*display: none;*/
	}
}

.focusable:focus {
	outline: none !important;
}

.has-focus {
	background: yellow;
}

/* reset styles */
.a11y-toolbar button {
	border: 0;
	color: inherit;
	background-color: transparent;
	text-decoration: none;
	padding: 0;
	line-height: inherit;
	margin: 0;
	font: inherit;
	width: 100%;
	height: 100%;
	text-align: left;
}

.a11y-toolbar {
	position: fixed;
	z-index: 99999;
	top: 43vh;
	left: 0;
}

.a11y-toolbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 0 4px 0 0;
	border-radius: 0 0 4px 0;
}

.a11y-toolbar ul li {
	margin: 0;
	padding: 0;
	display: block;
}

.a11y-toolbar ul li button {
	font-size: 22px !important;
	padding: 14px 10px;
	line-height: .8;
	display: grid;
	align-items: center;
	background: #e2e2e2;
	text-align: center;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
	color: #181818;
}

.a11y-toolbar ul li button.active,
.a11y-toolbar ul li button:hover {
	background: #181818;
	color: #fff;
}

.a11y-toolbar ul li button.active {
	background: #181818;
	border-bottom: 1px solid #525252;
}

.a11y-toolbar ul li:first-child button {
	border-radius: 0 4px 0 0;
}

.a11y-toolbar ul li:last-child button {
	border-radius: 0 0 4px;
}

.a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item .tooltip-dismissed:focus .offscreen,
.a11y-toolbar .offscreen,
.a11y_stylesheet_path {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);	
	white-space: nowrap;
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
	font-size: 16px;
	transition: all 200ms;
}

/* a11y toolbar RTL */
.a11y-toolbar.rtl,
.a11y-toolbar.right {
	right: 0;
	left: auto;
}

.a11y-toolbar.rtl ul,
.a11y-toolbar.right ul {
	border-radius: 4px 0 0 4px;
}

.a11y-toolbar.rtl ul li:first-child button,
.a11y-toolbar.right ul li:first-child button {
	border-radius: 4px 0 0 0;
}

.a11y-toolbar.rtl ul li:last-child button,
.a11y-toolbar.right ul li:last-child button {
	border-radius: 0 0 0 4px;
}

.desaturated {
	filter: grayscale(1) !important;
}

.a11y-toolbar button:hover .offscreen,
.a11y-toolbar button:focus .offscreen {
	height: auto !important;
	width: auto !important;
	clip: unset !important;
	clip-path: unset !important;
	color: #333;
	background: #f0f0f0; 
	padding: 8px 6px !important;
	box-shadow: 0 0 1px #000;
	border-radius: 5px;
	font-size: 16px;
	text-transform: none;
	font-family: Arial;
}

.a11y-toolbar.right button:hover .offscreen,
.a11y-toolbar.right button:focus .offscreen {
	right: 100%;
	left: auto;
}

.a11y-toolbar button:hover .offscreen, .a11y-toolbar	button:focus .offscreen {
	left: 100%;
}
/* enqueue these as a separate stylesheet so they can be filtered */
.fontsize, .fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6, .fontsize p, .fontsize li:not(.a11y-toolbar-list-item), .fontsize label, .fontsize input, .fontsize select, .fontsize textarea, .fontsize legend, .fontsize code, .fontsize pre, .fontsize dd, .fontsize dt, .fontsize blockquote {
	font-size: 150% !important;
	line-height: 1.6;
}

.fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6 {
	font-size: 250% !important;
}

/* Otherwise, these get larger with each level of nesting. */
.fontsize li li {
	font-size: 110% !important;
}

.fontsize li li li {
	font-size: 100% !important;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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: visible;
}

/**
 * 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper , .page-center,
.container {
  margin: 0 auto;
  width:100%;
}

.dnd-section[class*="-force-full-width-section"]{
  padding:0;
}

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

@media (max-width: 1035px){
  .dnd-section > .row-fluid,
  .content-wrapper , .page-center,
  .container {
    padding: 0 15px;
  }

}

/* font-family: 'Libre Baskerville', serif; */

@font-face { 
font-family: "Font Awesome 6 Free"; 
src: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/fa-solid-900.woff2) format("woff2"), 
url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/fa-solid-900.ttf) format("truetype"); 
font-style: normal; 
font-weight: 900; 
font-display: block; 
}

@font-face { 
  font-family: "a11y"; 
  src: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/a11y.eot) format("embedded-opentype"), 
    url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/a11y.woff2) format("woff2"), 
    url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/a11y.woff) format("woff"), 
    url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/a11y.ttf) format("truetype"), 
    url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/a11y.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face { 
  font-family: "founders_grotesk"; 
  src: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/founders-grotesk-regular.woff2) format("woff2"), 
    url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/founders-grotesk-regular.woff2) format("woff"); 
  font-style: normal; 
  font-weight: normal; 
  font-display: swap; 
}

@font-face {
  font-family: "founders_grotesk_bold"; 
  src: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/founders-grotesk-bold.woff2) format("woff2"), 
    url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/founders-grotesk-bold.woff2) format("woff"); 
  font-style: normal; 
  font-weight: bold; 
  font-display: swap; 
}

@font-face { 
  font-family: "founders_grotesk_medium"; 
  src: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/founders-grotesk-medium.woff2) format("woff2"), 
    url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/founders-grotesk-medium.woff2) format("woff");
  font-style: normal; 
  font-weight: 500;
  font-display: swap; 
}

@font-face {
  font-family: "libre_baskerville"; 
  src: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/LibreBaskerville-Regular.woff2) format("woff2"), 
    url("../fonts/LibreBaskerville/LibreBaskerville-Regular.woff") format("woff");
  font-style: normal; 
  font-weight: normal; 
  font-display: swap;
}

@font-face { 
  font-family: "libre_baskerville_bold"; 
  src: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/LibreBaskerville-Bold.woff2) format("woff2"), 
    url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/fonts/LibreBaskerville-Bold.woff) format("woff"); 
  font-style: normal; 
  font-weight: bold; 
  font-display: swap; 
}




body {
  line-height:2;
  word-break: break-word;
}

@media (max-width: 1035px){
  body{
    line-height:1.85714285714;
  }
}

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

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 20px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
}

/* Headings */

h1{
  line-height: 1;
  margin: 0 0 10px;
}

h2{
  line-height:1.08333333333;
  margin: 0 0 20px;
}

@media (max-width: 1035px){
  h2{
    line-height:1.15;
  }  
}

h3{
  line-height: 1;
  margin: 0 0 10px;
}

h4{
  line-height:1.2;
  margin: 0 0 10px;
}
h5{
  line-height: 1.2;
  margin: 0 0 10px;
}
h6{
  line-height: 1.2;
  margin: 0 0 10px;
}

/* Lists */

ul,
ol {
  margin: 0;
  padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin: 15px 0;
  position: relative;
}

/* Labels */

form label {
  display: inline-block;
  padding: 0px 3px 0;
  font-size: 14px;
  font-family: 'libre_baskerville';
  line-height:36px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  display: inline-block;
  width: 100%;
  line-height:36px;
  min-height: 37px;
  box-shadow: none;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #C6C6C6;
  padding: 15px;
  color: #707070;
  width: 100%;
  font-family: 'libre_baskerville';
  outline:0;
  height: 37px;
  padding: 5px 15px;
}

form select, form textarea {
  vertical-align: middle;
}

form textarea{
  height:auto;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #A94442;
}

.hs-error-msgs li {
  list-style-type: none;
  margin:0;
}

.hs-error-msg,
.hs_error_rollup label,
.hs-error-msgs label{
  color: #A94442 !important;
  margin-bottom: 0;
  line-height: 14px !important;
  font-family: 'libre_baskerville';
  font-size: 14px !important;
  padding: 3px 3px 0;
}

/* Submit button */

form input[type=submit],
form .hs-button{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  font-size: 24px ;
  min-height:52px;
  line-height: 50px;
  font-family: 'founders_grotesk_medium';
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  outline:0;
  text-decoration:none;
  margin-top:10px;
}

a.hs-button,
a.button{
  text-decoration:none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.hs_cos_wrapper_type_member_login , 
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request ,
.hs_cos_wrapper_type_password_reset{
  margin-bottom: 15px;
  display: block;
  padding: 20px;
}

@media (max-width: 1035px){
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea,
  form label{
    line-height:26px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.navbar-collapse.act {
  display: block !important;
}


header.main-header-wrapper {
  border: 0;
  display: block;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  vertical-align: baseline;
  width: 100%;
  z-index: 99;
  font-size: 18px;
  line-height: 36px;
}

header.main-header-wrapper .header-top-section {
  background: #8C2477;
  text-align: center;
  color: #fff;
  font-family: 'founders_grotesk';
  padding: 0 10px;
  line-height:36px;
}

.header-top-section-inner .hs_cos_wrapper b {
  padding-right: 50px;
  font-weight: 500;
  font-family: 'founders_grotesk_medium';
  line-height: 22px;
}

.header-top-section-inner .hs_cos_wrapper b>a {
  transition: 0.4s all ease-in-out;
  outline: none;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 400;
  display: inline;
  padding-left: 10px;
  font-family: 'founders_grotesk';
}


header.main-header-wrapper .header-bottom-section {
  padding-top: 10px;
  background: #fff;
}

.header-bottom-section .nav-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-height: 98px;
  padding: 10px 0 25px;
}

.nav-header .nav-header-inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0 50px;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.nav-header-inner .header_logo .hs_cos_wrapper>a {
  transition: 0.4s all ease-in-out;
  color: #331f0a;
  outline: none;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 0 !important;
  margin-right: 0;
  display: inline-block;
}

.nav-header-inner .header_logo .hs_cos_wrapper>a  img{
  display: block;
  max-width: 100%;
}

.nav-header-inner .nav-menu {
  display: flex;
  align-items: center;
}

.nav-menu .hs-menu-wrapper>ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.nav-menu .hs-menu-wrapper>ul>li {
  border-right: solid 1px #000;
  padding: 0 15px;
  margin-right: 0;
  list-style: none;
  position: relative;
  line-height:36px;
}


.header_logo {
  padding-top: 3px;
}

.nav-menu .hs-menu-wrapper>ul>li:last-child {
  border-right: none;
}

.nav-menu .hs-menu-wrapper>ul>li>a {
  transition: 0.4s all ease-in-out;
  color: #331f0a;
  outline: none;
  text-decoration: none;
  font-family: 'founders_grotesk';

}

.nav-menu .hs-menu-wrapper ul li {
  font-size: 18px !important;
}

.nav-menu .pre_login {
  margin: 0 30px;
  text-decoration: underline;
}

.nav-menu .pre_login a.hs-button {
  outline: none;
  text-decoration: none;
  font-family: 'founders_grotesk';
  color: #0597f4;
  line-height: 36px;
}


.nav-menu .right-btn-wrapper {
  float: right;
  font-family: 'founders_grotesk_bold';
  font-size: 24px;
  line-height: 1;
  display: block;
  color: #fff;
  margin: 12px 20px 0 40px;
}

.right-btn-wrapper .right-primary-btn a {
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  border: solid 1px transparent;
  background: #08A3AD;
  border-color: #08A3AD;
  color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  padding: 3px 20px;
  font-size: 18px;
  font-family: 'founders_grotesk';
  line-height:19px;
}


.right-primary-btn img {
  font-size: 100%;
  vertical-align: baseline;
  max-width: 100%;
  display: inline;
  margin-bottom: -2px;
  float:left;
  margin-right:3px;
}


.right-btn-wrapper .right-secondary-btn a.hs-button {
  vertical-align: baseline;
  transition: 0.4s all ease-in-out;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  border: solid 1px transparent;
  background: #fff;
  border-color: #8C2477;
  color: #8C2477;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  padding: 3px 20px;
  font-size: 18px;
  font-family: 'founders_grotesk';
}

.mob-header{
  display:none;
}

.nav_inr_menu{
  align-items: center;
  display: flex;
  flex-wrap:wrap;
}

.a11y-toolbar {
  position: fixed;
  z-index: 99999;
  top: 43vh;
  left: 0;
}

.a11y-toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0 4px 0 0;
  border-radius: 0 0 4px 0;
}

.a11y-toolbar ul li {
  margin: 0;
  padding: 0;
  display: block;
}

.a11y-toolbar button{
  border: 0;
  text-decoration: none;
  margin: 0;
  font: inherit;
  width: 100%;
  height: 100%;
  padding: 14px 10px;
  line-height: .8;
  display: grid;
  align-items: center;
  background: #e2e2e2;
  text-align: center;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  color: #181818;
  font-size: 25px ;
  border-radius: 0 4px 0 0;
  cursor: pointer;
}

.a11y-toolbar .offscreen, .a11y_stylesheet_path{
  position: absolute ;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
  white-space: nowrap;
  padding: 0 ;
  border: 0 ;
  height: 1px ;
  width: 1px ;
  overflow: hidden;
  font-size: 16px;
  transition: all 200ms;
}

[class^="aticon-"]:before, [class*=" aticon-"]:before {
  font-family: 'a11y' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aticon-adjust:before {
  content: '\e601';
}

.a11y-toolbar ul li:last-child button {
  border-radius: 0 0 4px;
}

.aticon-font:before {
  content: '\e602';
}

.a11y-toolbar button:hover,
.a11y-toolbar button:focus,
.a11y-toolbar button:active{
  background: #181818;
  color: #fff;
  border-color: #181818;
}

.a11y-toolbar button:hover .offscreen, .a11y-toolbar button:focus .offscreen {
  left: 100%;
}

.a11y-toolbar button:hover .offscreen, .a11y-toolbar button:focus .offscreen {
  height: auto ;
  width: auto ;
  clip: unset ;
  clip-path: unset ;
  color: #333;
  background: #f0f0f0;
  padding: 8px 6px ;
  box-shadow: 0 0 1px #000;
  border-radius: 5px;
  font-size: 16px;
  text-transform: none;
  font-family: Arial;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>MEDIA>>>>>>>>>>>>>>>>>>>>> */


@media (min-width:576px){
  .navbar-collapse .container{
    max-width: 540px;
  }
}

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

@media (min-width:992px){
  .navbar-collapse .container{
    max-width: 960px;
  }
}

@media (min-width:1036px){
  .mobile_explore, nav.collapse-inner {
    display: none;
  }

  .nav-menu .hs-menu-wrapper>ul>li:hover{
    background-color: #8C2477;
  }


  .nav-menu .hs-menu-wrapper>ul>li:hover>a{
    color:#fff;
  }


  .nav-menu .hs-menu-wrapper>ul>li>ul {
    padding: 0;
    position: absolute;
    min-width: 190px;
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 36px;
    left: 0px;
    background: #fff;
    padding: 15px;
    display:none;
  }

  .nav-menu .hs-menu-wrapper>ul>li:hover>ul{
    display:block;
  }

  .nav-menu .hs-menu-wrapper>ul li ul li {
    border-bottom: 1px solid #8c2477;
    line-height: 2;
    list-style: none;
    font-size: 18px;
  }

  .nav-menu .hs-menu-wrapper>ul li ul li:last-child{
    border-bottom:0;
  }

  .nav-menu .hs-menu-wrapper>ul>li ul li a {
    color: #331f0a;
    outline: none;
    text-decoration: none;
    font-family: 'founders_grotesk';
  }

  .nav-header-inner .nav-menu {
    padding-bottom: 9px;
  }

  .nav-menu .hs-menu-wrapper>ul>li ul li a {
    font-size: 18px;
  }

}



@media (max-width:1290px){
  .nav-header .nav-header-inner {
    padding: 0 15px;
  }
  .nav-header-inner .header_logo .hs_cos_wrapper>a {
    max-width: 200px;
  }
  .nav-menu .hs-menu-wrapper>ul>li {
    padding: 0 10px;
  }
  .nav-menu .pre_login {
    margin: 0 10px;
  }
  .nav-menu .right-btn-wrapper {
    margin: 12px 0px 0 20px;
  }
 
}

/* Gravity changing header nav breakpoint */
@media(max-width:1210px){
  .mobile_explore {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-top: -10px;
  } 
  .explore-inner span.hs_cos_wrapper>span {
    padding: 0;
    border: 0;
    line-height: 1;
    display: block;
    font-family: 'founders_grotesk_bold';
    font-size: 18px;
    margin: 12px 12px 0 0;
    color: #030303;
  }
  .mobile_explore .mobile_toggle {
    margin: 0;
    font-family: inherit;
    text-transform: none;
    -webkit-appearance: button;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    width: 33px;
    cursor: pointer;
  }
  .nav-header-inner .nav-menu {
    background: #f0efef;
    display: none;
    height: 100vh;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    transition: none;
    width: 100%;
    z-index: 99;
  }
}
/* end */

@media (max-width:1035px){
  .custom_header {
    min-height: 102px;
  }

  .mob-header .mob-header-navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    height: 80px;
  }
  .mob-header-navbar .mob-header-navbar-inner {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
	/* commented out by gravity */
/*   .mobile_explore {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-top: -10px;
  } 
  .explore-inner span.hs_cos_wrapper>span {
    padding: 0;
    border: 0;
    line-height: 1;
    display: block;
    font-family: 'founders_grotesk_bold';
    font-size: 18px;
    margin: 12px 12px 0 0;
    color: #030303;
  }
  .mobile_explore .mobile_toggle {
    margin: 0;
    font-family: inherit;
    text-transform: none;
    -webkit-appearance: button;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    width: 33px;
    cursor: pointer;
  }*/

  .mobile_toggle img.hs-image-widget {
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    display: block;
    max-width: 100%;
    margin: 10px 10px 0px 0px;
    display: block;
    height: 16px;
    width: 24px !important;
  }
  .header-top-section-inner .hs_cos_wrapper b {
    font-weight: 500;
    font-family: 'founders_grotesk_medium';
    line-height: 22px;
    padding: 0;
    display: block;
    font-size: 14px;
  }
  .mob-header-navbar-inner a {
    display: inline-block;
  }
  .mob-header-navbar-inner a img.hs-image-widget {
    display: block;
    max-width: 100%;
    vertical-align: baseline;
  }
  .mob-header .navbar-collapse {
    transition: none;
    z-index: 99;
    position: fixed;
    height: 100vh;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    background: #F0EFEF;
    display:none;
  }
  .navbar-collapse nav.collapse-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    height: 80px;
  }
  nav.collapse-inner .collapse-container {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px 0;
    width: 100%;
    min-height: 80px;
  }
  .collapse-logo a {
    line-height: 1;
    display: block;
    color: #fff;
    font-family: 'founders_grotesk_bold';
    text-transform: uppercase;
    font-size: 18px;
    margin: 12px 12px 0 0;
    max-width: 250px;
    padding-left: 30px;
  }
  .collapse-logo a  img.hs-image-widget {
    display: block;
    max-width: 100%;
  }
  .collapse-container .cross_collapse {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-top: -7px;
  }
  .cross_collapse svg {
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    width: 33px;
    cursor: pointer;
    vertical-align: middle;
  }
  .navbar-collapse .container {
    width: 100%;
    display: block;
    padding: 0 15px;
    margin: 0 auto;
  }

  .mega-menu {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    padding: 30px 0;
    height: 100%;
  }

  .mega-menu .mega-btn-wrapper {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    display: block;
  }
  .mega-menu .mega-btn-wrapper {
    display: block;
    float: none;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height:26px;
  }
  .mega-right-primary-btn a {
    outline: none;
    text-decoration: none;
    border-radius: 5px;
    border: solid 1px transparent;
    background: #08A3AD;
    border-color: #08A3AD;
    font-family: 'founders_grotesk_medium';
    margin-bottom: 5px;
    text-align: center;
    padding: 3px 20px;
    line-height: 20px;
    font-size: 16px;
    display: inline;
    color: #fff;
  }
  .mega-right-primary-btn a>img {
    display: inline;
    margin-bottom: -2px;
    max-width: 100%;
  }
  .mega-right-secondary-btn a {
    outline: none;
    text-decoration: none;
    border-radius: 5px;
    border: solid 1px transparent;
    background: #fff;
    border-color: #8C2477;
    color:#8C2477;
    font-family: 'founders_grotesk_medium';
    margin-bottom: 5px;
    text-align: center;
    padding: 3px 20px;
    line-height: 20px;
    font-size: 16px;
    display: inline;
    margin-left: 5px;
  }
  .mega-menu .mega_pre_login {
    margin: -10px 0px 20px;
    text-decoration: underline;
  }
  .mega_pre_login a {
    outline: none;
    text-decoration: none;
    padding: 10px 10px 5px;
    margin-bottom: 20px;
    font-family: 'founders_grotesk_medium';
    line-height: 20px;
    font-size: 16px;
    color: #0597f4;
  }
  .toggle_menu .hs-menu-wrapper>ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .toggle_menu .hs-menu-wrapper>ul>li {
    margin-bottom: 40px;
  }
  .toggle_menu .hs-menu-wrapper>ul>li>a {
    color: #01243A;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'founders_grotesk_medium';
    font-size: 156%;
    margin-bottom: 0;
    text-decoration:none;
  }
  .toggle_menu .hs-menu-wrapper>ul>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .toggle_menu .hs-menu-wrapper>ul>li>ul>li {
    list-style: none;
    margin: 10px 0;
    font-size: 150%;
    line-height: 33.2px;
  }
  .toggle_menu .hs-menu-wrapper>ul>li>ul>li>a {
    list-style: none;
    margin: 10px 0;
    outline: none;
    text-decoration: none;
    color: #01243A;
    padding: 10px 10px 5px;
    margin-bottom: 20px;
    font-family: 'founders_grotesk_medium';
    line-height: 20px;
    font-size: 16px;
  }
  .toggle_menu .hs-menu-wrapper>ul>li:last-child a {
    color: #01243A;
    padding: 10px 10px 5px;
    font-family: 'founders_grotesk_medium';
    line-height: 20px;
    font-size: 16px;
  }

  /* mob_header */
  .header-bottom-section .nav-header {
    padding: 20px 0;
    min-height: 80px;
  }

  .header_logo {
    padding: 0;
    max-width: 170px;
  }

  .header_logo img {
    vertical-align: middle;
  }

  .nav-header-inner .header_logo .hs_cos_wrapper>a {
    max-width: none;
    padding: 0;
    display: inline;
  }

/*   .nav-header-inner .nav-menu {
    background: #f0efef;
    display: none;
    height: 100vh;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    transition: none;
    width: 100%;
    z-index: 99;
  } */

  header.main-header-wrapper .header-bottom-section {
    padding: 0;
  }

  .act .nav-header-inner .nav-menu {
    display: block;
  }

  .mob-header .navbar-collapse {
    display: block;
  }

  .cross_collapse svg .cls-1 {
    font-size: 12px;
    fill: #030303;
    font-family: Helvetica;
  }

  body.act {
    height: 100vh;
    overflow: hidden;
  }

  .nav_inr_menu {
    flex-direction: column;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 27px 15px 30px;
  }

  .nav_inr_menu .collapse-inner, .nav_inr_menu .custom-menu-wrapper, .nav_inr_menu .pre_login, .nav_inr_menu .right-btn-wrapper {
    width: 100%;
    float: none;
  }

  .nav_inr_menu .custom-menu-wrapper {
    order: 4;
  }

  .nav-menu .right-btn-wrapper {
    margin: 0;
    margin-bottom: 40px;
    float: none;
    width: auto;
  }

  .nav_inr_menu .pre_login {
    width: auto;
    order: 2;
    margin: -7px 0px 20px;
  }

  .nav-menu .right-btn-wrapper .right-primary-btn, 
  .nav-menu .right-btn-wrapper .right-secondary-btn {
    display: inline-block;
  }

  .right-btn-wrapper .right-primary-btn a, 
  .right-btn-wrapper .right-secondary-btn a.hs-button {
    margin: 0;
    font-family: 'founders_grotesk_medium';
    text-align: center;
    padding: 3px 20px 2px;
    font-size: 16px;
    line-height: 20px;
  }

  .right-btn-wrapper .right-secondary-btn a.hs-button {
    font-size: 16px;
    line-height: 20px;
  }

  .right-primary-btn img {
    margin-bottom: 0;
  }

  .nav-menu .pre_login a.hs-button {
    font-size: 16px;
    line-height: 20px;
    font-family: 'founders_grotesk_medium';
    padding: 10px 10px 5px;
  }

  .nav-menu .hs-menu-wrapper>ul {
    display: block;
  }

  .nav-menu .hs-menu-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 3px;
  }

  .nav-menu .hs-menu-wrapper>ul>li {
    padding: 0;
    border: 0;
    text-align: center;
  }

  .nav-menu .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: rgb(1, 36, 58);
    padding: 10px 10px 5px;
    font-family: founders_grotesk_medium;
  }

  .nav-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'founders_grotesk_medium';
    line-height: 1;
    color: #01243A;
    text-transform: uppercase;
    display: block;
    padding: 0;
  }

  .nav-menu .hs-menu-wrapper>ul>li li {
    margin: 10px 0;
    line-height: 1;
  }

  .nav-menu .hs-menu-wrapper ul a {
    text-decoration: none;
  }

  .nav-menu .hs-menu-wrapper>ul>li li a {
    font-family: founders_grotesk_medium;
    margin-bottom: 20px;
    color: rgb(1, 36, 58);
    padding: 10px 10px 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .nav-menu .hs-menu-wrapper>ul>li {
    margin-bottom: 40px;
  }

  .nav-menu .hs-menu-wrapper ul ul {
    padding: 0;
  }

  .nav-menu .hs-menu-wrapper>ul>li:not(.hs-item-has-children) {
    font-size: 20px;
    line-height: 1;
    font-family: founders_grotesk_medium;
    color: rgb(1, 36, 58);
    text-transform: uppercase;
  }

  header.main-header-wrapper.fixedHeader {
    background: #fff;
    z-index: 9999;
    position: fixed;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
  }

  .a11y-toolbar{
    left: unset;
    right: 0;
  }

  .erro_footer footer.cst-footer {
    margin-top: 0;
  }

}

@media (max-width:576px){
  .custom_header{
    min-height: 124px;
  }
}


@media (max-width:380px){
  .header_logo {
    max-width: 145px;
    margin-right: 0;
  }
}


@media (max-width:321px){
  .custom_header{
    min-height: 146px;
  }
}
footer.cst-footer {
	box-shadow: none;
	margin-top: 0px;
	padding: 20px 0 40px;
	display: block;
	box-shadow: 0 0 30px 10px #c5c5c5;
	margin-top: 20px;
	position:relative;
	z-index:5;
}


footer.cst-footer {
	padding: 20px 0 50px;
	margin-top: 20px;
}



footer.cst-footer .footer-top-section{
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}

.footer-top-section .footer-top-row {
	display: flex;
	margin-top: 0;
	margin-right:calc(1.5rem * -.5);
	margin-left: calc(1.5rem * -.5);
}

.footer-top-row .footer-right-section {
	max-width: 100%;
	padding-right: calc(1.5rem * .5);
	padding-left: calc(1.5rem * .5);
}

.footer-right-section .footer_logo a img {
	display: block;
	max-width: 100%;
	padding-bottom: 20px;
}

.company_details p {
	margin-bottom: 0;
	font-size: 16px;
	padding-right: 40px;
}

.footer-menu-nav .hs-menu-wrapper>ul {
	padding:0;
	margin:0;
	list-style:none;
	display:flex;
}

.footer-menu-nav .hs-menu-wrapper>ul>li {
	padding-right: calc(1.5rem * .5);
	padding-left: calc(1.5rem * .5);
	list-style: none;
	float: left;
	display: block;
}

.footer-menu-nav .hs-menu-wrapper>ul>li>a {
	font-family: 'founders_grotesk_bold';
	font-size: 25px;
	font-weight: bold;
	color: #4b4b4b;
	min-height: 75px;
	text-decoration: none !important;
	display:block;
	line-height:30px;
}

.footer-menu-nav .hs-menu-wrapper>ul>li ul {
	padding: 0;
	margin: 0;
}

.footer-menu-nav .hs-menu-wrapper>ul>li ul li {
	list-style: none;
	line-height: 1.2;
	margin: 15px 0;
}

.footer-menu-nav .hs-menu-wrapper>ul>li ul li a {
	color: #331f0a;
	font-size: 15px;
	text-decoration: none;
}

/* .footer-inner .footer-bottom-section {
display: flex;
flex-wrap: wrap;
margin-left: -12px;
margin-right: -12px;
} */

.footer-bottom-section.row .row{
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(1.5rem * -.5);
	margin-left: calc(1.5rem * -.5);
	width: 100%;
	max-width: 100%;
	padding-right: calc(1.5rem * .5);
	padding-left: calc(1.5rem * .5);
}

.footer-bottom-row-wrap .footer-row-inner {
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(1.5rem * -.5);
	margin-left: calc(1.5rem * -.5);
	width: 100%;
	max-width: 100%;
}

.location-section .location_info {
	font-size: 16px;
	line-height: 17px;
}

.location_info>p {
	margin-bottom: 0;
	font-family: 'founders_grotesk_medium';
	font-size: 14px;
	margin-top: 8px;

}


.row .email-section {
	max-width: 100%;
	padding: 0;
}

.email-section img {
	vertical-align: middle;
	margin-top: -5px;
	float: left;
}

.email-section .email_details {
	vertical-align: baseline;
	font-size: 16px;
	line-height: 17px;
}

.email_details>a {
	font-family: 'founders_grotesk_medium';
	color: #007ccd;
	font-size: 15px;
}

.row .tell-section {
	max-width: 100%;
	padding-right: calc(1.5rem * .5);
	padding-left: calc(1.5rem * .5);
}

.tell-section img {
	vertical-align: middle;
	max-width: 100%;
	margin-top: -5px;
	float: left;
}

.tell-section .tell_infomation {
	font-size: 16px;
	line-height: 17px;
}

footer.cst-footer a {
	text-decoration: none;
	/*   color:#000; */
}

.tell_infomation a {
	font-family: 'founders_grotesk_medium';
	font-size: 17px;
	color: #002539;
	overflow: visible;
	display: inline;
	/*   white-space: nowrap; */
}

.footer-social-icons {
	max-width: 100%;
	padding-right: calc(1.5rem * .5);
	padding-left: calc(1.5rem * .5);
}

.footer-social-icons ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
	margin-top: -5px;
}

.footer-social-icons ul li {
	margin-right: 15px;
}

.footer-social-icons ul li a {
	outline: none;
	text-decoration: none;
	width: 21px;
	height: 21px;
	display: block;
}

.footer-social-icons ul li a img{
	display: block;
	max-width: 100%;
}


.company_details p {
	line-height: 36px;
}

footer .row {
	margin-right:calc(1.5rem * -.5);
	margin-left: calc(1.5rem * -.5);
	display: flex;
	flex-wrap: wrap;
}

footer .row>* {
	padding-right:calc(1.5rem * .5);
	padding-left: calc(1.5rem * .5);
	width: 100%;
	max-width: 100%;
}

footer .footer_cntnt {
	padding-left: 0;
	padding-right: 0;
}


footer .copyright {
	margin-top: 30px;
}

footer .copyright p {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	padding: 0;
}

footer .copyright p b {
	font-weight: bold;
	font-family: 'libre_baskerville_bold';
}

footer .copyright a {
	color: #331f0a;
}

/* >>>>>>>>>>>>MEDIA>>>>>>>>>>> */

@media (min-width:768px){
	footer.cst-footer .footer-top-section{
		display:flex;
	}
	.footer-top-row .footer-right-section {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.footer-menu-nav .hs-menu-wrapper>ul>li {
		flex: 0 0 auto;
		width: 25%;
	}

}

@media (max-width:1259px){
	.footer-social-icons ul li a {
		width: 18.41px;
		height: 18.41px;
	}
}

@media (max-width:1200px){
	.footer-social-icons ul li a{
		width:18px;
		height:18px;
	}

}
@media (max-width:1290px){
	footer.cst-footer {
		padding: 80px 0;
	}

}

@media (max-width:1035px){

	footer.cst-footer {
		padding: 40px 0;
	}
	.footer-menu-nav .hs-menu-wrapper>ul>li ul li+li {
		margin-top: 20px;
	}


	.location_info>p {
		font-size: 15px;
		line-height: 22px;
		padding: 0;
	}
	footer.cst-footer .footer-top-section{
		display: block;
		margin-bottom: 30px;
	}
	.row .email-section {
		padding: 20px 0;
		text-align: left;
	}
	.row .tell-section {
		padding: 20px 0;
		text-align: left;
	}
	.footer-social-icons {
		padding: 20px 0;
		text-align: left;
	}
	.footer-social-icons ul li a {
		width: 23.13px;
		height: 23.13px;
	}
	.footer-top-row {
		margin-top: 30px !important;
	}
	.company_details p {
		line-height: 26px;
	}

	.tell-section img{
		width: 20px;
	}

	footer .copyright{
		margin-top: 20px;
	}

	.footer_btm {
		padding-left: 10px;
	}

	footer .copyright p {
		font-size: 12px;
		line-height: 22px;
	}

}

@media (max-width:991px){
	.footer-menu-nav .hs-menu-wrapper>ul>li>a {
		font-size: 20px;
	}
	.footer-menu-nav .hs-menu-wrapper>ul>li ul li a{
		font-size:13px;
	}
	.location_info>p{
		font-size: 13px;
	}
	.email_details>a{
		font-size: 13px;

	}
	.row .location-section{
		padding-right:15px;
		padding-left:15px;
	}

	.row .email-section{
		padding-right:15px;
		padding-left:15px;
	}

	.row .tell-section{
		padding-right:15px;
		padding-left:15px;
	}
	.tell-section img{
		float:none;
	}
	.footer-social-icons ul li a {
		height: 19.13px;
		width: 19.13px;
	}
	.location-section img{
		/*     float:none;  */
	}
	.email-section img{
		/*     float:none;  */
	}

}


@media (max-width:767px){
	.footer-top-section .footer-top-row{
		flex-direction:column;
	}

	.footer-menu-nav .hs-menu-wrapper>ul>li>a{
		font-size:18px;
	}

	.footer-social-icons {
		padding-right:15px;
		padding-left:15px;
	}

	.email-section img{
		margin-top:0;
	}
	.row .email-section {
		padding-bottom: 6px;
	}

	.footer-menu-nav .hs-menu-wrapper>ul{
		flex-direction: column;
	}
	footer.cst-footer{
		margin-top:50px;
	}
	.footer_logo {
		text-align: center;
	}
	.footer-menu-nav .hs-menu-wrapper>ul>li>a {
		text-align: left;
		padding: 30px 0 10px;
		font-size: 25px;
	}
	.footer_top_rht p {
		font-size: 16px;
		padding-right: 40px;
	}
	.email_details>a{
		margin-top:10px;
		display:block;
	}
	.footer-row-inner {
		flex-direction: column;
	}
	.location_info>p {
		font-size: 15px;
		line-height: 22px;
		padding: 0;
	}
	.email_details>a{
		font-size:15px;
	}
	.footer-social-icons ul li a{
		width:28px;
		height:28px;
	}
	.tell-section img{
		width:auto;
		float:left;
	}

	.tell_infomation a{
		font-size:20px;
		padding-top: 7px;
		display: block;
	}
	.footer-menu-nav .hs-menu-wrapper>ul>li ul li a {
		line-height: 16px;
		font-size: 15px;
	}
	.footer-social-icons {
		padding: 0;
		padding-bottom: 7px;
	}

	.footer-bottom-section {
		/*     display: flex; */
		padding-left: 10px;
		flex-wrap: wrap;
		margin-right:calc(1.5rem * -.5);
		margin-left: calc(1.5rem * -.5);
	}
	.footer-social-icons, .row .email-section, .row .tell-section{
		padding-left:0;
		padding-right:0;
	}
	.footer-social-icons {
		padding: 20px 0;
		text-align: left;
		margin: 0;
	}
	.footer-bottom-row-wrap .footer-row-inner {
		margin-bottom: 0px;
	}
	.row .email-section, .row .location-section, .row .tell-section{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.footer-bottom-section .row {
		padding-right:calc(1.5rem * .5);
		padding-left: calc(1.5rem * .5);
	}
	.tell-section {
		padding-bottom: 14px !important;
	}

	.footer_btm .row > div {
		padding: 20px 0;
		text-align: left;
	}

	footer .copyright p {
		font-size: 12px;
		line-height: 22px;
	}

	.footer_btm .row>div.footer_cntnt {
		padding: 0;
	}

	.footer-right-section .footer_logo a {
		margin: 0 auto;
		display: block;
		max-width: 254px;
	}



}

@media (max-width:575px){
	.footer-bottom-section .row{
		padding-right:10px;
		padding-left:10px;
	}
	.footer-bottom-section{
		display:block;
	}


}

@media(min-width:769px){
	footer.cst-footer {
		margin-bottom:0 !important;
	}
}

html{
	scroll-behavior: smooth;
}

.a11y-toolbar ul li button { font-size: 25px !important; }

.home_row2 h2 {
	margin-bottom: 20px;
}

.home_row2 .span12>.dnd-section{
	position:relative;
}

.home_row2 .span12>.dnd-section:before {
	content: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/images/home_image_new.png);
	position: absolute;
}

.home_page a.hs-button{
	display: inline-block;
	font-weight: 400;
	vertical-align: middle;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	letter-spacing: 2px;
/* 	background: #f17d0c; */
	min-width: 220px;
	font-size: 24px;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	border-radius: 10px;
	font-family: 'founders_grotesk_medium';
/* 	border: solid 2px #f17d0c; */
	text-align: center;
	margin-top: 30px;
}

.home_page a.hs-button:hover{
	background: #fff;
/* 	color: #f17d0c;
	border-color: #f17d0c; */
}

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

.home_row4 .hs_cos_wrapper_type_rich_text h2,
.home_row6 h2,
.home_row10 h2{
	margin-bottom: 20px;
}

p:last-of-type {
	margin-bottom: 0;
}



.home_row6 .span12>.dnd-row>.row-fluid,
.family_row4 .span12>.dnd-row>.row-fluid{
	margin-left: calc(1.5rem * -.5);
	margin-right: calc(1.5rem * -.5);
	width: auto;
}



.home_row6 .span8,
.home_row6 .span4{
	padding-left:calc(1.5rem * .5);
	padding-right:calc(1.5rem * .5);
}

.home_row6 .span8{
	padding-left:12px; 
}

.home_page .home_row6 .hs-button {
	margin-top: 20px;
}

.home_row7 .two_col_contnt .row {
	padding-top: 108px;
	padding-bottom: 108px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home_row7 .two_col_contnt p {
	padding-right: 70px;
}

.home_row7 .two_col_contnt .btn a {
	margin-top: 50px;
	min-width: 280px;
}


.home_row9 h2{
	margin-bottom:20px;
}

.green_frm .hs_cos_wrapper_type_rich_text * {
	color: #fff;
}

.green_frm .hs-form .hs-form-field>label {
	color: #fff;
	font-size: 14px;
	padding: 3px 3px 0;
}

.green_frm .hs-form .hs-form-field.has-value>label {
	top: -30px;
	border-color: #999;
	background-color: transparent;
	color: #FFFFFF;
}

.green_frm .hs_cos_wrapper_type_form {
	padding: 0;
	margin: 0;
}

.green_frm form {
	margin: 30px 0;
}

.green_frm .hs-error-msgs li {
	margin:0;
}

.green_frm .hs-error-msgs li label{
	color: #A94442 !important;
	margin-bottom: 0;
	line-height: 14px;
	font-size: 14px;
	padding: 3px 3px 0;
	top: 0;
	left: 0;
	position: relative;
}

.green_frm .hs-form .hs-form-field.has-focus>label {
	animation-duration: .35s;
	animation-iteration-count: 1;
	animation-name: label-slide-up;
	background-color: transparent;
	border-color: #999;
	color: #fff;
	top: -30px;
}

.green_frm .hs-form-required {
	padding: 0 0 0 5px;
	color: #fff;
}

.green_frm .hs-richtext {
	text-align: center;
	font-style: italic;
	line-height: 18px;
	margin: 0;
}

.green_frm .hs_submit .actions {
	text-align: right;
}

.green_frm .hs_submit .hs-button{
	margin-top: 0;
	margin-right: 5px;
	letter-spacing: normal;
	min-width: 220px;
}

.green_frm.family_row5 .hs_submit .hs-button{
	margin-right: 15px;
	border-bottom: 0;
}

.green_frm form .form-columns-1 .hs-input {
	width: 100% !important;
}

.green_frm form input[type=email], 
.green_frm form input[type=file], 
.green_frm form input[type=number], 
.green_frm form input[type=password], 
.green_frm form input[type=tel], 
.green_frm form input[type=text], 
.green_frm form select{
	padding: 5px 15px;
}

.info_kit_row2 .hs-form .hs-form-field.hs-fieldtype-select>label {
	background-color: transparent;
	border-color: #999;
	color: #fff;
	top: -30px;
}

@keyframes label-slide-up {
	0% {
		top: 1px;
	}
	100% {
		top: -30px;
	}
}
@keyframes label-slide-down {
	0% {
		top: -30px;
	}
	100% {
		top: 1px;
	}
}

.about_row2 h2 {
	line-height: 65px;
	font-size: 66px;
}

.about_page a.hs-button,
.family_row2 a.hs-button,
.hs-care-team-page a.hs-button,
.culture_page a.hs-button,
.adults_page a.hs-button{
	vertical-align: middle;
	display: inline-block;
	font-weight: 400;
/* 	background: #f17d0c; */
	font-size: 24px;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	border-radius: 10px;
	font-family: 'founders_grotesk_medium';
/* 	border: solid 2px #f17d0c; */
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	letter-spacing: 2px;
	margin-top: 50px;
	text-align: center;
}

.about_page a.hs-button:hover,
.family_row2 a.hs-button:hover,
.hs-care-team-page a.hs-button:hover,
.culture_page a.hs-button:hover,
.adults_page a.hs-button:hover{
	background: #fff;
/* 	color: #f17d0c;
	border: solid 2px #f17d0c; */
}

.about_row4 .hs_cos_wrapper_type_rich_text * {
	color: #fff;
}



.culture_page a.hs-button{
	margin-top:30px;
	min-width:220px;
}

.about_row2:after{
	position: absolute;
	right: 0;
	bottom: 0%;
	content: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/images/Asset-1.png);
}

.client_row1 form h1 {
	font-family: arial, helvetica, sans-serif;
	line-height: normal;
	color: #33475b;
	font-weight: 700;
	margin: 0.67em 0;
}

.client_row1 .hs_cos_wrapper_type_form {
	margin: 0;
	padding: 0;
	background-color: transparent;
	margin: 0.67em 0;
}

.client_row1 form .hs-richtext {
	margin-bottom: 3px;
	line-height: normal;
	font-size: 14px;
	color: #33475b;
	font-family: arial, helvetica, sans-serif;
}

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

.client_row1 form label {
	float: none;
	width: auto;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 4px;
	display: inline-block;
	padding: 0;
}

.client_row1 form .hs-form-field label {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #33475b;
}

.client_row1 form input[type=email], 
.client_row1 form input[type=file], 
.client_row1 form input[type=number], 
.client_row1 form input[type=password], 
.client_row1 form input[type=tel], 
.client_row1 form input[type=text], 
.client_row1 form select,
.client_row1 form textarea {
	display: inline-block;
	width: 90%;
	height: 40px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f8fa;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	padding: 0 15px;
	min-height: 27px;
}

.client_row1 form>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), 
.client_row1 form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
	width: 100%;
	max-width: 100%;
}

.client_row1 .inputs-list>li {
	display: block;
	padding: 0;
	width: 100%;
	padding-top: 0;
	margin: 0;
}

.client_row1 form .inputs-list label {
	line-height: 18px;
	margin-bottom: 4px;
}

.client_row1 form input[type=checkbox], 
.client_row1 form input[type=radio] {
	height: auto;
	padding: 0;
	margin: 3px 5px 3px 0px;
	line-height: normal;
	border: none;
}

.client_row1 .inputs-list {
	margin: 0 0 5px;
	width: 100%;
	padding-left: 5px;
}

.client_row1 .inputs-list:first-child {
	padding-top: 6px;
}

.client_row1 form .inputs-list label span {
	display: inline-block;
	padding-top: 3px;
}

.client_row1 form textarea {
	padding: 10px 15px;
	height: auto;
}

.client_row1 form p {
	margin: 1em 0;
}

.client_row1 form .hs-button {
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	position: relative;
	text-align: center;
	transition: all .15s linear;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	padding: 12px 24px;
	background: #ff7a59;
	border-color: #ff7a59;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	font-family: arial, helvetica, sans-serif;
	min-height: auto;
}

.client_row1 form .hs-button:hover {
	background: #ff7a59;
	border: 1px solid #ff7a59;
	color: #fff;
}

.client_row1 form .actions {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 17px 0px;
}

.client_row1 form .hs-error-msgs label {
	color: #f2545b !important;
	font-family: arial, helvetica, sans-serif;
	line-height: 18px !important;
	font-size: 14px;
}

.top_row{
	position: relative;
}

.top_row:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 192px;
	width: 96px;
	background-image: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/images/Asset-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.open_video {
	overflow: hidden;
	margin-right: 17px;
}

.custom_fter .cst-footer {
	margin-top: 0;
	box-shadow: none;
}

.info_kit_page .breadcrumb_intro .breadcrumb {
	margin-bottom: 11px;
}

.info_kit_page .top_row:before {
	top: calc(50% + 23px);
}

.info_kit_page .hs_submit .hs-button {
	padding: 0px 20px;
	min-width: 220px;
	margin-right: 15px;
}

.family_row2 a.hs-button{
	margin-top:20px;
}

.family_row2{
	position:relattive;

}

.family_row2:after{
	position: absolute;
	right: 0;
	bottom: 0%;
	content: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/images/Asset-1.png);
	z-index: -1;
}

.family_row3 .span12>.dnd-section{
	border-top-right-radius: 250px;
	border-bottom-left-radius: 250px;
}

.btn{
	height: auto !important;
	font-size: inherit !important;
	letter-spacing: initial !important;
}

.home_row5 .two_col_contnt .btn{
	margin-bottom: 56px;
}

.family_row3 .two_col_contnt .row{
	padding: 30px 0 230px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 45px;
	padding-top: 30px;
}

.family_row4 .span12>.dnd-section{
	border-top-right-radius: 300px;
}

.family_page img{
	vertical-align:middle;
}

.green_frm.family_row6 .span12>.dnd-section {
	border-radius: 0 !important;
}

.family_row6 .hs_cos_wrapper_type_rich_text p {
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	padding-right: 0 !important;
}

.green_frm.family_row5 form {
	margin-bottom: 39px;
}

.family_row6.green_frm form {
	max-width: 690px;
	margin: 30px auto;
	padding-left:calc(1.5rem * .5);
	padding-right:calc(1.5rem * .5);
}

.family_row6 form .hs-richtext p {
	color: #fff;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 10px;
}

.family_row6.green_frm .hs_submit .actions {
	text-align: center;
}

.family_row6.green_frm .hs_submit .hs-button {
	margin-right: 15px;
	border-bottom:0;
}

.hs-care-team-page a.hs-button {
	margin-top: 20px;
	min-width: 220px;
	text-align: center;
}

.slick-next, .slick-prev {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
}

.slick-next:hover, .slick-prev:hover,
.slick-next:focus, .slick-prev:focus,
.slick-next:active, .slick-prev:active{
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-next:before,  .slick-prev:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
}

.slick-prev:before {
	content: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/images/Group-48.png);
}

.slick-next:before {
	content: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/images/Group-47.png);
}

.slick-prev {
	left: -40px;
}

.slick-next {
	right: -25px;
}

.slick-next:hover:before, .slick-prev:hover:before {
	opacity: 1;
}

.opne_team .dnd-section .dnd-column,
.opne_team .team-member-wrapper .team-section1,
.opne_team .team-member-wrapper .all_sections{
	display: none;
}

.care-section-2 {
	position: relative;
}

.care-section-2:before {
	position: absolute;
	left: 0;
	top: 0;
	content: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/images/Asset-1-3.png);
}

.culture_page .services_Wrapper {
	padding-top: 110px;
	padding-bottom: 110px;
}

.culture_page .services_Wrapper h2 {
	font-family: 'founders_grotesk_medium';
	margin-bottom: 20px;
	font-size: 60px;
	line-height: 65px;
	font-weight: 500;
}

.culture_page .services_Wrapper .services_list {
	margin: 0 -50px;
}

.culture_page .services_Wrapper {
	padding-top: 110px;
	padding-bottom: 110px;
}

.culture_page .services_Wrapper h2 {
	font-family: 'founders_grotesk_medium';
	margin-bottom: 20px;
	font-size: 60px;
	line-height: 65px;
	font-weight: 500;
}

.culture_page .services_Wrapper .services_list {
	margin: 0 -50px;
}

.culture_page .services_Wrapper .span6 {
	padding: 0;
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2 - 100px);
	flex: 0 0 calc(100% / 2 - 100px);
	max-width: calc(100% / 2 - 100px);
	padding: 0;
	margin: 30px 50px !important;
}

.culture_page .services_Wrapper .who_see {
	padding-bottom: 0;
}

.culture_page .services_Wrapper p {
	font-family: 'founders_grotesk';
	font-size: 20px;
	line-height: 30px;
}

.culture_row2 .hs_cos_wrapper_type_rich_text * {
	color: #fff;
}

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

.get_started_row1 .breadcrumb_intro {
	padding-top: 20px;
}

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

.get_started_row1 .hs_cos_wrapper_type_rich_text p {
	font-size: 24px;
	line-height: 46px;
	margin-bottom: 40px;
}

.get_started_row1 .hs_cos_wrapper_type_rich_text a {
	text-decoration: none;
	color: #0d6efd;
}

.get_started_page .video_slider  h4 {
	font-size: 55px;
	font-family: 'founders_grotesk_bold';
	line-height: 1.2;
	margin-bottom: 0;
}

.get_started_page .video_slider .contnt {
	text-align: center;
}

.get_started_page .video_slider .hide_shape_behind {
	position: absolute;
	right: 38%;
	top: -15px;
	float: none;
	padding: 0;
}

.get_started_page .video_slider {
	position: relative;
}

.green_frm.get_started_row2 .hs_cos_wrapper_type_rich_text p {
	padding-right: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	padding-bottom: 20px;
}

.green_frm.get_started_row2  form {
	margin: 30px auto;
	max-width: 690px;
	margin-top: 20px;
}

.get_started_row2 .hs-form-field {
	margin-top: 0;
}

.get_started_row2 form .hs-richtext p {
	line-height: 20px;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
	color: #fff;
}

.get_started_row2 form .hs-richtext {
	color: #fff;
}

.green_frm.get_started_row2 .hs_submit .actions {
	text-align: center;
	margin-top: 40px;
}

.green_frm.get_started_row2 .hs-form .hs-form-field>label{
	padding: 0px 3px 0;
}

.brokers_row2 .advanced_cntnt h2 {
	font-size: 60px;
	line-height: 65px;
	font-weight: 500;
}

.brokers_row2 .advanced_cntnt h3 {
	line-height: 42px;
	font-size: 34px;
	margin-bottom: 25px;
}

.brokers_row2 .advanced_cntnt p {
	padding-right: 0;
}

.brokers_row2 .advanced_cntnt .purple_leaf_list_item_alt {
	padding-left: 40px;
}

.brokers_row2.top_row:before {
	top: calc(17% + 56px);
}

.brokers_row2 .cr_apportunity .get_started_tab_wrapper_parent {
	margin-top: 0;
}

.brokers_row2  .cr_apportunity .get_started_tab_wrapper .cntnt, 
.brokers_row2  .cr_apportunity .get_started_tab_wrapper .title {
	padding-left: 0;
	padding-right: 0;
}

.brokers_row2  .cr_apportunity .get_started_tab_wrapper .title {
	font-size: 28px;
	margin-bottom: 5px;
	font-family: 'founders_grotesk_medium';
	padding-bottom: 0;
	line-height: 36px;
}

.brokers_row2  .cr_apportunity .get_started_tab_wrapper .cntnt {
	padding-bottom: 0;
	line-height: 36px;
	font-family: 'founders_grotesk';
}

.brokers_row2  .cr_apportunity .hs-btn {
	margin: 15px auto;
}

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

.brokers_row3 .hs_cos_wrapper_type_rich_text h1 {
	color: #078AD9;
	font-size: 50px;
	margin: 0;
}

.brokers_row3 .hs_cos_wrapper_type_rich_text p {
	margin: 25px 0;
}

.brokers_row3 .hs_cos_wrapper_type_rich_text img {
	mix-blend-mode: multiply;
	vertical-align: middle;
}

.brokers_row2  .cr_apportunity.box_cntnt .get_started_tab_wrapper {
	box-shadow: 0px 5px 8px -5px #000000;
}

.brokers_row4 .two_col_contnt .row {
	margin: 0;
	padding-bottom: 0;
	display: grid;
	grid-template-columns: 3fr 2fr;
	grid-gap: 40px;
}

.brokers_row4 .two_col_contnt .row .span6 {
	width: auto;
	float: none;
	padding: 0;
}

.brokers_row4 .two_col_contnt .row:before, 
.brokers_row4 .two_col_contnt .row:after {
	display: none;
}

.brokers_row4 .two_col_contnt {
	padding-bottom: 55px;
}

.adults_row2:after{
	position: absolute;
	right: 0;
	bottom: 0%;
	content: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/images/Asset-1-1.png);
}

.adults_row2 {
	position: relative;
}

.adults_row2 h2 {
	line-height: 65px;
}

.adults_row3 img {
	vertical-align: middle;
}

.adults_row4 {
	background: rgb(49, 168, 180, 0.2);
	border-top-left-radius: 400px;
	border-bottom-right-radius: 400px;
	position: relative;
}

.adults_row4 .two_col_contnt .top_cntnt {
	text-align: center;
}

.adults_row4 .two_col_contnt .top_cntnt h3 {
	color: #21a7ac;
	font-size: 30px;
	text-align: center;
	padding-bottom: 30px;
	line-height: 40px;
	font-family: 'founders_grotesk_medium';
	margin: 0;
}

.adults_row4 .two_col_contnt .cntnt_box p strong, 
.adults_row4 .two_col_contnt .cntnt_box p b {
	font-weight: bold;
	font-family: 'libre_baskerville_bold';
}

.adults_row4 .two_col_contnt .span6 .cnt_img_shape {
	display: block;
	text-align: left;
}

.adults_row4 .two_col_contnt .loop_2 .span6 .home_intro3_img:before {
	position: absolute;
	top: -60px !important;
	left: 370px !important;
	z-index: 1 !important;
}

.adults_row4 .two_col_contnt .container>.row {
	padding-top: 40px;
	padding-bottom: 0;
}

.adults_row4 .two_col_contnt .container>.row.loop_1 {
	padding-bottom: 0;
	padding-top:0;
}

.adults_row4 .hs_cos_wrapper_type_rich_text p strong {
	font-weight: bold;
	font-family: 'libre_baskerville_bold';
}

.adults_row4:after {
	content: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/images/Rectangle-84.png);
	position: absolute;
	right: 100px;
	bottom: 50px;
	z-index: 999;
}

.adults_row5 .advanced_cntnt {
	border-top-right-radius: 400px;
	border-bottom-left-radius: 400px;
}

.adults_row5 .advanced_cntnt h2 {
	font-size: 60px;
	line-height: 65px;
	font-weight: 500;
}

.adults_row5 .advanced_cntnt h3 {
	padding-right: 70px;
	margin-bottom: 20px;
	font-size: 59px;
	font-weight: bold;
	line-height: 45px;
	font-family: 'founders_grotesk_medium';
	font-style: italic;
	color: #002539;
}

.adults_row5 .advanced_cntnt .purple_leaf_list_item_alt {
	padding-left: 0;
}

.adults_row5 .advanced_cntnt .purple_leaf_list_item_alt img {
	position: static;
	float: left;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 26px;
	clear: both;
	display: block;
}

.adults_row5 .advanced_cntnt p strong, 
.adults_row5 .advanced_cntnt p b {
	font-weight: bold;
	font-family: 'libre_baskerville_bold';
}

.adults_row5 .advanced_cntnt .btm_cntnt p strong {
	font-family: 'libre_baskerville';
}

.adults_row6 .advanced_cntnt .purple_leaf_list_item_alt {
	padding: 0;
	position: relative;
}

.adults_row6 .advanced_cntnt .purple_leaf_list_item_alt img {
	float: left;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 26px;
	clear: both;
	position: static;
}

.adults_row6 .advanced_cntnt .btm_cntnt {
	margin-top: 55px;
}

.adults_row6 .advanced_cntnt .btn {
	margin-top: 30px;
}

.adults_row6 .advanced_cntnt .btn a {
	min-width: 280px;
	text-align: center;
}

.adults_row6 .advanced_cntnt {
	margin-bottom: 0;
}

.adults_page .green_frm .hs-form-field {
	margin-top: 0;
}

.adults_page .green_frm .hs-richtext span {
	color: #000 !important;
}

.adults_page .family_row6.green_frm form {
	padding-left: 0;
	padding-right: 0;
}

.brokers_row2 .cr_apportunity .hs-btn{
	min-width: auto;
	line-height: 36px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: normal;
}

.brokers_row5 p {
	margin-bottom: 0;
}

.brokers_row5 p ul li {
	position: relative;
}

.brokers_row5 p ul li:before {
	content: "\f0da";
}

.brokers_row5 ul li {
	position: relative;
	list-style: none;
}

.brokers_row5 ul li:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	color: #e98255;
	content: "\f0da";
	font-family: Font Awesome\ 6 Free;
	font-size: 22px;
	font-weight: 900;
	left: -5%;
	position: absolute;
	top: 5%;
	margin-top: 5px;
}

body.opne_team .care-section-2:before{
	display:none;
}

.about_row4 a.hs-button{
	background: #01426a;
	border-bottom: 0;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-family: founders_grotesk_bold;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-top: 20px;
	min-height: 50px;
	padding: 0.375rem 0.75rem;
	text-align: center;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 1px solid #01426a;
}

.about_row4 a.hs-button:hover{
	background: #01426a;
	color: #fff;
	border: 1px solid #01426a;
}

.locked {
	overflow: hidden;
	margin-right: 17px;
}

.green_frm form .hs-form-field {
	margin-top: 0;
}

.erro_404 .erro_text {
	padding: 110px 0 55px;
	position: relative;
	padding-bottom: 0;
}

.erro_404 .erro_text .container {
	padding-right: 155px;
}

.hs_cos_wrapper_type_email_subscriptions form label {
	font-size: inherit;
}

body.contrast .advanced_cntnt {
	background-color: #f7f8f8 !important;
}

.brokers_row2 .cr_apportunity .hs-btn {
	font-size: 22px;
}

.info_kit_row2.green_frm .span12>.dnd-section {
	border-radius: 0;
}

/* Font Size CSS */
.fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6 {
	font-size: 200% !important;
}

.fontsize h3{
	line-height: 1 !important;
}

.fontsize h2, .fontsize .sec_title {
	font-size: 70px !important;
	line-height: 1.1 !important;
}

.fontsize .get_started_row2 form .hs-richtext p {
	line-height: 1;
}

/* End Font Size CSS */

@media (min-width:768px){
	.adults_page .two_col_contnt .top_cntnt h3{
		padding-right: 70px;
	}
	.home_row6 .span4{
		width: 33.33333333%;
		margin-left:0;
	}

	.home_row6 .span8{
		width: 66.66666667%;
		margin-left:0;
	}

	.home_row9 .hs_cos_wrapper_type_rich_text img {
		margin-top: -180px;
		float: right;
	}

	.green_frm .hs_cos_wrapper_type_rich_text p {
		padding-right: 70px;
	}

	.family_row4 .span6{
		margin-left:0;
		width:50%;
		padding-left:calc(1.5rem * .5);
		padding-right:calc(1.5rem * .5);
	}

	.family_row4 .span12>.dnd-row>.row-fluid {
		display: flex;
		flex-wrap: wrap;
	}

	.get_started_row1 .cr_apportunity .get_started_tab_wrapper_top{
		margin-bottom: -60px;
	}

	.adults_page .two_col_contnt .cntnt_box p,
	.adults_row4 .hs_cos_wrapper_type_rich_text p{
		padding-right: 70px;
	}

	.adults_page .family_row6 form .hs-richtext p {
		padding-right: 70px;
	}

	.brokers_row2 .cr_apportunity .hs-btn {
		margin: 15px auto;
		width: calc(51% - 38px );
		min-width: auto;
	}

	.brokers_row5 .span7 {
		width: 53%;
	}
	.brokers_row5 .span1{
		margin:0;
		width:10%;
	}

	.brokers_row5 .span4 {
		margin: 0;
		width: 35.35%;
	}



	body.contrast .advanced_cntnt .row,
	.contrast .home_row9 .dnd-section>.row-fluid .dnd-row {
		margin-left: calc(1.5rem * -0.5);
		margin-right: calc(1.5rem * -0.5);
	}

	body.contrast .advanced_cntnt .row>* {
		width: 100%;
		padding-left:calc(1.5rem * .5);
		padding-right:calc(1.5rem * .5);
	}

	.contrast .home_row9 .dnd-section>.row-fluid .dnd-row>div {
		padding-left:calc(1.5rem * .5);
		padding-right:calc(1.5rem * .5);
	}

}

@media (min-width:991px){
	.home_row9 .span12>.dnd-section {
		border-top-right-radius: 300px;
	}

	.green_frm .span12>.dnd-section,
	.about_row4 .span12>.dnd-section{
		border-top-left-radius: 500px;
	}

	.home_row6 .span12>.dnd-section{
		border-top-left-radius: 300px;
	}

}

@media (max-width:1070px) and (min-width:1036px){
	.culture_page .services_Wrapper .services_list{
		margin: 0 -30px;
	}

}

@media (max-width:1100px) and (min-width:991px){
	.green_frm .span12>.dnd-section,
	.about_row4 .span12>.dnd-section{
		border-top-left-radius: 250px;
	}
}

@media (max-width:1290px){
	.home_row2 .span12>.dnd-section:before,
	.about_row2:after,
	.top_row:before{
		display:none;
	}
	.brokers_row2.top_row:before{
		display:block;
	}
	.erro_404 .erro_text .container{
		padding-right:0;
	}
	.erro_404 .erro_text{
		padding: 80px 0;
		padding-bottom: 0;
	}
}


@media (max-width:1100px){
	.fontsize .team-member-wrapper .all_sections .row,
	.fontsize .team-member-wrapper .team-section1 .row,
	.fontsize .home_row6 .span12>.dnd-row>.row-fluid,
	.fontsize .family_row4 .span12>.dnd-row>.row-fluid,
	.fontsize body.contrast .advanced_cntnt .row,
	.fontsize .contrast .home_row9 .dnd-section>.row-fluid .dnd-row {
		margin-left: -15px;
		margin-right: -15px;
	}



}

@media (max-width:1035px){

	.fontsize body {
		overflow-x: hidden;
	}

	.erro_404 h2 {
		margin-bottom: 10px;
	}

	.brokers_row2.top_row:before,
	.adults_row2:after{
		display:none;
	}
	.about_row2 h2 {
		font-size: 40px;
		line-height: 46px;
		margin-bottom: 10px;
	}

	.about_row2 h2 br {
		display: none;
	}

	.family_row3 .span12>.dnd-section{
		border-radius: 0;
	}

	.family_row4 .span12>.dnd-section{
		border-radius: 0;
	}

	.slick-prev {
		left: -15px;
		z-index: 5;
	}

	.slick-next {
		right: 0;
	}

	.care-section-2:before{
		display:none;
	}

	.services_Wrapper .span6 {
		-webkit-box-flex: 0;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		margin: 0px !important;
		padding: 30px 30px;
		width: 100%;
	}

	.culture_page .services_Wrapper .span6{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 0!important;
		max-width: 100%;
		padding: 30px;
		width: 100%;
	}

	.culture_page .services_Wrapper .services_list {
		margin: 0 0px;
	}

	.brokers_row2 .advanced_cntnt h2 {
		font-size: 40px;
		line-height: 46px;
	}

	.adults_row4 .two_col_contnt .loop_2 .span6 .home_intro3_img:before,
	.adults_row4:after{
		display:none;
	}

	.adults_row5 .advanced_cntnt {
		border-radius: 0;
		margin-top: 0;
	}

	.home_row7 .two_col_contnt .row {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.home_page a.hs-button {
		line-height: 48px;
		font-size: 14px;
		text-transform: uppercase;
	}

	.erro_404 .erro_text .container{
		padding-right:15px;
		padding-left:15px;
	}

	.erro_404 .erro_text {
		padding: 50px 0;
	}

}

@media (max-width: 1290px){
	.adults_page a.hs-button{
		font-size: 20px;
		line-height: 52px;
	}
}


@media (max-width:767px){

	.brokers_row2 .advanced_cntnt h2 br {
		display: none;
	}
	.full_wdth_page ul {
		padding-left: 20px;
	}
	.home_row7 .two_col_contnt p {
		padding-right: 0px;
	}

	.home_page .hs-button,
	.about_page .hs-button,
	.about_row4 a.hs-button{
		font-size: 18px;
		line-height: 2;
		min-height: auto;
	}

	.home_row9 h2 br {
		display: none;
	}

	.green_frm .hs_submit .hs-button{
		margin-top: 10px;
	}

	body.open_video {
		margin-right: 0px;
	}

	.family_row4 .span12>.dnd-row>.row-fluid{
		margin-left:0;
		margin-right:0;
	}

	.slick-prev {
		left: 16px;
	}

	.slick-next {
		right: 82px;
	}

	.services_Wrapper .services_list{
		margin: 0 0px;
	}

	.culture_page .services_Wrapper .span6 {
		padding-left: 0;
		padding-right: 0;
	}

	.get_started_page .video_slider .hide_shape_behind {
		right: 20.5%;
	}

	.brokers_row4 .two_col_contnt .row{
		display: block;
	}

	.brokers_row4 .two_col_contnt .span6 .cnt_img_shape {
		display: block;
		text-align: left;
	}

	.adults_row6 .advanced_cntnt .btn a{
		min-width: auto;
		text-align: center;
		padding: 6px 20px;
	}

	.brokers_row5 ul li{
		padding-left: 15px;
	}

	.brokers_row5 ul li:before {
		left: -1px;
		margin-top: 0;
	}

	.adults_row2 h2 {
		font-size: 57px !important;
	}

	.adults_page a.hs-button {
		line-height: 1.5;
	}

	.green_frm .hs_submit .hs-button {
		line-height: 47px;
	}

	.brokers_row3 .hs_cos_wrapper_type_rich_text img {
		width: auto !important;
	}

	.brokers_row4 .two_col_contnt .row .img_box {
		margin-top: 20px;
	}

}

@media (max-width:400px){
	form input[type=email], 
	form input[type=file], 
	form input[type=number], form input[type=password],
	form input[type=tel], form input[type=text],
	form select, 
	form textarea{
		width: 100% !important;
	}
}

/** rwcss **/

.brokers_row3 {
	border-top-left-radius: 400px;
	border-bottom-right-radius: 400px;
	padding-top: 60px;
	position: relative;
	background: #F7F8F8;
	padding-bottom: 110px;
}

.brokers_row3:after {
	content: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/images/Rectangle-84.png);
	position: absolute;
	right: 100px;
	bottom: 50px;
	z-index: 0;
}

.brokers_page .accordion .top-cntnt {
	padding-right: calc(70px + 1.5rem);
}

.brokers_page .accordion .qa {
	background: #fff;
}

.brokers_page .accordion .qa {
	margin-right: calc(0px + 1.5rem);
}

.brokers_page .accordion .answer p {
	padding-right: 70px;
}

.brokers_row4 .dnd-section > .row-fluid {
	padding-right: 93px;
}


@media(max-width:767px){
	.brokers_page .accordion .top-cntnt {
		padding-right: 0;
	}

	.brokers_page .accordion .qa {
		margin-right: 0;
	}

	.brokers_row4 .dnd-section>.row-fluid {
		padding: 0;
	}

	.brokers_row4 .dnd-section>.row-fluid > div {
		width: 100%;
	}

	.brokers_row4 .dnd-section {
		padding: 0 15px;
	}

	.brokers_row4 .dnd-section[class*=-force-full-width-section] {
		padding: 0;
	}

}

.spcl_tm_mmbrs.team-member-wrapper  .team-section1.cntnt_rght {
	padding-bottom: 180px;
}

.spcl_tm_mmbrs.team-member-wrapper   .person_column.care_team {
	margin-bottom: 21px;
}

.spcl_tm_mmbrs.team-member-wrapper  .team-section1 .cntnt_box {
	padding-top: 180px;
}

.spcl_tm_mmbrs.team-member-wrapper   .cntnt_rght .pcp-team:last-child {
	margin-top: -40px;
}

.spcl_tm_mmbrs.team-member-wrapper   .cntnt_rght .pcp-team:last-child .person_column.care_team {
	margin-bottom: 25px;
}

.spcl_tm_mmbrs.team-member-wrapper  .team-section1 .col-md-6.pcp-team:last-child {
	margin-top: -40px;
}


@media(max-width:767px){
	.spcl_tm_mmbrs.team-member-wrapper .team-section1 .col-md-6.pcp-team:last-child {
		margin-top: 0;
	}

	.spcl_tm_mmbrs.team-member-wrapper .team-section1.cntnt_rght {
		padding: 100px 0;
	}

	.spcl_tm_mmbrs.team-member-wrapper .team-section1 .cntnt_box {
		padding-top: 0;
	}
}

.brokers_row3 .accordion:before {
	display: none;
}

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

.patstrow2 p {
	font-style: italic;
	font-size: 18px;
	line-height: 38px;
	font-family: 'libre_baskerville', sans-serif;
	margin-bottom: 50px;
}

.patstrow4.green_frm .hs_submit .actions {
	text-align: center;
}

.patstrow4 {
	position: relative;
	z-index: 9;
}

@media(max-width:1035px){
	.patstrow2 .dnd-section > .row-fluid {
		max-width: 100%;
	}

	.patstrow1 .breadcrumb_intro .container {
		max-width: 100%;
	}
}

.htlth_bg_before {
	position: relative;
}

.htlth_bg_before:before { 
	position: absolute;
	left: 0;
	top: 20px;
	content: url(//21291607.fs1.hubspotusercontent-na1.net/hubfs/21291607/raw_assets/public/Patina_Health_January2023/images/Asset-1-3.png);
}


@media(max-width:1160px){
	.htlth_bg_before:before { 
		display:none;
	}
}


/* side by side ctas on new gravity pages */

.side-by-side-ctas {
  display:flex;
	flex-direction: column;
}

.side-by-side-ctas div {
  width
}

@media (min-width:768px){
	.side-by-side-ctas {
		flex-direction: row;
	}
}

/* gravity hero banner curve for MF one col */
@media (min-width:768px){
	.banner-curve {
		border-radius: 0 0 400px 0;
	}
}
/* end */

.header-top-section {
  display: none !important;
}