body{
	font-family: 'Roboto', sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

.logo{
	
	max-width: 450px;
}
.content-section, .worksheets-section{
	margin: 40px 0 ;
}
.title h2{
	    font-size: 25px;
    color: #0f8c84;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}


    .title h2:after {
    content: '';
    background: #221f20;
    width: 84px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -8px;
    border-radius: 13%;
}
.description {
	color: #6d6c6c;
    margin: 44px 0px;
}
.worksheets-section  .table .thead-dark th {
    color: #fff;
    background-color: #0e76bd;
    border-color: transparent;
    background: #1488CC;
    background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);
    background: linear-gradient(to right, #0e76bd, #1488CC);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: 500;
    font-size: 24px;
}

.worksheets-section tbody{
	background: #fbfdff;
}

.worksheets-title{
    color: #149b91;
    font-weight: 500;
        line-height: 38px;
}
a.grade-link {
    color: #0f78bf;
    font-weight: 400;
}
a.grade-link:hover {
    color: #0f8c84;
    text-decoration: none;
}

.worksheets-section .table td{
text-align: center;
    vertical-align: middle;
}
.footer-section ul.list-inline li a {
    color: #0f79c0;
    font-size: 14px;
}

.footer-section ul.list-inline li:hover a {
    color: #0f8c84;
    text-decoration: none;
}

 .footer-section li.list-inline-item {
    border-right: 1px solid;
    padding-right: 10px;
        line-height: 15px;
}

 .footer-section li.list-inline-item:last-child {
    border-right: none;
   
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 767px) {
/* Styles */
.logo{
	max-width: 100%;

}
.footer-section li.list-inline-item {
    border-right: none;
}
}