@charset "UTF-8";
/*
Theme Name: EPA Theme
Author: Basecodeit
Author URI: http://www.basecodeit.com
Description: A custom theme for Amplify Project
Version: 1.0
License: GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Amplify
Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/
@import url(/dev-assets/Diagramm/diagramm-3089428f9517864b7b1e4efb6c1485790beb72796ce47d1cf91c67a7d2e11438.css);
@import url(/dev-assets/Franklin/franklin-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css);
@import url(/dev-assets/font-awesome/css/all-eeb567b69400c7d477cf442c5df2cf5c4d74fb3f12e0cd07f422373e8c9a1c0f.css);
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* @import url(/fonts/Gotham/gotham.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */
/* line 25, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
:root {
  --green: #078613;
  --secondary-green: #07861333;
  --light-green: #5CB963;
  --secondary-light-green: #5CB96333;
  --orange: #FE6907;
  --secondary-orange: #FE690733;
  --tangerine: #EFB037;
  --secondary-tangerine: #EFB03733;
  --highlighted-neutral: #F2E6D5;
  --white: #F7F2EB;
  --black: #222222;
  --light-gray: #CCCCCC;
  --dark-gray: #666666;
  --teal: #086784;
  --secondary-teal: #08678433;
  --turquoise: #24AFC4;
  --purple: #7C64E9;
  --secondary-purple: #9480e9;
  --lilac: #B560CB;
  --secondary-lilac: #B560CB33;
  --btn-border-color: var(--orange);
  --btn-background-color: transparent;
  --btn-color: var(--orange);
  --header-height: 100px;
  --sub-header-height: 120px;
  --colection-img-height: 300px;
  --form-control-height: 56px;
  --artifact-secondary-color: var(--secondary-tangerine);
  --artifact-primary-color: var(--tangerine);
}

/* line 60, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
a {
  text-decoration: none !important;
  color: inherit !important;
}

/* line 65, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
a:not(.btn):hover {
  text-decoration: none !important;
  color: inherit !important;
}

/* line 70, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.form-control.text-large {
  --form-control-height: 56px;
  height: var(--form-control-height);
}

/* line 75, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.form-check-label {
  vertical-align: middle;
}

/* line 79, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.wpcf7-not-valid-tip,
.wpcf7-spinner {
  display: none !important;
}

/* line 84, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.wpcf7-not-valid {
  border: 1px solid var(--orange);
}

/* line 88, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.wpcf7-response-output {
  border-color: var(--orange) !important;
  color: var(--orange);
  margin: 0 !important;
  margin-top: 1.5rem !important;
}

/* line 95, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
select,
.form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--black);
  outline: none;
}

/* line 103, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.form-control:focus {
  color: var(--black);
  /* background-color: #fff; */
  border-color: var(--purple);
  outline: 0;
  box-shadow: none;
}

