.align_left{
text-align:left;
}

a.nolink {
    border: none;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* Webkit */

    -moz-user-select: none;
    /* Firefox */

    -ms-user-select: none;
}

span.active {
    color: #e72c66;
}

span.inactive {
    color: #3f444a;
}

header.main_header {
    position: relative;
    padding: 60px 0 260px;
    background-position: center;
    background-size: cover;
    text-align: center;
}


mark {
    background-color: grey
}

li.list-group-item {
    background-color: grey
}


.instit__header_2{position:relative;
padding:60px 0 260px;
background-position:center;
background-size:cover;
color:#fff;
text-align:center;
}

.instit__header_2:after{
position:absolute;
top:0px;
right:0px;
bottom:0px;
left:0px;
background-color:rgba(0,0,0,0.1);
}

.instit__header_2 .containerr{position:relative;
z-index:1;
}

.font-15{
  font-size:0.8333333333rem;
	line-height:23px;
}

.font-19{
  font-size:1rem;
	line-height:23px;
}

.displaynone {
  display: none;
}

.displayblock {
  display: block;
}
