.required {
	color: #d74a77
}

.btn-text {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold
}

.fonts-loaded .btn-text {
	font-family: "Frutiger", Helvetica, Arial, sans-serif
}

.uploader .action,
[type="submit"],
.btn,
.hero--6 .hero__link a,
.emsrl-button {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
	line-height: 1.25;
	padding: .875rem 1.25rem;
	text-align: center;
	text-decoration: none;
	transition-property: background-color, border-color, color;
	border-radius: .3125rem;
	border: .0625rem solid transparent;
	font-size: 1rem;
	font-weight: bold
}

.fonts-loaded .uploader .action,
.uploader .fonts-loaded .action,
.fonts-loaded [type="submit"],
.fonts-loaded .btn,
.fonts-loaded .hero--6 .hero__link a,
.hero--6 .hero__link .fonts-loaded a,
.fonts-loaded .emsrl-button {
	font-family: "Frutiger", Helvetica, Arial, sans-serif
}

.uploader .action,
[type="submit"],
.btn,
.hero--6 .hero__link a,
.emsrl-button {
	background-color: #f4f4f4;
	border-color: #8b9197;
	color: #3f4852 !important
}

.uploader .action:hover,
:hover[type="submit"],
.btn:hover,
.hero--6 .hero__link a:hover,
.emsrl-button:hover {
	background-color: #b2b5b9;
	border-color: #8b9197;
	color: #3f4852 !important
}

[type="submit"],
.btn--primary,
.emsrl-button {
	background-color: #009ca7;
	border-color: #00848e;
	color: #fff !important
}


.btn--primary.btn--border {
	border-color: #009ca7;
	color: #009ca7 !important;
	background-color: #fff;
}

:hover[type="submit"],
.btn--primary:hover,
.emsrl-button:hover {
	background-color: #00848e;
	border-color: #00848e;
	color: #fff !important
}


.btn--primary.btn--border:hover {
	border-color: #00848e;
	color: #00848e !important;
	background-color: #fff;
}

a.secondary {
	color: #d74a77 !important;
}

.btn--secondary {
	background-color: #d74a77;
	border-color: #d23567;
	color: #fff !important
}

.btn--secondary:hover {
	background-color: #d23567;
	border-color: #d23567;
	color: #fff !important
}

.btn--tertiary,
.hero--6 .hero__link a {
	background-color: #004996;
	border-color: #003d7d;
	color: #fff !important
}

.btn--tertiary:hover,
.hero--6 .hero__link a:hover {
	background-color: #003d7d;
	border-color: #003d7d;
	color: #fff !important
}

.btn--primary-o,
.emsrl-rep .emsrl-button {
	background-color: rgba(255, 255, 255, 0);
	border-color: #009ca7;
	color: #009ca7 !important
}

.btn--primary-o:hover,
.emsrl-rep .emsrl-button:hover {
	background-color: #009ca7;
	color: #fff !important
}

.btn--secondary-o {
	background-color: rgba(255, 255, 255, 0);
	border-color: #d74a77;
	color: #d74a77 !important
}

.btn--secondary-o:hover {
	background-color: #d74a77;
	color: #fff !important
}

.pretty-radio label:after,
.pretty-checkbox label:after {
	background: false;
	border: 1px solid rgba(0, 156, 167, 0);
	height: false / 16rem;
	width: false / 16rem
}

.pretty-radio [type="radio"],
.pretty-checkbox [type="checkbox"] {
	width: false / 16rem
}

.pretty-radio [type="radio"]:hover+label:after,
.pretty-checkbox [type="checkbox"]:hover+label:after {
	border-color: #009ca7
}

.pretty-radio [type="radio"]:focus+label:after,
.pretty-checkbox [type="checkbox"]:focus+label:after {
	border-color: #009ca7;
	box-shadow: 0 0 .3125rem #009ca7
}

.pretty-checkbox label:before {
	border: solid false
}

.pretty-checkbox label:after {
	border-radius: .3125rem
}

.pretty-checkbox [type="checkbox"]:checked+label:after {
	background: #009ca7
}

.pretty-radio [type="radio"]:checked+label:after {
	box-shadow: inset 0 0 0 .3125rem #009ca7
}

.basicLightbox {
	position: fixed;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	opacity: .01;
	transition: opacity .4s ease;
	z-index: 1000;
	will-change: opacity
}

.basicLightbox--visible {
	opacity: 1
}

.basicLightbox__placeholder {
	max-width: 100%;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	z-index: 1;
	will-change: transform
}

.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child,
.basicLightbox__placeholder>iframe:first-child:last-child {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%
}

.basicLightbox__placeholder>video:first-child:last-child,
.basicLightbox__placeholder>iframe:first-child:last-child {
	pointer-events: auto
}

.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
	width: auto;
	height: auto
}

.basicLightbox__placeholder>[data-basicLightbox] {
	display: block !important
}

.basicLightbox--img .basicLightbox__placeholder,
.basicLightbox--video .basicLightbox__placeholder,
.basicLightbox--iframe .basicLightbox__placeholder {
	width: 100%;
	height: 100%;
	pointer-events: none
}

