/*
 * @author 			Steven Walters
 * @website			http://elephanteardesign.com
 * @description		custom CSS for RARx
 * @version			1.0
 * Theme Name:		RARx Theme
 * Author:			Elephant Ear Design
 * Author URI:		http://elephanteardesign.com
 * Version:			1.0
 */

html {
scroll-behavior: smooth;
}
body {

	font-family: "Roboto", sans-serif;
	font-size: 1em;
	margin: 0;
	min-width: 320px;
	min-height: 100vh;
	overflow-x: hidden;
	scroll-behavior: smooth;
/*	background-image: linear-gradient(to right top, #48b0f4, #3998d9, #2a81bf, #186ba5, #00558c);
background-image: linear-gradient(to right top, #00558c, #13659f, #2176b2, #2e87c5, #3998d9, #569de4, #6fa2ef, #88a7f8, #b09ef2, #d294e3, #ed8bce, #ff85b3);
background-image: linear-gradient(to right top, #00558c, #186ba5, #2a81bf, #3998d9, #48b0f4);*/
	
}
.section {
	min-width: 100vw;
	min-height: 100vh;
}
.section-auto-h {
	min-width: 100vw;
	min-height: auto;
}
.section-dark {
	color: #fff;
}
.section-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-grad {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-blue .section-bg {
	background-color: #00558c;
	background-image: url('images/bg-blue.webp');
}
.section-cc .section-bg {
	background-color: #FFF2F7;
	background-image: url('images/cotton-candy.webp');
}
.section-10 .section-bg {
	background-color: #E5EEF3;
	background-image: none;
}
.section-white-glove .section-bg {
	background-color: #FCF9F7;
	background-image: none;
}
.section-white-glove .section-grad {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#db9ad6+50,db9ad6+100&0+50,0.2+100 */
background: linear-gradient(to bottom, rgba(229,238,243,0) 50%,rgba(229,238,243,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section.center-content {
	display: flex;
	align-items: center;
	justify-content: center;
}
.section.bottom-content {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.section.top-content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.container {
	width: 90%;
	padding: 80px 0;
	margin: 0 auto;
}
.page-content {
	padding-right: 100px;
}
.main-content {
	font-size: 1.2em;
}
.main-content li {
	margin-bottom: 15px;
}
div {
	position: relative;
}
.font-color-black-light {
	color: #444;
}
.cols {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.cols {
	  align-items: stretch;
 }
.cols.center-v {
	align-items: center;
}
.cols.nowrap {
	flex-wrap: nowrap;
}
.cols.cols-2 .col {
	flex-basis: 50%;
}
.cols.cols-3 .col {
	flex-basis: 33.333333%;
}
.cols .col {
	padding: 0;
}
.cols.cols-stretch .col {
	  align-items: stretch;
	  display: flex;
 }
.cols.cols-2.size-2-1 .col:first-child  {
	flex-basis: 66.666666%;
}
.cols.cols-2.size-2-1 .col:last-child  {
	flex-basis: 33.333333%;
}
.cols.cols-2.size-1-2 .col:first-child  {
	flex-basis: 33.333333%;
}
.cols.cols-2.size-1-2 .col:last-child  {
	flex-basis: 66.666666%;
}


/*********/
.section-header {
/*	position: absolute;
	top: 50px;
	left: 50px;*/
	margin-bottom: 50px;
}
h2 {
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	font-size: 3.5em;
	letter-spacing: -0.03em;
	margin: 0;
	padding: 0;
	color: #00558C;
}
h2 small {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.4em;
	line-height:: 1.5em;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.section-dark h2 {
	color: #fff;
}
/************/
ul.cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: right;
}
ul.cards li {
	opacity: 0;
	cursor: pointer;
	padding: 10px 20px;
	margin: 3px 0;
	transition: all 0.2s linear;
	white-space: nowrap;
/*background: linear-gradient(to right, rgba(0,0,0,0) 80%,rgba(0,0,0,0.2) 100%);*/
}

ul.cards li div {
	display: none;
}
ul.cards h3 {
  /*font-family: "Epilogue", sans-serif;*/
  font-optical-sizing: auto;
  font-weight: 300;
  /*letter-spacing: -0.02em;*/
  font-size: 1.3em;
  color: #666;
  margin: 0;
  padding: 0 20px 0 0;
  transition: all 0.1s linear;
  text-align: right;
  /*text-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);*/
}
ul.cards li:hover h3 {
	color: #48B0F4;
}
ul.cards li.current h3 {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	/*text-align: right;*/
}
ul.cards li.current {
	/*background: rgba(255,255,255,0.4);*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#48b0f4+0,db9ad6+100 */
background: linear-gradient(to right, rgba(72,176,244,1) 0%,rgba(219,154,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#card-content {
	position: absolute;
	top: -30px;
	width: 100%;
	height: 100%;
}
.card-wrapper {
	/*box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px;*/
	border-radius: 0;
	/*border-radius: 0 150px 0 150px;*/
	/*background: rgba(0,85,140,0.3);
	background-image: linear-gradient(to right top, #48b0f4, #3998d9, #2a81bf, #186ba5, #00558c);*/
	box-shadow: rgba(0, 0, 0, 0.30) 0px 25px 20px -20px;
	padding: 60px 10px 30px 10px;
	display: none;
  border-left: 34px solid #DB9AD6;
  min-height: 300px;
  height: 100%;
  
	display: flex;
	justify-content: center;

	align-items: center;  
}
.card-wrapper .card-wrapper-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	opacity: 1;
	background-image: linear-gradient(to right top, #00558c, #186ba5, #2a81bf, #3998d9, #48b0f4);
	/*background: #fff;*/
	border-radius: 0 100px 0 0;
}
#card-content ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 10px 30px 30px 30px;
	position: relative;
	width: 100%;
	
}
#card-content li {
	padding: 0;
	flex-basis: 50%;
	margin: 15px 0;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	color: #fff;
	text-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);

	text-transform: uppercase;
}
#card-content h3 {
/*	position: absolute;
	width: 100%;
	top: 0;*/
	padding: 0;
	margin: 0;
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	font-size: 1em;	
	letter-spacing: 0.1em;
	/*color: #FF85B3;*/
	color: #fff;
	/*text-align: center;*/
	text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: -25px;
	width: 100%;
	white-space: nowrap;
  /* Rotate from top left corner (not default) */
  transform-origin: 0 0;
  transform: rotate(-90deg);	
}

.icon-petal {
	position: absolute;
	/*top: -40px;
	left: 50%;
	margin-left: -40px;
	transform: translateX(-50%); */
	bottom: -40px;
	right: 40px;
	background-image: url('images/petal.webp');
	background-repeat: no-repeat;
	background-size: contain;
	height: 80px;
	width: 80px;
	z-index: 1;
}
.icon-petal svg.icon {
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); 
}


a#arrow-top {
	position: fixed;
	z-index: 99;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	/*border: 1px solid #eee;*/
	cursor: pointer;
	display: none;
	background-image: url('images/icons/up.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	background-color: #48B0F4;
	transition: all 0.2s linear;
}
a:hover#arrow-top {
	background-color: #FF85B3;
	/*border-color: #000;*/
}
/**************/
img.svg {
	display: none;

}
img.svg.wht,
svg.wht path,
svg.wht g {
	fill: #fff;
}
img.svg.wht.stroke,
svg.wht.stroke path,
svg.wht.stroke g,
svg.wht.stroke polyline,
svg.wht.stroke circle {
	stroke: #fff;
	fill: transparent;
}
img.svg.blue,
svg.blue path,
svg.blue g {
	fill: #00558C;
}
img.svg.blue.stroke,
svg.blue.stroke path,
svg.blue.stroke g,
svg.blue.stroke polyline,
svg.blue.stroke circle {
	stroke: #00558C;
	fill: transparent;
}
/******/
.do-fade-in-bottom {
	opacity: 0;
}
.slide-in-right{-webkit-animation:slide-in-right .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-right .5s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}
.fade-in-bottom{-webkit-animation:fade-in-bottom .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-bottom .6s cubic-bezier(.39,.575,.565,1.000) both}
@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
.fade-in-top{-webkit-animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both}
@-webkit-keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
.scale-in-center{-webkit-animation:scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both;animation:scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}
.puff-in-center{-webkit-animation:puff-in-center .7s cubic-bezier(.47,0.000,.745,.715) both;animation:puff-in-center .7s cubic-bezier(.47,0.000,.745,.715) both}
@-webkit-keyframes puff-in-center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes puff-in-center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);opacity:1}}
.text-focus-in{-webkit-animation:text-focus-in 0.5s cubic-bezier(.55,.085,.68,.53) both;animation:text-focus-in 0.5s cubic-bezier(.55,.085,.68,.53) both}
@-webkit-keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}
.pulsate-fwd{-webkit-animation:pulsate-fwd .5s ease-in-out both;animation:pulsate-fwd .5s ease-in-out both}
@-webkit-keyframes pulsate-fwd{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulsate-fwd{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}

	#header {
		position: absolute;
		width: 100%;
		z-index: 5;
		top: 0;
		/*height: 100px;*/
		/*min-width: 1280px;*/
	}

	#header.header-fixed {
		position: fixed;
		/*height: 59px;*/
		background: rgba(255,255,255,0.95);
		-webkit-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.15);
		box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.15);	
	}
	.header-top {
		background: rgba(0,85,140,0.5);
		padding: 8px 20px;
		text-align: right;
		font-size: 0.9em;
		line-height: 1.5em;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-end;
		flex-wrap: nowrap;
	}
	.header-top a {
		color: #BFD4E2;
		text-decoration: none;
		display: inline-block;
		margin-left: 20px;
		transition: all 0.2s linear;
	}
	.header-top a,
	.header-top div {
		white-space: nowrap;
	}
	.header-top .svg {
		height: 24px;
		margin-bottom: -6px;
		transition: all 0.1s linear;
	}
	.header-top a:hover {
		color: #48B0F4;
	}
	.header-top a:hover .svg path {
		fill: #48B0F4;
	}
	a.logo {
		cursor: pointer;
		z-index: 1;
	}
	a.header-logo {
		width: 230px;
		display: block;
		position: absolute;
		left: 20px;
		top: -10px;
	}
	a.header-logo img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: auto;
	}
	#header.header-fixed a.header-logo {
		width: 100px;
	}
	#header a.logo-fixed {
		display: none;
		height: 44px;
		bottom: 0;
		left: 20px;
		display: none;
		position: absolute;	
	}	
	a.header-logo img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: auto;
	}
	#header a.logo-fixed img {
		height: 100%;
		width: auto;
		max-height: 100%;
		max-width: auto;
	}
	
	#header.header-fixed a.header-logo {
		display: none;
	}
	#header.header-fixed a.logo-fixed {
		display: block;
	}
	
	#header.header-fixed .header-top {
		background: rgba(0,85,140,1);
		padding: 5px 20px;
		font-size: 0.85em;		
	}

