/*
	Theme Name: Concussion Alert - APP
	Theme URI: https://concussionalert.ca
	Description: HTML5 Blank WordPress Theme
	Version: 1.0.0
	Author: Jeffrey Beech 
	Author URI:
	Contributor: Todd Motto (@toddmotto)
	Tags: HTML5, CSS3, Copyright

	License: By license only.
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {
	
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/




/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:992px) {
	
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}




html {
	background-color:white; 
	/*font-size:62.5%;*/
}
body {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	color: black;
	background-color:#F8F8F8;
	min-height:100vh;
}
h2 {
	/*font-size: 2.2rem;*/
	font-size:24px;
	font-weight: bold; 
	margin: 0 5% 1%;
	margin-top: 30px;
}
.highl {
	background-color: yellow;
	width:100%;
	max-width:100%;
}
.fixh2magrin {margin: 0 5%}
.col h2 {margin-left: 0px}
h3 {
	/*font-size: 1.9rem;*/
	font-size:18px;
	font-weight: bold; 
	padding: 0px 8px;
	margin-bottom: -6px;
}
h4 {
	font-size:18px;
	margin: 18px 14px -25px;
	font-weight: normal;
	color: grey;
}
.col h3 {margin-left: 0px}
p, li {
	/*font-size: 1.6rem;*/
	font-size: 12pt; 
}
article p {
	font-size: 12pt;
}
a {
	text-decoration: underline;
	color: #01518e;
		/* #6DA4AC */
	cursor: pointer;
}
input {background-color:#f8f8f8}



.title {font-weight: bold;}

.wrapper {
	max-width: 992px;
	overflow: hidden;	
	width:100%;	
	margin-top:50px;
}

.theLogin {
	width:100%;	
	max-width: 992px;
}

.logo-img {}
.logo {
	max-width: 225px;
	max-height: 150px;
	display: block;
	margin:5px auto;
}
.logo {display:none;}
.mobileHeader {
	background-color: #01518E; 
	text-align:left;
	padding: 4px 10px;
	/*box-shadow: 0px 4px 2px -2px gray;*/
	position: fixed;
  top: 0;	
	width:100%;
	max-width:992px;
	z-index:100;
}
.mobileHeader a {
	color: white;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	padding: 4px 6px;
	border-radius: 50%;
}
.mobileHeader p {
	display: inline-block;
	color: white;
	font-size: 24px;
	margin: 4px 6px;
}
.header {
	max-width: 992px;
	margin: 0px auto;
}
.nav {
	/* background-color: rgba(1,81,142,0.1); */
  margin: 0px auto; /*5px*/
	text-align:center;
	padding: 12px 0px;
	margin-bottom: 10px;
}
.nav li {
	display: inline-block;
  font-size: 18px; /*2rem*/
 
}
.nav li a {
	color: #01518e;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 16px;
	padding-bottom: 2px;
}
.nav li a:hover {
	border-bottom: solid #01518e 1.5px;
}

#myLinks {
  display: none;
}
#myLinks li {
	list-style-type:none;
	padding: 5px 16px;
	text-align:left;
}
#myLinks li a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
}
#myLinks li a:hover {
	text-decoration:underline;
}

.wp-block-button .wp-block-button__link {
	background-color: rgba(1,81,142,0.1);
	color: #01518e;
	font-weight: bold;
	border-radius: 10px;
	font-size: 1.25rem;
}

