/* cmsms stylesheet: default_laptop modified: 09/08/26 14:28:19 */
/* cmsms stylesheet: default_laptop modified: 09/08/26 14:26:22 */
/* cmsms stylesheet: default_laptop modified: 09/08/26 14:12:51 */
/* cmsms stylesheet: default_laptop modified: 09/08/26 14:10:58 */
/* cmsms stylesheet: default_laptop modified: 09/08/26 14:02:47 */
body {
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 135%;
	line-height: 150%;
	color: #554f59;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 30px 0px;
}

h1 {
	font-family: greycliff-cf, sans-serif;
	font-weight: 800;
	font-size: 233%;
	line-height: 105%;
	margin: 0px 0px 40px 0px;
	color: #000000;
}

h2 {
	font-family: greycliff-cf, sans-serif;
	font-weight: 800;
	font-size: 200%;
	line-height: 105%;
	margin: 0px 0px 20px 0px;
	color: #481466;
}

h3 {
	font-family: greycliff-cf, sans-serif;
	font-weight: 700;
	font-size: 150%;
	line-height: 133%;
	margin: 0px 0px 12px 0px;
}

h4 {
	font-family: greycliff-cf, sans-serif;
	font-weight: 800;
	font-size: 200%;
	line-height: 100%;
	margin: 0px;
}

#contentDefault h4 {
	font-weight: 700;
	font-size: 130%;
}

h5 {
	font-family: greycliff-cf, sans-serif;
	font-weight: 600;
	font-size: 125%;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
}

h6 {
	font-family: greycliff-cf, sans-serif;
	font-weight: 500;
	font-size: 100%;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
}

a {
	color: #b71185;
	text-decoration: none;
	transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}

a:hover {
	color: #481466;
}

a img {
	border: 0px;
}

blockquote {
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

/* IDs */

#wrapper {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #ffffff;
}

#outerHeader {
	position: relative;
	min-height: 420px;
}

#innerHeader {
	position: relative;
	z-index: 500;
	align-items: center;
	padding-top: 15px;
}

#logo {
	width: 117px;
	line-height: 0px;
}

#navigationContainer {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#menuShow {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
}

#menuShow .bar {
	display: block;
	width: 30px;
	height: 5px;
}

#actualMenu ul {
	display: flex;
	gap: 20px;
	margin: 0px;
	padding: 0px;
}

#actualMenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 100%;
}

#actualMenu li a {
	display: block;
	font-family: greycliff-cf, sans-serif;
	font-weight: 800;
	font-size: 95%;
	line-height: 100%;
	color: #ffffff;
	white-space: nowrap;
}

#actualMenu li a:hover {
	color: #ffec05;
}

#headerButtons {
	gap: 15px;
}

#innerHero {
	position: relative;
	z-index: 2;
	padding-top: 125px;
}

#heroRound {
	position: absolute;
	z-index: 2;
	top: 51px;
	right: 0px;
	width: 443px;
	height: 430px;
	transform: scale(0.88);
	transform-origin: top right;
}

#giftVouchers {
	position: absolute;
	z-index: 3;
	top: 410px;
	left: -14px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 60px;
	height: 223px;
	padding-left: 14px;
	border-radius: 10px;
}

#giftVouchers span {
	font-family: greycliff-cf, sans-serif;
	font-weight: 800;
	font-size: 100%;
	line-height: 100%;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

#contentSectionOne {
}

#splashBoxes {
}

#homeQuote {
	width: calc(100% - 120px);
	max-width: 1541px;
	margin: 75px auto 0px auto;
	font-family: greycliff-cf, sans-serif;
	font-weight: 700;
	font-size: 120%;
	line-height: 160%;
}

#contentSectionTwo {
	position: relative;
	padding: 85px 0px 0px 0px;
}

#pinkIllustration {
	position: absolute;
	z-index: 2;
	top: 400px;
	right: 40px;
	display: block;
	transform: scale(0.85);
	transform-origin: top right;
}

#pinkSectionButtons {
	position: relative;
	z-index: 3;
	margin-top: 40px;
}

.rightNarrowColumn {
	flex: 1;
	min-width: 0;
}

#videoWindow {
	position: relative;
	width: 100%;
	max-width: 560px;
	aspect-ratio: 16 / 9;
	margin-left: auto;
	overflow: hidden;
	line-height: 0px;
	cursor: pointer;
}

#videoWindow iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0px;
}

#videoWindow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#big_movie {
	position: fixed;
	z-index: 99999999;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	padding-top: 110px;
	background-color: #481466e0;
}

#big_movie_closer {
	position: absolute;
	top: 65px;
	right: 65px;
	color: #ffffff;
	font-size: 200%;
	cursor: pointer;
}

#largeiframe {
	display: table;
	width: 1000px;
	height: 560px;
	margin: 0px auto;
	border: 0px;
}

#contentSectionThree {
	padding: 75px 0px 80px 0px;
}

#associations {
	margin-top: 75px;
	line-height: 0px;
}

#outerFooter {
	position: relative;
	padding: 130px 0px;
	font-size: 75%;
	line-height: 133%;
}

#innerFooter {
	position: relative;
	z-index: 2;
}

#socialBlock {
	margin-top: 45px;
}

