
:root{
		--dragonCircleSize: 220px;
		--dragonLogoSize: 200px;
		--headerHeight: 160px;	
		--headerLeftOffset: 30px;
		--logoSpacing: 40px;
		--headerFontSize1: 65px;
		--headerFontSize2: 40px;
		--letterSpacing1: 6px;
		--letterSpacing2: 3px;
		--headerTextWidth: 730px;
		--h1Shift: 8px;
		--h2Shift: -3px;
		--headerLeftMargin: 0px;
		--dragonLogoPosition: calc((100vw - 2*var(--logoSpacing) - var(--headerTextWidth) - var(--dragonCircleSize))/2);
		--minPageWidth: calc((2*var(--dragonLogoPosition)) + var(--dragonCircleSize) + (2*var(--logoSpacing)) + var(--headerTextWidth));
		--contentWidth: 1000px;
		--menuHeight: 63px;
		--menuLetterSpacing: 3px;
		--menuFontSize: 25px;
		--MenuWidth: 1200px;
		--menuUnderline: 2px;
		--menuHighlight: 4px;
		--menuHighlightWidth: 15px;
		--menuLineSpacing: 120%;
		--menuTopPadding: 6px;
		--menuBottomMargin: 50px;
		--textMargin: 20px;
		--smallText: medium;
		--mediumText: large;
		--mediumPlusText: 18px;
		--mediumLargeText: 22px;
		--largeText: x-large;
		--xlargeText: xx-large;
		--pMargin: 10px;
		--textBoxHeaderMargin: 10px 10px 5px 10px;
		--homeOffset: 40px;
		--planOffset: 120px;
}



@media screen and (max-width: 1200px) {
	:root{
		--dragonCircleSize: 18.33vw;
		--dragonLogoSize: 16.66vw;
		--headerHeight: 13.33vw;	
		--headerLeftOffset: 1.666vw;
		--logoSpacing: 3vw;
		--headerFontSize1: 05.7vw;
		--headerFontSize2: 03.5vw;
		--letterSpacing1: 0.5vw;
		--letterSpacing2: 0.25vw;
		--headerTextWidth: 70vw;
		--h1Shift: 0.5vw;
		--h2Shift: -1.2vw;
		--headerLeftMargin: 0px;
		--dragonLogoPosition: 5vw;
		--minPageWidth: calc((2*var(--dragonLogoPosition)) + var(--dragonCircleSize) + (2*var(--logoSpacing)) + var(--headerTextWidth));
		--contentWidth: 80vw;
		--menuLetterSpacing: 0.25vw;	
		--MenuWidth: 100vw;
		--menuBottomMargin: 4.16vw;
		--homeOffset: 0px;
		--planOffset: 8vw;
	}
}


@media screen and (max-width: 1000px) {
	:root{
		--menuHeight: 6.666vw;
		--menuFontSize: 2.5vw;
		--menuHighlight: 3px;
		--menuHighlightWidth: 1.25vw;
		--menuUnderline: 1px;
		--menuTopPadding: 0.8vw;
		--menuLineSpacing: 120%;
	}
}

@media screen and (max-width: 550px) {
	:root{
		--menuHeight: 29px;
		--menuFontSize: 10px;
		--menuHighlight: 3px;
		--menuHighlightWidth: 6px;
		--menuUnderline: 1px;
		--menuTopPadding: 4px;
	}
}

@media screen and (max-width: 375px) {
	:root{
		--menuHeight: 24px;
		--menuFontSize: 9px;
		--menuHighlight: 2px;
		--menuHighlightWidth: 4px;
		--menuUnderline: 1px;
		--menuTopPadding: 4px;
	}
}

@media screen and (max-width: 650px) {
	:root{
		--smallText: small;
		--mediumText: medium;
		--mediumPlusText: 16px;
		--largeText: large;
		--mediumLargeText: 18px;
		--xlargeText: x-large;
		--pMargin: 10px;
		--textBoxHeaderMargin: 8px 10px 5px 10px;
	}
	
	#HeaderBlock>h1{
		line-height: var(--headerHeight) !important;
		top: 0 !important;
		padding-top: 4px !important;
		white-space: nowrap;
		overflow: hidden;
	}
	
	#HeaderBlock>h2{
		display: none !important;
	}	
}
	
@media screen and (max-width: 500px) {
	:root{
		--contentWidth: 90vw;
		--textMargin: 10px;
	}
}
	


:root{
	--menuPadding: calc(var(--dragonCircleSize) + var(--headerLeftOffset) + var(--logoSpacing));
}	




html,body{height: 100%;}


body{
	font-family: helvetica,arial,sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #e8e8e8;
}

p{
	font-size: var(--smallText);
	width: var(--contentWidth);
	margin: var(--pMargin) auto var(--pMargin) auto;
}



@media screen and (max-width: 900px) {
	#Content{
		padding-bottom: 50px;
	}
	
	body{
		background-color: #f0f0f0;
	}
}

@media screen and (min-width: 901px) {
	#Content{
		padding-bottom: 100px;
	}
}

#Content{margin-top: var(--menuBottomMargin);}

h1,h2,h3,h4,h5{
	font-family: palatino,"Palatino Linotype",serif;
	font-weight: bold;
}




img {text-decoration: none; border: 0px}

.hidden{display: none;}

.left{
	text-align: left !important;
}

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

.right{
	text-align: right !important;
}

a{
	color: blue;
}

p.paragraph{
	line-height: 140%;
	margin: 0 30px 0 30px;
}



*:focus {
	outline: 0;
}


@font-face{
	font-family: DragonFire;
	src: url('Dragon Fire.otf');
}


#Cover{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(231, 231, 231, 0.95);
	z-index: 50;
	display: none;
}

#Cookies{
	border-collapse: collapse;
	margin: 0 20px 20px 20px;
}

#Cookies td,#Cookies th{
	border: 1px solid black;
	padding: 10px;
}



/*		GENERAL TEXT		*/

.underline{
	text-decoration: underline;
}

.xlargeText{
	font-size: var(--xlargeText) !important;
}

.largeText{
	font-size: var(--largeText) !important;
}

.mediumLargeText{
	font-size: var(--mediumLargeText) !important;
}

.mediumPlusText{
	font-size: var(--mediumPlusText) !important;
}

.mediumText{
	font-size: var(--mediumText) !important;
}

.DragonFire{
	font-family: DragonFire;
	letter-spacing: 0.3vw;
}


h1.DragonFire,h2.DragonFire{
	letter-spacing: 0.3vw;
}


.purple{
	background-color: #f1b1ff;
}

h1{font-size: var(--xlargeText);}
h2{font-size: var(--largeText);}
h3{font-size: var(--mediumText);}
p{font-size: var(--smallText);}


p{
	line-height: 140%;
}

h1{
	margin-top: 20px;
	text-align: center;
}


h2{
	text-align: center;
}

h3{
	text-align: center;
}
 
.bold{
	font-weight: bold;
} 

ol{
	padding-left: 20px;
}

.textBox{
	width: 90vw;
	border: black solid 1px;
	margin: 0px auto 40px auto;
	border-radius: 10px;
	box-shadow: 0px 0px 5px black;
	background: white;
}

.textBox p{
	padding: 0 var(--textMargin) 0 var(--textMargin);
	margin: var(--pMargin) 0 var(--pMargin) 0;
	text-align: center;
	width: auto;
}


.textBox>h1,.textBox>h2,.textBox>h3{
	text-align: center;
	color: white;
	background-color: black;
	margin: 0;
	border-radius: 8px 8px 0 0;
	padding: var(--textBoxHeaderMargin);
}

.textBox ul{
	margin: 0;
	padding: 0;
	
}

.textBox ul.left{
	list-style-position: outside;
	margin: 0 0 0 10px;
}

.textBox ul.left li{
	text-align: left;
}

.textBox ul.center{
	list-style-position: inside;
}

.textBox ul.center li{
	text-align: center;
}

.textBox li{
	margin: 15px 20px 15px 20px;
	text-align: center;
	line-height: 120%;
	font-size: var(--smallText);
}

.textBox ul{
	font-size: var(--smallText);
}

.textBox.narrow{
	max-width: 400px !important;
}

.textBox.medium{
	max-width: 600px !important;
}

.textBox.wide{
	max-width: 800px !important;
}

.textBox.full{
	max-width: 1200px !important;
}






/*		MENU		*/

/* Prevent users from being able to select the menu text */
#Menu,#Footer,#ImageHolder>*,#Arrows>*,.noSelect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* The menu bar */
#Menu{
	padding-left: 0;
	width: 100%;
	background-color: white;
	height: calc(var(--menuHeight));
	font-size: var(--menuFontSize);
	font-family: DragonFire;
	letter-spacing: var(--menuLetterSpacing);
	color: black;
	border-bottom: black var(--menuUnderline) solid;
	z-index: 1;
	position: relative;
}

#MenuItems{
	width: calc(var(--MenuWidth));
	margin: 0 auto 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
	


/* Override standard hyperlink styling */
#Menu a{
	text-decoration: none;
	color: inherit;
}

/* Style the individual menu items (not including dropdowns) */
#Menu a{
	height: calc(var(--menuHeight) - var(--menuTopPadding));
	display: block;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	padding: var(--menuTopPadding) calc(var(--menuHighlightWidth) - 2px) 0 var(--menuHighlightWidth);
	line-height: var(--menuLineSpacing);
}


/* Style the hover effects for all buttons */
#Menu>div>a:hover{
	border-bottom: black solid var(--menuHighlight);
}


#Menu a.currentPage{
	border-bottom: black solid var(--menuHighlight);
}

#Menu #DropDown div{
	display: none;
}

#Menu #DropDown a{
	position: relative;
	z-index: 100;
}

#Menu #DropDown:hover div{
	display: block;
	position: relative;
	z-index: 50;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#Menu #DropDown div{
	top: calc(var(--menuHighlight) * -1);
	margin-top: var(--menuHighlight);
}

#Menu #DropDown:hover>a:hover{
	border-bottom: black solid var(--menuHighlight);
}

