body {
	margin: 0;
	padding: 0;
	font-family: "Raleway", Arial, sans-serif;
}

body .main-container * {
	font-family: "Raleway", Arial, sans-serif !important;
}

body .modal__container * {
	font-family: "Raleway", Arial, sans-serif !important;
}

body .main-container h3 {
	font-weight: 700;
}

* {
	box-sizing: border-box;
}

sup, sub {
  /*vertical-align: baseline;*/
  position: relative;
  /*top: -0.5em;*/
  font-size: 0.6em !important;
}

sub { 
  top: 0.4em; 
}

a .button {
	text-decoration: none;
}

.mobile-only {
	display: none;
}

.mobile-only-flex {
	display: none;
}

.mobile-only-inline {
	display: none;
}


.desktop-only {
	display: block;
}

.desktop-only-inline {
	display: inline-block;
}

.desktop-only-flex {
	display: flex;
}

.font-number-fix {
	font-size:1.18em;
}

.orange {
	color: #DF6A2E !important;
}

.rotate {
	transform: rotate(180deg);
}

p {
	font-size: 16px;
	line-height: 19px;
	color: #333;
}

p.big {
	font-size: 20px;
	line-height: 23px;
}

.main-container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.notification-bar {
    position: fixed;
    width: 100vw;
    left: 0;
    background-color: #50787A;
    text-align: center;
    height: 22px;
    color: white;
    padding-bottom: 20px;
    z-index: 20;
}

.notification-bar a {
	text-decoration: none;
}

.notification-bar .notification-bar__link {
	color: inherit;
	text-decoration: none;
	font-size: 10px;
	font-weight: 600;
}

.notification-bar .notification-bar__link:not(:last-child):after {
	content: "|";
	margin: 0 14px 0 16px;
	text-align: center;
}

.notification-bar .notification-bar__link:only-child:after {
	content: "";
}

.warnings {
	padding-top: 22px;
	width: 100vw;
	position: absolute;
  left: 0;
  margin-bottom: 62px;
}

.warnings a {
	text-decoration: none;
}

.warning {
	background-color: #DF6A2E;
	color: white;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	height: 30px;
	border-bottom: 1px solid white;
	font-weight: 600;
	padding: 4px 0 0 0;
}

.header {
	height: 170px;
	padding-top: 81px;
	display: flex;
	justify-content: space-between;
}

.header a {
	text-decoration: none;
}

.header .button {
	margin-top: 23px;
}

.header__logo {
	width: 142px;
	margin-top: 8px;
}

.hero {
	min-height: 460px;
	background-image: url(images/hero_bg.jpg);
	background-size: cover;
	padding: 62px 90px 60px;
	margin-bottom: 40px;
}

