.tenders .header {
  padding-bottom: 0; }

.tender .content {
  font-size: 1.1875rem;
  line-height: 1.26316; }

.tenders .p-header {
  position: relative;
  padding-bottom: 2rem;
  height: 236px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #fff;
  text-align: center;
  will-change: opacity; }

.tenders .p-header:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100%;
  background: #45454A;
  background-size: cover;
  background-position: center center;
  opacity: 0.8;
  z-index: -1; }

.tenders .p-header:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1; }

.tenders .p-header h1 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0; }

@media only screen and (min-width: 740px) {
  .tenders .p-header h1 {
    font-size: 4rem; } }
.tenders .p-header h2 {
  font-weight: normal;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 1px) and (max-width: 740px) {
  .tenders .p-header h2 {
    font-size: inherit;
    padding-left: 0.8rem;
    padding-right: 0.8rem; } }
.tenders .tender:not(:first-child) {
  margin: 2rem 0;
  padding: 1rem 0;
  border-top: 1px solid #BDBBBB; }

.tenders .tender:first-child {
  margin-bottom: 1rem 0;
  padding-bottom: 1rem 0; }

.tenders .tender h2 a {
  color: #0071CE;
  text-decoration: underline; }
  .tenders .tender h2 a:hover {
    color: #000102; }

.tender .tender-closed {
  padding: 1rem;
  background-color: #45454A;
  color: #fff;
  margin-bottom: 1rem; }
