﻿/* listing */

.content .eventsListingArticle, .content .listingArticle, .content .eventsListingAside, .content .listingAside {
    padding-bottom: 3em;
}

.content .eventsListing, .content .listing {
    float: left;
    width: 100%;
    padding-bottom: 1em;
     background-color: #F5F5F1;
    box-sizing:  border-box;
    padding-top: 3em;
}


/* listing - general */

.resultsContainer {
    max-width: 1120px;
    margin: 0 auto;
}

.content .resultsFilter {
    float: left;
    width: 100%;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .resultsControl {
    display: none;
}

.content .resultsList, .content .resultsControl {
    /* float: left; */
    width: 100%;
    margin-bottom: 2em;
}

.content .resultsControl .resultsControlView {
    float: left;
    padding: 0 15px;
}

.content .resultsControl .resultsControlView span {
    float: left;
    margin: 10px 15px 0 0;
}

.content .resultsControl .resultsControlView .listView, .content .resultsControl .resultsControlView .cardView {
    float: left;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-color: #f7f7f0;
    background-repeat: no-repeat;
}
.content .resultsControl .resultsControlView input[type="radio"]{
    opacity: 0;
}
.content .resultsControl .resultsControlView input[type="radio"]:focus + label{
    border:3px solid #419E64 !important;
}
.content .resultsControl .resultsControlView .listView {
    background-image: url("/siteelements/images/view-list.png");
}

.content .resultsControl .resultsControlView .cardView {
    background-image: url("/siteelements/images/view-card.png");
}

.content .resultsControl .resultsControlView .listView.selected, .content .resultsControl .resultsControlView .cardView.selected {
    background-color: #D7D7C9;
}

.content .resultsControl .resultsDisplayNumber {
    float: right;
    position: relative;
}

.content .resultsControl .resultsDisplayNumber div {
    float: left;
    overflow: hidden;
    width: 80px;
    border: 1px solid #D7D7C9;
}

.content .resultsControl .resultsDisplayNumber label {
    float: left;
    font-size: 1em;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    margin: 10px 15px 0 0;
}

.content .resultsControl .resultsDisplayNumber select {
    padding: 10px;
    border: none;
    width: 120px;
    background-image: url("/siteelements/images/arrowSelect.png");
    background-position: 50px 50%;
    background-repeat: no-repeat;
}

.content .resultsControl .resultsDisplayNumber select:hover, .content .widget.filter ul li label:hover {
    cursor: pointer;
}

.content .widget.filter {
    padding: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1000;
    -webkit-transform: translateZ(0);
}



.content .resultsFilterPrivacy {
    float: left;
    max-width: 100;
}

.content .widget.filter .content {
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
}

.content .widget.filter h2,
.content .widget.filter h3,
.content .widget.filter #NewsNarrowSearch{
    padding: 0;
     background-color: #F5F5F1;
     padding-left: 1em;
     font-weight: bold;
     font-family: 'Open Sans', sans-serif;
}

.content .widget.filter h2 a,
.content .widget.filter h3 a,
.content .widget.filter #NewsNarrowSearch a{
    background-color: #9EB846;
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 15px;
    color: #fff;
}

.content .widget.filter h2 a:after,
.content .widget.filter h3 a:after,
.content .widget.filter #NewsNarrowSearch a:after{
    font-family: "fontello";
    padding-left: 20px;
    color: #fff;
}

.content .widget.filter h2 a.open:after,
.content .widget.filter h3 a.open:after,
.content .widget.filter #NewsNarrowSearch a.open:after{
    content: '\e80b';
  	float: right;
}

.content .widget.filter h2 a.closed:after,
.content .widget.filter h3 a.closed:after,
.content .widget.filter #NewsNarrowSearch a.closed:after{
    content: '\e808';
  	float: right;
}

.content .widget.filter .content .menu {
    display: none;
    padding-bottom: 75px;
	min-height: 100%;
}

.content .widget.filter .content .menu.new-filter {
    display: block;
    padding-bottom: 75px;
    min-height: 100%;
    background-color: #F5F5F1;
}

.content .widget.filter a,
.content .widget.filter button{
    font-size: 1.3em;
    margin: 0;
}