ul.header-nav {
  display: flex;
  align-items: center;
  margin: 0;
  margin-top: 30px;
  margin-right: 5%;
  justify-content: flex-end;
  padding: 0;
  position: relative;
}
 ul.header-nav li {
  list-style: none;
  
}
 ul.header-nav li:last-child {
  list-style: none;
  padding-left: 5px;
}
 ul.header-nav li a {
	text-decoration: none;
	/*text-transform: uppercase;*/
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	padding: 15px 20px;
	display: block;
	transition: all 0.1s linear;
	position: relative;
	border-radius: 30px;
}
/*ul.header-nav li a::after {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 10px;
	background-color: #BF9825;
	opacity: 0;
	transition: all 0.1s linear;
}*/
ul.header-nav li a:hover {
	background-color: #48B0F4;
	color: #fff;
}
ul.header-nav li a:hover::after {
	opacity: 1;
}



ul.header-nav li a.nav-button {
	text-decoration: none !important;
	padding: 10px 30px !important;
	border: 2px solid transparent !important;
	border-radius: 30px !important;
	text-align: center !important;
	font-weight: 400;
	font-size: 1.1em !important;
	/*text-shadow: 0 0 10px #555;*/
	color: #DB9AD6 !important;
	border-color: #DB9AD6 !important;
	background-color: transparent;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
ul.header-nav li a:hover.nav-button {
	color: #48B0F4 !important;
	border-color: #48B0F4 !important;
}
.header-fixed ul.header-nav li a.nav-button {
	box-shadow: none;
}

.header-fixed ul.header-nav li a {
	color: #00558C;
	/*padding: 20px;*/
	/*border-radius: 0;*/
}
.header-fixed ul.header-nav li a:hover {
  color: #fff;
}
.header-fixed ul.header-nav {
  margin-top: 5px;
  margin-bottom: 5px;
}
/********************************/
h1 {
	font-family: "Epilogue", sans-serif;
	font-weight: 500;
	font-size: 5em;
	letter-spacing: -0.03em;
	line-height: 1.2em;
	margin: 0 0 0 -15px;
	padding: 0;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
}

h1 span {
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}
.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('images/bg-petals-1.webp');
	background-repeat: no-repeat;
	background-size: 60%;	
	background-position: right 150px;
	opacity: 0.7;
	display: none;
}
.hero-header {
	padding: 150px 50px 0 0;
	/*position: absolute;*/
	/*bottom: 35%;*/
	z-index: 2;
	/*bottom: 100px;*/
	/*transform: translateY(-50%);*/
}
.hero-header-interior {
	padding: 200px 50px 0 0;
	position: relative;
	/*bottom: 35%;*/
	z-index: 2;
	bottom: auto;
	/*transform: translateY(-50%);*/
}
.hero-text,.hero-buttons a,.hero-header p {
	opacity: 0;
	transition: opacity 0.6s linear;
}
.hero-buttons {
	margin-top: 60px;
}
.hero-color {
	color: #DB9AD6;
}
.hero-header p {
/*	font-size: 1.6em;
	line-height: 1.4em;*/
}
#hero .section-bg {
	transform: scaleY(-1);
}
.hero-petals {
  width: 100%;
  aspect-ratio: 1 / 1; 
	max-width: 800px;
	margin-top: 50px;
}
.hero-petals img {
	width: 50%;
	position: absolute;
	opacity: 0;
}
.hero-petals img.petal-1 {
	top: 0;
	left: 0;
}
.hero-petals img.petal-2 {
	top: 0;
	right: 0;
	transition: all 0.6s linear;
}
.hero-petals img.petal-3 {
	bottom: 0;
	right: 0;
}
@media only screen and (max-width: 1700px) {
	h1 {
		font-weight: 500;
		font-size: 4em;
		letter-spacing: -0.03em;
		line-height: 1.2em;
	}
/*	.hero-header p {
		font-size: 1.4em;
		line-height: 1.4em;
	}*/
	.hero-header {
		bottom: 50px;
	}
}
@media only screen and (max-width: 1380px) {
	h1 {
		font-weight: 500;
		font-size: 3.7em;
		letter-spacing: -0.03em;
		line-height: 1.2em;
	}
/*	.hero-header p {
		font-size: 1.3em;
		line-height: 1.4em;
	}	*/
}
@media only screen and (max-width: 1280px) {
	h1 {
		font-weight: 500;
		font-size: 3em;
		letter-spacing: -0.03em;
		line-height: 1.2em;
	}
	h2 {
		font-weight: 600;
		font-size: 3em;
		letter-spacing: -0.03em;
	}	
	.hero-header p {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	.container {
		width: 90%;
	}
	/*body {
		font-size: 0.9em;	
	}*/
	ul.cards li {
		white-space: normal;
	}
	ul.cards h3 {
		padding-right: 0;
	}
	#card-content li {
		margin: 8px 0;
	}	
	a.header-logo {
		width: 180px;
		left: 20px;
		top: 0px;
	}
	ul.header-nav {
	  margin-top: 10px;
	}	
}
@media only screen and (max-width: 850px) {
	#hero .cols.nowrap {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#hero .cols.cols-2.size-2-1 .col:first-child  {
		flex-basis: 100%;
	}
	#hero .cols.cols-2.size-2-1 .col:last-child  {
		flex-basis: 100%;
	}
	.hero-petals {
	  width: 300px;
	margin-top: 80px;
	float: right;
	}
	.hero-header:not(.hero-header-interior) {
		padding: 50px 50px 0 0;
		/*position: absolute;*/
		/*bottom: 35%;*/
		z-index: 2;
		/*bottom: 100px;*/
		/*transform: translateY(-50%);*/
	}
	.hero-header-interior {
		padding-top: 100px;
		margin-bottom: -50px;
	}	
	a.header-logo {
		width: 180px;
		left: 20px;
		top: 0px;
	}	
	ul.header-nav {

	  margin-right: 10px;
	}

	 ul.header-nav li a {

		font-size: 1em;
		font-weight: 400;
		padding: 15px 10px;
	}
	
	a.header-logo {
		width: 150px;
		left: 20px;
		top: 0px;
	}
	.header-top a {
		margin-left: 10px;
	}
	h2 {
		font-weight: 600;
		font-size: 2.5em;
		letter-spacing: -0.03em;
	}

}

