/* GENERAL */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

body, button, input, select, textarea {
    font-family: 'Montserrat', BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
body {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-color: #291c41;
}
body:after {
  content: '';
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(4,24,41,0.85) 0%, rgba(4,24,41,0) 51%, rgba(4,24,41,0.85) 100%);
  background: -webkit-linear-gradient(top, rgba(4,24,41,0.85) 0%,rgba(4,24,41,0) 51%,rgba(4,24,41,0.85) 100%);
  background: linear-gradient(to bottom, rgba(4,24,41,0.85) 0%,rgba(4,24,41,0) 51%,rgba(4,24,41,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9041829', endColorstr='#d9041829',GradientType=0 );
}
div#page {
  position: relative;
  z-index: 1;
}
h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.section {
  padding: 2rem;
  margin: 1rem;
}
p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  text-align: justify !important;
}
.section-inner {
  color: #fff;
}
.section.section-other-pages {
  background: #fff;
}
.section.section-other-pages p {
  margin-bottom: 1rem;
}
.section.section-other-pages .section-inner {
  color: #2d2d2d;
}
/* NAVIGATION */
a.nav-link {
  display: flex;
  align-items: center;
}
a.nav-link img {
  padding-right: 5px;
  max-height: 25px;
}
.navbar {
  background-color: #fff;
}
ul.navbar-nav {
  margin-right: 0 !important;
}
div#navbarSupportedContent {
  justify-content: flex-end;
}
header#masthead {
  background-color: #fff;
}
a.navbar-brand img {
  max-height: 35px;
}
li.nav-item a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #14446c !important;
}
/* SECTION BELOW AGG TABLE */
.section.section--body {
  background: rgba(255, 255, 255, 0.50);
  border-radius: 8px;
}
.section.section--body .section-inner {
  color: #2d2d2d;
  color: #000;
}
.table thead th:first-child, .table .btable-row td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.table thead th:last-child, .table .btable-row td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.sections-single {
  padding: 1rem 0;
  display: flex;
  align-items: center;
}
.sections-single:last-child {
  padding-bottom: 0;
}
.sections-single-image img {
  max-width: 95px;
}
.sections-single-heading {
  margin-bottom: 5px;
}
span.sections-single-name {
  background-color: #2d2d2d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1px 10px;
  display: inline-block;
  font-size: 20px;
}
.sections-single-image {
  flex-basis: 150px;
  display: flex;
  align-items: center;
}
.sections-single-content {
  flex-basis: calc(100% - 150px);
}
.section-to-left {
  order: 1;
}
.section-to-right {
  order: 2;
}
.sections-single-image.section-to-left {
  justify-content: flex-start;
}
.sections-single-image.section-to-right {
  justify-content: flex-end;
}
.section--body p {
  text-align: justify;
}
.section-to-left .sections-single-heading {
  text-align: right;
}
.optional-info {
  padding-bottom: 1rem;
}
/* FOOTER */
.footer-inner {
  color: #fff !important;
}
footer {
  margin: 2rem 0;
}
.footer-inner {
  padding: 0 2rem;
}
.footer-nav .navbar-nav {
  flex-direction: row;
}
.footer-disclaimer {
  font-size: 12px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.2;
}
.footer-nav li a {
  color: #fff !important;
}
.footer-nav li {
  padding-right: 20px;
}
.footer-other-nav ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.footer-other-nav ul a {
  color: #fff;
  text-transform: uppercase;
}
.footer-other-nav ul li {
  padding-right: 10px;
}
.footer-bottom {
  margin-top: 1rem;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-logos img {
  max-height: 30px;
  margin-right: 10px;
}
.footer-logos img:last-child {
  margin-right: 0;
}
.footer-nav a.nav-link img {
  filter: grayscale(100%) brightness(100) contrast(100);
}