.container {
	display: block; 
	width: 100%;
}
.container:after,
.container:before {
	content: ""; 
	display: table; 
	clear: both;
}
.col {
	border-radius: 10px;
	border: solid #ccc 1px;
	background-color:white;
	display: block;
	font-size: 16px;
	padding: 4px 10px;
	width:92%;
	margin:0px auto;
}
.col-new {
	width:100%;max-width:600px;padding:10px 14px;margin-top:3px;border-radius:0px; border:none;
}
.col-slider {
	width: 182px; /*240*/
	height: 265px;
	border: solid #ccc 1px;
	border-radius: 10px;
	box-shadow: 0px 3px rgba(0,0,0,0.1);
	background-color:white;
	margin: 8px 4px;
	display: inline-block;
	padding: 0px 10px;
}
.col-slider-stage {
	width: 95%; /*240*/
	height: 265px;
	border: solid #ccc 1px;
	border-radius: 10px;
	box-shadow: 0px 3px rgba(0,0,0,0.1);
	background-color:white;
	margin: 8px 4px;
	display: inline-block;
	padding: 0px 10px;
}
.col-slider-pro {
	width: 240px; /*240*/
	height: 325px;
	border: solid #ccc 1px;
	border-radius: 10px;
	box-shadow: 0px 3px rgba(0,0,0,0.1);
	background-color:white;
	margin: 8px 4px;
	display: inline-block;
	padding: 0px 10px;
	/* hides long clinc name */
	overflow: hidden;
}

.col-slider-learn {
	width: 182px; /*240*/
	height: 265px;
	border: solid #ccc 1px;
	border-radius: 10px;
	box-shadow: 0px 3px rgba(0,0,0,0.1);
	background-color:white;
	margin: 8px 4px;
	display: inline-block;
	padding: 0px 10px;
}
.col-slider-learn i {
	font-size: 10pt;
}
.col-slider-blog  {
	width: 140px; /*240*/
	height: 175px;
	margin: 8px 6px;
	display: inline-block;
	cursor: pointer;
}

.col-slider-learn-2 {
	width: 182px; /*240*/
	height: 290px;
	border: solid #ccc 1px;
	border-radius: 10px;
	box-shadow: 0px 3px rgba(0,0,0,0.1);
	background-color:white;
	margin: 8px 4px;
	display: inline-block;
	padding: 0px 10px;
}
.col-slider-learn-2 i {
	font-size: 10pt;
}
.col-slider-blog-2  {
	width: 140px; /*240*/
	height: 175px;
	margin: 8px 6px;
	display: inline-block;
	cursor: pointer;
}


.wp-block-media-text__content {
	margin-left:-30px;
	margin-right:-30px;
}

.click {
	width: auto;
	cursor:pointer;
	background-color: #01518e;
	color: white;
	font-weight: bold;
	padding: 5px 25px;
	border: none;
	border-radius: 10px;
}
.click_sm {
	width: 400px;
	max-width:92%;
	margin: 0px auto;
	cursor:pointer;
	background-color: #01518e;
	color: white;
	font-weight: bold;
	padding: 0px 25px;
	border: none;
	border-radius: 10px;
}
.click_lb {
	width: 400px;
	max-width:92%;
	margin: 0px auto;
	cursor:pointer;
	background-color: rgba(1,81,142,0.1);
	color: #01518e;
	font-weight: bold;
	padding: 0px 25px;
	border: none;
	border-radius: 10px;
}
.form_new {
	padding: 0px 20px;
	margin: 0px auto;
}
.form_new input {
	width: 100%;
	border: none;
	border-bottom: solid #01518e 1px;
	border-radius:0px;
	margin: 12px 0px;
	padding: 8px;
	font-size: 12pt;
}
table {
	width:100%; 
	font-size:1.25rem; 
	line-height: 1.4;
	text-align: left;
}
table td {
	padding: 4px 0px;
}

#adminReport {
	margin-top:20px;
}
#adminReport td,
#adminReport th {
	padding: 6px 4px;
	border-bottom: solid black 1px;
}

.full {float: left; width: 100%;}
.half {float: left; width: 50%;}
.third {float: left; width: 33.33%;}
.twothird {float: left; width: 66.66%;}
.quarter {float: left; width: 25%;}
.injury-4 {
	width: 25%; 
	float: left; 
	font-size: 1.25rem;
	text-align:center;
}


#injuryInfo,
#notesInfo,
#playerInfo1,
#playerInfo2,
#playerInfo3
{display:none;}

#menuOpt0 {
	font-weight:bold;
	border-bottom:solid #01518E 3px;}