#Menu #DropDown:hover>div:hover{
	top: var(--menuHighlight);
}

#Home{
	position: relative;
	left: var(--homeOffset);
}

#Book{
	margin-left: var(--planOffset);
}







/*		FOOTER MENU		*/
#Footer{
	width: 100%;
	height: 30px;
	clear: both;
	background-color: #818181;
	box-shadow: 0 0 5px 3px #2f2f2f;
	font-size: 18px;
	font-family: Helvetica,"Palatino Linotype",sans-serif;
	font-weight: 300;
	z-index: 10000;
	position: fixed;
	bottom: 0;
}

#Footer>div{
	width: 100%;
	display: flex;
	flex-direction: row;
	line-height: 30px;
	justify-content: space-around;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

#Footer>div>a{
	display: block;
	text-decoration: none;
	color: white;
	height: 100%;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	padding: 0 20px 0 20px;
}


@media screen and (max-width: 600px) {
	#Footer{
		font-size: 2.33vw;	
		height: 5vw;
	}
	
	#Footer>div>a{
		padding: 0 3.33vw 0 3.33vw;
		line-height: 5vw;
	}
	
}

#Footer>div>a:hover{
	background-color: #6c6c6c;
	box-shadow: 0 0 3px black inset;
	border-radius: 2px;	
}

#Footer>div>a:active{
	color: white;
}

#Footer a.currentPage{
	background-color: #6c6c6c;
	box-shadow: 0 0 3px black inset;
	border-radius: 2px;
}





/*		BUTTONS		*/

.blueButton{
	overflow: hidden;
	visibility: visible !important;
	background-image: -webkit-linear-gradient(#28a0e5 0%, #015e94 100%);
	background-image: -moz-linear-gradient(#28a0e5 0%, #015e94 100%);
	background-image: -ms-linear-gradient(#28a0e5 0%, #015e94 100%);
	background-image: -o-linear-gradient(#28a0e5 0%, #015e94 100%);
	background-image: -webkit-linear-gradient(#28a0e5 0%, #015e94 100%);
	background-image: -moz-linear-gradient(#28a0e5 0%, #015e94 100%);
	background-image: -ms-linear-gradient(#28a0e5 0%, #015e94 100%);
	background-image: -o-linear-gradient(#28a0e5 0%, #015e94 100%);
	background-image: linear-gradient(#28a0e5 0%, #015e94 100%);
	-webkit-font-smoothing: antialiased;
	border: 0;
	padding: 1px;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

.blueButton>span{
	display: block;
	position: relative;
	padding: 4px 12px 0 12px;
	line-height: 30px;
	background: #1275ff;
	background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	font-size: var(--mediumText);
	color: #fff;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,sans-serif !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-appearance: none;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	height: 34px;
	font-weight: normal;
}


.blueButton:hover,.buttonHover:hover{
	box-shadow: 0 0 15px 0 #70cbff;
}

.blueButton:active span,.buttonHover:active span{
	box-shadow: inset 0 0 5px 0 #5e5e5e;
}

.blueButton>span>a{
	text-decoration: none;
	color: inherit;
}

.greyButton{
	overflow: hidden;
	visibility: visible !important;
	background-image: -webkit-linear-gradient(#cdcdcd 2.32%, #a5a5a5 100%);
	background-image: -moz-linear-gradient(#cdcdcd 2.32%, #a5a5a5 100%);
	background-image: -ms-linear-gradient(#cdcdcd 2.32%, #a5a5a5 100%);
	background-image: -o-linear-gradient(#cdcdcd 2.32%, #a5a5a5 100%);
	background-image: -webkit-linear-gradient(#cdcdcd 2.32%, #a5a5a5 100%);
	background-image: -moz-linear-gradient(#cdcdcd 2.32%, #a5a5a5 100%);
	background-image: -ms-linear-gradient(#cdcdcd 2.32%, #a5a5a5 100%);
	background-image: -o-linear-gradient(#cdcdcd 2.32%, #a5a5a5 100%);
	background-image: linear-gradient(#cdcdcd 2.32%, #a5a5a5 100%);
	-webkit-font-smoothing: antialiased;
	border: 0;
	padding: 1px;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

.greyButton>span{
	display: block;
	position: relative;
	padding: 4px 12px 0 12px;
	line-height: 30px;
	background: #1275ff;
	background-image: -webkit-linear-gradient(#e5e5e5 89.62%, #ececec 100%);
	background-image: -moz-linear-gradient(#e5e5e5 89.62%, #ececec 100%);
	background-image: -ms-linear-gradient(#e5e5e5 89.62%, #ececec 100%);
	background-image: -o-linear-gradient(#e5e5e5 89.62%, #ececec 100%);
	background-image: -webkit-linear-gradient(#e5e5e5 89.62%, #ececec 100%);
	background-image: -moz-linear-gradient(#e5e5e5 89.62%, #ececec 100%);
	background-image: -ms-linear-gradient(#e5e5e5 89.62%, #ececec 100%);
	background-image: -o-linear-gradient(#e5e5e5 89.62%, #ececec 100%);
	background-image: linear-gradient(#e5e5e5 89.62%, #ececec 100%);
	font-size: var(--mediumText);
	color: black;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,sans-serif !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-appearance: none;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	height: 34px;
	font-weight: normal;
}

.greyButton:hover{
	box-shadow: 0 0 15px 0 #c5c5c5;
}

.greyButton:active span{
	box-shadow: inset 0 0 5px 0 #c5c5c5;
}

.closeButton{
	min-width: 80px;
}

h3.blackSubHeader.close{
	margin-bottom: 0 !important;
}

.greenButton{
	overflow: hidden;
	visibility: visible !important;
	background-image: -webkit-linear-gradient(#31ab2c 0%, #22ca24 100%);
	background-image: -moz-linear-gradient(#31ab2c 0%, #22ca24 100%);
	background-image: -ms-linear-gradient(#31ab2c 0%, #22ca24 100%);
	background-image: -o-linear-gradient(#31ab2c 0%, #22ca24 100%);
	background-image: -webkit-linear-gradient(#31ab2c 0%, #22ca24 100%);
	background-image: -moz-linear-gradient(#31ab2c 0%, #22ca24 100%);
	background-image: -ms-linear-gradient(#31ab2c 0%, #22ca24 100%);
	background-image: -o-linear-gradient(#31ab2c 0%, #22ca24 100%);
	background-image: linear-gradient(#31ab2c 0%, #22ca24 100%);
	-webkit-font-smoothing: antialiased;
	border: 0;
	padding: 1px;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

.greenButton>span{
	display: block;
	position: relative;
	padding: 4px 12px 0 12px;
	line-height: 30px;
	background: #1275ff;
	background-image: -webkit-linear-gradient(#35e22f,#36b832 85%,#48cb44);
	background-image: -moz-linear-gradient(#35e22f,#36b832 85%,#48cb44);
	background-image: -ms-linear-gradient(#35e22f,#36b832 85%,#48cb44);
	background-image: -o-linear-gradient(#35e22f,#36b832 85%,#48cb44);
	background-image: -moz-linear-gradient(#35e22f,#36b832 85%,#48cb44);
	background-image: linear-gradient(#35e22f,#36b832 85%,#48cb44);
	font-size: var(--mediumText);
	color: #fff;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,sans-serif !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-appearance: none;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	height: 34px;
	font-weight: normal;
}

.greenButton:hover{
	box-shadow: 0px 0px 15px 0 #36b832;
}

.greenButton:active span{
	box-shadow: inset 0 0 5px 0 #36b832;
}








/*	HEADER	*/
#Header{
	pointer-events: none;
}

#HeaderSpacer{
	display: block;
	width: 100%;
	height: calc(var(--dragonCircleSize) - ((var(--dragonCircleSize) - var(--headerHeight))));
}

#HeaderCircle{
	display: block;
	width: var(--dragonCircleSize);
	height: var(--dragonCircleSize);
	border-radius: calc(var(--dragonCircleSize)/2);
	background-color: white;
	position: absolute;
	left: calc(var(--headerLeftOffset) + var(--dragonLogoPosition));
	top: 0px;
	z-index: 2;
}

#HeaderLogo{
	display: block;
	width: var(--dragonLogoSize);
	position: absolute;
	left: calc(var(--headerLeftOffset) + ((var(--dragonCircleSize) - var(--dragonLogoSize))/2) + var(--dragonLogoPosition));
	top: calc((var(--dragonCircleSize) - var(--dragonLogoSize))/2);
	padding: 0;
	margin: 0;
	z-index: 3;
}

#HeaderBlock{
	display: block;
	position: absolute;
	left: 0;
	top: calc((var(--dragonCircleSize) - var(--headerHeight))/2);
	height: var(--headerHeight);
	padding: 0;
	margin: 0;
	margin-left: var(--headerLeftMargin);
	background-color: black;
	z-index: 1;
	width: 100%;
	color: white;	
}

#HeaderBlock>h1{
	padding: 0;
	margin: 0;
	font-family: DragonFire;
	padding-left: calc(var(--dragonCircleSize) + var(--headerLeftOffset) + var(--logoSpacing) - var(--headerLeftMargin) + var(--dragonLogoPosition));
	text-align: left;
	letter-spacing: var(--letterSpacing1);
	font-size: var(--headerFontSize1);
	width: var(--headerTextWidth);
	overflow: hidden;
	position: relative;
	top: var(--h1Shift);
}

#HeaderBlock>h2{
	padding: 0;
	margin: 0;
	font-family: DragonFire;
	padding-left: calc(var(--dragonCircleSize) + var(--headerLeftOffset) + var(--logoSpacing) - var(--headerLeftMargin) + var(--dragonLogoPosition));
	text-align: left;
	letter-spacing: calc(var(--letterSpacing2));
	font-size: var(--headerFontSize2);
	position: relative;
	top: var(--h2Shift);
	width: var(--headerTextWidth);
	overflow: hidden;
}

#TopBanner{
	display: block;
	background-color: white;
	width: 100%;
	height: calc((var(--dragonCircleSize) - var(--headerHeight))/2);
}

















/*	HOME	*/
:root{
	--image1Ratio: 0.30351437;
	--image2Ratio: 0.75;
	--image3Ratio: 0.75;
	--image2Width: calc(100% / 3);
	--image3Width: calc(100% / 3);
}

@media screen and (min-width: 1201px) {
	:root{
		--displayWidth: 1000px;
		--displayPadding: 10px;
	}
}


@media screen and (max-width: 1200px) {
	:root{
		--displayWidth: 80vw;
		--displayPadding: 1vw;
	}
}





@media screen and (max-width: 800px) {
	:root{
		--displayWidth: 90vw;
	}
}



.imageHolder{
	width: var(--displayWidth);
	max-width: 1000px;
	padding: var(--displayPadding);
	border: 1px black solid;
	box-shadow: 0px 0px 5px 1px black;
	margin: 20px auto 40px auto;
	background-color: white;
	display: flex;
	flex-direction: row;
}


.imageHolder>div>img{
	display: none;
	width: calc(100% - 2px);
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #707070;
}

.imageHolder>div>img:first-of-type{
	display: block;
}



.slot{
	margin: 0;
	padding: 0;
	position: relative;
}

#Slot1{
	width: calc(100% - 2px);
	padding-bottom: calc(100% * var(--image1Ratio) + 2px);
}

#Slot2a,#Slot2b,#Slot2c{
	width: calc(var(--image2Width) - (var(--displayPadding) / 1.5));
	padding-bottom: calc((var(--image2Width) - (var(--displayPadding) / 1.5)) * var(--image2Ratio));
}

#Slot2a,#Slot2b{
	margin-right: var(--displayPadding);
}

#Slot3a,#Slot3b,#Slot3c{
	width: calc(var(--image3Width) - (var(--displayPadding) / 1.5));
	padding-bottom: calc((var(--image3Width) - (var(--displayPadding) / 1.5)) * var(--image3Ratio));
}

#Slot3a,#Slot3b{
	margin-right: var(--displayPadding);
}

#OpeningDate{
	margin: 20px 0 40px 0;
}

#OpeningDate h1{
	margin: 0 0 15px 0;
}

#OpeningDate h1 span{
	white-space: nowrap;
}


#OpeningSoon li{
	margin: 0 0 10px 0;
}

#OpeningSoon p{
	margin: 0 0 15px 0;
	font-size: var(--mediumText);
}

#OpeningSoon{
	padding-bottom: 10px;
}

#VideoDiv{
	border: none;
}

#IntroVideo{
	width: 100%;
	display: block;
	border-radius: 8px;
	border: black solid 1px;
}


/*	CONTACT	*/
.contactDiv{
	width: 90vw;
	max-width: 400px;
	border: black solid 1px;
	margin: 0px auto 40px auto;
	border-radius: 10px;
	box-shadow: 0px 0px 5px black;
	background: white;
}

.contactDiv>p{
	padding: 0 var(--textMargin) 0 var(--textMargin);
	margin: 20px 0 20px 0;
	text-align: center;
	width: auto;
	}


.contactDiv form>input{
	width: 80%;
	margin: 30px auto 0 auto;
	display: block;
	font-size: var(--mediumText);
	padding: 5px 10px 5px 10px;
	border: 1px solid black;
	border-radius: 5px;
}

.contactDiv form>textarea{
	width: 80%;
	height: 150px;
	margin: 30px auto 0 auto;
	padding: 5px 10px 5px 10px;
	display: block;
	font-size: var(--mediumText);
	border: 1px solid black;	
	resize: vertical;
	border-radius: 5px;
	font-family: helvetica,arial,sans-serif;
}

.contactDiv #EnquiryLabel{
	text-align: center !important;
	width: 100%;
	margin: 30px 0 0 0;
}

.contactDiv form>div>label{
	margin: 2px 0 0 5px;
	cursor: pointer;
}

#ContactPrivacyDiv{
	padding: 0 30px 0 30px;
}

#ContactPrivacyDiv>#PrivacyCheckbox{
	margin: 4px 7px 0 0;
	zoom: 1.8;
	cursor: pointer;
}

.contactDiv form>div{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 30px 0 0 0;
}


.contactDiv form>input[type='submit']{
	width: 150px;
	margin: 25px auto 25px auto;
	font-size: var(--mediumText);
	cursor: pointer;
	font-weight: normal;
	border: 2px solid black;
}

.contactDiv form>input[type='submit']:hover{
	color: white;
}

.bigList{
	display: flex;
	flex-direction: column;
}

.bigList>p{
	margin-bottom: 10px;
	margin-top: 10px;	
	text-align: left;
}

.bigList>p>span{
	font-weight: bold;
	font-size: large;
	top: 1px;
	position: relative;
}

#ContactFlex{
	margin: 0 auto 0 auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 1000px;
}

@media screen and (max-width: 900px) {
	#ContactFlex{
		flex-direction: column;
		margin-top: 40px;
	}
}

.contactDiv:first-of-type{
	align-self: flex-start;
}

.contactDiv h1{
	text-align: center;
	color: white;
	background-color: black;
	margin: 0;
	border-radius: 8px 8px 0 0;
	padding: 10px 0 5px 0;
}

#PhoneNumber{
	font-size: x-large;
	font-weight: bold;
}

#ContactError{
	font-weight: bold;
	color: red;
	text-align: center;
	margin: 0 auto 40px auto;
	padding: 0 20px 0 20px;
	width: 80vw;
	max-width: 800px;
}











/*	PREORDER	*/
#Orderable{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	margin: 0 20px;
}

#Orderable span{
	margin: 10px 10px 20px 10px;
	padding: 12px 15px;
	font-size: var(--mediumText);
	border: 1px solid #c9c9c9;
	background-color: #f5f5f5;
	border-radius: 10px;
}



#Preorder table{
	width: calc(80% + 24px);
	margin: 20px auto 0 auto;
	padding-right: 20px;
}

#Preorder .tableQuantity{
	width: 50px;
	font-size: var(--mediumText);
	margin: 5px auto 5px auto;
	display: block;
	border: black solid 1px;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

#Preorder .tableProduct{
	min-width: 100px;
	width: calc(100% - 20px);
	margin: 5px 0 5px 0;
	display: block;
	font-size: var(--mediumText);
	padding: 5px 10px 5px 10px;
	border: 1px solid black;
	border-radius: 5px;
}


#Preorder #MoreProductsDiv{
	display: flex;
	flex-direction: row;
	align-contents: space-between;
	justify-content: center;
	margin-top: 10px;

}

#Preorder .moreProducts{
}

#Preorder .moreProducts:hover{
	color: white;	
}

#Preorder #Add{
}

#Preorder #Remove{
	display: none;
	margin-right: 40px;
}

#WhatDiv{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	
}

#What{
	font-size: var(--mediumText);
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}



#WhatPopup{
	z-index: 100;
	width: 80%;
	position: fixed;
	top: 5%;
	left: 10%;
	right: 10%;
	display: none;
	margin: 0;
}

@media screen and (max-width: 600px) {
	#WhatPopup{
		width: 95%;
		left: 2.5%;
		right: 2.5%;
	}
}

#WhatPopup>div{
	overflow-y: scroll;
	max-height: 80vh;
}

.buttonDiv{
	display: flex;
	justify-content: center;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	height: 40px;
}

.line{
	width: 100%;
	display: block;
	border-bottom: 1px solid black;
}

.line.thick{
	border-bottom: 4px solid black;
}

#PreorderPrivacyDiv{
	padding: 0 50px 0 50px;
	justify-content: center !important;
}

#PreorderPrivacyDiv>#PrivacyCheckbox{
	margin: 4px 10px 0 0;
	zoom: 1.8;
	cursor: pointer;
}

#ChristmasPreorders{
}

