@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");

/* SITEWIDE */
*:focus {
  box-shadow: none !important;
}

/* Global */
#mainCol a {
  text-decoration: underline;
}

.w-MegaMenu .elem-LvlTop {
  margin-bottom: 4px;
}

.w-MegaMenu .elem-SubmenuSection .elem-Btn_More {
    background: #85754d;
}

/* General Footer */
.footer {
  color: #545454;
}

.footer a {
  color: #545454;
}

/* Homepage Footer */
.w-HomeFooter_Block {
  color: #fff;
}

.w-HomeFooter_Content ul a {
  color: #fff;
}

.w-HomeContent_Block #col1 ul li {
  width: 100%;
}

/* Breadcrumbs */
.w-Breadcrumbs a {
  color: #444;
  text-decoration: none;
}

/* Tables */
table {
  border-left: 1px solid #999999;
  font-size: 1em;
}

table thead th {
  background: #4b2e84;
  font-size: 1em;
  padding: 0.7em;
  border-left: none;
}

table tbody th {
  padding: 0.7em;
  border-left: none;
}

table tbody tr td {
  padding: 0.7em;
  font-size: 1em;
}

tbody tr:nth-child(even) td,
tbody tr.even td {
  background: #ededed;
}

tbody tr:nth-child(even) th,
tbody tr.even th {
  background: #ededed;
}

tbody tr:nth-child(odd) th,
tbody tr.odd th {
  background: #fff;
}

/* Homepage */
.uwb_static-feature_text {
  color: #424242;
}

.uwb_static-feature_arrow a {
  color: #424242;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover, 
.gsc-search-button-v2:focus {
  border-color: #85754d !important;
  background-color: #85754d !important;
}