* {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}

html {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

html, input {
  font-family:
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Lucida Grande",
    sans-serif;
}

body, html {
  height: 100vh;
  width: 100vw;
  margin: 0px;
  padding: 0px;
  overflow-y: scroll;
}

.main-container {
  background-color: #2E5681;
  height: 100%;
  /* width: 100%; */
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

.form-container {
  background-color: white;
  padding: 45px;
  border-radius: 5px;
  z-index: 1000;
}
.guided-container {
  background-color: white;
  padding: 50px;
  border-radius: 5px;
  align-items: center;
}

.footer{
  padding-top: 10px;
  background: white;
  width: 100vw;
  position: fixed;
  bottom: 0;
  text-align: center;
}

.privacy-page{
  /* width: 100%; */
  max-width: 1500px;
  /* height: 100vh; */
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 75px;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.guided-privacy{
  /* display: inline-block; */
  background-color: white;
  width: 100%;
  position: fixed;
  top: 0;

}

img.privacy{
  display: inline;
  left: -11px;
  position: relative;
}

/* body {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  overflow-x: auto;
  overflow-y: hidden;
}
body > * {
  flex-shrink: 0;
  min-height: -webkit-fill-available;
} */

.b-example-divider {
  width: 1.5rem;
  height: 100%;
  background-color: #2E5681;
  /* border: solid rgba(0, 0, 0, .15); */
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

ul {
 /* list-style-type: circle; */
 /* list-style-type: disc !important; */
  padding-left:1em !important;
  margin-left:1em;
}

#cookies-container {
  z-index: 1005;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  height: 100vh;
  /* background-color: rgba(46, 86, 129, 0.2); */
  background-color: rgba(0, 0, 0, 0.2);
}

#cookiesPopup{
  z-index: 1001;
  position: fixed;
  /* width: 100%; */
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  display: none;
}

#cookies-policy {
  text-align: left;
}

.btn-icon {
  /* rtangent blue */
  background-color: white;
  border: none;
  color: #2E5681;
  /* padding: 12px 12px; */
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  z-index:1000;
  position: relative;
  text-align: center;
  outline: none;
}
.btn-icon2 {
  /* rtangent blue */
  background-color: #2E5681;
  border: none;
  color: white;
  /* padding: 12px 12px; */
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  z-index:1000;
  position: relative;
  text-align: center;
  outline: none;
}

.btn-icon:hover {
  background-color: #DFE0E0;
}

.buttons1 {
  /* padding-top: 0.5em; */
  margin-bottom: -5px;
}
.buttons2 {
  text-align: center;
  margin-bottom: -5px;
  position: absolute;
  bottom: 0px;
}

button.close {
  filter: brightness(0) invert(1);
}

#cookie-blurb{
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  /* opacity: 50%; */
  z-index: 1010;
  color: white;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.custBtn {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