#ChristmasPreorders h1{
	background-color: #dd0000;
}

#ChristmasPreorders h2{
	background-color: white;
	color: black;
	margin: 20px 0 20px 0;
	padding: 0;
}

.greenButton span{
	font-size: var(--largeText);
	font-weight: bold;
	padding: 6px 12px;
}

#ChristmasPreorders>h2>span{
	color: #dd0000 !important;
}

#Vermintide{
	color: #53a236;
	font-weight: bold;
	font-size: xxx-large;
	text-align: center;
	text-shadow: 2px 2px 1px #2a4822;
	margin-top: 15px;
}

.vermintide>div{
}




/*		EMAIL VIEWER		*/
#EmailViewer{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 80%;
	max-width: 800px;
}

#EmailViewer p,#EmailViewer ul{
	text-align: left;
}



#EmailViewer table tr td{
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: helvetica,arial,sans-serif;
	font-size: 12pt;
	line-height: 130%;
}
#EmailViewer table tr th{
	font-weight: bold;
	font-size: 13pt;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: helvetica,arial,sans-serif;
	line-height: 120%;		
}

#EmailViewer table{
	margin: 10px 0 30px 0;
}
#EmailViewer a{
	color: rgb(0, 0, 238);
	cursor: pointer;
}
#EmailViewer #OnlineViewer{
	font-size: 10pt;
	margin: 5px 0 0px 0;
}
#EmailViewer #Unsubscribe{
	text-align: center;
	font-size: 10pt;
	margin: 0 0 25px 0;
}
#EmailViewer ul{
	padding-left: 20px;
	font-family: helvetica,arial,sans-serif;
	font-size: 12pt;
	line-height: 140%;
	margin: 0;
}

#EmailViewer table{
	margin: 10px 20px 30px 20px;
	text-align: left;
	border-collapse: collapse;
}
#EmailViewer td{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #b7b7b7;
}
#EmailViewer th{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f7f3f3;
	border: 1px solid #b7b7b7;
}

#EmailViewer tr td:first-of-type,#EmailViewer tr th:first-of-type{
		text-align: center;
	}









/*		LIBRARY		*/
#GamesLibrary li{
	list-style-type: none;
	border: 1px solid black;
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 10px;
}

