
/* _______________________________________________________________________________________________________________________________________________ */

/* VISION IMAGE SWITCH ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #our-vision-image-switch{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1280x560 : 1097KB */		
		padding-bottom: 43.75%;
		background: url(../images/desktop/our-vision-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (min-width: 450px) and (max-width: 1079px) {
    #our-vision-image-switch{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 889x500 : 712KB */	
		padding-bottom: 56.24%;
		background: url(../images/tablet/our-vision-tablet.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 449px) {
    #our-vision-image-switch{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 260x332 : 152KB */	
		padding-bottom: 127.69%;
		background: url(../images/mobile/our-vision-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* MISSION IMAGE SWITCH ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #our-mission-image-switch{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1280x560 : 1044KB */		
		padding-bottom: 43.75%;
		background: url(../images/desktop/our-mission-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (min-width: 450px) and (max-width: 1079px) {
    #our-mission-image-switch{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 889x500 : 734KB */	
		padding-bottom: 56.24%;
		background: url(../images/tablet/our-mission-tablet.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 449px) {
    #our-mission-image-switch{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 260x332 : 163KB */	
		padding-bottom: 127.69%;
		background: url(../images/mobile/our-mission-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* _______________________________________________________________________________________________________________________________________________ */

/*  225 TWEED STREET IMAGE SWITCH ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #225-tweed-street-image-switch{
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 578x361 : 328KB */		
		padding-bottom: 62.45%;
		background: url(../images/desktop/225-tweed-street-desktop.png) no-repeat;
		background-size: 50%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (min-width: 450px) and (max-width: 1079px) {
    #225-tweed-street-image-switch{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 444x278 : 202KB */	
		padding-bottom: 62.61%;
		background: url(../images/tablet/225-tweed-street-tablet.png) no-repeat;
		background-size: 50%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 449px) {
    #225-tweed-street-image-switch{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 444x278 : 202KB */	
		padding-bottom: 62.61%;
		background: url(../images/mobile/225-tweed-street-mobile.png) no-repeat;
		background-size: 50%;
		text-indent: -9999px;
	}
}

/* _______________________________________________________________________________________________________________________________________________ */

/* BOARD IMAGE SWITCHING MEDIA QUERIES------------------------------------------------------------------------------------------------------------*/	
	
/* BOARD MALE PHOTO ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #board-image-switch-male-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.16%;
		background: url(../images/desktop/male-photo-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #board-image-switch-male-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 345KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/male-photo-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
	
/* BOARD FEMALE PHOTO ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #board-image-switch-female-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.16%;
		background: url(../images/desktop/female-photo-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #board-image-switch-female-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 345KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/female-photo-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*________________________________________________________________________________________________________________________________*/	

/* STAFF IMAGE SWITCHING MEDIA QUERIES------------------------------------------------------------------------------------------------------------*/	
	
/* SUE PHOTO ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #staff-image-switch-sue-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.16%;
		background: url(../images/desktop/sue-photo-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #staff-image-switch-sue-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 345KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/sue-photo-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* ADRIENE PHOTO ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #staff-image-switch-adriene-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.16%;
		background: url(../images/desktop/adriene-photo-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #staff-image-switch-adriene-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 67KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/adriene-photo-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* SUSANA PHOTO ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #staff-image-switch-susana-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.16%;
		background: url(../images/desktop/susana-photo-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #staff-image-switch-susana-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 67KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/susana-photo-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* VIKI PHOTO ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #staff-image-switch-viki-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.17%;
		background: url(../images/desktop/viki-photo-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #staff-image-switch-viki-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 67KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/viki-photo-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* VICTORIA PHOTO ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #staff-image-switch-victoria-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.17%;
		background: url(../images/desktop/victoria-photo-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #staff-image-switch-victoria-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 67KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/victoria-photo-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* EMILY PHOTO ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #staff-image-switch-emily-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.17%;
		background: url(../images/desktop/emily-photo-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #staff-image-switch-emily-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 67KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/emily-photo-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* HAYLEY PHOTO ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #staff-image-switch-hayley-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.17%;
		background: url(../images/desktop/hayley-photo-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #staff-image-switch-hayley-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 67KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/hayley-photo-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* ANNA CODY ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #staff-image-switch-anna-cody{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.17%;
		background: url(../images/desktop/anna-cody-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #staff-image-switch-anna-cody{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 67KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/anna-cody-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* STEPHEN PHOTO ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #staff-image-switch-stephen-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.16%;
		background: url(../images/desktop/stephen-photo-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #staff-image-switch-stephen-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 345KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/stephen-photo-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
	
/* STAFF FEMALE PHOTO ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #staff-image-switch-female-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.16%;
		background: url(../images/desktop/female-photo-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #staff-image-switch-female-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 345KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/female-photo-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*________________________________________________________________________________________________________________________________*/	

/* STAFF BLANK PHOTO ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #staff-image-switch-blank-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2017x2000 : 574KB */		
		padding-bottom: 99.16%;
		background: url(../images/desktop/blank-photo-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #staff-image-switch-blank-photo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 605x600 : 345KB */	
		padding-bottom: 99.17%;
		background: url(../images/mobile/blank-photo-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*________________________________________________________________________________________________________________________________*/	

/* SUPPORTER LOGO SWITCHING MEDIA QUERIES------------------------------------------------------------------------------------------------------------*/	
	
/* ACC ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #supporter-image-switch-ACC{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/ACC-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #supporter-image-switch-ACC{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/ACC-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* COGS ----------------------------------------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #supporter-image-switch-COGS{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/COGS-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #supporter-image-switch-COGS{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/COGS-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* COMMUNITY TRUST OF SOUTHLAND -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #supporter-image-switch-community-trust-of-southland{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/community-trust-of-southland-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #supporter-image-switch-community-trust-of-southland{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/community-trust-of-southland-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* INVERCARGILL LICENSING FOUNDATION -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #supporter-image-switch-invercargill-licensing-foundation{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/ILT-foundation-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #supporter-image-switch-invercargill-licensing-foundation{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/ILT-foundation-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* INVERCARGILL LICENSING TRUST -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #supporter-image-switch-invercargill-licensing-trust{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/ILT-trust-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #supporter-image-switch-invercargill-licensing-trust{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/ILT-trust-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* MINISTRY OF SOCIAL DEVELOPMENT -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #supporter-image-switch-ministry-of-social-development{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/ministry-of-social-development-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #supporter-image-switch-ministry-of-social-development{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/ministry-of-social-development-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* LOTTERY GRANTS BOARD -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #supporter-image-switch-lottery-grants-board{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/lottery-grants-board-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #supporter-image-switch-lottery-grants-board{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/lottery-grants-board-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* PATRICIA FRANCE CHARITABLE TRUST -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #supporter-image-switch-patricia-france-trust{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/patricia-france-trust-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #supporter-image-switch-patricia-france-trust{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/patricia-france-trust-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* ROTARY CLUB OF INVERCARGILL -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #supporter-image-switch-rotary-invercargill{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/rotary-invercargill-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #supporter-image-switch-rotary-invercargill{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/rotary-invercargill-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*________________________________________________________________________________________________________________________________*/

/* PROFESSIONALS LOGOS SWITCHING MEDIA QUERIES------------------------------------------------------------------------------------------------------------*/	

/* NEW ZEALAND POLICE LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #professionals-image-switch-NZ-Police{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/NZ-Police-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #professionals-image-switch-NZ-Police{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/NZ-Police-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* NETSAFE LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #professionals-image-switch-NetSafe{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/NetSafe-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #professionals-image-switch-NetSafe{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/NetSafe-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* RAPE PREVENTION EDUCATION LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #professionals-image-switch-RPE{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/RPE-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #professionals-image-switch-RPE{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/RPE-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* STOP TRUST LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #professionals-image-switch-Stop{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/stop-trust-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #professionals-image-switch-Stop{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/stop-trust-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* CHILD YOUTH AND FAMILY LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #professionals-image-switch-CYF{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 2091x523 */		
		padding-bottom: 25.01%;
		background: url(../images/desktop/CYF-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #professionals-image-switch-CYF{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 700x175 */	
		padding-bottom: 25%;
		background: url(../images/mobile/CYF-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*________________________________________________________________________________________________________________________________*/

/* WEB LINK LOGOS SWITCHING MEDIA QUERIES------------------------------------------------------------------------------------------------------------*/	

/* ACC SENSITIVE CLAIMS LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-ACC{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/ACC-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-ACC{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/ACC-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* SEX'N'RESPECT LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-Sex-N-Respect{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/SexNRespect-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-Sex-N-Respect{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/SexNRespect-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* THE HARBOUR LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-The-Harbour{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/The-Harbour-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-The-Harbour{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/The-Harbour-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* AUCKLAND SEXUAL ABUSE HELP LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-Auckland-Help{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/Auckland-Help-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-Auckland-Help{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/Auckland-Help-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* BABETTE ROTHSCHILD LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-Babette-Rothschild{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/Babette-Rothschild-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-Babette-Rothschild{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/Babette-Rothschild-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* GR8 MATES LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-GR8Mates{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/GR8Mates-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-GR8Mates{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/GR8Mates-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* KAY DOUGLAS LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-Kay-Douglas{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/Kay-Douglas-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-Kay-Douglas{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/Kay-Douglas-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* RAPE PREVENTION EDUCATION LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-RPE{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/RPE-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-RPE{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/RPE-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* SHAKTI LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-Shakti{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/Shakti-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-Shakti{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/Shakti-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* STOP IT NOW (UK) LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-Stop-It-Now{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/Stop-It-Now-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-Stop-It-Now{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/Stop-It-Now-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* WELLINGTON RAPE CRISIS LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-Rape-Crisis{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/Rape-Crisis-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-Rape-Crisis{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/Rape-Crisis-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* WELLINGTON WOMENS REFUGE & TE WHARE ROKIROKI LOGOS -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-Womens-Refuge{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/Womens-Refuge-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-Womens-Refuge{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/Womens-Refuge-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* WELLSTOP LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-Wellstop{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/Wellstop-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-Wellstop{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/Wellstop-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* BARNADOS LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-Barnados{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/Barnados-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-Barnados{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/Barnados-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* KIDPOWER LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-Kidpower{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/Kidpower-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-Kidpower{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/Kidpower-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* YOUNG NEW ZEALANDERS FOUNDATION LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-YoungNZ{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/YoungNZ-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-YoungNZ{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/YoungNZ-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* NO EXCUSE FOR ABUSE LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-No-Excuse{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/No-Excuse-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-No-Excuse{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/No-Excuse-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/* FAMILY AND COMMUNITY SERVICES LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-Family-Services{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/Family-Services-weblink-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-Family-Services{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/Family-Services-weblink-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}





/* MINISTRY FOR VULNERABLE CHILDREN LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-MVCOT{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/Ministry-for-Vulnerable-Children-weblink-desktop.png) no-repeat;
		background-size: 75%;
		text-indent: -9999px;
		background-position: 39px -4px;
		background-color: #000;
	}
}
/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-MVCOT{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/Ministry-for-Vulnerable-Children-weblink-mobile.png) no-repeat;
		background-size: 75%;
		text-indent: -9999px;
		background-position: 39px -4px;
		background-color: #000;
	}
}





/* GENERIC LOGO -----------------------------------------------------------------------------*/

/* responsive image switching for desktop */
@media only screen and (min-width: 1080px) {
    #web-link-image-switch-logo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 1003x233 */		
		padding-bottom: 23.23%;
		background: url(../images/desktop/logo-image-desktop.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}

/*  responsive image switching for mobile */
@media only screen and (max-width: 1079px) {
    #web-link-image-switch-logo{ 
		display: block;
		height: 0;
/* padding-bottom: height divided by width x 100 = %; to sustain aspect ratio of image */
/* Image size is WxH : 301x70 */	
		padding-bottom: 23.26%;
		background: url(../images/mobile/logo-image-mobile.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
	}
}
