@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700);

:root {
	--c-orange: hsl(30,92%,54%);
}

/*
	##    ##  #######  ########  ##     ##    ###    ##       #### ######## ########
	###   ## ##     ## ##     ## ###   ###   ## ##   ##        ##       ##  ##
	####  ## ##     ## ##     ## #### ####  ##   ##  ##        ##      ##   ##
	## ## ## ##     ## ########  ## ### ## ##     ## ##        ##     ##    ######
	##  #### ##     ## ##   ##   ##     ## ######### ##        ##    ##     ##
	##   ### ##     ## ##    ##  ##     ## ##     ## ##        ##   ##      ##
	##    ##  #######  ##     ## ##     ## ##     ## ######## #### ######## ########
*/

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
	display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
	outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
	font: inherit; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
	font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
	########  #######  ########  ##     ##  ######
	##       ##     ## ##     ## ###   ### ##    ##
	##       ##     ## ##     ## #### #### ##
	######   ##     ## ########  ## ### ##  ######
	##       ##     ## ##   ##   ##     ##       ##
	##       ##     ## ##    ##  ##     ## ##    ##
	##        #######  ##     ## ##     ##  ######
*/

fieldset {
	margin: 0;
}

label[for],
input[type=radio],
input[type=checkbox] {
	cursor: pointer;
}

label {
	display: block;
}

input[type=radio] + label,
input[type=checkbox] + label {
	display: inline-block;
}

input[type=search] {
	box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
	outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	opacity: 0.3;
	transition: 0.15s;
	cursor: pointer;
}

input:hover::-webkit-outer-spin-button,
input:hover::-webkit-inner-spin-button {
	opacity: 1;
}

legend {
	padding: 0;
	display: table;
}

fieldset {
	border: 0;
	padding: 0.01em 0 0 0;
	margin: 0;
	min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
	display: table-cell;
}

/*
	########     ###     ######   ########
	##     ##   ## ##   ##    ##  ##
	##     ##  ##   ##  ##        ##
	########  ##     ## ##   #### ######
	##        ######### ##    ##  ##
	##        ##     ## ##    ##  ##
	##        ##     ##  ######   ########
*/


html {
	height: 100%;
	font-family: "Open Sans", "Noto Sans", "Droid Sans", Roboto, "Segoe UI", "Trebuchet MS", Arial, Helvetica, "Free Sans", "Liberation Sans", Verdana, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #999;
}

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	position: relative;
	background-repeat: no-repeat;
	text-rendering: optimizeLegibility;
}

img,
svg,
video {
	display: block;
	max-width: 100%;
}

img {
	-ms-interpolation-mode: bicubic;
}


/*
	######## ##    ## ########   #######   ######   ########     ###    ########  ##     ## ##    ##
	   ##     ##  ##  ##     ## ##     ## ##    ##  ##     ##   ## ##   ##     ## ##     ##  ##  ##
	   ##      ####   ##     ## ##     ## ##        ##     ##  ##   ##  ##     ## ##     ##   ####
	   ##       ##    ########  ##     ## ##   #### ########  ##     ## ########  #########    ##
	   ##       ##    ##        ##     ## ##    ##  ##   ##   ######### ##        ##     ##    ##
	   ##       ##    ##        ##     ## ##    ##  ##    ##  ##     ## ##        ##     ##    ##
	   ##       ##    ##         #######   ######   ##     ## ##     ## ##        ##     ##    ##
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}

h1 {
	font-size: 2rem;
	font-weight: 600;
	margin: 0.83em 0 0.75em 0;
	
	font-size: 2.5rem;
	font-weight: 300;
	text-align: center;
	padding: 1em 0 0 0;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 1.2em 0 1.2em 0;
	padding-bottom: 0.6rem;
	text-align: center;
}

h3 {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 1.4em 0 0.4em 0;
}

h4 {
	font-size: 1rem;
	font-weight: 600;
	margin: 1.6em 0 0.85em 0;
}

h5 {
	font-size: 1rem;
	font-weight: 600;
	margin: 1.6em 0 0.85em 0;
}

h6 {
	font-size: 1rem;
	font-weight: 600;
	margin: 1.6em 0 0.85em 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
	margin-top: 0;
}

h1:first-child {
	margin-top: -0.17em;
}

h2:first-child {
	margin-top: -0.15em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin-bottom: 0;
}

.body-link, .body-link:visited {
	color: #d4145a;
	white-space: nowrap;
}

/*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
	text-shadow: none;
}

::selection {
	background: rgba(0, 0, 0, 0.2);
	text-shadow: none;
}*/

p.important{
	padding: 1rem;
	margin: 1rem;
	display: block;
	background-color: rgba(246,139,31,0.08);
	border: 1px solid rgba(246,139,31,0.2);
	border-radius: 5px;
	color: #f68b1f;
	text-align: center;
}
p.ofnote{
	padding: 1rem;
	margin: 1rem;
	display: block;
	color: #f68b1f;
	text-align: center;
}


/*
	 ######  ######## ########  ##     ##  ######  ######## ##     ## ########  ########
	##    ##    ##    ##     ## ##     ## ##    ##    ##    ##     ## ##     ## ##
	##          ##    ##     ## ##     ## ##          ##    ##     ## ##     ## ##
	 ######     ##    ########  ##     ## ##          ##    ##     ## ########  ######
	      ##    ##    ##   ##   ##     ## ##          ##    ##     ## ##   ##   ##
	##    ##    ##    ##    ##  ##     ## ##    ##    ##    ##     ## ##    ##  ##
	 ######     ##    ##     ##  #######   ######     ##     #######  ##     ## ########
*/

.main {
	padding: 0 1rem;
}


.site-notice-wrap
, .browser-warning-wrap
, .browser-upgrade-nudge-wrap{
	z-index: 9000;
    text-align: center;
}
.site-notice
, .browser-warning{
    background-color: #f2dede;
    color: #bb514f;
    padding: 1rem;
    font-size: 100%;
    text-align: center;	
}
.site-notice a
, .site-notice a:visited{
    color: #bb514f;
    font-size: 100%;
    text-decoration: none;
    border-bottom: 1px #bb514f dashed;
}
.site-notice[data-mood="warning"]
, .browser-upgrade-nudge{
    background-color: #f7ecb5;
    border-color: #f2e087;
    padding: 0.5rem;
	font-size: 85%;
}
.site-notice[data-mood="warning"] a
, .site-notice[data-mood="warning"] a:visited{
	border-bottom-color: #f2e087;
}
.site-notice[data-mood="neutral"]{
    background-color: #d9edf7;
    color: #478fb3;
    padding: 1rem;
	font-size: 100%;
}
.site-notice[data-mood="neutral"] a
, .site-notice[data-mood="neutral"] a:visited{
	border-bottom-color: #478fb3;
	color: #478fb3;
}
.covid-notice[data-mood="neutral"]{
	padding: 0.75rem;
	font-size: 75%;
}
.covid-notice-text{
	display: block;
}
.covid-notice .separator{
	opacity: 0.5;
}



/*
	##     ## ########    ###    ########  ######## ########
	##     ## ##         ## ##   ##     ## ##       ##     ##
	##     ## ##        ##   ##  ##     ## ##       ##     ##
	######### ######   ##     ## ##     ## ######   ########
	##     ## ##       ######### ##     ## ##       ##   ##
	##     ## ##       ##     ## ##     ## ##       ##    ##
	##     ## ######## ##     ## ########  ######## ##     ##
*/

.header-wrap {
    position: sticky;
    top: 0;
    width: 100%;
	background-color: rgba(255,255,255,0.95);
	transition: 0.3s;
	background-blend-mode: multiply;
	z-index: 2000;
}

.header {
	padding: 0;
	display: flex;
	align-items: stretch;
}