/* line 111, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.explore-form .form-control:focus {
  color: var(--orange);
  border-color: var(--orange);
}

/* line 116, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.explore-filters-toggle:before {
  color: var(--black);
  padding-right: 10px;
}

/* line 121, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.explore-filters-toggle .label-show {
  display: inline;
}

/* line 125, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.explore-filters-toggle .label-hide {
  display: none;
}

/* line 129, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.explore-filters-toggle[aria-expanded="true"] .label-show {
  display: none;
}

/* line 133, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.explore-filters-toggle[aria-expanded="true"] .label-hide {
  display: inline;
}

/* line 137, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.explore-filters-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

/* line 141, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.wgcurrent {
  display: none !important;
}

/* line 146, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
a:hover {
  text-decoration: none !important;
}

/* line 150, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.border-black {
  border-color: var(--black) !important;
}

/* line 154, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.divider {
  width: 100%;
  height: 1px;
  background-color: var(--orange);
}

/* line 160, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.navbar {
  padding: 0 !important;
}

/* line 164, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.navbar-mobile {
  height: 100vh;
  width: 100%;
}

/* line 169, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.accordion-button {
  background-color: transparent !important;
}

/* line 177, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: transparent;
}

/* line 186, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
}

/* line 193, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.submenu ul li a {
  font-size: 22px;
}

/* line 196, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.scroll-navbar {
  max-height: 100vh;
  overflow-y: overlay;
}

/* line 200, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.navbar-mobile {
  height: 100vh;
  width: 100%;
}

/* line 205, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select-language .dropdown-toggle {
  -webkit-appearance: none;
  width: 100%;
  text-align: left;
  color: #666666;
}

/* line 212, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select-language .input-search {
  -webkit-appearance: none;
  border-top: hidden;
  border-right: hidden;
  border-left: hidden;
  border-bottom: 1px solid;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  height: 40px;
  font-size: 17px;
}

/* line 225, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select-language .dropdown-toggle:after {
  -webkit-appearance: none;
  float: right;
  position: relative;
  bottom: 1px;
  border: none;
  content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23222222' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* line 234, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.bg-lilac {
  background-color: var(--lilac) !important;
}

/* line 239, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-orange {
  color: var(--orange);
}

/* line 243, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-white {
  color: var(--white);
}

/* line 247, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-lilac {
  color: var(--lilac) !important;
}

/* line 251, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-purple {
  color: var(--purple);
}

/* line 255, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-black {
  color: var(--black);
}

/* line 259, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-light-green {
  color: var(--light-green);
}

/* line 263, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-green {
  color: var(--green);
}

/* line 267, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-dark-gray {
  color: var(--dark-gray);
}

/* line 271, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-turquoise {
  color: var(--turquoise);
}

/* line 275, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.highlighted-neutral {
  background-color: var(--highlighted-neutral);
}

/* line 279, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.turquoise {
  background-color: var(--turquoise);
}

/* line 283, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.teal {
  background-color: var(--teal);
}

/* line 287, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.black {
  background-color: var(--black);
}

/* line 291, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.white {
  background-color: var(--white);
}

/* line 295, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.real-white {
  background-color: #ffffff;
}

/* line 299, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.purple {
  background-color: var(--purple);
}

/* line 303, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.lilac {
  background-color: var(--lilac);
}

/* line 307, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.orange {
  background-color: var(--orange);
}

/* line 311, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.tangerine {
  background-color: var(--tangerine);
}

/* line 315, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.light-green {
  background-color: var(--light-green);
}

/* line 319, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
body {
  overflow-x: hidden;
  background-color: var(--white);
  color: var(--black);
  /*font-family: ITC Franklin Gothic Std; */
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.04em;
}

/* line 332, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.fw-menu {
  font-weight: 500;
}

/* line 336, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
h2,
.h2 {
  /*font-family: ITC Franklin Gothic Std; */
  font-family: 'Libre Franklin', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
}

/* line 347, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.subtitle {
  /*font-family: ITC Franklin Gothic Std; */
  font-family: 'Libre Franklin', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0.02em;
}

/* line 357, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-large {
  /*font-family: ITC Franklin Gothic Std; */
  font-family: 'Libre Franklin', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}

/* line 367, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-honoring {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  line-height: 59px;
  font-size: 45px;
}

/* line 374, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-large-honoring {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
}

/* line 383, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-date {
  /*font-family: ITC Franklin Gothic Std; */
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.02em;
}

/* line 393, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
h1,
.h1 {
  font-family: Diagramm;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0em;
}

/* line 403, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.footnote {
  /*font-family: ITC Franklin Gothic Std; */
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.02em;
}