#menuOpt1,
#menuOpt2,
#menuOpt3 {
	border-bottom:solid #01518E 1px;}

#blockinfo {
	display: block;
	margin-top: 20px;
}

#opt1 {font-weight:bold;}
/*
#contactInfo,
#notesInfo {padding-top: 24px}
*/
.img {
	border-radius: 6px;
	padding: 2px;
}
.overview {
	font-size: 1.5rem;
	border: solid #01518e 1px;
	background-color: #01518e;
	color: white;
	border-radius: 4px;
	padding: 4px 14px;
	font-weight: normal;
}
.followup {
	font-size: 1.5rem;
	border: solid #AD0000 1px;
	background-color: #AD0000;
	color: white;
	border-radius: 4px;
	padding: 4px 14px;
	font-weight: normal;
}
.secondary2 {
	font-size: 1.5rem;
	border: solid #01518e 1px;
	background-color: white;
	color: #01518e;
	border-radius: 4px;
	padding: 4px 14px;
	font-weight: normal;
}
input[type="submit"] {
	font-size:16px;
	font-weight:500;
	padding:8px 14px;
	min-width:84px;
	border-radius:5px;
	border:none;
	background-color:#01518e;
	color:white;
	/*match outline btn*/
	border:solid #01518e 1.5px;
	text-decoration:none;
	margin-bottom: 10px;
	cursor: pointer;
}
input[class="followup"] {
	font-size:16px;
	font-weight:500;
	padding:8px 14px;
	min-width:84px;
	border-radius:5px;
	border:none;
	background-color:#AD0000;
	color:white;
	/*match outline btn*/
	border:solid #AD0000 1.5px;
	text-decoration:none;
	margin-bottom: 10px;
	cursor: pointer;
}
input[class="link"] {
	font-size:14px;
	font-weight:500;
	background-color:transparent;
	border:none;
	text-decoration: underline;
	color: #01518e;
	cursor: pointer;
	margin:0px;
}
button[type="submit"] {
	/*font-size: 1.5rem;
	border: solid #01518e 1px;
	background-color: #01518e;
	color: white;
	border-radius: 4px;
	padding: 4px 14px;
	font-weight: normal;
	margin: 10px 2px;*/
	font-size:16px;
	font-weight:500;
	padding:8px 14px;
	min-width:84px;
	border-radius:5px;
	border:none;
	background-color:#01518e;
	color:white;
	/*match outline btn*/
	border:solid #01518e 1.5px;
	text-decoration:none;
	margin-bottom: 10px;
	cursor: pointer;
}
.button {
	font-size:16px;
	font-weight:500;
	padding:8px 14px;
	min-width:84px;
	border-radius:5px;
	border:none;
	background-color:#01518e;
	color:white;
	/*match outline btn*/
	border:solid #01518e 1.5px;
	text-decoration:none;
	margin-bottom: 10px;
	cursor: pointer;
}
.buttonp {
	font-size:16px;
	font-weight:500;
	padding:8px 14px;
	min-width:84px;
	border-radius:5px;
	border:none;
	background-color:#AD29DB;
	color:white;
	/*match outline btn*/
	border:solid #AD29DB 1.5px;
	text-decoration:none;
	margin-bottom: 10px;
	cursor: pointer;
}
.secondary {
	font-size:16px;
	font-weight:500;
	padding:8px 14px;
	min-width:84px;
	border-radius:5px;
	border:none;
	background-color:white;
	color:#01518e;
	/*match outline btn*/
	border:solid #01518e 1.5px;
	text-decoration:none;
	margin-bottom: 10px;
	cursor: pointer;
}
.right {
	margin: 20px auto 10px;
	float:right;
}


.col-menu {
	border-radius: 0px;
	border-top: solid #ccc 0.5px;
	border-bottom: solid #ccc 0.5px;
	background-color:white;
	display: block;
	font-size: 16px;
	padding: 14px 14px;
}


