.content-pages ul {
  clear: both;
}
.headerbanner h1{
  border-bottom: 0!important;
  font-size: 26px;
  color: #fff;
}
.date_stamp p {
    font-size: 12px;
    padding: 5px;
    margin: 10px 0px;
    text-align: center;
    background-color: #0000007a;
}
.headerbanner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #333333d9;
}
.headerbanner {
    position: relative;
    background-image: url(https://clsite-file1.s3.amazonaws.com/106960_syllabus-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    color: #fff;
    background-position: center;
}
.form-content h3 {
    background-color: #ff6637;
    padding: 10px 5px;
}

.form-content .form-control {
border-radius: 0;
box-shadow: initial;
height: 45px;
padding-left: 45px;
background-repeat: no-repeat;
border: 1px solid #eceaee;
background-position: 20px center;
font-size: 14px;
}

.form-content .form-group {
margin-bottom: 0px;
padding-left: 15px;
padding-right: 15px;
margin-top: 10px;
}

.form-content img {
position: absolute;
left: 25px;
width: 24px;
text-align: center;
top: 50%;
transform: translate(0, -50%);
}
.form-space{
  padding: 15px;
}
.form-content form{
  padding: 0!important;
}
.form-content h3 {
    margin-bottom: 0!important;
}

.form-content input[type="submit"] {
background-color: #ff692e;
color: #fff;
padding: 10px 30px;
display: inline-block;
font-size: 18px;
font-weight: 700;
border: 0;
margin: 15px auto;
}

section.content-pages img.img-responsive {
max-width: 400px;
}

.table tbody > tr:first-child td {
  background-color: #054477 !important;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
section.content-pages img.img-responsive {
max-width: 100%;
}

}