#AgeFilters{
	margin: 20px 20px 40px 20px;
	padding-bottom: 3px;
	background-color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: var(--smallText);
}

#PlayerFilters{
	margin: 0 20px 40px 20px;
	background-color: white;
	padding-bottom: 3px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: var(--smallText);
}

#PlayerFilters label,#AgeFilters label{
	margin: 0 3px 8px 3px;
	font-size: var(--smallText);
}






/*		EVENTS		*/
#EventsDiv{
	display: flex;
	flex-direction: column;
	align-content: space-between;
	justify-content: center;
	align-items: center;
	position: relative;
}

.singleColumn{
	display: block !important;
}

.singleColumn div{
	margin-left: auto !important;
	margin-right: auto !important;
}

#EventsDiv .textBox{
	padding-bottom: 5px;
	margin: 0 30px 60px 30px
	
}

#EventsDiv .textBox p{
	padding: 5px 10px;
	margin: 0;
}

#EventsDiv .textBox p.close{
	padding: 0px 10px 5px 10px;
	margin: 0;
}

#EventsDiv .textBox p.far{
	padding: 10px 10px 5px 10px;
	margin: 0;
}

#EventsDiv .textBox div.far{
	padding-top: 5px;
}

.extraPaddingBottom{
	padding-bottom: 5px;
}

#EventsDiv .textBox li{
	margin-top: 5px;
	margin-bottom: 5px;
}

.eventIDMarker tr td strong{
	line-height: 50px;
}

#WargameNight>#WargamingBook,#ItComesInPints>#PintsBook{
	margin-top: 5px !important;
}

.gameLogo{
	max-width: 90%;
	max-height: 150px;
	margin: 10px 5% 0 5%;
}

.main{
	font-size: var(--largeText) !important;
}

.rowFlex{
	display: flex;
	flex-direction: row;
	align-content: space-between;
}

.rowFlex>*{
	border-right: 1px solid black;
}

.rowFlex>*:last-of-type{
	border-right: none !important;
}

.rowFlex>*{
	flex: 1;
}

.rowFlex.noLines>*{
	border-right: none !important;
}

#EventsDiv .buttonDiv{
	margin: 15px 0 10px 0 !important;
}

#EventsPopup{
	z-index: 100;
	width: 80%;
	position: absolute;
	left: 10%;
	right: 10%;
	display: none;
	margin: 0 !important;
	max-width: none !important;
	
}

@media screen and (min-width: 800px) {
	#EventsPopup{
		width: 600px;
		left: calc((100vw - 600px) / 2);
		right: calc((100vw - 600px) / 2);
	}
}


@media screen and (max-width: 600px) {
	#EventsPopup{
		width: 95%;
		left: 2.5%;
		right: 2.5%;
	}
}

.eventImage{
	margin: 20px auto 20px auto;
	width: 300px;
	display: block;
}

.prizeList{
	display: flex;
	flex-direction: row;
	font-weight: bold;
	width: 90%;
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
}

.prizeList>div{
	display: flex;
	flex-direction: column;
	align-content: space-around;
	justify-content: space-between;
	width: 33%;
	
}

.prizeList>div>span{
	margin: 5px 5% 10px 5%;
	text-align: center;
	padding: 10px;
	border: black 2px solid;
	background-color: rgba(251, 232, 255, 0.35);
	border-radius: 15px;
	overflow: hidden;
	font-size: var(--smallText);
}


#EventsPopup>div{
}

#NumberOfPeople{
	width: 50px;
	font-size: var(--mediumText);
	display: block;
	border: black solid 1px;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	text-align: center; 
	margin: 0;
}

#NumberOfPeopleLabel{
	margin: 0 15px 0 0;
	line-height: 33px;
}

#NumberOfPeopleDiv{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: space-around;
	margin: 15px 0;
}

.timesDiv,.datesDiv{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
	display: none;
}

.timesDiv{
	margin: 5px 0 0 0;
}

.datesDiv>div:active span{
	box-shadow: none !important;
}

.placeholderRow{
	height: 50px;
}

#Time{
	display: none;
	margin: 10px 0 0 0;
}

.datesDiv>div{
	height: 60px;
	text-align: center;
	margin: 10px 10px 10px 10px;
}

.timesDiv>div{
	text-align: center;
	margin: 5px;
	width: 100px;
}

.datesDiv>div>span{
	height: 56px;
	display: flex;
	flex-direction: column;
}

.datesDiv>div>span>span{
	height: 23px;
}	


#Date{
	flex-direction: column;
	align-content: center;
	margin: 0;
}

.title2{
	font-size: large;
}

.title3{
	font-size: x-large;
	padding-bottom: 0 !important;
}

#OldWorldLogo{
	width: 80% !important;
}

#NumberOfPeopleLabel{
	cursor: auto;
}

#EventsPopup form p{
	margin: 5px 20px 5px 20px;
}

#EventTitle1{
	margin-top: 0 !important;
}

#EventsPopup form p.largeText{
	margin: 10px 20px 0px 20px;
}

#NoSpaces,#NoTimes,#Availability,#WaitingOnly{
	display: none;
	color: red;
	padding-left: 20px !important;
	padding-right: 20px !important!;
	}

#EventsPopup .line{
	margin: 10px 0;
}

#EventsPopup input[type='text'],#EventsPopup input[type='email'],#EventsPopup input[type='tel']{
	margin-top: 20px;
	margin-bottom: 25px;
}

#EventsPopup #PreorderPrivacyDiv{
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
}

#EventsPopup #EnterDetails{
	margin-top: 20px;
}

#EventsPopup .buttonDiv button{
	margin-left: 25px;
	margin-right: 25px;
}

#EventsPopup p{
	font-size: medium !important;
}

#EventsPopup p.largeText{
	font-size: large !important;
}

#EventsPopup #Time>p{
	margin-top: 0 !important;
}

#EventsDiv p.noGap{
	padding-bottom: 0;
}

#EventsDiv table{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	overflow-x: hidden;
	margin-bottom: 5px;
	position: relative;
}

#EventsDiv th{
	padding: 15px 10px;
	background-color: #dedede;
	font-size: var(--smallText);
}

#EventsDiv td{
	padding: 0 10px;
	font-size: var(--smallText);
}

#EventsDiv tr td:last-of-type{
	padding-right: 10px;
}


#EventsDiv tr:nth-child(odd) {
	background-color: #f2f2f2;
}

#EventsDiv td button{
	margin: 10px 5px 10px 10px;
}

#EventsDiv tr td:first-of-type{
	padding-right: 0 !important;
}

@media screen and (max-width: 500px) {
	#EventsDiv td{
		padding: 2px 4px;
		text-align: left;
	}
	
	#EventsDiv th{
		padding: 10px 4px;
		text-align: center;
	}
	
	#EventsDiv td button{
		margin: 5px 1px 5px 1px;
		width: 50px;
		height: 30px;
	}
	
	.narrowButtonBox{
		width: 80px !important;
	}
	
	#EventsDiv td button span{
		font-size: var(--smallText);
		padding: 0px 3px 0 3px;
		height: 29px;
	}
	
	#EventsDiv td>span:not(.gameName){
		display: none;
	}
	

	
}

@media screen and (max-width: 350px) {
	#KidsGamesTable td:nth-child(4) {
		display: none;
	}
	
	#KidsGamesTable th:nth-child(4) {
		display: none;
	}
}


.timeSpan{
	font-weight: bold;
	margin: 0 5px 0 20px;
}

.narrowButtonBox{
	width: 140px;
}

.centreButton{
	text-align: center;
}

.RPGtitle{
	font-size: x-large;
	background-color: rgba(255, 170, 170, 1);
}

#KTVideo{
	width: 100%;
}

.noDot{
	list-style-type: none;
}

#LearnSpan{
	position: relative;
	top: 8px;
}




#LorcanaPlaymat{
	width: 100%
}

.productPhoto{
	width: 100%
}

.productPhoto.boosterBox{
	width: 60%;
	margin: 0 20% 0 20%;
}


#MiddleEarthLogo{
	max-height: 180px;
	max-width: 500px;
	margin: 8px 0 3px 0;
}

.killTeamBanner{
	background-color: #dd5100 !important;
	border-radius: 0 !important;
	text-shadow: 0px 0px 4px black;
}

.magicBanner{
	background-color: #d73417 !important;
	border-radius: 0 !important;
	text-shadow: 0px 0px 4px black;
}

.spiderBanner{
	background-color: #de76f5 !important;
	border-radius: 0 !important;
	color: white !important;
}

#SpiderManLogo{
	width: 80%;
	height: auto !important;
	max-height: none !important;
}

.banner40k{
	background-color: #597b91 !important;
	border-radius: 0 !important;
	text-shadow: 0px 0px 4px black;
}

.bannerBlack{
	background-color: black !important;
	border-radius: 0 !important;
	text-shadow: 0px 0px 4px black;
}

.bannerSW{
	background-color: #734b89 !important;
	border-radius: 0 !important;
	color: white;
}

.bannerGundam{
	background-color: #c54fff !important;
	border-radius: 0 !important;
	text-shadow: 0px 0px 4px black;
}


.bannerCarnevale{
	background-color: #9b1821 !important;
	border-radius: 0 !important;
	color: black !important;
	font-weight: bold;
}


.bannerMESBG{
	background-color: #7b5219 !important;
	border-radius: 0 !important;
	text-shadow: 0px 0px 4px black;
}

.bannerWHU{
	background-color: #8c1d25 !important;
	border-radius: 0 !important;
	text-shadow: 0px 0px 4px black;
}

.bannerLorcana{
	background-color: #3f408b !important;
	border-radius: 0 !important;
	text-shadow: 0px 0px 4px black;
}

.bannerShatterpoint{
	background-color: #efcd01 !important;
	border-radius: 0 !important;
	color: black !important;
}

.bannerAoS{
	background-color: #c91217 !important;
	border-radius: 0 !important;
	text-shadow: 0px 0px 4px black;
}

