html {
	overflow: hidden;
}
body {
	font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 2.5vmin;
    line-height: 3vmin;
    font-weight: 300;
    width: calc(100% - 1px);
    margin:0;
    height: calc(100% - 1px);
    color: black;
    text-align: left;
    overflow: hidden;
/*    background-image: url('graphics/ek.jpg');*/
/*	background-color: #3F8ED4;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
}
.infoblock {
	margin-bottom: 5vmin;
	font-size: 2.5vmin;
	line-height: 3.5vmin;
}
.logoblock {
	font-size: 4vmin;
	padding: 6vmin 4vmin 4vmin 4vmin; 
	margin-top: -2vmin; 
	text-align: right;
	font-weight: 800;
}
.bodytext {
	font-size: 2.5vmin;
	margin-bottom: 3vmin;
	line-height: 3.5vmin;
}
.light {
	font-weight: 100;
}
.heavy {
	font-weight: 800;
}
.medium {
	font-weight: 500;
}
.italics {
	font-style: italic;
}
.red {
/*	color: rgba(225,75,49,1);*/
	color: rgba(244,22,22,1);
}
.green {
	color: rgba(48,203,41,1);
}
.orange {
	color: rgba(246,176,36,1);
}

.l1 {
	font-size: 5vmin;
}
.l2 {
	font-size: 4vmin;
}
.l3 {
	font-size: 3vmin;
}
.l4 {
	font-size: 2.5vmin;
	margin-bottom: 2vmin;
	margin-top: 3vmin;
}
.numberwrap {
	padding-right: 0.5vmin; 
	padding-left: 0.5vmin; 
	border: 0.1vmin solid gray;
	border-radius: 0.75vmin; 
	font-variant-numeric: tabular-nums;
}

.snugtop4 {
	margin-top: -4vmin;
}
.snugtop2 {
	margin-top: -2vmin;
}
.snug4 {
	margin-bottom: -4vmin;
}
.snug2 {
	margin-bottom: -2vmin;
}
.snug0 {
	margin-bottom: 0;
}
.snug1 {
	margin-bottom: 1vmin;
}
.spacer1 {
	margin-bottom: 1vmin;
}
.spacer2 {
	margin-bottom: 2vmin;
}
.spacer4 {
	margin-bottom: 4vmin;
}
.spacer6 {
	margin-bottom: 6vmin;
}
.right {
	text-align: right;
	box-sizing: border-box;
}
.center {
	text-align: center;
	box-sizing: border-box;
}
.blacktc {
	color: black;
}
.upperli {
	font-size: 2vmin;
	margin-bottom: 0.5vmin;
}
.lowerli {
	font-size: 1.5vmin;
	margin-top: -3.5vmin;
	line-height: 2vmin;
}
.spacertop2 {
	margin-top: 2vmin;
}
.spacertop4 {
	margin-top: 4vmin;
}
.spacertop6 {
	margin-top: 6vmin;
}
.spacertop8 {
	margin-top: 8vmin;
}
.returntop {
/*	max-width: 40vw;*/
	padding: 0;
	margin: -4vmin 5vmin 0 0;
	font-size: 1.5vmin;
	font-weight: 100;
	color: black;
	text-align: right;
}

.statistics-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 2.5vmin;
  border: none;
}

.statistics-table th,
.statistics-table td {
  border: 0.1vmin solid black;
  padding: 1vmin;
  text-align: center;
  vertical-align: bottom;
  height: fit-content;
}

.statistics-table .rotated-header {
  background-color: #f2f2f2;
  white-space: nowrap;
  width: 1%;
  height:10vmin;
}

.statistics-table .rotated-header div {
  transform: rotate(270deg);
  min-width: 3vmin;
  max-width: 4vmin;
  height: fit-content;
}

.statistics-table .rotated-header:before {
  content: '';
  padding-top: 110%; /* Adjust as needed */
  display: inline-block;
  vertical-align: middle;
  height: fit-content;
}

.statistics-table .dot-cell {
	vertical-align: middle;
	font-size: 200%;
}

.statistics-table .row-name {
	text-align: left;
	width: fit-content;
}
.statistics-table .row-name-stats {
	text-align: left;
	width: fit-content;
	border-left: none;
	border-top: none;
	vertical-align: middle;
}


.scroll-container {
    height: 100vh; /* Adjust this value to fit your needs */
    overflow-y: auto;
    padding-right: 1vmin; /* To avoid horizontal scrollbar */
    z-index: 900;
}
.legal {
	max-width: 40vw;
	padding: 1vmin 5vmin 1vmin 5vmin;
	font-size: 1.5vmin;
	font-weight: 100;
	color: black;
	text-align: left;
}
.legal_left {
	max-width: 40vw;
	padding: 1vmin 10vmin 1vmin 0vmin;
	font-size: 1.5vmin;
	font-weight: 500;
	color: black;
	text-align: left;
	line-height: 1.75vmin;
}
.legal_center {
	max-width: 80%;
	padding: 1vmin 5vmin 1vmin 5vmin;
	font-size: 1.5vmin;
	font-weight: 100;
	color: black;
	text-align: center;
}
.left {
	text-align: left;
}
sup {
	font-size: 1.5vmin;
	margin-top:-2vmin;
	font-weight: 100;
	line-height: 3.5vmin;
	color: black;
}

form {
	text-align: left;
/*	padding: 5vmin;*/
	padding: 3vmin 5vmin 5vmin 5vmin;
	border: solid 0.1vmin grey;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0.75vmin;
	border-bottom-left-radius: 0.75vmin;
	background-color: white;
	box-shadow: 0 0.25vmin 0.5vmin black;
/*	width: 40vw;*/
	
}

.form-wrapper {
    position: relative;
    z-index: 20;
    margin: auto;
    /*width: fit-content;
    min-width: 30vw;
    max-width: 60vw;*/
    width: 40vw;
}

