.red-mark {
  background-color: rgba(255, 255, 255, 0.9);
  color: #bf1e2e ;
  padding: 0 1rem 0 1rem;
}

.blue-mark {
  background-color: rgba(255, 255, 255, 0.9);
  color: #002b58;
  padding: 0 1rem 0 1rem;
}

.ost-multi-header {
  position: relative;
  height: 100%;
  padding-bottom: 0.7rem;
}

.ost-multi-header::after{
  content: '';
  height: 0.4rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed8034+0,2184cd+0,2184cd+0,2184cd+0,bf1e2e+0,bf1e2e+33,bf1e2e+33,bf1e2e+33,bf1e2e+66,002b58+66,002b58+100 */
background: #ed8034; /* Old browsers */
background: -moz-linear-gradient(-45deg,   #bf1e2e 0%, #bf1e2e 33%, #bf1e2e 33%, #bf1e2e 33%, #bf1e2e 66%, #002b58 66%, #002b58 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,#bf1e2e 0%,#bf1e2e 33%,#bf1e2e 33%,#bf1e2e 33%,#bf1e2e 66%,#002b58 66%,#002b58 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #bf1e2e 0%,#bf1e2e 33%,#bf1e2e 33%,#bf1e2e 33%,#bf1e2e 66%,#002b58 66%,#002b58 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8034', endColorstr='#002b58',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/* button */
.btn-primary {
  color: #fff;
  background-color: #bf1e2e;
  border-color: #bf1e2e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #002b58;
  border-color: #002b58;
}