@media only screen and (max-width: 700px) {
	a.header-logo {
		top: 20px;
	}
	#header a.logo-fixed {
		height: 40px;
		margin: 5px 5px 5px 20px;
		bottom: auto;
		left: auto;
		position: relative;	
	}		
	.hero-petals {
		margin-top: 0;
		width: 300px;
	}
	.hero-header:not(.hero-header-interior) {
		padding: 50px 20px 0 0;
	}
	
	#privacy.cols {
		display: block;
	}
	.page-content {
		padding-right: 0;
	}	




	
	/*body {
		font-size: 0.75em;	
	}*/
	.card-wrapper .card-wrapper-bg {
		border-radius: 0;
	}
	#card-content li {
		flex-basis: 100%;
		margin: 4px 0;
	}
	
	.icon-petal {
		right: 20px;
		bottom: -30px;
		height: 60px;
		width: 60px;
	}
	.icon-petal svg.icon {
		height: 36px;
	}	
	ul.cards li {
		padding: 10px;
		margin: 1px 0;
	}
	ul.cards li h3 {
		font-size: 0.9em;
		font-weight: 500;
	}
	#card-content li {
		font-size: 1em;
		margin-bottom: 10px;
	}	
	.container {
		/*width: auto;*/
	}

	#treatments {
		margin: 0 -5%;
	}	
	h1 {
		white-space:normal;
		margin: 0;
	}
	.hero-buttons {
		white-space: nowrap;
		margin-top: 30px;
	}
	

}
@media only screen and (max-width: 580px) {
	.hero-petals {
		width: 180px;
	}
	h1 {
		font-size: 2.6em;
	}
	.hero-buttons {
		margin-top: 15px;
	}	
}
@media only screen and (max-width: 480px) {
	.hero-buttons {
		white-space: normal;
		text-align: center;
	}
	.hero-buttons a {
		display: inline-block;
		margin-bottom: 15px;
		min-width: 50%;
	}
	/*.hero-petals {
		margin-top: 15px;
		width: 150px;
	}	*/
}
/* MOBILE NAV ********************/
.mobile-button {
    z-index: 999;
    vertical-align: sub;
    cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
}
.mobile-button.home {
	right: 20px;
	top: 20px;
}
p.name-mobile-button {
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    font-size: 16px;
    -webkit-transition: all .25s;
    transition: all .25s;
}
.mobile-button button {
    outline: none;
    vertical-align: middle;
    padding: 0px 5px 0px 0px;
    cursor: pointer;
	background: none;
    border: none;
    width: 45px;
    display: inline-block;
}
.mobile-button:hover span#line-3 {
    width: 100%!important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mobile-button button span {
    height: 2px;
    width: 100%;
    display: block;
    margin: 6px 0px;
    transition: all 0.25s;
	background-color: rgb(255, 255, 255);
}
.mobile-button button span#line-3 {
    width: 25px;
    transition: all 0.25s;
}
.header-fixed .mobile-button button span {
	background-color: rgb(3, 101, 147);
}