.noshow {
	display: none;
}
.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.question-wrapper {
	margin-top: -2vmin;
}
/*.question_indent {
	padding-left: 4vmin;
  text-indent:-4vmin;
}*/
.monospace > span {
  display: inline-block; /* Enable widths */
  width: 2vmin;            /* Set width across all characters */
  text-align: center; 
}
.question {
	font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 2vmin;
    line-height: 2.5vmin;
    font-weight: 600;
    padding: 2vmin 0 1vmin 0;
}
.form-row, .form-submit-row {
/*	padding: 0.5vmin 0 0.5vmin 0;*/
/*	width: 40vw;*/
	color: black;
	width: 100%;
	box-sizing: border-box; 
}
.form-full-row {
	display: flex;
	box-sizing: border-box; 
	align-items: center;
}

.form-full-row-readonly {
	display: flex;
	box-sizing: border-box; 
	align-items: center;
}

.form-submit-row {
	text-align: right;
}

/* CSS for two columns */
.form-half-left-row {
	flex: 1;
	padding-right: 1vmin;
}
.form-half-right-row {
	flex: 1;
	padding-left: 1vmin;
}
.form-half-left-row-readonly {
	flex: 1;
	padding-right: 1vmin;
}
.form-half-right-row-readonly {
	flex: 1;
	padding-left: 1vmin;
}

.form-3quarter-left-row {
	flex: 3;
	padding-right: 1vmin;
}
.form-1quarter-right-row {
	flex: 1;
	padding-left: 1vmin;
	display: flex;
	justify-content: space-between;
}

.form-9tenth-left-row {
	flex: 9;
	padding-right: 1vmin;
}
.form-1tenth-right-row {
	flex: 1;
	padding-left: 1vmin;
	text-align: right;
/*	margin-bottom: 0;*/
}

.form-4fifth-left-row {
	flex: 4;
	padding-right: 1vmin;
}
.form-1fifth-right-row {
	flex: 1;
	padding-left: 1vmin;
	text-align: right;
/*	margin-bottom: 0;*/
	display: flex;
	justify-content: space-between
}

/* CSS for three columns */
.form-third-left-row {
    flex: 1;
    padding-right: 0.5vmin;
}

.form-third-middle-row {
    flex: 1;
    padding-left: 0.5vmin;
    padding-right: 0.5vmin;
}

.form-third-right-row {
    flex: 1;
    padding-left: 0.5vmin;
}

/* CSS for four columns */
.form-quarter-left-row {
    flex: 1;
    padding-right: 0.25vmin;
}

.form-quarter-left-middle-row {
    flex: 1;
    padding-left: 0.25vmin;
    padding-right: 0.25vmin;
}

.form-quarter-right-middle-row {
    flex: 1;
    padding-left: 0.25vmin;
    padding-right: 0.25vmin;
}

.form-quarter-right-row {
    flex: 1;
    padding-left: 0.25vmin;
}

 
label {
	font-size: 1.25vmin;
	line-height: 1.25vmin;
	color: darkgray;
	background-color: white;
	padding: 0 1vmin;
}
.labellow {
	font-size: 1.25vmin;
	line-height: 2.25vmin;
	color: darkgray;
	background-color: white;
	padding: 0 1vmin;
}

.label_under {
	margin-top: 2vmin;
	font-size: 1.25vmin;
	line-height: 1.5vmin;
	color: darkgray;
	background-color: white;
}
.label_under_bluebgl {
	margin-top: 2vmin;
	font-size: 1.25vmin;
	line-height: 1.5vmin;
	color: darkgray;
	background-color: rgba(201,210,230,1);
}

.label_fix {
	font-size: 1.25vmin;
	color: darkgray;
	background-color: white;
}

.under_button_wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: -3.5vmin;
}

.under_button {
    display: inline-block;
    padding: 0 1vmin;
    text-align: right;
    background-color: white;
}

.small {
	font-size: 1.75vmin;
	margin-bottom: -2vmin;
}

input[type=submit], button {
	text-align: center;
	font-size: 1.75vmin;
	font-weight: 800;
	margin-top: 2vmin;
	border: 0.1vmin black solid;
	padding: 1vmin;
	border-radius: 0.75vmin;
	background-color: darkgray;
	background: linear-gradient(90deg, rgba(163,163,163,1) 0%, rgba(197,197,197,1) 100%);
	color: white;
	box-shadow: 0 0.1vmin 0.5vmin grey;
	min-width: 12vmin;
}
.butexit {
	text-align: center;
	font-size: 1.75vmin;
	font-weight: 800;
	margin-top: 2vmin;
	border: 0.1vmin black solid;
	padding: 1vmin;
	border-radius: 0.75vmin;
	background-color: darkgray;
	background: linear-gradient(90deg, rgba(163,163,163,1) 0%, rgba(197,197,197,1) 100%);
	color: white;
	box-shadow: 0 0.1vmin 0.5vmin grey;
	min-width: 12vmin;
}

input[type=submit]:active, button:active {
	background-color: #A9A9A9; /* Or any darker shade of gray */
	background: linear-gradient(90deg, rgba(163,163,163,1) 0%, rgba(197,197,197,1) 100%);
}
.butsmall {
	text-align: center;
	font-size: 1.25vmin;
	font-weight: 800;
	margin-top: 0vmin;
	border: 0.1vmin black solid;
	padding: 1vmin;
	border-radius: 0.75vmin;
	background-color: darkgray;
	background: linear-gradient(90deg, rgba(163,163,163,1) 0%, rgba(197,197,197,1) 100%);
	color: white;
	box-shadow: 0 0.1vmin 0.5vmin grey;
	min-width: 0vmin;
	height: 4vmin;
	display: flex;
  align-items: center; /* This property vertically centers the button's contents */
}

