h1 {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  color: #d71921;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 23px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 12px;
  margin-bottom: 24px;
  margin-top: 42px;
}

h1.h1--no-margin {
  margin-bottom: 0;
}

h2 {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  border-bottom: 1px solid #aaa;
  line-height: 23px;
}

h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 12px 0;
}

p {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
}

.Theme__callout {
  background: #d2d47c;
  padding: 18px 18px;
  margin: 36px 0;
  border-radius: 8px;
  font-style: italic;
  display: block;
}

.Theme__callout.Theme__callout--tight {
  background: #d2d47c;
  padding: 18px 18px;
  margin: 12px 0;
  border-radius: 8px;
  font-style: italic;
  display: block;
}

.contact-details p {
  margin-bottom: 24px;
}

.contact-details form {
  margin: 30px 0;
}

.contact-details .form-control {
  margin-bottom: 0px;
}

.contact-details .control-label {
  font-size: 12px;
}

.contact-details .form-control {
  box-shadow: none;
  transition: 300ms border;
  border-color: #aaa;
}

.contact-details .form-control:focus {
  border-color: #d71921;
}

.contact-details .btn.btn-primary {
  float: right;
  background: #d71921;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 24px 6px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.Banner {
  background: url("img/main_image.jpg") no-repeat center center;
  background-size: cover;
  height: 340px;
  background: url("img/main_image.jpg") no-repeat center center;
  background-size: cover;
  height: 340px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  box-shadow: inset 0 0 4px rgba(66, 66, 66, 0.25);
}

.Banner .Banner__full-height {
  height: 100%;
}

.Banner .Banner__text-wrapper {
  max-width: 350px;
  background: rgba(185, 186, 109, 0.75);
  border-radius: 0px 30px 0px 30px;
  padding: 12px 24px 18px 24px;
  display: block;
  position: absolute;
  bottom: 24px;
  box-shadow: 0 4px 10px rgba(66, 66, 6, 0.15);
}

@media (max-width: 480px) {
  .Banner .Banner__text-wrapper {
    max-width: 320px;
    right: 15px;
    left: 15px;
  }
}

