/*********** RESET ***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
    margin:0;
    padding:0;
    border:none;
}

:focus {
outline: 0;
}

/********** GLOBAL **********/

ol {
    list-style-position: inside;
}

a:link{
    color:#42bba4;
    text-decoration:none;
}
a:visited{
    color:#42bba4;
    text-decoration:none;
}
a:hover{
    color:#42bba4;
}
a.button{
    color:#fff;
    font-size:16px;
    cursor:pointer;
    float:left;
    padding:8px 20px 6px 20px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform:uppercase;
    background: #42bba4;
    font-family: 'Neucha', cursive;
    text-decoration:none;
}
a.button span.arrow{
    /*float:right;*/
    margin-left:10px;
    display: inline;
    display: inline-block;
    zoom: 1;
}
a.button.red{
    background:#D10034;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding:12px 20px 10px 20px;
    float:left;
    width:154px;
}
#cms a.button.margin-right,
a.button.margin-right{
	margin-right:15px;
}
.left{
    float:left;
}
.right{
    float:right;
}


/********* TYPOGRPAHY ********/

h1, h2, h3, h4, h5{
    font-family: 'Neucha', cursive;
}
h1{
    font-size:53px;
    font-weight:bold;
}
h2{
    font-size:45px;
    font-weight:normal;
}
h3{
    font-size:30px;
}
h4{
    font-size:22px;
}
h5{
    font-size:14px;
    color:#42bba4;
    font-family: 'Karla', sans-serif;
    text-transform:uppercase;
}
p{
    line-height:22px;
    margin:10px 0 20px 0;
}
strong{
    color:#D10034;
}
.arrow{
    display:block;
    width:22px;
    height:17px;
    background:url('/images/generic/arrow-left.png') no-repeat;
}
.arrow.black{
    background:url('/images/generic/arrow-black.png') no-repeat;
}
.line{
    display:block;
    width:100%;
    background:url('/images/generic/h_line.png') repeat-x;
    height:14px;
    min-width:1003px;
}
.margin-bottom{
	margin-bottom:20px;
}

/********* STRUCTURE *********/

body{
    font-family: 'Karla', sans-serif;
    font-size:14px;
    color:#373636;
    text-align:left;
}
.wrapper{
    width:100%;
    max-width:1300px;
    min-width:1003px;
    margin:0 auto;
    clear:both;
    overflow:hidden;
}
.wrapper.overflow{
    overflow:visible;
}
.wrapper.padding{
	padding:30px 0;
}

/********* SCROLL ACTIONS *********/

.scroll-actions{
	position:fixed;
	left:0;
	top:150px;
	z-index:100;
}
.scroll-actions p{
	margin-bottom:0;
	line-height:16px;
}
.scroll-chat{
	background:#42bba4;
	padding:15px 5px;
	float:left;
	-moz-box-shadow: 3px 3px #555;
	-webkit-box-shadow: 3px 3px #555;
	box-shadow: 3px 3px #555;
	width:75px;
	text-align:center;
}
.scroll-actions a{
	clear:both;
	color:#fff;
	text-transform:uppercase;
}
.scroll-icons{
	float:left;
	clear:both;
	margin-top:15px;
	background:#373636;
	padding:15px 5px 0 5px;
	width:80px;
	-moz-box-shadow: 4px 6px #999;
	-webkit-box-shadow: 4px 6px #999;
	box-shadow: 4px 6px #999;
}
.scroll-icons ul{
	list-style:none;
	float:left;
}
.scroll-icons ul li{
	width:65px;
	float:left;
	text-align:center;
	margin-bottom:15px;
}
.scroll-icons ul li a{
	margin-left:10px;
}
.scroll-icons ul li p{
	margin-top:1px;
	margin-left:10px;
}
@media (max-width:1500px){
	.scroll-actions{
		display:none;
	}
}


/********* HEADER AND FOOTER *********/

.black-bar{
    width:100%;
    min-width:1003px;
    float:left;
    background:url('/images/generic/black-bkg.jpg');
    padding:10px 0;
    color:#fff;
    font-family: 'Neucha', cursive;
}
.black-bar .right{
	/*width:550px;*/
    text-align: right;
}
.black-bar.footer-black-bar{
	padding:30px 0;
}

.black-bar.footer-black-bar .wrapper{
    position:relative;
	overflow:visible;
}

.black-bar.footer-black-bar .wrapper .stickyLiveChat{
	position:absolute;
	left:73%;
	top:-63px;
}

.black-bar p{
    margin:0 0 0 30px;
    /*float:left;*/
    display: inline;
    display: inline-block;
    line-height:30px;
}
@media (max-width:1300px){
	.black-bar p{
		display:none !important;
	}
	.black-bar.middle p{
		display:block !important;
	}
	.black-bar.footer-black-bar .wrapper .stickyLiveChat{
		left:65%;
	}
}
a.social{
    margin-left: 10px;
    /*float:left;*/
    display: inline;
    display: inline-block; /*stop icons floating to left*/
    vertical-align: middle;
}
a.justgive {
    margin-top: 3px; /*space it down a bit*/
}
a.social img{
    float:left;
}
a.grey-button{
    background:#737373;
    -moz-box-shadow: -2px -2px 1px #222;
    -webkit-box-shadow: -2px -2px 1px #222;
    box-shadow: 3px 3px 1px #222;
    color:#fff;
    padding:6px 20px 5px 20px;
    font-family: 'Neucha', cursive;
    font-size:13px;
    letter-spacing:1px;
    float:left;
}
a.grey-button.login{
    background:url('/images/generic/login.gif') 15px center no-repeat #737373;
    padding-left:55px;
    margin-right:10px;
}
a.grey-button.member{
    background:url('/images/generic/member.gif') 15px center no-repeat #737373;
    padding-left:45px;
}
.logo{
    float:left;
    width:400px;
}
#search{
    float:right;
    width:30%;
    margin-right:4%;
    text-align:center;
    margin-top:20px;
}
#search p{
    font-size:15px;
    color:#9a9a9a;
    font-family: 'Neucha', cursive;
    margin:0 0 10px 0;
}
#search form{
    background:#f7f4f4;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position:relative;
    width:100%;
    float:left;
    border:2px solid #222;
}
#search form input{
    border:0;
    padding:12px 20px;
    font-family: 'Karla', sans-serif;
    float:left;
    width:75%;
    background:none;
    font-size:13px;
}
#search input.submitbtn{
    position:absolute;
    top:9px;
    right:15px;
    background:url('/images/generic/search.gif') no-repeat;
    width:21px;
    height:21px;
    text-indent:-9999px;
    padding:0;
}
.contact-info{
    width:25%;
    float:right;
    margin-top:20px;
}
.tel-icon{
    display:block;
    width:25%;
    float:left;
}
.tel-icon img{
    max-width:100%;
}
.contact-text{
    float:left;
    width:73%;
    text-align:center;
    padding-top:4px;
    padding-left:2px;
}
.contact-text p{
    margin:0;
    font-size:14px;
}
p.tel{
    color:#d10034;
    font-size:34px;
    margin:4px 0;
}
.contact-text small{
    font-size:9px;
    line-height:9px;
}
@media (max-width:1250px){
    .contact-text p{
        font-size:11px;
    }
    p.tel{
        font-size:26px;
    }
    .tel-icon img{
        margin-top:10px;
    }
}
#top-nav{
    position:relative;
    float:left;
    width:100%;
    min-width:1003px;
    margin-top:30px;
    padding-top: 3px;
    overflow: hidden;
}
#top-nav span.line{
    position:absolute;
    bottom:-8px;
    left:0;
    z-index:1;
    background:url('/images/generic/nav_line.png') repeat-x;
}
#top-nav ul{
    list-style:none;
    overflow:visible;
    float:left;
    clear:both;
    width:100%;
    min-width:1003px;
}
#top-nav ul li{
    float:left;
    width:17%;
    margin-right:20px;
    position:relative;
    overflow:visible;
}
#top-nav ul li.donate{
    width:24%;
    margin-right:0;
}
#top-nav ul li a{
    color:#fff;
    font-family: 'Neucha', cursive;
    display:block;
    width:100%;
    text-align:center;
    padding:20px 0 15px 0;
    font-size:18px;
    overflow:visible;
    z-index:100;
}
#top-nav ul li a:hover,
#top-nav ul li.active a{
    color:#302F2F;
}
#top-nav ul li span.border{
    display:block;
    width:100%;
    height:65px;
    position:absolute;
    top:-5px;
    left:-5px;
    z-index:-1;
}
#top-nav ul li span.green{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:#42bba4;
    border-top-left-radius:10px;
    -moz-border-radius-topleft:10px;
    border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
    z-index:-2;
}
#top-nav ul li:hover span.green,
#top-nav ul li.active span.green{
    background:#fff;
}
#top-nav ul li span.border img{
    max-width:105%;
    height:65px;
}
#top-nav ul li a span{
    font-size:13px;
    font-family: 'Karla', sans-serif;
    text-transform:none;
}
#top-nav ul li.donate a{
    padding:7px 0 5px 0;
    text-transform:uppercase;
}
#top-nav ul li.donate a:hover{
    color:#fff;
}
#top-nav ul li.donate span.green{
    background:#D10034;
}
#top-nav ul li.donate p{
    margin:0;
    position:relative;
    padding-right:40px;
}
#top-nav ul li.donate p span.arrow{
    position:absolute;
    right:90px;
    top:0;
    right: 20px;
}
@media (max-width:1250px){
    #top-nav ul li.donate p span.arrow{
        right:50px;
    }
}
.left-line,
.right-line{
	display:block;
	width:5px;
	height:100%;
	position:absolute;
	top:0;
	left:2px;
	background:url('/images/generic/v_line.png') repeat-y;
}
.right-line{
	top:0;
	height:100%;
	left:auto;
	right:2px;
}
.top-line{
	background:url('/images/generic/h_line.png') repeat-x;
	display:block;
	width:100%;
	height:10px;
	position:absolute;
	top:-5px;
	left:0;
}
.nav-arrow{
	display:block;
	width:40px;
	height:22px;
	position:absolute;
	top:0px;
	left:22%;
	background:url('/images/generic/nav-arrow.gif') no-repeat;
	z-index:2;
}