.branding {
	margin: 0 auto;
	padding: 0.5rem 0;
	justify-content: center;
	max-width: calc(100% - 6rem);
}

.logo {
	max-height: 35px;
	transition: 0.25s
}
@media only screen and (min-width: 320px) {
	.logo {
		max-height: 55px;
	}
	header.isStuck .logo {
		max-height: 35px;
	}
}


.highlight-red{
	color: #d25959;
}

/*
	########  ########  ######  ########
	##     ## ##       ##    ## ##     ##
	##     ## ##       ##       ##     ##
	########  ######    ######  ########
	##   ##   ##             ## ##
	##    ##  ##       ##    ## ##        ###
	##     ## ########  ######  ##        ###

	##    ##    ###    ##     ##
	###   ##   ## ##   ##     ##
	####  ##  ##   ##  ##     ##
	## ## ## ##     ## ##     ##
	##  #### #########  ##   ##
	##   ### ##     ##   ## ##
	##    ## ##     ##    ###
*/

/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-mobile {
	width: 100%;
}
.nav-mobile-group {
	margin: 0;
	padding: 0.25rem 1rem 1rem 1rem;
	width: 100%;
	display: block;
	list-style: none;
}

.nav-mobile-item {
	width: 100%;
	display: block;
}

.js .nav-mobile {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}

.nav-mobile.opened {}