.bannerMCP{
	background-color: #1786c1 !important;
	border-radius: 0 !important;
	text-shadow: 0px 0px 4px black;
}

.bannerBB{
	background-color: #374fd8 !important;
	border-radius: 0 !important;
	text-shadow: 0px 0px 4px black;
}

.bannerHH{
	background-color: #038c67 !important;
	border-radius: 0 !important;
	text-shadow: 0px 0px 4px black;
}

.MCPlogo{
	max-width: 90%;
}

.ShatterpointLogo{
	max-width: 90%;
}

#BBlogo{
	max-width: 90%;
}

#AoSLogo,#KillTeamLogo{
	max-width: 90%;
	margin: 8px 0 3px 0;
}

@media screen and (max-width: 500px) {
	#MiddleEarthLogo{
		max-width: 250px;
	}
}

.dateRow{
	border-top: #4f4f4f 2px solid;
}

div h3.blackSubHeader.expandableButton{
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	cursor: pointer;
	position: relative;
	padding-right: 40px !important;
	padding-left: 40px !important;
}

.expandable>h2{
	margin-top: 10px;
	margin-bottom: 5px;
}

div h3.bookingBar{
	margin-top: 2px !important;
}

.expandableButton:hover{
	background-color: #515151;
}

.expandable{
	display: none;
}

.expandableButton>div{
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	right: 10px;
	align-items: center;
}


.plus{
	font-size: 35px;
	line-height: 35px;
	position: relative;
	top: 2px;
}


.minus{
	display: none;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	right: 2px;
	top: 1px;
}






/*		BOOK		*/
#Booking select{
	margin: 0;
	border: 1px solid black;
	font-size: medium;
	padding: 5px 10px;
	border-radius: 5px;
}

#Booking #TableSize{
	width: 180px;
}

#Booking #NumberOfPeopleDiv input,#Booking #NumberOfHoursDiv input{
	width: 50px;
}

#Booking #NumberOfPeople{
	width: 98px;
}

#Booking #NumberOfHours{
	width: 98px;
	font-size: var(--mediumText);
	display: block;
	border: black solid 1px;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	text-align: center; 
	margin: 0;
}

#Booking #NumberAndSize{
	margin: 0;
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 500px) {
	#Booking #NumberAndSize{
		flex-direction: column;
	}
	
	#Booking #NumberAndSize #TableSizes p{
		text-align: center;
	}
	
	#Booking #NumberAndSize #TableSizes{
		border-top: black solid 1px;
	}
	
	#Booking #NumberAndSize #NumberAndSizeInputs{
		border-right: none;
	}
	
	#Booking #NumberAndSize #NumberAndSizeInputs>div{
		justify-content: center;
	}	
	
	#Booking #NumberAndSize #NumberAndSizeInputs>div>label{
		width: auto;
		font-size: var(--mediumText);
	}	
	
	#Booking #NumberAndSizeInputs input{
		width: 30px;
	}
}
	


#Booking .line{margin: 0;}

#Booking #TableSizes p{
	text-align: left;
	margin: 10px 0;
	padding: 0;
}


#Booking #NumberOfPeopleDiv>label,#Booking #TableSizeDiv>label,#Booking #NumberOfHoursDiv>label{
	margin: 0 15px 0 0;
	line-height: 33px;
	text-align: right;
	display: block;
}

#NumberOfHoursDiv>label{
	padding-left: 5px;
}

#Booking #NumberOfPeopleDiv,#Booking #TableSizeDiv,#Booking #NumberOfHoursDiv{
	margin: 10px 20px 10px 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#Booking #NumberAndSize{
	justify-content: left;
}

#Booking #NumberAndSizeInputs{
	/*border-right: 1px solid black;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

/*#Booking #NumberAndSizeInputs{
	padding-right: 20px;
	border-right: 1px solid black;
	display: flex;
	flex-direction: column;
	justify-content: center;
}*/

#Booking #TableSizes{
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	padding: 5px 10px 5px 15px;
}



#Booking #TablePrices>div>p{
	margin: 5px 0 0 0;
}

#Booking #TablePrices>div>p>em{
	font-size: var(--smallText);
}

#Booking #TablePrices>div>p.largeText{
	margin: 10px 0 0 0;
}

#Booking #TablePrices>p{
	margin: 10px 0 10px 0;
}

#Booking .datesDiv{
	display: flex !important;
}

#Booking #Date{
	display: none;
	margin: 15px 0 10px 0;
}

#Booking #Time{
	display: none;
	margin: 15px 0 10px 0;
}

#Booking #MaxHoursError,#Booking #MaxPeopleError{
	color: red;
	text-align: center;
	font-style: italic;
	margin-top: 0px;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	display: none;
}


#Booking #Date p{
	margin: 0;
}

#Booking #Time p{
	margin: 0;
}

#Booking #NoTables{
	display: none;
	margin-bottom: 15px !important; 
}

#Booking #EnterDetails{
	margin: 15px 0 0 0;
	font-size: var(--mediumText);
}

#Booking #Name,#Booking #Phone,#Booking #Email{
	margin-top: 20px;
}

#Booking #Email{
	margin-bottom: 25px
}

#Booking ul{
	list-style-type: none;
}

#Booking ul li{
	margin: 10px 0;
}

#Booking #SpecialRequestsText{
	margin: 15px 0 10px 0;
	font-size: var(--mediumText);
}

#Booking textarea{
	margin: 15px auto 20px auto;
	height: 80px;
}

#Booking #BookableTimes{
	margin-bottom: 15px;
}

#Booking .buttonDiv{
	margin-top: 15px !important;
}

#NewPrivacyDiv{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 25px 20px 0 20px;
}

#NewPrivacyDiv>img{
	width: 30px;
	height: 30px;
	padding: 0 0 3.5px 3.5px;
	cursor: pointer;
}

#NewPrivacyDiv>input{
	display: none;
}

#NewPrivacyDiv>label{
	height: auto;
	margin: 0;
	padding: 0 0 0 8px;
	font-size: var(--smallText);
}

#Filters{
	margin: -20px 20px 40px 20px;
	background-color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


@media screen and (max-width: 1000px) {
	#Filters{
		margin-top: 0px;	
	}	
}


#Filters label{
	margin: 5px;
	padding: 5px 10px;
}



@media screen and (min-width: 700px) {
	#Hours,#FindUs,#Parking{
		margin-bottom: 60px;
	}
}
	

#Hours>div:first-of-type{
	margin-top: 5px;	
}

#Hours>div:last-of-type{
	margin-bottom: 10px;	
}

	
#Hours>div{
	display: flex;
	flex-direction: row;
	padding: 3px 0 3px 0;
}	
	
#Hours>div>span{
	font-size: var(--largeText);
	padding-top: 10px;
}

#Hours>div>span:first-of-type{
	text-align: right;	
	padding-right: 15px;
	font-weight: bold;
	flex: 47%;
}

#Hours>div>span:last-of-type{
	flex: 53%;
}

#LastEntry{
	font-size: var(--mediumText) !important;
	padding-top: 0px !important;
}

#Hours .title{
	font-size: var(--xlargeText);
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

#Hours.christmasHours p{
	margin: calc(var(--textMargin) / 1.5) 0 calc(var(--textMargin) / 1.5) 0;
}

#FindUs{
	overflow: hidden;
	display: block;
}

@media screen and (min-width: 701px) {
	#FindUs{
		width: 600px !important;
	}
	
	#Map600{display: block;}
	#Map500{display: none;}
	#Map400{display: none;}
	#Map300{display: none;}
}

@media screen and (max-width: 700px) and (min-width: 561px) {
	#FindUs{
		width: 500px !important;
	}
	
	#Map600{display: none;}
	#Map500{display: block;}
	#Map400{display: none;}
	#Map300{display: none;}
}

@media screen and (max-width: 560px) and (min-width: 421px) {
	#FindUs{
		width: 400px !important;
	}
	
	#Map600{display: none;}
	#Map500{display: none;}
	#Map400{display: block;}
	#Map300{display: none;}
}

@media screen and (max-width: 421px){
	#FindUs{
		width: 300px !important;
	}
	
	#Map600{display: none;}
	#Map500{display: none;}
	#Map400{display: none;}
	#Map300{display: block;}
}



#Parking table{
	border-collapse: collapse;
	border: 2px solid black;
	width: 90%;
	margin: 0 auto 0 auto;
	background-color: #f8f8f8;
}


#Parking td, #Parking th{
	border: 1px solid black;
	text-align: center;
	padding: 10px;
}

#Parking td p,#Parking th p{
	margin: 0;
	padding: 0;
}

#Parking td p.or{
	margin: 5px 0;
}

#COVID p{
	margin-bottom: 0px;
}

.blackSubHeader{
	border-radius: 0 !important;
	font-size: var(--largeText);
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}

.blackSubHeader.noGap{
	margin-top: 10px !important;
}

.blackSubHeader.noGapUnder{
	margin-bottom: 0px !important;
}

#EventsDiv div.buttonDiv.noTopMargin{
	margin-top: 0 !important;
}

ul.spacer li{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}



.bookingsOpen{
	text-align: center;
	padding: 15px 0 5px 0;
	border: 2px solid black;
	background-color: #e7e7e7;
	font-weight: bold;
	border-radius: 10px;
	margin: 25px 20% 25px 20% !important;
}

.bookingsOpen>span{
	margin-bottom: 10px;
	display: inline-block;
}



/*		JOBS		*/


#Jobs h3{
	border-radius: 0;
	font-size: var(--largeText);
}

#Jobs p,#Jobs li{
	text-align: left;
}

#Jobs ul,#Jobs p{
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}





/*		LEARN TO PLAY		*/

#LTP .flex-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 0;
	padding-top: 0;
}

#LTP .button{
	margin: 0 20px 17px 20px;
	text-align: center;
}

#LTP .response2{
	flex-direction: column;
}

#LTP .response1{
	flex-direction: column;
}

p.response2{
	margin-bottom: 0;
}

