body {
	background-color: white;
	margin:0px;
	padding:0px;
}
/* Default values #aaf #000*/
:root {
    --bg-color: ghostwhite;
    --fg-color: #B9D9EB;
}

body {

    background-color: var(--bg-color);
	/*background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #e5e5f7 13px ), repeating-linear-gradient( #c8caf455, #c8caf4 );

	background: linear-gradient(135deg, #f0ffff55 25%, transparent 25%) -16px 0/ 32px 32px, linear-gradient(225deg, #f0ffff 25%, transparent 25%) -16px 0/ 32px 32px, linear-gradient(315deg, #f0ffff55 25%, transparent 25%) 0px 0/ 32px 32px, linear-gradient(45deg, #f0ffff 25%, #f2f2f6 25%) 0px 0/ 32px 32px;
*/
	   /* Show vertical scrollbar...  overflow-y: scroll;*/
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: lightsteelblue; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: steelblue; 
}
.divX {
    height: 100vh;
	background: white; 
}
@media screen and (max-width: 480px) {
  .divX {
    height: 100vh;
  }
}
.divZ {
    height: 80vh;
}
@media screen and (max-width: 480px) {
  .divZ {
    height: 100vh;
  }
}
a {
  cursor:pointer;	
  text-decoration:none;
  color:black;
}
form {
	margin:0;
	padding:0;
}
* {
  box-sizing: border-box;
}
button {
	color:steelblue;
	background-color:transparent;
	border:none;
	cursor:pointer;
	font-size: 16px;
	height:22.5px;
}
.p1 {
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding-top: 0px;
	  padding-bottom: 0px;
}
.content {
  max-width: 1100px;


  /*min-width: 350px;    max-width: 100%;*/
  margin: auto;

  border-top-left-radius:0px;
  /*border-top-right-radius:10px;
	  border-top-left-radius:10px;*/
  border-top-right-radius:0px;
  color:steelblue;
  padding-bottom:0px;
   /* border:1px solid #dce6ef;
  	  box-shadow: 5px 5px 5px lightsteelblue;
box-shadow: 5px 10px 18px lightsteelblue;    background-color:white;*/
  border-top:none;

}
.content1 {
	/*
	max-width: 360px;was 425
    okay okay */
	max-width: 425px;
		max-width: 900px;
/*min-width: 360px;*/
	margin: auto;
	background-color: aliceblue;
	background-color:azurewhite;
    background-color:marianblue;
    background-color:#B9D9EB;
	  background-color:#e6ffff;
	 background-color: #eef3f7;
	 background-color: #edf3f8;
	   background-color:#dce6ef;
	background-color:white;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-radius:0px;
	color:white;
	border:2px solid #dce6ef;
	border:1px solid #336699;
	border:1px solid #dce6ef;
	box-shadow: 5px 10px 18px lightsteelblue;
	border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.content2 {
	max-width: 425px;
	max-width: 300px;
  /*  max-width: 200px;*/
 /* height:700px;*/
	margin: auto;
 /* background: #193366;*/
	padding-top: 0px;
	padding-left: 0px;
  /*background-color:#dce6ef;*/
    background: white;
	border:1px solid #dce6ef;
	box-shadow: 5px 10px 18px lightsteelblue;
	border-top-left-radius:15px;
    border-top-right-radius:15px;
		border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
	color:white;
}
.content3 {
  max-width: 700px;
  margin: auto;
  background-color:aliceblue;
  border-radius:10px; 
  color:white;
}
.content4 {
  max-width: 500px;
  margin: auto;
  background-color:aliceblue;
  border-radius:0px; 
  color:white;
}
.radio {
	/*
	max-width: 360px;was 425
    */
	max-width: 300px;
/*min-width: 360px;*/
	margin: auto;
	background-color: aliceblue;
	background-color:azurewhite;
    background-color:marianblue;
    background-color:#B9D9EB;
	  background-color:#e6ffff;
	 background-color: #eef3f7;
	 background-color: #edf3f8;
	   background-color:#dce6ef;
	background-color:white;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-radius:0px;
	color:white;
	border:2px solid #dce6ef;
	border:1px solid #336699;
	border:1px solid #dce6ef;
	box-shadow: 5px 10px 18px lightsteelblue;
	border-top-left-radius:10px;
    border-top-right-radius:10px;
}
header {
  border-bottom:1px solid #dce6ef;
  color: steelblue;
    background-color: none;
}
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column1 {
  float: left;
  padding: 0px;
}
.left1 {
  width: 70%;
}
.right1 {
  width: 30%;
}
.container{
  display: grid;
  grid-gap: 1px;
  grid-template-columns: [label] auto [input] 1fr;
  background-color: white;
}
input {
  grid-column: input;
  align-self: center;
  width:240px;
  margin-left:10px;
  font-family: inherit;
  font-size:inherit;
  border-style:solid;
  border-width:thin;
  border-color:lightgrey;
  color:black;
  border:0px;
  border-bottom:1px solid lightsteelblue;
  outline: none;
}
textarea {
	grid-column: input;
	align-self: center;
	width:200px;
	margin-left:10px;
	font-family: inherit;
	font-size:inherit;
	border-style:solid;
	border-width:thin;
	border-color:lightgrey;
  	border-style:solid;
	border-width:thin;
	border-color:lightgrey;
	border:0px;
	border-bottom:1px solid lightsteelblue;
	font-size:inherit;
    outline: none;
}
select {
	grid-column: input;
	align-self: center;
	width:200px;
	margin-left:10px;
  	font-family: inherit;
	font-size:inherit;
	border-width:thin;
	border-color:lightgrey;
  	border-style:solid;
	border-width:thin;
	border-color:lightgrey;
	border:0px;
	border-bottom:1px solid lightsteelblue;
	font-size:inherit;
	background-color:white;
	outline: none;
}
label {
	color:black;
	margin-left:10px;
	grid-column: label;
	align-self: center;
  	font-family: inherit;
	font-size:inherit
}
table {
   border-collapse: collapse;
   width:100%;
   
}
tr {
	color:black;
	border-top: 0.5px solid #dce6ef;
	background-color: #f1f1f1;
	background-color: white;
}
/*tr:nth-child(odd) {background-color: aliceblue; was azure #d6e0f5 nov 22} */
tr:nth-child(even) {background-color: ghostwhite;} 
.tr1 {
	color:black;
	background-color: whitesmoke;/*????*/
	cursor:default;
}
table tr:last-child { 
    border-bottom:1px solid #dce6ef;
}
table tr:first-child {
      border-top:0px solid #dce6ef;
}
tr:hover { background: snow; }
table td:active {
          background:lightsteelblue;
		            background:whitesmoke;

          border-width: 1px;
          padding: 8px;
          border-style: solid;
          border-color: #999999;
}
/* why does this not work?  hover was #dbe4f0   A1 Constructors Ltd*/
table td {
	cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 15px 15px 15px 15px;
}
.outer-container {
   position: absolute;
    display: table;
    width: 100%; /* This could be ANY width */
    height: 100%; /* This could be ANY height */
	/*
    background: #ccc;
	background: white;
		background: lightsteelblue;
background-color: #e5e5f7;
background-color: azure;
opacity: 0.8;
background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #e5e5f7 13px ), repeating-linear-gradient( #c8caf455, #c8caf4 );
background-color: #f2f2f6;
opacity: 0.8;
background: linear-gradient(135deg, #f0ffff55 25%, transparent 25%) -16px 0/ 32px 32px, linear-gradient(225deg, #f0ffff 25%, transparent 25%) -16px 0/ 32px 32px, linear-gradient(315deg, #f0ffff55 25%, transparent 25%) 0px 0/ 32px 32px, linear-gradient(45deg, #f0ffff 25%, #f2f2f6 25%) 0px 0/ 32px 32px;

background-color: #f5f5f8;
opacity: 0.8;
background-image:  linear-gradient(30deg, #f0ffff 12%, transparent 12.5%, transparent 87%, #f0ffff 87.5%, #f0ffff), linear-gradient(150deg, #f0ffff 12%, transparent 12.5%, transparent 87%, #f0ffff 87.5%, #f0ffff), linear-gradient(30deg, #f0ffff 12%, transparent 12.5%, transparent 87%, #f0ffff 87.5%, #f0ffff), linear-gradient(150deg, #f0ffff 12%, transparent 12.5%, transparent 87%, #f0ffff 87.5%, #f0ffff), linear-gradient(60deg, #f0ffff77 25%, transparent 25.5%, transparent 75%, #f0ffff77 75%, #f0ffff77), linear-gradient(60deg, #f0ffff77 25%, transparent 25.5%, transparent 75%, #f0ffff77 75%, #f0ffff77);
background-size: 32px 56px;
background-position: 0 0, 0 0, 16px 28px, 16px 28px, 0 0, 16px 28px;*/
/*background-image: url("background.jpg");*/
	
	
	
	
	 /*
 background-color: ghostwhite;
 background-color: #f5f5f8;
opacity: 0.8;
background-image:  linear-gradient(30deg, #f0ffff 12%, transparent 12.5%, transparent 87%, #f0ffff 87.5%, #f0ffff), linear-gradient(150deg, #f0ffff 12%, transparent 12.5%, transparent 87%, #f0ffff 87.5%, #f0ffff), linear-gradient(30deg, #f0ffff 12%, transparent 12.5%, transparent 87%, #f0ffff 87.5%, #f0ffff), linear-gradient(150deg, #f0ffff 12%, transparent 12.5%, transparent 87%, #f0ffff 87.5%, #f0ffff), linear-gradient(60deg, #f0ffff77 25%, transparent 25.5%, transparent 75%, #f0ffff77 75%, #f0ffff77), linear-gradient(60deg, #f0ffff77 25%, transparent 25.5%, transparent 75%, #f0ffff77 75%, #f0ffff77);
background-size: 32px 56px;
background-position: 0 0, 0 0, 16px 28px, 16px 28px, 0 0, 16px 28px; snow
	background-color: green;
	background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #e5e5f7 13px ), repeating-linear-gradient( #c8caf455, #c8caf4 );
background-image:  linear-gradient(30deg, #f0ffff 12%, transparent 12.5%, transparent 87%, #f0ffff 87.5%, #f0ffff), linear-gradient(150deg, #f0ffff 12%, transparent 12.5%, transparent 87%, #f0ffff 87.5%, #f0ffff), linear-gradient(30deg, #f0ffff 12%, transparent 12.5%, transparent 87%, #f0ffff 87.5%, #f0ffff), linear-gradient(150deg, #f0ffff 12%, transparent 12.5%, transparent 87%, #f0ffff 87.5%, #f0ffff), linear-gradient(60deg, #f0ffff77 25%, transparent 25.5%, transparent 75%, #f0ffff77 75%, #f0ffff77), linear-gradient(60deg, #f0ffff77 25%, transparent 25.5%, transparent 75%, #f0ffff77 75%, #f0ffff77);
background: linear-gradient(135deg, #f0ffff55 25%, transparent 25%) -16px 0/ 32px 32px, linear-gradient(225deg, #f0ffff 25%, transparent 25%) -16px 0/ 32px 32px, linear-gradient(315deg, #f0ffff55 25%, transparent 25%) 0px 0/ 32px 32px, linear-gradient(45deg, #f0ffff 25%, #f2f2f6 25%) 0px 0/ 32px 32px;
	background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #e5e5f7 13px ), repeating-linear-gradient( #c8caf455, #c8caf4 );
background-color: whitesmoke;#B7B7F5background-color: white;
*/

}
.inner-container {
    display: table-cell;
	vertical-align: middle;
	    /*background: #ccc;*/
	/*vertical-align: top;*/
	/*padding: 35px 35px;*/
	/*text-align: center;*/
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#grad1 {
  background-image: linear-gradient(to bottom, #dce6ef, white);
  border-radius: 20px 20px 0px 0px;
  /*background-image: radial-gradient(ellipse, steelblue, lightsteelblue, lightsteelblue );*/
}
#grad2 {
  background-image: linear-gradient(to bottom, #dce6ef, white);
  border-radius: 15px 15px 0px 0px;
  /*background-image: radial-gradient(ellipse, steelblue, lightsteelblue, lightsteelblue );*/
}
#grad3 {
  background-image: linear-gradient(to bottom, #dce6ef, white);
  border-radius: 8.5px 8.5px 0px 0px;
  /*background-image: radial-gradient(ellipse, steelblue, lightsteelblue, lightsteelblue );*/
}
#grad4 {
  background-image: linear-gradient(to bottom, #dce6ef, white);
  border-radius: 0px 0px 0px 0px;
  /*background-image: radial-gradient(ellipse, steelblue, lightsteelblue, lightsteelblue );*/
}
#grad5 {
  background-image: linear-gradient(to bottom, #dce6ef, white);
  border-radius: 8.5px 8.5px 0px 0px;
  /*background-image: radial-gradient(ellipse, steelblue, lightsteelblue, lightsteelblue );*/
}
.striped-border-blue { border: 0.25px dotted #d6e0f5; width: 100%; margin-top: 0%; margin-bottom: 0%; }
.striped-border-grey { border: 0.5px solid lightgrey; width: 100%; margin-top: 0%; margin-bottom: 0%; }
.striped-border-dropdown { border: 0.5px solid lightgrey; width: 100%; margin-top: 5%; margin-bottom: 5%; }

.dropbtn {
  background-color: transparent;
  color: steelblue;
  padding: 0px;
  padding-right: 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: transparent;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 110px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border:1px solid #dce6ef;
  box-shadow: 5px 10px 18px lightsteelblue;
  z-index: 1;
  border-radius:10px;
}
.dropdown-content a {
  color: steelblue;
  padding: 12px 16px;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}
.dropdown a:hover {background-color: #ddd;}
.show {display: block;}
/*===========*/
.dropbtn1 {
  background-color: transparent;
  color: steelblue;
  padding: 0px;
  padding-right: 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropbtn1:hover, .dropbtn1:focus {
  background-color: transparent;
}
.dropdown1 {
  position: relative;
  display: inline-block;
}
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 110px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border:1px solid #dce6ef;
  box-shadow: 5px 10px 18px lightsteelblue;
  z-index: 1;
  border-radius:10px;
}
.dropdown-content1 a {
  color: steelblue;
  padding: 12px 16px;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}
.dropdown1 a:hover {background-color: #ddd;}
.show {display: block;}

/*.show {display: block;}*/

/*.open-modal {
  font-weight: bold;
  background: var(--blue);
  color: var(--white);
  padding: 0.75rem 1.75rem;
  margin-bottom: 1rem;
    margin-bottom: 0rem;
  border-radius: 5px;
    <!--border-radius: 0px;--> redundant
}*/
/* MODAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --lightgray: #efefef;
  --blue: steelblue;
  --white: #fff;
  --black: rgba(0, 0, 128, 0.2); 
  --bounceEasing: cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: var(--black);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
}
.modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.modal-dialog {
  position: relative;
  /*max-width: 800px;*/
  /*min-width: 200px;*/
  width:360px;  
  max-height: 80vh;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:17px;
  border-bottom-right-radius:17px;
  background: var(--white);
  overflow: auto;
  cursor: default;
}
.modal-dialog > * {
  padding: 1rem;
  padding: 0rem;
}
.modal-header,
.modal-footer {
  background: var(--lightgray);
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-header .close-modal {
  font-size: 1.5rem;
}
.modal p + p {
  margin-top: 1rem;
}
/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-animation] .modal-dialog {
  opacity: 0;
  transition: all 0.5s var(--bounceEasing);
}
[data-animation].is-visible .modal-dialog {
  opacity: 1;
  transition-delay: 0.2s;
}
[data-animation="slideInOutDown"] .modal-dialog {
  transform: translateY(100%);
}
[data-animation="slideInOutTop"] .modal-dialog {
  transform: translateY(-100%);
}
[data-animation="slideInOutLeft"] .modal-dialog {
  transform: translateX(-100%);
}
[data-animation="slideInOutRight"] .modal-dialog {
  transform: translateX(100%);
}
[data-animation="zoomInOut"] .modal-dialog {
  transform: scale(0.2);
}
[data-animation="rotateInOutDown"] .modal-dialog {
  transform-origin: top left;
  transform: rotate(-1turn);
}
[data-animation="mixInAnimations"].is-visible .modal-dialog {
  animation: mixInAnimations 2s 0.2s linear forwards;
}
[data-animation="slideInOutDown"].is-visible .modal-dialog,
[data-animation="slideInOutTop"].is-visible .modal-dialog,
[data-animation="slideInOutLeft"].is-visible .modal-dialog,
[data-animation="slideInOutRight"].is-visible .modal-dialog,
[data-animation="zoomInOut"].is-visible .modal-dialog,
[data-animation="rotateInOutDown"].is-visible .modal-dialog {
  transform: none;
}
@keyframes mixInAnimations {
  0% {
    transform: translateX(-100%);
  }
  10% {
    transform: translateX(0);
  }
  20% {
    transform: rotate(20deg);
  }
  30% {
    transform: rotate(-20deg);
  }
  40% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(10deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