.butsmall2 {
	text-align: center;
	font-size: 1.25vmin;
	font-weight: 800;
	margin-top: 1.5vmin;
	border: 0.1vmin black solid;
	padding: 1vmin;
	border-radius: 0.75vmin;
	background-color: darkgray;
	background: linear-gradient(90deg, rgba(163,163,163,1) 0%, rgba(197,197,197,1) 100%);
	color: white;
	box-shadow: 0 0.1vmin 0.5vmin grey;
	min-width: 0vmin;
}

button {
	cursor: pointer;
}
.delete {
	font-size: 2vmin;
	min-width: 3vmin;
}
.fa_fix {
	width: 1.5vmin;
	height: 1.5vmin;
	margin-top: -.5vmin;
	vertical-align: middle;
	transform: scale(0.95);
}
.fa_fix1 {
	width: 1vmin;
	height: 1vmin;
	margin-top: -.35vmin;
	vertical-align: middle;
	transform: scale(0.95);

}
.fa_fix2 {
	width: 2vmin;
	height: 2vmin;
	margin-top: -.65vmin;
	vertical-align: middle;
	transform: scale(0.95);
}
.fa_fix2a {
	width: 2vmin;
	height: 2vmin;
	margin-top: -.45vmin;
	vertical-align: middle;
	transform: scale(0.95);
}
.fa_fix25 {
	width: 2.5vmin;
	height: 2.5vmin;
	margin-top: -.85vmin;
	vertical-align: middle;
	transform: scale(0.95);
}
.fa_fix25a {
	width: 2.5vmin;
	height: 2.5vmin;
/*	margin-top: -.85vmin;*/
	vertical-align: middle;
	transform: scale(0.95);
}
.fa_fix3 {
	width: 3vmin;
	height: 3vmin;
	margin-top: -1vmin;
	vertical-align: middle;
	transform: scale(0.95);
}
.fa_fix4 {
	width: 4vmin;
	height: 4vmin;
	margin-top: -1.15vmin;
	vertical-align: middle;
	transform: scale(0.95);
}
.deeflogo {
	font-size: 4.5vmin;
	margin-left: 2vmin;
}
.sidebyside {
	display: flex;
	justify-content: flex-end;
  text-align: right;  /* Add this line */
  margin-right: 0.75vmin;
}
.sidebysidenomargin {
	display: flex;
	justify-content: flex-end;
  text-align: right;  /* Add this line */
}
.bluebg {
	background-color: #22a7f0;
/*	background: linear-gradient(60deg, rgba(100,100,203,1) 0%, rgba(122,160,231,1) 100%);*/
	background: linear-gradient(60deg, rgba(82,114,187,1) 0%, rgba(141,162,208,1) 100%);
	z-index: 1000;
}
.bluebgl {
	background-color: rgba(201,210,230,1);
/*	background: linear-gradient(60deg, rgba(100,100,203,1) 0%, rgba(122,160,231,1) 100%);*/
/*	background: linear-gradient(60deg, rgba(82,114,187,1) 0%, rgba(141,162,208,1) 100%);*/
}
.bluetc {
	color: rgba(201,210,230,1);
/*	background: linear-gradient(60deg, rgba(100,100,203,1) 0%, rgba(122,160,231,1) 100%);*/
/*	background: linear-gradient(60deg, rgba(82,114,187,1) 0%, rgba(141,162,208,1) 100%);*/
}
.bluelink {
	color: rgba(82,114,187,1);
	cursor: pointer;
}
.bluelink:hover {
	color: rgba(201,210,230,1);
}

.bluesolidbg {
	background-color: rgba(82,114,187,1);
}
.paymentStyle {
/*	display: block;*/
    height: 100vh;
    width: 100vw;
    font-weight: 900;
    line-height: 6vmin;
    text-align: center;
    color: red;
    font-size: 5vmin;
    padding: 2vmin;
}

input[type=submit]:active, button:active .bluebg:active {
	background-color: #1b86cc;
	background: linear-gradient(90deg, rgba(163,163,163,1) 0%, rgba(197,197,197,1) 100%);
}

.redbg {
	background-color: #bf071a;
/*	background: linear-gradient(90deg, rgba(194,55,40,1) 0%, rgba(225,75,49,1) 100%);*/
/*	rgba(244,22,22,1) 20%, rgba(245,81,80,1) 80%*/
	background: linear-gradient(60deg, rgba(244,22,22,1) 0%, rgba(245,81,80,1) 100%);
}
.redsolidbg {
	background-color: rgba(244,22,22,1);
}

.greenbg {
	background-color: #bf071a;
/*	background: linear-gradient(60deg, rgba(66,168,58,1) 0%, rgba(109,231,111,1) 100%);*/
	background: linear-gradient(60deg, rgba(48,203,41,1) 0%, rgba(162,229,159,1) 100%);
}
.greensolidbg {
	background-color: rgba(48,203,41,1);
}

.orangebg {
	background-color: #bf071a;
	background: linear-gradient(60deg, rgba(246,176,36,1) 0%, rgba(247,218,163,1) 100%);
/*	background: linear-gradient(60deg, rgba(237,102,45,1) 0%, rgba(252,191,123,1) 100%);*/	
}
.orangesolidbg {
	background-color: rgba(246,176,36,1);
}

.graybg {
	background-color: darkgray;
	background: linear-gradient(60deg, rgba(140,140,140,1) 0%, rgba(197,197,197,1) 100%);
}
.graybgd {
	background-color: darkgray;
	background: linear-gradient(60deg, rgba(140,140,140,1) 100%, rgba(197,197,197,1) 0%);
}
.graybgl {
	background-color: #e6e6e7;
}
.graysolidbg {
	background-color: rgba(140,140,140,1);
}
.underline {
    display: inline-block;
    position: relative;
    border-bottom: 0px solid; /* Control the thickness of the line here */
}

