.logo {
  max-width: 340px;
}

.h2 .h3 .h4, .h2, .h3, .h4, h4, .h5, h5, .h6 {
  font-family: sans-serif !important;
}

span.fcheader--text {
  font-size: 1.6em;
  font-weight: 300;
}

div.department-grid.grid-row.three-col {
  grid-template-columns: 1fr 1fr 1fr;
}

div.department-grid.grid-row.sm-three-col {
  grid-template-columns: 1fr 1fr 1fr;
}

 .bov-img {
   width: 166px;
   height: 166px;
   object-fit: cover;
   object-position: top;
}

.acb-img {
   width: 166px;
   height: 166px;
   object-fit: cover;
   object-position: top;
}

.dropdown-toggle.tb-megamenu-no-link.menuparent {
  color: #ffd400;
}

.overview-card {
  padding: 0;
}

a.rounded-card div.card-grid-item__title {
  font-size: 1.17em;
}

a.rounded-card div.card-grid-item__content {
  font-size: 1em;
}

section.basic-page-builder div.flex-container div.main-content div.block.block-layout-builder.block-inline-blockcards-grid.block--cards-grid section {
  padding: 0 0 80px;
}

.pr-1 {
  padding-right: 1em;
}

.pl-2:not(:first-child) {
  padding-left: 2em;
}

.mr-1 {
  margin-right: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mb-2 {
  margin-bottom: 2em;
}

.table-padding-2 {
  border-spacing: 0 3em;
}

.view-table-caption {
  margin-top: 2em;
}

td.fsprofiles-columns a img {
  max-width: initial;
}

td.fsprofiles-columns:nth-child(2) {
  max-width: 21em;
}

/* Global style -- tb mega menu columns */
.desktop-dropdown ul.submenu {
  columns: 1;
}

/* Global style -- Text Well */
div.well {
      min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

/* Global style -- Sidebar menu */
div.sidebar nav ul li span {
    font-weight: 600;
    border-bottom: solid #ffd302 3px;
    font-size: 1.1em;
}
div.sidebar nav ul li ul {
  	margin-bottom: 1.3em;
}
div.sidebar nav ul li ul li a {
    padding-left: 1em;
}
h2#-menu {
  font-family: sans-serif;
}

/* GEOG - Feautred stories header spacing */
article.node--type-featured-content section.inside-hero {
  height: 330px;
}

/* GEOG - Profile image list sizing */
td.profile-image-list a img {
    width: 200px;
    height: 250px;
    object-fit: cover;
  	object-position: center top;
}

/* Removes page footer deco */
@media screen and (max-width: 1499px) {
  section.basic-page-builder {
    background-image: none;
  }
}