/* line 413, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn .button,
.text-button {
  font-family: 'Diagramm';
  font-size: 1em !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
}

/* line 423, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-button.arrow {
  font-weight: 300;
  font-size: 48px !important;
}

/* line 428, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
h3,
.h3 {
  font-family: 'Diagramm';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
}

/* line 438, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.footer-subtitle {
  font-family: 'Diagramm';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 73px;
}

/* line 446, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-circle-mobile {
  width: 170px;
  height: 170px;
}

/* line 452, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-circle {
  width: 100%;
  padding-top: 100%;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
}

/* line 461, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-circle:hover {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

/* line 467, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-circle-lilac {
  border: 1px solid var(--lilac);
  color: var(--lilac);
}

/* line 472, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-circle-lilac:hover {
  border: 1px solid var(--lilac);
  background-color: var(--lilac);
  color: var(--white);
}

/* line 478, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-circle a {
  color: var(--orange);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 491, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn {
  border: 1px solid var(--btn-border-color);
  background-color: var(--btn-background-color);
  color: var(--btn-color) !important;
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 1em !important;
}

/* line 500, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-read-more {
  width: 48px;
  height: 48px;
  border: 1px solid var(--purple);
  border-radius: 50%;
  color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Diagramm';
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  cursor: pointer;
}

/* line 517, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-read-more.green {
  color: var(--light-green);
  border: 1px solid var(--light-green);
}

/* line 522, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-read-more.com-teal {
  color: var(--teal);
  border: 1px solid var(--teal);
}

/* line 527, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-read-more:hover {
  background-color: var(--purple);
  color: var(--white);
}

/* line 532, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-transparent-teal {
  --btn-border-color: var(--teal);
  --btn-background-color: transparent;
  --btn-color: var(--teal);
}

/* line 538, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-transparent-orange {
  --btn-border-color: var(--orange);
  --btn-background-color: transparent;
  --btn-color: var(--orange);
}

/* line 544, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-transparent-orange:hover {
  --btn-border-color: var(--purple);
  --btn-background-color: transparent;
  --btn-color: var(--purple);
}

/* line 550, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-transparent-light-green {
  --btn-border-color: var(--light-green);
  --btn-background-color: transparent;
  --btn-color: var(--ligh-green);
}

/* line 556, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-transparent-light-green:hover {
  --btn-border-color: var(--purple);
  --btn-background-color: transparent;
  --btn-color: var(--purple);
}

/* line 562, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-transparent-black {
  --btn-border-color: var(--black);
  --btn-background-color: transparent;
  --btn-color: var(--black);
}

/* line 568, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-transparent-black:hover {
  --btn-border-color: var(--black);
  --btn-background-color: var(--black);
  --btn-color: var(--white);
}

/* line 574, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-transparent-white {
  --btn-border-color: var(--white);
  --btn-background-color: transparent;
  --btn-color: var(--white);
}

/* line 580, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-transparent-white:hover {
  --btn-border-color: var(--black);
  --btn-background-color: var(--white);
  --btn-color: var(--black);
}

/* line 587, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-solid-white {
  --btn-border-color: var(--white);
  --btn-background-color: var(--white);
  --btn-color: var(--black);
}

/* line 593, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-solid-white:hover {
  --btn-border-color: var(--black);
  --btn-background-color: var(--black);
  --btn-color: var(--white);
}

/* line 599, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-solid-orange {
  --btn-border-color: var(--orange);
  --btn-background-color: var(--orange);
  --btn-color: var(--white);
}

/* line 605, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-solid-orange:hover {
  --btn-border-color: var(--lilac);
  --btn-background-color: var(--lilac);
  --btn-color: var(--white);
}

/* line 611, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-solid-lilac {
  --btn-border-color: var(--lilac);
  --btn-background-color: var(--lilac);
  --btn-color: var(--white);
}

/* line 617, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-solid-lilac:hover {
  --btn-border-color: var(--orange);
  --btn-background-color: var(--orange);
  --btn-color: var(--white);
}

/* line 623, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-social-media {
  --btn-border-color: var(--black);
  --btn-background-color: transparent;
  --btn-color: var(--black);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 636, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-social-media:hover,
.black .btn-social-media:hover {
  --btn-border-color: var(--lilac);
  --btn-background-color: var(--lilac);
  --btn-color: var(--white);
}

/* line 645, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.black .btn-social-media {
  --btn-border-color: var(--white);
  --btn-background-color: var(--white);
  --btn-color: var(--black);
  height: 67px;
  /* 100px */
  width: 69px;
  /* 100px */
  border-radius: 50%;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 662, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.instagram:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f16d";
}

