/* 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,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */

.job-posting-index > .main-container > div.main-widget {
  min-height: 650px;
  background-color: rgb(0,0,0, 0.85);
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 40px;
}

.page-header {
  background-attachment: fixed;
  height: auto;
  padding-top: 10vh;
}

@media (min-width: 1200px) {
  .job-posting-index .container {
    max-width: 1050px;
  }
}

@-moz-document url-prefix() {
  .pink-scroll {
    overflow-y: scroll;
    scrollbar-color: #CAA793 white;
    scrollbar-width: thin;
  }
}

.pink-scroll::-webkit-scrollbar {
  width: 10px;
}

.pink-scroll::-webkit-scrollbar-track {
  background: white;
  border: 4px solid transparent;
  background-clip: content-box;
}

.pink-scroll::-webkit-scrollbar-thumb {
  background: #CAA793;
  border: 1px solid #CAA793;
}


.pink-scroll::-webkit-scrollbar-track {
  background: white;
  border: 4px solid transparent;
  background-clip: content-box;
}

.pink-scroll::-webkit-scrollbar-thumb {
  background: #FF0087;
  border: 1px solid #FF0087;
}

div.m-t-10 {
  margin-top: 10px;
}

div.m-t-20 {
  margin-top: 20px;
}

strong {
  font-weight: bold !important;
}

.btn-pink {
  color: #fff;
  background-color: #999;
  border-color: #999;
  box-shadow: none;
  font-weight: bold;
}


/*.btn.btn-pink:hover {
  box-shadow: 2px 1px 12px 5px #ed457e;
  box-shadow: 2px 1px 12px 5px rgba(237, 69, 126, 0.42);
}*/

img.career-item-widget:hover {
  box-shadow: 2px 1px 12px 5px #ed457e;
  box-shadow: 2px 1px 12px 5px rgba(237, 69, 126, 0.42);
}

img.career-item-widget {
  max-width: 100% !important;
  margin-top: 10px;
}

ul > li{
  font-size: 14pt;
  font-family: Standerd-Regular;
  color:#E4D3C9;
}
