.rowflex{
  display:flex;
  flex-wrap:wrap;
}
.coe-eq h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    text-align:center;
}
.coe-eq p{
  font-size:14px;
  line-height:150%;
}
.coe-eq {
    padding: 20px;
    background-color: #f8f8f8;
    height:100%;
}
.coe-eq:hover{
  box-shadow:0 0 6px #999;
  cursor: pointer;
}
figcaption {
    font-size: 0.8rem;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 42px 0;
}
.modal .modal-header .close {
    margin-top: -10px !important;
}
body .modal-backdrop.in {
    display: none;
}
div.modal{
  background:rgba(0,0,0,0.8);
}
#header .header-container .header-column .header-language{
  z-index:0;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal  h3 {
    font-weight: bold;
    font-size:24px;
    font-weight:600;
    margin:20px 0 40px;
        text-align:center;
}
.modal  h4{
  font-size:18px;
  margin:20px 0 15px;
  font-weight:600;
      text-align:center;
} 
.modal .modal-header {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 17px;
    padding-left: 17px;
    border-bottom: 0;
    background: #f8f8f8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.modal .modal-body {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 17px;
    padding-left: 17px;
    position: fixed;
    padding: 40px;
    margin-top: 30px;
    height: calc(77vh - 30px);
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
body .modal .modal-dialog{
  width:60vw;
  min-width:992px;
  height: 78vh;
}
body .modal  .modal-body::-webkit-scrollbar {
    width: 5px;
    border-radius: 1.5px;
    background-color: transparent;
    display:block;
}
body .modal  .modal-body::-webkit-scrollbar-thumb {
    background: #0153a9;
    border-radius: 1.5px;
}
body .modal .modal-body::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 1.5px;
}