.basicLightbox--visible .basicLightbox__placeholder {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

[data-basicLightbox] {
	display: none !important
}

blockquote::before {
	background: transparent url("../images/quote-icon.svg") 0 0 no-repeat
}

[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
select,
.uploader .filename {
	padding: false / 16rem false / 16rem
}

[type="color"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus,
select:focus,
.uploader .filename:focus {
	border: .0625rem solid #009ca7
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: false
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: false
}

input::placeholder,
textarea::placeholder {
	color: false
}

select:not([multiple]) {
	background-size: false auto
}

select[multiple] option {
	padding: false / 16rem false / 16rem
}

.uploader .filename {
	padding: false / 16rem false / 16rem
}

label {
	display: inline-block
}

select:hover,
textarea:hover,
.uploader input:hover+.filename,
.uploader input:hover+.filename+.action {
	border-color: #009ca7
}

.uploader input:hover+.filename+.action {
	background-color: #b2b5b9
}

[type="color"]:hover,
[type="date"]:hover,
[type="datetime"]:hover,
[type="datetime-local"]:hover,
[type="email"]:hover,
[type="month"]:hover,
[type="number"]:hover,
[type="password"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="text"]:hover,
[type="time"]:hover,
[type="url"]:hover,
[type="week"]:hover {
	border-color: #009ca7
}

select:focus,
textarea:focus,
.uploader input:focus+.filename,
select:active,
textarea:active,
.uploader input:active+.filename {
	background-color: #fff;
	border-color: #009ca7
}

.uploader input:focus+.filename+.action,
.uploader input:active+.filename+.action {
	background-color: #b2b5b9;
	border-color: #009ca7
}

[type="color"]:focus,
[type="color"]:active,
[type="date"]:focus,
[type="date"]:active,
[type="datetime"]:focus,
[type="datetime"]:active,
[type="datetime-local"]:focus,
[type="datetime-local"]:active,
[type="email"]:focus,
[type="email"]:active,
[type="month"]:focus,
[type="month"]:active,
[type="number"]:focus,
[type="number"]:active,
[type="password"]:focus,
[type="password"]:active,
[type="search"]:focus,
[type="search"]:active,
[type="tel"]:focus,
[type="tel"]:active,
[type="text"]:focus,
[type="text"]:active,
[type="time"]:focus,
[type="time"]:active,
[type="url"]:focus,
[type="url"]:active,
[type="week"]:focus,
[type="week"]:active {
	background-color: #fff;
	border-color: #009ca7
}

h1,
.h1 {
	color: #009ca7
}

h1 a:hover,
.h1 a:hover {
	color: #00848e
}

h2,
.h2 {
	color: #009ca7
}

h2 a:hover,
.h2 a:hover {
	color: #00848e
}

h3,
.h3 {
	color: #3f4852
}

h3 a:hover,
.h3 a:hover {
	color: #343b44
}

h4,
.h4 {
	color: #004996
}

h4 a:hover,
.h4 a:hover {
	color: #003d7d
}

h5,
.h5 {
	color: #6f275a
}

h5 a:hover,
.h5 a:hover {
	color: #5c204b
}

h6,
.h6 {
	color: #8b9197
}

h6 a:hover,
.h6 a:hover {
	color: #7e848b
}

a {
	color: #d74a77
}

a:hover {
	color: #992248
}

li:before {
	color: #009ca7
}

ul:not([class*="menu"]):not([class*="gfield"]):not(.gform_fields):not([class*="slick"]) ul>li::before {
	opacity: 1
}

th {
	background: #009ca7
}

td[data-head]:before {
	color: #009ca7
}

thead tr:nth-child(odd),
tbody tr:nth-child(odd) {
	background-color: #ade6df
}

thead tr:nth-child(even),
tbody tr:nth-child(even) {
	background-color: #dcf4f1
}

tfoot td {
	border-top: 5px solid #009ca7
}

.back-to-top {
	background: #009ca7
}

.back-to-top:hover {
	background: #00848e
}

.breadcrumbs a:active,
.breadcrumbs a:focus,
.breadcrumbs a:hover,
.breadcrumbs a:link:active,
.breadcrumbs a:link:focus,
.breadcrumbs a:link:hover,
.breadcrumbs a:visited:active,
.breadcrumbs a:visited:focus,
.breadcrumbs a:visited:hover {
	color: #d74a77
}

.breadcrumbs .breadcrumb_last {
	color: #d74a77
}

.card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125)
}

.card .btn-text {
	color: #009ca7
}

.card:hover {
	background-color: #009ca7
}

.cta-banner,
.cta-banner__body {
	position: relative
}

.cta-banner__body {
	padding-right: 2.5rem
}

@media (min-width: 48em) {
	.cta-banner__media {
		display: block;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		max-width: 14.375rem
	}
}

.cta-banner__icon [stroke]:not([stroke="none"]) {
	stroke: #d74a77
}

.cta-banner__icon [fill]:not([fill="none"]):not([fill="#FFFFFF"]) {
	fill: #d74a77
}

.cta-banner__icon svg {
	height: 100%;
	width: auto
}

.cta-banner__icon g {
	opacity: 1
}

.cta-banner__icon rect {
	fill: none !important
}

.cta-banner__headline {
	transition-property: color
}

.cta-banner--fallback-bg {
	background-image: url("../images/circles-bg.png")
}

@media (min-width: 48em) {
	.cta-banner--fallback-bg .cta-banner__body {
		padding-right: 30%
	}
}

.cta-banner--color-bg {
	background: linear-gradient(180deg, #009ca7 0%, #009ca7 100%);
	box-shadow: 0 .125rem .375rem 0 rgba(0, 0, 0, 0.1);
	color: #fff
}

.cta-banner--color-bg * {
	color: #fff
}

.cta-banner--color-bg h4 {
	font-weight: bold
}

.cta-banner--color-bg .cta-banner__icon [stroke]:not([stroke="none"]) {
	stroke: #fff
}

.cta-banner--color-bg .cta-banner__icon [fill]:not([fill="none"]):not([fill="#FFFFFF"]) {
	fill: #fff
}

.cta-banner--color-bg .cta-banner__icon svg {
	height: 100%;
	width: auto
}

.cta-banner--color-bg .cta-banner__icon g {
	opacity: 1
}

.cta-banner--color-bg .cta-banner__icon rect {
	fill: none !important
}

.cta-banner--color-bg.cta-banner--fallback-bg::before {
	content: " ";
	background-image: url("../images/circles-white.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.cta-banner[href]:hover .cta-banner__headline {
	color: #00848e
}

.cta-grid .grid__item::after {
	display: none
}

.cta {
	border-radius: .3125rem;
	color: #656c74
}

.cta__title {
	color: #3f4852
}

@media (min-width: 64.0625em) {
	.cta {
		padding: 3.125rem 10% !important
	}
	.cta__inner {
		-webkit-transform: translateY(.9375rem);
		-ms-transform: translateY(.9375rem);
		transform: translateY(.9375rem);
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform
	}
	.cta__link-text {
		color: #d74a77;
		opacity: 1;
		transition-property: opacity
	}
	.cta:hover,
	.cta:focus {
		background: #d74a77
	}
	.cta:hover .cta__link-text,
	.cta:focus .cta__link-text {
		color: #fff
	}
}

.custom-logo-wrapper {
	width: 12.0625rem
}

.custom-logo-link {
	padding-bottom: 52.33161%
}

.enlarge:before {
	background-color: #009ca7
}

.enlarge:focus:before,
.enlarge:hover:before {
	background-color: #d74a77
}

.feature__link {
	display: inline-block;
	margin-top: 1.875rem
}

.site-footer .container .right-col ul li a:active,
.site-footer .container .right-col ul li a:focus,
.site-footer .container .right-col ul li a:hover,
.site-footer .container .right-col ul li a:link:active,
.site-footer .container .right-col ul li a:link:focus,
.site-footer .container .right-col ul li a:link:hover,
.site-footer .container .right-col ul li a:visited:active,
.site-footer .container .right-col ul li a:visited:focus,
.site-footer .container .right-col ul li a:visited:hover {
	color: #992248
}

.site-header {
	color: #3f4852;
	padding-bottom: 0;
	position: relative
}

.site-header::before {
	content: " ";
	background: #fff;
	width: 100vw;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.site-header__inner {
	background: none
}

.site-header__inner::after {
	display: none
}

.site-header .multisite-menu {
	background: none
}

.site-header .multisite-menu .menu-item span {
	color: #3f4852
}

.site-header .multisite-menu .menu-item a,
.site-header .multisite-menu .menu-item a:link,
.site-header .multisite-menu .menu-item a:visited {
	color: #009ca7
}

.site-header__utility-menu .menu-item a {
	color: #3f4852
}

.site-header__utility-menu .current-menu-item>a,
.site-header__utility-menu .current-menu-ancestor>a {
	color: #009ca7
}

.site-header__utility-menu .current-menu-item>a:hover,
.site-header__utility-menu .current-menu-ancestor>a:hover {
	color: #009ca7
}

@media (max-width: 66.1875em) {
	.site-header {
		background-color: #fff
	}
	.site-header__navigation {
		top: 6.13063rem
	}
	.site-header__navigation .multisite-menu {
		background: #bdebe5;
		border-bottom: .0625rem solid rgba(0, 0, 0, 0.05)
	}
	.site-header__navigation .multisite-menu a {
		color: #009ca7
	}
}

@media (min-width: 66.25em) {
	.site-header__inner {
		padding-top: .9375rem;
		padding-bottom: .9375rem
	}
	.site-header__utility-menu a:active,
	.site-header__utility-menu a:focus,
	.site-header__utility-menu a:hover {
		color: #009ca7
	}
}

.isi-heading {
	color: #009ca7;
	font-size: 1.125rem;
	text-transform: uppercase
}

.isi-link a,
.isi-link a:link,
.isi-link a:visited {
	color: #3f4852
}

.isi-fixed {
	background-color: #f4f4f4;
	color: #3f4852;
	padding: 0 .9375rem
}

.isi-fixed p {
	margin: 0
}

.isi-fixed a {
	color: #3f4852
}

.isi-fixed .fa-chevron-up {
	color: #009ca7;
	top: 1.875rem;
	right: .9375rem
}

@media (min-width: 48em) {
	.isi-fixed .fa-chevron-up {
		right: 3.5rem
	}
}

.block--isi {
	background-color: #f4f4f4;
	color: #3f4852
}

.block--isi a {
	color: #3f4852
}

.isi-excerpt {
	margin-top: .625rem
}

.isi-excerpt .isi-warning {
	color: #009ca7;
	font-weight: 700;
	text-transform: uppercase
}

.isi-excerpt ul {
	margin-top: .3125rem !important
}

.isi-excerpt li {
	border-top: none !important;
	color: #656c74 !important;
	font-size: .9375rem !important;
	line-height: 1.4 !important;
	padding-top: 0 !important;
	padding-left: 1.5625rem !important
}

.isi-excerpt li::before {
	content: "•" !important;
	color: #009ca7 !important;
	font-size: 1rem !important;
	top: .3125rem !important
}

@media (max-width: 64em) {
	.isi-wrapper .isi-excerpt {
		border-bottom: none;
		display: block !important;
		max-height: 6.25rem;
		margin-bottom: -.9375rem;
		position: relative
	}
	.isi-wrapper .isi-excerpt::after {
		content: " ";
		background: linear-gradient(to top, #f4f4f4, rgba(244, 244, 244, 0));
		height: 1.875rem;
		position: absolute;
		right: .0625rem;
		bottom: 0;
		left: .0625rem
	}
}

#main-content:after {
	background: #fff url("../images/circles-bg.png") right 0 no-repeat;
	left: auto;
	width: 31.25rem
}

.home #main-content,
.home #main-content-wrapper {
	padding-bottom: 0
}

.masthead {
	color: #009ca7
}

.masthead__title {
	color: #009ca7
}

.navicon:focus .navicon__trigger {
	background: #009ca7
}

.navicon:focus .navicon__trigger--open {
	background: none
}

.navicon__trigger {
	background: #3f4852
}

.navicon__trigger--open {
	background: none
}

.navicon__trigger--open:after,
.navicon__trigger--open:before {
	background: #009ca7
}

.em-panel__control.active {
	background: #009ca7 !important
}

.em-panels--accordions .em-panel__control::after {
	color: #009ca7
}

.play-btn:hover {
	background-color: #009ca7
}

.site-search {
	background-color: rgba(63, 72, 82, 0.8);
	margin-top: 0
}

.search-trigger.active {
	color: #009ca7 !important
}

.stat svg path:not([stroke="#eee"]) {
	stroke: url(#js-stat-gradient) !important
}

.stat .progressbar-text {
	color: #009ca7 !important
}

.block--cta-grid .cta-grid .grid__icon {
	height: 2.5rem
}

.block--cta-grid .cta-grid .grid__icon [stroke]:not([stroke="none"]) {
	stroke: #d74a77
}

.block--cta-grid .cta-grid .grid__icon [fill]:not([fill="none"]):not([fill="#FFFFFF"]) {
	fill: #d74a77
}

.block--cta-grid .cta-grid .grid__icon svg {
	height: 100%;
	width: auto
}

.block--cta-grid .cta-grid .grid__icon g {
	opacity: 1
}

.block--cta-grid .cta-grid .grid__icon rect {
	fill: none !important
}

@media (max-width: 47.9375em) {
	.block--cta-grid .cta-grid .grid__link a,
	.block--cta-grid .cta-grid .grid__link a:link,
	.block--cta-grid .cta-grid .grid__link a:visited {
		background-color: #009ca7
	}
}

@media (min-width: 48em) {
	.block--cta-grid .cta-grid .grid__content-row-wrap {
		background: #bdebe5
	}
	.block--cta-grid .cta-grid .grid__content-row-wrap:nth-child(even) {
		background: #79d7cb
	}
}

.block--features .grid {
	width: auto;
	margin-left: -.9375rem;
	margin-right: -.9375rem
}

.hero--1 .hero__excerpt {
	color: #3f4852
}

@media (max-width: 47.9375em) {
	.hero--2 .hero__media {
		border-bottom: .0625rem solid #cdcfd1
	}
}

.hero--2 .hero__headline-lg {
	color: #009ca7
}

.hero--2:first-child .hero__media {
	background: #039ea8;
	position: absolute;
	top: -8.63063rem
}

@media (min-width: 64.0625em) {
	.hero--2:first-child .hero__media {
		top: -11.875rem
	}
}

.hero--2+.block--features {
	margin: 1.875rem 0
}

@media (min-width: 48em) {
	.hero--2+.block--features {
		margin: 3.75rem 0
	}
}

@media (min-width: 64.0625em) {
	.hero--2+.block--features {
		margin: 3.75rem 0
	}
}

.hero--2+.block--cta-grid {
	margin-top: 0
}

.hero--6 {
	color: #fff;
	padding-bottom: 0
}

.hero--6::before {
	content: " ";
	background: url("../images/circles-bg.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 60%;
	height: 110%;
	width: 100vw;
	mix-blend-mode: multiply;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 55%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (min-width: 64.0625em) {
	.hero--6::before {
		background-position: bottom right;
		background-size: contain;
		top: auto;
		bottom: -5%
	}
}

@media (max-width: 47.9375em) {
	.hero--6::before {
		background-size: contain;
		height: 100vh;
		width: 110vw;
		opacity: .4;
		top: -10vh;
		left: 50%
	}
}

@media (max-width: 66.1875em) {
	.hero--6 .hero__primary {
		padding-bottom: 3.125rem;
		position: relative
	}
}

@media (min-width: 64.0625em) {
	.hero--6 .hero__media {
		top: -2.5rem
	}
}

@media (max-width: 64em) {
	.hero--6 .hero__media {
		position: absolute !important;
		left: 0
	}
}

@media (max-width: 66.1875em) {
	.hero--6 .hero__media {
		bottom: 0
	}
	.hero--6 .hero__media img {
		object-fit: cover;
		object-position: center !important;
		font-family: "object-fit: cover; object-position: center !important";
		opacity: .5
	}
}

@media (min-width: 66.25em) {
	.hero--6 .hero__media {
		bottom: 9.375rem
	}
}

.hero--6 .hero__content {
	padding-bottom: 0
}

@media (min-width: 48em) {
	.hero--6 .hero__content {
		width: 60% !important;
		margin-left: auto;
		max-width: none
	}
}

@media (min-width: 64.0625em) {
	.hero--6 .hero__content {
		width: 62% !important
	}
}

@media (max-width: 47.9375em) {
	.hero--6 .hero__content {
		text-align: center
	}
}

.hero--6 .hero__image {
	position: absolute;
	top: -2.5rem;
	right: 85%;
	z-index: -1;
	max-width: 31.875rem
}

@media (max-width: 47.9375em) {
	.hero--6 .hero__image {
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		max-width: 16.25rem
	}
}

@media (max-width: 29.9375em) {
	.hero--6 .hero__image {
		max-width: 28.125rem;
		opacity: .5
	}
}

.hero--6 .hero__headline,
.hero--6 .hero__headline-lg,
.hero--6 .hero__subheadline,
.hero--6 .hero__excerpt {
	color: inherit
}

.hero--6 .hero__headline {
		 margin-top: 0em;
}

.hero--6 .hero__headline-lg {
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase
}

@media (min-width: 48em) {
	.hero--6 .hero__headline-lg {
		font-size: 1.125rem
	}
}

.hero--6 .hero__subheadline {
	font-size: 2.25rem;
	letter-spacing: -.02875rem;
	line-height: 1;
	margin-top: 1.25rem
}

@media (min-width: 48em) {
	.hero--6 .hero__subheadline {
		font-size: 3.4375rem
	}
}

.hero--6 .hero__excerpt {
	font-size: 1rem
}

@media (min-width: 48em) {
	.hero--6 .hero__excerpt {
		font-size: 1.25rem
	}
}

.hero--6 .hero__link a {
	background: none !important;
	border: none !important;
	padding: 0 !important
}

@media (max-width: 47.9375em) {
	.hero--6 .hero__ctas {
		display: block;
		margin-left: -1.875rem;
		margin-right: -1.875rem;
		padding: 1.875rem .9375rem
	}
	.hero--6 .hero__ctas .grid__item+.grid__item {
		margin-top: 8vw
	}
}

@media (max-width: 29.9375em) {
	.hero--6 .hero__ctas .grid__item+.grid__item {
		margin-top: 3.125rem
	}
}

@media (min-width: 48em) {
	.hero--6 .cta {
		background: #4cb4be;
		padding-top: 1.25rem !important;
		padding-right: 6% !important;
		padding-left: 6% !important
	}
	.hero--6 .cta:hover {
		background: #d74a77
	}
}

@media (min-width: 48em) {
	.hero--6 .cta__title,
	.hero--6 .cta__excerpt,
	.hero--6 .cta__link-text {
		color: #fff
	}
}

@media (max-width: 47.9375em) {
	.hero--6 .cta {
		cursor: default;
		display: block;
		pointer-events: none
	}
	.hero--6 .cta__link-text {
		font-family: Helvetica, Arial, sans-serif;
		text-decoration: none;
		font-size: 1rem;
		font-weight: bold;
		display: inline-block;
		line-height: 1.25;
		padding: .875rem 1.25rem;
		text-align: center;
		text-decoration: none;
		transition-property: background-color, border-color, color;
		border-radius: .3125rem;
		border: .0625rem solid transparent;
		font-size: 1rem;
		font-weight: bold;
		background-color: #d74a77;
		border-color: #d23567;
		color: #fff !important;
		cursor: pointer;
		pointer-events: all
	}
	.fonts-loaded .hero--6 .cta__link-text {
		font-family: "Frutiger", Helvetica, Arial, sans-serif
	}
	.hero--6 .cta__link-text:hover {
		background-color: #d23567;
		border-color: #d23567;
		color: #fff !important
	}
}

.hero--6 .cta__title {
	font-size: 1.75rem
}

.hero--6 .cta__excerpt {
	font-size: .9375rem
}

@media (max-width: 47.9375em) {
	.hero--6.has-foreground-image .hero__content {
		padding-top: 6.25rem
	}
}

@media (max-width: 29.9375em) {
	.hero--6.has-foreground-image .hero__content {
		padding-top: 1.25rem
	}
}

@media (max-width: 47.9375em) {
	.hero--6 {
		padding-bottom: 0
	}
}

.ie .hero--6 .hero__content {
	padding-top: 2.5rem
}

@media (max-width: 47.9375em) {
	.ie .hero--6 .hero__content {
		padding-top: 6.25rem
	}
}

@media (max-width: 29.9375em) {
	.ie .hero--6 .hero__content {
		padding-top: 1.25rem
	}
}

.spotlight-nav .slick-active .spotlight-nav__item .spotlight-nav__item-text,
.spotlight-nav__item.active .spotlight-nav__item-text {
	color: #d74a77
}

.icon-list-item svg [fill="#D84A78"] {
	fill: #6f275a
}

.icon-list-item svg [fill="#EDB8CB"] {
	fill: rgba(111, 39, 90, 0.3)
}

.main-list>li:before {
	border: .1875rem solid #009ca7;
	color: #009ca7
}

.main-menu .menu-item.open>.menu-item__trigger {
	color: #fff
}

@media (max-width: 66.1875em) {
	.main-menu {
		background: #bdebe5
	}
	.main-menu .menu-item {
		color: #3f4852
	}
	.main-menu .menu-item.open {
		background: #009ca7;
		color: #fff
	}
	.main-menu>.menu-item {
		border-bottom: .0625rem solid rgba(0, 0, 0, 0.05)
	}
}

@media (min-width: 66.25em) {
	.main-menu .menu-item.open>a,
	.main-menu .menu-item:hover>a,
	.main-menu .menu-item .current-menu-item>a {
		color: #009ca7
	}
	.main-menu .menu-item.open>a,
	.main-menu .menu-item:hover>a {
		color: #009ca7
	}
	.main-menu .sub-menu {
		background-color: #fff
	}
	.main-menu>.menu-item>.sub-menu .menu-item:active,
	.main-menu>.menu-item>.sub-menu .menu-item:focus,
	.main-menu>.menu-item>.sub-menu .menu-item:hover {
		background-color: #009ca7
	}
	.main-menu .current-menu-item>a,
	.main-menu .current-menu-ancestor>a {
		color: #009ca7
	}
}

.emsrl-rep__inner {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125)
}

.emsrl-alert {
	background: #bdebe5;
	border: .0625rem solid #009ca7;
	color: #003d41
}

@media (min-width: 64.0625em) {
	.home .cta-grid .grid__item:nth-child(4) {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
}

@media (min-width: 64.0625em) {
	.home .cta-grid .grid__item:nth-child(5) {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
}

.home #main-content:after {
	background: none
}

.bg-primary {
	background-color: #009ca7 !important;
	color: #fff
}

.bg-primary *:not(.card),
.bg-primary * {
	color: inherit
}

.bg-secondary {
	background-color: #d74a77 !important;
	color: #fff
}

.bg-secondary *:not(.card),
.bg-secondary * {
	color: inherit
}

.bg-tertiary {
	background-color: #004996 !important;
	color: #fff
}

.bg-tertiary *:not(.card),
.bg-tertiary * {
	color: inherit
}

.bg-gray-xxd {
	background-color: #23282e !important;
	color: #fff
}

.bg-gray-xxd *:not(.card),
.bg-gray-xxd * {
	color: inherit
}

.bg-gray-xd {
	background-color: #3f4852 !important;
	color: #fff
}

.bg-gray-xd *:not(.card),
.bg-gray-xd * {
	color: inherit
}

.bg-gray-d {
	background-color: #656c74 !important;
	color: #fff
}

.bg-gray-d *:not(.card),
.bg-gray-d * {
	color: inherit
}

.bg-gray {
	background-color: #8b9197 !important
}

.bg-gray-l {
	background-color: #b2b5b9 !important
}

.bg-gray-xl {
	background-color: #f4f4f4 !important
}

.text--primary {
	color: #009ca7
}

.text--secondary {
	color: #d74a77
}







/* additions */
table.no-bg-color th,
table.no-bg-color thead tr:nth-child(odd),
table.no-bg-color tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

table.no-bg-color thead tr:nth-child(even),
table.no-bg-color tbody tr:nth-child(even) {
	background-color: #ffffff;
}

h1.masthead__title small {
	display: block;
}

img.width-50 {
	width: 50px !important;
	max-width: 50px !important;
	margin: 0 !important;
}
img.width-150 { width: 150px !important; max-width: 150px !important; margin: 0 !important; }
img.width-160 { width: 160px !important; max-width: 160px !important; margin: 0 !important; }
img.width-170 { width: 170px !important; max-width: 170px !important; margin: 0 !important; }
img.width-180 { width: 180px !important; max-width: 180px !important; margin: 0 !important; }
img.width-190 { width: 190px !important; max-width: 190px !important; margin: 0 !important; }
img.width-200 { width: 200px !important; max-width: 200px !important; margin: 0 !important; }

table.td-padding-10 td {
	padding: 10px;
}


#mobile_carousel {
	display: flex;
}
#mobile_carousel ._pic {
	display: inline-block;
	width: 30%;
	position: relative;
	float: left;
	margin-right: 20px;
}

#mobile_carousel:after,
#mobile_carousel ._pic:after {
	content: "";
	display: table;
	clear: both;
}

#mobile_carousel ._content {
	display: inline-block;
	float: left;
	width: 70%;
}

#mobile_carousel ._pic img {
	position: absolute;
		width: 120%;
		top: 0;
		left: -30px;
		opacity: 0;
		transition: opacity .2s;
		max-width: 3000px;
}

#mobile_carousel.show-1 ._pic img._1,
#mobile_carousel.show-2 ._pic img._2,
#mobile_carousel.show-3 ._pic img._3,
#mobile_carousel.show-4 ._pic img._4,
#mobile_carousel.show-5 ._pic img._5 {
	opacity: 1;
}