.underline:hover::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px; /* Control the distance of the underline here */
    border-bottom: 0.1vmin solid gray; /* Control the color and thickness here */
}

.shade {
	color: black;
	cursor: pointer;
}
.shade:hover {
  color: #6a85c4;
}

.line_under {
	margin: 6vmin 5vmin 6vmin 5vmin;
	line-height: 0;
	border-bottom: 0.1vmin solid lightgray;
}

.answer_holder {
	padding-left: 3vmin;
	margin-left: 4vmin;
	border-left: 0.1vmin solid lightgray;
	margin-right: 4vmin;
	te
}
.li_dot_fix {
	position: relative;
}
.li_dot_fix::after {
	content:'';
	height: 0.85vmin;
  width: 0.85vmin;
  background-color: black;
  border-radius: 50%;
	position: absolute;
	left: -2.5vmin;
	top: 1vmin;
	text-decoration: none;
}

/*input[type=text], input[type=password], textarea {
	width: 100%;
	padding: 1.5vmin;
	box-sizing: border-box; 
	font-size: 2vmin;
}*/
input[type=text], input[type=password], input[type=email], textarea {
	font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
	width: 100%;
	padding: 1.5vmin;
	margin: 1vmin;
	font-size: 2vmin;
	border: 0.1vmin gray solid;
	padding: 1vmin;
	border-radius: 0.75vmin;
	box-sizing: border-box; 
/*	box-shadow: 0 0.1vmin 0.5vmin grey;*/
	box-shadow: inset -0.3vmin -0.3vmin 0.5vmin rgba(255, 255, 255, 0.5), 
           		inset 0.3vmin 0.3vmin 0.5vmin rgba(70, 70, 70, 0.12);
  }
.image_drop {
	width: 100%;
	padding: 1.5vmin;
	margin: 1vmin;
	font-size: 2vmin;
	border: 0.1vmin gray solid;
	padding: 1vmin;
	border-radius: 0.75vmin;
	box-sizing: border-box; 
	text-align: center;
/*	box-shadow: 0 0.1vmin 0.5vmin grey;*/
	box-shadow: inset -0.3vmin -0.3vmin 0.5vmin rgba(255, 255, 255, 0.5), 
           		inset 0.3vmin 0.3vmin 0.5vmin rgba(70, 70, 70, 0.12);
  z-index: 1000;
  }
.image_drop:hover {

  background-color: rgb(249,250,251);
}