/********* HOMEPAGE *********/


.banner{
    width:100%;
    min-width:1003px;
    background:url('/images/generic/red-bkg.gif');
    float:left;
    clear:both;
    color:#fff;
}
.banner a{
    color:#fff;
    text-decoration:underline;
}
.banner a.button{
    text-decoration:none;
}
.slideshow{
    float:left;
    list-style:none;
    width:47%;
    height:400px;
}
.slideshow li{
    float:left;
    width:100%;
    height:400px;
    position:relative;
}
.slideshow-image{
    position:relative;
    height:400px;
    width:100%;
}
.slideshow-image img{
    max-width:98%;
}
.slideshow-image span{
    display:block;
    width:100%;
    height:400px;
    position:absolute;
    top:0;
    left:0;
}
.slideshow-image span img{
    max-width:100%;
}
.slideshow-text{
    position:absolute;
    right:10px;
    top:155px;
    background:url('/images/generic/solid-circle.png') no-repeat;
    width:216px;
    height:142px;
    padding:60px 20px;
    text-align:center;
}
.slideshow-text h1{
    font-size:37px;
}
.slideshow-text p{
    font-size:12px;
    line-height:16px;
}
.slideshow-text a{
    text-transform:uppercase;
    font-family: 'Neucha', cursive;
    font-size:22px;
    position:relative;
    padding-right:30px;
    text-decoration:none;
}
.slideshow-text a span.arrow{
    position:absolute;
    top:0;
    right:0;
}
.banner-right{
    float:right;
    width:50%;
    height:400px;
}
.banner-right h2{
    font-size:25px;
    font-weight:normal;
    float:left;
}
.bottom-banner{
    clear:both;
    float:left;
}
.bottom-banner .banner-image{
    margin-right:0;
    margin-left:15px;
}
.bottom-banner .banner-text{
    margin-top:20px;
}
.banner-text{
    float:left;
    width:62%;
    margin-top:35px;
}
@media (max-width:1300px){
    .bottom-banner{
        margin-top:10px;
    }
    .banner-text{
        margin-top:20px;
    }
}
.banner-text h2,
.banner-text p{
    float:left;
}
.banner-image{
    width:35%;
    position:relative;
    float:left;
    margin-right:15px;
}
.banner-image img{
    max-width:98%;
}
.banner-image span{
    width:100%;
    position:absolute;
    top:0;
    left:0;
}
.banner-image span img{
    max-width:100%;
}
#banner-donate input{
    background:url('/images/generic/pound.gif') 10px center no-repeat #f7f4f4;
    padding-left:35px;
    width:180px;
}
@media (max-width:1250px){
    #banner-donate input{
        width:130px;
    }
}
#banner-donate input.submit{
    background:url('/images/generic/arrow-left.png') 80px center no-repeat #42bba4;
    margin-left:8px;
    width:auto;
    padding:8px 40px 7px 15px;
}
.slideshow-controls{
    list-style:none;
    background:#f7f4f4;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:8px 5px;
    float:left;
    margin:10px 0 10px 48%;
}
.slideshow-controls li{
    float:left;
    padding:0 4px;
}
.slideshow-controls li span{
    background:#302f2f;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height:13px;
    width:13px;
    display:block;
}
.slideshow-controls li.active span{
    background:#42bba4;
}
.block{
    width:30%;
    float:left;
}
.block.middle{
    margin:0 5%;
}
.block strong{
    color:#302F2F;
}
h3.red{
    text-align:center;
    margin:40px 0 20px 0;
    font-size:24px;
    font-weight:normal;
    color:#d10034;
}
h3.red span{
    color:#302f2f;
    font-size:17px;
    font-family: 'Karla', sans-serif;
}
.tabs{
    list-style:none;
    float:left;
    width:100%;
    background:#f7f4f4;
}
.tabs li{
    float:left;
    /*width:25%;*/
    width: 33.3333333%;
    text-align:center;
}
.tabs li a{
    color:#292828;
    font-weight:bold;
    border-left:1px solid #bcb8b8;
    border-bottom:1px solid #bcb8b8;
    border-right:1px solid #bcb8b8;
    border-top:1px solid #bcb8b8;
    width:100%;
    display:block;
    padding:10px 0;
    height:35px;
}
.tabs li.active a{
    background:#fff;
    border-bottom:1px solid #fff;
    border-right:1px solid #bcb8b8;
    border-left:1px solid #bcb8b8;
    border-top:1px solid #bcb8b8;
}
.tab-content{
    border-right:1px solid #bcb8b8;
    border-left:1px solid #bcb8b8;
    border-bottom:1px solid #bcb8b8;
    padding:30px 0 0 0;
    float:left;
    width:100%;
}
.booklets{
    list-style:none;
}
.booklets li{
    clear:left;
    float:left;
    width:100%;
    margin-bottom:30px;
}
.booklets img{
    float:left;
    margin-left:20px;
}
.booklet-text{
    float:left;
    margin:0 20px;
    width:55%;
}
.booklet-text p{
    margin:10px 0 0 0;
}
.booklet-text small{
    float:left;
    clear:both;
    font-size:12px;
    margin:2px 0 5px 0;
}
.booklet-text a{
    float:left;
    clear:left;
}
a.block-button{
    width:80%;
    clear:both;
    float:left;
    background:#d20034;
    border:1px solid #d20034;
    color:#fff;
    font-family: 'Neucha', cursive;
    padding:15px 10%;
    font-size:19px;
    text-transform:uppercase;
}
a.block-button span{
    float:right;
}
a.block-button.grey{
    background:#f7f4f4;
    border:1px solid #f7f4f4;
    color:#302f2f;
}
.event-list{
    list-style:none;
}
.event-list li{
    float:left;
    clear:left;
    width:100%;
    margin-bottom:16px;
}
.event-list-image{
    float:left;
    margin-right:20px;
    position:relative;
}
.event-list-image span{
    display:block;
    width:103px;
    height:103px;
    background:url('/images/generic/red-circle.png') no-repeat;
    position:absolute;
    top:0;
    left:0;
}
.event-list li:nth-child(2n) .event-list-image span{
    background:url('/images/generic/green-circle.png') no-repeat;
}
.event-list-text{
    margin-top:7px;
    float:left;
    width:59%;
}
.edit-links .event-list-text{
	margin-top:17px;
}
.event-list-text p{
    margin:0;
}
.event-list-text p.date{
    color:#d20034;
    font-weight:bold;
}
.event-list-text p.title{
    margin-bottom:10px;
}
.map{
    width:100%;
    border:1px solid #bcb8b8;
    float:left;
    position:relative;
}
.map-image{
    overflow:hidden;
    display:block;
    width:266px;
    height:308px;
    background-image:url('/images/generic/map.gif');
    background-repeat:no-repeat;
    background-position:-1595px -308px;
    float:right;
    margin:28px 20px 27px 0;
}
.map-image.WestMidlands{
    background-position:0px 0px;
}
.map-image.NorthWest{
    background-position:0px -308px;
}
.map-image.SouthWest{
    background-position:-265px 0px;
}
.map-image.Yorkshire{
    background-position:-265px -308px;
}
.map-image.SouthEast{
    background-position:-531px 0px;
}
.map-image.NorthEast{
    background-position:-531px -308px;
}
.map-image.London{
    background-position:-797px 0px;
}
.map-image.Scotland{
    background-position:-797px -308px;
}
.map-image.EastOfEngland{
    background-position:-1063px 0px;
}
.map-image.NorthernIreland{
    background-position:-1063px -308px;
}
.map-image.EastMidlands{
    background-position:-1329px 0px;
}

.map-image.Wales{
    background-position:-1595px 0px;
}

