@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

@media screen and (min-width: 767px) {
  .dcccAlertCC div div {
    padding: 6px;
    margin-bottom: 0px;
    margin-top: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
    text-align: center;
    background: #C70039;
    color: #FFF;
    border-radius: 0px;
    opacity: 0.95;
  }
}

@media only screen and (max-width: 766px) {
	.dcccAlertCC div div {
    padding: 6px;
    /* margin-bottom: 1px;
    margin-top: 81px; */
	font-family: 'Source Sans Pro', sans-serif;
	/*font-size: 1.5em;*/
	font-size: 1em;
	font-weight: bold;
    text-align: center;
    background: #C70039;
    color: #FFF;
    
    border-radius: 0px;
    opacity: 0.95;
  }
	
.sidebar-nav {
    background-color: rgba(236, 236, 236, 0.24);
    border: 1px  solid rgb(255, 255, 255);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    margin-bottom: 40px;
    position: relative;
    margin-top: 100px;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 1;
}
}