@keyframes colorSlide {
  0%   {background-color: #6a85c4;}
  100% {background-color: rgba(201,210,230,1);}
}
.image_preview_wrapper {
	margin: 2vmin;
	display: flex;
  justify-content: flex-end;
  align-items: center;
}
.image_preview {
	padding: 1vmin;
	border-radius: 0;
	border: 0.1vmin gray solid;
	background-color: white;
	box-shadow: 0 0.1vmin 0.5vmin grey;
	width: fit-content;
	height: fit-content;
	text-align: right;
}
.image_preview_text {
	font-size: 2vmin;
	line-height: 3vmin;
	margin: 0 3vmin;
}

h2 {
	color: black;
	padding: 6vmin 4vmin 4vmin 4vmin; 
	margin-top: -2vmin; 
	text-align: right;
}

h3 {
	padding: 2.75vmin 3vmin 3.5vmin 3vmin;
	/*background-color: darkgray;
	background: linear-gradient(60deg, rgba(140,140,140,1) 0%, rgba(197,197,197,1) 100%);*/
/*	background-color: #22a7f0;*/
	background: linear-gradient(60deg, rgba(82,114,187,1) 100%, rgba(141,162,208,1) 0%);
	color: white;
	border-top-left-radius: 0.75vmin;
	border-top-right-radius: 0.75vmin;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top: dotted 0.1vmin grey;
	border-right: dotted 0.1vmin grey;
	border-left: dotted 0.1vmin grey;
	border-bottom: none;
	margin-bottom: 0;
	box-shadow: 0 0.25vmin 0.5vmin black;
	text-align: left;
/*	width: 40vw;*/
/*	box-sizing: border-box;*/
}

a {
	color: #6a85c4;
	text-decoration: none;
}
h4 {
	color: black;
}

ul {
	color: black;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 0;
}
li {
	margin-top: 0;
	margin-bottom: 0;
}
tr {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.note {
	color: white; 
	font-weight: 800; 
	text-align: center; 
/*	border: 0.1vmin solid black; */
	margin: 0 -7vmin 3vmin -7vmin; 
	padding: 3vmin 3vmin 4vmin 3vmin; 
	border-radius: 0.75vmin; 
	box-sizing: border-box;
	z-index: 900;
/*	width: 42vw;*/
/*	background-color: #bf071a;*/
	box-shadow: 0 0.25vmin 0.5vmin black;
}
ul .note {
	margin-left: -12vmin;
}
.caution {
	color: white; 
	font-weight: 800; 
	text-align: center; 
	border: 0.1vmin solid #ff9800; 
	margin: 0 -7vmin 3vmin -7vmin; 
	padding: 3vmin 3vmin 3vmin 3vmin; 
	border-radius: 0.75vmin; 
	box-sizing: border-box;
	z-index: 900;
/*	width: 42vw;*/
	background-color: #ff9800;
	box-shadow: 0 0.25vmin 0.5vmin black;
}

ul .caution {
	margin-left: -12vmin;
}
ul .bodytext {
	font-weight: 300;
	margin-bottom: 0;
}
li .bodytext {
	margin-top: 0;
	margin-bottom: 0;
}
.course {
	color: black; 
	font-weight: 300; 
	text-align: left; 
/*	border: 0.1vmin solid lightskyblue; */
/*border-top: 0.1vmin dotted darkgray;*/
	margin: 0vmin -5vmin 1vmin -5vmin; 
	padding: 0vmin 5vmin 3vmin 5vmin; 
	border-radius: 0; 
	box-sizing: border-box;
	
/*	width: 100%;*/
    /*min-width: 30vw;
    max-width: 60vw;*/
/*	background-color: white;*/
/*	box-shadow: 0 0.25vmin 0.5vmin black;*/
}

.courseheader {
	color: black; 
	font-weight: 300; 
	text-align: left; 
/*	border: 0.1vmin solid lightskyblue; */
/*border-top: 0.1vmin dotted darkgray;*/
	margin: 0 5vmin 3vmin -5vmin; 
	padding: 2vmin 5vmin 2.5vmin 5vmin; 
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0.75vmin;
	border-top-left-radius: 0;
	border-top-right-radius: 0.75vmin; 
	box-sizing: border-box;
	
/*	width: 100%;*/
    /*min-width: 30vw;
    max-width: 60vw;*/
/*	background-color: white;*/
/*	box-shadow: 0 0.25vmin 0.5vmin black;*/
}

.event {
/*	margin-bottom: 0;*/
	margin-top: 4vmin;
	font-weight: 500;
}

.whitetc {
	color: white;
}
.blacktc {
	color: black;
}

.object {
	border: 0.1vmin solid gray;
	border-radius: 0.75vmin;
	padding: 2vmin;
	margin-bottom: 3vmin;
	margin-top: 2vmin;
	box-sizing: border-box;
}
.object_list {
	border-top: 0.1vmin solid gray;
	border-bottom: 0.1vmin solid gray;
	border-right: 0;
	border-left: 0.1vmin solid gray;
	border-top-left-radius: 0.75vmin;
	border-bottom-left-radius: 0.75vmin;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 2vmin 5vmin 2vmin 2vmin;
	
	margin: 0vmin -5vmin 0vmin -2vmin;
	box-sizing: border-box;
}

.object_list_inner1 {
	border-top: 0.1vmin solid gray;
	border-bottom: 0.1vmin solid gray;
	border-right: 0;
	border-left: 0.1vmin solid gray;
	border-top-left-radius: 0.75vmin;
	border-bottom-left-radius: 0.75vmin;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 2vmin 5vmin 2vmin 2vmin;
	
	margin: 0vmin -5vmin 4vmin 0vmin;
	box-sizing: border-box;
}

.object_list_inner2 {
	border-top: 0.1vmin solid gray;
	border-bottom: 0.1vmin solid gray;
	border-right: 0;
	border-left: 0.1vmin solid gray;
	border-top-left-radius: 0.75vmin;
	border-bottom-left-radius: 0.75vmin;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 2vmin 5vmin 2vmin 2vmin;
	
	margin: 0vmin -5vmin -2vmin 0vmin;
	box-sizing: border-box;
}

.object_inner {
	border: 0.1vmin solid gray;
	border-radius: 0.75vmin;
	padding: 2vmin;
	margin-bottom: 2vmin;
	margin-top: 1.5vmin;
	box-sizing: border-box;
}

.object_inner .bodytext {
	margin-bottom: 0.25vmin;
}

.instruction {
	font-size: 2vmin;
	line-height: 3vmin;
	margin: 3vmin 3vmin;
}

.instruction_image {
	font-size: 2vmin;
	line-height: 3vmin;
	margin: 3vmin 3vmin;
}

.timezone {
	max-width: 40vw;
	padding: 0;
	margin: 0;
	font-size: 1.5vmin;
	font-weight: 100;
	color: black;
	text-align: right;
}

.response_table_adjusted {
	border: none;
	margin: -1vmin 0 0 0;
	padding: 0;
}
.response_table {
	border: none;
	margin: 2vmin 0 1vmin 0;
	padding: 0;
}
.response_td {
	color: black;
	font-weight: 300;
	font-size: 2.5vmin;
	margin-top: 0;
	padding: 0;
	box-sizing: border-box;
}
.object_row {
	margin-top: -4vmin;
	margin-left: -1vmin;
	padding-left: 1vmin;
	margin-right: -1vmin;
	padding-right: 1vmin;
	width: fit-content;
}
.object_row2 {
	margin-top: -4vmin;
	margin-left: -1vmin;
	padding-left: 1vmin;
	margin-right: -1vmin;
	padding-right: 1vmin;
}
.bullet_fix {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 2.5vmin;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
}
.bullet_fix_text {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 2.5vmin;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 2vmin;
}
.viewevent_heading {
	padding-bottom: 2vmin;
	font-weight: 800;
	color: white;
	font-size: 3.25vmin;
}
/*.note {
	color: #bf071a; 
	font-weight: 800; 
	text-align: center; 
	border: 0.1vmin dotted #bf071a; 
	margin: 0 2vmin 3vmin 2vmin; 
	padding: 3vmin 3vmin 3vmin 3vmin; 
	border-radius: 0.75vmin; 
	box-sizing: border-box;
}*/
/*.note {
	border: 0.1vmin solid #bf071a;
	border-radius: 0.75vmin;
	background-color: lightgray;
	color: black;
	padding: 2vmin;
	margin: 2vmin;
	font-size: 0.85vmin;
    line-height: 1.15vmin;
}*/
button a {
	color: white;
}

.object-border {
	border: 0.1vmin dotted #000;
  	padding: 2vmin;
  	margin: 2vmin 0 0 0;
  	border-radius: 0.75vmin;
}




/* CSS */
.button-38 {
  background-color: #FFFFFF;
  border: 0;
  border-radius: .5rem;
  box-sizing: border-box;
  color: #111827;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-38:hover {
  background-color: rgb(249,250,251);
}

.button-38:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button-38:focus-visible {
  box-shadow: none;
}








.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(18,63,165,1) 0%, rgba(201,210,230,1) 100%);
/*  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(141,211,255,1) 100%);*/
/*  color:white;*/

}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
  
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
  z-index: 1;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