#mobile_carousel ._content {
	padding-left: 20px;
}

#mobile_carousel ._content h5 {
	position: relative;
	margin: 0;
}
#mobile_carousel ._content p {
	margin: 0 0 10px;
}
#mobile_carousel ._content h5:before {
content: "";
		position: absolute;
		top: 3px;
		left: -15px;
		font-weight: bold;
		color: #fff;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 7px solid #ccc;
}

#mobile_carousel.show-1 ._content h5._1:before,
#mobile_carousel.show-2 ._content h5._2:before,
#mobile_carousel.show-3 ._content h5._3:before,
#mobile_carousel.show-4 ._content h5._4:before,
#mobile_carousel.show-5 ._content h5._5:before {
	border-left: 7px solid #e3467d;
}


h1, .h1 {
	max-width: 1200px;
}

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

.text-center img {
	margin: 0 auto;
}


table.scig-vs-ivig {
	border-collapse: collapse !important;
}


table.scig-vs-ivig th {
	color: #009ca7 !important;
	padding: 0;
	position: relative;
	border-bottom: 2px solid #009ca7;
		border-left: 0;	
}

table.scig-vs-ivig tr._mobile th {
	border-bottom: none;
}

table.scig-vs-ivig th big {
	font-size: 180%;
	display: inline-block;
	margin-right: 50px;
}
table.scig-vs-ivig th .vs {
	position: absolute;
	left: 60%;
	bottom: 5px;
}
table.scig-vs-ivig td {
	padding: 20px 5px;
	margin: 0;
	border: none;
}
table.scig-vs-ivig td {
	border-top: 1px solid #eee;
}
table.scig-vs-ivig th.iconed {
	padding: 0;
	width: 40px;
}
table.scig-vs-ivig td.iconed {
	padding: 20px 0;
	width: 40px;
}
table.scig-vs-ivig ._desktop td.iconed {
	padding: 20px 0;
}

