@media screen and (min-width:480px) and (max-width:655px) { 
	
.ts-only {display: block;}

/* LAYOUT ELEMENTS *********************************************** */

.w20_left, .w20_right {
	width: 100%;
	float: left;
}

.w30_left, .w30_right {
	width: 100%;
	float: left;
}

.w40_left, .w40_right {
	width: 100%;
	float: left;
}

.w50_left, .w50_right {
	width: 100%;
	float: left;
}

.w60_left, .w60_right {
	width: 100%;
	float: left;
}

.w70_left, .w70_right {
	width: 100%;
	float: left;
    padding: 0;
}

.w80_left, .w80_right {
	width: 100%;
	float: left;
}

.w100_left, .w100_right {
	width: 100%;
	float: left;
}

.sidebar {
	width: 100%;
	display: block;
	vertical-align: auto;
	margin-left: 4%;
}
	
.sidebar ul li span.date {
    min-width: 71px;
    display: inline-block;
    float: left;
    clear: none;
    width: auto !important;
}
	
.blog_post {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
	
/* ADDED STYLES ******* */
	
#homepage img.w40_right.alignright {
    width: 30%;
    float: right;
}

.ctawrap h3 {
    line-height: 38px;
}
	
h1 {
    font-size: 30px;
    line-height: 33px;
}

h2 {
    font-size: 20px;
    line-height: 23px;
}
	
.content.upcomingevents h2, .content .ctawrap h3 {
    font-size: 25px;
    line-height: 27px;
}
    
/* COUNCIL LOGOS - Total width 160px */

.council_logo_bm {
    width: 130px !important;
    margin: 20px 15px 0px !important;
}
.council_logo_camden {
    width: 80px !important;
    margin: 33px 40px 0px !important;
}
.council_logo_camp {
    width: 150px !important;
    margin: 46px 5px 0px !important;
}
.council_logo_ff {
    width: 138px !important;
    margin: 36px 11px 0px !important;
}
.council_logo_hcc {
    width: 130px !important;
    margin: 50px 15px 0px !important;
}
.council_logo_lcc {
    width: 110px !important;
    margin: 45px 25px 0px !important;
}
.council_logo_pcc {
    width: 140px !important;
    margin: 50px 10px 0px !important;
}
.council_logo_wsc {
    width: 100px !important;
    margin: 40px 30px 0px !important;
}
.two-tiles-container .red-tile::after, .two-tiles-container .green-tile::after {
    display: none;
}
.two-tiles-container .red-tile, .two-tiles-container .green-tile {
    padding: 3%;
    height: 420px;
}
.two-tiles-container .green-tile h2, .two-tiles-container .red-tile h2 {
    font-size: 29px;
    line-height: 33px;
    margin-bottom: 24px;
    margin-top: 0px;
}
.two-tiles-container .green-tile p, .two-tiles-container .red-tile p {
    font-size: 14px;
    line-height: 19px;
}
.equity_intro {
	width: 100%;
    margin: 10px 0 20px;
}
	
.download_file {
	width: 32.3333%;
	/*margin: 0 0 20px 0;*/
}

.download_file h3 {
	height: auto;
}
	
}