.nav-mobile-secondary-group{
	margin: 0 0 0 1rem;
	padding: 0;
	height: 100%;
	list-style-type: none;
}
.nav-mobile-secondary-item{
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.nav-mobile-secondary-link{
	text-decoration: none;
	padding: 0.5rem;
	text-align: center;
	font-size: 70%;
}
@media only screen and (min-width: 320px) {
	.nav-mobile-secondary-link{
		font-size: 80%;
	}
}
.nav-mobile-secondary-link,
.nav-mobile-secondary-link:visited{
	color: #1b1b3a;
}

.nav-mobile-secondary-item.nav-current-item .sign-up-nav-link{
	background-color: transparent;
	color: #ddd;
}

.nav-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

@media screen and (min-width: 40em) {
	.js .nav-mobile {
		position: relative;
	}
	.js .nav-mobile.closed {
		max-height: none;
	}
	.nav-toggle {
		/*display: none;*/
	}
}

.nav-mobile {
	
}

.nav-mobile-group {

}

.nav-mobile-item {

}

.nav-mobile-link {
	display: block;
	text-decoration: none;
	padding: 0.5em 0;
	color: #1b1b3a;
	border-bottom: 1px solid hsl(0,0%,47%);
}

.nav-toggle {
	color: #d4145a;
	text-decoration: none;
	font-weight: bold;
	background-image: url("/image/hamburger.svg?v=2");
	background-size: 25px 25px;
	text-indent: -9999px;
	display: block;
	width: 25px;
	height: 25px;
	margin: auto 0.75rem;
	margin-left: 0;
}
@media only screen and (min-width: 300px) {
	.nav-toggle {
		background-size: 50px 50px;
		width: 50px;
		height: 50px;
	}
}

/*
	##    ##    ###    ##     ##
	###   ##   ## ##   ##     ##
	####  ##  ##   ##  ##     ##
	## ## ## ##     ## ##     ##
	##  #### #########  ##   ##
	##   ### ##     ##   ## ##
	##    ## ##     ##    ###
*/

.nav {
	display: none;
	justify-content: center;
}

/* SIGN UP */
.sign-up-nav-link{
	background-color: #49d8dd;
}
.sign-up-nav-link.nav-current-item .nav-link::after{
    background-color: #49d8dd;
}
.sign-up-nav-link .nav-link:hover
, .sign-up-nav-link.nav-current-item{
    background-color: #383838;	
}
.sign-up-nav-link .nav-link:hover::after{
	background-color: #d4145a;
}

/*
	##     ## ########    ###    ########  #### ##    ##  ######    ######
	##     ## ##         ## ##   ##     ##  ##  ###   ## ##    ##  ##    ##
	##     ## ##        ##   ##  ##     ##  ##  ####  ## ##        ##
	######### ######   ##     ## ##     ##  ##  ## ## ## ##   ####  ######
	##     ## ##       ######### ##     ##  ##  ##  #### ##    ##        ##
	##     ## ##       ##     ## ##     ##  ##  ##   ### ##    ##  ##    ##
	##     ## ######## ##     ## ########  #### ##    ##  ######    ######
*/

.h2 {
	text-transform: uppercase;
	color: hsl(0,0%,40%);
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 0 2px 0 #d6d6d6;
}


/*
	##     ##    ###    #### ##    ##
	###   ###   ## ##    ##  ###   ##
	#### ####  ##   ##   ##  ####  ##
	## ### ## ##     ##  ##  ## ## ##
	##     ## #########  ##  ##  ####
	##     ## ##     ##  ##  ##   ###
	##     ## ##     ## #### ##    ##
*/

.main-wrap {
	background-image: linear-gradient(to bottom, hsl(0,0%,90%), #FFF 250px );
	flex: 1;
}

.main {
	
}

.main-info {
}

.main-info .h2 {
	margin-bottom: 0;	
}

.main-info p {
	margin: 0;
	margin-bottom: 0.2rem;
}

.main-text {
	margin-bottom: 3rem;
}

/*
	########  #### ##       ##       ########   #######     ###    ########  ########
	##     ##  ##  ##       ##       ##     ## ##     ##   ## ##   ##     ## ##     ##
	##     ##  ##  ##       ##       ##     ## ##     ##  ##   ##  ##     ## ##     ##
	########   ##  ##       ##       ########  ##     ## ##     ## ########  ##     ##
	##     ##  ##  ##       ##       ##     ## ##     ## ######### ##   ##   ##     ##
	##     ##  ##  ##       ##       ##     ## ##     ## ##     ## ##    ##  ##     ##
	########  #### ######## ######## ########   #######  ##     ## ##     ## ########
*/

@keyframes colorcycle
	{
		0%      {background-color: #f68b1f;} /*orange*/
		16.66%  {background-color: #FFBF00;} /*yellow*/
		33.32%  {background-color: #A3D900;} /*green*/
		49.98%  {background-color: #49d8dd;} /*blue*/
		66.64%  {background-color: #1b1b3a;} /*purple*/
		83.3%   {background-color: #d4145a;} /*red*/
		100%	{background-color: #f68b1f;}
	}

.billboard-wrap {
	background-color: hsl(30,92%,54%);
	background-color: var(--c-orange);
 	background-image:
		radial-gradient(at 40% 20%, hsla(28,100%,74%,1) 0, transparent 50%),  
		radial-gradient(at 80% 0%, hsla(189,100%,56%,1) 0, transparent 50%),  
		radial-gradient(at 0% 50%, hsla(355,85%,93%,1) 0, transparent 50%),  
		radial-gradient(at 80% 50%, hsla(340,100%,76%,1) 0, transparent 50%),  
		radial-gradient(at 0% 100%, hsla(22,100%,77%,1) 0, transparent 50%),  
		radial-gradient(at 80% 100%, hsla(242,100%,70%,1) 0, transparent 50%),  
		radial-gradient(at 0% 0%, hsla(343,100%,76%,1) 0, transparent 50%);
    background-position: left top;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: fixed;
    padding: 2rem 1rem 0 1rem;
	animation: colorcycle 10s infinite;
}

.billboard {
	text-align: center;
	color: #FFF;
}

.billboard-text {
	margin: 2rem 0;
	padding: 0 1rem;
}

.billboard-leader {
	font-weight: bold;
	font-size: 4rem;
	letter-spacing: -0.05em;
	margin: 0;
	line-height: 1;
}

.billboard-leader-sub {
	font-size: 1.6rem;
	font-weight: 300;
	margin: 0.5em 0 0 0;
}

.billboard-image {
	display: inline-block;
	position: relative;
	z-index: 50;
	padding: 0 2em;
}



/*
	##     ##    ###    #### ##    ##
	###   ###   ## ##    ##  ###   ##
	#### ####  ##   ##   ##  ####  ##
	## ### ## ##     ##  ##  ## ## ##
	##     ## #########  ##  ##  ####
	##     ## ##     ##  ##  ##   ###
	##     ## ##     ## #### ##    ##

	#### ##    ## ########  #######
	 ##  ###   ## ##       ##     ##
	 ##  ####  ## ##       ##     ##
	 ##  ## ## ## ######   ##     ##
	 ##  ##  #### ##       ##     ##
	 ##  ##   ### ##       ##     ##
	#### ##    ## ##        #######
*/

.main-info {
	padding: 4rem 0;
	text-align: center;
}

.full-width-section{
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 6rem;
}



/*
	 #######  ##     ## ######## ########  ##     ## #### ######## ##      ##
	##     ## ##     ## ##       ##     ## ##     ##  ##  ##       ##  ##  ##
	##     ## ##     ## ##       ##     ## ##     ##  ##  ##       ##  ##  ##
	##     ## ##     ## ######   ########  ##     ##  ##  ######   ##  ##  ##
	##     ##  ##   ##  ##       ##   ##    ##   ##   ##  ##       ##  ##  ##
	##     ##   ## ##   ##       ##    ##    ## ##    ##  ##       ##  ##  ##
	 #######     ###    ######## ##     ##    ###    #### ########  ###  ###
*/


.overview {
	
}
.overview h2.h2{
    margin-bottom: 0;
    margin-top: 3rem;
}
.overview-text{
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.overview-group {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.overview-item {
	text-align: center;
	margin-bottom: 3rem;
	background-color: #fff;
	margin: 1rem;
	padding: 1rem;
	border: 1px solid #eee;
	-webkit-box-shadow: 0px 0px 100px 0px rgba(150,150,150,0.1);
	-moz-box-shadow: 0px 0px 100px 0px rgba(150,150,150,0.1);
	box-shadow: 0px 0px 100px 0px rgba(150,150,150,0.1);
}

.overview-heading {
	margin-bottom: 1rem;
	color: #333;
	font-weight: bold;
}

.overview-image {
	border-radius: 5px;
	display: inline-block;
}
.overview-logo{
	margin: 1rem auto;
	max-width: 100%;
}

.overview-list {
	list-style: none;
	margin: 1rem 0 0 0;
	padding: 0;
	text-align: center;
}

.overview-list-item {
	padding: 0.5em;
	border-bottom: 1px solid hsl(0,0%,93%);
}

.overview-list-item:last-child {
	border-bottom: 0;
}


/*
	######## ########    ###    ######## ##     ## ########  ########  ######
	##       ##         ## ##      ##    ##     ## ##     ## ##       ##    ##
	##       ##        ##   ##     ##    ##     ## ##     ## ##       ##
	######   ######   ##     ##    ##    ##     ## ########  ######    ######
	##       ##       #########    ##    ##     ## ##   ##   ##             ##
	##       ##       ##     ##    ##    ##     ## ##    ##  ##       ##    ##
	##       ######## ##     ##    ##     #######  ##     ## ########  ######
*/

.website-feature-group {
	list-style: none;
	margin: 0;
	padding: 0;
}

.website-feature-item {
	padding: 1.5em 1.5em 1.5em 1.5em;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid hsl(0,0%,90%)
}

.website-feature-item:last-child {
	/*padding-bottom: 0;*/
	border-bottom: 0;
}


.website-feature-icon {
	width: 50px;
	height: 50px;
	margin: 0 1rem 0 0;
	fill: hsl(0,0%,60%);
}

.website-feature-text {
	
}

.website-feature-heading {
	margin: 0
}

.website-feature-desc {
	margin: 0.3em 0 0 0;
	font-size: 90%
}

.website-feature-coming-soon {
	font-style: italic;
	font-size: 80%;
	color: #bababa;
}

.all-features {
	text-align: center;
	margin: 2em 0 0 0;
}

.all-features-link {
	text-decoration: none;
	font-weight: bold;
	color: hsl(30,92%,54%);
	color: var(--c-orange);
	border-bottom: 1px dotted hsl(30,92%,54%); 
	border-bottom: 1px dotted var(--c-orange); 
}

/*ADMIN WEBSITE*/

.admin-website {
	margin: 4rem 0;	
}

/*
	##      ## ##     ##    ###    ########    #### ########
	##  ##  ## ##     ##   ## ##      ##        ##     ##
	##  ##  ## ##     ##  ##   ##     ##        ##     ##
	##  ##  ## ######### ##     ##    ##        ##     ##
	##  ##  ## ##     ## #########    ##        ##     ##
	##  ##  ## ##     ## ##     ##    ##        ##     ##
	 ###  ###  ##     ## ##     ##    ##       ####    ##

	 ######   #######   ######  ########  ######
	##    ## ##     ## ##    ##    ##    ##    ##
	##       ##     ## ##          ##    ##
	##       ##     ##  ######     ##     ######
	##       ##     ##       ##    ##          ##
	##    ## ##     ## ##    ##    ##    ##    ##
	 ######   #######   ######     ##     ######
*/

.what-it-costs-wrap {
	padding: 3rem 0;
    background: repeating-linear-gradient(285deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px,transparent 1px, transparent 31px,rgba(0,0,0,0.03) 31px, rgba(0,0,0,0.03) 32px,transparent 32px, transparent 92px),repeating-linear-gradient(152deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px,transparent 1px, transparent 31px,rgba(0,0,0,0.03) 31px, rgba(0,0,0,0.03) 32px,transparent 32px, transparent 92px),repeating-linear-gradient(52deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px,transparent 1px, transparent 31px,rgba(0,0,0,0.03) 31px, rgba(0,0,0,0.03) 32px,transparent 32px, transparent 92px),repeating-linear-gradient(94deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px,transparent 1px, transparent 31px,rgba(0,0,0,0.03) 31px, rgba(0,0,0,0.03) 32px,transparent 32px, transparent 92px),repeating-linear-gradient(98deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px,transparent 1px, transparent 31px,rgba(0,0,0,0.03) 31px, rgba(0,0,0,0.03) 32px,transparent 32px, transparent 92px),repeating-linear-gradient(142deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px,transparent 1px, transparent 31px,rgba(0,0,0,0.03) 31px, rgba(0,0,0,0.03) 32px,transparent 32px, transparent 92px),repeating-linear-gradient(202deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px,transparent 1px, transparent 31px,rgba(0,0,0,0.03) 31px, rgba(0,0,0,0.03) 32px,transparent 32px, transparent 92px),repeating-linear-gradient(269deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px,transparent 1px, transparent 31px,rgba(0,0,0,0.03) 31px, rgba(0,0,0,0.03) 32px,transparent 32px, transparent 92px),repeating-linear-gradient(60deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px,transparent 1px, transparent 31px,rgba(0,0,0,0.03) 31px, rgba(0,0,0,0.03) 32px,transparent 32px, transparent 92px),linear-gradient(90deg, hsl(0, 0%, 87%),hsl(0, 0%, 93%));
    background-attachment: fixed;
}

.what-it-costs {
	text-align: center;
}

.what-it-costs-page{
	margin: 3rem 0;
}

.what-it-costs .h2 {
	margin-bottom: 0;	
}

.price {
	/*color: hsl(0,0%,20%);*/
	color: #fff;
	line-height: 1.1;
	display: inline-block;
	padding: 1.5rem;
	/*background-color: #FFF;*/
	background-color: #f68a1e;
	border-radius: 5px;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(100,100,100,0.3);
	-moz-box-shadow: 0px 0px 35px 0px rgba(100,100,100,0.3);
	box-shadow: 0px 0px 35px 0px rgba(100,100,100,0.3);
}	

.what-it-costs-page .price{
	background-color: #f68a1e;
	color: #fff;
}
	
.price-value {
	font-weight: bold;
	font-size: 3rem;
	letter-spacing: -0.01em;
}	
	
.price-pence {
	font-size: 70%;
}	
	
.price-timeframe {
	display: block;
	font-size: 1.2rem;
}	

.price-vat {
	display: block;
	font-size: 0.8rem;
	padding-top: 0.5rem;
}	

	
.price-terms {
	list-style: none;
	padding: 0;
}	
	
.price-term-link-wrap {
	padding-top: 0.5rem;
}

.price-term-link, .price-term-link:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 1px #999 dotted;
}

.setup-cta-wrap {
    color: hsl(0,0%,20%);
    line-height: 1.1;
    display: inline-block;
    padding: 2rem 4rem;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(100,100,100,0.15);
	-moz-box-shadow: 0px 0px 35px 0px rgba(100,100,100,0.15);
	box-shadow: 0px 0px 35px 0px rgba(100,100,100,0.15);
}

.what-it-costs-page .setup-cta-wrap {
	background-color: #eee;
	margin: 3rem 0;
}

.setup-cta-heading {
	color: hsl(0,0%,20%);
    font-size: 1.5rem;
}

.setup-cta-price {
	color: orange;
}

.setup-cta-text {
	color: hsl(0,0%,20%);
}

.setup-cta-optional {
	color: hsl(0,0%,40%);
	font-style: italic;
}

.setup-cta-list {
	list-style: none;
	padding: 0;
}

.setup-cta-item {
	color: hsl(0,0%,20%);
}

/*
	 #######  ########  ########  ######## ########  
	##     ## ##     ## ##     ## ##       ##     ## 
	##     ## ##     ## ##     ## ##       ##     ## 
	##     ## ########  ##     ## ######   ########  
	##     ## ##   ##   ##     ## ##       ##   ##   
	##     ## ##    ##  ##     ## ##       ##    ##  
	 #######  ##     ## ########  ######## ##     ## 
*/

.order-process-wrap{
    margin-top: 0!important;
    padding: 4rem 2rem;
	display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1b1b3a;
    background: linear-gradient(52deg, rgba(163, 163, 163, 0.09) 0%, rgba(163, 163, 163, 0.09) 33.3%,rgba(100, 100, 100, 0.09) 33.3%, rgba(100, 100, 100, 0.09) 66.6%,rgba(162, 162, 162, 0.09) 66.6%, rgba(162, 162, 162, 0.09) 99%),linear-gradient(258deg, rgba(193, 193, 193, 0.06) 0%, rgba(193, 193, 193, 0.06) 33.3%,rgba(169, 169, 169, 0.06) 33.3%, rgba(169, 169, 169, 0.06) 66.6%,rgba(92, 92, 92, 0.06) 66.6%, rgba(92, 92, 92, 0.06) 99%),linear-gradient(129deg, rgba(45, 45, 45, 0.03) 0%, rgba(45, 45, 45, 0.03) 33.3%,rgba(223, 223, 223, 0.03) 33.3%, rgba(223, 223, 223, 0.03) 66.6%,rgba(173, 173, 173, 0.03) 66.6%, rgba(173, 173, 173, 0.03) 99%),linear-gradient(280deg, rgba(226, 226, 226, 0.06) 0%, rgba(226, 226, 226, 0.06) 33.3%,rgba(81, 81, 81, 0.06) 33.3%, rgba(81, 81, 81, 0.06) 66.6%,rgba(186, 186, 186, 0.06) 66.6%, rgba(186, 186, 186, 0.06) 99%),linear-gradient(85deg, rgba(225, 225, 225, 0.04) 0%, rgba(225, 225, 225, 0.04) 33.3%,rgba(95, 95, 95, 0.04) 33.3%, rgba(95, 95, 95, 0.04) 66.6%,rgba(39, 39, 39, 0.04) 66.6%, rgba(39, 39, 39, 0.04) 99%),linear-gradient(128deg, rgba(184, 184, 184, 0.06) 0%, rgba(184, 184, 184, 0.06) 33.3%,rgba(0, 0, 0, 0.06) 33.3%, rgba(0, 0, 0, 0.06) 66.6%,rgba(140, 140, 140, 0.06) 66.6%, rgba(140, 140, 140, 0.06) 99.89999999999999%),linear-gradient(323deg, rgba(40, 40, 40, 0.07) 0%, rgba(40, 40, 40, 0.07) 33.3%,rgba(214, 214, 214, 0.07) 33.3%, rgba(214, 214, 214, 0.07) 66.6%,rgba(190, 190, 190, 0.07) 66.6%, rgba(190, 190, 190, 0.07) 99.89999999999999%),linear-gradient(61deg, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 33.3%,rgba(241, 241, 241, 0) 33.3%, rgba(241, 241, 241, 0) 66.6%,rgba(55, 55, 55, 0) 66.6%, rgba(55, 55, 55, 0) 99%),linear-gradient(0deg, #1b1b3a,#4c4cad);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.6);
	box-shadow: inset 0 0 20px rgba(0,0,0,0.6);
}
.order-process-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(238, 238, 238, 0.2);
}
.order-process-wrap h2.h2{
    color: #fff;
    text-shadow: 0 2px 0 rgba(0,0,0,0.5);
}
.order-process-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.order-process-item{
	padding: 1rem;
	margin: 1rem;
	border: 1px solid rgba(0,0,0,0.6);
	border-radius: 5px;
	background-color: #fff;
}
.order-process-icon-wrap{}
.order-process-icon-wrap svg{
	fill: #d98833;
}
.order-process-list .website-feature-icon {
	margin: 0 auto;
}
.order-process-text{
	text-align: center;
	padding-left: 1rem;
	margin: 0;
}
div.next-arrow {
    border: solid #d98833;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin-bottom: -12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


/*
	######## #### ##    ## ########      #######  ##     ## ########
	##        ##  ###   ## ##     ##    ##     ## ##     ##    ##
	##        ##  ####  ## ##     ##    ##     ## ##     ##    ##
	######    ##  ## ## ## ##     ##    ##     ## ##     ##    ##
	##        ##  ##  #### ##     ##    ##     ## ##     ##    ##
	##        ##  ##   ### ##     ##    ##     ## ##     ##    ##
	##       #### ##    ## ########      #######   #######     ##

	##     ##  #######  ########  ########
	###   ### ##     ## ##     ## ##
	#### #### ##     ## ##     ## ##
	## ### ## ##     ## ########  ######
	##     ## ##     ## ##   ##   ##
	##     ## ##     ## ##    ##  ##
	##     ##  #######  ##     ## ########
*/
.footer-call-wrap{
	background-color: #383838;
	color: #fff;
}

.footer-call{
	text-align: center;
	padding: 1rem;
	font-size: 1.2rem;
}

.footer-call .email-value
, .footer-call .email-value:visited{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

.footer-wrap {
	min-height: 3rem;
}

.find-out-more-wrap, .footer-wrap {
	background-color: hsl(0,0%,25%);
}
.contactless-footer{
	background-color: transparent;
}

.find-out-more {
	padding: 3rem 0 0 0;
}

.find-out-more .h2 {
	text-shadow: none;
	color: hsl(0,0%,100%);
	margin-bottom: 0;
}

.find-out-more-sub {
	text-align: center;
	margin: 0 0 2em 0;
}



/*
	######## ######## ########  ##     ##  ######     ########     ###    ########  
	   ##    ##       ##     ## ###   ### ##    ##    ##     ##   ## ##   ##     ## 
	   ##    ##       ##     ## #### #### ##          ##     ##  ##   ##  ##     ## 
	   ##    ######   ########  ## ### ##  ######     ########  ##     ## ########  
	   ##    ##       ##   ##   ##     ##       ##    ##     ## ######### ##   ##   
	   ##    ##       ##    ##  ##     ## ##    ##    ##     ## ##     ## ##    ##  
	   ##    ######## ##     ## ##     ##  ######     ########  ##     ## ##     ## 
*/
.terms-bar{
	background-color: #d4145a;
	margin-top: 3rem;
}
.terms-bar-list{
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 2rem 0;
}
.terms-bar-item{
	padding: 0 1rem;
	text-align: center;
}
.terms-bar-link
, .terms-bar-link:visited{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}




/*
	########  #######  ########  ##     ##  ######
	##       ##     ## ##     ## ###   ### ##    ##
	##       ##     ## ##     ## #### #### ##
	######   ##     ## ########  ## ### ##  ######
	##       ##     ## ##   ##   ##     ##       ##
	##       ##     ## ##    ##  ##     ## ##    ##
	##        #######  ##     ## ##     ##  ######
*/

.form {
	
}
input::placeholder{
	font-style: italic;
	color: #ccc;
}

.form-group {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	padding: 0 -1rem;
	justify-content: center;
}

.form-item {
	width: 100%;
	padding: 0 1rem 1rem 1rem;
}

.form-item-bot {
	display: none;
}

.form-item-terms {
	color: #666;
    text-align: center;
}
.form-item-terms a, .form-item-terms a:visited{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}


/*TEXT*/

.form-text-label {
	display: flex;
	align-items: center;
	line-height: 1;
	text-transform: uppercase;
	font-size: 90%;
	color: hsl(0,0%,70%);
	letter-spacing: 0.08em;
	margin: 0 0 0.5em 0;
}

.required-label {
	font-style: italic;
	color: #f68b1f;
	font-size: 60%;
	line-height: 0;
	padding-left: 0.5rem;
}

.form-text-input {
	background-color: #fbfbfb;
	width: 100%;
	padding: 0.75em 1em;
	border-radius: 0.3em;
	border: 0;
	transition: 0.1s;
	border: 3px solid #eee;
}

.footer-wrap .form-text-input {
	background-color: #fff;
	border: 3px solid transparent;
}

.form-text-input:focus {
	/*box-shadow: 0 0 10px hsla(30,92%,54%,1);*/
	border-color: hsl(30,92%,54%);
}


.form-textarea{
	background-color: #fbfbfb;
	width: 100%;
	padding: 0.75em 1em;
	border-radius: 0.3em;
	border: 0;
	transition: 0.1s;
	border: 3px solid #eee;
}

.footer-wrap .form-textarea {
	background-color: #fff;
	border: 3px solid transparent;
}

.form-textarea:focus {
	border-color: hsl(30,92%,54%);
}

/*CHOICE*/

.form-choice-group
, .form-choice-group-label
, .form-choice-group-caveat {
	list-style: none;
	padding: 0;	
	display: flex;
	justify-content: center;
}

.form-choice-group-caveat {
	font-style: italic;
	color: #ccc;
	margin: 0;
}

.form-choice-item {
	padding: 0 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: calc(100% / 3);
}

.form-choice-input {
	margin-bottom: -1.5rem;
	z-index: 1;
}

.form-choice-label {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
    color: hsl(0,0%,80%);
    transition: 0.15s;
    padding: 2em 0.5em 0.5em 0.5em;
    text-align: center;
}

.form-choice-label:hover {
	color: hsl(0,0%,70%);
}

.footer-wrap .form-choice-label:hover {
	color: hsl(0,0%,100%);
}


.form-choice-input:checked {
}
.form-choice-input:checked + .form-choice-label {
    background-color: #1b1b3a;
}

/*BUTTON*/

.form-item-button {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}

.button {
	background-color: #d4145a;
	border: 0;
	border-radius: 0.3em;
	padding: 0.65em 1em;
	font-weight: 700;
	color: #FFF;
	width: 30em;
	max-width: 100%;
	cursor: pointer;
}
.button:hover{
	opacity: 0.6;
}

/*
	##     ##  #######  ##      ##    #### ########
	##     ## ##     ## ##  ##  ##     ##     ##
	##     ## ##     ## ##  ##  ##     ##     ##
	######### ##     ## ##  ##  ##     ##     ##
	##     ## ##     ## ##  ##  ##     ##     ##
	##     ## ##     ## ##  ##  ##     ##     ##
	##     ##  #######   ###  ###     ####    ##
	
	##      ##  #######  ########  ##    ##  ######
	##  ##  ## ##     ## ##     ## ##   ##  ##    ##
	##  ##  ## ##     ## ##     ## ##  ##   ##
	##  ##  ## ##     ## ########  #####     ######
	##  ##  ## ##     ## ##   ##   ##  ##         ##
	##  ##  ## ##     ## ##    ##  ##   ##  ##    ##
	 ###  ###   #######  ##     ## ##    ##  ######
*/


.how-it-works-group {
	padding: 0;
	list-style: none;
}

.how-it-works-item {
	padding: 3em 0;
	text-align: center;
}

.how-it-works-item:last-child {
	padding-bottom: 0;
}

.how-it-works-item:not(:last-child) {
	border-bottom: 1px dotted hsl(0,0%,80%);
}

.how-it-works-image-wrap {
	margin: 0 0 2em 0;
}

.how-it-works-image {
	width: 100%;
	border-radius: 5px;
	display: inline-block;
}

.how-it-works-text {
	
}

.how-it-works-heading {
	font-weight: 300;
	font-size: 2rem;
	margin-bottom: 0.5em;
}

.page-link{
	text-decoration: none;
    color: hsl(30,92%,54%);
    color: var(--c-orange);
    border-bottom: 1px dotted hsl(30,92%,54%);
    border-bottom: 1px dotted var(--c-orange);
}


/*
	########   #######  ##     ##    ###    #### ##    ## 
	##     ## ##     ## ###   ###   ## ##    ##  ###   ## 
	##     ## ##     ## #### ####  ##   ##   ##  ####  ## 
	##     ## ##     ## ## ### ## ##     ##  ##  ## ## ## 
	##     ## ##     ## ##     ## #########  ##  ##  #### 
	##     ## ##     ## ##     ## ##     ##  ##  ##   ### 
	########   #######  ##     ## ##     ## #### ##    ## 

	 ######   #######  ##    ## ######## ####  ######   
	##    ## ##     ## ###   ## ##        ##  ##    ##  
	##       ##     ## ####  ## ##        ##  ##        
	##       ##     ## ## ## ## ######    ##  ##   #### 
	##       ##     ## ##  #### ##        ##  ##    ##  
	##    ## ##     ## ##   ### ##        ##  ##    ##  
	 ######   #######  ##    ## ##       ####  ###### 
*/

.domain-config-wrap{
	margin: 2rem 0;
}

.domain-config-wrap h2{
	text-align: left;
}

.domain-config-item{
	margin-bottom: 2rem;
	padding: 1rem;
}

.domain-config-item-option{
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
}

.domain-config-item-heading{
	margin-bottom: 0;
}

.domain-config-or{
	padding:0;
	display: flex;
	justify-content: center;
}

.caveat{
	color: #f68a1d;
}

.domain-help-link{
    text-decoration: none;
    color: hsl(30,92%,54%);
    color: var(--c-orange);
    border-bottom: 1px dotted hsl(30,92%,54%);
    border-bottom: 1px dotted var(--c-orange);
}


/*
	######## ########    ###    ######## ##     ## ########  ########
	##       ##         ## ##      ##    ##     ## ##     ## ##
	##       ##        ##   ##     ##    ##     ## ##     ## ##
	######   ######   ##     ##    ##    ##     ## ########  ######
	##       ##       #########    ##    ##     ## ##   ##   ##
	##       ##       ##     ##    ##    ##     ## ##    ##  ##
	##       ######## ##     ##    ##     #######  ##     ## ########

	##       ####  ######  ########
	##        ##  ##    ##    ##
	##        ##  ##          ##
	##        ##   ######     ##
	##        ##        ##    ##
	##        ##  ##    ##    ##
	######## ####  ######     ##
*/

.feature-list-wrap {
    
}

.feature-list-section {
	padding: 0 0 4em 0;
}

.feature-list-h2 {
	text-align: left;
	font-weight: 300;
	font-size: 2rem;
	padding-bottom: 0.35em;
	border-bottom: 1px dotted #F68B1F;
	margin-bottom: 0.7em;
}

.feature-list-group {
	padding: 0;
}

.feature-list-item {
	margin: 0 0 0.4em 0;
	margin-left: 2rem;
}


/*Level 1*/

.feature-list-group-l1 {
	
}

.feature-list-item-l1 {
	
}

/*Level 2*/

.feature-list-group-l2 {
	margin: 0.4em 0 0.5em 0;
}

.feature-list-item-l2 {
	font-size: 90%;
}

/*Level 3*/

.feature-list-group-l3 {
	margin: 0.4em 0 0.5em 0;
}

.feature-list-item-l3 {
	font-size: 90%;
	font-weight: 300;
}




/*
	######## ##     ##    ###    ##     ## ########  ##       ########  ######  
	##        ##   ##    ## ##   ###   ### ##     ## ##       ##       ##    ## 
	##         ## ##    ##   ##  #### #### ##     ## ##       ##       ##       
	######      ###    ##     ## ## ### ## ########  ##       ######    ######  
	##         ## ##   ######### ##     ## ##        ##       ##             ## 
	##        ##   ##  ##     ## ##     ## ##        ##       ##       ##    ## 
	######## ##     ## ##     ## ##     ## ##        ######## ########  ######  
*/

.example-text {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 3rem;
	max-width: 900px;
}

.showcase {
    display: -webkit-flex;
    display: flex;
	justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 5rem 0;
    padding: 0;
}

.showcase-hero {
	justify-content: center;
}

.showcase-item {
    width: calc(100% / 2);
    margin: 0 0 1rem 0;
    padding: 0 0.5rem;
    transition: 0.15s;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.showcase-hero-item {
	width: 100%;
}

.showcase-item:hover .showcase-item-image {
    transform: scale(1.12);
}

.showcase-item-link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: block;
    background-color: #ddd;
    color: #3f3f3f;
    text-decoration: none;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    transition: 0.15s;
    border-radius: 5px;
    overflow: hidden;
}

.showcase-item-inner {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
}


.showcase-item-image-wrap {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.showcase-item-image {
    transition: 0.15s;
    width: 100%;
}

.showcase-item-detail {
    padding-top: 1rem;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.showcase-item-detail>*:last-child {
    margin-bottom: 1rem;
}

.showcase-hero-item-detail {
	justify-content: center;
	flex: 0 0 30%;
	margin-bottom: 1rem;
}

.showcase-item-name {
	margin: 0;
}

.showcase-item-description{
	margin: 0;
}

.showcase-item-description:not(:first-of-type) {
	margin-top: 1rem;
}

.showcase-hero-item-description {
	padding-left: 1rem;
	padding-right: 1rem;
}

.showcase-hero-item-image-wrap {
	flex: 0 0 70%;
}

/*
	########    ###     #######   ######  
	##         ## ##   ##     ## ##    ## 
	##        ##   ##  ##     ## ##       
	######   ##     ## ##     ##  ######  
	##       ######### ##  ## ##       ## 
	##       ##     ## ##    ##  ##    ## 
	##       ##     ##  ##### ##  ######  
*/

.faq-header {
	color: #49d8dd;
	margin: 4rem 0 1rem 0;
}

.faq-header:target {
    background-color: #efefef;
    border: 1px solid hsl(30,92%,54%);
    border-radius: 5px;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
}


.faq-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.faq-list-item {
	padding: 0 0 2rem 0;
}

.faq-q{
	font-weight: bolder;
	font-style: italic;
}

.faq-a a
, .faq-a a:visited{
	color: #d4145a;
	border-bottom: 1px #d4145a dotted;
	text-decoration: none;
}



/*
	 ######  ######## ########    ##     ## ########  
	##    ## ##          ##       ##     ## ##     ## 
	##       ##          ##       ##     ## ##     ## 
	 ######  ######      ##       ##     ## ########  
	      ## ##          ##       ##     ## ##        
	##    ## ##          ##       ##     ## ##        
	 ######  ########    ##        #######  ##     
*/

.setup-heading {
	text-align: left;
	color: #f68a1d;
	margin-bottom: 0;
}

.setup-list {
	margin-top: 0;
}

.setup-faq-text{
    margin-top: 0;
}
.setup-pay-text{
	margin-bottom: 4rem;
}

.mandate-section{
	margin-top: 2rem;
	margin-bottom: 4rem;
}
.mandate-section .mandate-header{
	text-align: center;
	margin-bottom: 0;
}
.mandate-text{
	text-align: center;
	margin-top: 0;
}


/*
	########   #######   ######   ######
	##     ## ##     ## ##    ## ##    ##
	##     ## ##     ## ##       ##
	##     ## ##     ## ##        ######
	##     ## ##     ## ##             ##
	##     ## ##     ## ##    ## ##    ##
	########   #######   ######   ######
*/

/*.docs-nav-wrap {
	position: fixed;
	top: 79px;
	bottom: 0;
	left: 0;
	padding-bottom: 2em;
	width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: calc(100% - 79px);
	background: #343131;
	z-index: 200;
}

.docs-nav-group {
		
}

.docs-nav-group-l1 {
		
}

.docs-nav-group-item {
		
}

.docs-nav-group-item-l1 {
		
}*/


/*
	######## ########  ######  ######## #### ##     ##  #######  ##    ## ####    ###    ##       
	   ##    ##       ##    ##    ##     ##  ###   ### ##     ## ###   ##  ##    ## ##   ##       
	   ##    ##       ##          ##     ##  #### #### ##     ## ####  ##  ##   ##   ##  ##       
	   ##    ######    ######     ##     ##  ## ### ## ##     ## ## ## ##  ##  ##     ## ##       
	   ##    ##             ##    ##     ##  ##     ## ##     ## ##  ####  ##  ######### ##       
	   ##    ##       ##    ##    ##     ##  ##     ## ##     ## ##   ###  ##  ##     ## ##       
	   ##    ########  ######     ##    #### ##     ##  #######  ##    ## #### ##     ## ########
*/

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

.new-testinmonial-form{
	max-width: 700px;
	margin: 0 auto;
	margin-top: 2rem;
}

.testimonial-group {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;

    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.testimonial-item {
    -webkit-flex: 0 0 calc((100%/2) - 0.5rem);
    flex: 0 0 calc((100%/2) - 0.5rem);
    -webkit-flex-basis: calc((100%/2) - 0.5rem);
    flex-basis: calc((100%/2) - 0.5rem);

    margin: 0 0 2rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.testimonial-inner {
    margin: 0;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.testimonial-quote {
    background-color: #efefef;
    padding: 2rem;
    border-radius: 5px;
    margin: -0.2em 0 1.5rem 0;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.4));
    filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.4));
}
.testimonial-quote::after {
    content: "\00A0";
    width: 0;
    height: 0;
    position: absolute;
    left: 2rem;
    top: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #efefef;
}
.testimonial-credit {
    margin-left: 2rem;
    display: block;
    margin: 0;
    font-weight: bolder;
}
.testimonial-credit-name {
    display: inline-block;
    margin: 0;
    padding-right: 0.2em;
}
.testimonial-credit-company {
    display: inline-block;
    margin: 0;
    padding-right: 0.2em;
}




/*
	##     ##  #######  ########     ###    ##       
	###   ### ##     ## ##     ##   ## ##   ##       
	#### #### ##     ## ##     ##  ##   ##  ##       
	## ### ## ##     ## ##     ## ##     ## ##       
	##     ## ##     ## ##     ## ######### ##       
	##     ## ##     ## ##     ## ##     ## ##       
	##     ##  #######  ########  ##     ## ######## 
*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.overlay-active .overlay {
    visibility: visible;
    opacity: 1;
}

.overlay #overlay-wrap {
    width: 80%;
    background-color: #fff;
    box-shadow: 0 0 8rem rgba(0,0,0,0.4);
    border-radius: 3px;
 }

.overlay .overlay-header, .overlay .overlay-content {
    padding: 1rem;
}

.overlay .overlay-header {
    background-color: #dedede;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.overlay-header h2 {
    flex-grow: 1;
    margin: 0.3rem 0 0 0.5rem;
	padding: 0;
    text-align: left;
}

.overlay-content {
    padding: 1rem;
}

.modal-close {
	cursor: pointer;
}




mark.open, mark.closed {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.1em 0.4em;
    margin: 0 0.4em;
    background-color: transparent;
    font-weight: 700;
    transition: 0.15s;
    border-radius: 0.3em;
}
mark.open {
    background-color: #49d8dd;
}
mark.closed {
    background-color: #d4145a;
}
.open-hours-heading{
	text-align: left;
	margin-bottom: 0;
}
.contact-definition-list {
	padding-top: 1rem;
}
.contact-definition-list dt {
	padding-top: 1rem;
	font-weight: bolder;
}
.contact-definition-list dd {
	margin-left: 0;
}
.open-hours-definition-list {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 3rem;
}

.print-show-wrap{
	display: none;
}


@media print { 
 	.header-wrap, .footer-wrap {
 		display: none !important;
 	}
 	h1{
 		padding-top: 0 !important;
		margin-top: 0 !important;
 	}
 	.main-wrap{
 		margin-top: 0 !important;
 		padding-top: 0 !important;
 	}
 	.body-link
 	, .body-link:visited{
 		text-decoration: none;
 		border-bottom: none;
 	}
}

/* Animation List */
.animation-example-list{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.animation-example-item{
	width: 100%;
}
.animation-example-text{
	margin: 2rem;
	padding: 2rem;
	background-color: #636363;
	color: #fff;
}

.animation-example-item:hover{
	opacity: 0.8;
}
.animation-example-text:hover{
	cursor: pointer;
}

.domain-refresh-form{
	margin-top: 2.5rem;
}

.domain-check-form{
	margin: 3rem auto;
	padding: 2rem;
	background-color: #fff;
	max-width: 600px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
}
.domain-check-label{
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 1em 0;
	padding-bottom: 0.6rem;
	text-align: center;
}
.domain-check-input{
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
    outline-offset: 0;
    transition: 0.2s;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    padding: 1rem;
    border-radius: 4px;
}
.domain-check-input:active
, .domain-check-input:focus{
	border-color: hsl(30,92%,54%);
}
.domain-check-button-wrap{
	margin: 1rem;	
	display: flex;
	justify-content: center;
}
.domain-check-button
, .domain-refresh-button{
	margin: 0;
    background-color: #999;
    color: #fff;
    position: relative;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    transition: 0.1s;
    padding: 0.7rem;
    cursor: pointer;
    font-size: 14px;
}
.domain-status-text{
	width: 100%;
	padding: 1rem;
	border: 1px solid transparent;
	background-color: #999;
	border-color: #333;
	color: #fff;
	border-radius: 3px;
}
.domain-status-text-positive{
	background-color: #dff0d8;
	border-color: #c1e2b3;
	color: #4c8c4c;
	fill: #4c8c4c;
}
.domain-status-text-negative{
	background-color: #f2dede;
	border-color: #e4b9b9;
	color: #bb514f;
	fill: #bb514f;
}
.domain-status-one-fail{
	color: #d25959;
	border: 1px solid #d25959;
    padding: 0.5rem;
    border-radius: 3px;
}
.domain-config-link
, .domain-config-link:visited{
	color: #f68b1f;
}




.show-banner-logo,
.show-floorplan{
	border-radius: 50px;
	box-shadow: 0 20px 20px 0 rgba(0,0,0,0.2);
	width: 100%;
}
.show-banner-text-wrap{
    margin-top: 2rem;
    color: #fff;
    text-align: center;
}
.show-banner-heading{
    font-size: 40px;
}
.show-banner-date{
	font-size: 25px;
}
.show-banner-stand{
    display: inline-block;
    background-color: #da8933;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #a05300;
    padding: 1.5rem;
    font-size: 25px;
    font-weight: bolder;
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.2);
}


.domain-config-demo-text{
	color: #d41415;
	background-color: #383838;
	border-radius: 4px;
	padding: 1rem;
}



.case-study-wrap{
	margin:10rem 0;
}
.case-study-screens{
    max-width: 60%;
    margin: 5rem auto;
}
.case-study-screen-desktop
, .case-study-screen-mobile{
	transform: skew(30deg, -15deg);
	width: 100%;
	-webkit-box-shadow: -16px 10px 5px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: -16px 10px 5px 0px rgba(0,0,0,0.55);
	box-shadow: -16px 10px 5px 0px rgba(0,0,0,0.55);
	border: 1px solid rgba(0,0,0,0.1);
}
.case-study-screen-mobile{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%
}
.case-study-logo{
	padding: 1rem 1rem 1rem 0;
	width: 100%;
	max-width: 300px;
}
.case-study-text-wrap{
	margin: 1rem 0;
	width: 100%;
}
.case-study-suppliers{
	margin: 2rem 0;
	padding: 0;
}
.case-study-supplier{
    list-style: none;
    max-width: 200px;
}
.case-study-link{
	display: block;
	margin: 0 0 1rem 0;
	padding: 1rem;
	background-color: #d4145a;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
}
.case-study-link:hover{
	cursor: pointer;
	opacity: 0.5;
}
.case-study-link-ph{background-color: #194c57;}
.case-study-link-db{background-color: #93c01f;}
.case-study-link-ypc{background-color: #f4ab10;}

.case-study-screens{
	margin: 0;
}


.supplier-discounts{
	margin-bottom: 0!important;
	padding: 3rem;	
	background-color: #eee;
}
.supplier-discounts h2.h2 {
    margin-bottom: 0;
}
.discount-text{
	text-align: center;	
}
.supplier-discount-list{
	margin: 0;
	padding: 0;
}
.supplier-discount-item{
	list-style: none;
	margin: 6rem auto;
	padding: 2rem;
	width: 200px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.supplier-discount-item:before{
	border-radius: 50%;
	width: 100%;
	padding-bottom: 100%;
	content: "";
	position: absolute;
	z-index: -1;
}
.venture-discount-item:before{
	background: #f68b20;
	border: 5px solid #464646;
}
.tradeprint-discount-item:before{
	background: #3b424d;
	border: 5px solid #99c31e;
}
.supplier-discount-logo{
	margin: 0 auto;
}
.supplier-discount-text{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
	color: #fff;
}
.venture-banners-discount-text{
	font-size: 1.2rem;	
}
.tradeprint-discount-text{
	font-size: 1.2rem;	
}
.footnote-symbol{
	padding-left: 0.5rem;
	font-size: 1.5rem;
	opacity: 0.5;
}


.centered-text{
	text-align: center;
}
.centered-text li{
	list-style-position: inside;
}
p.center{ text-align: center;  }
h1.left, h2.left{ text-align: left;  }


.cta-wrap{
    z-index: 100;
}
.cta-button{
	display: block;
    margin: 1rem 1rem;
    padding: 1rem;
    color: #49d8dd;
    text-decoration: none;
	background-color: #fff;
	border: 2px solid #49d8dd;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 0.9rem;
    font-weight: lighter;
}
.cta-hero-button{
    color: #fff;
	background-color: #49d8dd;
	border: none;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 1rem 2rem;
}
.cta-button:hover{
	background-color: #d4145a;
	border-color: #d4145a;
	color: #fff;
}

.billboard .cta-wrap{
	margin-bottom: 5rem;
}
.main .cta-wrap{
	margin-bottom: 4rem;
}

.billboard .cta-button
, .footer-wrap .cta-button{
	background-color: rgba(0,0,0,0.3);
	border: none;
	color: #fff;
	backdrop-filter: blur(5px);
}
..billboard .cta-button{
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3);
}
.billboard .cta-button:hover,
.footer-wrap .cta-button:hover{
	background-color: #d4145a;
}
.footer-wrap .cta-hero{
	color: #fff;
}


.modal-close{
	display: none;
}
body.contact-modal-open{
    overflow: hidden;	
}
body.contact-modal-open .find-out-more-wrap{
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow-y: scroll;
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(15px);
    height: 100vh;
    width: 100vw;
    animation: fomWrapAnim 0.5s 1;
}

body.contact-modal-open .find-out-more{
	animation: fomAnim 1s 1;
}

body.contact-modal-open .find-out-more .form-choice-label {
    background-color: rgba(255,255,255,0.2);
}

body.contact-modal-open .find-out-more .form-choice-input:checked + .form-choice-label {
    background-color: #49d8dd;
    color: #fff;
}

@keyframes fomWrapAnim {
  0%   {
  		opacity: 0;
  	}
  100% {
		opacity: 1;
	}
}

@keyframes fomAnim {
  0%   {
  		opacity: 0;
  		margin-top: 2rem;
  	}
  100% {
		opacity: 1;
		margin-top: 0;
	}
}

.find-out-more-close{
	position: fixed;
	line-height: 0;
	margin: 1.5rem;
	padding: 0;
    top: 0;
    right: 0;
    font-size: 2.5rem;
}
.find-out-more-close:hover{
	cursor: pointer;
	color: #fff;
}

.phone-warning{
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    text-align: center;
    color: #9f6800;
    fill: #9f6800;
}

.warning-symbol {
    position: relative; /* So we can position the content as absolute */

    /* Using the borders to create a triangle  */
    border-left: 0.70em solid transparent;
    border-right: 0.70em solid transparent;
    border-bottom: 1.35em solid #f9e271;

    top: -1.25em;          /* Correction because of the CSS Triangle trick*/
    margin-right: 1rem;
}
.warning-symbol::before {
    
    content: "⚠";
    
    /* Position the character over the triangle */
    top: 0.45em;
    left: -0.45em;
    position: absolute;

    color: #9f6800;
    font-size: 2em;
    line-height: 1em;
}


.service-list{
	margin: 0 0 3rem 0;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.service-item{
	margin: 0;
	padding: 0.75rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    font-weight: 600;
    font-size: 1.5rem;
}
.service-item svg{
	margin: 0 1rem 0 0;
	padding: 0;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	fill: #d4145a;
}
.service-text{
	display: inline-block;
}

.main.left-text
, .main.left-text > *{
	text-align: left;
}

.price-tiers{
	list-style: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 2.5rem;
	margin: 6rem 0;
	flex-wrap: wrap;
	padding: 0;
}

.price-tier{
	background-color: #fff;
	border: 1px solid #d4145a;
	color: #222;
	padding: 1.5rem;
	max-width: 20rem;
	text-align: center;
}

.price-tier-coming-soon{
	background-color: #ebebeb;
}

.price-tier-status{
	min-height: 1rem;
	color: rgba(0,0,0,0.6);
	margin: 0 0 2rem 0;
	padding: 0.25rem;
	font-weight: 600;
}

.price-tier-name{
	margin: 0;
}

.price-tier-description{
	min-height: 5.1rem;
}

.price-tier-sub-heading{
	background-color: rgba(0,0,0,0.2);
	padding: 0.5rem;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.price-tier-cost-pounds{
	margin: 0;
	font-size: 1.2rem;
}
.price-tier-cost-dollars{
	margin: 0 0 2rem 0;
	min-height: 1rem;
}

.price-tier-features-sub-heading{
 	font-style: italic;
 	margin: 0 0 1rem 0;
 	font-size: 0.8rem;
}

.price-tier-features-heading{
	font-size: 0.8rem;
	color: rgba(0,0,0,0.6);
	margin: 1rem 0 0.25rem 0;
}

.price-tier-features{
	list-style: none;
	padding: 0;
	font-size: 0.8rem;
	min-height: 3.1rem;
}

.price-tier.most-popular{
	background-color: #d4145a;
	border: none;
	color: #fff;
}

.price-tier-status{
	background-color: #d4145a;
	color: #fff;
}

.price-tier.most-popular .price-tier-status{
	background-color: #49d8dd;
	color: #222;
}

.price-tier-coming-soon{
	border-color: #363636;
}

.price-tier-coming-soon .price-tier-status{
	background-color: #363636;
	color: #fff;
}

.price-tier-beta{
	border-color: #f68b1f;
}

.price-tier-beta .price-tier-status{
	background-color: #f68b1f;
	color: #fff;
}

.price-tier-coming-soon .price-tier-sub-heading{
	background-color: rgba(0,0,0,0.3);
	color: #fff;
}

.core-features-wrap{
	margin: 3rem 0;
}

.core-features-heading{
	text-align: center;
}

.core-features-list{
	padding: 0;
	list-style: none;
}

.core-features-item-l1{
	padding: 1rem;
	background-color: #eee;
}

h3.core-features-item-heading{
	margin-bottom: 0.5rem;
}

.cta-hero{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2rem;	
}
.cta-hero .beta{
	background-color: orange;
	color: #fff;
	border-radius: 5px;
	padding: 0.25rem 0.5rem;
	font-size: 1rem;
	margin-left: 0.5rem;
	opacity: 0.5;
}
.cta-hero .new{
	background-color: #d4145a;
	color: #fff;
	border-radius: 5px;
	padding: 0.25rem 0.5rem;
	font-size: 1rem;
	margin-right: 0.5rem;
}
.cta-hero h2,
.cta-hero p{
	margin: 0;
}
.cta-hero p{
	margin-top: 0.5rem;
	margin-bottom: 2rem;
	opacity: 0.75;
	font-style: italic;
}
.gap.two{padding-bottom: 2rem;}
.gap.three{padding-bottom: 3rem;}
.gap.five{padding-bottom: 5rem;}



.pre-header{
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}
.pre-header img{
    max-height: 30px;
    width: auto;
}
.pre-header p{
    margin: 0;
    padding: 0;
    color: #222;
    font-weight: bolder;
}
.hidden{
	display: none!important;
}
.strikethrough{
	text-decoration: line-through;
}











.form-radio-wrap {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.radio-option-label {
	flex: 1 1 180px;
	cursor: pointer;
}

.radio-option-label input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}

.radio-card {
    display: block;
    padding: 18px 20px;
    border: 2px solid #eee;
    border-radius: 12px;
    background: #fff;
    transition: all .2s ease;
    text-align: center;
}

.radio-name {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.radio-price {
    display: block;
    font-size: 16px;
    color: #666;
}

.radio-option-label:hover .radio-card {
	border-color: #999;
}

.radio-option-label input:checked + .radio-card {
    border-color: #d4145a;
    background: #eef6ff;
    box-shadow: 0 0 0 3px rgba(0,123,255,.15);
}

.radio-option-label input:focus-visible + .radio-card {
    outline: 3px solid #d4145a;
    outline-offset: 3px;
}