#socialBlock p {
	margin: 0px 0px 10px 0px;
	font-size: 78%;
	line-height: 133%;
}

/* Classes */

.outer {
}

.inner {
	position: relative;
	width: calc(100% - 140px);
	max-width: 1594px;
	margin: 0px auto;
}

.columnContainer {
	display: flex;
	gap: 25px;
}

.centerColumn {
	justify-content: center;
}

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

.standardVertical {
	padding-top: 50px;
	padding-bottom: 50px;
}

.standardBottomVertical {
	padding-bottom: 50px;
}

.smallVertical {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bottomMargin {
	margin-bottom: 30px;
}

.leftColumn {
	width: 570px;
}

.rightColumn {
	flex: 1;
}

.leftWideColumn {
	width: 850px;
}

.rightNarrowColumn {
	flex: 1;
}

.equalColumn {
	flex: 1;
}

.centered {
	text-align: center;
}

.centerBlock img {
	display: inline-block;
}

.blockText {
	display: block;
}

.tinyText {
	height: 12px;
	font-size: 58%;
	line-height: 120%;
}

.upperCase {
	text-transform: uppercase;
}

.rounded {
	border-radius: 10px;
}

/* Header background artwork */

.headerBackImage {
	position: absolute;
	z-index: 1;
	top: -30px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}

.headerBackImage img {
	position: absolute;
	display: block;
}

.heroTitle {
	width: 680px;
	padding-top: 20px;
}

h1.heroTitle {
	font-size: 245%;
}

.heroSubtitle {
	font-family: source-sans-pro, sans-serif;
	font-weight: 600;
	font-size: 140%;
	line-height: 100%;
	margin: 0px 0px 20px 0px;
	color: #000000;
}

.heroText {
	width: 850px;
	margin: 0px;
	padding-bottom: 25px;
}

.heroRoundImage {
	position: absolute;
	top: 6px;
	left: 19px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
}

.heroRoundFrame {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

/* Wave edges */

.waveTop {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	left: 0px;
	overflow: hidden;
	line-height: 0px;
}

.waveBottom {
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	line-height: 0px;
}

.waveTop img,
.waveBottom img {
	display: block;
	margin: 0px auto;
}

/* Splash boxes */

a.splashBox {
	position: relative;
	flex: 1;
	display: block;
	height: 270px;
	overflow: hidden;
	border-radius: 10px;
	text-decoration: none;
}

.imageBackImage {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}

.imageBackImage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.overImage {
	position: relative;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	height: 270px;
	padding: 18px 35px 0px 35px;
	color: #ffffff;
}

.splashTitle {
	margin: 0px 0px 40px 0px;
	color: #ffffff;
	font-weight: 700;
	font-size: 220%;
	line-height: 100%;
}

a.splashBox h2,
a.splashBox h3 {
	color: #ffffff;
}

a.splashBox h3 {
	margin: 0px;
	font-family: greycliff-cf, sans-serif;
	font-weight: 600;
	font-size: 115%;
	line-height: 120%;
}

a.splashBox:hover .imageBackImage img {
	opacity: 0.8;
}

/* Buttons */

a.blockButton,
span.blockButton {
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
	text-decoration: none;
}

a.smallButton,
span.smallButton {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 64px;
	text-align: center;
	line-height: 100%;
}

a.smallButton h4 {
	margin: 4px 0px 0px 0px;
	font-size: 100%;
	line-height: 90%;
}

a.bigButton,
span.bigButton {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 100px;
	text-align: center;
	line-height: 100%;
}

a.bigButton h4 {
	margin: 5px 0px 0px 0px;
	font-size: 200%;
	line-height: 100%;
}

a.wideButton,
span.wideButton {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 62px;
	text-align: center;
}

a.wideButton h4 {
	margin: 0px;
	font-size: 150%;
	line-height: 100%;
}

/* Pink section */

#contentSectionTwo h3 {
	color: #ffffff;
}

#contentSectionTwo p {
	margin: 0px 0px 30px 0px;
	color: #ffffff;
}

#contentSectionTwo .inner {
	z-index: 2;
}

/* Why join */

#contentSectionThree .rightColumn p {
	margin: 0px 0px 30px 0px;
	line-height: 180%;
}

.leftColumn img {
	display: block;
	max-width:  100%;
	height: auto;
}

/* Footer */

.footerAddress {
	width: 760px;
}

.footerLinks {
	width: 280px;
}

.footerAddress p {
	margin: 0px 0px 24px 0px;
}

.footerLinks ul {
	margin: 0px;
	padding: 0px;
}

.footerLinks li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footerCredit {
	margin: 50px 0px 0px 0px;
}

.socials {
	display: inline-flex;
	margin: 0px;
	padding: 0px;
}

.buttonContainer {
	gap: 6px;
	margin: 0px;
	padding: 0px;
}

.buttonContainer li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 0px;
}

.socials a:link,
.socials a:visited {
	display: block;
	opacity: 1;
	line-height: 0px;
	transition: opacity 0.4s;
}

.socials a:hover {
	opacity: 0.6;
}

.socials img {
	display: block;
}

/* Team */

.imageLeftColumn {
	flex: 0 0 310px;
	width: 310px;
	height: 274px;
	overflow: hidden;
}

.imageLeftColumn img {
	display: block;
	width: 100%;
	height: auto;
}