/* Mobile Menu *******************/
#menu-wrapper-bar {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #DB9AD6;
	z-index: 9998;
	visibility: hidden;
	/*opacity: 0;*/
}
#menu-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	/*background-image: linear-gradient(to right bottom, #0055bc, #0063c5, #0071cd, #007fd4, #108cda);*/
	background: #FCF9F7;
	z-index: 9999;
	visibility: hidden;
	overflow: hidden;
	/*opacity: 0;*/
}

#menu-wrapper .menu-content {
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: auto;
}
#menu-wrapper .menu-content .mobile-wrapper {
	/*transform: translateY(-50%);
	top: 50%;
	margin-top: 50px;*/
}
	a.mobile-logo {
		width: 150px;
		display: block;
		margin: 10px;
	}
	a.mobile-logo img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: auto;
	}
ul.mobile-nav {
	list-style: none;
	margin: 20px;
	padding: 0;
}
ul.mobile-nav li a {

	color: #48b0f4;
	/*background-color: #008EBB;*/
	transition: all 0.3s ease;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	font-family: "Epilogue", sans-serif;
	font-weight: 500;
	font-size: 2em;	
	/*border-bottom: 1px solid #fff;*/
}


a.menu-close {
	display: block;
	position: absolute;
	top: 10px;
	left: 7px;
	cursor: pointer;
	color: #fff;
	z-index: 5;
	width: 28px;
	height: 28px;
	fill: #8AD2E0;
}
a.menu-close svg,a.logo-menu img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: auto;
}
a.menu-close svg {
	fill: #fff;
}
a:hover.menu-close svg {
	fill: #eee;
}
@media only screen and (max-width: 700px) {
	.header-top,
	ul.header-nav {
		display: none;
	}
	.mobile-button {
		display: block;
		
	}
	.header-fixed .mobile-button {
		top: 15px;
	}

}
/************/


