@import url("https://use.typekit.net/mli1kud.css");
html, body, div, span, applet, object, iframe,
blockquote, pre, a,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: block;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

.bg-grey {
  background-color: #F8F8F8;
}

body {
  font-family: sofia-pro, sans-serif;
}

h1 {
  font-size: 32px;
}

a.no-decoration {
  text-decoration: none;
  color: inherit;
}

.img74 {
  width: 74px;
  height: 74px;
}

.stand-bg-5 {
  background-color: #b26c4a;
}

.stand-bg-3 {
  background-color: #311812;
}

.stand-bg-2 {
  background-color: #126255;
}

.stand-bg-1 {
  background-color: #00456A;
}

.stand-bg {
  background-color: #C8783B;
}

.max-70 {
  position: relative;
  max-height: 70px;
  top: -10px;
}

.height-calc {
  height: 100%;
}

.img-80 {
  position: relative;
  top: -30px;
  height: 80px;
  width: auto;
}

.card-max-height {
  max-height: 80px;
}

.img-200 {
  width: 200px;
  height: auto;
}

.img-160 {
  height: 200px;
  width: auto;
}

.logoinfo {
  width: 195px;
  height: auto;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-18 {
  font-size: 18px;
}

.font-23 {
  font-size: 23px;
}

.img-130 {
  height: 250px;
  width: auto;
}

.middle {
  position: relative;
  top: -50px;
}

.square {
  width: 60px;
  height: 60px;
}

.opacity-25 {
  opacity: 0.25;
}

.flipped-arrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

nav a {
  height: 60px;
  filter: grayscale(100%);
  border-top: solid 4px transparent;
}

nav a.active {
  height: 60px;
  filter: grayscale(0%);
  border-top: solid 4px #1c4d36; 
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  color: #1c4d36 !important;
}

a.starred {
  color: #ffa407;
}

a.not-starred {
  color: #000;
}

.card-with-links {
  position: relative;
}

.card-with-links > a {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.card-with-links .card-body {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.card-with-links .card-body a {
  pointer-events: all;
}