/** MY CUSTOM SELECT FOR NOW **/

select {
	font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  margin-bottom: 1vmin;
  margin-top: 1vmin;
  height: 4vmin;
  width: fit-content;
  font-size: 2.0vmin;
  color: #ffffff !important;
  font-weight: 600;
  padding: 2vmin 2vmin;
  border-radius: 0.75vmin;
/*  background: linear-gradient(60deg, rgba(58,95,179,1) 0%, rgba(160,177,215,1) 100%);*/
  background-color: rgba(58,95,179,1);
  border: 0.1vmin black solid;
  box-shadow: 0 0.1vmin 0.5vmin grey;
/*  box-sizing: border-box;*/
 -webkit-appearance: none;
 -moz-appearance: none;
}
select:focus {
  outline: none;
}

option {
		font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}

/** CUSTOM NEW SELECT **/

.ns_dropdown {
	posiiton: relative;
	width: 40vmin;
	max-width: 40vw;
	color: white;
	font-size: 2vmin;
	line-height: 3vmin;
	box-sizing: border-box;
	margin-bottom: 6vmin;
}

.ns_dropdown_skin {
	posiiton: relative;
	width: 40vmin;
	max-width: 40vw;
	color: white;
	font-size: 2vmin;
	line-height: 3vmin;
	box-sizing: border-box;
	margin-bottom: 6vmin;
}

.ns_dropdown.active .ns_textBox::before {
	top: 2vmin;
	transform: rotate(-225deg);
}

.ns_dropdown.active .ns_option {
	display: block;
}

.ns_dropdown .ns_textBox {
	position: absolute;
	width: 40vmin;
	max-width: 30vw;
	height: 5vmin;
	cursor: pointer;
	background-color: rgba(58,95,179,1);
	border: 0.1vmin solid black;
	box-shadow: 0 0.1vmin 0.5vmin gray;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 1vmin 6vmin 1vmin 2vmin;
	font-weight: 600;
	border-radius: .75vmin;
	margin: 1vmin;

}

.ns_dropdown_skin .ns_textBox {
/*	position: absolute;*/
	width: 40vmin;
	max-width: 30vw;
	height: 5vmin;
	cursor: default;
	background-color: lightgray;
	border: 0.1vmin solid black;
	box-shadow: 0 0.1vmin 0.5vmin gray;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 1vmin 6vmin 1vmin 2vmin;
	font-weight: 600;
	border-radius: .75vmin;
	margin: 1vmin 1vmin -4vmin 1vmin;

}

.ns_dropdown .ns_textBox::before {
	position: absolute;
	content: '';
	width: 1vmin;
	height: 1vmin;
	border: 0.3vmin solid white;
	border-top: 0vmin solid rgba(58,95,179,1);
	border-right: 0vmin solid rgba(58,95,179,1);
	right: 2vmin;
	top: 1.5vmin;
	z-index: 1000;
	transform: rotate(-45deg);
	transition: 0.5s;
	pointer-events: none;
}

.ns_dropdown .ns_option {
	position: relative;
	top: 7vmin;
	margin-top: 1vmin;
	box-sizing: border-box;
	width: 40vmin;
	max-width: 30vw;
	background-color: white;
	border-radius: .75vmin;
	overflow: hidden;
	box-shadow: 0 0.1vmin 0.5vmin gray;
	color: black;
	margin-top: 0;
	margin-right: 1vmin;
	margin-left: 1vmin;
	cursor: pointer;
	font-weight: 400;
	border: 0.1vmin solid black;
	display: none;
}

.ns_dropdown .ns_option div {
	padding: 1vmin 3vmin;
}

.ns_dropdown .ns_option div:first-of-type {
	border-radius: 0.75vmin 0.75vmin 0 0;	
}

.ns_dropdown .ns_option div:last-of-type {
	border-radius: 0 0 0.75vmin 0.75vmin;	
}

.ns_dropdown .ns_option div:hover {
	background-color: rgba(201,210,230,1);
}

.ns_dropdown .ns_option .grayed {
	color: darkgray;
	background-color: #e6e6e7;
	cursor: not-allowed;
}

.ns_dropdown .ns_option .grayed:hover {
	background-color: #e6e6e7;
	cursor: not-allowed;
}


/*.ns_dropdown .ns_option:before div:first-of-type*/


/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 60%;
  z-index: 2000;
/*  box-sizing: border-box;*/
}

  .custom-select-wrapper .custom-option:first-of-type:hover {
    /* Add your hover styles here */
  }

  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
    margin: 1vmin 0;
    height: fit-content;
    width: 100%;
    
  }
    .custom-select-trigger {
      position: relative;
      text-align: left;
      display: block;
      width: 100%;
      padding: 0 4vmin 0 2vmin;
      color: #ffffff;
/*      background: green;*/
/*      border-radius: 0.75vmin;*/
      cursor: pointer;
      font-size: 1.75vmin;
			font-weight: 800;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 1vmin; 
        height: 1vmin;
        top: 45%; right: 5vmin;
        margin-top: -3px;
        margin-right: 2vmin;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #dbdbdb;
    border-radius: 0.75vmin;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #fff;
    transition: all .4s ease-in-out;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 1.75vmin; height: 1.75vmin;
      margin-bottom: -0.85vmin;
      border-top: 1px solid #dbdbdb;
      border-left: 1px solid #dbdbdb;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      border-bottom: 1px solid #dbdbdb;
      font-size: 18px;
      font-weight: 600;
      color: #dbdbdb;
      line-height: 47px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 0.75vmin 0.75vmin 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 0.75vmin 0.75vmin;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }


/*Adjust for big-mid-sized*/
@media screen and (max-width: 1400px) {
	.form-wrapper {
	  	width: 60vw;
	  }
	  .legal {
	  	max-width: 60vw;
	  }
	  .legal_left {
	  	max-width: 60vw;
	  }
	  .returntop {
		max-width: none;
		
	}
	.ns_dropdown {
		width: 45vmin;
		max-width: 45vw;
	}
	.ns_dropdown .ns_textBox {
		width: 45vmin;
		max-width: 45vw;
	}
	.ns_dropdown_skin {
		width: 45vmin;
		max-width: 45vw;
	}
	.ns_dropdown_skin .ns_textBox {
		width: 45vmin;
		max-width: 45vw;
	}
	.ns_dropdown .ns_option {
		width: 45vmin;
		max-width: 45vw;
	}
	
}
/*Adjust for big-mid-sized*/
@media screen and (max-width: 870px) {
	.form-4fifth-left-row {
		flex: 3.75;
	}
	.form-1fifth-right-row {
		flex: 1.25;
		display: flex;
		justify-content: space-between
	}
}

/*Shrinking for mid-sized*/
/*@media screen and (max-width: 1200px) {
	.form-wrapper {
	  	width: 80vw;
	  }
	 .legal {
	  	max-width: 80vw;
	  }
	  .returntop {
		max-width: none;
		
	}
}*/