.Banner .Banner__text {
  color: #fff;
  text-shadow: 0 1px 1px #555;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.Footer {
  background: #d71921;
  padding: 12px 24px 12px 24px;
  color: #fff;
  display: inline-block;
  border-radius: 10px 50px 0 0;
  margin: 32px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.Footer .Footer__column:nth-child(1) {
  flex: 0 0 30%;
}

.Footer .Footer__column:nth-child(2) {
  flex: 0 0 70%;
}

.Footer .Footer__heading {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  padding: 0;
  margin: 6px 0 14px 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.Footer .Footer__text {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 13px;
  height: auto;
  line-height: 1.2;
}

.Footer .Footer__text a {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 9px 12px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  transition: 300ms all;
  line-height: 1.1;
  margin-left: -12px;
}

.Footer .Footer__text a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

.Footer .Footer__menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.Footer .Footer__menu a {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 12px;
  display: inline-block;
}

.Footer .Footer__menu a:hover {
  text-decoration: none;
}

.Footer .Footer__menu > .menu-item:first-child,
.Footer .Footer__menu > .menu-item:last-child {
  display: none;
}

.Footer .Footer__menu > .menu-item {
  margin-right: 24px;
  flex: 1 0 0;
}

.Footer .Footer__menu > .menu-item:nth-last-child(1),
.Footer .Footer__menu > .menu-item:nth-last-child(2) {
  margin-right: 0;
}

.Footer .Footer__menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Footer .Footer__menu .sub-menu a {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  font-weight: normal;
  text-transform: none;
  padding: 9px 12px;
  cursor: pointer;
  border-radius: 3px;
  transition: 300ms all;
  line-height: 1.1;
}

.Footer .Footer__menu .sub-menu a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

.FrontPage .FrontPage__hightlight-text {
  background: #d2d47c;
  padding: 18px 18px;
  margin: 36px 0;
  border-radius: 8px;
  font-style: italic;
}

.FrontPage .FrontPage__hightlight-text p {
  margin-bottom: 12px;
}

.FrontPage .FrontPage__post-text {
  margin: 30px 0;
}

.FrontPage .FrontPage__image-row {
  margin-top: 12px;
  margin-bottom: 36px;
}

.FrontPage .FrontPage__image-wrapper {
  border-color: #aaa;
  margin-top: 27px;
}

.FrontPage .FrontPage__image-heading {
  margin: 0;
  background: #d2d47c;
  padding: 6px 24px;
  border-radius: 4px 4px 0 0;
  border: none;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
}

.FrontPage .FrontPage__image-text {
  border: 1px solid #aaa;
  border-radius: 0 4px 4px 4px;
  padding: 12px 18px 18px 18px;
  font-size: 13px;
}

.InfoStack {
  margin: 32px 0;
}

.InfoStack .InfoStack__header {
  margin: 0;
  background: #d2d47c;
  padding: 6px 24px;
  border-radius: 4px 4px 0 0;
  border: none;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
}

.InfoStack .InfoStack__block {
  margin: 0;
  min-height: 140px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.InfoStack .InfoStack__label {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  height: 100%;
  display: table-cell;
  width: 50%;
  position: relative;
  text-align: center;
  padding: 12px;
  vertical-align: middle;
}

.InfoStack .InfoStack__label:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0 70px 15px;
  border-color: transparent;
  right: -15px;
  position: absolute;
  top: 0;
}

@media (max-width: 480px) {
  .InfoStack .InfoStack__label:after {
    display: none;
  }
}

.InfoStack .InfoStack__text {
  height: 100%;
  background: #cccccc;
  display: table-cell;
  vertical-align: middle;
  padding: 12px 24px 12px 18px;
}

.InfoStack .InfoStack__block:nth-of-type(1) .InfoStack__label {
  background: #0099ff;
}

.InfoStack .InfoStack__block:nth-of-type(1) .InfoStack__label:after {
  border-left-color: #0099ff;
}

.InfoStack .InfoStack__block:nth-of-type(2) .InfoStack__label {
  background: #3366cc;
}

.InfoStack .InfoStack__block:nth-of-type(2) .InfoStack__label:after {
  border-left-color: #3366cc;
}

.InfoStack .InfoStack__block:nth-of-type(3) .InfoStack__label {
  background: #cc3300;
}

.InfoStack .InfoStack__block:nth-of-type(3) .InfoStack__label:after {
  border-left-color: #cc3300;
}

.InfoStack .InfoStack__block:nth-of-type(4) .InfoStack__label {
  background: #99cc66;
}

.InfoStack .InfoStack__block:nth-of-type(4) .InfoStack__label:after {
  border-left-color: #99cc66;
}

.InfoStack .InfoStack__list-item {
  padding-bottom: 6px;
}

.InfoStack .InfoStack__scroll {
  max-width: 100%;
  overflow-x: auto;
}

.InfoStack .InfoStack__datatable {
  border: 1px solid #aaa;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  font-size: 13px;
  min-width: 600px;
}

.InfoStack .InfoStack__datatable tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.InfoStack .InfoStack__datatable tr:last-child {
  border-bottom: 0;
}

.InfoStack .InfoStack__datatable th {
  color: #333;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  padding: 18px 6px;
  background: #eee;
  width: 23%;
}

.InfoStack .InfoStack__datatable th:nth-child(1) {
  width: 8%;
}

.InfoStack .InfoStack__datatable td {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  text-align: left;
  padding: 12px 18px 18px 18px;
  vertical-align: top;
}

.InfoStack .InfoStack__datatable .grey1 {
  background: #e3e3e3;
}

.InfoStack .InfoStack__datatable .red1 {
  color: #d71921;
  background: rgba(204, 51, 0, 0.2);
}

.InfoStack .InfoStack__datatable .grey2 {
  background: #fbfbfb;
}

.InfoStack .InfoStack__datatable .red2 {
  background: rgba(204, 51, 0, 0.1);
}

.InfoStack .InfoStack__datatable thead > tr,
.InfoStack .InfoStack__datatable .InfoStack__group {
  border-bottom: 1px solid #aaa;
}

.InfoStack .InfoStack__datatable .InfoStack__box {
  border-right: 1px solid #aaa;
}

.InfoStack .InfoStack__datatable .InfoStack__rotate {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  font-weight: bold;
  vertical-align: middle;
}

.InfoStack .InfoStack__datatable .InfoStack__rotate span {
  font-weight: bold;
}

.InfoTable {
  margin: 32px 0 32px 0;
}

.InfoTable.InfoTable--no-margin {
  margin-top: 0;
}

.InfoTable .InfoTable__header {
  margin: 0;
  background: #d2d47c;
  padding: 6px 24px;
  border-radius: 4px 4px 0 0;
  border: none;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
}

.InfoTable .InfoTable__body {
  margin: 0;
  padding: 24px 0;
  border: 1px solid #aaa;
}

.InfoTable.InfoTable--borderless .InfoTable__body {
  border: none;
}

.InfoTable .InfoTable__column {
  margin: 0;
  padding: 0 30px;
}

.InfoTable .InfoTable__column:first-child {
  border-right: 1px solid #aaa;
}

.InfoTable .InfoTable__column.no-border {
  border-right: none;
}

@media (max-width: 767px) {
  .InfoTable .InfoTable__column:first-child {
    border-right: none;
  }
}

.InfoTable .InfoTable__column-heading {
  color: #d71921;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.InfoTable .InfoTable__list-heading {
  text-indent: -8px;
  margin-left: 0px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
    "Lucida Sans", Tahoma, sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.InfoTable .InfoTable__list-heading:before {
  content: " ";
  background-image: url("img/lab_tube.svg");
  width: 8px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: -10px;
  background-repeat: no-repeat;
}

.InfoTable .InfoTable__list-item {
  font-size: 13px;
}

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

.InfoTable .InfoTable__image img {
  /* min-height: 430px; */
  max-width: 100%;
}

.InfoTable .InfoTable__image figcaption {
  margin-top: 18px;
}

.Investor .Investor__image-wrapper {
  border: 1px solid #868742;
  border-radius: 4px;
  margin: 72px 0 36px 0;
  overflow: hidden;
}

.Investor .Investor__row-1 .Investor__image-wrapper {
  margin-top: 0;
}

.Investor .Investor__detail-header {
  background: #d2d47c;
  padding: 18px 30px;
}

.Investor .Investor__image-title {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

.Investor .Investor__image-small-wrapper {
  padding: 30px 40px;
  text-align: center;
  height: 100px;
  min-height: 100px;
}

.Investor .Investor__image {
  width: 100%;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}

.Investor .Investor__row-0 .Investor__image.Investor__image-left {
  width: 70%;
}

.Investor .Investor__row-1 .Investor__image.Investor__image-left {
  width: 90%;
}

.Investor .Investor__row-1 .Investor__image.Investor__image-right {
  width: 90%;
}

.Investor .Investor__detail {
  margin: 0;
}

.News {
  margin: 0 0 64px 0;
}

.News .News__title {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.Logo {
  margin: 24px 0 24px 0;
}

.Logo .Logo__image {
  width: 97px;
}

.PrimaryNav {
  background: none;
  border: none;
  margin-bottom: 0;
  min-height: initial;
}

.PrimaryNav .navbar-collapse {
  background: none;
  border-radius: 0;
  border: none;
  padding: 0;
}

.PrimaryNav .caret {
  top: -1px;
  position: relative;
  left: 5px;
}

@media (max-width: 767px) {
  .PrimaryNav .caret {
    position: absolute;
    right: 15px;
    top: 18px;
    left: auto;
  }
}

.PrimaryNav ul.navbar-nav {
  margin-bottom: 0;
}

.PrimaryNav ul.navbar-nav > .menu-item.active a,
.PrimaryNav ul.navbar-nav > .menu-item a {
  background: #fff;
  color: #555;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-bottom: none;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px 22px;
  font-weight: bold;
  position: relative;
  transition: color 300ms;
}

.PrimaryNav ul.navbar-nav > .menu-item.active a:active,
.PrimaryNav ul.navbar-nav > .menu-item.active a:hover,
.PrimaryNav ul.navbar-nav > .menu-item a:active,
.PrimaryNav ul.navbar-nav > .menu-item a:hover {
  background: #fff;
  color: #d71921;
}

.PrimaryNav ul.navbar-nav > .menu-item.active:first-child a,
.PrimaryNav ul.navbar-nav > .menu-item:first-child a {
  border-left: 1px solid #aaa;
  border-radius: 4px 0 0 0;
}

.PrimaryNav ul.navbar-nav > .menu-item.active:last-child a,
.PrimaryNav ul.navbar-nav > .menu-item:last-child a {
  border-radius: 0 4px 0 0;
}

@media (max-width: 767px) {
  .PrimaryNav ul.navbar-nav > .menu-item.active a,
  .PrimaryNav ul.navbar-nav > .menu-item.active:first-child a,
  .PrimaryNav ul.navbar-nav > .menu-item.active:last-child a,
  .PrimaryNav ul.navbar-nav > .menu-item a,
  .PrimaryNav ul.navbar-nav > .menu-item:first-child a,
  .PrimaryNav ul.navbar-nav > .menu-item:last-child a {
    border-radius: 0;
    padding: 12px 22px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #aaa;
    border-top: none;
  }
}

@media (max-width: 767px) {
  .PrimaryNav ul.navbar-nav > .menu-item.active:first-child a,
  .PrimaryNav ul.navbar-nav > .menu-item:first-child a {
    border-top: 1px solid #aaa;
  }
}

@media (max-width: 767px) {
  .PrimaryNav ul.navbar-nav > .menu-item.active.open,
  .PrimaryNav ul.navbar-nav > .menu-item.open {
    border-bottom: 1px solid #ccc;
  }
}

.PrimaryNav ul.navbar-nav > .menu-item.active ul.dropdown-menu,
.PrimaryNav ul.navbar-nav > .menu-item ul.dropdown-menu {
  padding: 0;
  border-color: #ccc;
}

.PrimaryNav ul.navbar-nav > .menu-item.active ul.dropdown-menu > li a,
.PrimaryNav ul.navbar-nav > .menu-item ul.dropdown-menu > li a {
  padding: 18px 12px;
  text-transform: none;
  font-size: 12px;
  margin: 0 12px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
  .PrimaryNav ul.navbar-nav > .menu-item.active ul.dropdown-menu > li a,
  .PrimaryNav ul.navbar-nav > .menu-item ul.dropdown-menu > li a {
    padding: 6px 24px;
  }
}

.PrimaryNav
  ul.navbar-nav
  > .menu-item.active
  ul.dropdown-menu
  > li:last-child
  a,
.PrimaryNav ul.navbar-nav > .menu-item ul.dropdown-menu > li:last-child a {
  border-bottom: none;
}

ul.dropdown-menu.active {
  display: block;
}

.Profile__pretext {
  margin: 0 0 24px 0;
}

.Profile {
  border: 1px solid #868742;
  border-radius: 4px;
  margin: 12px 0 36px 0;
  overflow: hidden;
}

.Profile .Profile__detail-header {
  background: #d2d47c;
  padding: 12px 24px;
}

.Profile .Profile__title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.Profile .Profile__role {
  font-size: 14px;
  margin: 0;
}

.Profile .Profile__image {
  padding: 0;
}

.Profile .Profile__image img {
  display: inline-block;
  width: 100%;
}

.Profile .Profile__blurb-image {
  margin: 36px auto 24px;
  text-align: center;
}

.Profile .Profile__blurb-image img {
  max-width: 280px;
}

.Profile .Profile__detail {
  padding: 0;
}

.Profile .Profile__detail-blurb {
  padding: 18px 24px 24px 24px;
}

.image-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.image-grid-2 img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.hr {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #aaa;
}