/* line 668, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.facebook:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f39e";
}

/* line 674, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.email:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}

/* line 680, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.full-size-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* line 686, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.overlap-3 {
  margin-top: -3rem;
}

/* line 690, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.epa-header {
  height: var(--header-height);
  max-height: var(--header-height);
}

/* line 696, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.epa-sub-header {
  height: var(--sub-header-height);
  max-height: var(--sub-header-height);
}

/* line 701, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.epa-header .logo {
  max-height: 100%;
  width: auto;
}

/* line 706, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.team-member .profile {
  height: 444px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* line 713, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.team-member-collapse[aria-expanded="true"] svg {
  display: none;
}

/* line 717, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.contact-us {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* line 722, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.contribute-hero .title {
  top: 0;
}

/* line 726, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.contribute-hero img {
  min-height: 400px;
  width: 100%;
  object-fit: cover;
}

/* line 732, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.featured-post img,
.regular-post img {
  max-height: 255px;
  width: 100%;
  object-fit: cover;
}

/* line 739, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.post-content p {
  width: 100%;
}

/* line 743, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.post-content p img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 751, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.post-content blockquote {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 756, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.banner {
  position: relative;
}

/* line 760, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.banner .banner-content {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 765, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.banner .banner-border {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
  border: 1px solid var(--black);
  top: 0;
  pointer-events: none;
}

/* line 775, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.footer-disclaimer {
  width: 100%;
  border: 1px solid var(--ligh-green);
  padding: 15px;
}

/* line 781, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.video-iframe-container {
  position: relative;
  padding-bottom: 55.9%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 789, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.video-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 797, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.contribution-option-mobile[aria-expanded="true"] {
  background-color: var(--ligh-green);
  border-color: var(--ligh-green) !important;
  color: var(--black);
}

/* line 803, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact {
  --artifact-primary-color: var(--orange);
  --artifact-secondary-color: var(--secondary-orange);
}

/* line 808, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-tile-title {
  height: 7rem;
}

/* line 812, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-tile-description {
  height: 8rem;
}

/* line 816, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-legal-link a {
  color: var(--light-green) !important;
  text-decoration: underline !important;
}

/* line 821, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-document {
  --artifact-primary-color: var(--tangerine);
  --artifact-secondary-color: var(--secondary-tangerine);
}

/* line 827, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-video {
  --artifact-primary-color: var(--teal);
  --artifact-secondary-color: var(--secondary-teal);
}

/* line 832, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-photograph {
  --artifact-primary-color: var(--turquoise);
  --artifact-secondary-color: var(--secondary-turquoise);
}

/* line 838, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-photo-gallery {
  --artifact-primary-color: var(--turquoise);
  --artifact-secondary-color: var(--secondary-turquoise);
}

/* line 843, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-music {
  --artifact-primary-color: var(--purple);
  --artifact-secondary-color: var(--secondary-purple);
}

/* line 848, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-oral-history {
  --artifact-primary-color: var(--lilac);
  --artifact-secondary-color: var(--secondary-lilac);
}

/* line 854, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-newspaper {
  --artifact-primary-color: var(--orange);
  --artifact-secondary-color: var(--secondary-orange);
}

/* line 860, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-3d-object {
  --artifact-primary-color: var(--green);
  --artifact-secondary-color: var(--secondary-green);
}

/* line 866, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-clothing {
  --artifact-primary-color: var(--light-green);
  --artifact-secondary-color: var(--secondary-light-green);
}

/* line 872, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-transparent-artifact {
  --btn-border-color: var(--artifact-primary-color);
  --btn-background-color: transparent;
  --btn-color: var(--artifact-primary-color);
}

/* line 878, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.btn-transparent-artifact:hover {
  --btn-border-color: var(--artifact-primary-color);
  --btn-background-color: var(--artifact-secondary-color);
  --btn-color: var(--black);
}

/* line 885, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-more-detail-expand[aria-expanded="true"] {
  display: none;
}

/* line 890, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-artifact {
  color: var(--artifact-primary-color);
}

/* line 894, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.label {
  text-transform: uppercase;
  margin-top: 5px;
  padding: 15px 25px;
  border-radius: 75px;
  line-height: 2.5;
  display: inline-block;
}

/* line 903, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-secondary-color {
  background-color: var(--artifact-secondary-color);
}

/* line 907, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.document-preview {
  position: relative;
  border: 1px solid var(--artifact-primary-color);
}

/* line 912, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-expand {
  position: absolute;
  bottom: 30px;
  left: 15px;
  cursor: pointer;
}

/* line 920, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-expand svg rect,
.artifact-expand svg path {
  stroke: var(--artifact-primary-color);
}

/* line 925, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.related-collections {
  --colection-img-height: 300px;
  --distance-to-img: calc(50px + 1rem + 3rem + var(--colection-img-height) + .25rem);
  background: linear-gradient(to bottom, var(--highlighted-neutral) 0, var(--highlighted-neutral) var(--distance-to-img), transparent var(--distance-to-img), transparent 100%);
}

/* line 931, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.collection-tile-img {
  height: var(--colection-img-height);
  width: 100%;
  object-fit: cover;
}

/* line 939, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.collection-purple {
  --collection-color: var(--purple);
  --collection-secondary-color: var(--secondary-purple);
}

/* line 946, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.collection-hero-img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - var(--header-height));
  object-fit: cover;
}

/* line 953, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.collection-tile-title {
  height: 3em;
}

/* line 957, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.collection-description {
  height: 3em;
}

/* line 961, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.collection-hero-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  top: 0;
  left: 0;
}

/* line 970, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.collection-color {
  background-color: var(--collection-color);
}

/* line 974, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.collection-secondary-color {
  background-color: var(--collection-secondary-color);
}

/* line 980, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-tile-img-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

/* line 986, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 995, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.artifact-tile-tag {
  background-color: var(--artifact-primary-color);
  color: var(--white);
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: .5rem 1.5rem;
}

/* line 1006, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.timeline-hero video {
  max-height: 475px;
  min-width: 100%;
  object-fit: cover;
}

/* line 1012, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.timeline,
.timeline .border,
.timeline .border-top,
.timeline .border-right,
.timeline .border-left,
.timeline .border-bottom {
  border-color: var(--tangerine) !important;
  border-width: 2px !important;
  --timeline-padding: 150px;
}

/* line 1023, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.timeline:after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: var(--tangerine);
  position: absolute;
  left: 15px;
  top: 0;
}

/* line 1034, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.timeline-item {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3rem;
}

/* line 1048, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.timeline-item-img {
  position: relative;
}

/* line 1052, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.timeline-item .timeline-item-img:after {
  content: '';
  width: 30px;
  height: 30px;
  background: var(--tangerine);
  position: absolute;
  bottom: -15px;
  left: -15px;
  border-radius: 50%;
}

/* line 1082, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.timeline-item img,
.timeline-item .timeline-item-detail {
  padding-left: 25px;
}

/* line 1087, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.arrow-link:after {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 0;
  font-family: 'Diagramm';
  font-style: normal;
  font-weight: 200;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '→';
  border: 1px solid var(--purple);
  border-radius: 50%;
  line-height: 1;
}

/* line 1106, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.timeline-item.left .arrow-link:after {
  /* right: var(--timeline-padding); */
}