.content .widget.filter a span,
.content .widget.filter button span {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #737373;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.content .widget.filter a span:after,
.content .widget.filter button span:after {
    font-family: "fontello";
    float: right;
    color: #fff;
}

.content .widget.filter a.openForMobile span:after,
.content .widget.filter button.openForMobile span:after {
    content: '\e80b';
}

.content .widget.filter a.closedForMobile span:after,
.content .widget.filter button.closedForMobile span:after {
    content: '\e808';
}

.content .widget.filter ul.openForMobile, .content .widget.filter div.openForMobile {
    display: block;
}

.content .widget.filter ul.closedForMobile, .content .widget.filter div.closedForMobile {
    display: none;
}

.content .widget.filter .hiddenForMobile, .content .widget.filter ul.openForMobile.hiddenForMobile, .content .widget.filter div.openForMobile.hiddenForMobile {
    display: none;
}

.content .widget.filter ul, .content .widget.filter .menu>div {
    list-style: outside none none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    background-color: #F5F5F1;
}

.content .widget.filter ul li {
    display: inline-block;
    width: 48%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 5px;
    border-radius: 5px;
}

.content .widget.filter ul li.selected, .content .widget.filter ul li.selected:hover {
    background-color: #9EB846;
    color: #fff;
}
@media only screen and (max-width: 760px) {
.selected label::before {
    content: "X";
    float: right;
}
}

.content .widget.filter ul li input {
    margin-right: 17px;
    vertical-align: initial;
}

.content .widget.filter ul li label {
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 5px 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .widget.filter ul li label:before {
    border: none;
}

.content .widget.filter .seeMore {
    margin-bottom: 15px;
    display: none;
}

.content .widget.filter .toggleHiddenFilterTitles {
    display: block;
    margin-top: 15px;
}

.content .seeMoreButtons {
    display: none;
    position: fixed;
    z-index: 3000;
    bottom: 0;
    width: 100%;
    /*margin: 0 -20px;*/
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .widget.filter .toggleHiddenFilterTitles {
    text-decoration: none;
    margin-bottom: 15px;
}

.content .widget.filter .toggleHiddenFilterTitles:after {
    font-family: "fontello";
    padding-left: 20px;
}

.content .widget.filter .toggleHiddenFilterTitles.open:after {
    content: '\e80b';
}

.content .widget.filter .toggleHiddenFilterTitles.closed:after {
    content: '\e808';
}

.content .seeMoreButtons .clearAllButton {
    background-color: #333;
    color: #fff;
    box-shadow: none;
    height: auto;
    width: auto;
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    line-height: 1em;
    letter-spacing: 0.5pt;
    padding: 18px;
}
.menu .seeMore a#clearAll {
    padding-right: 22px;
}
.content .seeMoreButtons .showMeButton {
    float: right;
    background-image: none;
    background-color: #983d83;
    border: 0;
    text-indent: 0;
    box-shadow: none;
    height: auto;
    width: auto;
    color: #ffffff;
}
.content .seeMoreButtons .showMeButton:hover {
    text-decoration: underline;
}

.content .seeMoreButtons .showMeButton:after {
    font-family: "fontello";
    content: '\e80a';
    margin-left: 10px;
}

.content .widget.filter .resultsFilterSearch {
    margin-bottom: 10px;
}

.content .widget.filter .resultsFilterSearch__label {
    margin: 0;
}

.content .widget.filter .resultsFilterSearch__textInput, .content .widget.filter .resultsFilterSearch__dateInput {
    max-width: 165px;
    margin-right: 6px;
}

.content input[type=date] {
    /*width: 178px;*/
}

.content .widget.filter .resultsFilterQuickClear {
    background-color: #F5F5F1;
}

.content .widget.filter .resultsFilterQuickClear div {
    display: inline-block;
    background-color: #D7D7C9;
    padding: 5px 25px 5px 8px;
    margin: 15px 0 5px 5px;
    position: relative;
    border-radius: 5px;
}

.content .widget.filter .resultsFilterQuickClear div:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent transparent #D7D7C9 transparent;
    border-width: 10px;
    margin-left: -10px;
}

.content .widget.filter .resultsFilterQuickClear div a {
    position: absolute;
    top: 5px;
    right: 8px;
    text-decoration: none;
    color: #000;
}

.content .youtubeEmbed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.content .youtubeEmbed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom:20px;
}