.parentHalf {
	float:left;
	width:50%;
	text-align:center;
	font-size: 12pt;
	margin-bottom: 10px;
}
.parentHalf p {
	font-size: 12pt;
	margin:0px;
}


.hide {
	display:none;
}
.col-menu-form {
	border-radius: 0px;
	border-top: 0px;
	border-bottom: solid #ccc 0.5px;
	background-color:white;
	display: block;
	font-size: 16pt;
	padding: 14px 14px;
	display:none;
	margin-top:-8px;
	text-align:center;
}
.col-menu-input {
	display:block;
	margin-bottom: 6px;
}
.col-menu-input input{
	width: 274px;
	max-width:100%;
	border:none;
	border-radius: 0px;
	background-color: #eee;
	border-bottom: solid black 1px;
}

.form-radio {
	display:inline-block;
	font-size: 18px;
}
.form-radio label {
	margin-right: 12px;
}
.btn-arrow-down {
	float:right;
	color: black;
	font-weight:bold;
	font-size:24px;
	margin-top:-8px;
}


.newSel {
	max-width:75%;
}
.newSub{
	float:right;
	max-width:20%;
	margin-top:-6px;
}


.slider input {
	display: block;
	width:100%;
	font-size: 16px;
}

#rangeValue {font-weight:bold}

.rangeSlider {
	border:none;
	background-color:transparent;
	max-width:30px;
	text-align:center;
	color:#01518e;
	opacity: 1;
}


.form-input-new {

	border:none;font-size:16pt;
	
}
.highlightRed {
	background-color:red;color:white;font-size:16pt;
}
.highlightYellow {background-color:yellow;font-size:16pt}
.calert select,
.calertfu select {
	width: 100%;
	background-color: white;
	border-radius: 2px 2px;
	font-size:12pt;
	border: solid black 1px;
}
.calert input[type="checkbox"],
.calertfu input[type="checkbox"] {
    position:relative; 
    display:inline-block; 
    width: auto;
} 
.calert label,
.calertfu label { /*checkbox*/
   padding-left: 10px; 
   padding-right: 10px;
	 font-size:14pt;
	 margin-bottom: 2px;
} 

textarea {
	width:100%;
	padding: 2px 2px;
}
li a {
    color: #0099CC; 
    text-decoration: underline;
}	

.copyright {
	text-align:center;
	font-size: 1rem;
}

.banner {
	position:relative;
	display:inline-block;
}
.banner:after {
	content:'';
	position: absolute;
	bottom: 0%;
	left: 0%;
	margin-left: -0px;
	width: 0;
	height: 0;
	border-bottom: solid 50px #f8f8f8; /* background color */
	border-left: solid 87.5px #7948db;
	border-right: solid 87.5px #7948db;
}

#roster {width:100%; font-size:1.25rem; line-height: 1.4}
	#roster td {width: auto; padding:12px 4px;}


/* NEW ROSTER */
.btn-arrow {
	float:right;
	color: black;
	font-weight:bold;
}

.tbl-roster tr,
.tbl-roster-nb tr {
	width: 100%;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	background-color:white;
}

.tbl-roster td,
.tbl-roster-nb td {
	border-radius: 0px;	
	font-size: 16px;
	padding: 18px 25px;
}