table.scig-vs-ivig .iconed img {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
table.scig-vs-ivig .img-label {
	color: #e3467d;
	padding: 5px 25px 5px 5px;
	font-size: 110%;
}
table.scig-vs-ivig ._mobile {
	display: none;
}
table.scig-vs-ivig ._mobile img {
	width: 20px;
	max-width: 20px;
	margin: 0 5px 0 0;
	display: inline-block;
		position: relative;
		top: 5px;
}
table.scig-vs-ivig ._mobile td {
	color: #e3467d;
}

@media (max-width:767px) {
	table.scig-vs-ivig th.iconed,
	table.scig-vs-ivig td.iconed,
	table.scig-vs-ivig td.iconed img {
		width: 25px;
	}
	table.scig-vs-ivig .img-label {
		padding: 5px;
		font-size: 90%;
	}
	table.scig-vs-ivig ._mobile {
		display: table-row;
	}
	table.scig-vs-ivig .iconed {display: none;}
	table.scig-vs-ivig .img-label {display: none;}
	table.scig-vs-ivig ._mobile td {
		padding-bottom: 0;
	}
	table.scig-vs-ivig ._desktop td {
		border: none;
		vertical-align: top;

	}

}

ul:not([class*="menu"]):not([class*="gfield"]):not(.gform_fields):not([class*="slick"]) ul li::before {
	content: '\2713';
	font-size: 18px;
}
ol.references-list li {
	padding-top: 0;
	padding-bottom: 0;
}

td.ticker-shell {
	padding: 0;
}
.donation-ticker .dollars-donated {
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	width: 250px;
	margin: 0;
}
.donation-ticker .dollars-donated .strap {
	background-color: #009CA7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	height: 24px;
	text-transform: uppercase;
}
.donation-ticker .dollars-donated .amount {
	font-size: 60px;
	color: #696969;
	text-align: center;
}

.donation-ticker td {
	padding-left: 0;
}

ul.slick.bulleted li::before {
	content: "";
		display: block;
		font-size: 3.125rem;
		left: 0;
		line-height: .75rem;
		position: absolute;
		top: 1.25rem;
		height: 10px;
		width: 10px;
		background-color: #ccc;
		border-radius: 50%;
}

ul ul.slick.bulleted li::before {
	content: "";
		display: block;
		font-size: 3.125rem;
		left: 0;
		line-height: .75rem;
		position: absolute;
		top: 1.25rem;
		height: 8px;
		width: 8px;
		background-color: #fff;
		border-radius: 50%;
		border: 1px solid #ccc;
}

ul.slick.bulleted li, 
ul.slick.bulleted li li:first-child {
		padding-top: .75rem;
		padding-bottom: .1rem;
}



.cta-banner-v2 .cta-banner__body a:not([href*='tel:'])+a, 
.cta-banner-v2 .cta-banner__body a:not([href*='tel:']):link+a, 
.cta-banner-v2 .cta-banner__body a:not([href*='tel:']):visited+a {
		margin-left: 0;
}

/* wsp-pages-list is from the site-map shortcode */

ul.wsp-pages-list li {
	border: none !important;
}


ul.wsp-pages-list > li,
ul.slick.arrow-v1 > li {
	font-style: italic;
	color: #009ca7;
	font-size: 1.1rem;
	border-bottom: 1px solid #ddd;
}
ul.slick.arrow-v1.slick_style2 > li {
	font-style: normal;
}
ul.wsp-pages-list > li {
	font-style: normal;
}

ul.wsp-pages-list > li::before,
ul.slick.arrow-v1 > li::before,
ul.slick.arrow-v2 > li::before {
		background-color: #039aa7;
		border-radius: 50%;
		content: "" !important;
		display: inline-block;
		position: absolute;
		width: 18px;
		height: 18px;
		border: 1px solid #039aa7;
		margin-left: -29px;
		top: 18px;
}
ul.wsp-pages-list > li::before {
	left: auto !important;
}

ul.wsp-pages-list > li::after,
ul.slick.arrow-v1 > li::after,
ul.slick.arrow-v2 > li::after {
	content: "";
		display: inline-block;
		position: absolute;
		top: 16px;
		left: 2px;
		width: 7px;
		height: 7px;
		border: 2px solid #fff;
		border-left: none;
		border-top: none;
		transform: translate(6px,7.5px) rotate(-45deg);
}
ul.wsp-pages-list > li::after {
	top: 18px;
}
ul.wsp-pages-list ul,
ul.slick.arrow-v1 ul {
	position: relative;
	left: -20px;
	font-style: normal;
	color: #3f4852;
	font-size: 1rem;
	margin-top: 0;
}

ul.wsp-pages-list ul li,
ul.slick.arrow-v1 ul li,
ul.slick.arrow-v2 ul li {
	border: none !important;
	padding: 5px 10px 5px 20px;
}

ul.wsp-pages-list ul li::before,
ul.slick.arrow-v1 ul li::before,
ul.slick.arrow-v2 ul li::before {
	content: '' !important;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #039aa7;
}

ul.slick.check-v1 > li::before {
		background-color: #039aa7;
		border-radius: 50%;
		content: "";
		display: inline-block;
		position: absolute;
		width: 18px;
		height: 18px;
		border: 1px solid #039aa7;
		margin-left: -29px;
		top: 16px;
}

ul.slick.check-v1 > li::after {
	content: "";
		display: inline-block;
		position: absolute;
		top: 14px;
		left: 2px;
		width: 7px;
		height: 10px;
		border: 2px solid #fff;
		border-left: none;
		border-top: none;
		transform: translate(7px,4.5px) rotate(45deg);
}

ul.slick.check-v1 h5 {
	padding-top: 5px;
}


/* bits i need */
span.nowrap {
	white-space: nowrap;
}

.max-width-700px  { max-width:  700px; }
.max-width-1024px { max-width: 1024px; }

.padding-bottom-47pc  { padding-bottom:  47%; }
.padding-bottom-114pc { padding-bottom: 114%; }

img.max-width-initial {
	max-width: initial;
}
span.blue-hr {
	border-top: 3px solid #009ca7;
	display: block;
}
.white-on-blue {
	background-color: #009ca7;
	color: #fff;
}
.text-gray {
	color: #999;
}
.font-size-80pc {
	font-size: 80%;
	line-height: 80%;
}

/* Care table on what-is-cutaquig/ page */
.care-table {
	margin-top: 40px;
}
.care-table td {
	background-color: #fff;
	padding: 0;
	border: 0;
	position: relative;
}

.care-table h5 {
	color: #009ca7;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0;
}
.care-table h5 b {
	color: #6f275a;
	font-weight: bold;
}
.care-table p {
	font-size: 1.25em;	
	margin: 0;
	line-height: 1.25em;	
}
.care-table p b {
	color: #009ca7;
}

.care-table .vertical-divider {
	width: 21px;
}

.care-table .vertical-divider div {
	width: 1px;
	height: 80px;
	background-color: #009ca7;
}
.care-table .horiz-divider div {
	height: 1px;
	width: 80px;
	background-color: #009ca7;
}

td.care-self,
td.care-causes {
	padding-right: 20px;
}
td.care-spirit,
td.care-world {
	padding-left: 20px;
}

.care-table._mobile td.care-self,
.care-table._mobile td.care-causes,
.care-table._mobile td.care-spirit,
.care-table._mobile td.care-world {
	padding: 0 0 20px;
}



.care-table img {
	max-width: 100%;	
	position: relative;
	margin: 0;
}
.care-table img.logo {
	margin: 20px auto;
	width: 180px;
}

.care-table td.icon {
	padding: 0 10px;
	width: 100px;	
}

.care-table._desktop {  }
.care-table._mobile { display: none; }

@media (max-width: 767px) {
	.care-table._desktop { display: none;  }
	.care-table._mobile  { display: table; }
}


/* /hcp/usage/how-supplied/storage */
table.vial-sizes {
	width: 100%;
}
table.vial-sizes td {
	background-color: #fff; 
	font-size: 1rem; 
	padding-top: 30px;
	vertical-align: top;
}
table.vial-sizes td.pic {
	padding: 10px 20px 10px 0;
	width: 25%;
}
table.vial-sizes td.pic img {
	margin: 0;
}

div.recommended-dosing {
	background-color: #e7f5f6;
	padding: 2em 20%;
}
h2.recommended-dosing {
	padding: 10px;
	margin-bottom: 0;
}





#vimeo_video_shell,
#vimeo_video_thumb,
#vimeo_video {
	margin: 0px auto;
	width: 500px;
	height: 290px;
		display: block;
}

