/* TABLET STYLES */

@media only screen and (min-width: 601px) and (max-width: 1023px) {
	 .div-programs figure {
		 background: none;
	}
    .div-biz-svc .py-4 { 
        padding: 0 !important;
        margin-bottom: 10px;
    }
}


/* MOBILE STYLES */

@media only screen and (max-width: 600px) {
    #top-bar ul {
        font-size: .75em;
        text-align: center;
        padding-left: 0;
    }
    
    #top-bar ul li { 
        padding-left: 5px;
    }
    
    #internal-top .col { 
        flex: auto; 
    }
    
    #internal-top .col h1 { 
        text-align: start;
    }
    
    #internal-top h1.py-5 {
        padding: 0 !important;
    }
    
    #internal-breadcrumbs {
        float: left;
        font-size: .75em;
    }
    .info-buttons h4 {
        font-size: 90%;
    }
    .div-programs figure {
        background: none;
    }
    .div-biz-svc .py-4 { 
        padding: 0 !important;
        margin-bottom: 10px;
    }
    
}