/* Minification failed. Returning unminified contents.
(4,30): run-time error CSS1034: Expected closing parenthesis, found ','
(4,30): run-time error CSS1042: Expected function, found ','
(4,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */

.job-posting-index > .main-container > div.row {
  min-height: 650px;
  background-color: rgb(0,0,0,0.5);
  border-radius: 20px;
  margin-bottom: 50px;
  max-height: 750px;
  overflow-y: scroll;
  padding: 20px 70px;
}

.job-posting-index > .main-container > div.row > div {
width: 100%;
padding: 0 40px;
}

.job-posting-index > .main-container > div.row > div > p.summary {
  overflow-wrap: break-word;
}

.job-posting-index > .main-container > div.row > div hr {
  color: #73033d;
  border: 1px solid;
}

.job-posting-index > .main-container > div.row > div > h4 {
  margin-bottom: 0px;
}

.job-posting-index > .main-container .blog-item {
  margin-top: 25px;
  min-height: 130px;
}

.job-posting-index > .main-container .blog-item hr {
  position: relative;
  border: 1px solid white;
  width: 100%;
  margin: 20px 0 0 0;
}

.job-posting-index > .main-container .blog-item h3 {
  margin: 0px;
  color: #ED008C;
  font-weight: 500;
}

.job-posting-index > .main-container .blog-item h3 + p, .job-posting-index > .main-container .blog-item h3 + p + p {
margin-top: 10px;
line-height: 15px;
font-size: 18px;
font-weight: 500;
padding: 0px;
}

.job-posting-index > .main-container .blog-item h3 + p + p + a {
  float: right;
  color: #ED008C;
  font-weight: 500;
  line-height: 5px;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
  bottom: 55px;
}



.page-header {
  background-attachment: fixed;
  height: auto;
  padding-top: 10vh;
}


@media (min-width: 1200px) {
  .job-posting-index .container {
    max-width: 1050px;
  }
}
