.footer_su .citations, .footer_su .citations_su, .footer_su #citation-note-heading {
    display: none;
}

body {
    font-family: 'Open Sans', sans-serif;
}
.video_wrap {
    border: 1px solid #000;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 1px 1px 1px 1px grey;
}
.container_inner {
    background: #E1EEE2;
    border-radius: 1rem;
    border: 1px solid #d9e8db;
    padding: 2rem;
}

.leftside {
    border-radius: 1rem;
}

.footer_su {
    padding-bottom: 0rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.container.uba {
    background: #fff;
   
}
body.uba {
    background: #e5e5e8;
    font-size: 20px;
    font-family: sans-serif;
}


/*to remove*/
.text-success {
    color: #3c763d !important;
}

.small, small {
    font-size: 14px;
}
.uba h3 {
    text-align: center;
    font-weight: bold;
    color: #a94442;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 23px;
    font-family: sans-serif;
}

.text-primary {
    color: #337ab7 !important;
}

.text-danger {
    color: #a94442 !important;
}
/*to remove*/
/*Desktop END*/
@media screen  and (min-width: 1300px){
.footer_su {
       width: 1300px;
}
/*END*/}