/* AWARDS */
.medal_frame {
	position:relative;
	display:inline-block;
}
.medal {
	width: 150px;
	height: 180px;
	margin: 10px;	
	float:left;
}
.ribbon {
	width: 120px;
	height: 105px;
	margin: 0 auto;
	position: relative;
}
.ribbon:before,
.ribbon:after {
	content: '';
	position: absolute;
	width: 52.5px;
	height: 100%;
	top: 0;
}
.ribbon:before {
	right: 0;
	background: #6029CE;
	transform: skew(-28deg);
}
.ribbon:after {
	left: 0;
	background: #8255dd;
	transform: skew(28deg);
}
.coin_plat {
	border: 1px solid #1a1a1a;
	border-radius: 50%;
	background: #0d0d0d;
	width: 105px;
	height: 105px;
	position: relative;
	margin: -15px auto 0 auto;
	box-shadow: 0px 0px 3px 0px #989898;
}	
.coin,
.coin_gld {
	border: 1px solid #D9B867;
	border-radius: 50%;
	background: #F0CD73;
	width: 105px;
	height: 105px;
	position: relative;
	margin: -15px auto 0 auto;
	box-shadow: 0px 0px 3px 0px #989898;
}
.coin_slvr {
	border: 1px solid #c0c0c0;
	border-radius: 50%;
	background: #d9d9d9;
	width: 105px;
	height: 105px;
	position: relative;
	margin: -15px auto 0 auto;
	box-shadow: 0px 0px 3px 0px #989898;
}
.coin_brnz {
	border: 1px solid #d28c46;
	border-radius: 50%;
	background: #d28c46;
	width: 105px;
	height: 105px;
	position: relative;
	margin: -15px auto 0 auto;
	box-shadow: 0px 0px 3px 0px #989898;
	z-index:2;
}
.coin:after {
	content: '';
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	border-radius: inherit;
	box-shadow: 0 0 0 9px #D9B867;
}

#loginform {
	display: block;
	text-align: center; 
	width: 100%;
	margin: 0px auto;
	padding-top: 20px;
}
.login-username label,
.login-password label {
	display:block;
	text-align:left;
	width: 90%;
	margin: 0px auto;
	font-style: italic;
	font-size: 14px;
}
.login-username input,
.login-password input {
	width: 90%;
	padding: 6px 2px;
	border: none;
	border-radius: 0px;
	border-bottom: solid #01518e 0.65px;
	background-color: #f8f8f8;
	font-size: 20px;
}
.login-password-parent label {
	text-align:left;
	width: 90%;
	margin: 0px auto;
	margin-bottom:-12pt;
	font-style: italic;
	font-size: 14px;
	display:inline-block;
}
.login-password-parent input {
	width: 43%;
	padding: 6px 2px;
	border: none;
	border-radius: 0px;
	border-bottom: solid #01518e 0.65px;
	background-color: #f8f8f8;
	font-size: 20px;
	display:inline-block;
	text-align:center;
}
.login-username input:focus,
.login-password input:focus,
.login-password-parent input:focus {
	border-bottom: solid #01518e 1.5px;
}
.login-submit input {
	font-size:18px;
	font-weight:500;
	padding: 10x;
	width:90%;
	border-radius:5px;
	border:none;
	background-color:#01518e;
	color:white;
	/*match outline btn*/
	border:solid #01518e 1.5px;
	text-decoration:none;
	cursor: pointer;
}
.parent-login-submit { 
		font-size:22px;
		font-weight:500;
		padding: 10x;
		width:90%;
		border-radius:5px;
		border:none;
		background-color:#01518e;
		color:white;
		/*match outline btn*/
		border:solid #01518e 1.5px;
		text-decoration:none;
		cursor: pointer;
		margin-top:20px;
	}
.login-remember {
	width: 90%;
	text-align:left;
	margin: 0px auto;
}

.parallax {
  /* The image used */
  background-image: url("https://concussionalert.ca/wp-content/uploads/2022/06/ca-logo-2022.png");

  /* Set a specific height */
  height: 42vh;

  /* Create the parallax scrolling effect */
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	
	border-radius: 10px 10px 0px 0px;
	margin-bottom: -15px;
}


/* LEARN */
.responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.responsive video {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

#test {display: none;}
.controls {
	font-size: 1.5rem;
	border: solid #01518e 1px;
	background-color: #01518e;
	color: white;
	border-radius: 4px;
	padding: 4px 14px;
	font-weight: normal;
	margin: 10px 2px;
}
#muteBtn,
#restartBtn {display:none;}
#testout p {
	font-size: 1.8rem;
}
#testResults {display:none;}
#testErrs {font-size: 1.5rem}
#list_err li {font-size: 1.5rem}

#reporting-vid {width:100%; max-height: 80vh}
#rowanslaw-vid {width:100%; max-height: 80vh}