.map-image.south-ireland{
    background-position:-1329px -308px;
}
.map-arrow{
    position:absolute;
    top:15px;
    left:15px;
    z-index:1;
    background:url('/images/generic/map-arrow.gif') 80px bottom no-repeat #fff;
    font-family: 'Neucha', cursive;
    font-size:16px;
    width:150px;
    padding-bottom:70px;
    text-align:center;
}
.map-text{
    position:absolute;
    left:20px;
    bottom:50px;
    width:170px;
    font-size:12px;
    line-height:16px;
    background:#fff;
}
.black-bar.middle{
    padding:40px 0;
}
.black-bar.middle h3{
    text-align:center;
    font-weight:normal;
    font-size:24px;
}
.black-bar.middle h3 span{
    font-family: 'Karla', sans-serif;
    color:#fe3d58;
    font-size:17px;
}
.latest-news{
    list-style:none;
    width:100%;
}
.latest-news li{
    float:left;
    margin-top:30px;
    position:relative;
    width:47%;
}
.latest-news li:nth-child(1){
    margin-right:60px;
}
.latest-news li:nth-child(1) a{
    color:#00abed;
}
.latest-news-image{
    position:relative;
    float:left;
    width:239px;
    height:239px;
}
.latest-news-image span{
    display:block;
    background:url('/images/generic/latest-news-image.png') no-repeat;
    width:239px;
    height:239px;
    position:absolute;
    top:0;
    left:0;
}
.latest-news-content{
    background:url('/images/generic/black-white-bkg.jpg');
    border-top-right-radius:15px;
    -moz-border-radius-topright:15px;
    border-bottom-right-radius:15px;
    -moz-border-radius-bottomright:15px;
    float:left;
    height:197px;
    margin-top:21px;
    padding:0 30px;
    width:50%;
}
.latest-news-content p{
	padding-right:60px;
}
@media (max-width:1300px){
    .latest-news-content{
        width:47%;
        padding:0 5px;
    }
    .latest-news li:nth-child(1){
        margin-right:30px;
    }
    /*.latest-news-tab{*/
        /*display:none;*/
    /*}*/
    .latest-news-content h4{
        width:auto !important;
        font-size:16px !important;
    }
    .latest-news-content p{
        font-size:13px;
        margin-top:0 !important;
    }
}
.latest-news-content h4{
    font-size:18px;
    font-family: 'Karla', sans-serif;
    width:250px;
    margin-top:20px;
}
.latest-news-content p{
    font-family: 'Karla', sans-serif;
    line-height:16px;
    margin:15px 0 0 0;
}
.latest-news-tab{
    position:absolute;
    top:21px;
    right:20px;
    background:#42bba4;
    font-family: 'Neucha', cursive;
    color:#fff;
    font-size:32px;
    text-align:center;
    line-height:18px;
    padding:12px 15px 6px 15px;
}
.latest-news-tab small{
    font-size:19px;
    text-transform:uppercase;
}
.latest-news li:nth-child(1) .latest-news-tab{
    background:#00abed;
    padding:10px 5px 10px 5px;
}
.latest-case-studies{
    list-style:none;
    width:100%;
    float:left;
    margin-top:50px;
}
.latest-case-studies li{
    float:left;
    width:50%;
    position:relative;
}
.latest-case-studies li img{
    width:32%;
    float:left;
    position:absolute;
    bottom:0;
    left:25px;
}
.latest-case-study-text{
    float:right;
    width:50%;
    border:1px solid #bcb8b8;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position:relative;
    padding:20px 3% 5px 3%;
    margin-left:5%;
    margin-bottom:30px;
    margin-right:5%;
}
.latest-case-study-text span{
    position:absolute;
    background:url('/images/generic/case-study-arrow.jpg') no-repeat;
    width:25px;
    height:39px;
    display:block;
    top:30px;
    left:-25px;
}
.latest-case-study-text h4{
    color:#D10034;
    text-align:center;
}
.latest-case-study-text p{
    line-height:16px;
}

/********* LANDING PAGE *********/


.banner.landing-page{
	height:400px;
	overflow:hidden;
}
.banner.landing-page .wrapper{
	position:relative;
}
.banner.landing-page a.button{
	position:absolute;
	right:0;
	top:280px;
	display:block;
	padding:10px 33px;
}
@media (max-width:1250px){
	.banner.landing-page a.button{
		width:180px;
		font-size:15px;
		padding:10px 10px;
	}
	.banner.landing-page .landing-left a.button{
		padding:8px 20px;
		width:auto;
	}
}
.landing-left{
	width:30%;
	padding:20px 0;
	float:left;
}
.landing-left h1{
	float:left;
	margin:40px 0 0 0;
}
.banner.landing-page .landing-left a.button{
	position:relative;
	top:auto;
	right:auto;
	padding:8px 20px;
}

@media (max-width:1300px){
	.landing-left h1{
		font-size:38px;
		margin-top:45px;
	}
	.landing-left a.button small{
		display:none;
	}
	.banner-info-circle{
		padding: 30px 200px 0 280px !important;
		width: 185px !important;
	}
	.banner-info-circle ul li:nth-child(3n){
		margin-right:20px !important;
	}
	.banner.landing-page{
		height:430px;
	}
	.banner-info-circle ul li {
		padding:5px 10px !important;
		margin-left:15px !important;
		margin-right:5px !important;
	}
}
@media (max-width:1200px){
	.banner-info-circle ul li {
		padding:5px 0px !important;
		margin-left:10px !important;
		margin-right:0px !important;
	}
}
.landing-left .header-image{
	margin-top:20px;
}
.landing-left p{
	clear:both;
	float:left;
	margin:20px 0;
}
.landing-left a.button{
	margin:5px 0;
}
.landing-left a.button small{
	font-size:16px;
	text-transform:none;
	color:#b2fdf8;
}
.landing-left.no-nav{
	width:48%;
}
.landing-left.no-nav p{
	margin-bottom:0;
}
.landing-left.no-nav a.button{
	margin-top:20px;
}
.landing-left.no-nav.large{
	width:55%;
	margin-right:5%;
}
.banner.landing-page .slideshow{
	width:40%;
}
.banner-info{
	float:left;
	width:47%;
	margin-left:1%;
	position:relative;
}
.banner-info .slideshow-text{
	top:-50px;
	left:0;
	height:132px;
	padding-top:70px;
	z-index:1;
}
.banner-info .slideshow-text h1{
	font-size:30px;
	margin-bottom:20px;
}
.banner-info-circle{
	background:url('/images/generic/large-circle-xl.png') top left no-repeat;
	width:285px;
	height:521px;
	padding:60px 100px 0 280px;
	position:relative;
}
.banner-info-circle p{
	margin:0 0 10px 0;
}
.banner-info-circle ul{
	position:absolute;
	top:230px;
	left:50px;
	list-style:none;
	width:550px;
}
.banner-info-circle ul li{
	float:left;
	margin:0 20px 20px 0;
	background:#fff;
	color:#222121;
	font-weight:bold;
	-moz-box-shadow: 0px 4px #222;
	-webkit-box-shadow: 0px 4px #222;
	box-shadow: 0px 4px #222;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px 20px;
	width:130px;
	height:35px;
	text-align:center;
}
.banner-info-circle ul li:nth-child(3n){
	margin-right:0;
}
.banner-info-circle ul li a{
	color:#222121;
	text-decoration:none;
}
.banner.landing-page .sidebar-block{
	position:absolute;
	right:0;
	top:20px;
	width:20%;
	background:url('/images/generic/sidebar-bottom-small.jpg') bottom left no-repeat;
}
.banner.landing-page .sidebar-block a{
	text-decoration:none;
}
.banner.landing-page .sidebar-block .sidebar-header{
	background:url('/images/generic/sidebar-header-green-small.jpg') no-repeat;
}
.banner.landing-page .sidebar-block .sidebar-content{
	background:url('/images/generic/sidebar-sml.jpg') repeat-y;
}
.middle.landing-news .wrapper{
	background:url('/images/generic/h_line.png') center bottom repeat-x;
	padding-bottom:50px;
}
.middle.landing-news .latest-news li{
	margin-top:0;
}
.middle.landing-news .latest-news li:nth-child(1){
	margin-right:60px;
}
.middle.landing-news .latest-news li:nth-child(1) .latest-news-content a{
	color:#42BBA4;
}
.middle.landing-news .latest-news li:nth-child(1) .latest-news-tab{
	padding:12px 15px 6px;
	background:#42BBA4;
}
.middle.landing-news .latest-news-image span{
	background:url('/images/generic/landing-news-image.png') top left no-repeat;
}
.middle.landing-news .latest-news-content{
	background:#f6f3f3;
}
.middle.landing-news .latest-news-image a{
	position:absolute;
	top:172px;
	left:60px;
	color:#fff;
	font-family: 'Neucha', cursive;
	font-size:18px;
	text-transform:uppercase;
}
.landing-blocks .block{
	margin-bottom:80px;
}
.landing-blocks .block-button{
	clear:none;
	width:25%;
	padding:15px 3%;
	width:43%;
	font-size:14px;
	float:right;
}
.landing-blocks .block-button.wide{
	width:80%;
	padding:15px 10%;
	float:left;
	font-size:19px;
}
.landing-blocks .block-button.left{
	float:left;
}
.block.donate .tab-content{
	border-top:1px solid #BCB8B8;
	padding-top:0;
}
.block.donate .tab-content p{
	padding:20px 20px 0 20px;
	margin:0;
}
.block.donate.block-right .tab-content p{
	padding:20px;
}
.block.donate.block-right .tab-content img{
	width:100%;
}
.block.donate .tab-content ul{
	list-style:none;
	padding:26px;
	float:left;
}
.block.donate .tab-content ul li{
	margin-bottom:10px;
	float:left;
	width:100%;
}
.block.donate .tab-content ul li a{
	display:block;
	text-align:center;
	width:100%;
	padding:10px 0;
}
.block.donate .tab-content a.button{
	margin:11px 20px;
	width:310px;
	text-align:center;
	padding:15px 20px;
}
.block.donate .tab-content p.donate-reasons{
	clear:both;
	float:left;
	padding:10px 20px 20px 20px;
}
.block.donate .tab-content p.donate-reasons strong{
	color:#D20034;
}
.block.donate .tab-content .booklets{
	padding:4%;
	width:92%;
}
.block.donate .tab-content .booklets p{
	padding:0;
}
.block.donate .tab-content .booklets li a{
	padding:0;
	width:auto;
	display:inline;
}
.block.donate .tab-content .booklets li a.button{
	padding:8px 20px 6px;
}
.block.donate .tab-content .booklets li{
	margin:9px 0;
}
.block.donate .tab-content .booklets .booklet-text{
	width:58%;
	margin-right:0;
}
.landing-page-support{
	list-style:none;
	width:100%;
	text-align:center;
}
.landing-page-support h4{
	font-size:18px;
	color:#D10034;
}
.landing-page-support .event-info{
	margin:18px 0 0 0;
}
.landing-page-support .event-info ul{
	width:100%;
}
.landing-page-support .event-info ul li{
	width:93%;
	font-size:16px;
	text-align:left;
}
.block.donate .tab-content .meet-team{
	float:left;
	width:90%;
	padding:29px 5%;
}
.block.donate .tab-content .meet-team li{
	float:left;
	width:auto;
	margin:10px 5px;
	width:60px;
	height:82px;
	position:relative;
}
.block.donate .tab-content .meet-team li p{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	background:#D10034;
	color:#fff;
	padding:0;
	width:100%;
	font-size:12px;
}
.block.donate .tab-content .meet-team li a{
	padding:0;
	float:left;
}
.block.donate .tab-content .meet-team li a img{
	float:left;
	width:60px;
}


