/* NEW PER DESIGNS */

@font-face {
    font-family: 'Androgyne Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Androgyne Medium'), url('Androgyne_TB.woff') format('woff');
    }
    

/* Hide the default appearance */
input[type="radio"] {
  appearance: none;
  display: inline;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0px;
  background-color: white; /* Example background */
  cursor: pointer;
}

/* Style the checked state */
input[type="radio"]:checked {
    background-color: #eeeeee;
    border: 1px solid #666666 !important;
}




{
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  font-family: Lato;
}

#regForm {
  background-color: #ffffff;
  margin: 20px auto;
 font-family: 'Marianina Cn FY Regular';
     font-size: 1.5em;
  padding: 0 30px 0 30px;
  width: 80%;
  min-width: 300px;
}

#formWrapper {
  background-color: #ffffff;
  margin: 10px auto;
  font-family: 'Marianina Cn FY Regular';
  font-size: 14px;
  padding: 0px;
  width: 80%;
  min-width: 400px;
}

.formHead {
	width:100%;
}

#statusWrapper {
  background-color: #f3f3f4;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  width: 80%;
  min-width: 300px;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container .box {
  width: 25%;
  margin: 10px;
  text-align: center;
}

.flex-container .box b {
font-family: 'Marianina Cn FY Regular';
  font-size: 24px;
}

.flex-container .box input {
    margin-top: -10px;
    padding: 10px;
}

h1 {
  text-align: center;  
  color: #9d1b55;
  font-size: 3em;
}

h2 {
font-family: 'Marianina Cn FY Regular';
font-size: 2.5em; 
  color: #9d1b55;
}

input {
  padding: 10px;
  font-size: 17px;
  font-family: Lato;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #9d1b55;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family:'Androgyne Medium';
  cursor: pointer;
  border-radius: 5px;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #9d1b55;
}

#question {
	display: block;
	padding-left: 25px;
}

#question p {
    margin: 10px 0 10px 0;
}

#yesno {
	display: block;
	padding-left: 25px;
}

/* STATUS TABLE */

div.statusResults {
  background-color: #f3f3f4;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.statusResults .divTableCell, .divTable.statusResults .divTableHead {
border: 6px solid #f3f3f4;
    padding: 6px;
    border-radius: 12px;
}
.divTable.statusResults .divTableBody .divTableCell {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
}
.divTable.statusResults .divTableHeading {
  background: #f3f3f4;
}
.divTable.statusResults .divTableHeading .divTableHead {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}


/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.excellentCheck {
    font-size: 2.5em;
    line-height: 1;
    color: #ffffff;
    background-color: #a5cc3c;
    padding: 12px 54px;
    border-radius: 16px;
    }

.mildCheck {
    font-size: 2.5em;
    line-height: 1;
    color: #ffffff;
    background-color: #1ba2ac;
    padding:  12px 54px;
    border-radius: 16px;
    }
    
.moderateCheck {
	font-size: 2.5em;
	line-height: 1;
	color: #ffffff;
	background-color: #fab415;
	padding:  12px 54px;
	border-radius: 16px;
}

.severeCheck {
    font-size: 2.5em;
    line-height: 1;
    color: #ffffff;
    background-color: #ed1d24;
    padding: 12px 54px;
    border-radius: 16px;
    }