#LTP textarea{
	width: 80%;
	height: 150px;
	margin: 20px auto 30px auto;
	padding: 5px 10px 5px 10px;
	display: block;
	font-size: var(--mediumText);
	border: 1px solid black;	
	resize: vertical;
	border-radius: 5px;
	font-family: helvetica,arial,sans-serif;
}






/*		IP Notice		*/
#IPnotice{
	display: block;
	position: fixed;
	top: 10vh;
	left: 10%;
	z-index: 2000;
	width: 80% !important;
	overflow-y: scroll;
	max-height: 80vh;
}

#IPnotice>.textBox{
	width: auto !important;
}

#IPtext{
	font-size: x-large;
	font-weight: bold;
}







/*	SURVEY	*/



#SurveySheet #Instructions{
	padding: 10px 20px 0 20px;
}

#SurveySheet .question{
	border-top: 2px solid #3e3e3e;
	padding: 0 20px 20px 20px;;
	margin-top: 30px;
	margin-bottom: 20px;
}

#SurveySheet .question>p{
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}

#SurveySheet .answer{
	border: 1px solid #838197;
	border-radius: 5px;
	cursor: pointer;
	background-color: #e0e2f2;
	margin: 0 10px 15px 10px;
}

#SurveySheet .answer .tickboxTD,.answer .title{
	background-color: #e0e2f2;
}

#SurveySheet .answer .tickboxTD{
	border-radius: 5px 0 0 5px;
}

#SurveySheet .answer:hover,#SurveySheet .answer:hover td{
	background-color: #d3d4ed;
}

#SurveySheet .answer.selected,#SurveySheet .answer.selected td{
	background-color: #c5c6e6;
}

#SurveySheet .fixedWidth{
	
	@media screen and (min-width: 500px) {
		min-width: 120px;
	}
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

#SurveySheet .answer table{
	border-collapse: collapse;
}

#SurveySheet .answer .hiddenCheckbox{
	display: none;
}

#SurveySheet .answer .tickbox{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: white;
	border: 1px solid black;
	vertical-align: centre;
	margin: 10px;
}

#SurveySheet .answer .title{
	font-weight: bold;
	font-size: large;
	padding: 0 20px 0 10px;
}

#SurveySheet .answer .description{
	font-size: medium;
	padding: 10px 10px 10px 20px;
	border-left: black solid 1px;
	background-color: #f3f3f9;
	border-radius: 0 5px 5px 0;
	width: 100%;
}

#SurveySheet .answer.selected .tickbox{
	background-color: black !important;
}

#SurveySheet .answer .tickbox span{
	color: white;
	line-height: 30px;
	width: 31px;
	height: 30px;
	text-align: center;
	display: block;
	font-size: 20px;
	font-family: arial;
	padding: 0;
	margin: 0;
	width: 100%;
}

#SurveySheet .answer .other{
	width: calc(100% - 30px);
	font-size: medium;
	border-radius: 5px;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

#SurveySheet .description input{
	margin-bottom: 0;
}


button{
	background-color: #d3d4ed;
	border: 2px solid black;
	border-radius: 5px;
	font-family: arial;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	color: black;
	cursor: pointer;
	height: 40px;
}

button:hover{
	background-color: #c5c6e6;
	color: black;
	border-color: black;
}

button:active{
	box-shadow: inset 0px 0px 3px 1px black
}

.reset{
	font-size: medium;
}

.next{
	display: block;
	width: 180px;
	height: 50px;
	margin: 35px auto 0 auto;
	font-size: large;
}

.back{
	display: block;
	margin: 20px 0 0 0;
	font-size: medium;
}

.question{
	display: none;
}

#Question1{
	display: block;
}

.followUpQuestion{
	display: none;
}

#SurveySheet .listHeading{
	margin-bottom: 0;
}

#SurveySheet ul{
	margin-top: 0;
}

.subText{
	font-size: medium;
	font-weight: normal;
}

.logo{
	width: 300px;
	display: block;
	margin: 20px auto 0 auto;
}

.surveyInput{
	margin: 10px 0 10px 0;
}

.surveyComment{
	font-weight: normal;
	font-size: normal !important;
	padding: 0 20px 0 0 !important;
	font-style: italic;
	margin: 7px 0 7px 0 !important;
}

.surveyInputMain{
	width: 100% !important;
	margin: 50px 0 0 0;
}



/*		PAINTING COMPETITION		*/


/*	Box 1	*/
.TTCDiv{
	max-width: 800px;
	width: 90%;
	background-color: white;
	box-shadow: 0px 0px 10px 1px #3f3f3f;
	margin: 20px auto 40px auto;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.TTCDiv .TTCDivContainer .textDiv p:last-of-type{
	margin-bottom: 0;
}

.TTCDiv .headerDiv{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	border-bottom: 1px solid black;
	padding: 5px;
	background-color: #454545;
	border-radius: 5px 5px 0 0;
}

.TTCDiv .subHeaderDiv{
	border-bottom: 1px solid black;
	padding: 5px;
	background-color: #454545;
	border-radius: 5px 5px 0 0;
	}

#Logo1a,#Logo2a{
	width: 135px;
	height: 135px;
}

#Logo1b,#Logo2b,#RogerB{
	display: none;
}

.TTCDiv h1{
	color: white;
	font-size: 35px;
	line-height: 35px;
	padding: 10px 0 5px 0;
	margin: 0;
}

.TTCDiv .headerDiv h1{
	width: 500px;
	font-size: 45px;
	line-height: 60px;
	color: white;
	padding: 7.5px 0 7.5px 0;
}

.TTCDiv .TTCDivContainer .picturesRight{
	margin: 0 0 0 auto;
	padding: 5px 5px 10px 10px;
	background-color: black;
	display: flex;
	align-items: center;
}

#Paints{
	width: 200px;
	border-radius: 0 0 5px 5px ;
}

.TTCDiv .TTCDivContainer{
	display: flex;
}

.TTCDiv .TTCDivContainer.vertical{
	flex-direction: column;
}

.TTCDiv .TTCDivContainer .textDiv.verticalCenter{
	align-items: center;
	justify-content: space-around;
}

.TTCDiv .TTCDivContainer .textDiv p{
	width: auto;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
}

.TTCDiv .TTCDivContainer .textDiv{
	padding: 15px 0 15px 0;
	display: flex;
}

@media screen and (max-width: 825px) and (min-width: 751px) {
	.TTCDiv .headerDiv h1{
		font-size: 40px;
		line-height: 53px;
		padding: 6.6px 0 6.6px 0;
	}
	
	#Logo1a,#Logo2a{
		width: 120px;
		height: 120px;
	}
}


@media screen and (max-width: 750px) and (min-width: 651px) {
	.TTCDiv .headerDiv h1{
		font-size: 35px;
		line-height: 47px;
		padding: 5.8px 0 5.8px 0;
	}
	
	#Logo1a,#Logo2a{
		width: 105px;
		height: 105px;
	}
	
}

@media screen and (max-width: 650px) and (min-width: 601px) {
	.TTCDiv .headerDiv h1{
		font-size: 30px;
		line-height: 40px;
		padding: 5px 0 5px 0;
	}
	
	#Logo1a,#Logo2a{
		width: 90px;
		height: 90px;
	}
}

@media screen and (max-width: 600px) and (min-width: 501px) {
	.TTCDiv .headerDiv h1{
		font-size: 25px;
		line-height: 33px;
		padding: 4.2px 0 4.2px 0;
	}
	
	#Logo1a,#Logo2a{
		width: 75px;
		height: 75px;
	}
}	


@media screen and (max-width: 500px) {
	.TTCDiv .headerDiv h1{
		font-size: 30px;
		line-height: 40px;
		padding: 5px 0 5px 0;
	}
	
	.TTCDiv .subHeaderDiv h1{
		font-size: 30px;
		line-height: 30px;
	}
	
	#Logo1b,#Logo2b,#Paints{
		width: 150px;
		display: block;
	}	
	
	#Logo1b{
		padding: 10px 0 15px 0;
	}
	
	#Logo2b{
		padding-top: 15px;
	}
	
	#Logo1a,#Logo2a{
		display: none;
	}
	
	.TTCDiv .TTCDivContainer .picturesRight{
		flex-direction: column;
	}
	
	.TTCDiv .TTCDivContainer .textDiv p{
		margin: 0 0 15px 0;
		padding: 0 10px 0 10px;
	}
}


@media screen and (max-width: 375px) {
	#Logo1b,#Logo2b,#Paints{
		width: 120px;
	}
}







/*	Box 2	*/
.TTCDiv .TTCDivContainer #Miniatures{
}

.TTCDiv .TTCDivContainer #Miniatures img{
	width: 500px;
	margin: 0 auto 10px auto;
	display: block;
}




@media screen and (max-width: 650px) and (min-width: 601px) {
	.TTCDiv .TTCDivContainer #Miniatures img{
		width: 400px;
	}	
}

@media screen and (max-width: 600px) and (min-width: 551px) {
	.TTCDiv .TTCDivContainer #Miniatures img{
		width: 350px !important;
	}
}


@media screen and (max-width: 550px) and (min-width: 451px) {	
	.TTCDiv .TTCDivContainer #Miniatures img{
		width: 300px !important;
	}	
	
	.TTCDiv .TTCDivContainer #Miniatures{
	}
}


@media screen and (max-width: 450px) {	
	.TTCDiv .TTCDivContainer #Miniatures img{
		margin-top: 10px;
		width: 250px !important;
	}	
	
	.TTCDiv .TTCDivContainer #Miniatures{
	}
	
	.TTCDiv .TTCDivContainer #Box2{
		padding-bottom: 0 !important;
	}
}










/*	Box 3	*/

.TTCDiv .TTCDivContainer .portraitDiv{
	background-color: black;
	align-items: center;
	justify-content: space-around;
	padding: 0 !important;
	margin: 0 !important;
}

#RogerB,#RogerA,#Duncan{
	width: 200px;
}


@media screen and (max-width: 650px) and (min-width: 551px) {
	#RogerB,#RogerA,#Duncan{
		width: 160px !important;
	}
}