/********* CONTENT *********/

.banner.small{
    overflow:hidden;
}
.banner.small .wrapper{
    position:relative;
}
.banner.small h1{
    text-shadow:5px 3px 1px #8d0023;
    float:left;
    margin:50px 0 40px 0;
    width: 400px;
}
.banner.small p{
    float:left;
    margin:40px 30px 40px 70px;
    width:38%;
    width: 300px;
    margin: 40px 30px;
}
.banner-contact{
    float:right;
    background:url('/images/generic/banner-contact.png') left -30px no-repeat;
    width:262px;
    text-align:center;
    padding:20px 0;
    height:216px;
    position:absolute;
    right:0;
    top:0;
}
.banner.small .banner-contact h4{
    font-weight:normal;
    font-family: 'Karla', sans-serif;
    margin-bottom:5px;
}
.banner.small .banner-contact p{
    margin:0;
    clear:both;
    width:auto;
    float:none;
}
.banner.small .banner-contact p.tel{
    margin:10px 0 5px 0;
    color:#fff;
    text-shadow:3px 3px 1px #21050c;
    font-family: 'Neucha', cursive;
}
.banner.small .banner-contact a{
    text-decoration:none;
}
.wrapper.content{
    width:1003px;
    margin-bottom:40px;
}
.breadcrumb{
    float:left;
    width:100%;
    margin:40px 0;
    background:#f7f4f4;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.breadcrumb ul{
    list-style:none;
    padding:15px 20px;
    float:left;
}
.breadcrumb ul li{
    float:left;
    font-weight:bold;
    margin-left:10px;
}
.left-content{
    float:left;
    width:65%;
    margin-bottom:20px;
}
.left-content ul{
    margin:0 0 0 40px;
}
.left-content ul li{
	margin-bottom:5px;
}
.left-content h3{
    margin:40px 0 30px 0;
}
.filter{
    float:left;
    clear:both;
    margin:30px 0 20px;
    width:100%;
    overflow:visible;
}
.left-content .filter .dropdown{
    width:315px;
    margin:0 5px;
    font-weight:bold;
}
.filter .dropdown li:hover ul{
    top:47px;
    background:#f6f6f6;
    margin:0;
}
.filter .dropdown li{
    padding-top:15px;
    padding-bottom:15px;
    width:auto;
}
.left-content .block-list{
    float:left;
    clear:both;
    list-style:none;
    margin:0 0 40px 0;
}
.left-content .block-list li{
    width:210px;
    float:left;
    background:#f7f4f4;
    margin:0 10px 20px 0;
}
.block-list li:nth-child(3n),
.block-list.resources li:nth-child(3n){
    margin-right:0;
}

.block-list li:nth-child(3n+1),
.block-list.resources li:nth-child(3n+1){
	clear:left;
}
.block-list-image{
    position:relative;
    background: #42BBA4;
    float:left;
    padding-bottom:13px;
}
.block-list-image img{
    float:left;
}
.block-list-image span.latest-news-tab{
    bottom:0;
    left:15px;
    right:auto;
    top:auto;
}
.block-list h4{
    font-family: 'Karla', sans-serif;
    color:#d41041;
    font-size:16px;
    margin:10px 10px 0 10px;
    float:left;
}
.block-list p{
    margin:10px;
    float:left;
}
.block-list a.block-button{
    width:79%;
    margin-top:20px;
}
.block-list.resources li{
    background:#fff;
    width:180px;
    margin-right:48px;
    margin-bottom:40px;
}
.block-list.resources li h4{
    font-weight:normal;
    color:#373636;
    margin:10px 0 0 0;
    font-size:14px;
}
h2.date{
    position:relative;
    padding:10px 0 0 110px;
    margin-bottom:30px;
}
h2.date .latest-news-tab{
    left:0;
    top:0;
    right:auto;
    bottom:auto;
}
.event-info{
    clear:both;
    float:left;
    width:100%;
    margin:30px 0 30px 0;
    position:relative;
}
.event-info ul{
    list-style:none;
    float:left;
    margin:0;
    width:457px;
}
.event-info ul li{
    /*float:left;*/
    background:#f7f4f4;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:15px 12px 12px 12px;
    font-family: 'Neucha', cursive;
    font-size:18px;
    margin:0 10px 10px 0;
    width:190px;
    position:relative;
    display: inline-block;
    vertical-align: top;
}
.event-info ul li p{
    margin:0;
    float:left;
}
.event-info ul li strong.green{
    color:#42bba4;
}
.bar,
.bar.one{
    display:block;
    width:40px;
    height:27px;
    background:url('/images/generic/bar-one.jpg') no-repeat;
    position:absolute;
    top:9px;
    left:130px;
    text-indent:-9999px;
    border:0;
}
.bar.two{
    background:url('/images/generic/bar-two.jpg') no-repeat;
    border:0;
    margin:0;
}
.bar.three{
    background:url('/images/generic/bar-three.jpg') no-repeat;
    border:0;
}
.apply-text{
    display:block;
    position:absolute;
    width:148px;
    height:39px;
    bottom:15px;
    right:25px;
    background:url('/images/generic/apply.gif') no-repeat;
}
.page-slideshow{
    float:left;
    width:100%;
    clear:both;
    margin:0 0 30px 0;
    position:relative;
	border:7px solid #42bba4;
	    -moz-border-radius: 10px;
    border-radius: 10px;
	 width:638px;
}
.page-slideshow ul{
    margin:0;
	list-style:none;
}
.page-slideshow li{
    float:left;
}
.page-slideshow li img{
/*     -moz-border-radius: 10px;
    border-radius: 10px; */
  /*   border:7px solid #42bba4; */
    /*float:left;*/
    /*width: 124%;*/
    /*left: -12%;*/
    position: relative;
    width: 100%;
}
.page-slideshow .slideshow-controls{
    position:absolute;
    bottom:-6px;
    left:43%;
    background:#42bba4;
}
.page-slideshow .slideshow-controls li a span{
    background:#f7f4f4;
}
.page-slideshow .slideshow-controls li.active a span{
    background:#373636;
}
.images{
    float:right;
    width:386px;
    margin:15px 0 20px 20px;
}
.images img{
	border:1px solid #ccc;
	padding:2px;
}
.left-content .thumbs{
    list-style:none;
    float:left;
    width:100%;
    margin:8px 0 0 0;
}
.thumbs li{
    float:left;
    margin:0 13px 10px 0;
}
.thumbs li.no-margin{
    margin-right:0;
}
.thumbs li img{
    float:left;
    width:114px;
    padding:2px;
}
.header-image{
    width:85px;
    height:85px;
    position:relative;
    float:left;
    margin:30px 30px 0 0;
}
.header-image span{
    display:block;
    width:86px;
    height:86px;
    background:url('/images/generic/header-image-circle.png') no-repeat;
    top:0;
    left:0;
    position:absolute;
}
.left-content table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:25px 0;
	border-spacing: 0px;
    border-collapse: separate;
}
.left-content table td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
}
.left-content .news-listing{
    list-style:none;
    float:left;
    margin:30px 0 0 0;
    width:100%;
}
.left-content .news-listing li{
    float:left;
    clear:left;
    width:100%;
    padding-bottom:30px;
    margin-bottom:20px;
    background:url('/images/generic/h_line.png') left bottom no-repeat;
    color:#373636;
}
.left-content .news-listing li.internalConference,
.left-content .news-listing li.internalGroup{
	border:5px solid #d10034;
	background:none;
	padding:5%;
	width:90%;
}
.left-content .news-listing li.internalConference .event-info ul li,
.left-content .news-listing li.internalGroup .event-info ul li{
	width:545px;
}
.left-content .news-listing li.internalConference img,
.left-content .news-listing li.internalGroup img{
	width:200px;
	margin-bottom:10px;
}
.news-listing .block-list-image{
    padding-top:13px;
    padding-bottom:0;
}
.news-listing.no-date .block-list-image{
    padding:0;
}
.news-listing .block-list-image .latest-news-tab{
    top:10px;
    left:20px;
    right:auto;
    bottom:auto;
}
.news-listing-text{
    float:left;
    margin:10px 0 0 30px;
    width:410px;
}
.news-listing-text small{
    font-size:12px;
    font-style:italic;
}
.news-listing-text h4{
    color:#D10034;
}
.news-listing.support-groups li{
	margin-bottom:40px;
}
.news-listing.support-groups .news-listing-text{
    margin:0;
    width:100%;
}
.news-listing.support-groups .event-info{
    margin-bottom:10px;
}
.news-listing.support-groups .event-info ul{
	width:100%;
}
.news-listing.support-groups .event-info ul li{
    width:580px;
    background:none;
    padding:15px 20px 10px 20px;
    margin:0 0 10px 0;
    background:#f7f4f4;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
p.pagination {
    clear: both;
    display: block;
    float: left;
    margin: 30px 0;
    overflow: hidden;
}
p.pagination a, p.pagination span {
    background: #E6E1E1;
    color: #555555;
    display: inline;
    float: left;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 1px 1px 0;
    text-align: center;
    text-decoration: none;
    width: 28px;
}
p.pagination a.next-prev {
    width: 77px;
}
p.pagination a:hover, p.pagination span {
    background: #D10034;
    color: #FFFFFF;
}
.author{
    background:url('/images/generic/grey-bkg.jpg');
    float:left;
    width:552px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding:10px 80px 10px 20px;
    margin:0 0 30px 0;
    position:relative;
}
.author p{
    margin:5px 0 8px 0;
}
.comments{
    position:absolute;
    right:20px;
    top:20px;
}
#comment-box{
    background:url('/images/generic/grey-bkg.jpg');
    float:left;
    clear:both;
    padding:30px;
    width:592px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom:30px;
}
#comment-box h4{
    background:url('/images/generic/comment.png') left top no-repeat;
    color:#D10034;
    height:50px;
    line-height:45px;
    padding-left:70px;
}
#comment-box form{
    background:url('/images/generic/h_line.png') top center no-repeat;
    float:left;
    clear:both;
    margin-top:10px;
    padding:40px 0 0 0;
}
#comment-box form  #captcha-input-label,
#comment-box form  #captcha-element img,
#comment-box form  #captcha-element input,
.enquire-form  #captcha-input-label,
.enquire-form  #captcha-element img,
.enquire-form  #captcha-element input {
	margin-left:0;
}
#comment-box form p{
    float:left;
    clear:left;
    margin:0;
}
#comment-box form p.left{
    clear:none;
}
#comment-box form p.margin{
    margin-right:15px;
}
#comment-box form label{
    float:left;
    margin-bottom:10px;
    font-weight:bold;
}
#comment-box form input{
    clear:left;
    float:left;
    width:258px;
    background:#E6E1E1;
}
#comment-box textarea{
    width:560px;
    float:left;
    clear:left;
    margin-bottom:20px;
    background:#E6E1E1;
}
#comment-box form input[type="checkbox"] {
    width:auto;
    float:left;
    margin-right:20px;
    background: none;
}
#comment-box form small{
    float:left;
    clear:both;
    color:#D10034;
}
#comment-box form .note{
    color:#D10034;
    font-size:12px;
    margin-left:10px;
}
#comment-box form input.submit{
    width:auto;
    background:#42BBA4;
    margin-top:20px;
}
.comments-list-box{
    float:left;
    clear:both;
    width:100%;
    margin:20px 0 30px 0;
}
.comments-list-box h4{
    color:#D10034;
    margin-bottom:10px;
}
.left-content .comments-list{
    list-style:none;
    width:100%;
    float:left;
    margin:0;
    background:url('/images/generic/h_line.png') top center no-repeat;
    padding-top:25px;
}
.comments-list li{
    float:left;
    clear:both;
    background:url('/images/generic/h_line.png') bottom center no-repeat;
    margin:0 0 20px 0;
    padding-bottom:15px;
    width:100%;
}
.comments-list li h5{
    margin-bottom:20px;
    margin-top:5px;
}
.comments-list li small{
    text-transform:none;
    font-style:italic;
    color:#373636;
    font-weight:normal;
}
.comments-list li h5 span{
    float:right;
}
.quote{
    font-family: 'Neucha', cursive;
    color:#D10034;
    font-size:16px;
}


