@media only screen and (min-width: 700px) {
  .home-access-denied p, .acp-team p, .team p {
max-width: 75%;
}
}


/* Overall Website */
body {
  background-color: #fcfcfc;
font-family: Roboto, sans-serif !important;
}
/*
.title-bar {
  display: none !important;  hide logo for now 
}*/

.site-title img {
  margin: 1rem 0;
}

.welcome body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Font & Text Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizelegibility;
}

h2 {
  font-size: 40px !important;
}

h4 {
  font-size: 30px !important;
}

p {
  font-size: 20px !important;
}

a {
 color: #4675B3;
text-decoration: none;
}

header .menu a, .breadcrumbs a, 
.highlight-explore a:hover, .btn:hover {
text-decoration: none;
}

a:hover,
a:focus {
  color: #000 !important;
text-decoration: underline;
}

a:not(header):hover,
a:not(header):focus, .menu > .is-active > a  {
  background-color: #f8c954;
}

h1.site-title a, .breadcrumbs a:hover {
  text-decoration: underline;
background: none;
}

.vcontainer {
  position: relative;
  overflow: hidden;
  width: 80%;
  padding-top: 45%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Header & Navigation */
header {
  border-top: 1rem solid #f8c954;
}

.site-title {
  margin-left: 30px;
}

.site-title img {
max-height: 2.5rem;
}

span.title {
  font-size: 1.3889rem;
  font-style: normal;
  font-weight: normal;
}

.top-bar {
  padding: 0 0.5rem;
}

.top-bar-right {
 /*  display: flex !important; */
  margin-right: 2rem;
}

.search-glass {
  height: 25px;
  margin-top: 4px;
}


.search {
display: none;
} 

header .input-group-field,
header .button {
  border: 1px solid #cacaca !important;
}

.breadcrumbs li {
  font-size: 0.85em;
}

.breadcrumbs li.active {
  font-size: 0.85em;
color: #aeadad;
}

.dropdown.menu > li {
  margin: 0.5rem 0;
}

.dropdown.menu > li:hover {
  background: #f8c954 !important;
  color: #000 !important;
}

.menu .active > a,
.toc-block > ul .active > a,
.toc-block ul ul .active > a {
  background: inherit !important;
  color: #0a0a0a;
}

.dropdown.menu > li:hover > a,
.dropdown.menu > li > a:hover {
  color: #000 !important;
}

ul.dropdown > li.active:nth-child(1) {
 border-bottom: 2px solid #f8c954;
 font-weight: bolder;
}

ul.dropdown > li.active:nth-child(2) {
 border-bottom: 2px solid #f8c954;
 font-weight: bolder;
}

.dropdown.active.is-dropdown-submenu-parent.opens-left  {
    border-bottom: 2px solid #f8c954;
font-weight: bolder;
}

.is-dropdown-submenu-item{
     font-weight: normal;
}
.is-dropdown-submenu-item.active{
     font-weight: bolder;
}



.dropdown.menu > li.is-dropdown-submenu-parent > a::after,
.toc-block > ul.dropdown > li.is-dropdown-submenu-parent > a::after,
.toc-block ul ul.dropdown > li.is-dropdown-submenu-parent > a::after,
.dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
.toc-block > ul.dropdown > li.is-dropdown-submenu-parent.active > a::after,
.toc-block ul ul.dropdown > li.is-dropdown-submenu-parent.active > a::after {
  border-color: #000 transparent transparent !important;
}

.toc-block ul body.vertical-menu ul .active > a::before,
body.vertical-menu .toc-block ul ul .active > a::before,
body.vertical-menu .toc-block > ul.nested .active > a::before,
.toc-block ul body.vertical-menu .toc-block > ul .active > a::before,
body.vertical-menu .toc-block ul .toc-block > ul .active > a::before,
body.vertical-menu .vertical.menu.nested .active > a::before {
  background: inherit;
}

/*
.dropdown.menu > li.is-active > a,
.toc-block > ul.dropdown > li.is-active > a,
.toc-block ul ul.dropdown > li.is-active > a {
  color: inherit !important;
} */

.dropdown.menu > li.opens-left.active > .is-dropdown-submenu,
.toc-block > ul.dropdown > li.opens-left.active > .is-dropdown-submenu,
.toc-block ul ul.dropdown > li.opens-left.active > .is-dropdown-submenu {
  top: calc(100% + 2px);
}

/* Footer */
footer {
  background-color: #f8c954;
  max-width: 100rem;
}

/* Map */
body.maps #content,
body.welcome #content {
  padding: 0;
  max-width: 100%;
}

body.maps .blocks,
body.welcome #content {
  margin: 0;
}

.mapiframe {
  flex-grow: 0.7;
  border: none;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 80vh;
}

body.team .col-single {
  padding-right: 2em;
}

.acp-team .item {
  margin-right: 2em;
}

/* Home Page */
.welcome-banner {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #f5f5f5;
  margin-left: -0.5556rem;
  width: 100vw;
  border-bottom: 7px solid #f8c954;
  background-image: url("../../files/original/8d8b60edf8c169576b7aed84c7050491d9209168.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 4px 3px 0 rgb(0 0 0 / 25%);
}

.welcome-banner > aside {
  position: absolute;
  bottom: 74px;
  right: 0;
  background: rgb(202 202 202 / 75%);
  padding: 4px;
  font-size: 12px;
  color: #000;
}

.welcome-header {
   font-family: Roboto, sans-serif;
  text-align: center;
  font-weight: 900;
  width: 80vw;
}

.welcome-highlight {
  background-color: #f8c954;
  color: #000;
}

.welcome-background {
  background: #000;
  line-height: 1em;
  padding: 0 10px;
}

.page-highlight {
  max-width: 1200px;
  margin: 80px auto auto;
}

.highlight-row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 100px 0;
}

.highlight-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 50px;
}

.image-column {
  border-right: 10px solid #f8c954;
}

.highlight-header {
  font-family: Lora, serif !important;
  border-bottom: 8px solid #f8c954;
  width: max-content;
  height: 43px;
}

.highlight-column > img {
  width: 400px;
  padding: 15px;
  box-shadow: 0 4px 8px 4px rgb(0 0 0 / 25%);
  margin: auto;
}

.highlight-column > p {
  font-size: 18px !important;
  margin: 35px 0;
}

.highlight-explore {
  display: flex;
  justify-content: flex-end;
}

/* stylelint-disable-next-line no-descending-specificity */
.highlight-explore a {
  width: 218px;
  text-align: center;
  background-color: #f8c954;
  padding: 10px 0;
}