@media screen and (max-width: 550px) and (min-width: 461px) {
	#RogerB,#RogerA,#Duncan{
		width: 140px !important;
	}
}


@media screen and (max-width: 460px) and (min-width: 401px) {
	#RogerB,#RogerA,#Duncan{
		width: 120px !important;
	}
}

@media screen and (max-width: 400px) {
	#RogerB,#RogerA,#Duncan{
		width: 120px !important;
	}
	
	#RogerA{
		display: none;
	}
	
	#RogerB{
		display: block;
		padding: 10px 0 10px 0;
	}
}




/*	Box 4	*/
.TTCDiv .TTCDivContainer .textDiv.noFlex{
	display: block;
}

.TTCDiv h2{
	font-size: xx-large;
}

.TTCDiv h3{
	font-size: x-large;
	margin: 20px 0 20px 0;
}

.TTCDiv ol{
	margin: 0 40px 20px 0
}

.TTCDiv ol li{
	margin: 8px 0 0 20px;
}


.TTCDiv .noFlex p{
	padding: 0 40px 0 40px !important;
}

.hiddenBreak{
	display: none;
}

@media screen and (max-width: 650px) {
	.TTCDiv li{
		font-size: var(--smallText);
	}
	.TTCDiv ol li{
		margin-bottom: 5px;
	}
	.TTCDiv ul li{
		margin-bottom: 8px;
	}
	
	.TTCDiv h2{
		font-size: x-large;
		margin: 10px 0 10px 0;
	}
	
	.TTCDiv h3{
		font-size: large;
		margin: 15px 0 10px 0;
	}
	
	.TTCDiv ol,.TTCDiv ul{
		margin: 0 10px 10px 10px;
	}
	.hiddenBreak{
		display: inline;
		line-height: 20px;
	}
	.TTCDiv .noFlex p{
		margin-bottom: 0 !important;
	}
	
	#Box4 .textDiv{
		padding-bottom: 0 !important;
	}
	
	.TTCDiv .noFlex p{
		padding: 0 10px 0 10px !important;
	}
	
}



/*	Locked box	*/
.TTCDiv .locked{
	padding: 30px;
	display: flex;
	justify-content: center;
	position: relative;
}

.TTCDiv .locked img{
	width: 200px;
	padding: 20px 0 20px 0;
}

.TTCDiv .countdown{
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 40px;
	height: 80px !important;
	overflow: visible;
	z-index: 20;
	top: 170px;
	color: #4f4f4f;
}


.TTCDiv .countdownDiv{display: none;}


/*	Other	*/

.TTC .datesDiv div{
	width: 120px;
}

#DateSelect{
	width: 250px;
	margin: 7px auto 10px auto;
	font-size: large;
	border: solid 1px #5a5a5a;
}

#TTC{
	margin: 10px 0 10px 0 !important;
}






/*		KILL TEAM CAMPAIGN		*/
#Box1.KTdiv .headerDiv{
	background-color: #cecece;
}

#Box2.KTdiv .textDiv{
	padding-bottom: 15px !important;
}

#KillTeamNarrativeLogo{
	margin: 10px auto 10px auto;
	width: 400px;
	max-width: 100%;
}

#KillTeamCampaign h1{
	background-color: black;
	padding: 15px 0 12px 0;
}

#KillTeamCampaign h2{
	border-radius: 0 !important;
	font-size: var(--xlargeText);
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	cursor: pointer;
}

#KillTeamCampaign h2:hover{
	box-shadow: inset 0px 0px 5px 1px black;
}

#Orks{
	background-color: #4f8444;
}

#Necrons{
	background-color: #7c7c7c;
}

#Chaos{
	background-color: #9051a5;
}

#Tau{
	background-color: #bf6e13;
}

#Eldar{
	background-color: #ca0909;
}

.textBlock{
	display: none;
}


/*		NEW 40K		*/
#New40K{
	max-width: 800px;
}

#New40K h1 img{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0;
	margin: 0;
	width: 600px !important;
}

#New40K h1 span{
	color: white;
	text-align: center;
	font-size: 60px;
	letter-spacing: 8px;
	width: 100%;
	margin: 0;
	padding: 10px 0 6px 0;
	font-family: sans-serif;
	font-weight: 300;
	display: block;
}

#New40K h2{
	border-radius: 0;
	font-family: sans-serif;
	font-weight: 400;
	padding: 10px;
	margin-top: 40px;	
	font-size: var(--xlargeText);
}

#New40K>p{
	font-size: var(--smallText);
}


@media screen and (max-width: 600px) {
	#New40K h1 span{
		font-size: 50px;
	}
}
@media screen and (max-width: 500px) {
	#New40K h1 span{
		font-size: 40px;
	}
}
@media screen and (max-width: 400px) {
	#New40K h1 span{
		font-size: 35px;
	}
}




.new40kdiv .headerDiv,.new40kdiv .subHeaderDiv{
	background-color: black !important;
	flex-direction: column !important;
}

.new40kdiv .headerDiv p{
	color: white;
	text-align: center;
	font-size: 60px;
	letter-spacing: 8px;
	width: 100%;
	margin: -10px 0 0 0;
	padding: 0;
	font-weight: 300;
}

.new40kdiv .headerDiv img{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0;
	width: 600px !important;
}

#Box2.KTdiv .textDiv{
	padding-bottom: 15px !important;
}

#KillTeamNarrativeLogo{
	margin: 10px auto 10px auto;
	width: 400px;
	max-width: 100%;
}

.logoGW{
	margin: 0 auto 0 auto;
	width: 550px;
	max-width: 100%;
}

.logoTall{
	margin: 20px auto 20px auto;
	max-width: 80%;
}

.narrowLogo{
	max-width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.whiteTitle{
	background-color: white !important;
}


.new40kdiv .textDiv{
	flex-direction: column;
}

.KTdiv .blackSubHeader{
	background-color: black;
	color: white;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0 !important;
}

.KTdiv .textDiv{
	padding: 0 0 15px 0 !important;
}


.KTdiv .contactDiv{
	width: 100%;
	border: none;
	box-shadow: none;
	margin: 0;
	max-width: 100%;
}

.KTdiv .contactDiv form{
	margin: 10px 20px 0 20px;
}


.KTdiv .contactDiv form p{
	margin: 0 !important;
	padding: 0 !important;
}

.KTdiv .contactDiv form input{
	margin-left: 0 !important;
	margin-top: 10px;
	margin-bottom: 15px;
	width: calc(100% - 20px);
}

.KTdiv .contactDiv form select{
	width: 100%;
	height: 33px;
	margin-left: 0 !important;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid black;
	font-size: large;
}

.KTdiv .contactDiv form #NewPrivacyDiv{
	margin-top: 10px !important;
}

.KTdiv .contactDiv form .buttonDiv{
	margin: 10px 0 5px 0 !important;
}

.KTmissions{
	border-collapse: collapse;
	width: 100%;
}

.KTmissions tr{
	height: 60px;
}

.KTmissions tr:first-of-type{
	background-color: #f2f2f2;
}

.KTmissions button{
	margin: auto 0 auto 0;
	width: 140px;
}

.KTmissions td{
	padding-left: 17px;
}

.KTmissions td>span{
	font-size: var(--smallText);
}

.big{
	font-size: var(--largeText);
}

#KTCampaign h1{
	border-radius: 0 !important;
}

#KTCampaign>.headerDiv{
	background-color: #cecece;
}

#KTCampaign>.headerDiv>img{
	background-color: #cecece;
	margin: 0 auto;
	padding: 6px 0 12px 0;
}

.roundedTop{
	border-radius: 8px;
}

.roundedTop>h1{
	border-radius: 8px 8px 0 0 !important;
}

#LeviathanHeading{
	letter-spacing: 3px !important;
}

.standardInputForm input[type='text'],.standardInputForm  input[type='email'],.standardInputForm  input[type='tel']{
	margin-top: 20px;
	margin-bottom: 25px;
}

.standardInputForm input{
	width: 80%;
	margin: 30px auto 0 auto;
	display: block;
	font-size: var(--mediumText);
	padding: 5px 10px 5px 10px;
	border: 1px solid black;
	border-radius: 5px;
}

.standardInputForm textarea{
	width: 80%;
	height: 150px;
	margin: 30px auto 0 auto;
	padding: 5px 10px 5px 10px;
	display: block;
	font-size: var(--mediumText);
	border: 1px solid black;	
	resize: vertical;
	border-radius: 5px;
	font-family: helvetica,arial,sans-serif;
}

.standardInputForm #EnquiryLabel{
	text-align: center !important;
	width: 100%;
	margin: 30px 0 0 0;
}

#Enquiry{
	height: 250px;
}

.standardInputForm div>label{
	margin: 2px 0 0 5px;
	cursor: pointer;
}



.standardInputForm div{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 30px 0 0 0;
}


.standardInputForm input[type='submit']{
	width: 150px;
	margin: 25px auto 25px auto;
	font-size: var(--mediumText);
	cursor: pointer;
	font-weight: normal;
	border: 2px solid black;
}

.standardInputForm input[type='submit']:hover{
	color: white;
}

.smallBottomMargin{
	margin-bottom: 0 !important;
}

.smallTopMargin{
	margin-top: 0 !important;
}

#LeviathanArt{
	width: 90%;
	margin: 0 auto 0 auto;
	display: block;
}

#LeviathanArt2{
	width: 90%;
	max-width: 500px;
	margin: 10px auto -20px auto;
	display: block;
}

.buttonDiv.rightButton{
	justify-content: flex-end;
	padding-right: 20px;
	overflow: visible;
}

#LeviathanPopup{
	z-index: 100;
	position: fixed;
	width: 100%;
	top: 7.5%;
	overflow-y: scroll;
	max-height: 80vh;
	padding: 10px 0 10px 0;
}

#LeviathanPopup>div{
	margin: 0 auto 0 auto;
}

#LorcanaPopup{
	z-index: 100;
	position: fixed;
	width: 100%;
	top: 7.5%;
	overflow-y: scroll;
	max-height: 80vh;
	padding: 10px 0 10px 0;
}