/********* SIDEBAR *********/

.sidebar{
    float:right;
    width:293px;
}
.sidebar-block{
    background:url('/images/generic/sidebar-bottom.jpg') bottom left no-repeat;
    padding-bottom:26px;
    width:100%;
    margin-bottom:30px;
    float:left;
}
.sidebar-content{
    background:url('/images/generic/sidebar.jpg') repeat-y;
    float:left;
    width:100%;
}
.sidebar-content p{
    margin:0;
    padding:0 20px;
}
.sidebar-content a.button{
	margin:10px 20px 0 20px;
	font-size:15px;
}
.sidebar-header{
    background:url('/images/generic/sidebar-header-green.jpg') no-repeat;
    height:58px;
    padding-top:20px;
    text-align:center;
    color:#fff;
    text-shadow:1px 1px 1px #000;
}
.sidebar-header.grey{
    background:url('/images/generic/sidebar-header-grey.jpg') no-repeat;
}
.sidebar-header.red{
    background:url('/images/generic/sidebar-header-red.jpg') no-repeat;
}
.subnav-image,
.sidebar-arrow-list{
    list-style:none;
    padding:10px 20px 0 20px;
    float:left;
    width:250px;
}
.subnav-image li,
.sidebar-arrow-list li{
    background:url('/images/generic/arrow-black.png') left 12px no-repeat;
    padding-top:10px;
    float:left;
    width:100%;
}
.subnav-image li.active a,
.sidebar-arrow-list li.active a{
	color:#D10034;
}
.subnav-image-circle{
    position:relative;
    float:left;
    margin-right:15px;
}
.subnav-image-circle span{
    display:block;
    height:66px;
    width:66px;
    position:absolute;
    top:0;
    left:0;
    background:url('/images/generic/sidebar-circle.png') top left no-repeat;
}
.subnav-image li a{
    color:#373636;
    float:left;
    margin-top:25px;
    font-weight:bold;
    width:150px;
}
.subnav-image.related-pages li a{
    margin-top:15px;
}
.subnav-image li a span{
    color:#d10034;
}
.subnav-image li a:hover{
    color:#d10034;
}
.sidebar-form{
    padding:0 20px;
    margin-top:10px;
}
.sidebar-form input{
    width:85%;
    background:#e6e1e1;
    margin-bottom:10px;
}
.sidebar-form input.submit{
    width:auto;
}
a.red-button,
a.green-button{
    background:url('/images/generic/red-button.jpg') no-repeat;
    width:254px;
    height:76px;
    display:block;
    color:#fff;
    padding:20px 20px 20px 20px;
    margin-bottom:30px;
    float:left;
}
a.red-button p,
a.green-button p{
    padding-right:30px;
    line-height:16px;
}
a.red-button h4,
a.green-button h4{
    font-size:20px;
}
a.green-button{
    background:url('/images/generic/green-button.jpg') no-repeat;
}
.sidebar-block h5{
    float:left;
    clear:both;
    margin-left:80px;
    margin-bottom:10px;
}
.sidebar-filter{
    float:left;
    clear:both;
    margin-left:80px;
}
.sidebar-filter ul{
    float:left;
    list-style:none;
    margin-bottom:20px;
}
.sidebar-filter ul li{
    float:left;
    clear:both;
    background:none;
    position:relative;
    overflow:hidden;
    min-height:26px;
    padding:0;
    margin-bottom:10px;
}
.sidebar-filter input.checkbox{
    left:-9999px;
    position:absolute;
}
.sidebar-filter label{
    font-size:16px;
    background:url('/images/generic/checkbox.gif') left top no-repeat;
    height:26px;
    line-height:26px;
    display:block;
    padding-left:35px;
}
.sidebar-filter label.active{
    background:url('/images/generic/checkbox-active.gif') left top no-repeat;
}
.sidebar-arrow-list a{
    color:#373636;
    background:url('/images/generic/sidebar-line.png') bottom left no-repeat;
    padding:0 0 20px 40px;
    width:210px;
    display:block;
}
.downloads{
    margin-bottom:50px;
}
.downloads h4{
    margin-bottom:20px;
    color:#D10034;
}
.downloads ul {
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 30px;
}
.downloads ul li {
    line-height: 23px;
    margin-bottom: 10px;
    overflow: hidden;
}
.downloads ul li a {
    float: left;
    padding: 0 40px 0 10px;
    color:#373636;
    width:210px;
    background:url('/images/generic/arrow-black.png') right 3px no-repeat;
}
.downloads ul li a small{
    color:#D10034;
}
.downloads ul li span {
    background-image: url('/images/generic/icons24.png');
    background-repeat: no-repeat;
    clear: left;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
.downloads ul li.pdf span {
    background-position: 0 0;
}
.downloads ul li.doc span, .downloads ul li.docx span {
    background-position: 0 -24px;
}
.downloads ul li.xls span, .downloads ul li.xlsx span {
    background-position: 0 -48px;
}
.downloads ul li.ppt span, .downloads ul li.pptx span {
    background-position: 0 -72px;
}

/********* FORM *********/

input,
textarea{
    border:0;
    background:#eee;
    font-family: 'Karla', sans-serif;
    font-size:14px;
    color:#373636;
    padding:10px 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
textarea{
    height:120px;
}
input.submitbtn{
    font-family: 'Neucha', cursive;
    font-size: 18px;
    text-transform:uppercase;
    color:#fff;
    padding:8px 15px 7px 15px;
    background:#42bba4;
    cursor:pointer;
}
input.left{
    margin-right:10px;
}
#login input{
	width:350px;
}
#login input.submit{
	width:auto;
}
.error{
	clear:both;
	float:left;
	font-weight:bold;
	color:red;
	margin:5px 0;
}
.enquire-form{
	float:left;
	margin:30px 0;
}
.enquire-form form label{
	font-weight:bold;
	margin:0 0 10px 0;
	float:left;
	clear:both;
}
.enquire-form form input,
.enquire-form form textarea{
	margin:0 0 20px 0;
	float:left;
	clear:both;
	width:595px;
}

.enquire-form form input[type="radio"]{
    margin:0 0 20px 0;
    float:left;
    clear:both;
    width:30px;
	height:17px
}

.enquire-form form input.submit{
	margin:20px 0 0 0;
	width:200px;
}
.enquire-form ul.errors{
	margin:0 0 20px 0;
	clear:both;
	float:left;
}
.enquire-form ul.errors li{
	float:left;
	margin:0;
	font-weight:Bold;
	color:red;
}
#contact-form p.submit{
	margin:0 20px;
}
#captcha-input-label{
	float:left;
	clear:both;
	margin:5px 20px;
	text-align:left;
}
#captcha-input-label label{
	float:left;
	clear:both;
	text-align:left;
}
#captcha-element img{
	float:left;
	clear:both;
	margin:5px 20px 10px 20px;
}
#captcha-element input{
	float:left;
	clear:both;
	margin:0 0 0 20px;
}

/********* SEARCH *********/

.search-results{
	margin:40px 0 50px 0;
	background:url('/images/generic/h_line.png') top left repeat-x;
	padding-top:30px;
}
.search-results li{
	margin:0 0 30px 0;
	background:url('/images/generic/h_line.png') bottom left repeat-x;
	padding:0 20px 30px 20px;
}
.search-results li a{
	display:block;
	width:100%;
	font-size:20px;
	font-family: 'Neucha', cursive;
	margin-bottom:10px;
}

/********* FOOTER *********/

