/* Text */

h1 {
  font-size: 1.75rem;
  margin: 0px 0px 20px 0px;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

.pageSubTitle {
  text-align: left;
  /*text-transform: capitalize;*/
  color: rgb(51,51,51);
}

.pageTitle {
  text-align: left;
  /*text-transform: capitalize;*/
  color: rgb(28,73,125);
  text-align: center!important;
}

.errorMessage {
  color: red;
}

p {
  font-size: 1.25rem;
  margin-bottom: 0.75rem !important;
  color: rgb(51,51,51);
}

.strong {
  font-weight: 800;
}

/* Links */

a {
  color: rgb(0,92,191);
  /*text-decoration: underline;*/
}

/* List */

ul {
  list-style: none;
}

ul li {
  margin-bottom: 5px;
  font-size: 1.25rem;
  color: rgb(51,51,51);
}

ul li::before {
  content: "\2022";
  color: rgb(28,73,125);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Buttons */

.btn1 {
  background: rgb(42,110,187);
  border-radius: 10px;
  padding: 8px 20px !important;
  border-color: rgb(42,110,187);
}

.btn1:hover {
  background: rgb(32,83,140) !important;
  color: rgb(255,255,255);
  border-radius: 10px;
  padding: 8px 15px;
  border-color: rgb(32,83,140) !important;
}

.menuButtonGreen {
  color: rgb(255,255,255);
  background-color: #65a328;
  border: 3px solid #65a328;
  border-radius: 15px;
  width: 90%;
  max-width: 600px;
  font-size: 18px;
  text-align: center;
  padding: 8px;
  height: 120px;
}

.menuButtonPink {
  color: rgb(255,255,255);
  background-color: rgb(207,78,185);
  border: 3px solid rgb(207,78,185);
  border-radius: 15px;
  width: 90%;
  max-width: 600px;
  font-size: 18px;
  text-align: center;
  padding: 8px;
  height: 120px;
}

.menuButton {
  color: rgb(255,255,255);
  background-color: rgb(42,110,187);
  border: 3px solid rgb(42,110,187);
  border-radius: 15px;
  width: 90%;
  max-width: 600px;
  font-size: 18px;
  text-align: center;
  padding: 8px;
  height: 120px;
}

.menuButtonPink:hover {
  color: #ffffff;
  background-color: rgb(155,59,139) !important;
  border: 3px solid rgb(155,59,139);
  border-radius: 15px;
  font-size: 18px;
  text-align: center;
  padding: 8px;
  height: 120px;
}

.menuButton:hover {
  color: #ffffff;
  background-color: rgb(32,83,140) !important;
  border: 3px solid rgb(32,83,140);
  border-radius: 15px;
  font-size: 18px;
  text-align: center;
  padding: 8px;
  height: 120px;
}

.menuButtonGreen:hover {
  color: #ffffff;
  background-color: rgb(76,122,30) !important;
  border: 3px solid rgb(76,122,30);
  border-radius: 15px;
  font-size: 18px;
  text-align: center;
  padding: 8px;
  height: 120px;
}

.buttonLine {
  position: relative;
  z-index: 1;
  font-size: 1.5em;
}

.buttonLine:before {
  content: "";
  margin: 0 auto;
  border-top: 3px solid #a1c649;
  position: absolute;
  top: 50%;
  left: -175%;
  right: 0;
  bottom: 0;
  width: 70%;
  z-index: -1;
}

.buttonLine:after {
  content: "";
  margin: 0 auto;
  border-top: 3px solid #a1c649;
  position: absolute;
  top: 50%;
  left: 102%;
  right: 0;
  bottom: 0;
  width: 70%;
  z-index: -1;
}

.nav-link {
  font-size: 22px !important;
  padding: 0px 12px !important;
  margin: 0px 5px !important;
}

.nav-item:hover a {
  color: rgb(42,110,187) !important;
  text-decoration: underline;
}

.navbar-toggler {
  margin-left: auto;
}

.navbar-nav {
  list-style: none !important;
}

.nav-item::before {
  content: "" !important;
}

.dropdown-item {
  font-size: 22px !important;
  padding: 10px !important;
}

.dropdown-menu.show {
  background-color: #ffffff;
}

/* Accordion */

. .mb-0 {
  padding-right: 10%;
}

.mb-0 a {
  color: #272b5d;
  margin-right: -90%;
  padding-right: 90%;
  font-size: 0.85em;
  display: inline-block;
}

.mb-0 a::after {
  content: "\f107";
  color: #a3c846;
  font-size: 1.5em;
  font-weight: 1000;
  top: 15%;
  right: 10px;
  position: absolute;
  font-family: "FontAwesome";
}

.mb-0 a[aria-expanded="true"]::after {
  content: "\f106";
  color: #a3c846;
  font-size: 1.5em;
  font-weight: 1000;
  top: 2%;
  right: 10px;
  position: absolute;
  font-family: "FontAwesome";
}

.card {
  margin: 15px 0px;
}

.card-header {
  background-color: white;
}

/* Meet the Team */

.card.teamMember {
  margin: 15px;
}

.card-title {
  font-size: 1.5rem;
}

/* Logo */

.logo {
  margin: 20px 0px;
  width: 500px;
}

/* Header */

.header1 {
  background: rgb(42,110,187);
}

.header2 {
  background: rgb(255,255,255);
}

/* Footer */

.footer {
  background: rgb(42,110,187);
  padding: 10px 0;
  color: white;
}

.footer a {
  padding: 20px 0;
  color: white;
  /*text-decoration: underline;*/
}

.footer a:hover {
  padding: 20px 0;
  color: rgb(255,255,255);
  text-decoration: underline;
}

.footer .copyright {
  margin-top: 0px;
  text-align: center;
  font-size: 1em;
  color: white;
  margin-bottom: 0;
}

/* Other */

.fullWidth {
  margin: 0 -50vw;
  padding: 0 50vw;
}

.hide {
  display: none !important;
}

body {
  font-family: Arial;
}

.pageTop {
  margin: 20px 0px;
}

option:disabled {
  display: none;
}

/* Tabs */

.nav-tabs {
  border-bottom: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  border: none;
  border-bottom: solid 5px red;
  line-height: normal;
}

.nav > li > a:focus, .nav > li > a {
  text-decoration: none;
  margin: 0;
  line-height: normal;
  border: none;
  border-bottom: solid 5px grey;
}

.nav-tabs > li > a:hover {
  border: none;
  border-bottom: solid 5px gray;
}

.tab-content {
  padding: 10px;
}

.nav-tabs > li > a {
  border-radius: 0;
  margin: 0;
  line-height: normal;
  color: black;
  font-size: 20px;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 50%;
}

/* Boxes */

.storyBox {
  background-color: rgba(255,255,255, 0.99);
  border-radius: 10px;
  border-style: solid;
  border-color: #272b5d;
  border-width: thick;
  margin: 5px 5px 20px 5px;
}

.storyBox .title {
  background-color: #272b5d;
  color: white;
  padding: 5px 15px;
}

.storyBox .content {
  padding: 15px;
}

.blueBox {
  background: rgb(221,224,231);
  border-width: 5px;
  border-style: solid;
  margin: 0px 20px;
  padding: 15px;
}

.questionBox {
  border-width: 5px;
  border-style: solid;
  border-radius: 15px;
  padding: 15px;
  text-align: left;
}

/* Printing */

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin: 2px 0px 0px -20px;
  height: 25px;
}

/* Loader */

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #a1c649;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.footer p {
  color: rgb(255,255,255);
}

.header p {
  color: rgb(255,255,255);
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem;
}

.header a {
  color: rgb(255,255,255);
}

.required {
  border: solid;
  border-color: red;
}