.rotate-in-2-br-ccw{-webkit-animation:rotate-in-2-br-ccw .5s cubic-bezier(.25,.46,.45,.94) both;animation:rotate-in-2-br-ccw .5s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes rotate-in-2-br-ccw{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:0}100%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}}@keyframes rotate-in-2-br-ccw{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:0}100%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}}
.rotate-in-2-bl-cw{-webkit-animation:rotate-in-2-bl-cw .5s cubic-bezier(.25,.46,.45,.94) both;animation:rotate-in-2-bl-cw .5s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes rotate-in-2-bl-cw{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%;opacity:0}100%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:0 100%;transform-origin:0 100%;opacity:1}}@keyframes rotate-in-2-bl-cw{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%;opacity:0}100%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:0 100%;transform-origin:0 100%;opacity:1}}

.rotate-in-2-tl-ccw{-webkit-animation:rotate-in-2-tl-ccw .5s cubic-bezier(.25,.46,.45,.94) both;animation:rotate-in-2-tl-ccw .5s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes rotate-in-2-tl-ccw{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}100%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@keyframes rotate-in-2-tl-ccw{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}100%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}

.pulsate-fwd{-webkit-animation:pulsate-fwd .5s ease-in-out both;animation:pulsate-fwd .5s ease-in-out both}
@-webkit-keyframes pulsate-fwd{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulsate-fwd{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}

/**********************/
.cta {
	margin-bottom: 100px;
}
.cta-wrapper {
	background: rgba(255,255,255,0.5);
	height: 100%;
	padding: 50px 20px 20px 20px;
	margin: 30px 10px -100px 10px;
	border-radius: 10px;
	box-shadow: 4px 12px 47px 0 rgb(0 0 0 / 10%);
}
.cta h4 {
	font-weight: 400;
	color: #888;
	font-size: 1em;	
	text-transform: uppercase;
	padding: 0;
	margin: 0;	
}
.cta p {
	
		letter-spacing: 0.01em;
		line-height: 1.5em;
		font-size: 1.2em;
		color: #00558C;
		transition: all .3s linear;
}
.cta h3 {
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	font-size: 2.5em;
	line-height: 1.2em;
	letter-spacing: -0.05em;
	padding: 0;
	margin: 5px 0;
	color: #00558C;
}
.cta-icon {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;
	background-image: url('images/petal.webp');
	background-repeat: no-repeat;
	background-size: contain;
	height: 80px;
	width: 80px;
	z-index: 1;
}
.cta-icon svg.icon {
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); 
}
ul.stats {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 40px 0 10px 0;
	padding: 0;
}
ul.stats li {
	padding: 0;
	flex-basis: 20%;
	margin: 15px 0;
	text-align: center;
}
ul.stats h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	color: #48B0F4;
	font-size: 5em;
}
ul.stats h2 sup {
	display: inline-block;
	font-size: 0.4em;
	letter-spacing: -0.02em;
}
ul.stats h3 {
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.2em;	
	letter-spacing: -0.03em;
	padding: 0;
	margin: 5px 20px;
	color: #00558C;
}
.text-rose {
	color: #FF85B3;
	transition: all .3s linear;
}
@media only screen and (max-width: 1600px) {
	.cta h3 {
		font-size: 2em;
		line-height: 1.2em;
		letter-spacing: -0.05em;
	}
	ul.stats h2 {
		font-weight: 200;
		font-size: 4em;
	}
	ul.stats h3 {
		font-family: "Epilogue", sans-serif;
		font-size: 1.2em;
		line-height: 1.2em;	
		letter-spacing: -0.03em;
	}	
}
@media only screen and (max-width: 950px) {
	#whyrarx.cols {
		display: block;
	}
	#whyrarx.cols .col {
		padding-bottom: 40px;
	}
	.cta-icon {
		position: absolute;
		top: -25px;
		left: 50%;
		margin-left: -25px;
		height: 50px;
		width: 50px;
		z-index: 1;
	}
	.cta-icon svg.icon {
		height: 32px;
	}	
}
/*******************/
ul.steps {
	list-style: none;
	margin: 250px 0 0 0;
	padding: 0;
}
ul.steps h3 {
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.2em;	
	letter-spacing: -0.03em;
	padding: 0;
	margin: 5px 0;
	color: #00558C;
}
ul.steps h3 span {
	display: block;
}
ul.steps li {
	/*min-height: 55vh;*/
	width: 100%;
	position: relative;
	opacity: 0;
	transition: all 0.1s linear;
}
ul.steps li .content {
	/*position: absolute;*/
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding-left: 180px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.8em;
	line-height: 1.4em;	
	font-weight: 300;
}
ul.steps li:last-child .content {
	padding-bottom: 0;

}
ul.steps li .step {
	width: 140px;
	height: 140px;
	border-radius: 140px;
	margin-top: -70px;
	border-color: #ccc;
	border: 6px solid #ccc;
	text-align: center;
	line-height: 140px;
	font-size: 3em;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 50%;
		opacity: 0;
	transition: all 0.1s linear;
}
        ul.steps li.draw::after {
            content: "";
            position: absolute;
            top: 0;
            left: 73px;
            width: 6px;
            height: 100%;
            background-image: linear-gradient(to bottom, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #9a9ae1, #9a9ae1, #9a9ae1, #aa8fd8, #ba83ca, #c777b9, #d16ba5);
			z-index: -1;
            animation: animate 0.6s linear;
        }
        ul.steps li.draw:last-child::after,{
            width: 0;
            height: 0;
            /*animation: animate 5s linear infinite;*/
        }
        @keyframes animate {
            0% {
                height: 0;
            }

            50% {
                height: 50%;
            }

            100% {
                height: 100%;
            }
        }
ul.steps li.on {
	opacity: 1;
}		
ul.steps li:first-child.on .step	{
	opacity: 1;
}
ul.steps li.on .step {
	border-color: #D16BA5;
	background-color: #FCF9F7;
	color: #D16BA5;
}
.step-icon svg.icon {
	height: 84px;
}
/*@media only screen and (max-width: 1600px) {
	ul.steps li .content {
		font-size: 1.5em;
		line-height: 1.4em;	
	}
	ul.steps h3 {
		font-size: 1.5em;
		line-height: 1.2em;	
	}
}*/


@media only screen and (max-width: 1280px) {
	ul.steps li .content {
		padding-left: 140px;

	}
	ul.steps li .step {
		width: 100px;
		height: 100px;
		border-radius: 100px;
		margin-top: -50px;
		line-height: 100px;
		font-size: 2em;
		font-weight: 400;		
	}
	ul.steps li.draw::after {
		left: 53px;
	}	
	
	.step-icon svg.icon {
		height: 64px;
	}	
}

.sticky {
	position: -webkit-sticky; /* for Safari */
	position: sticky !important;
	top: 50px;
	align-self: flex-start; /* <-- this is the fix */
}
.sticky-200 {
	top: 200px;
}
.quote {
 background: #00558C;
	background-image: linear-gradient(to right top, #0558c5, #6a64ca, #9973cd, #bd85d1, #db9ad6);
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.3) 0px 8px 24px, rgba(17, 17, 26, 0.3) 0px 16px 48px; 
 color: #fff;
 font-size: 1.4em;
 margin: 0 0 100px 40px;
 padding: 30px 40px;
 border-radius: 80px 0;
 transition: all 0.1s linear;
}
.quote.quote-mid {
	 margin-top: 30%;
}
.quote.quote-ani {
	 opacity: 0;
}
@media only screen and (max-width: 900px) {
	#steps.cols {
		display: block;
	}
	#steps.cols .col.sticky {
	position: relative !important;
	top: auto;
	}
	.sticky-200 {
		top: auto;
	}	
	ul.steps {
		padding-bottom: 20px;
	}	
	.quote {
		 margin: 0 auto;
	}	
	.quote.quote-mid {
	 	margin-top: -150px;
	}
	ul.steps li .content {
		font-size: 1.2em;
		line-height: 1.4em;
		padding-left: 120px;	
	}

	ul.steps li .step {
		width: 80px;
		height: 80px;
		border-radius: 80px;
		margin-top: -40px;
		line-height: 80px;
		font-size: 1.8em;
		font-weight: 400;		
	}
	ul.steps li.draw::after {
		left: 43px;
	}
	ul.steps h3 span {
		display: inline;
	}	
	
}
@media only screen and (max-width: 700px) {
	ul.steps li {
		/*min-height: 80vh;*/
	}
	ul.steps {
		margin-top: 320px;
	}	
}