.resultsList__item {
    width: 100%;
    padding: 10px;
    box-sizing:border-box;
    background-color:transparent!important;
}
.resultsList__item.list{
    clear:both;
}
.resultsList__item:nth-of-type(2n+1){;
    clear:left;
}
.resultsList__content{
    background-color: #fff;
}
.resultsList__content:after{
    content: "";
    display: table;
    clear: both;
}
.widget .resultsList__item {
    padding: 0;
}


.resultsList__itemMainTitle {
    margin: 0!important;
    font-size: 1.1em;
    text-decoration: none;
    px; */
    overflow: hidden;
    display: block;
}

.content .resultsList__date, .content .resultsList__time, .content .resultsList__location {
    margin: 0;
}

.widget .resultsList__itemLink, .resultsList__itemLink {
    margin-top: 1em;
    /* Put link text on 1 line so removed this fixed width*/
    /* width: 90px; */
    display: inline-block;
    float: right;
    clear: right;
    margin: 5px;
}

.resultsList__item.card{
    width: 48%;
    float:left;
    box-sizing:border-box;
    background-color: #fff;
    padding: 0;
    margin: 1%;
}
.resultsList__item.card:nth-of-type(2n + 1){
    clear:left;
    /* padding: 0 1% 0 1%; */
}
.resultsList__item.card .resultsList__itemDetails,.resultsList__item.card .resultsList__itemTitle,.resultsList__item.card .resultsList__itemDescription{
    width:100%;
    box-sizing: border-box;
}
.resultsList__item.card .resultsList__itemTitle{
    width:100%;
    /* box-sizing: border-box; */
}


/* CC widget list fix */

/*This breaks the list on this page: /services/adult-social-services/adult-social-services-factsheets/adult-social-services-factsheets.aspx
.resultsList:not(.widgets)>.widgets {
    height: auto!important;
}*/

.resultsList:before, .resultsList:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.resultsList:after {
    clear: both;
}

.is-sticky .sticky-focus {
    position: static !important;
}

.event_location {
    margin: 10px 0;
}

.event_location h4 {
    padding: 5px 15px;
}

.event_location .event_location-select {
    float: left;
    overflow: hidden;
    width: 100%;
    max-width: 178px;
    border: 1px solid #e3e3d9;
    margin: 0.5em 0;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
}