/*Shrinking for mobile*/
@media screen and (max-width: 816px) {

	.formula {
/*		overflow-x: scroll;*/
	}

  .waves {
    height:15vh;
    min-height:40px;
  }

  /*.content {
    height:30vh;
  }*/
  h1 {
    font-size:2.5vmin;
  }
  h2 {
  	color: black;
  	padding: 6vmin 4vmin 4vmin 4vmin; 
  	margin-top: 0vmin; 
  	text-align: center;
  	font-size: 5vmin;
  }
  h3 {
  	font-size: 4.5vmin;
  	line-height: 5vmin;
  }
  body {
  	font-size: 4vmin;
  	line-height: 4.5vmin;
  }
  label {
  	font-size: 2.5vmin;
  	line-height: 2.5vmin;
/*  	line-height: 3.5vmin;*/
/*  	margin-bottom: 2vmin;*/
  	padding-bottom: 2vmin;
  		background-color: white;
  }
  .label_quizfix {
  	font-size: 2.5vmin;
  	line-height: 2.5vmin;
/*  	line-height: 3.5vmin;*/
/*  	margin-bottom: 2vmin;*/
  	padding-bottom: 2vmin;
  		background-color: transparent;
  }
  .labellow {
	font-size: 2.5vmin;
	line-height: 3.25vmin;
	color: darkgray;
	background-color: white;
	padding: 0 1vmin;
}

  .label_under {
  	font-size: 2.5vmin;
  	line-height: 2.8vmin;
  }
  .label_under_bluebgl {
  	font-size: 2.5vmin;
  	line-height: 2.8vmin;
  }

  .whitebg {
  	background-color: white;
  }

  .blackbg {
  	background-color: black;
  }

  .transbg {
  	background-color: transparent;
  }

  input[type=text], input[type=password], input[type=email], textarea {
	font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
	width: 100%;
	padding: 1.5vmin;
	font-size: 16px;
	border: 0.1vmin black solid;
	padding: 1vmin;
	border-radius: 0.75vmin;
	box-shadow: inset -0.6vmin -0.6vmin 0.5vmin rgba(255, 255, 255, 0.5), 
           		inset 0.6vmin 0.6vmin 0.5vmin rgba(70, 70, 70, 0.12);
  -webkit-appearance: none;
  }
  input[type=submit], button {
	text-align: center;
	font-size: 2.5vmin;
	font-weight: 800;
	margin-top: 2vmin;
	border: 0.1vmin black solid;
	padding: 1vmin;
	border-radius: 0.75vmin;
	background-color: darkgray;
	color: white;
	box-shadow: 0 0.1vmin 0.5vmin grey;
	min-width: 12vmin;
  }
  .butexit {
  	text-align: center;
	font-size: 2.5vmin;
	font-weight: 800;
	margin-top: 2vmin;
	border: 0.1vmin black solid;
	padding: 1vmin;
	border-radius: 0.75vmin;
	background-color: darkgray;
	color: white;
	box-shadow: 0 0.1vmin 0.5vmin grey;
	min-width: 12vmin;
  }
  .object_row {
  	margin-top: -5vmin;
  }
  .object {
  	margin-top: 4vmin;
  	margin-bottom: 6vmin;
  }
  .viewevent_heading {
  	font-size: 4.5vmin;
  }
  .form-wrapper {
  	width: 80vw;
  }
  ul {
/*  	margin-left: -3vmin;*/
  }
  .bodytext {
	font-size: 3.5vmin;
	line-height: 4.5vmin;
  }
  .bullet_fix {
  	font-size: 3.5vmin;
  	padding-left: 8vmin;
  }
  .bullet_fix_text {
  	font-size: 3.5vmin;
  	padding-left: 8vmin;
  }
  .light {
	font-weight: 100;
  }
  .heavy {
	font-weight: 800;
  }
  .l1 {
	font-size: 5vmin;
  }
  .l2 {
	font-size: 4.5vmin;
  }
  .l3 {
	font-size: 4vmin;
  }
  .l4 {
  	font-size: 3.5vmin;
  }
  .logoblock {
  	font-size: 5.5vmin;
  	text-align: center;
  }
  .infoblock {
  	font-size: 3.5vmin;
	line-height: 4.5vmin;
  }
  .lowerli {
  	margin-top: -5vmin;
  	font-size: 2vmin;
  	line-height: 2.6vmin;
  }
  .upperli {
  	font-size: 3vmin;
  }
  .legal {
	max-width: 80vw;
	padding: 1vmin 5vmin 1vmin 5vmin;
	font-size: 2vmin;
	font-weight: 100;
	color: black;
  }
  .legal_left {
	max-width: 80vw;
	padding: 1vmin 10vmin 1vmin 0vmin;
	font-size: 2vmin;
	font-weight: 500;
	color: black;
	text-align: left;
	line-height: 2.35vmin;
}
.legal_center {
	max-width: 80%;
	padding: 1vmin 5vmin 1vmin 5vmin;
	font-size: 2vmin;
	font-weight: 100;
	color: black;
	text-align: center;
	line-height: 2.35vmin;
}
  sup {
  	font-size: 2vmin;
	margin-top:-1.5vmin;
	font-weight: 100;
	color: black;
  }
  .bluebg {
		background-color: #22a7f0;
/*		background: linear-gradient(60deg, rgba(95,88,197,1) 0%, rgba(129,179,240,1) 100%);*/
		background: linear-gradient(60deg, rgba(58,95,179,1) 0%, rgba(160,177,215,1) 100%);
		z-index: 1000;
	}
	.deeflogo {
		font-size: 5.5vmin;
	}
	.underline:hover::after {
	    content: '';
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: -1px; /* Control the distance of the underline here */
	    border-bottom: 0.1vmin solid gray; /* Control the color and thickness here */
	}

	.li_dot_fix::after {
		content:'';
		height: 1vmin;
	  width: 1vmin;
	  background-color: black;
	  border-radius: 50%;
		position: absolute;
		left: -2.5vmin;
		top: 1.75vmin;
		text-decoration: none;
	}

	.instruction {
		font-size: 3.25vmin;
		line-height: 4.25vmin;
		margin: 3vmin 3vmin;
	}
	.instruction_image {
		display: none;
	}

	.label_image {
		display: none;
	}

	.image_drop {
		display: none;
	}

	.form-full-row-readonly {
		display: inherit;
		box-sizing: border-box; 
		align-items: center;
	}
	.form-1fifth-right-row {
		display: flex;
		justify-content: space-between;
/*		margin-bottom: 1.2vmin;*/
	}
	.form-1tenth-right-row {
		margin-bottom: 1.2vmin;
	}
	.form-half-left-row-readonly {
		flex: noneauto;
		padding-right: 0;
	}
	.form-half-right-row-readonly {
		flex: noneauto;
		padding-left: 0;
	}
	.timezone {
		max-width: none;
		padding: 0;
		margin: 0;
		font-size: 1.5vmin;
		font-weight: 100;
		color: black;
		text-align: right;
	}
	.returntop {
		max-width: none;
		padding: 0;
		margin: -5vmin 5vmin 0 0;
		font-size: 2.5vmin;
		font-weight: 100;
		color: black;
		text-align: right;
	}
	.statistics-table {
		border-collapse: collapse;
		border: none;

	}
	.statistics-table td, 
	.statistics-table th {
	  	border: 1px solid lightgray;
	}


	.ns_dropdown {
		posiiton: relative;
		width: 60vmin;
		max-width: 60vw;
		color: white;
		font-size: 2.5vmin;
		line-height: 3.5vmin;
		box-sizing: border-box;
		margin-bottom: 7vmin;
	}

	.ns_dropdown_skin {
		posiiton: relative;
		width: 60vmin;
		max-width: 60vw;
		color: white;
		font-size: 2.5vmin;
		line-height: 3.5vmin;
		box-sizing: border-box;
		margin-bottom: 7vmin;
	}

	.ns_dropdown.active .ns_textBox::before {
		top: 2vmin;
		transform: rotate(-225deg);
	}

	.ns_dropdown.active .ns_option {
		display: block;
	}

	.ns_dropdown .ns_textBox {
		position: absolute;
		width: 60vmin;
		max-width: 60vw;
		height: 6vmin;
		cursor: pointer;
		background-color: rgba(58,95,179,1);
		border: 0.1vmin solid black;
		box-shadow: 0 0.1vmin 0.5vmin gray;
		box-sizing: border-box;
		vertical-align: middle;
		padding: 1vmin 6vmin 1vmin 2vmin;
		font-weight: 600;
		border-radius: .75vmin;
		margin: 1vmin;
		z-index: 10;

	}
	.ns_dropdown_skin .ns_textBox {
/*		position: absolute;*/
		width: 60vmin;
		max-width: 60vw;
		height: 6vmin;
		cursor: default;
		background-color: lightgray;
		border: 0.1vmin solid black;
		box-shadow: 0 0.1vmin 0.5vmin gray;
		box-sizing: border-box;
		vertical-align: middle;
		padding: 1vmin 6vmin 1vmin 2vmin;
		font-weight: 600;
		border-radius: .75vmin;
		margin: 1vmin 1vmin -4vmin 1vmin;

	}

	.ns_dropdown .ns_textBox::before {
		position: absolute;
		content: '';
		width: 1vmin;
		height: 1vmin;
		border: 0.3vmin solid white;
		border-top: 0vmin solid rgba(58,95,179,1);
		border-right: 0vmin solid rgba(58,95,179,1);
		right: 2vmin;
		top: 1.5vmin;
		z-index: 1000;
		transform: rotate(-45deg);
		transition: 0.5s;
		pointer-events: none;
	}

	.ns_dropdown .ns_option {
		position: relative;
		top: 8vmin;
		margin-top: 1vmin;
		box-sizing: border-box;
		width: 60vmin;
		max-width: 60vw;
		background-color: white;
		border-radius: .75vmin;
		overflow: hidden;
		box-shadow: 0 0.1vmin 0.5vmin gray;
		color: black;
		margin-top: 0;
		margin-right: 1vmin;
		margin-left: 1vmin;
		cursor: pointer;
		font-weight: 400;
		border: 0.1vmin solid black;
		display: none;
	}

	.ns_dropdown .ns_option div {
		padding: 1vmin 3vmin;
	}

}