@media only screen and (max-width: 400px) {
	ul.steps li .content {
		padding-left: 60px;	
	}
	ul.steps li .step {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		margin-top: -20px;
		line-height: 40px;
		font-size: 1.4em;
		font-weight: 400;		
	}
	ul.steps li.draw::after {
		left: 23px;
	}	
	
}
/************************/
	ul.posts {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: no-wrap;
	}
	ul.posts li {
		width: 33.333333%;
		position: relative;
	  align-items: stretch;
	  display: flex;		
	}
	ul.posts li:before {
	  /*content: "";
	  display: block;
	  padding-top: 100%;*/
	}
	ul.posts li {
		/*position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;*/
		display: flex;
		padding: 30px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 4px 12px 47px 0 rgb(0 0 0 / 10%);
		display: flex;
		flex-direction: column;
		overflow-wrap: break-word;
		/*cursor: pointer;*/
		transition: all 0.3s linear;
		margin: 0 10px;
		overflow: hidden;
		z-index: 2;
		position: relative;
	}
	ul.posts li a:hover {
		margin-top: -10px;
		margin-bottom: 10px;
		/*text-shadow: 1px 1px 5px #888;*/
		box-shadow: 4px 12px 47px 0 rgb(0 0 0 / 25%);
	}
	ul.posts li img {
		width: 36px;
		margin-top: auto;
	}
	ul.posts li h3 {
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	font-size: 2.5em;
	line-height: 1.2em;
	letter-spacing: -0.05em;
		color: #00558C;
		padding: 0;
		margin: 0;
		text-decoration: none;
		transition: all .3s linear;
		z-index: 2;
	}
	ul.posts li p {
		z-index: 2;
		line-height: 1.5em;
		color: #00558C;
		transition: all .3s linear;
		margin-bottom: 30px;
	}	
	ul.posts li a span.more {
		margin-top: auto;
		display: block;
		font-size: 22px;
		line-height: 30px;
		text-decoration: none;
		color: #48B0F4;
		font-weight: 700;
		letter-spacing: -0.02em;
		transition: all .3s linear;
		z-index: 2;
	}
	ul.posts li a:hover h3, ul.posts li a:hover p, ul.posts li a:hover span.more, ul.posts li a:hover .text-rose  {
		color: #fff;
	}
	ul.posts li a span.more img {
		height: 30px;
		vertical-align: middle;
		transition: all .3s linear;
		margin-left: 0;
		display: inline-block;	
	}
	ul.posts li a:hover span.more img {
		margin-left: 10px;
	}
	ul.posts li a:after {
		content: '';
		width: 0;
		height: 0;
background-image: linear-gradient(to right top, #48b0f4, #3998d9, #2a81bf, #186ba5, #00558c);
		border-radius: 50%;
		position: absolute;
		left: -50px;
		bottom: -50px;
		transition: all .5s ease-in-out;
		z-index: 1;
	}
	ul.posts li a:hover::after {
		width: 1500px;
		height: 1500px;
		left: -700px;
		bottom: -700px;	
	}
@media only screen and (max-width: 1600px) {
	ul.posts li h3 {
		font-size: 2em;
		line-height: 1.2em;
		letter-spacing: -0.05em;
	}

}

@media only screen and (max-width: 950px) {
	ul.posts li h3 {
		font-size: 1.8em;
		line-height: 1.2em;
	}
	ul.posts {
		display: block;
	}	
	ul.posts li {
		width: auto;
		margin-bottom: 30px;
	}	
}
/*****************/
.sub-header {
	padding: 20px 5%;
	margin: 50px -5% 0 -5%;
	/*position: absolute;*/
	/*bottom: 35%;*/
	z-index: 2;
	/*bottom: 150px;*/
	/*transform: translateY(-50%);*/

}
.sub-header-wht-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0+100 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sub-header h2 {
	font-weight: 600;
	font-size: 4em;
	letter-spacing: -0.05em;
}
.sub-header h2 small {
	display: block;
	font-weight: 400;
	font-size: 0.3em;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.sub-header p {
	font-size: 1.2em;	
	font-weight: 200;
	margin-bottom: 40px;
}
.sub-header-buttons {
	margin-top: 40px;
}
.bg-doc {
	position: absolute;
	/*top: -40px;
	left: 50%;
	margin-left: -40px;
	transform: translateX(-50%); */
	bottom: -80px;
	right: 0;
	background-image: url('images/doc.webp');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	max-height: 1200px;
	width: 700px;
	z-index: -1;
	opacity: 0.9;
}
.quote.doc {
	transform: translateY(150%);

}
@media only screen and (max-width: 1500px) {
	.bg-doc {
		right: -5%;
	}
	.quote.doc {
		transform: translateY(120%);
	}	
}
@media only screen and (max-width: 1300px) {
	.bg-doc {
		right: -10%;
	}
	.quote.doc {
		transform: translateY(130%);
	}	
}
/********************/
.contact-wrapper {
	padding: 0 10%;
	line-height: 1.5em;
}
.contact-wrapper a {
	text-decoration: none;
	font-weight: 700;
	color: #48B0F4;
}
.form-img {
	mix-blend-mode: multiply;
	margin-top:-100px;
	max-height:800px;
	min-height:800px;
	height:100%;
}

@media only screen and (max-width: 1280px) {
	.contact-wrapper {
		padding: 0 40px 0 20px;
	}
}
@media only screen and (max-width: 800px) {
	#contact.cols {
		display: block;
	}
	#contact.cols .col {
		padding-bottom: 40px;
	}
	.contact-wrapper {
		padding: 0;
	}	
}
@media only screen and (max-width: 500px) {
	#contact-hours.cols {
		display: block;
	}
	#contact-hours.cols .col {
		padding-bottom: 0;
	}	
}
/******************************/
.footer-section {
	min-height: 50vh;
}
.footer-top {
	/*background: #eee;*/
}
.footer-bottom {
	background-color: #00558C;
	font-size: 1.2em;
	line-height: 1.5em;
}
.footer-bottom .container {
	padding-top: 100px;
}
.footer-bottom .footer-bottom-bg {
	background-image: url('images/bg-petals-4.webp');
	background-position: center top;
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	background-size: 80%;
	opacity: 0.6;
}
.footer-top p {
	font-size: 1.8em;	
	font-weight: 200;
	margin-bottom: 40px;
}
#footer .section-header {
	margin-bottom: 0;
}
#footer.section {
	min-width: 100vw;
	min-height: auto;
}
#footer a {
	text-decoration: none;
	color: #48B0F4;
}
#footer h2 {
	font-weight: 600;
	font-size: 5em;
	letter-spacing: -0.05em;
}
#footer h2 small {
	font-weight: 400;
	font-size: 0.3em;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