.event_location .event_location-select select {
    width: 100%;
    max-width: 218px;
    background-image: url("/siteelements/images/arrowSelect.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #fff;
    /*padding: 10px;*/
    border: medium none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.event_location .list_dropdown {
    float: none;
}

a.filter_title,
button.filter_title {
    font-size: 1.3em;
    text-decoration: none!important;
}

@media only screen and (max-width: 760px) {

a.filter_title:focus,
button.filter_title:focus {
    border-style: none!important;
}

.content .widget.filter ul li label {
    text-align: left;
}

.content .widget.filter ul li input {
    position: absolute !important;
    opacity: 0;
}
.content .resultsControl .resultsControlView{
        display:none;
    }
    
    .resultsList__itemTitle {
        display: block;
        padding: 10px;
        width: 55%;
        float: right;
    }
    .resultsList__itemDetails {
        display: block;
        width: 40%;
        float: left;
    }
    .resultsList__itemDetails img{
        width: 100%;
        height:auto;
        display:block;
    }
    .resultsList__itemDescription{
        padding: 0 10px;
        float: right;
        width: 55%;
    }
    .resultsList__item{
        width:100%!important;
    }
    .resultsList{
        max-width:560px;
        margin:0 auto;
        float: none!important;
    }
    .resultsList__item{
    width:50%;
    float:left;
    box-sizing:border-box;
    background-color:transparent;
    /* padding: 10px; */
    /* float: none!important; */
    /* margin: 0 auto 20px; */
}
.resultsList__item:nth-of-type(2n + 1){
    clear:left;
    /* padding: 0 1% 0 1%; */
}
.resultsList__item .resultsList__itemDetails,.resultsList__item .resultsList__itemTitle,.resultsList__item .resultsList__itemDescription{
    width:100%;
    box-sizing: border-box;
}
.resultsList__item .resultsList__itemTitle{
    width:100%;
    /* box-sizing: border-box; */
}
}
a.filter_title,
    button.filter_title {
        color: #000!important;
        font-weight: bold;
        display: block;
        background: none;
        border: none;
    }
    .content .widget.filter a,
    .content .widget.filter button {
        margin: 0 -15px;
    }
    .content .widget.filter a span,
    .content .widget.filter button span {
        background-position: right 50%;
        background-repeat: no-repeat;
    }
    .content .widget.filter a.openForDesktop span,
    .content .widget.filter button.openForDesktop span {
        background-image: url("/siteelements/images/menu-open.png");
    }
    .content .widget.filter a.closedForDesktop span,
    .content .widget.filter button.closedForDesktop span {
        background-image: url("/siteelements/images/menu-closed.png");
    }
    .content .widget.filter a.openForMobile span:after, .content .widget.filter a.closedForMobile span:after,
    .content .widget.filter button.openForMobile span:after, .content .widget.filter button.closedForMobile span:after {
        content: '';
    }
    .content .widget.filter a span, .content .widget.filter button span {
        padding: 5px 15px 5px 50px;
        background-position: 19px 50%;
        background-color: transparent;
        border-radius: 0;
        margin: 0;
        color: #000;
    }
    button.clearFilter{
        appearance:none;
        -webkit-appearance:none;
        -moz-appearance:none;
        background-color:transparent;
        border:none;
        display:block;
        padding-left:15px;
        font-size:16px!important;
        color:#005EA5;
        padding-top:10px;
    }
    button.clearFilter:hover{
        text-decoration:underline;
    }
@media only screen and (min-width: 760px) {

    .content .resultsFilter {
        width: 30%;
        padding-right: 20px;
    }
    .content .resultsControl {
        display: block;
        padding:10px;
        box-sizing:border-box
    }
    .content .resultsList, .content .resultsControl {
        float: right;
        width: 70%;
    }
    .content .widget.filter, .content .resultsFilterPrivacy {
        max-width: 280px;
    }
    .content .widget.filter .content {
        background-color: #F5F5F1;
        border-radius: 3px;
    }
    .content .widget.filter .seeMore {
        margin-bottom: 10px;
        display: block;
    }
    .content .seeMoreButtons, .content .widget.filter .toggleHiddenFilterTitles {
        display: none;
    }
    .content .widget.filter h2 a,
    .content .widget.filter h3 a,
    .content .widget.filter #NewsNarrowSearch a{
        padding: 15px;
        content: '';
    }
    .content .widget.cardLightGrey h2 a,
    .content .widget.cardLightGrey h3 a,
    .content .widget.cardLightGrey #NewsNarrowSearch a{
        background-color: #F5F5F1;
        color: #000;
        border-radius: 0;
        margin: 0;
        padding: 10px;
    }
    .content .widget.filter h2 a.open:after, .content .widget.filter h2 a.closed:after,
    .content .widget.filter h3 a.open:after, .content .widget.filter h3 a.closed:after,
    .content .widget.filter #NewsNarrowSearch a.open:after, .content .widget.filter #NewsNarrowSearch a.closed:after{
        content: '';
    }
    .content .widget.filter .content .menu {
        display: block;
        padding-bottom: 15px;
    }
    
    .content .widget.filter ul.openForDesktop, .content .widget.filter div.openForDesktop {
        display: block;
    }
    .content .widget.filter ul.closedForDesktop, .content .widget.filter div.closedForDesktop {
        display: none;
    }
    .content .widget.filter .hiddenForMobile {
        display: block;
    }
    
    .content .widget.filter h4 a:hover {
        background-color: #d0d5d9;
    }
    .content .widget.filter ul {
        margin: 0 -15px 15px;
        padding: 0;
        background-color: transparent;
    }
    .content .widget.filter .menu>div {
        background-color: transparent;
    }
    .content .widget.filter ul li {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 0;
        border-radius: 0;
    }
    .content .widget.filter ul li.selected, .content .widget.filter ul li.selected:hover {
        color: #000;
        background-color: #d0d5d9;
    }
    .content .widget.filter ul li.focused, .content .widget.filter ul li.focused:hover {
        color: #000;
        background-color: #d0d5d9;
    }
    
    .content .widget.filter ul li label {
        /* //background-image: url("/siteelements/images/checkbox.png"); */
        background-position: 15px 50%;
        background-repeat: no-repeat;
        padding-left: 17px;
        display: table;
    }
    .content .widget.filter ul li label span {
        display: table-cell;
        width: 100%;
    }
    .content .widget.filter ul li.selected label {
        /* //background-image: url("/siteelements/images/checkboxActive.png"); */
    }
    .content .widget.filter .resultsFilterQuickClear {
        display: none;
    }
    .content .widgets.resultsList .widget {
        width: 50%;
    }
    
    .resultsList__itemTitle {
        display: block;
        padding: 10px;
        width: 55%;
        float: right;
    }
    .resultsList__itemDetails {
        display: inline-block;
        width: 40%;
        float: left;
    }
    .resultsList__itemDetails p{
        margin:0;
    }
    .resultsList__itemDetails img{
        width: 100%!important;
        height:auto;
        display: block;
    }
    .resultsList__itemDescription{
        padding: 0 10px;
        float: right;
        width: 55%;
    }
    .resultsList__itemDescription p{
        margin:0;
    }
    .resultsList__itemLink {
        vertical-align: bottom;
        width: auto;
        text-align: right;
        padding: 0 10px 10px;
        display: inline-block;
        float: right;
        clear: right;
    }
    .resultsList__itemTextLink
    {
        display: inline-block;
        vertical-align: bottom;
        width: auto;    
    }
    .resultsList__itemImageLink
    {
        display: block;
        float: left;
    }
    .resultsList__itemImageLink img
    {
        display: block;
    }
}