#LorcanaPopup>div{
	margin: 0 auto 0 auto;
}

#LorcanaPopup>div>ul{
	margin: 10px 10px 20px 10px;
}

#LorcanaPopup>div>h3{
	margin-top: 0 !important;
}

#Kroot{
	width: 75%;
	margin: 10px 12.5% 0 12.5%;
}






/*		CROWDFUNDING		*/
#Crowdfunding1Flex{
	display: flex;
	flex-direction: row;
}

#Crowdfunding1Flex #TrackerImage,#Crowdfunding1Flex #TrackerImageFade{
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
}

#Crowdfunding1Flex #TrackerImage{
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-image: linear-gradient(0deg, #400e0e 50%, transparent 50%), linear-gradient(10deg, transparent 50%, #d1d1d1 50%);
}


#Circle{
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
}

#IntroDiv{
	width: calc(100% - 290px);
	padding-right: 40px;
}

#TrackerDiv{
	position: relative;
	min-height: 325px;
	width: 225px;
	margin-top: 5px;
}

#PercentageDiv{
	margin: 245px auto 0 auto;
}

#PercentageDiv p{
	font-size: 24px;
	font-weight: bold;
}


#BDG2Logo{
	width: 190px;
	height: 190px;
	position: absolute;
	left: -7px;
	top: -7px;
	margin: 25px;
}

#ProgressBar{
	position: absolute;
	left: 0;
	top: 0;
}

.circular-progress {
  --size: 225px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 20px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
  
}

.circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}

.circular-progress circle.bg {
	stroke: #eee;
}

.circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
  stroke: #5394fd;
}

@property --progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

@keyframes progress-animation {
  from {
    --progress: 0;
  }
  to {
    --progress: 100;
  }
}

.T1{
	font-size: 60px;
	padding: 0 10px 0 10px;
}

.T2{
	font-size: 80px;
	padding: 0 10px 0 10px;
}

.T3{
	font-size: 40px;
	padding: 0 10px 0 10px;
}

.T4{
	font-size: 24px;
	font-weight: bold;
}

#CrowdfundingVideoDiv{
	width: 100%;
}

#CrowdfundingVideo{
	width: 100%;
	display: block;
	border-bottom: black solid 1px;
}


.crowdFundingImageHolder{
	width: calc(100% - var(--displayPadding));
	background-color: white;
	display: flex;
	flex-direction: row;
}


.crowdFundingImageHolder>div>img{
	width: calc(100% - var(--displayPadding) - 2px);
	margin: var(--displayPadding);
	margin-bottom: 0;
	border: 1px solid black;
}

#UpstairsImage{
	width: calc(95% - 2px);
	margin: 0 2.5% 0 2.5%;
	border: black 1px solid;
}

#UKSPF{
	width: 300px;
	position: relative;
	margin: 0 10px 10px auto;
	display: block;
}

#GoldRewardCard{
	width: 400px;
	margin: 0 auto 0 auto;
	display: block;
	box-shadow: 0px 0px 5px black;
}

.crowdContainer{
	display: flex;
	flex-direction: column;
}

.crowdRow{
	display: flex;
	flex-direction: row;
	margin: 0 2.5% 0 2.5%;
}

.crowdRow>div{
	border: black solid 1px;
	width: 45%;
	margin: 20px 2.5% 20px 2.5%;
	background-color: #efefef;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	box-shadow: 0px 0px 10px black;
}

.crowdRow>div>div.grow{
	flex-grow: 10;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.crowdRow>div>div p{}

.crowdfundingPrompts{
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-around;
	padding: 15px 0% 5px 0%;
}

.crowdfundingPrompts>span{
	margin: 0 20px 0 20px;
	text-align: center;
}

.crowdRow p.largeText{
	font-size: var(--largeText);
}

.crowdRow p{
	font-size: var(--mediumText);
}


#Donate .buttonDiv{
	margin-top: 10px !important;
}

h3.blackSubHeader.expandableButton.final{
	margin-bottom: 4px !important;
}


#DonateDiv1{display: flex;}
#DonateDiv2{display: none;}


@media screen and (max-width: 700px) {
	#DonateDiv1{display: none;}
	#DonateDiv2{
		display: flex;
		padding-right: 0;
	}
	#Crowdfunding1Flex{
		flex-direction: column;
		flex-direction: column-reverse;
	}
	#IntroDiv{
		width: 100%;
	}
	#TrackerDiv{
		margin: 10px auto 0 auto;
	}
	#PercentageDiv p{
		padding-right: var(--textMargin);
	}
	.T1{font-size: 40px;}
	.T2{font-size: 60px;}
	.T3{font-size: 30px;}
	
	#UKSPF{
		margin-right: auto;
		width: 250px;
	}
	
	.crowdfundingPrompts{
		flex-direction: column;
		padding-bottom: 0;
		}
	
	.crowdfundingPrompts>span{margin-bottom: 15px;}
	#GoldRewardCard{
		max-width: 300px;
		width: 75%;
		min-width: 200px;
		}
	
	.crowdRow{flex-direction: column;}

	.crowdRow>div{
		border-left: none;
		border-right: none;
		width: 105%;
		margin: 18px -2.5% 18px -2.5%;
		padding: -5px;
		border-radius: 0;
		box-shadow: none;
	}
}



	#Crowdfunding1Flex.crowdfundingPopup{
		display: flex !important;
		flex-direction: column !important;
		align-content: center !important;
		justify-content: space-around;
	}

	#Crowdfunding1Flex.crowdfundingPopup #TrackerDiv{
		margin-left: auto;
		margin-right: auto;
		height: 290px;
		min-height: 290px;
	}
	
	#Crowdfunding1Flex.crowdfundingPopup #IntroDiv{
		width: 100% !important;
	}


	
	#BDG2Popup .T1{
		font-size: 40px;
	}
	
	#BDG2Popup .T2{
		font-size: 50px;
	}
	
	#BDG2Popup .T3{
		font-size: 30px;
	}
	
	#BDG2Popup .T4{
		font-weight: normal !important;
		font-size: 20px;
	}




	#BDG2Popup{
	z-index: 100;
	position: fixed;
	width: 100%;
	top: 7.5%;
	overflow-y: scroll;
	max-height: 80vh;
	padding: 10px 0 10px 0;
	display: none;
	}

	#BDG2Popup>div{
	margin: 0 auto 0 auto;
	}
	
	#BDG2Popup #IntroDiv .buttonDiv{
		margin-bottom: 0 !important;
	}

	#BDG2Popup .buttonDiv.rightButton{
		margin-top: 0 !important;
	}

	@media screen and (max-width: 400px) {
		#Crowdfunding1Flex.crowdfundingPopup #SpinnerDiv{display: none;}
		#Crowdfunding1Flex.crowdfundingPopup #TrackerDiv{height: 50px; min-height: 50px;}
		#Crowdfunding1Flex.crowdfundingPopup #PercentageDiv{margin-top: 0px;}
		#BDG2Popup .buttonDiv.rightButton{margin-top: 20px !important;}
		#BDG2Popup .T1{font-size: 30px;}
		#BDG2Popup .T2{font-size: 35px;}
		#BDG2Popup .T3{font-size: 22px;}
		#BDG2Popup .T4{font-size: 18px !important;}
		#BDG2Popup #TrackerDiv{margin-top: 0 !important;}
		#BDG2Popup a{font-size: var(--largeText);}
	}
	
	
	
	
	
/*		CROWDFUNDING BANNER		*/
	#CrowdfundingBanner{
		background-color: #f1f6ff;
		height: 60px;
		border-bottom: 2px solid black;
		position: relative;
		top: calc(var(--menuBottomMargin)*-1 - 30px);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		z-index: 0;
	}
	
	#CrowdfundingBanner>span{
		font-size: 20px;
		font-weight: bold;
		margin-top: 14px;
	}
	
	#CrowdfundingBanner .blueButton{
		margin: 17px 10px 3px 20px;
		scale: 0.9;
	}
	
	@media screen and (max-width: 700px) and (min-width: 501px) {
		#CrowdfundingBanner button:last-of-type{display: none;}
		#CrowdfundingBanner span{font-size: 16px;}
		#CrowdfundingBanner button{scale: 0.75 !important;}
		#CrowdfundingBanner button span{font-size: 16px;}
		#CrowdfundingBanner{height: 50px;}
	}
	
	@media screen and (max-width: 500px) and (min-width: 401px) {
		#CrowdfundingBanner button:last-of-type{display: none;}
		#CrowdfundingBanner span{font-size: 12px;}
		#CrowdfundingBanner button{
			scale: 0.6 !important;
			margin-left: 0 !important;
		}
		#CrowdfundingBanner button span{font-size: 14px;}
		#CrowdfundingBanner{height: 45px;}
	}
	
	@media screen and (max-width: 400px) {
		#CrowdfundingBanner button:last-of-type{display: none;}
		#CrowdfundingBanner span{font-size: 10px;}
		#CrowdfundingBanner button{
			scale: 0.6 !important;
			margin-left: 0 !important;
		}
		#CrowdfundingBanner button span{font-size: 14px;}
		#CrowdfundingBanner{height: 45px;}
	}
	
	
	/*		PLANETARY QUALIFIER PAGE		*/
	
	.PQ{
		margin: 0;
		padding: 0 !important;
	}
	
	.PQ>img{
		width: 100%;
		padding: 0;
		border-radius: 9px 9px 0px 0px !important;
	}
	
	.schedule span{
		font-size: var(--mediumPlusText);
	}
	
	.space{
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	
	
	
		/*		WOMEN+ LORCANA PAGE		*/
	
	.lorcanaSection{
		background-image: url("../images/LorcanaBackground.jpg");
		background-size: 100%;
		background-repeat: repeat-y;
	}
	
	.lorcanaSection p,.lorcanaSection ul{
		padding-left: 7.5% !important;
		padding-right: 7.5% !important;
	}
	
		
	
	