/* line 1110, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.arrow-link {
  display: flex;
  align-items: center;
}

/* line 1115, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.slick-arrow path {
  fill: var(--black);
}

/* line 1119, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.slick-arrow:hover path {
  fill: var(--white);
}

/* line 1123, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.slick-arrow circle {
  stroke: var(--black);
}

/* line 1127, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.slick-arrow:hover circle {
  stroke: var(--lilac);
  fill: var(--lilac);
}

/* line 1134, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.neighbor-img-wrapper {
  width: 100%;
  padding-top: 80%;
  position: relative;
}

/* line 1140, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.neighbor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}

/* line 1148, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.neighbor-desc {
  height: 4.8em;
}

/* line 1153, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.h1-collection {
  font-size: 34px;
  line-height: 37px;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  /* line 1160, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  body {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.04em;
    --header-height: 120px;
  }

  /* line 1167, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .form-control.text-large {
    --form-control-height: 60px;
  }

  /* line 1171, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  h2,
  .h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0em;
  }

  /* line 1178, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .subtitle {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.02em;
  }

  /* line 1184, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .text-large {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0em;
  }

  /* line 1190, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .text-date {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
  }

  /* line 1196, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  h1,
  .h1 {
    font-size: 58px;
    line-height: 64px;
    letter-spacing: 0em;
  }

  /* line 1203, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .footnote {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
  }

  /* line 1209, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .btn .button {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
  }

  /* line 1215, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  h3,
  .h3 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0em;
  }

  /* line 1222, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .txt-back {
    font-family: 'Diagramm';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
  }

  /* line 1231, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .btn-circle-mobile {
    width: auto;
    height: auto;
  }

  /* line 1236, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .team-member .profile {
    height: 538px;
    width: 100%;
  }

  /* line 1241, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .second-footer-background {
    background: linear-gradient(to right, var(--lilac) 0 50%, var(--orange) 50% 100%);
  }

  /* line 1246, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .h1-collection {
    font-size: 58px;
    line-height: 67px;
    letter-spacing: 0em;
  }

  /* line 1252, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .footer-subtitle {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  /* line 1261, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .view-only-sm {
    display: none;
  }

  /* line 1264, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  body {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    --header-height: 160px;
  }

  /* line 1271, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  h2,
  .h2 {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0em;
  }

  /* line 1278, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .subtitle {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }

  /* line 1284, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .text-large {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0em;
  }

  /* line 1290, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .text-date {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
  }

  /* line 1296, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  h1,
  .h1 {
    font-size: 70px;
    line-height: 73px;
    letter-spacing: 0em;
  }

  /* line 1303, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .footnote {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
  }

  /* line 1309, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .btn .button {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
  }

  /* line 1315, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .btn {
    padding: 15px;
  }

  /* line 1319, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  h3,
  .h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0em;
  }

  /* line 1327, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .epa-header .logo-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* line 1338, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .epa-header .logo-wrapper .logo {
    width: 106px;
    height: auto;
  }

  /* line 1343, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .nav-link-wrapper {
    height: var(--header-height);
    width: var(--header-height);
    max-width: var(--header-height);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* line 1352, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .nav-link-wrapper a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  /* line 1360, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .nav-link-wrapper:not(.nav-link-wrapper-logo):hover {
    border: 1px solid var(--orange);
    border-radius: 50%;
    color: var(--orange) !important;
  }

  /* line 1366, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .nav-link-wrapper .nav-link-hover {
    display: none;
  }

  /* line 1370, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .nav-link-wrapper:hover .nav-link-hover {
    display: flex;
  }

  /* line 1374, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .nav-link-wrapper:hover .nav-link-not-hover {
    display: none;
  }

  /* line 1379, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .nav-link-wrapper a:focus {
    border: 1px solid var(--purple);
    background-color: var(--purple);
    color: var(--white) !important;
    border-radius: 50%;
    height: var(--header-height);
    width: var(--header-height);
  }

  /* line 1388, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .team-member .profile {
    height: 458px;
    width: 100%;
  }

  /* line 1393, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .contribution-option {
    width: 360px;
    height: 360px;
    --contribution-color: var(--black);
    color: var(--contribution-color);
    border: 1px solid var(--contribution-color);
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  /* line 1406, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .contribution-option-detail {
    width: 360px;
  }

  /* line 1410, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .contribution-option:hover {
    --contribution-color: var(--ligh-green);
    border-radius: 50%;
  }

  /* line 1415, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .contribution-option[aria-expanded="true"] {
    border-radius: 50%;
    background-color: var(--ligh-green);
    border-color: var(--ligh-green);
    color: var(--black);
  }

  /* line 1422, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .featured-post img {
    max-height: 340px;
  }

  /* line 1426, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .regular-post img {
    height: 178px;
  }

  /* line 1430, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .post-content p {
    margin-left: 10%;
    width: 90%;
  }

  /* line 1435, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .post-content p img {
    margin-left: -10%;
    width: 110%;
    max-width: 110%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  /* line 1444, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .post-content blockquote {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  /* line 1449, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .banner {
    position: relative;
  }

  /* line 1454, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .banner .banner-img {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 15px);
    height: 100%;
    object-fit: cover;
  }

  /* line 1464, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .banner .banner-img.left {
    left: 0;
  }

  /* line 1468, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .second-footer-background {
    background: linear-gradient(to right, var(--lilac) 0 calc(58.33333333% - 45px), var(--orange) calc(58.33333333% - 45px) 100%);
  }

  /* line 1473, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .timeline:after {
    left: calc(50% - 1px);
    right: calc(50% - 1px);
  }

  /* line 1479, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .timeline-item {
    padding-bottom: 0;
  }

  /* line 1484, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .timeline-item-offset {
    padding-top: 150px;
  }

  /* line 1488, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .timeline-item-offset-negative {
    margin-top: -80px;
  }

  /* line 1508, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .timeline-item.left .timeline-item-img:after {
    right: -15px;
    left: unset;
  }

  /* line 1513, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .timeline-item img,
  .timeline-item .timeline-item-detail {
    padding-left: var(--timeline-padding);
    padding-right: 0;
  }

  /* line 1519, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .timeline-item.left img,
  .timeline-item.left .timeline-item-detail {
    padding-left: 0;
    padding-right: var(--timeline-padding);
  }

  /* line 1525, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .h1-collection {
    font-size: 47px;
    line-height: 59px;
    letter-spacing: 0em;
  }

  /* line 1531, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .footer-subtitle {
    font-size: 47px;
  }
}
@media (min-width: 1400px) {
  /* line 1541, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .banner .banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 1546, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .h1-collection {
    font-size: 70px;
    line-height: 75px;
    letter-spacing: 0em;
  }
}
/* start fix Danny Cen */
/* line 1554, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.fixbutton {
  height: 80px;
  width: 268px;
  padding: 25px !important;
  font-size: 18px;
}

/* line 1561, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.fixbuttonget {
  padding: 12px !important;
  font-size: 18px;
}

/* line 1566, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.fixbuttond1024x886 {
  font-size: 15px !important;
}

/*Dev-Edith-Cauich*/
/* line 1571, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.card-img-team {
  width: 81% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  cursor: pointer !important;
}

/* line 1578, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.gray-divider,
.light-gray {
  background-color: var(--light-gray) !important;
}

/* line 1583, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.blue-divider {
  background-color: var(--turquoise);
}

/* line 1587, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.orange-divider {
  background-color: var(--orange);
}

/* line 1591, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.purple-divider {
  background-color: var(--lilac);
}

@media (max-width: 768px) {
  /* line 1599, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .icons-footer {
    margin-right: 66%;
  }
}
@media (max-width: 576px) {
  /* line 1607, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .icons-footer {
    margin-right: 27%;
  }

  /* line 1611, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .text-honoring {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 40px;
  }

  /* line 1618, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .option-about h1, .h1 {
    font-size: 26px;
  }
}
/* line 1625, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.nav-link.disabled {
  color: var(--dark-gray) !important;
}

/* line 1630, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container {
  width: 100% !important;
}

/* line 1634, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--black);
  width: 100%;
  height: var(--form-control-height);
}

/* .select2-container--default .select2-selection--multiple .select2-selection__rendered, */
/* line 1646, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--black);
  font-size: 24px;
  line-height: var(--form-control-height);
}

/* line 1652, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-white .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--white);
}

/* line 1656, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.text-white .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  border-color: var(--white);
}

/* line 1660, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container .select2-search--inline .select2-search__field {
  width: 100%;
  margin: 5px;
  height: 100%;
  font-size: 24px;
  line-height: var(--form-control-height);
}

/* line 1668, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
}

/* line 1673, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
}

/* line 1678, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23222222' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  margin: 0;
  left: 0;
}

/* line 1690, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

/* line 1694, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-dropdown {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--orange);
}

/* line 1700, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default .select2-results__option--selected {
  background-color: var(--secondary-orange);
}

/* line 1704, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default .select2-results__option--highlighted {
  background-color: var(--secondary-orange);
  color: var(--black);
}

/* line 1709, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid var(--orange);
}

/* line 1715, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default .select2-selection--multiple {
  display: flex;
}

/* line 1720, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border-bottom: 1px solid var(--black);
}

/* line 1725, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  margin: 0;
  align-items: center;
}

/* line 1731, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  max-width: 150px;
  font-size: 16px;
  background-color: var(--secondary-orange);
  border: none;
  display: flex;
  align-items: center;
  padding: 15px;
  padding-right: 20px;
  height: 36px;
  border-radius: 75px;
  position: relative;
}

/* line 1745, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none;
  border-radius: 0;
  color: var(--black);
  font-size: 20px;
  width: 100%;
  height: 100%;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
}

/* line 1758, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 0;
}

/* Default for smaller screens, uses mobile panel*/
/* line 1763, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.viewer-wrapper {
  height: 390px;
}

/* line 1767, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.viewer-wrapper iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Show various footer, header, left and right panels on larger screens only */
@media only screen and (min-width: 640px) {
  /* line 1777, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
  .viewer-wrapper {
    height: 640px;
  }
}
/* line 1782, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.representative-media {
  display: block;
  padding: 0.5em 0;
  width: 100%;
}

/* line 1788, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.canonical-image {
  display: block;
  padding: 0.5em 0;
  width: 100%;
}

/* line 1794, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.search-result .subtitle {
  text-transform: capitalize;
}

/* line 1798, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.search-result-thumbnail img {
  max-width: 170px !important;
  max-height: 160px !important;
}

/* line 1803, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.epa-submit-form .fileinput-button:not(:first-child) {
  display: none;
}

/* line 1807, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.epa-submit-form #browse-btn {
  display: none;
}

/* line 1811, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.epa-theme h3 {
  text-transform: capitalize;
}

/* line 1819, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.epa-theme-small .theme-description {
  height: 75px;
  font-size: 20px;
}

/* line 1824, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.theme-name {
  text-transform: capitalize;
}

/* line 1828, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.community-name {
  text-transform: capitalize;
}

/* line 1832, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.community-description {
  height: 4rem;
}

/* line 1836, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.sortBySelect {
  background-color: transparent !important;
}

/* line 1840, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.search-result em {
  color: var(--light-green);
  font-style: italic;
}

/* line 1845, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.item-hidden {
  display: none;
}

/* line 1848, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.item-hidden1 {
  display: none;
}

/* line 1852, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.go-back-button {
  visibility: hidden;
}

/* line 1856, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
.epa-community, .epa-theme {
  align-self: self-end;
}

/* line 1860, /app/samvera/hyrax-engine/app/assets/stylesheets/epa_style.scss */
#the-canvas {
  direction: ltr;
}
