

/* 
purple: #4e07de
red: #be1e2d
yellow: #ffcc66
darkeryellow: #e29f27
turquoise: #0099cc
hoverGreen: #66ff99
 */
/* 
.PartyLabel-D {
	color: #0f4be4;
}
.PartyLabel-R {
	color: #cc0000;
}
.PartyLabel-I {
	color: #d89300;
}
.PartyLabel-0 {
	color: #00877a;
}
 */


html,
body {
	/* background-color: #0066cc; REPLACE*/
	background-color: white;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	overflow-x: hidden;
}

body,p,div,span { 
	font-family: Tahoma, Helvetica, Arial, sans-serif;
/* 
	font-family: Tahoma, Helvetica, Arial, sans-serif;
 */
	font-size: 18px;
	font-style: normal;
	line-height: 1.3;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	/* hyphens:none; */
	/* -webkit-hyphens: none; */
	/* -moz-hyphens: none; */
    /* hyphens:auto; */
    /* -webkit-hyphens: auto; */
    /* -moz-hyphens: auto; */
}

a {color: #cc0066; text-decoration: none}
a:hover {color : #0066cc; text-decoration: none}
a:active {color : #66ff99; text-decoration: none}

a.hovered {color: #0066cc; text-decoration: none}


body, body * {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	border-left-width: 0px;
	padding-left: 0px;
}

form, article, section, div, p {
	display: block;
}

.nobr {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	white-space: nowrap !important;
}

.bold {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: bold;
	color: inherit;
	text-decoration: inherit;
	white-space: inherit !important;
}

.italic {
	font-family: inherit;
	font-size: inherit;
	font-style: italic;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	white-space: inherit !important;
}

#Wrapper {
	padding: 0px 10px 0px 10px;
}

header, nav, main, aside, section, article, footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#WrapperDiv {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#HeaderDiv {
	background-color: #4e07de ;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#ContentDiv {
	flex: 1;
}

#FooterDiv {
	background-color: #4e07de ;
	margin: auto 0px 0px 0px;
	text-align: center;
	padding: 0px 0px 5px 0px;
}

#FooterInfo {
	margin: 10px 10px 10px 10px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: white;
	font-size: 14px;
}

#FooterInfo a { color: white; }
#FooterInfo a:hover { color: #ffcc66; }
#FooterInfo a:active { color: #66ff99; }


.TB {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.TR {
	display: table-row;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.TD {
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.ValignTop {
	vertical-align: top;
}
.ValignMiddle {
	vertical-align: middle;
}
.TextAlignLeft {
	text-align: left;
}
.TextAlignRight {
	text-align: right;
}
.TextAlignCenter {
	text-align: center;
}
.NoWrap {
    white-space: nowrap;
}


.inlineblock {
	display: inline-block !important;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.ForceWrap, .ForceWrap a {
	-ms-word-break: break-all;
	word-break: break-all;

	word-break: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}


h1 {
	color: #0099cc;
	display: block;
	margin: 20px 10px 20px 10px;
	font-size: 3em;
}

h2.DataSampleSummary {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	color: grey;
	margin: 0px 0px 20px 0px;
	max-width: 260px;
	display: block;
}

h3 {
	color: #0099cc;
	display: block;
	margin: 20px 10px 20px 10px;
	font-size: 1em !important;
}


#CloseX {
	width: 50px;
	height: 50px;
}

#PageLoaderContainer {
	display : flex;
	align-items : center;
	justify-content: center;
	border: 0px;
	position: fixed;
	z-index: 999;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #364cd4;
	filter: alpha(opacity=70);
	opacity: 0.6;
	-moz-opacity: 0.6;
}

#PageLoaderSpinnerWrapper {
	z-index: 999;
	display: inline-block;
	vertical-align: middle !important;
	width: auto;
}

#PageLoaderSpinner {
	z-index: 1000;
	padding: 10px;
	width: 70px;
}


/* ************************************************ */
/* Mobile Menu */
/* ************************************************ */

header {
	position: relative;
	z-index: 10000
}

#TopBar {
	width: 100%;
}

