/** sulmain main theme styles */
html, body {
  width: 100%;
  height: auto;
}

body {
  font-family: "motiva-sans";
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: 300;
}

p a {
  color: #bf1e2e;
}
p a:hover {
  text-decoration: underline;
}

.narrow {
  max-width: 900px;
  margin: 0 auto;
}

.wide {
  max-width: 1200px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

.white {
  color: #fffff;
}

/** Headings */
h1 {
  font-size: 4.5vw;
  text-align: center;
  width: 100%;
  color: white;
  font-weight: 900;
  position: absolute;
  top: 8vw;
  line-height: 8vw;
}

h1 {
  text-transform: uppercase;
}

h2 {
  font-size: 2.2em;
  margin: 0.5em 0;
  line-height: 1em;
}

h3 {
  font-size: 2em;
  color: #333;
  margin: 0.5em 0;
  font-weight: 900;
  line-height: 1em;
}

h4 {
  font-size: 2em;
  margin: 0.5em 0;
  line-height: 1em;
}

input#edit-submit--2 {
  display: none;
}

#block-sulmain-search {
  position: absolute;
  z-index: 2;
}

#block-sulmain-branding {
  position: absolute;
  z-index: 3;
  margin: 1em;
}

#block-sulmain-main-menu {
  position: absolute;
}

ul.sf-menu .sf-sub-indicator:after {
  font-size: 0.8em;
}

.flexslider {
  border: 0;
}

#flexslider-1 .slides::before {
  content: " ";
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(202, 0, 22, 0.7);
}

.program-hero::before {
  content: " ";
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 0;
  right: 0;
  background-color: rgba(202, 0, 22, 0.7);
}

.path-taxonomy h1 {
  font-size: 4.5vw;
  line-height: 4vw;
  z-index: 1;
  top: 5vw;
}

.hero-red {
  content: " ";
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(202, 0, 22, 0.7);
}

#block-views-block-heroslider-block-1 {
  overflow: hidden;
  max-height: 100vh;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
  filter: brightness(50%) grayscale(100%);
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
}

.flex-direction-nav a:before {
  color: rgba(255, 255, 255, 0.8);
}

.top-nav {
  position: absolute;
  width: 100%;
  z-index: 4;
}

#block-mainnavigation {
  float: right;
  margin: 1em;
  position: absolute;
  right: 0;
  top: 2.5vw;
}
#block-mainnavigation a {
  color: white;
  text-decoration: none;
  font-weight: 300;
}
#block-mainnavigation a.is-active {
  font-weight: 500;
}

#block-sulmain-page-title {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  top: 20%;
  line-height: 0.3em;
  z-index: 1;
}

/** Breadcrumbs */
.breadcrumb ol li {
  display: inline-block;
  padding: 0 0.2em;
}

nav.breadcrumb {
  font-size: 0.8em;
  max-width: 1200px;
  margin: 1em auto 1.5em;
}
nav.breadcrumb ol {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
nav.breadcrumb a {
  color: #bf1e2e;
  text-decoration: none;
}

#search-block-form input#edit-submit {
  display: none;
}

/** Body and Editor styles **/
#block-sulmain-content:last-child {
  margin-bottom: 5vw;
}
#block-sulmain-content p {
  max-width: 1200px;
  margin: 1em auto;
  line-height: 1.7vw;
}

/** Admin Styles */
.ui-widget-content a {
  color: unset !important;
}

.messages--status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-color: #f3faef;
  box-shadow: -8px 0 0 #77b259;
  padding: 0.5em;
  border: 1px #325e1c solid;
}

.message {
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  background: no-repeat 10px 17px;
  overflow-wrap: break-word;
}

#block-sulmain-local-tasks ul {
  max-width: 1200px;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  border-bottom: 1px #ccc solid;
}
#block-sulmain-local-tasks ul li {
  display: inline-block;
  margin-right: 0.3em;
}
#block-sulmain-local-tasks ul a {
  color: #333;
  font-size: 1.1em;
  font-weight: 300;
  text-decoration: none;
  padding: 0.3em 0.5em 0;
  background: #f1f1f1;
}

input#edit-keys {
  width: 20px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transition: width 1s;
  color: white;
}
input#edit-keys:focus {
  cursor: text;
  opacity: 1;
  outline: none;
  width: 100%;
  z-index: 1;
  height: 25px;
  top: 5px;
  right: 25px;
  background: none;
  border-bottom: 1px white solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.search-block-form .contextual {
  display: none;
}

ul.contextual-links a {
  color: black !important;
}

#block-searchform {
  color: white;
  text-align: right;
  margin: 0 0 1em;
  position: relative;
}

#search-block-form .js-form-type-search.form-item-keys.js-form-item-keys.form-no-label:after {
  font-weight: 900;
  content: "\f002";
  font-size: 0.8em;
  content: "\f52a";
  font-family: "bootstrap-icons";
  margin-right: 0.5rem;
  display: inline-block;
}

.header-menu {
  position: relative;
  z-index: 5;
}

.header-menu > div:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1vw;
  position: absolute;
  right: 0;
  z-index: 4;
  grid-gap: 1em;
}

#block-donatebutton a {
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 50px;
  padding: 0.3em 1em;
}
#block-donatebutton a:hover {
  background: white;
  color: #bf1e2e;
}

/* Taxonomy terms */
.taxonomy-term-programs-form #edit-relations {
  display: none;
}

.fieldset-wrapper .form-wrapper {
  width: 50%;
  float: left;
}

/* Footer */
.footer-wrap {
  background: #bf1e2e;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 3em 3em 1em;
}

.address a {
  color: white;
}

.copyright {
  grid-column: 1/span 3;
  text-align: center;
  font-size: 0.8em;
  margin-top: 1.5vw;
}

/** Homepage */
.path-frontpage h1.js-quickedit-page-title {
  opacity: 0;
}
.path-frontpage h2.home-ttl {
  position: absolute;
  z-index: 4;
  color: white;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: auto;
  height: 100%;
  top: 40%;
  font-size: 8vw;
  font-weight: 900;
}
.path-frontpage #flexslider-1 .slides::before {
  background-color: unset;
}

/** Events **/
.events--h-grid .views-element-container {
  grid-column: 1/span 3;
}

.events--h-grid footer {
  grid-column: 1/span 3;
}

.events--h-grid header {
  grid-column: 1/span 3;
}

.events--h-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 599px) {
  .events--h-grid {
    grid-template-columns: 1fr;
    display: block;
  }
}

/*# sourceMappingURL=styles.css.map */