#footer{
    float:left;
    clear:both;
    width:100%;
    min-width:1003px;
    background:url('/images/generic/red-bkg.gif');
    color:#fff;
    position:relative;
    padding:30px 0 50px 0;
}
#footer a{
    color:#fff;
}
#footer span.line{
    position:absolute;
    top:-7px;
    left:0;
}
#footer h4{
    font-weight:normal;
}
.footer-list{
    float:left;
    width:20%;
}
.footer-list ul{
    margin:10px 0;
    list-style:none;
}
.footer-list ul li{
    margin-bottom:15px;
}
.newsletter-signup{
    float:left;
    width:30%;
    overflow:visible;
}
#footer form{
    overflow:visible;
}
#footer form input{
    margin-bottom:10px;
    width:40%;
}
#footer form input.submit{
    float:left;
    clear:both;
}
@media (max-width:1250px){
    #footer form input{
        width:90%;
        padding:10px 5%;
    }
    #footer form input.submit{
        width:auto;
    }
}
.dropdown{
    list-style:none;
    float:left;
    margin:0 0 10px 0;
    width:100%;
}
.dropdown li{
    background:url('/images/generic/dropdown.png') 96% center no-repeat #f7f4f4;
    font-family: 'Karla', sans-serif;
    font-size:14px;
    color:#373636;
    padding:10px 5%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:88%;;
    position:relative;
}
.dropdown ul{
    display:none;
    position:absolute;
    top:37px;
    left:0;
    width:100%;
    z-index:100;
}
.dropdown li:hover ul{
    display:block;
    background:#fff;
    list-style:none;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.dropdown li ul li{
    background:none;
}
#footer .dropdown li ul li a{
    color:#373636;
}
.footer-info{
    float:right;
    width:30%;
    text-align:right;
}
.footer-info p{
	margin:0 0 5px 0;
}
.footer-info .contact-info{
    width:100%;
    margin:0;
}
.footer-info .contact-info .tel-icon{
    float:right;
}
.footer-info .contact-info .contact-text{
    float:right;
    width:65%;
}
.footer-info .contact-info p.tel{
    color:#fff;
}
.black-bar.footer .wrapper{
    position:relative;
}
.chat{
    position:absolute;
    bottom:-40px;
    width:215px;
    right:0;
    z-index:100;
    background:url('/images/generic/speech.gif') 20px 20px no-repeat #42BBA4;
    padding:25px 30px 25px 90px;
    border-top-left-radius:15px;
    -moz-border-radius-topleft:15px;
    border-top-right-radius:15px;
    -moz-border-radius-topright:15px;
    border-top:3px solid #302F2F;
    border-left:3px solid #302F2F;
    border-right:3px solid #302F2F;
}
@media (max-width:1150px){
    .chat{
        width:150px;
        background:#42BBA4;
        padding:25px 20px 25px 20px;
    }
    .chat h3{
        font-size:22px;
    }
}
.chat a{
    color:#fff;
}
.chat p{
    margin:0;
    font-family: 'Karla', sans-serif;
    line-height:16px;
}

/*events slider*/
#ventutec-page-slideshow{
	position:relative;
	overflow:hidden;
	/*height:318px;*/
}

#ventutec-page-slideshow.homepage{
	height:400px;
}
.innerContent .commentContainer{
	background:#f6f6f6;
	float:left;
	clear:both;
	width:100%;
	padding-top:20px;
	margin:0 0 20px 0;
}

/********* CONTACT *********/

.contact-left{
	width:350px;
	float:left;
}
.contact-right{
	width:600px;
	float:right;
	margin-left:50px;
	padding-top:30px;
}
.contact-left h4{
	margin:30px 0 0 0;
}
.contact-left p{
	margin:5px 0;
}
#contact-form{
	width:580px;
	background:#eee;
	padding:20px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:right;
}
#contact-form select{
	margin-left:15px;
	margin-bottom:15px;
}
#contact-form p{
	float:left;
	margin:5px 20px;
}
#contact-form label{
	float:left;
	display:block;
}
#contact-form input{
	background:#fff;
	float:left;
	clear:left;
	width:220px;
}
#contact-form textarea{
	width:510px;
	background:#fff;
}
input.submit{
	background:#42bba4 !important;
    color: white;
}
#map{
	width:987px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:8px solid #42BBA4;
	height:250px;
	margin:50px 0;
	float:left;
	clear:both;
}
.pages ul li > ul.cms-links{
	padding:0;
	background:#f9f9f9;
	padding:20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:20px;
}
.pages ul li > ul.cms-links input{
	background:#fff !important;
	width:620px !important;
	margin-bottom:10px !important;
}
.pages ul li > ul.cms-links span.label{
	font-weight:bold;
	margin-bottom:10px;
	float:left;
	clear:left;
}
.pages ul li > ul.cms-links select{
	clear:left;
	margin-bottom:10px;
	float:left;
}
.pages ul li > ul.cms-links ul.dmFileUl {
	padding:0 !important;
}
.pages ul li > ul.cms-links ul.dmFileUl li{
	background:#fff !important;
	width:620px;
	margin-top:5px;
}
.pages ul li > ul.cms-links a.chooseFile {
	margin-bottom:20px !important;
}

.noOverflow{
	overflow:hidden;
}


/* Perfect Picnic */
/* Green #28a393 */
/* Red #ed1c24 */

.pp-wrapper {
    width: 1060px;
    margin: 0 auto;
}

.pp-right {
    float: right;
    width: 292px;
}

.pp-left {
    width: 756px;
    margin-bottom: 40px;
}

.one {
    background-image: url('/images/picnic/texture1.png');
    overflow: hidden;
    display: inline-block;
    background-size: 24px 24px;
    margin-bottom: 20px;
}

.two {
    /*border: white solid 10px;*/
    margin: 36px 37px;
    background-color: white;
}

.three {
    /* width: 498px; */
    /* height: 271px; */
    background-color: white;
    /*border: #28a393 dashed 6px;*/
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.alpha {
    /* width: 740px; */
    overflow: hidden;
}

.alpha .header {
    text-align: center;
    font-size: 26px;
    color: #ed1c24;
    padding: 0 20px;
    font-family: 'Neucha', cursive;
    margin-bottom: 40px;
}

.pp-list {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    float: left;
    width: 480px;
    margin-left: 10px;
}
/*.mobile-wrapper .pp-list li {*/
    /*padding-left: 0;*/
/*}*/
.pp-list li {
    position: relative;
    padding-left: 80px;
    counter-increment: section;
}
.pp-list li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/images/picnic/list-image.png');
    width: 70px;
    height: 57px;
    background-repeat: no-repeat;
    /*content: counter(section)  ". ";*/
    color: #ed1c24;
    font-family: 'oswald_regularregular';
    font-size: 28px;
}
.pp-list li:after {
    content: counter(section);
    color: #fff;
    font-family: 'oswald_regularregular';
    font-size: 28px;
    position: absolute;
    top: 26px;
    left: 20px;
    background-color: #c61618;
    line-height: 1;
    text-align: center;
    width: 34px;
    height: 30px;
}
.pp-list h2 {
    font-size: 24px;
    color: #ed1c24;
    margin: 0;
    paddding: 0;
    display: inline-block;
}
.pp-list p {
    margin: 0 0 30px;
}

.reasons-container {
    float: right;
}
.reasons {
    margin: 40px;
    padding: 10px;
    background-color: #ed1c24;
    width: 160px;
    color: white;
}
.reasons h2 {
    margin: 0;
}

.pp-btn {
    background-color: white;
    border-radius: 10px;
    color: #ed1c24;
    text-decoration: none;
    padding: 10px !important;
    display: inline;
    zoom: 1;
    display: inline-block;
}
.pp-btn-full {
    display: block;
    float: none !important;
}

.recipe-ideas {
    background-color: #28a393;
    color: white;
    padding: 20px;
    position: relative;
    margin-top: 70px;
    margin-bottom: 90px;
    min-height: 260px;
}
.recipe-ideas > * {
    margin: 0;
    padding: 0;
}

.recipe-ideas img {
    position: absolute;
    top: -60px;
    right: 0;
}

.pp-resources {
    margin: 40px;
    background-color: white;
    overflow: hidden;
    padding: 20px;
    width: 632px; /* hack fixed width */
    color: #28a393;
    margin-bottom: 30px;
}