.MenuToggleWrapper {
	width: 60px;
	display: table-cell;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
a.menu-toggle {
	color: white !important;
	font-size: 20px !important;
	display: inline-block;
}

a.menu-toggle:hover {
	color: #ffcc66 !important;
}

a.menu-toggle:active {
	color: #66ff99 !important;
}

.HeadingWrapper {
	width: 100%;
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

.HeadingType {
	padding: 5px 10px 0px 10px;
}

.HeadingType a {
	-webkit-transform:scale(1.4,1) !important; /* Safari and Chrome */
	-moz-transform:scale(1.4,1) !important; /* Firefox */
	-ms-transform:scale(1.4,1) !important; /* IE 9 */
	-o-transform:scale(1.4,1) !important; /* Opera */
	transform:scale(1.4,1) !important; /* W3C */
	display:inline-block;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 1;
	letter-spacing: 2px;
	color: white;
	text-decoration: none;
}

.HeadingType a:hover, .HeadingType a:active,  {
	color: #ffcc66;
}

#mobile-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	left: -242px;
	width: 240px;
	height: 100%;
	background: #0099cc;
	overflow-y: hidden; /* Allow vertical scrolling */
	overflow-x: hidden;
	padding: 0px 0px 0px 0px;
	border-right: 2px solid white;
	z-index: 12000;
}

#mobile-menu {
	background: #0099cc;
	font-size: 18px;
	width: 240px;
	margin: 0px 0px 0px 0px;
}
#mobile-menu > ul {
	border-bottom: 1px solid white;
	list-style-type: none
}
#mobile-menu > ul > li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	line-height: 50px;
	border-top: 1px solid white;
}
#mobile-menu > ul > li > a {
	width: 100%;
	height: 100%;
	margin: -3px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	color: white;
}
#mobile-menu > ul > li > a:hover { background: #000000; color: #ffcc66 }


.close-button-wrapper {
	text-align: right;
	padding: 10px 10px 10px 10px;
	display: block;
}

a.close-button {
	color: white;
}
a.close-button:hover {
	color: #1bb94e !important;
}
a.close-button:active {
	color: #ff0000
}

.SubHeadingType {
	display: inline-block;
	font-size: 14px;
	width: auto;
	padding: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.SubHeadingType a {
	font-style: normal;
/* 
	font-weight: 600;
 */
	line-height: 0;
	color: white;
	text-decoration: none;
}

.ThirdHeadingType {
	font-style: normal;
/* 
	font-weight: 600;
 */
	font-size: 14px;
	line-height: 0;
	color: white;
	text-decoration: none;
}

.SubHeadingType a:hover, .SubHeadingType a:active,  {
	color: #ffcc66;
}


/* ****************************************************************** */
/* ****************************************************************** */

.PurpleCircleButton {

	background-color: #4e07de;
	padding: 7px 14px 7px 14px !important;
	margin: 0px 0px 0px 0px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ffcc66;
	box-shadow:	inset 0 0 0 3px #ffffff;
	width: 70px;
	height: 70px;
	display: inline-block;
	color: #ffffff;
	white-space: nowrap;
}

.PurpleCircleButton:hover {
	background-color: #ff0000;
	cursor: pointer;
}

.PurpleCircleButton:focus, .PurpleButton:active, .PurpleButton-active {
	background-color: #000000;
	cursor: pointer;
}

#FooterUpArrow,
#HeaderDownArrow {
	width: 40px;
	height: 40px;
}

/* ************************************************************************ */
/* ************************************************************************ */
/* ************************************************************************ */


.DivButtonWrapper {
	display: inline-block;
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	border: 2px solid #4e07de;
}

.DivButtonWrapper:hover {
	border: 2px solid #1bb94e;
}
.DivButton {
	display: inline-block;
	width: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #1bb94e;
	border: 2px solid #ffffff;
	cursor: pointer;
	color: white;
}
.DivButton:hover {
	background: #4e07de;
}
.DivButton a {
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	color: white !important;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	user-select: none;
}
.DivButton a:hover {
	color: white !important;
}

/* ************************************************************************ */

