.opportunities-index {
  background-color: #eaebeb;
  padding: 40px 0;
}
@media (min-width: 64em) {
  .opportunities-index {
    padding: 75px 0;
  }
}
.opportunities-index__intro {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
.opportunities-index__intro .container {
  position: relative;
  z-index: 2;
}
.opportunities-index__intro--title {
  font-family: "Larken", serif;
  font-size: 1.875rem;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin: 0 auto 15px;
}
.opportunities-index__intro--title span {
  display: block;
  font-weight: 400;
  color: #d6ebe2;
  margin: 15px 0 0 0;
}
@media (min-width: 48em) {
  .opportunities-index__intro--title {
    font-size: 2.875rem;
  }
}
.opportunities-index__intro--subtitle {
  font-family: "Larken", serif;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .opportunities-index__intro--subtitle {
    font-size: 2rem;
  }
}
.opportunities-index__intro--breadcrumbs {
  margin-bottom: 40px;
}
.opportunities-index__intro--breadcrumbs a {
  color: #fff;
}
.opportunities-index__navbar {
  background-color: #fff;
  color: #313a3a;
  padding: 15px 0;
  border-bottom: 1px solid #eaebeb;
  z-index: 999;
}
.opportunities-index__navbar .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.opportunities-index__navbar .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.opportunities-index__navbar .menu a {
  text-decoration: none;
  line-height: 1em;
  transition: all 0.25 ease-in-out;
  text-transform: uppercase;
  color: #313a3a;
  padding: 5px 15px;
  display: block;
}
.opportunities-index__navbar .menu a:hover, .opportunities-index__navbar .menu a:active, .opportunities-index__navbar .menu a:focus {
  background-color: #313a3a;
  color: #fff;
}
.opportunities-index__navbar .menu .current-menu-item a {
  color: #ea4f3c;
  font-weight: 700;
}
.opportunities-index__navbar .link {
  text-transform: uppercase;
}
.opportunities-index__navbar .link--text {
  color: #313a3a;
}
.opportunities-index__navbar .link--active {
  color: #ea4f3c;
  font-weight: 700;
}
.opportunities-index__select {
  font-size: 0.875rem;
}
.opportunities-index__cats {
  list-style: none;
  padding: 0;
  margin: 0 -10px 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.opportunities-index__cats li {
  margin: 0 10px 15px;
}
.opportunities-index__cats a {
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #313a3a;
  padding: 10px 45px;
}
.opportunities-index__cats a:hover, .opportunities-index__cats a:active, .opportunities-index__cats a:focus {
  background-color: #ea4f3c;
}
.opportunities-index__cats a.active {
  background-color: #ea4f3c;
}
.opportunities-index__description {
  text-align: center;
  margin-bottom: 25px;
}
.opportunities-index__description .container {
  max-width: 660px;
  margin: 0 auto;
}
.opportunities-index__description h3 {
  font-family: "Larken", serif;
  font-size: 1.875rem;
}
.opportunities-index__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.opportunities-index__post {
  margin: 15px;
  background-color: #fff;
  max-width: 380px;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  color: #313a3a;
}
.opportunities-index__post h3, .opportunities-index__post h4 {
  font-family: "Larken", serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.125em;
}
.opportunities-index__post h4 {
  color: #ea4f3c;
  font-size: 1.25rem;
  margin-top: 0;
}
.opportunities-index__post dl {
  font-size: 0.875rem;
  line-height: 1.5em;
  overflow: auto;
  margin: 0;
}
.opportunities-index__post dl dt {
  font-weight: bold;
  display: inline-block;
  float: left;
  clear: left;
  margin: 0 5px 0 0;
}
.opportunities-index__post dl dd {
  display: inline;
  float: left;
  margin: 0;
}
.opportunities-index__post--summary {
  font-size: 0.875rem;
  clear: left;
  margin: 25px 0;
}
.opportunities-index__post--links {
  display: flex;
  flex-direction: row;
  margin: auto -5px 0;
}
.opportunities-index__post--links a {
  margin: 0 5px;
  width: 50%;
  text-align: center;
}
.opportunities-index__post--links a:first-child:not(.link--more) {
  color: #313a3a;
  border-color: #313a3a;
}
.opportunities-index__post--links .link--more {
  background-color: #5dd8a1;
  border-color: #5dd8a1;
  color: #fff;
}
.opportunities-index__post--links .link--more:hover, .opportunities-index__post--links .link--more:active, .opportunities-index__post--links .link--more:focus {
  background-color: #6ab28e;
  border-color: #5dd8a1;
}
.opportunities-index__post--closing {
  margin-bottom: 0;
}
.opportunities-index__post--closing strong {
  color: #ea4f3c;
  text-transform: uppercase;
}
.opportunities-index .back-btn-cont {
  text-align: center;
  padding: 35px 0 0 0;
}
.opportunities-index .back-btn-cont .link {
  border-color: #313a3a;
  color: #313a3a;
}
.opportunities-index .back-btn-cont .link:hover, .opportunities-index .back-btn-cont .link:active, .opportunities-index .back-btn-cont .link:focus {
  background-color: #313a3a;
  color: #fff;
}

/*# sourceMappingURL=opportunities.css.map */