#vimeo_video_shell {
	margin-top: 40px;
}

	
@media (max-width: 767px) {
	#vimeo_video_shell,
	#vimeo_video_thumb,
	#vimeo_video {
		width: 320px;
		height: 180px;
	}
}
#vimeo_video { display: none; }
#vimeo_video_thumb img {
	width: 100%;
	cursor: pointer;
}



.antibodies-triple:after {
	content: "";
	display: table;
	clear: both;
}
.antibodies-item {
	float: left;
	padding: 10px;
	width: 33%;
}
.antibodies-item img {
	max-width: 100%
}
.antibodies-item p {
	color: #009ca7;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0 10px 10px;
}
@media (max-width: 767px) {
	.antibodies-item {
		float: none;
		max-width: 350px;
		margin: 0 auto;
	}
}
table.who-where tr {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none !important;
}
table.who-where th,
table.who-where td {
	padding: 0;
	margin: 0;
	font-size: 1em;
	border: none !important;
}
table.who-where th {
	background: none !important;
	color: #009ca7 !important;
	font-size: 1.25em;
	text-align: center;
}
table.who-where td img {
	margin: 0;
	width: auto;
	max-width: 1000px;
}
table.who-where .divider-thick {
	border-top: 2px solid #009ca7;
}
table.who-where .divider-thin {
	border-top: 1px solid #009ca7;
}
table.who-where .label {
	padding: 15px;
	font-size: 1.25em !important;
	font-weight: bold;
	text-align: right;
}
table.who-where td.ivig,
table.who-where td.scig {
	padding: 0 20px;
	text-align: center;
	font-size: 1em !important;
	width: 300px; 
}
@media (max-width: 767px) {
	table.who-where .label {
		padding: 5px;
		font-size: 1.1em !important;
	}
	table.who-where td.ivig,
	table.who-where td.scig {
		padding: 0 10px;
		width: 300px; 
	}
	table.who-where img {
		width: 30px !important;
		max-width: 30px !important;
	}
}

