/* Style Sheet */


.body_whitesans {
  font-family: Arial, sans-serif;
  background-color: white;
  color: black;
}

label {
  display: inline-block;
  vertical-align: top;
}

.required {
  color: red;
}

.relativelist {
  width: 65%;
  float: left;
  padding: 20px;
  padding-top: 1vw;
  border: none;
}

.mobilepic {
  position: relative;
  width: 20%;
}

.mobilepicleft {
  position: relative;
  width: 15%;
}

.responsive {
  display: block;
  margin: auto;
  width: 40%;
  height: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: courier, serif;
}

.center50 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  font-family: courier, serif;
}

.center75 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  font-family: courier, serif;
}

.containerfit {
  width: 100%;
  height: auto;
  border: 1px solid #000;
}

.containerfit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page2_button {
  background-color: #fdcc06;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  color: Black;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  margin-right: 3em;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  max-width: 100%;
}

.privacy_link {
  top: 28%;
  left: 73%;
}

/***************************************/
/* Page2 2 column layout
/***************************************/
* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column_page2 {
  float: left;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/***************************************/
/* Header Container Class               */
/***************************************/

.header_container {
  position: relative;
  width: 100%;
}

.header_container img {
  width: 100%;
  height: auto;
}

.header_container .link1 {
  position: absolute;
  top: 28%;
  left: 73%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: black;
  font-size: 1vw;
  font-weight: bold;
  padding: 5px 5px;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  max-width: 100%;
}

.header_container .link2 {
  position: absolute;
  top: 28%;
  left: 80%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: black;
  font-size: 1vw;
  font-weight: bold;
  padding: 5px 5px;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  max-width: 100%;
}

.header_container .link3 {
  position: absolute;
  top: 28%;
  left: 87%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: black;
  font-size: 1vw;
  font-weight: bold;
  padding: 5px 5px;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  max-width: 100%;
}

.header_container .link4 {
  position: absolute;
  top: 28%;
  left: 93%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: black;
  font-size: 1vw;
  font-weight: bold;
  padding: 5px 5px;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  max-width: 100%;
}

/***************************************/
/* Page1 Container Class               */
/***************************************/

.page1_container {
  position: relative;
  width: 100%;
}

.page1_container img {
  width: 100%;
  height: auto;
}

.page1_container .link1 {
  position: absolute;
  top: 6.2%;
  left: 73%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  color: black;
  font-size: 1vw;
  font-weight: bold;
  padding: 5px 5px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page1_container .link2 {
  position: absolute;
  top: 6.2%;
  left: 80%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: black;
  font-size: 1vw;
  font-weight: bold;
  padding: 5px 5px;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page1_container .link3 {
  position: absolute;
  top: 6.2%;
  left: 87%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: black;
  font-size: 1vw;
  font-weight: bold;
  padding: 5px 5px;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page1_container .link4 {
  position: absolute;
  top: 6.2%;
  left: 93%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: black;
  font-size: 1vw;
  font-weight: bold;
  padding: 5px 5px;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page1_container .link5 {
  position: absolute;
  top: 74%;
  left: 21%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page1_container .link6 {
  position: absolute;
  top: 74%;
  left: 37%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page1_container .text1 {
  position: absolute;
  top: 59%;
  left: 46%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  font-size: 1vw;
  font-weight: bold;
  padding: 1px 1px;
  border: none;
  text-align: center;
  max-width: 100%;
}

/***************************************/
/* Page2 Container Class               */
/***************************************/

.page2_container {
  position: relative;
  width: 100%;
}

.page2_container img {
  width: 100%;
  height: auto;
}

.page2_container .link7 {
  position: absolute;
  top: 6.2%;
  left: 72.5%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 5px 10px;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page2_container .link8 {
  position: absolute;
  top: 6.5%;
  left: 80%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 5px 5px;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page2_container .link9 {
  position: absolute;
  top: 6.5%;
  left: 87%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 5px 5px;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page2_container .link10 {
  position: absolute;
  top: 6.5%;
  left: 94%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 5px 5px;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

/***************************************/
/* Page 4 Container Class               */
/***************************************/

.page4_container {
  position: relative;
  width: 100%;
}

.page4_container img {
  width: 100%;
  height: auto;
}

.page4_container .link1 {
  position: absolute;
  top: 6.5%;
  left: 73%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page4_container .link2 {
  position: absolute;
  top: 6.5%;
  left: 80%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page4_container .link3 {
  position: absolute;
  top: 6.5%;
  left: 87%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page4_container .link4 {
  position: absolute;
  top: 6.5%;
  left: 94%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.page4_container .link5 {
  position: absolute;
  top: 57%;
  left: 40%;
  background-color: transparent;
  color: black;
  padding: 12px 24px;
  border: none;
  max-width: 100%;
}


/***************************************/
/* Footer Container Class              */
/***************************************/

.footer_container {
  position: relative;
  width: 100%;
}

.footer_container img {
  width: 100%;
  height: auto;
}

.footer_container .link1 {
  position: absolute;
  top: 20%;
  left: 54%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.footer_container .link2 {
  position: absolute;
  top: 34%;
  left: 56%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.footer_container .link3 {
  position: absolute;
  top: 49%;
  left: 54%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.footer_container .link4 {
  position: absolute;
  top: 64%;
  left: 54%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

.footer_container .info_mail {
  position: absolute;
  top: 20%;
  left: 83%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}

/***************************************/
/* Copyright Container Class               */
/***************************************/

.close_button {
  padding-right: 1em;
  padding-left: 1em;
  display: inline;
  float: none;
  max-width: 20%;
  box-shadow: 0 2px 4px darkslategray;
  border-radius: 8px;
  color: black;
  cursor: grab;
}

/****************************************/
/* Nav button used on contact page      */
/****************************************/
.navButton {
  color: white;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 0 30px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  background-image: linear-gradient(#335b71 45%, #03324c 55%);
  box-shadow: 0 2px 2px #888888;
  transition: color 0.3s, background-image 0.5s, ease-in-out;
  cursor: pointer;
}

.navButton:hover {
  background-image: linear-gradient(#b1ccda 49%, #96b4c5 51%);
  color: #03324c;
}

.infomodal {
  display: none;
  /* Hidden by default */
  position: relative;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  float: left;
  width: auto;
  /* Full width */
  height: 10%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #ffffff;
  /* Fallback color */
}

.infoclosebutton {
  border: none;
  border-radius: 20px;
  color: black;
  background-color: hwb(308 37% 19%);
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}

.copyright_container {
  position: relative;
  width: 100%;
}

.copyright_container .img1 {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.copyright_container .privacy_link {
  position: absolute;
  top: 33%;
  left: 76%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: transparent;
  font-size: 1vw;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  cursor: zoom-in;
  text-align: center;
  max-width: 100%;
}
