@media(max-width:1024px) {
	.logo {
		margin-bottom:20px;
	}
	.nav {
		display:none !important;
	}
	.mobileMenuContainer{
		display: block;
	}
	.home-page-news .list-item {
	    width: 100%;
	    float: none;
	    margin: 0 0 10px 0;
	    min-height: 195px;
	}	
	.home-latest-news {
	    height: auto;
	}
	.logo {
		margin-bottom: 5px;
		margin-top: -41px;
	}
}

@media(max-width:768px){
	.sidenav{
		display:none;
	}

	.home-bottom-cta-title {
		
		font-size: 40px;
	}

	.align-right {
		text-align: center;
	}

	.slide-title {
		font-size: 45px;
	}
}

@media(max-width:480px){
	.footer-box{
		margin-bottom: 20px;
		display: inline-block;
		width: 100%;
	}
	.list-image-wrap {
		height: auto;
		margin-bottom: 10px;
	}

	.home-mid-promo-box-wrap.inner-footer-banner .home-bottom-cta-buttons a {
		display: block;
		max-width: 250px;
		width: 100%;
		padding: 10px 0px;
		background: #fff;
		color: #000;
		margin: auto;
	}

	.slide-title {
		font-size: 34px;
	}

	.slide-text {
		font-size: 14px;
	}

	a.slide-button-one {
	
		margin-right: 10px;
		margin-left: 29px;
	}

	
}