.hero__heading {
	color: #4F8284;
	text-align: center;
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.hero__text {
	max-width: 1094px;
	font-size: 20px;
	line-height: 24px;
	color: #111;
	margin: 24px auto 0;
	text-align: center;
}

.headline {
	min-height: 100px;
	background-color: #E2ECED;
	margin-bottom: 4px;
	padding: 19px 90px;
	background-size: 100% 100%;
}

.headline__heading {
	color: #DF6A2E;
	font-size: 36px;
	line-height: 42px;
	margin: 0;
}

.headline__text {
	font-size: 18px;
	line-height: 21px;
	color: #333;
}

.headline__icon {
	width: 74px;
	height: 74px;
	background-image: url(images/dna_icon.png);
	background-size: 74px 74px;
}

.touts {
	background-image: url(images/waves.jpg);
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	background-position: 0 25px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

.touts img {
	width: 100%;
	height: 100%;
}

.tout {
	height: auto;
	min-height: 330px;
	padding: 36px 90px 20px 58px;
	position: relative;
}

.tout img {
	object-fit: cover;
}

.tout__heading {
	color: white;
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	width: 100%;
	max-width: 1000px;
	font-weight: 700;
}

.tout--top-left .tout__heading {
	color: #4F8284;
}

.tout__text {
	width: 100%;
	max-width: 844px;
	font-size: 19px;
	line-height: 24px;
}

.tout--bottom-right .tout__text {
	color: white;
}

.tout--top-left{
	border-bottom: 3px white solid;
	border-right: 3px white solid;
	padding: 36px 58px 20px 90px;
	flex: 0 0 57%;
}

.tout--top-right{
	border-bottom: 3px white solid;
	flex: 0 0 43%;
	padding: 0;
}

.tout--bottom-left{
	border-right: 3px white solid;
	flex: 0 0 43%;
	padding: 0;
}

.tout--bottom-right{
	flex: 0 0 57%;
	padding: 36px 90px 20px 58px;
	text-align: right;
}

.tout--bottom * {
	margin-left: auto; 
	margin-right: 0;
}

.tout__female-patient {
	position: absolute;
	height: 339px;
	width: 244px;
	right: 135px;
	bottom: 0;
	background-image: url(images/female-patient.png);
	background-size: 100% 100%;
}

.tout__male-patient {
	position: absolute;
	height: 343px;
	width: 296px;
	left: 96px;
	bottom: 0;
	background-image: url(images/male-patient.png);
	background-size: 100% 100%;
}

.support {
	position: relative;
	padding: 56px 90px;
	margin-bottom: 40px;
	background: url(images/light-waves.jpg);
	background-size: 100% 100%;
	background-position: 50% 50%;
	height: 100%;
	max-height: 776px;
}

.support b {
	/*color: #417177;
	font-size: 20px;*/
}

.support p {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 5px;
	color: #515151;
}

.support p.dark {
	color: #191919;
}

.support__heading {
	color: #417177;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

p.support__subhed {
	font-size: 24px;
	line-height: 29px;
	color: #417177;
}

.button {
	background-color: #DF6A2E;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	border: none;
	padding: 8px 85px 16px 15px;
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 700;
	border-radius: 5px;
	min-width: 250px;
	text-align: left;
	height: 44px;
	cursor: pointer;
}

.button:after {
	background-image: url(images/button-icon.png);
	content: "";
	height: 35px;
	width: 35px;
	background-size: 35px 35px;
	position: absolute;
	right: 10px;
	top: 6px;
}

.button:hover {
	color: white;
}

.button.button.no-icon:after {
	content: "";
	background-image: none;
	width: 0;
}

.button.center {
	text-align: center !important;
	padding: 8px 15px;
}

.button.blue {
	background-color: #417177 !important;
	text-align: center;
	font-size: 18px !important;
	padding: 12px 0 !important;
}

.button.blue.small {
	font-size: 16px !important;
}

.button.classic {
	background-color: #F3851B;
	color: white;
	font-size: 22px;
	text-transform: uppercase;
	position: relative;
	border: none;
	padding: 12px 85px 16px 15px;
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 700;
	border-radius: 5px;
	width: 290px;
	text-align: left;
	height: 50px;
}

.button.small {
	font-size: 16px;
}

.support__button {
	margin: 26px 15px 28px 0;
}

.support__chart {
	width: 100%;
	margin: 20px 0 0 0;
}

.starting {
	background: #E7EBED;
	padding: 50px 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}

.starting .left {
	width: 100%;
	width: 1036px;
}

.starting a {
	color: #F3851B;
	text-decoration: none;
}

.starting p {
	font-size: 22px;
	line-height: 26px;
}

.starting__heading {
	color: #F3851B;
	font-size: 36px;
	line-height: 42px;
	margin: 0 0 20px;
}

.starting__icon {
	width: 144px;
	height: 144px;
	display: block;
}

.starting__icon--mobile {
	display: none;
}

.starting p.starting__small, .questions p.starting__small  {
	font-size: 16px;
	line-height: 19px;
}

.questions p.starting__small  {
	line-height: 30px;
	font-size: 14px;
}

.questions {
	text-align: left;
	padding: 34px 90px;
	margin-bottom: 4px;
	color: #707070;
}

.questions p {
	font-size: 17px;
	line-height: 28px;
	margin: 0;
}

.questions a {
	color: #F58518;
	text-decoration: none;
}

.questions__heading {
	font-size: 28px;
	line-height: 33px;
	color: #619395;
	font-weight: 700;
}

.isi {
	background: white;
	padding: 0 90px;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
}

.isi--fixed {
	position: fixed;
	top: calc(100vh - 250px);
	left: 0;
	width: 100vw;
}

.isi__up {
		position: absolute;
		top: 20px;
		right: -75px
	}

.isi__container {
	padding-top: 50px;
	display: flex;
	max-width: 1220px;
	margin: 0 auto;
	position: relative;
}

.isi__top-bar {
	height: 7px;
	background: #F3851B;
	width: 100vw;
	position: absolute;
	left: 0;
}

.isi p {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}

.isi li {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 18px;
}

.isi ul {
	margin: 0;
	padding-left: 15px;
}

.isi__left {
	flex: 0 0 29%;
	padding-right: 30px;
}

.isi__right {
	flex: 0 0 71%;
	padding-left: 30px;
}

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\25CF";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F58518; /* Change the color */
  font-size: 12px;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  position: relative;
  top: -2px;
}

ul li ul li::before {
  content: "\25CB";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F58518; /* Change the color */
  font-size: 12px;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  position: relative;
  top: -2px;
}

.isi b {
	color: #417177;
}

.isi p.black b {
	color: #333;
}

.isi a {
	color: #F3851B;
	text-decoration: none;
}

.isi__26-top {
	margin-top: 26px !important;
}

.footer {
	font-family: Helvetica, Arial, sans-serif;
	padding: 72px 90px 150px;
	background-image: url(images/bottom-art.jpg);
	background-size: 100%;
	background-position: 0 220px;
	background-repeat: no-repeat;
}

.footer p {
	font-family: Helvetica, Arial, sans-serif;
}

.footer__link {
	color: #7A1F4D;
	text-decoration: underline;
	font-size: 13px;
	line-height: 15px;
	height: 29px;
	border-right: 1px solid #646569;
	display: inline-block;
	vertical-align: middle;
	padding: 6px 16px;
}

.footer__link:last-child {
	border-right: none;
}

.footer__link:first-child {
	padding-left: 0;
}

.footer__important {
	color: #636569;
	font-size: 16px;
	line-height: 20px;
	margin-top: 30px;
}

.footer__logo {
	width: 320px;
}

.footer__flex {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.footer__flex p {
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	font-size: 15px;
	line-height: 24px;
	color: #707070;
}

.footer__flex p a {
	color: #88277C;
}

.modal {
	background: rgba(79, 130, 132, 0.5);
	position: fixed;
	height: 100vh;
	width: 100vw;
	z-index: 9999;
	padding: 0 15px;
}

.modal__container {
	background-color: white;
	/*background-image: url(images/modal_bg.jpg);*/
	background-size: 100% 100%;
	height: 432px;
	width: 100%;
	max-width: 814px;
	border-radius: 8px;
	margin: 15vh auto;
	padding: 66px 60px 20px 66px;
	text-align: center;
}

.modal__container p {
		font-size: 28px;
		line-height: 36px;
		color: #50787A;
		font-weight: 600;
}

.modal__container button.button {
	width: 100%;
}

.modal__cancel {
	color: #DF6A2E;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	margin-top: 14px;
}

.modal__container a {
	color: inherit;
	text-decoration: none;
}

.small-break {
	display: none;
}

@media only screen 
  and (min-width: 1100px) 
  and (max-width: 1248px) { 
	.small-break { 
		display: block; 
	}
	}


	.modal__thanks {
		color: #F3851B;
	font-weight: 600;
	font-size: 36px;
	text-transform: uppercase;
	margin-top: -40px;
	}

	.remodal .close-button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: -60px;
    background-image: url(images/close-toggle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    cursor: pointer;
}

.modal__warn {
	width: 100%;
	position: relative;
	color: red;
	height: 20px;
	font-size: 14px;
	font-style: italic;
	margin-top: 8px;
	margin-bottom: -28px;
	display: none;
}

.gform__required-field {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 14px;
    font-style: italic;
}

/*---------------------------*/

@media screen and (max-width: 1400px) {
		.header__logo {
			margin-left: 20px;
		}
		.header .button {
			margin-right: 20px;
		}
	}

@media screen and (max-width: 800px) {

	.remodal .close-button {
		right: 0;
		top: -65px;
	}

	.mobile-only {
		display: block !important;
	}

	.mobile-only-flex {
		display: flex !important;
	}

	.mobile-only-inline {
		display: inline-block !important;
	}

	.desktop-only {
		display: none !important;
	}

	.desktop-only-inline {
		display: none !important;
	}

	.hero, .tout, .isi, .questions, .starting, .support, .headline {
		padding-left: 15px;
		padding-right: 15px;
	}

	.notification-bar .notification-bar__link:after {
		content: "" !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.warning {
		font-size: 11px;
		line-height: 14px;
		padding: 8px 0 0 0;
	}

	.hero {
		padding-top: 20px;
		height: auto;
		background-position: 12% 0;
	}

	.hero__heading {
		font-size: 38px;
		line-height: 45px;
	}

	.hero__text {
		font-size: 18px;
		line-height: 22px;
	}

	.header {
		display: flex;
		padding: 92px 20px 15px 0;
	}

	.header a {
		font-size: 11px;
		line-height: 13px;
		color: #4F8284;
		text-transform: uppercase;
		display: block;
		text-decoration: none;
		margin-bottom: 8px;
	}

	.header__logo {
		margin-left: 13px;
		width: 105px;
		margin-top: 4px;
	}

	.header__mobile-links {
		justify-content: center;
		border-left: 1px #DF6A2E solid;
		margin-left: 7px;
		padding: 5px 0 0 15px;
		display: flex;
		flex-direction: column;
	}

	.headline {
		height: auto;
		display: block;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.headline__heading {
		margin: 5px 0;
		font-size: 21px;
		line-height: 26px;
	}
	.headline__icon {
		margin: 0 auto;
	}

	.headline__text {
		text-align: center;
		font-size: 16px;
		line-height: 20px;
	}

	.touts {
		display: block;
	}

	.tout--top-right {
		display: none;
	}

	.tout--bottom-left {
		display: none;
	}

	.tout--top-left {
		border-right: 0;
	}

	.tout--bottom-right {

	}

	.tout {
		padding-top: 15px;
		min-height: 625px;
		height: auto;
	}

	.tout__heading {
		font-size: 30px;
		line-height: 32px;
	}

	.tout__text {
		font-size: 16px;
		line-height: 20px;
	}

	.tout--bottom {
		padding-top: 22px;
	}

	.tout img{
		width: 100vw;
		height: auto;
		margin-top: -16px;
		margin-left: -15px;
		margin-bottom: 20px;
	}

	.starting {
		display: block;
		padding-top: 20px;
		padding-bottom: 30px;
		text-align: center;
	}

	.starting .left {
		width: 100%;
	}

	.tout__female-patient {
		right: auto;
		height: 296px;
		width: 170px;
		left: calc(50vw - 85px);
	}

	.tout__male-patient {
		height: 307px;
		width: 265px;
		right: auto;
		left: calc(50vw - 132px);
	}

	.questions p.starting__small {
		font-size: 13px !important;
		line-height: 15px !important;
	}

	.questions__heading {
		font-size: 22px;
		line-height: 26px;
	}

	.support, .starting {
		padding-top: 20px;
	}

	.support {
		text-align: center;
		max-height: none;
	background-size: cover;
	background-position: 80% 0;
	}

	.support p {
		font-size: 16px;
		line-height: 20px;
	}

	.support__heading {
		text-align: center;
		font-size: 28px;
		line-height: 32px;
	}

	p.support__subhed {
		font-size: 20px;
		line-height: 22px;
	}

	.support__button {
		margin: 10px 0 0;
	}

	.support__buttons {
		margin: 18px 0 25px;
	}

	.footer {
		padding: 50px 15px 50px;
	}

	.footer__flex {
		display: block;
		
	}

	.footer__logo {
		width: 210px;
	}

	.button {
		width: 212px;
		min-width: 0;
		font-size: 16px;
		height: 37px;
	}

	.button.blue.small {
		margin-top: 4px;
	}

	.starting__icon {
		display: none;
	}

	.starting__icon--mobile {
		width: 96px;
		height: 96px;
		display: block;
		margin: 0 auto 18px;
	}

	.starting__heading {
		text-align: center;
		font-size: 36px;
		line-height: 42px;
	}

	.starting p:not(.starting__small) {
		font-size: 16px;
		line-height: 19px;
	}

	.starting p.starting__small {
		font-size: 13px;
		line-height: 15px;
		margin-top: 20px;
		margin-bottom: 0;
		text-align: left;
	}
	.questions p {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 24px 0;
	}
	.questions p:last-child {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 0 0;
	}
	.footer__link {
		font-size: 13px;
		line-height: 15px;
		height: auto;
		border-right: none;
		display: block;
		padding: 0;
		text-align: center;
	}

	.footer {
		font-family: Helvetica, Arial, sans-serif;
		padding: 44px 15px 50px;
		background-image: none;
	}
	.footer__important.mobile-only {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.footer__flex {
		display: block;
	}
	.footer__flex p {
		text-align: center;
	}
	.footer__logo.mobile-only {
		width: 212px;
		margin: 0 auto;
	}

	.isi__container {
		display: block;
	}

	.isi__left {
		flex: 0 0 29%;
		padding-right: 0;
	}

	.isi__right {
		flex: 0 0 71%;
		padding-left: 0;
	}

	.isi__up {
		top: 20px;
		right: 10px
	}

	.mobile-image-constraint {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.modal__container {
		padding: 78px 35px 20px;
		margin-top: 18px;
		min-height: 572px;
		width:  calc(100vw - 30px);
	}

	.modal__container p {
		font-size: 22px;
		line-height: 28px;
		margin: 28px 0;
	}

	.modal__container button.button {
		height: 78px;
		font-size: 20px;
		line-height: 24px;
	}

}

/*----------------------*/

b.button {
	padding: 0;
	min-width: 0;
}

.gform_wrapper ul li:before {
	content: '';
}

.form__logo {
	width: 142px;
	margin: -80px auto 0;
}

p.subheading {
	color: #4F8284;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}

p.required-floating {
    position: absolute;
    right: 0;
    font-size: 14px;
    margin: 0;
    top: 105px;
    font-style: italic;
}

.form-area {
	position: relative;
}

.selectric .button {
    width: 48px;
    height: 48px;
    line-height: 48px;
    *font: 20px/48px Lucida Sans Unicode,Arial Unicode MS,Arial;
    font-size: 16px;
}

html.remodal-is-locked{
    overflow:hidden;
    -ms-touch-action:none;
    touch-action:none
}
.remodal,[data-remodal-id]{
    display:none
}
.remodal-overlay{
    position:fixed;
    z-index:99999;
    top:-5000px;
    right:-5000px;
    bottom:-5000px;
    left:-5000px;
    display:none
}
.remodal-wrapper{
    position:fixed;
    z-index:100000;
    top:0;
    right:0;
    bottom:0;
    left:0;
    /*display:none;*/
    overflow:auto;
    text-align:center;
    -webkit-overflow-scrolling:touch
}
.remodal-wrapper:after{
    display:inline-block;
    height:100%;
    margin-left:-.05em;
    content:""
}
.remodal-overlay,.remodal-wrapper{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.remodal{
    position:relative;
    outline:none;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    text-size-adjust:100%
}
.remodal-is-initialized{
    display:inline-block
}
.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{
    -webkit-filter:blur(3px);
    filter:blur(3px)
}
.remodal-overlay{
    background:rgba(43,46,56,.9)
}
.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening{
    -webkit-animation-duration:.3s;
    animation-duration:.3s;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards
}
.remodal-overlay.remodal-is-opening{
    -webkit-animation-name:c;
    animation-name:c
}
.remodal-overlay.remodal-is-closing{
    -webkit-animation-name:d;
    animation-name:d
}
.remodal-wrapper{
    padding:10px 10px 0
}
.remodal{
    box-sizing:border-box;
    width:100%;
    margin-bottom:10px;
    padding:35px;
    color:#2b2e38;
    background:#fff
}
.remodal.remodal-is-closing,.remodal.remodal-is-opening{
    -webkit-animation-duration:.3s;
    animation-duration:.3s;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards
}
.remodal.remodal-is-opening{
    -webkit-animation-name:a;
    animation-name:a
}
.remodal.remodal-is-closing{
    -webkit-animation-name:b;
    animation-name:b
}
.remodal,.remodal-wrapper:after{
    vertical-align:middle
}
.remodal-close{
    position:absolute;
    top:0;
    left:0;
    display:block;
    overflow:visible;
    width:35px;
    height:35px;
    margin:0;
    padding:0;
    cursor:pointer;
    transition:color .2s;
    text-decoration:none;
    color:#95979c;
    border:0;
    outline:0;
    background:transparent
}
.remodal-close:focus,.remodal-close:hover{
    color:#2b2e38
}
.remodal-close:before{
    font-family:Arial,Helvetica CY,Nimbus Sans L,sans-serif!important;
    font-size:25px;
    line-height:35px;
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:35px;
    content:"\00d7";
    text-align:center
}
.remodal-cancel,.remodal-confirm{
    font:inherit;
    display:inline-block;
    overflow:visible;
    min-width:110px;
    margin:0;
    padding:12px 0;
    cursor:pointer;
    transition:background .2s;
    text-align:center;
    vertical-align:middle;
    text-decoration:none;
    border:0;
    outline:0
}
.remodal-confirm{
    color:#fff;
    background:#81c784
}
.remodal-confirm:focus,.remodal-confirm:hover{
    background:#66bb6a
}
.remodal-cancel{
    color:#fff;
    background:#e57373
}
.remodal-cancel:focus,.remodal-cancel:hover{
    background:#ef5350
}
.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{
    padding:0;
    border:0
}

.remodal.hcpModal .hcpYes{
    background-color:#df6a2e;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    border-radius:7px;
    min-width:320px;
    min-height:44px;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:20px;
    line-height:1;
    font-weight:700
}

@media (max-width:47.99em){
    body .btn,body .remodal.hcpModal .hcpYes{
        width:100%
    }
}
body .btn.btn-large,body .remodal.hcpModal .btn-large.hcpYes{
    min-width:320px;
    min-height:60px;
    border-radius:9px;
    font-size:20px
}
@media (max-width:47.99em){
    body .btn.btn-large,body .remodal.hcpModal .btn-large.hcpYes{
        min-width:unset;
        width:100%
    }
}

.remodal.remodal-video{
    position:absolute;
    padding:0;
    margin:0;
    max-width:100%;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    background:transparent;
    box-shadow:none
}

.remodal.form-modal {
    padding: 124px 98px 64px;
    max-width: 964px;
}

body .remodal {
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 24px;
}

.remodal.form-modal .title-area h3 {
    font-size: 30px;
    line-height: 41px;
    font-weight: 600;
    color: #025157;
    margin-bottom: 10px;
}

.form-box .content-area.thank-you .gform_confirmation_message h2{
    padding:0 10px
}
.form-box .content-area h3{
    font-size:30px;
    line-height:38px;
    color:#025157;
    text-align:center;
    margin-bottom:30px
}
.form-box .content-area .legend{
    font-size:12px;
    text-align:left
}
.form-box .content-area .above-button{
    text-align:center
}
.form-box .content-area .above-button p{
    margin:0
}
.form-box .content-area .gform_button{
    width:364px
}
.form-box .content-area .gform_wrapper form .gform_body .gfield .ginput_container input{
    background-color:rgba(149,182,183,.2)
}
#gform_ajax_spinner_2{
    display:block;
    margin:0 auto
}
p.required-floating{
    position:absolute;
    right:0;
    font-size:14px
}
.gform_wrapper form .gform_body .gform_fields{
    grid-row-gap:10px
}
.gform_wrapper form .gform_body .gform_fields .gfield.hidden-title .gfield_label{
    color:transparent
}
@media (max-width:47.99em){
    .gform_wrapper form .gform_body .gform_fields .gfield.hidden-title .gfield_label{
        display:none
    }
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label{
    display:block;
    font-size:16px;
    line-height:21px;
    font-weight:700;
    color:#58595b;
    letter-spacing:-.7px;
    margin-bottom:3px;
    text-align:left
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label .gfield_required{
    color:#58595b
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input{
    background-color:#fff;
    border-radius:7px;
    height:56px;
    border:none;
    outline:none
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container label{
    display:block;
    font-size:16px;
    line-height:22px;
    padding-top:0;
    text-align:left
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_description{
    font-size:16px;
    line-height:22px;
    color:#58595b;
    padding-top:0;
    text-align:left
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error input{
    border:1px solid #df6a2e;
    background-color:rgba(223,106,46,.1)
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message{
    border:none;
    background:none;
    color:#df6a2e;
    font-style:italic;
    position:absolute;
    top:0;
    right:0;
    width:auto;
    padding:0;
    margin:0
}
.gform_wrapper form .gform_body .gform_fields .gfield.captcha .gfield_validation_message{
    position:relative;
    margin-top:5px
}
.gform_wrapper form .gform_body .ginput_container_address span{
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%
}
@media (max-width:63.99em){
    .gform_wrapper form .gform_body .gfield.gfield--width-half.tablet-full{
        grid-column:1/-1
    }
}
.gform_wrapper form .selectric-items{
    border:none;
    box-shadow:0 3px 6px rgba(0,0,0,.16)
}
.gform_wrapper form .selectric-items .gf_placeholder{
    display:none
}
.gform_wrapper form .selectric-items li{
    font-weight:600;
    text-align:left;
    margin:0 10px
}
.gform_wrapper form .selectric-items li:not(:last-child){
    border-bottom:1px solid hsla(0,0%,44%,.25)
}
.gform_wrapper form .selectric{
    background-color:#95b6b7;
    color:#fff;
    border-radius:8px;
    box-shadow:0 3px 6px rgba(0,0,0,.16);
    border:none;
    font-weight:600
}
.gform_wrapper form .selectric .label{
    text-align:left;
    height:56px;
    line-height:56px
}
.gform_wrapper form .selectric b{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-flow:row nowrap;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    height:56px
}
.gform_wrapper form .selectric b:after{
    content:none
}
.gform_wrapper form .selectric b svg{
    display:block;
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.gform_wrapper form .selectric-open.selectric-below .selectric{
    border-radius:8px 8px 0 0
}
.gform_wrapper form .selectric-open.selectric-above .selectric,.gform_wrapper form .selectric-open.selectric-below .selectric-items{
    border-radius:0 0 8px 8px
}
.gform_wrapper form .selectric-open.selectric-above .selectric-items{
    border-radius:8px 8px 0 0
}
.gform_wrapper form .selectric-open b.button svg{
    -webkit-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg)
}
.gform_wrapper form .selectric-wrapper.selected .selectric{
    background-color:#fff
}
.gform_wrapper form .selectric-wrapper.selected .label{
    background-color:#fff;
    color:#44797b
}
.gform_wrapper form .selectric-wrapper.selected b{
    background-color:#fff
}
.gform_wrapper form .selectric-wrapper.selected svg #Arrow_Left{
    stroke:#44797b
}
.gform_wrapper form .gfield{
    position:relative
}
.gform_wrapper form .gform_footer{
    text-align:center;
    padding:0 0 5px!important;
    margin:0!important
}
@media (max-width:47.99em){
    .gform_wrapper form .gform_footer{
        padding-top:15px!important
    }
}
.gform_wrapper form .gform_footer .gform_button{
    background-color:#df6a2e;
    max-width:100%;
    min-height:60px;
    padding:5px 38.78px;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:9px;
    box-shadow:0 3px 6px rgba(0,0,0,.16);
    font-size:20px;
    line-height:27px;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    border:none
}
@media (max-width:47.99em){
    .gform_wrapper form .gform_footer .gform_button{
        font-size:16px
    }
}
.gform_wrapper .gform_validation_errors{
    display:none
}
.gform_wrapper .grecaptcha-badge{
    z-index:99
}
.gform_wrapper.gravity-theme .contact-form .gform_footer .gform_button{
    margin-top:50px;
    margin-bottom:50px
}
@media (max-width:47.99em){
    .gform_wrapper.gravity-theme .contact-form .gform_footer .gform_button{
        margin-top:20px;
        margin-bottom:90px
    }
}
p.required-floating {
    position: absolute;
    right: 0;
    font-size: 14px;
}

.gform_wrapper.gravity-theme .gform_fields {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr 2%)[12];
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    grid-column-gap: 2%;
    grid-row-gap: 16px;
}

.small-break {
	display: none;
}

@media only screen 
  and (min-width: 1100px) 
  and (max-width: 1248px) { 
	.small-break { 
		display: block; 
	}
	}


	/*------------------------*/

	tml.remodal-is-locked{
    overflow:hidden;
    -ms-touch-action:none;
    touch-action:none
}
.remodal,[data-remodal-id]{
    display:none
}
.remodal-overlay{
    position:fixed;
    z-index:99999;
    top:-5000px;
    right:-5000px;
    bottom:-5000px;
    left:-5000px;
    display:none
}
.remodal-wrapper{
    position:fixed;
    z-index:100000;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:none;
    overflow:auto;
    text-align:center;
    -webkit-overflow-scrolling:touch
}
.remodal-wrapper:after{
    display:inline-block;
    height:100%;
    margin-left:-.05em;
    content:""
}
.remodal-overlay,.remodal-wrapper{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.remodal{
    position:relative;
    outline:none;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    text-size-adjust:100%
}
.remodal-is-initialized{
    display:inline-block
}
.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{
    -webkit-filter:blur(3px);
    filter:blur(3px)
}
.remodal-overlay{
    background:rgba(43,46,56,.9)
}
.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening{
    -webkit-animation-duration:.3s;
    animation-duration:.3s;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards
}
.remodal-overlay.remodal-is-opening{
    -webkit-animation-name:c;
    animation-name:c
}
.remodal-overlay.remodal-is-closing{
    -webkit-animation-name:d;
    animation-name:d
}
.remodal-wrapper{
    padding:10px 10px 0
}
.remodal{
    box-sizing:border-box;
    width:100%;
    margin-bottom:10px;
    padding:35px;
    color:#2b2e38;
    background:#fff
}
.remodal.remodal-is-closing,.remodal.remodal-is-opening{
    -webkit-animation-duration:.3s;
    animation-duration:.3s;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards
}
.remodal.remodal-is-opening{
    -webkit-animation-name:a;
    animation-name:a
}
.remodal.remodal-is-closing{
    -webkit-animation-name:b;
    animation-name:b
}
.remodal,.remodal-wrapper:after{
    vertical-align:middle
}
.remodal-close{
    position:absolute;
    top:0;
    left:0;
    display:block;
    overflow:visible;
    width:35px;
    height:35px;
    margin:0;
    padding:0;
    cursor:pointer;
    transition:color .2s;
    text-decoration:none;
    color:#95979c;
    border:0;
    outline:0;
    background:transparent
}
.remodal-close:focus,.remodal-close:hover{
    color:#2b2e38
}
.remodal-close:before{
    font-family:Arial,Helvetica CY,Nimbus Sans L,sans-serif!important;
    font-size:25px;
    line-height:35px;
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:35px;
    content:"\00d7";
    text-align:center
}
.remodal-cancel,.remodal-confirm{
    font:inherit;
    display:inline-block;
    overflow:visible;
    min-width:110px;
    margin:0;
    padding:12px 0;
    cursor:pointer;
    transition:background .2s;
    text-align:center;
    vertical-align:middle;
    text-decoration:none;
    border:0;
    outline:0
}
.remodal-confirm{
    color:#fff;
    background:#81c784
}
.remodal-confirm:focus,.remodal-confirm:hover{
    background:#66bb6a
}
.remodal-cancel{
    color:#fff;
    background:#e57373
}
.remodal-cancel:focus,.remodal-cancel:hover{
    background:#ef5350
}
.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{
    padding:0;
    border:0
}
@-webkit-keyframes a{
    0%{
        opacity:0
    }
    to{
        opacity:1;
        -webkit-filter:blur(0);
        filter:blur(0)
    }
}
@keyframes a{
    0%{
        opacity:0
    }
    to{
        opacity:1;
        -webkit-filter:blur(0);
        filter:blur(0)
    }
}
@-webkit-keyframes b{
    0%{
        -webkit-transform:translateX(-50%) s scale(1);
        transform:translateX(-50%) s scale(1);
        opacity:1
    }
    to{
        -webkit-transform:translateX(-50%) sscale(.95);
        transform:translateX(-50%) sscale(.95);
        opacity:0;
        -webkit-filter:blur(0);
        filter:blur(0)
    }
}
@keyframes b{
    0%{
        -webkit-transform:translateX(-50%) s scale(1);
        transform:translateX(-50%) s scale(1);
        opacity:1
    }
    to{
        -webkit-transform:translateX(-50%) sscale(.95);
        transform:translateX(-50%) sscale(.95);
        opacity:0;
        -webkit-filter:blur(0);
        filter:blur(0)
    }
}
@-webkit-keyframes c{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes c{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}
@-webkit-keyframes d{
    0%{
        opacity:1
    }
    to{
        opacity:0
    }
}
@keyframes d{
    0%{
        opacity:1
    }
    to{
        opacity:0
    }
}
@media only screen and (min-width:641px){
    .remodal{
        max-width:700px
    }
}
.lt-ie9 .remodal-overlay{
    background:#2b2e38
}
.lt-ie9 .remodal{
    width:700px
}
.slick-slider{
    box-sizing:border-box;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list,.slick-slider{
    position:relative;
    display:block
}
.slick-list{
    overflow:hidden;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:none
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-list,.slick-slider .slick-track{
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
}
.slick-track{
    position:relative;
    left:0;
    top:0;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.slick-track:after,.slick-track:before{
    content:"";
    display:table
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.slick-slide{
    float:left;
    height:100%;
    min-height:1px;
    display:none
}
[dir=rtl] .slick-slide{
    float:right
}
.slick-slide img{
    display:block
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-loading .slick-slide{
    visibility:hidden
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-arrow.slick-hidden{
    display:none
}
.slick-dots{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    list-style:none
}
.slick-dots li{
    padding:0 10px;
    position:relative
}
.slick-dots li button{
    opacity:0
}
.slick-dots li:after{
    position:absolute;
    content:" ";
    top:0;
    left:0;
    width:12px;
    height:12px;
    border-radius:50%;
    border:1px solid #999;
    pointer-events:none
}
.slick-dots li.slick-active:after{
    background-color:#999
}
.selectric-wrapper{
    position:relative;
    cursor:pointer
}
.selectric-responsive{
    width:100%
}
.selectric{
    border:1px solid #44797b;
    border-radius:0;
    background:#fff;
    position:relative;
    overflow:hidden
}
.selectric .label{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:0 38px 0 10px;
    font-size:16px;
    line-height:38px;
    color:#fff;
    height:38px;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none
}
@media (min-width:64em){
    .selectric .label{
        margin:0 48px 0 10px;
        line-height:48px;
        height:48px
    }
}
.selectric .button{
    display:block;
    position:absolute;
    right:0;
    top:0;
    width:38px;
    height:38px;
    line-height:38px;
    background-color:#95b6b7;
    color:#44797b;
    text-align:center;
    font:0/0 a;
    *font:20px/38px Lucida Sans Unicode,Arial Unicode MS,Arial;
    font-size:16px
}
.selectric .button:after{
    content:" ";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    width:0;
    height:0;
    border:9px solid transparent;
    border-top-color:#44797b;
    border-bottom:none
}
@media (min-width:64em){
    .selectric .button{
        width:48px;
        height:48px;
        line-height:48px;
        *font:20px/48px Lucida Sans Unicode,Arial Unicode MS,Arial;
        font-size:16px
    }
}
.selectric-focus .selectric{
    border-color:#203839
}
.selectric-hover .selectric{
    border-color:#32595a
}
.selectric-hover .selectric .button{
    color:#b1e1d9
}
.selectric-hover .selectric .button:after{
    border-top-color:#b1e1d9
}
.selectric-open{
    z-index:9999
}
.selectric-open .selectric{
    border-color:#32595a
}
.selectric-open .selectric-items{
    display:block
}
.selectric-disabled{
    filter:alpha(opacity=50);
    opacity:.5;
    cursor:default;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.selectric-hide-select{
    position:relative;
    overflow:hidden;
    width:0;
    height:0
}
.selectric-hide-select select{
    position:absolute;
    left:-100%
}
.selectric-hide-select.selectric-is-native{
    position:absolute;
    width:100%;
    height:100%;
    z-index:10
}
.selectric-hide-select.selectric-is-native select{
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:100%;
    width:100%;
    border:none;
    z-index:1;
    box-sizing:border-box;
    opacity:0
}
.selectric-input{
    position:absolute!important;
    top:0!important;
    left:0!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    margin:0!important;
    padding:0!important;
    width:1px!important;
    height:1px!important;
    outline:none!important;
    border:none!important;
    *font:0/0 a!important;
    background:none!important
}
.selectric-temp-show{
    position:absolute!important;
    visibility:hidden!important;
    display:block!important
}
.selectric-items{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    border:1px solid #32595a;
    z-index:-1;
    box-shadow:0 0 10px -6px
}
.selectric-items .selectric-scroll{
    height:100%;
    overflow:auto
}
.selectric-above .selectric-items{
    top:auto;
    bottom:100%
}
.selectric-items li,.selectric-items ul{
    list-style:none;
    padding:0;
    margin:0;
    line-height:20px;
    min-height:56px
}
.selectric-items li{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    padding:10px;
    color:#666;
    cursor:pointer
}
.selectric-items li.selected{
    background:#e0e0e0;
    color:#444
}
.selectric-items li.highlighted{
    background:#d0d0d0;
    color:#444
}
.selectric-items li:hover{
    background:#d5d5d5;
    color:#444
}
.selectric-items .disabled{
    filter:alpha(opacity=50);
    opacity:.5;
    cursor:default!important;
    background:none!important;
    color:#666!important;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.selectric-items .selectric-group .selectric-group-label{
    font-weight:700;
    padding-left:10px;
    cursor:default;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background:none;
    color:#444
}
.selectric-items .selectric-group.disabled li{
    filter:alpha(opacity=100);
    opacity:1
}
.selectric-items .selectric-group li{
    padding-left:25px
}
/*# sourceMappingURL=main.css.map */

@media screen and (max-width: 800px) {
			.remodal.form-modal {
		    padding: 70px 15px 15px;
		    top: 80px;
		}
	}


.gform_confirmation_message_1 h2 {
    color: #DF6A2E;
    font-size: 36px;
    line-height: 42px;
    margin: 0;
}
.gform_confirmation_message_1 a {
    background-color: #DF6A2E;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    border: none;
    padding: 8px 30px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 700;
    border-radius: 5px;
    min-width: 250px;
    height: 44px;
    cursor: pointer;
    text-align: center;
}

