@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.grecaptcha-badge {
  visibility: hidden !important;
}

body {
  background-color: white;
  color: rgb(25, 41, 48);
  padding: 50px 15% 0 15%;
  font-family: "Roboto", Sans-serif;
  font-family: "Work Sans", sans-serif;
}

footer {
  height: 20px;
  width: 100%;
  align-items: center;
  color: rgb(25, 41, 48);
  font-weight: 700;
  border-top: 2px solid rgba(121, 169, 209, 0.2039215686);
  padding-top: 25px;
}

header {
  padding: 25px 25px;
  width: 100%;
  border-top: 2px solid rgba(121, 169, 209, 0.2039215686);
  border-bottom: 2px solid rgba(121, 169, 209, 0.2039215686);
}
header img {
  height: 100px;
  width: 139px;
}
header .menu {
  text-transform: uppercase;
  font-size: 22px;
}
header .menu .current {
  font-weight: bold;
  padding: 0 50px !important;
}
header .menu .menu-button {
  padding: 0 25px;
  text-decoration: none;
  color: rgb(215, 178, 33);
}
header .menu .menu-button:hover {
  font-weight: bold;
  padding: 0 25px;
}

table.basic {
  color: black;
  font-weight: bold;
  width: 100%;
}
table.basic th {
  text-align: left;
  background-color: rgb(215, 178, 33);
  color: white;
  padding: 10px;
}
table.basic td {
  padding: 5px;
}
table.basic tr:nth-child(even) {
  background-color: #80c4e9;
}
table.basic tr.average {
  background-color: #79a9d1;
}

a {
  text-decoration: none;
  color: rgb(215, 178, 33);
}
a.header-link {
  color: rgb(25, 41, 48);
}
a.header-link.white {
  color: white;
}
a:hover {
  color: rgb(25, 41, 48);
}

p {
  font-size: 21px;
  word-spacing: 3px;
  padding-right: 15px;
}

.flex {
  display: flex;
}
.flex.row {
  flex-direction: row;
}
.flex.row-forced {
  flex-direction: row;
}
.flex.column {
  flex-direction: column;
}
.flex.column-forced {
  flex-direction: column;
}
.flex.center {
  align-items: center;
}
.flex.center-forced {
  align-items: center;
}
.flex.justify-content-center {
  justify-content: center;
}
.flex.justify-content-space-between {
  justify-content: space-between;
}
.flex.justify-content-space-around {
  justify-content: space-around;
}
.flex.justify-content-end {
  justify-content: end;
}
.flex.wrap {
  flex-wrap: wrap;
}

.flex-grow-one {
  flex: 1;
}

.flex-grow-two {
  flex: 2;
}

.flex-grow-three {
  flex: 3;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  color: black;
}

.height-100 {
  height: 100%;
}

.width-100 {
  width: 100%;
}

.pagination {
  list-style-type: none;
}
.pagination li {
  padding: 15px 25px;
}
.pagination li span, .pagination li a {
  font-size: 35px;
}
.pagination .arrow-left {
  font-weight: bold;
}
.pagination .arrow-right {
  font-weight: bold;
}
.pagination .active {
  background-color: #79a9d1;
  color: white;
}

.content-container {
  margin: 0 5%;
  min-height: 80vh;
}
.content-container ul {
  font-size: 24px;
}

.title-holder-default {
  justify-content: left;
}
.title-holder-default .page-title {
  text-align: left;
  padding-left: 0;
}

.page-title {
  padding: 0 25px;
  color: rgb(215, 178, 33);
  width: 70%;
  margin-top: 100px;
}

.content-holder-default {
  align-items: center;
}

.single-page-title {
  color: rgb(215, 178, 33);
}

a.button.disabled {
  pointer-events: none;
  cursor: default;
}

.button {
  border-radius: 23px;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 30px;
  text-align: center;
  vertical-align: middle;
}
.button.square {
  border-radius: 5px;
}
.button.small {
  padding: 6px 30px;
}
.button.big {
  padding: 24px 60px;
  font-size: 26px;
}
.button.main-color {
  background-color: rgb(25, 41, 48);
  border-color: rgb(25, 41, 48);
  color: white;
}
.button.main-color:hover {
  background-color: rgb(215, 178, 33);
  border-color: rgb(215, 178, 33);
}
.button.second-color {
  background-color: rgb(215, 178, 33);
  border: 1px solid rgb(215, 178, 33);
  color: white;
}
.button.second-color:hover {
  background-color: white;
  color: rgb(215, 178, 33);
}
.button.third-color {
  background-color: #79a9d1;
  border-color: #79a9d1;
  color: white;
}
.button.third-color:hover {
  background-color: rgb(215, 178, 33);
  border-color: rgb(215, 178, 33);
}
.button.white {
  background-color: white;
  border: 1px solid rgba(22, 52, 178, 0.5019607843);
  box-shadow: 0px 3px 0px rgba(22, 52, 178, 0.5019607843);
}
.button.white:hover {
  background-color: #33658a;
  color: white;
}
.button.orange {
  background-color: #79a9d1;
  border: 1px solid #79a9d1;
  box-shadow: 0px 3px 0px rgba(22, 52, 178, 0.5019607843);
  color: white;
}
.button.orange:hover {
  background-color: #33658a;
  color: white;
}
.button:hover {
  cursor: pointer;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 100px;
  width: 50%;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #3f5f74;
  border-radius: 5px;
  font-size: 20px;
}
.contact-form textarea {
  min-height: 100px;
}
.contact-form input[type=submit] {
  text-align: center;
}

#menuItems {
  display: none;
}

.fa-square-xmark.red {
  color: red;
}

.fa-square-check.green {
  color: green;
}

.fa-xmark.red {
  color: red;
}

.fa-check.green {
  color: green;
}

/* Custom classes */
.content-block {
  box-shadow: 3px 3px 3px 4px rgba(0, 0, 0, 0.1607843137);
  padding: 50px;
  border-radius: 5px;
  margin-right: 50px;
}
.content-block.center {
  text-align: center;
}

/* Landscape phone to portrait tablet */
@media only screen and (max-width: 767px) {
  .flex.row {
    flex-direction: column;
  }
}
/* Portrait tablet to landscape */
/* Small desktop / laptop */