

a.btn {
    vertical-align:middle;
    color:#fff;
    padding:13px;
}
.table-with-tabs .table>thead>tr>th {
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.table-responsive>.table-bordered {
    border: 1px solid #ccc;
}
.ma__header-alert__message > span > a:hover{
    color:#141414;
    opacity:.8;
}
.ma__footer-links__link:hover{
    color:#141414;
}
.nav-tabs {
    background-color:#fff;
}
.ma-banner{
    background-color:#41BDC4; 
    background-image:url(../img/boston-blue-2.png); 
    background-repeat:no-repeat; 
    background-position:right; 
    height:300px;
    }
div.banner-text{
        width:75%;
    }
.main-content-padding-top{
    padding-top:30px;
}

/*Media Queries*/

@media (min-width: 1025px){

.ma__main-nav {
    padding-left: 550px;
    padding-right: 15px;
}
}
@media only screen and (max-width: 841px) and (min-width: 768px){
.ma-banner{
    background-color:#FFF; 
    background-image:url(../img/boston-blue-2-light.png); 
    background-repeat:no-repeat; 
    background-position:right; 
    height:200px;
    }
    div.banner-text{
        width:80%;
    }
}

@media (min-width: 841px){
.ma__main-nav__link {
    padding: 10px; 
}
ul.nav.subtabs li{
	padding-right:30px;
}

}

@media (min-width: 911px){
.ma__main-nav__items {
    margin-left: -20px;
    width: calc(100% + 40px);
}
.has-subnav .ma__main-nav__top-link:after {
    visibility: visible;
}

}

@media only screen and (min-width: 768px) and (max-width:1024px){
.ma-banner {
     background-color:#fff; 
   background-image: url(../img/boston-blue-2-light.png);
    background-repeat: no-repeat;
    background-position-y: right;
    background-size:contain;
    height:auto;
}
 div.banner-text{
        width:80%;
    }
    

.has-subnav .ma__main-nav__top-link:after {
    visibility: visible;
}
.main-content-padding-top{
    padding-top:0;
}
}

@media (max-width: 414px){
.ma-banner {
    padding-top: 100px;
}
.ma-banner {
   background-color:#41BDC4; 
   background-image: none;
   height:auto;
}
 div.banner-text{
        width:100%;
    }
section.project-type {
    display:none;
}
.monitor-date{
    height:50px;
}
.ma__header-alert__message {
    
    font-size: 16px;
    padding-top:50px;
}
.ma__header__logo {
    margin-top: 25px;
}
}
@media (max-width: 767px){
.ma__site-logo a img {
    width: 300px;
    height: auto;
    padding-bottom: 0;
}
}
@media (min-width: 768px) {

a.ma__content-link.ma__content-link-admin{
        font-size:1.2rem;
        color:#141414;
    }
a.ma__content-link.ma__content-link-admin.active {
        color:#ca4d00;
    }
a.ma__content-link.active:hover {
    border-bottom-color: rgba(202,77,0,.8);
}
a.ma__content-link:hover {
    border-bottom-color: #141414;
}
a.ma__content-link:focus {
    outline-color: none !important;
    border-color: #141414 !important;
    }
a.ma__content-link.active {
    outline-color: none !important;
    border-color: #ca4d00 !important;
}
 a.table-link {
    color:#595959;
    font-weight:500;
 }
 a.table-link:hover {
    border-bottom:3px solid #595959;
 }
 a.table-link:focus {
    outline-color: none !important;
    border-color: #141414 !important;
    }
}

@media (max-width: 1024px){
.nav-tabs>li>a {
    margin-bottom: 10px;
}
.ma__page-header__sub-title {
    width: calc(80%);
}
}