﻿.red {
  color: red !important;
}
.bold {
  font-weight: 700;
}
.upper {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline !important;
}
.mainouter {
  float: left;
  width: 95%;
  padding: 0 2.5%;
}
.mainouter .toptitleouter {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #535353;
  padding-top: 20px;
}
.mainouter .toptext {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.mainouter .subtitleouter {
  float: left;
  width: 100%;
  font-size: 18px;
  padding-top: 20px;
}
.mainouter .subtitleouter .subtitleleft {
  float: left;
  width: 25%;
  color: #102D43;
}
.mainouter .subtitleouter .subtitleright {
  float: right;
  width: 75%;
}
.mainouter .mainlogoouter {
  float: left;
  width: 100%;
}
.mainouter .mainlogoouter {
  float: left;
  width: 100%;
}
.mainouter .mainlogoouter .logoouter {
  float: left;
  width: 20%;
  height: 20%;
  margin: 5% 3%;
  padding: 1.5%;
  border: 2px solid #eeeeee;
  box-shadow: 0 0 3px 0 #eeeeee;
  border-radius: 10%;
  box-shadow: 0 3px 3px 3px #eeeeee;
}
.mainouter .mainlogoouter .logoouter:hover {
  box-shadow: 0 3px 3px 3px #e3e3e3;
  cursor: pointer;
}
.mainouter .mainlogoouter .logoouter .logo {
  float: left;
}
.mainouter .mainlogoouter .logoouter .logo img {
  width: 100%;
  object-fit: contain;
}
.mainouter .mainlogoouter .logoouter .logowords {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  font-weight: 700;
}
.mainouter .mainlogoouter .logoouter .logowords.darkblue {
  color: #0B275B;
}
/*------------------------------------------------*/
.popupbackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.popupbackground.notshown {
  width: 0;
  height: 0;
}
.popupouter {
  position: fixed;
  /*    width: 80%;
    height: 80%;*/
  margin: 10%;
  padding: 5% 15%;
  top: 0;
  right: 0;
  z-index: 102;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
}
.popupouter .popuptitleouter {
  float: left;
  font-size: 3em;
  padding-bottom: 5%;
}
.popupouter .popuptitleouter .popuptitle {
  float: left;
  text-align: center;
  color: #0B275B;
}
.popupouter .popupcontentouter {
  float: left;
  width: 100%;
}
.popupouter .popupcontentouter .popupcontent {
  float: left;
  font-size: 1.25em;
  color: #0B275B;
}
.popupouter .popupcontentouter .popupcontent ul {
  list-style-type: disc;
}
.popupouter .popupcontentouter .popupcontent ul li {
  padding: 15px 0;
}
.popupouter .popupcloseouter {
  float: left;
  width: 100%;
  font-size: 1.2em;
  text-align: center;
  margin-top: 20%;
}
.popupouter .popupcloseouter .popupclose {
  float: left;
  width: 20%;
  margin-left: 40%;
  font-size: 1.2em;
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 3px 0;
}
.popupouter .popupcloseouter .popupclose:hover {
  cursor: pointer;
  border-top-width: 2px;
  border-bottom-width: 2px;
  padding: 2px 0;
}