.BlueSpinnyButtonOuter {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 1px 1px 1px 1px;
	margin: 10px 10px 10px 10px;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	border: 2px solid #e29f27;
}
.BlueSpinnyButtonOuter:hover {
	border: 2px solid #0099cc;
}
.BlueSpinnyButtonInner {
	display: inline-block;
	width: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #0099cc;
	border: 2px solid #ffffff;
	cursor: pointer;
	color: white;
	font-weight: 600 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.BlueSpinnyButtonInner:hover {
	background: #e29f27;
}
.BlueSpinnyButtonInner a {
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	color: white;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	user-select: none;
}
.BlueSpinnyButtonInner a:hover {
	color: white;
}




.PurpleSpinnyButtonOuter {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 1px 1px 1px 1px;
	margin: 10px 10px 10px 10px;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	border: 2px solid #e29f27;
}
.PurpleSpinnyButtonOuter:hover {
	border: 2px solid #4e07de;
}
.PurpleSpinnyButtonInner {
	display: inline-block;
	width: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #4e07de;
	border: 2px solid #ffffff;
	cursor: pointer;
	color: white;
	font-weight: 600 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.PurpleSpinnyButtonInner:hover {
	background: #e29f27;
}
.PurpleSpinnyButtonInner a {
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	color: white;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	user-select: none;
}
.PurpleSpinnyButtonInner a:hover {
	color: white;
}


.TurquoiseSpinnyButtonOuter {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 1px 1px 1px 1px;
	margin: 10px 10px 10px 10px;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	border: 2px solid #e29f27;
}
.TurquoiseSpinnyButtonOuter:hover {
	border: 2px solid #4e07de;
}
.TurquoiseSpinnyButtonInner {
	display: inline-block;
	width: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #0099cc;
	border: 2px solid #ffffff;
	cursor: pointer;
	color: white;
	font-weight: 600 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.TurquoiseSpinnyButtonInner:hover {
	background: #e29f27;
}
.TurquoiseSpinnyButtonInner a {
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	color: white;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	user-select: none;
}
.TurquoiseSpinnyButtonInner a:hover {
	color: white;
}



.RedSpinnyButtonOuter {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 1px 1px 1px 1px;
	margin: 10px 10px 10px 10px;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	border: 2px solid #e29f27;
}
.RedSpinnyButtonOuter:hover {
	border: 2px solid #be1e2d;
}
.RedSpinnyButtonInner {
	display: inline-block;
	width: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #be1e2d;
	border: 2px solid #ffffff;
	cursor: pointer;
	color: white;
	font-weight: 600 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.RedSpinnyButtonInner:hover {
	background: #e29f27;
}
.RedSpinnyButtonInner a {
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	color: white;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	user-select: none;
}
.RedSpinnyButtonInner a:hover {
	color: white;
}




.GreenSpinnyButtonOuter {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 1px 1px 1px 1px;
	margin: 10px 10px 10px 10px;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	border: 2px solid #4e07de;
}
.GreenSpinnyButtonOuter:hover {
	border: 2px solid #1bb94e;
}
.GreenSpinnyButtonInner {
	display: inline-block;
	width: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #1bb94e;
	border: 2px solid #ffffff;
	cursor: pointer;
	color: white;
	font-weight: 600 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.GreenSpinnyButtonInner:hover {
	background: #4e07de;
}
.GreenSpinnyButtonInner a {
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	color: white;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	user-select: none;
}
.GreenSpinnyButtonInner a:hover {
	color: white;
}

/* ************************************************************************ */
/* ************************************************************************ */
/* ************************************************************************ */

.button-bottom {
	position: fixed;
	top: 34px;
	right: 10px;
	z-index: 5000;
	width: 60px;
	height: 42px;
	border: 0;
	box-shadow: none;
	text-align: center;
	cursor: pointer;
	pointer-events: none;
	background:rgba(0, 0, 0, 0);
	opacity: 0;
	transition: opacity 1s ease;
}


.button-bottom-visible {
	opacity: 1;
	pointer-events: auto;
}


.button-top {
	position: fixed;
	bottom: 34px;
	right: 10px;
	z-index: 5000;
	width: 60px;
	height: 42px;
	border: 0;
	box-shadow: none;
	text-align: center;
	cursor: pointer;
	pointer-events: none;
	background:rgba(0, 0, 0, 0);
	opacity: 0;
	transition: opacity 1s ease;
}


.button-top-visible {
	opacity: 1;
	pointer-events: auto;
}

/* ****************************************************************** */
/* ****************************************************************** */

.ClientHeading {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-style: normal;
/* 
	font-weight: 600;
 */
	font-size: 16px;
	line-height: 0;
	color: #ffcc66;
	text-decoration: none;
}

.headingGraphic {
	padding: 2px 10px 0px 10px;
}

.WhiteRule {
	border-top: 2px solid #ffffff;
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.RedRule {
	border-top: 2px solid #cc0066;
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
.PurpleRule {
	border-top: 2px solid #4e07de;
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.UserTitle {
	padding: 4px 10px 4px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	color: #ffcc66;
	background: #000000;
	word-spacing: 3px;
	border-top: 2px solid #ffcc66;
}

.PageTitle {
	padding: 4px 10px 4px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	color: #ffcc66;
	background: #0099cc;
	word-spacing: 3px;
	border-top: 2px solid #ffcc66;
}




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

	body,p,div,span { 
		font-size: 16px;
	}

	h1 {
		font-size: 2.25em;
	}
}


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

	.HeadingType a {
		font-size: 11vw;
	}

	.SubHeadingType {
		font-size: 3.3vw;
		padding: 0px 0px 0px 0px;
	}

	h1 {
		font-size: 1.5em;
	}
}

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

	h1 {
		font-size: 1.25em;
	}
	body,p,div,span { 
		font-size: 14px;
	}
}