#complete_mod2 {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
}
.complete2-content {
	position: fixed;
	width: 100%;	
	text-align: center;
	color: white;
	top: 30%;	
}
.complete2-content button {
	font-family: 'Raleway', sans-serif;
	padding: 12px 18px;
	margin: 25px;
	background-color: #6DA4AC;
	color: white; 
	font-size: 1.8em;
	border: solid black 1px;
	border-radius: 5px;
}




/* RCP Registration */
#rcp_registration_form select {
	width: 100%;
	border-radius: 2px 2px;
}
#rcp_registration_form .rcp_user_fieldset,
#rcp_registration_form .rcp_subscription_fieldset,
#rcp_registration_form
.rcp_registration_total,
#rcp_registration_form
.rcp_gateway_stripe_fields,
#rcp_registration_form 
.rcp_agree_to_terms_fieldset,
#rcp_registration_form 
.rcp_agree_to_privacy_policy_fieldset {
	
	width: 600px;
	max-width:100%;
	margin: 20px auto;
	
}
#rcp_registration_form 
.rcp_login_link p {
	text-align:center;
	font-weight: normal;
}
#rcp_registration_form
.rcp_gateway_stripe_fields label {
	font-size: 1.6rem;
	padding-bottom: 5px;
}
#rcp_registration_form
.rcp_gateway_stripe_fields input {
	font-size: 1.6rem;
	margin-bottom: 5px;
}
#rcp_registration_form
.rcp_registration_total table {
	font-size: 1.6rem;
}
.post-664 .rcp_form fieldset {
	border:none;
}
#rcp_registration_form 
.rcp_agree_to_privacy_policy_fieldset,
#rcp_registration_form 
.rcp_agree_to_terms_fieldset {
	border:none;
	font-size: 1.25rem;
}
#rcp-account-overview {
	margin-bottom: 20px;
}
#rcp_profile_display_name_wrap {
	display:none;
}

input #rcp_user_login {display:none;}

.rcp_separator {
	display:none;
}
.rcp_price {
	display:none;
}
.rcp_level_duration{
	display:none
}
.rcp_level_description {
	font-style: italic;
	color: #006699;
	font-size: 10pt;
}
.rcp_registration_total {

}

.post-664 {
	display:block;
	width: 400px;
	max-width: 100%;
	margin: 0px auto;
	text-align:center;
}
.post-664 legend {
	display:none;
}
.post-664 label {
	display:block;
	font-size: 1.6rem;
	font-style: italic;
	margin-bottom: 4px;
}
.post-664 input[type=text],
.post-664 input[type=email],
.post-664 input[type=password] {
	width: 300px;
	max-width: 100%;
	padding: 6px 2px 1px;
	border: none;
	border-radius: 0px;
	border-bottom: solid #01518e 0.65px;
}


#rcp_registration_form input[type=text],
#rcp_registration_form input[type=password] {

	max-width: 100%;
	padding: 6px 2px 4px;
	border: none;
	border-radius: 0px;
	border-bottom: solid #01518e 0.65px;
	font-size: 14pt;
	
}
#rcp_registration_form input[type=radio] {
	margin-left: -25px;
}
.post-664 input:focus,
#rcp_registration_form input[type=text]:focus,
#rcp_registration_form input[type=password]:focus {
	border-bottom: solid #01518e 1.5px;
}
#rcp_registration_form label {
	display:block;
	text-align:left;
	font-size: 12pt;
	font-style: italic;
}
#rcp_registration_form ul li {
	display:block;
	text-align:left;
	margin-bottom:12px;
}
#rcp_registration_form ul label {
	display: inline-block;
	font-size: 1.6rem;
	font-style: normal;
	padding-left: 5px;
}



.pie {
  --w:120px;
  
  width: var(--w);
	min-height:100px;
	max-width: 100%;
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  margin: 5px;
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;
}
.pie:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
          mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}

#report_init_symptom, #report_init_memory, #report_init_details {display:none;}