/* listing - pagination */

.paginator {
    float: left;
    width: 100%;
    padding-top: 0em;
}

.paginator ul {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: outside none none;
}

.paginator ul li {
    display: inline-block;
    margin: 0 5px;
}

.paginator .paginator__link--previous, .paginator .paginator__link--next {
    display: inline-block;
    font-family: "fontello";
    font-size: 5em;
    color: #000000;
    padding: 0 10px;
    float: left;
}

.paginator .paginator__link--previous, .paginator .paginator__link--next, .paginator .paginator__link {
    text-decoration: none;
}

.paginator .paginator__link {
    color: #333;
}

.paginator .paginator__current, .paginator .paginator__link {
    display: inline-block;
    font-size: 1.5em;
    padding: 5px 10px;
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
}

.paginator .paginator__current {
    background-color: #efefe9;
}

.resultsList__itemTitle a {
    display: block;
}

.resultsList__content:focus-within {
    border: 2px solid #419E64 !important;
}

.resultsList__content a {
    text-decoration: none;
}

.content .resultsList>div {
    margin: 0 auto;
}
.content .widget.filter input[type="checkbox"] {
    -webkit-appearance:  none;
    -moz-appearance: none;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid grey;
    border-radius: 2px;
    position: relative;
}

.addFocus{
    border:3px solid #419E64 !important;
}
.container article p, .container article h4, article .entry-description, .container article blockquote{
    font-size:1.1em;
    margin:0 0 20px;
    display:block;
}
.content article.altStandardArticle .articleDetails__item--location p {
    margin-bottom:0px;
}
.container article blockquote p, .container article blockquote footer{
    font-size:1.1em;
    margin:0;
    font-weight:300;
    padding:0;
}
h1.entryTitle{
    margin: 20px 0 20px;
}

.universalTitle
{
    display: none;
}

.newsevents-slider
{
    background-color: white !important;
}

h2
{
    font-weight: 400;
    font-size: 2.5em;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media only screen and (max-width: 768px) {
    strong.entry-description 
    {
    padding: 0 20px 0 20px;
    }
    .container article blockquote{
        padding-left:10px;
    }
    .container article blockquote footer p{
        padding:0;
    }
    .container article blockquote{
        margin-left:20px
    }

    .universalContainer
    {
      padding-top: 0px!important;  
    }
    .youtubeEmbed{
        margin: 20px;
    }
}

.slick-dots
{
    padding-top: 10px;
}


.universalContainer
{
  padding-top: 50px;  
}