.pp-sidebar {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pp-sidebar li {
    margin-bottom: 10px;
}
.btn-red-on-white {
    color: #ed1c24 !important;
    background-color: white !important;
}
.pp-btn-download {
    font-size: 28px !important;
}
.pp-btn-download .arrow {
    margin-top: 5px;
}

.pp-h1 {
    color: #28a393;
    font-size: 110px;
    line-height:100px;
    font-weight:normal;
}
.mobile-wrapper .pp-h1 {
    font-size: 42px;
    line-height: 44px;
    text-align: center;
}

.pp-h2 {
    color: #28a393;
    font-size: 40px;
}
.mobile-wrapper .pp-h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.pp-br {
    color: #ed1c24;
    font-size: 29px;
    line-height: 32px;
}

.pp-h3 {
    color: #28a393;
    font-size: 40px;
}

.pp-h4 {
    color: #28a393;
    font-size: 110px;
    line-height:100px;
}

/* #Perfect Picnic */

/* Make a donation today */
.donate-coin {
    position: relative;
    font-size: 48px;
    color: white;
    text-align: center;
    width: 120px;
    height: 120px;
    line-height: 132px;
    display: inline;
    *zoom: 1;
    display: inline-block;
    font-family: 'Neucha', cursive;
}
.donate-coin:before {
    content: '';
    background-image: url('/images/picnic/donate-coin.jpg');
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.everyone {
    background-image: url('/images/picnic/donate-big-coin.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 388px;
    padding-top: 50px;
    padding-right: 418px;
}

.donate-methods {
    border-collapse: separate;
    border-spacing: 20px 0;
    border-spacing: 0 0;
    color: white;
    font-family: arial;
}

.donate-methods tr:first-child th {
    border-radius: 20px;
    padding: 20px 10px 14px;
}

.donate-methods tr:last-child td {
    border-radius: 0 0 20px 20px;
    padding: 0 10px 10px;
}

.donate-methods td, .donate-methods th {
    background-color: #d10034;
    width: 33%;
    vertical-align: top;
}

.donate-methods .spacer {
    background-color: transparent !important;
    width: 20px !important;
}

.donate-methods img {
    float: right;
    margin-left: 10px;
}
.mobile-mini-wrapper .donate-methods img {
    width: 46px;
}
.donate-methods h2 {
    text-align: left;
    font-size: 36px;
}

.donate-methods a, .donate-methods strong {
    color: white;
    text-decoration: none;
}
.who-help {
    margin: 40px 0 20px;
}
.who-help h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 33px;
}
.who-help ul {
    list-style-type: none;
    font-size: 0;
}
.who-help li {
    width: 33.33%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: top;
    /*height:410px;*/
    position:relative;
    margin-bottom: 60px;
}
.who-help h3 {
    margin: 12px 0 6px;
    color: #42bba4;
    font-size: 24px;
}
.who-help img {
    max-width: 100%;
}
.who-help p {
    font-size: 14px;
}
.who-help li a{
	position:absolute;
	bottom:-20px;
	left:10px;
}
.donate-how-to-pay {
    background-color: #d10034;
    text-align: center;
    display: block;
    background-image: url('/images/picnic/donate-how-to-pay.png');
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: white !important;
    font-size: 36px;
    font-family: 'Neucha', cursive;
    margin: 30px 0 50px;
    text-transform: uppercase;
}

.other-ways-extended {
    text-align: center;
    width: 100%;
}

.other-ways-extended tr:first-child td {
    padding: 20px 10px 10px;
}

.other-ways-extended tr:last-child td {
    padding: 0 10px 10px;
}

.other-ways-extended td, .other-ways-extended td {
    width: 33%;
    vertical-align: top;
}

.other-ways-extended .spacer {
    background-color: transparent;
    width: 20px !important;
}

.other-ways-extended a.button {
    float: none;
}
.mobile-mini-wrapper .other-ways-extended a.button {
    text-align: center;
    display: inline;
    zoom: 1;
    display: inline-block;
}

.other-ways-extended h2 {
    color: #42bba4;
    margin: 0 auto;
    text-transform: uppercase;
}
.mobile-mini-wrapper .other-ways-extended h2 {
    text-align: left !important;
}

.other-ways-extended p {
    font-size: 14px;
    font-weight: normal;
}

.don-meths h2 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}
.don-meths p {
    margin-top: 0;
}

.boxone img {
    max-width: 100%;
    width: 100%;
}

.mobile-mini-wrapper .donate-how-to-pay {
    font-size: 20px;
    padding: 10px 10px 10px 60px;
    /*padding: 10px;*/
    background-size: 40px 30px;
    margin: 10px 0;
}

.donate-with-mobile {
    color: #d10034;
    font-size: 33px;
    text-align: justify;
    text-transform: uppercase;
}
.donate-with-mobile .amount {
    font-size: 46px;
}
.donate-with-mobile .to {
    font-size: 96px;
    display: block;
}

.mobile-mini-wrapper .other-ways-extended {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.mobile-mini-wrapper .other-ways-extended li {
    margin-bottom: 20px;
}
.mobile-mini-wrapper .other-ways-extended .content, .mobile-mini-wrapper .other-ways-extended .image {
    display: table-cell;
    vertical-align: top;
}
.mobile-mini-wrapper .other-ways-extended .image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}
.mobile-mini-wrapper .donate-methods li {
    background-color: #d10034;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    line-height: 46px;
    border-radius: 10px;
}
.mobile-mini-wrapper .donate-methods h3 {
    font-size: 22px;
}

.donate-mobile-one, .donate-mobile-two, .donate-mobile-three {
    display: block;
}
.donate-mobile-two .amount {
    font-size: 46px;
}
.donate-mobile-three {
    font-size: 80px;
}
/* #Make a donation today */
.mobile-mini-wrapper .donate-coin{
    font-size: 38px;
}
.mobile-mini-wrapper .donate-coin:before {
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center center;
}
.money-table p {
    /*padding-left: 14px;*/
    /*padding-right: 14px;*/
}
.mobile-mini-wrapper h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}
a[href^="tel:"]:hover {
    cursor: default;
}
.mobile-mini-wrapper .other-ways-extended .image img {
    width: 44px;
    margin-top: -8px;
}

.mobile-mini-wrapper .pp-sidebar a {
    background-color: #d10034;
    color: white;
    display: inline;
    display: inline-block;
    zoom: 1;
    border-radius: 10px;
    font-family: 'Neucha', cursive;
    width: 100%;
    font-size: 26px;
    text-transform: uppercase;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    min-height: 100px;
}
.mobile-mini-wrapper .pp-sidebar span {
    display: inline-block;
    float: left;
}
.mobile-mini-wrapper .pp-sidebar img {
    float: right;
    width: 40px;
}
.mobile-mini-wrapper .pp-sidebar table {
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.mobile-mini-wrapper .pp-sidebar li:nth-child(2) img {
    width: 50px;
}

.mobile-mini-wrapper .pp-sidebar li:nth-child(3) img {
    width: 70px;
}

a:hover {
    cursor: default;
}
a[href] {
    cursor: pointer;
}

.where-your-money-table p {
    margin: 10px 20px 20px;
}

/*** Matt ***/
.submitLink{
	background:none!important;
    border:none;
    padding:0!important;
    font: inherit;
    cursor: pointer;
	color:inherit;
}

.mobile-mini-wrapper #map iframe {
    width: 100%;
}

#comment-box.mobile form input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

body {
    min-width: 1060px;
}

.gold-kids .sidebar-header {
    background-image: url('/gold-kids/sidebar-header-gold.jpg');
}
.gold-kids .breadcrumb a,
.gold-kids .mobile-breadcrumb a,
.gold-kids .mobile-breadcrumb li:before,
.gold-kids.event-info-mobile strong {
    color: #d9bb41;
}
.gold-kids .subnav-image-circle span {
    background-image: url('/gold-kids/sidebar-circle.png');
}
.gold-kids a.button, .gold-kids .mobileDateBlock, .gold-kids .btn-red, .gold-kids .btn-green {
    background-color: #d9bb41;
}
.gold-kids .page-slideshow {
    border-color: #d9bb41;
}

.responsive-image img {
    max-width: 100%;
    display: block;
}

.gold-kids .border {
    border: 7px solid #d9bb41;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/*** Toggle ***/

.toggle,
.left-content ul.toggle{
	list-style:none;
	margin:0;
    overflow: hidden;
    margin-bottom: 10px;
    clear: both;
}
.toggle > li{
	width:100%;
    background: url('/images/generic/h_line.png') left bottom no-repeat !important;
	background-size:100%;
	float:left;
	clear:both;
	padding-bottom:5px !important;
    margin-bottom: 10px !important
}
.toggle-title{
	width:94%;
	background:url('/images/generic/toggle-top.png') center top no-repeat #42bba4;
	background-size:100%;
	float:left;
	padding:12px 3%;
	position:relative;
}
.toggle-title h4{
	color:#fff;
	text-shadow:1px 1px 1px #000;
	float:left;
	margin-top:8px;
	padding-right:100px;
}
.toggle-title a{
	position:absolute;
	top:13px;
	right:3%;
}
.toggle-text{
	width:94%;
	background:url('/images/generic/toggle.png') center center repeat-y;
	background-size:100%;
	padding:10px 3%;
	clear:both;
    display: none;
}
.toggle h4 {
    width: 84%;
    padding: 0;
}
#controlPanel .toggle h4 input {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.toggle .minus {
    display: none;
}
.toggle .open .minus, .toggle .open .toggle-text {
    display: block;
}
.toggle .open .plus {
    display: none;
}

.donTemplate-wideButton {
    display: block;
    background-color: #d10034;
    border-radius: 20px;
    padding: 20px 10px 14px;
}

/*** Donation Template ***/

.repeat-blocks{
	list-style:none;
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.repeat-blocks li{
	width:29%;
	padding:0 2%;
	float:left;
	text-align:center;
	margin-bottom:6px;
	height:350px;
	position:relative;
    padding-bottom: 20px;
}
.repeat-blocks li h3{
	color:#42bba4;
	margin:15px 0;
	font-size:24px;
}
.repeat-blocks li a.button{
	float:none;
	clear:both;
	margin:0 auto;
	position:absolute;
	bottom:0;
    left: 10%;
    right: 10%;
}
.repeat-blocks li:nth-child(3n+1){
	clear:left;
}
.donTemplate-wideButton.donate-how-to-pay{
	clear:left;
	background:#d10034;
	position:relative;
	min-height:110px;
	line-height:76px;
	text-align:left;
	padding-left:170px;
}
.donTemplate-wideButton.donate-how-to-pay img{
	position:absolute;
	top:20px;
	left:30px;
	height:70px;
}
.donate-related-items h2{
	width:100%;
	text-align:center;
	font-size: 33px;
    margin-bottom: 20px;
}
.donate-red-blocks h2{
	width:100%;
	text-align:center;
}
.donate-red-blocks ul{
	list-style:none;
	width:100%;
	float:left;
	margin:20px 0;
}
.donate-red-blocks ul li{
	float:left;
	width:28%;
	margin:0 2% 2% 0;
	padding:10px 2%;
	border-radius: 20px;
    background-color: #d10034;
    vertical-align: top;
}
.donate-red-blocks ul li:nth-child(3n){
	margin-right:0;
}
.donate-red-blocks ul li:nth-child(3n+1){
	clear:left;
}
.donate-red-blocks ul li a{
	color:#fff;
}
.donate-red-blocks ul li h3{
	float:left;
	width:110px;
	margin:10px 0 0 0;
	font-weight:bold;
	font-size:30px;
}
.red-block-image{
	float:right;
	border-radius:75px;
	border:8px solid #e87d98;
	height:75px;
	width:75px;
	text-align:center;
}
.red-block-image img{
	width:60px;
	height:60px;
	margin:7px 0;
}
.pp-right .donate-red-blocks ul li{
	width:76%;
	padding:8px 4%;
	margin:0 8% 10px 8%;
	border-radius: 10px;
}
.pp-right .donate-red-blocks ul li h3{
	float:left;
	width:110px;
	margin:0;
	font-weight:normal;
	font-size:22px;
}
.pp-right .donate-red-blocks ul{
	margin-top:0;
}
.pp-right .donate-red-blocks ul li img{
	width:75px;
	float:right;
}
.pp-right .donate-red-blocks ul li h3{
	width:135px;
}

.organisationsFilter li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.organisationsFilter input[type="checkbox"]{
    display: none;
}

/*input[type="checkbox"]{*/
    /*display: none;*/
/*}*/
.organisationsFilter input[type="checkbox"] + label {
    position: relative;
    padding-left: 36px;
}
.organisationsFilter input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -5px;
    width: 26px;
    height: 26px;
    background-image: url('/images/generic/checkbox.gif');
}
.organisationsFilter input[type="checkbox"]:checked + label:before{
    background-image: url('/images/generic/checkbox-active.gif');
}