ul.social-nav {
	list-style: none;
	margin: 30px 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
ul.social-nav li {
	margin: 0 10px;
}
ul.social-nav a {
	display: block;
	height: 40px;
}
ul.social-nav a img {
	height: 100%;
	width: auto;
}
a.button {
	text-decoration: none !important;
	padding: 10px 30px !important;
	border: 2px solid transparent !important;
	border-radius: 30px !important;
	text-align: center !important;
	color: #fff !important;
	font-weight: 400;
	font-size: 1.1em !important;
	white-space: nowrap;
	display: inline-block;
	/*text-shadow: 0 0 10px #555;*/
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
a.button.button-lavender {
	color: #DB9AD6 !important;
	border-color: #DB9AD6;
	border: 2px solid #DB9AD6 !important;
}
a.button.button-rose {
	background-color: #FF85B3;
	border: none;
}
a.button.button-baby-blue {
	background-color: #48B0F4;
	border: none;
}
a.button.button-header-outline {
	color: #DB9AD6 !important;
	border-color: #DB9AD6 !important;
	background-color: transparent;
}
a:hover.button-header-outline {
	color: #48B0F4 !important;
	border-color: #48B0F4 !important;
	background-color: transparent !important;
}
.header-fixed a.button-header-outline {
	color: #FF85B3;
	border-color: #FF85B3;
	background-color: transparent;
	box-shadow: none;
}
.footer-center-links a {
	color: #fff !important;
}
	a.footer-logo {
		width: 150px;
		display: block;
	}
	a.footer-logo img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: auto;
	}
	.footer-tb-logo {
		width: 100px;
		display: inline-block;
	}
	/*.footer-tb-logo img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: auto;
	}	*/
@media only screen and (max-width:800px) {
	.footer-bottom {
		font-size: 1em;
		line-height: 1.5em;
	}
	.footer-bottom .container {
		padding-top: 60px;
	}	
}	
@media only screen and (max-height:950px) {
	.footer-bottom .footer-bottom-bg {
		height: 100px;
		background-size: 80%;
	}
}
@media only screen and (max-height:800px) {
	.footer-bottom .footer-bottom-bg {
		height: 80px;
		background-size: 80%;
	}
}
@media only screen and (max-height:600px) {
	.footer-bottom .footer-bottom-bg {
		height: 80px;
		background-size: 80%;
	}
}
@media only screen and (max-height:500px) {
/*	.footer-bottom .footer-bottom-bg {
		height: 50px;
		background-size: 80%;
	}*/
}

/***************************/
form fieldset {
	border: 1px dotted #ccc;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) { 
	#contact-page form {
		margin-top: -50px;
	}
}
form fieldset legend {
	/*border: 1px dotted #ccc;*/
	padding: 0 10px;
	background-color: #28AA9F;
	color: #fff;
	font-size: 14px;
}
form #redirected {
	color: #fff;
	background-color: #28AA9F;
	padding: 5px;
}
form {
	font-weight: 700;
/*	font-size: 13px;
	line-height: 24px;*/
}
form label,
form input[type="radio"],
form input[type="checkbox"] {
	cursor: pointer;
	font-weight: 400;
}
form label.error {
	color: #cc3300;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}
form span.wpcf7-not-valid-tip {
	font-size: 11px;
	color: #cc3300;
	clear: left;
	display: block;
}

form input,
form select,
form textarea {
	padding: 10px 0;
	text-indent: 5px;
	outline-width: 0;
	border: 1px solid #ccc;
	box-shadow: 0 2px 0px #eee inset;
	border-radius: 10px;
	font-family: inherit;
	transition:all 0.1s linear;
	width: 100%;
	background-color: #fff;
}
form input:focus,
form select:focus,
form textarea:focus {
	border-color: #00558C;
	/*border-width: 2px;*/
	background-color: #fff;
}
form input[type="radio"],
form input[type="checkbox"] {
	width: auto;
	height: auto;
	box-shadow: none;
	color: #fff;
}
form select {
	-webkit-appearance: menulist;
}
form textarea {
	height: 100px;
}
form-list-item {
	display: block;
}
form input[type="submit"],form a.no_thanks,form button[type="submit"] {
	text-decoration: none !important;
	padding: 10px 30px !important;
	border: 2px solid transparent !important;
	border-radius: 30px !important;
	text-align: center !important;
	color: #fff !important;
	font-weight: 400;
	font-size: 1.1em !important;
	/*text-shadow: 0 0 10px #555;*/
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
	cursor: pointer;
	background-color: #FF85B3;
	border: none;	

}
form input:hover[type="submit"],form button:hover[type="submit"] {
	background-color: #48B0F4;
	color: #fff;
}
form a.no_thanks {
	cursor: pointer;
	border: 1px solid #ccc;
	display: block;
	text-align: center;
	padding: 10px 0;
	color: #999;
	background-color: #fff;
	text-transform: uppercase;
}
form a:hover.no_thanks {
	color: #666;
	border-color: #666;
}
form .half {
	width: 48%;
	display: inline-block;
}
form .half.left {
	float: left;
}
form .half.right {
	float: right;
}
form span.wpcf7-list-item {
	width: 50%;
	display: inline-block;
	margin: 0;
}

#contact-form .wpcf7-validation-errors {
	border-color: #cc3300;
	color: #cc3300;
}
.clear {
	clear: both;
}
/***************************************************/

.grecaptcha-badge { 
    visibility: hidden;
}