body {
  background-color: #ffffff;
  /*background: #f7f9fc;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0px;
}

p {
  font-size: 16px;
}


h1 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 200%;
  font-weight: 500;
  line-height: 1.8rem;
  color: #b71f24;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 650;
  line-height: 1em;
  font-size: 150%;
  /* color: #B71F24; */
  margin: 0px;
  padding: 0px;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 125%;
  color: #333;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.166;
  color: #333;
  margin: 0px;
  padding: 0px;
}

h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.166;
  color: #333;
  margin: 0px;
  padding: 0px;
}

h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.166;
  color: #333;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-weight: normal
}

h7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 120%;
  color: #333;
  margin: 0px;
  padding: 0px;

}

li {
  color: #333;
}

div {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 100%;
  font-weight: 400;
}

form label {
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
}

label {
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
  font-weight: 500;
}


/* Header styles */
#header {
  background-color: #112B4C;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 15%;
  padding-right: 0px;
  padding-top: 0px;
  width: 100%;
  height: 80px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 45px;
  margin-right: auto;
  margin-left: auto;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.header {
  background-color: #112B4C;
  margin-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  height: auto;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.headerlink {
  color: #FFFFFF;
}

.headerlink:hover {
  color: #FFFFFF;
}

.bol-header-link {
  color: white !important;
  text-decoration: none !important;
  font-weight: 200 !important;
}

/* Footer styles */
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: #666666;
  text-align: center;
}

/* Error styles */
.error {
  margin-top: 30px;
  color: #af0c0c;
}

.error-top {
  margin-bottom: 30px;
  color: #af0c0c;
}

/* Link styles */
a {
  color: #208BE1;
  text-decoration: none;
  font-weight: 400;
}

a:link {
  /*font-size: 16px;*/
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #208BE1;
  font-weight: 400;
}

a:visited {
  /*font-size: 16px;*/
  text-decoration: none;
}

a:hover {
  /*font-size: 16px;*/
  color: #F3D250;
  text-decoration: none;
}

.skip-verification-container {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: right;
}

.skip-verification-link {
  font-size: 12px;
  color: #666;
  text-decoration: underline;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  transition: color 0.2s ease;
}

.skip-verification-link:hover {
  color: #B71F24;
  text-decoration: underline;
}

.skip-verification-link:visited {
  color: #666;
}

div {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 100%;
  font-weight: 400;
}

hr {
  display: block;
  color: #eee;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

.hr {
  margin: 0;
  padding: 0;
  border-width: 1px;
}


.button {
  background: #32749a;
  color: white;
  border: none;
  padding: 15px;
  width: 100%;
  font-size: 17px;
  margin-top: 20px;
  cursor: pointer;
}


.button-cancel {
  background: #f0f0f0;
  color: #444;
  border: none;
  padding: 15px;
  width: 100%;
  font-size: 17px;
  margin-top: 20px;
  cursor: pointer;
}

.button-cancel:hover {
  background: #d8d8d8;
  color: #444;
  border: none;
  padding: 15px;
  width: 100%;
  font-size: 17px;
  margin-top: 20px;
  cursor: pointer;
}

.button:hover {
  /* filter: brightness(1.4); */
  background-color: #55a2da;
}

.button:active {
  background-color: green;
}


table,
th,
tr,
td {
  /* background-color: #ffffff; */
  border-collapse: collapse;
  padding: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #9a9a9a;
}

table {
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

td,
th,
tr {
  text-align: center;
}



/* Responsive adjustments for header and footer */
@media only screen and (max-width: 1024px) {

  #header {
    background-color: #112B4C;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    vertical-align: middle;
  }

  /* TODO: do we want to hide this? */
  .footer {
    visibility: hidden;
  }

  h1 {
    font-size: 28px;
  }

  p {
    font-size: 16px;
    /* Specific font size for paragraphs on mobile */
    line-height: 24px;
  }

}