.zero-infections {
	background-color: #009ca7;
	background-image: url(https://www.cutaquigus.com/wp-content/uploads/2020/01/zero-infections.png);
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: top 10px center;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px;
	padding: 40px 15px 5px;
	border-radius: 15px;
}
.zero-infections h2 {
	color: #fff;
	font-weight: bold;	
	margin: 0;
	padding: 0;
}
.no-hospitalizations {
	background-color: #e5e7eb;
	background-image: url(https://www.cutaquigus.com/wp-content/uploads/2020/01/icon-no-hospitalizations.png);
	background-repeat: no-repeat;
	background-size: 140px;
	background-position: left 30px center;
	border-radius: 15px;
	margin: 0;
	padding: 15px 15px 15px 180px;
}
.no-hospitalizations h2 {
	color: #009ca7;
	font-weight: bold;	
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 95px;
	position: relative;
	text-transform: uppercase;
}
.no-hospitalizations h2 span {
	font-size: 60px;
	position: absolute;
	top: 15px;
	left: 0px;
}
.no-hospitalizations p {
	font-size: 1.25em;
	line-height: 1.25em;
	color: #4e6283;
	margin: 0;
}
@media (max-width: 767px) {
	.no-hospitalizations {
		background-size: 100px;
		background-position: top 10px center;
		padding: 100px 15px 15px 15px;
	}
}



.exit-modal-backdrop,
.exit-modal { 
	display: none;  
}

.show-exit-modal .exit-modal-backdrop,
.show-exit-modal .exit-modal { 
	display: block;  
}

.exit-modal-backdrop {
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1040;
		width: 100vw;
		height: 100vh;
		background-color: #000;
}
.show-exit-modal .exit-modal-backdrop {
		opacity: .5;
}
.exit-fade {
		transition: opacity .15s linear;
}
.exit-modal-dialog {
		position: relative;
		width: auto;
		margin: .5rem;
}
@media (min-width: 576px) {
	.exit-modal-dialog {
			max-width: 500px;
			margin: 1.75rem auto;
	}
}
.exit-modal .exit-modal-dialog {
		transition: -webkit-transform .3s ease-out;
		transition: transform .3s ease-out;
		transition: transform .3s ease-out,-webkit-transform .3s ease-out;
		-webkit-transform: translate(0,-50px);
		transform: translate(0,-50px);
}

.show-exit-modal .exit-modal .exit-modal-dialog {
		-webkit-transform: none;
		transform: none;
}

.exit-modal {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1050;
		display: none;
		width: 100%;
		height: 100%;
		overflow: hidden;
		outline: 0;
}

.exit-modal-open .exit-modal {
		overflow-x: hidden;
		overflow-y: auto;
}
.exit-modal-dialog {
	background-color: #fff;
		padding: 15px;
		border-radius: 10px;
}
.exit-close {
	float: right;
	bottom: 15px;
		color: #009CA7;
		font-size: 40px;
		font-weight: 100;
		line-height: 40px;
		position: relative;
		background: white;
		border: none;
}
.exit-modal-footer,
.exit-modal-msg h2 {
	text-align: center;
}
.exit-modal-footer a,
.exit-modal-footer button {
	border: 1px solid #009CA7;
		background-color: #009CA7;
		margin-right: .2rem;
		border-radius: 20px;
		color: white;
		display: inline-block;
		font-size: 16px;
		padding: 5px 30px;
		line-height: 30px;
		text-decoration: none;
}

.gfield_required {
	color: #009ca7;
}

select:not([multiple]) {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nOTk5JyBoZWlnaHQ9JzU4Mycgdmlld0JveD0nMCAwIDk5OSA1ODMnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTk5OC41NDIgODMuMDVjMCA4LjY2Ny0zLjMzMyAxNi4zMzQtMTAgMjNsLTQ2NiA0NjZjLTYuNjY2IDYuNjY3LTE0LjMzMyAxMC0yMyAxMC04LjY2NiAwLTE2LjMzMy0zLjMzMy0yMy0xMGwtNDY2LTQ2NmMtNi42NjYtNi42NjYtMTAtMTQuMzMzLTEwLTIzIDAtOC42NjYgMy4zMzQtMTYuMzMzIDEwLTIzbDUwLTUwYzYuNjY3LTYuNjY2IDE0LjMzNC0xMCAyMy0xMCA4LjY2NyAwIDE2LjMzNCAzLjMzNCAyMyAxMGwzOTMgMzkzIDM5My0zOTNjNi42NjctNi42NjYgMTQuMzM0LTEwIDIzLTEwIDguNjY3IDAgMTYuMzM0IDMuMzM0IDIzIDEwbDUwIDUwYzYuNjY3IDYuNjY3IDEwIDE0LjMzNCAxMCAyM3onIGZpbGwtcnVsZT0nbm9uemVybycgZmlsbD0nIzAwOWNhNycvPjwvc3ZnPg==) !important;
			background-position: right 16px center;
			background-repeat: no-repeat;
			background-size: 11px auto;
}

.pretty-radio [type=radio]:focus+label:after, .gform_fields .gfield_radio li [type=radio]:focus+label:after, .pretty-checkbox [type=checkbox]:focus+label:after, .gform_fields .gfield_checkbox li [type=checkbox]:focus+label:after {
		border-color: #009ca7;
		box-shadow: 0 0 0.3125rem #009ca7;
}

.pretty-checkbox [type=checkbox]:checked+label:after, .gform_fields .gfield_checkbox li [type=checkbox]:checked+label:after {
		background: #009ca7;
}

.pretty-radio [type=radio]:hover+label:after, .gform_fields .gfield_radio li [type=radio]:hover+label:after, .pretty-checkbox [type=checkbox]:hover+label:after, .gform_fields .gfield_checkbox li [type=checkbox]:hover+label:after {
		border-color: #009ca7;
		box-shadow: none;
		outline: none;
}

.highlight-bar {
	background-color: #009ca7;
	padding: 1em  2em 1em 6em;
	border: 5px solid #d5d5d5;
	border-left: 0 none;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}
.blue {
	color: #009ca7;
}

table.infusion-chart {
	border-collapse:separate;
	margin: 0 0 1em;
	padding: 0;
	border: 0 none;
	
}
table.infusion-chart th,
table.infusion-chart td { 
	font-size: .9em;
	padding: .5em 1em;
	background-color: #fff;
}

table.infusion-chart th {
	text-align: right;
	color: #000;
}
table.infusion-chart tr th,
table.infusion-chart tr td {
	border: 1px solid #666;
	border-bottom: 0 none;
	border-right: 0 none;
}
table.infusion-chart tr td:last-child {
	border-right: 1px solid #666;
}
table.infusion-chart tr:last-child td,
table.infusion-chart tr:last-child th {
	border-bottom: 1px solid #666;
}
table.infusion-chart tr:nth-child(1) th,
table.infusion-chart tr:nth-child(1) td {
	border: 0 none;
}
	
	table.infusion-chart th.bord-rad-top-left {
		border-top-left-radius: 1em !important;
	}
				
	table.infusion-chart th.bord-rad-bottom-left {
		border-bottom-left-radius: 1em !important;
	}
				
	table.infusion-chart td.bord-rad-bottom-right {
		border-bottom-right-radius: 1em !important;
	}

table.infusion-chart tr th:nth-child(2),
table.infusion-chart tr td:nth-child(2) {
	background-color: #e6f2f4;
}
table.infusion-chart tr th:nth-child(2) {
	border-top-left-radius: 1em;
	color: #4ca6ac;
	border: 1px solid #e6f2f4;
}


table.infusion-chart tr th:last-child,
table.infusion-chart tr td:last-child {
	background-color: #faedf0;
}
table.infusion-chart tr th:last-child {
	border-top-right-radius: 1em;
	color: #d74a77;
	border: 1px solid #faedf0;
}

table.infusion-chart tr:nth-child(1)  th {
	text-align: left;
}


ul.icon-calendar {
	list-style-type: 0 !important;
	margin: 0 -1em !important;
	padding: 0 !important;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	
}
ul.icon-calendar li  {
	margin: 0 !important;
	padding: 0 1em 0 1em !important;
	border-top: 0 none !important;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	position: relative;
	font-weight: bold;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #6F285B;
	line-height: 1.4
}

ul.icon-calendar li:last-child  {
	border-right: 0 none;
}

ul.icon-calendar li img {
	width: 80px;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 80px;
	-ms-flex: 0 1 80px;
	flex: 0 1 80px;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	margin-right: .25em;
}

ul.icon-calendar li:before {
	display: none !important;
}

table.table-dosage {
		border-top: 2px solid #009ca7;
		border-bottom: 2px solid #009ca7;
		table-layout: fixed !important;
		width: 100%;
	}
	
	table.table-dosage td {
			
	}
	
	table.table-dosage tr.top-set td {
		border-top: 2px solid #009ca7 !important;
	}
	
	table.table-dosage  td {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		/* border-right: 1px solid #ccc; */
	}
	
	table.table-dosage tr td:nth-child(1) {
		border-left:  0 none;
		border-radius: 0 none;
		width: 32.5% !important;
	}
	
	table.table-dosage tr td:last-child {
		width: 67.5% !important;
	}
	
	table.table-dosage tfoot tr td {
		background-color: rgba(0,156,167,0.08);
		color: #3f4852 !important;
		font-style: normal !important;
	}
	
	table.table-dosage td {
		padding: .5em 1em;
		background-color: #fff;
		border-bottom: 0 none;
	}



	table.table-dosage td b {
		display: block;
		margin: 0;
	}
	
	table.table-dosage td ul.division {
		margin: .5em 0 0;
		padding: 0;
		list-style-type: none;
		 text-align: center;
	}
	
	table.table-dosage td ul.division li {
	 color: #009ac7;
	 border-top: 0 none !important;
	 padding: 0 !important;
	 margin: 0 !important;
	}  
	
	table.table-dosage td ul.division li:before {
		display: none !important;
	}
	
	table.table-dosage td ul.division li.denom {
		display: inline-block;
	}
	
	table.table-dosage td ul.division li.denom:before {
		display: block !important;
		content: '' !important;
		margin: .25em 0 0;
		padding: .25em 0 0;
		content: '';
		width: 100%;
		height: 1px;
		border-top: 1px solid #009ac7 !important;
		font-size: 1em !important;
		left: auto !important;
		line-height: 1 !important;
		position: relative !important;
		top: auto !important;
	}
	
th.center,
td.center,
table.volumes-rates td{
	text-align: center !important;
}
table.volumes-rates {
	width: 100%;
}
table.volumes-rates thead tr:nth-child(1) td:nth-child(1) {
	background-color: #fff !important;
}

	table.volumes-rates thead tr th,
	table.volumes-rates thead tr t {
		
		text-align: center !important;
	}
	
table.volumes-rates thead tr th,
table.volumes-rates thead tr td:nth-child(1) {
	border-left: 0 none !important;
	text-align: center !important;
}


table.volumes-rates tbody tr td:nth-child(1) {
	border-left: 5px solid #fff;
}

p small.note {
	display: block;
	font-size: .75em !important;
	line-height: 1.4 !important;
}

/* ul.footer-list {
	
}

ul.footer-list li {
	border-top: 0 none !important;
	padding: 0 0 0 1.5em !important;
	margin-bottom: 0.5em !important;
}

ul.footer-list li:before {
	content: '' !important;
	background-color: #009ac7;
	font-size: 1em !important;
	height: .75em;
	width: .75em;
	overflow: hidden;
	border-radius: 100% !important;
	top: .5em !important;
}
 */

@media (min-width: 47.9376em) {
table.inset-2-col{
	width: 100%;
	max-width: 660px;
}
}

span.desc {
	font-size: 75%;
	font-weight: normal;
}