ul.resources-type-grid {
    list-style-type: none;
    /*overflow: hidden;*/
    /*float: left;*/
    /*clear: both;*/
    margin-left: 0;
}
ul.resources-type-grid li {
    display: inline-block;
    width: 29%;
    margin-right: 3%;
    /*border: solid 1px black;*/
    /*padding: 20px 5px;*/
    /*min-height: 200px;*/
    margin-bottom:24px;
    vertical-align: top;
}
.mobile-mini-wrapper ul.resources-type-grid li {
    width: 44%;
    margin-right: 5%;
}
.resources-type-grid .resource-name {
    min-height: 44px;
    margin-bottom: 8px;
}
.resources-type-grid img {
    max-width: 100%;
    width: 100%;
    display: block;
}
.description li{
    background: none !important;
    padding-bottom: 0px !important;

   margin-bottom: 20px !important;
}

#group-element input{
    width: auto;
}
#group-element input[type="checkbox"]{
    width: auto;
    margin-right: 10px;
}

.toggle table {
    width: 100%;
}

.rr-table td:nth-child(3), .rr-table th:nth-child(3) {
    text-align: center;
}
.rr-table td{
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}
.rr-table {
    border-top: none !important;
    border-left: none !important;
}
.rr-table input {
    width: auto !important;
}
.rr-table input[type="number"]{
    border: solid 2px black;
    border-radius: 10px;
}
.abc123 {
    border: solid 2px black;
    background-color: #f8f4f3;
    padding: 40px 30px;
    margin-bottom: 20px;
    font-size: 19px;
}
.abc123 * {
    color: black !important;
}
.abc123 .number {
    color: #D10034 !important;
}
.mobile-mini-wrapper .rr-table input {
    width: 30px !important;
    padding: 10px 4px;
    text-align: center;
}
.mobile-mini-wrapper td:first-child {
    padding-right: 20px;
}
.mobile-mini-wrapper tr td{
    padding-bottom: 4px;
}


#ventutec-page-slideshow {
    /*height: 0;*/
    /*width: auto;*/
    /*padding-bottom: 56.25%;*/
    padding-bottom: 55.067%; /**not sure why 56 doesnt work*/
    overflow: hidden !important;
}
#ventutec-page-slideshow .ventutec-page-slideshow-image {
    /*position: relative !important;*/
    float: none;
    margin-bottom: 0;
    /*padding-bottom: 56.25%;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#ventutec-page-slideshow iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.nearbySupportGroups ul {
    width: 100%; margin-left:0; font-size: 0;
}
.nearbySupportGroups li {
    width: 33%; display: inline-block; font-size: 14px; padding-right: 10px; box-sizing: border-box; vertical-align: top;
}
.mobile-wrapper .nearbySupportGroups li {
    width: 100%;
}

.mobile-wrapper .page-slideshow {
    box-sizing: border-box;
    padding-bottom: 56.25%;
}

.mobile-mini-wrapper .page-slideshow img {
    max-width: none;
}
.mobile-mini-wrapper .ventutec-page-slideshow-image {
    position: absolute;
}

/*Publised and review dates*/
.publishedReviewDates ul{
	list-style:none;
	margin-left:0;
}

.publishedReviewDates ul li{
	display:inline-block;
	margin:5px;
}

.mthTillMth {
    line-height: 18px;
    font-size: 21px;
}
.mobile-wrapper .mthTillMth {
    line-height: 14px !important;
    font-size: 16px !important;
}

#materials-label, #materials-element {
    float: left;
    display: inline-block;
}
#materials-element {
    margin-left:10px;
}

/*book a nurse*/
.book-a-nurse-container-content{
	position:relative;
	text-align:center;
}

.left-content table.bookanurse-table{
	border:none;
	margin:auto;
}

.left-content table.bookanurse-table td {
    border:none;
    padding: 3px;
}

.bookanurse-header-tab{
	background: #42bba4 none repeat scroll 0 0;
    color: #fff;
	font-size:23px;
	font-family: "Neucha",cursive;
    line-height: 25px;
    padding: 12px 15px 6px;
    text-align: center;
	width:34px;
	display:block;
}

.bookanurse-table .time{
	color:#D10034;
}

.bookanurse-table .timeLeft{
	text-align:right;
}

.bookanurse-table .timeRight{
	text-align:left;
}

.book-a-nurse-container-content a.button{
	/*background-color:#eee;*/
	/*color:#000;*/
	margin:2px;
	text-align:center;
	width:43%;
}

.book-a-nurse-container-content .timeIndicator{
	background-color: #f7f4f4;
    display: block;
    height: 1110px;
    position: absolute;
    top: 306px;
    width: 30px;
    z-index: 970;
	overflow:hidden;
}

.book-a-nurse-container-content .timeIndicator.left{
	left:0;
}

.book-a-nurse-container-content .timeIndicator.right{
	right:0;
}

.book-a-nurse-container-content .timeIndicator .inner{
	position:relative;
	width: 30px;
	height: 1110px;
}

.book-a-nurse-container-content .timeIndicator .fadeBot{
	position:absolute;
	bottom:0;
	left:0;
}

.book-a-nurse-container-content .timeIndicator .fadeTop{
	position:absolute;
	top:0;
	left:0;
}

.book-a-nurse-container-content .timeIndicator .morning{
	position:absolute;
	top:0;
	left:0;
}

.book-a-nurse-container-content .timeIndicator .evening{
	position:absolute;
	bottom:80px;
	left:0;
	width:30px;
}

.book-a-nurse-container-content .timeIndicator .afternoon{
	position:absolute;
	top:40%;
	left:0;
	width:30px;
}

.book-a-nurse-container-content .timeIndicator span{
	display: block;
    position: absolute;
    transform: rotate(270deg);
    transform-origin: left top 0;
}

.book-a-nurse-container-content .timeIndicator .morningText{
    top: 90px;
	left: 5px;
}

.book-a-nurse-container-content .timeIndicator .afternoonText{
    top: 50%;
	left: 5px;
}

.book-a-nurse-container-content .timeIndicator .eveningText{
   	bottom:0px;
	left: 5px;
}

.book-a-nurse-container-content .threebutton a.button{
	width:26%;
}

.book-a-nurse-slotinfo{
	width:400px;
	postion:relative;
	background-color:#eee;
	font-size:16px;
}

.book-a-nurse-slotinfo p{
	margin:0;
	margin-top:10px;
	padding-right: 20px;
}

.book-a-nurse-slotinfo input,
.book-a-nurse-slotinfo textarea{
	background-color:#fff;
	width:370px;
}

.book-a-nurse-slotinfo textarea{
	height:60px;
}

.book-a-nurse-slotinfo dt,
.book-a-nurse-slotinfo dd{
	margin:0;
	padding:0;
}

.book-a-nurse-slotinfo #captcha-input-label,
.book-a-nurse-slotinfo #captcha-element img,
.book-a-nurse-slotinfo #captcha-element input {
	margin:0;
}

.book-a-nurse-slotinfo #captcha-element{
	float:none;
}

.book-a-nurse-slotinfo #captcha-input{
	float:none;
}

.book-a-nurse-slotinfo #captcha-element img{
	margin-bottom:5px;
	float:none;
}

.book-a-nurse-slotinfo select{
	width: 100%;
	height:30px;
}

.book-a-nurese-slotinfo-date{
	font-family: "Neucha",cursive;
	color:#42bba4;
	font-size:22px;
}

.book-a-nurse-slotinfo-phone{
	position: absolute;
    right: 0;
    top: 0;
}

.lightBox.background-grey{
	background-color:#eee;
}

.book-a-nurse-slotinfo .button{
	margin:2px;
	float:right;
}

.book-a-nurse-slotinfo .error{
	float:none;
}

.book-a-nurse-slotinfo ul.errors{
	color:#FD0000;
}

.left-content ul.book-a-nurse-explanation{
	list-style:none;
}

.enquire-form form input[type="checkbox"] {
    width: auto;
    margin-right: 16px;
    float: none;
    clear: none;
}

/* ////// */


.fffffffffffffffff {
    /* hacky-as */
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.accreditations {
    width: 100% !important;
    text-align: justify;
}
.accreditations:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.accreditations > * {
    display: inline-block;
}

#ventutec-page-slideshow.no-clear {
    clear: none !important;
    margin-bottom: 10px;
    margin-left: 52px;
}
