﻿/*------------------------------------------------------------------------------------------ PEOPLE LIST CSS CHANGES*/


.custom-padding {
    padding: 20px;
}

.person-name {
    color: white;
    
}

    .person-name:hover {
        text-decoration: none;
        color: white;
    }

.person-info {
    color:black;
    font-weight: bold;
}

.margin-bottom-20 {
    margin-bottom:20px;
}

.margin-top-r {
    padding-top: 30px;
}

/*----------------------------------------------
    ------------------------------ FILTER MENU*/

#peopleFilterMenuContainer {
   
}
.people-filter-heading {
    color: #fb4f14;
    font-size: 25px;
}

#peopleFilterMenu {
    text-align: right;
    padding: 0px;
    margin:0px;
}

    #peopleFilterMenu a {
        color:black;
        font-size: 15px;
    }

        #peopleFilterMenu a:hover {
            text-decoration: none;
            color: #fb4f14;
        }

    #peopleFilterMenu li {
        padding:2.5px;
    }

#peopleFilterMenu .selected a{
    color:#fb4f14;
}

@media only screen and (max-width: 960px) {

    #peopleFilterMenuContainer {
        min-height:initial;
        margin-bottom: 20px;
    }

    #peopleFilterMenu {
        text-align: left;
    }

    #peopleFilterMenu li{
        display: inline-block;
        padding: 5px;
    }
}

/*----------------------------------------------
    ------------------------------ PEOPLE ITEMS*/

.person-container {
    padding: 10px;
    overflow: hidden;
    
    
}

.person-inner {
    position: relative;
    overflow: no-display;
    min-height:350px;
}


.person-image-container {
    
}


.person-content-container {
    position: absolute;
    bottom: 0;
    width:100%;
    background: #fb4f14;
    -webkit-transition:height 1s ease-in-out;
    transition:height 1s ease-in-out;
    min-height:120px;
}








    .person-content-container:hover{
        
    }

    .person-preview-text {
        color: white;
        display:none;
        overflow:hidden;
    }

    .person-preview-text-show {
        color:white;
        overflow:hidden;
    }

    .person-preview-text-show-na {
        color:white;
        overflow:hidden;
        min-height: 120px;
        display:none;
    }

    .person-preview-text-bottom {
        position:absolute; bottom:0px;
    }



@media only screen and (min-width: 1080px) {
}

.preview-text-read-on {
    color:black;
    font-weight:bold;
}


@media only screen and (max-width: 1080px) {
    
}


/*------------------------------------------------------------------------------------------ NEWS + ARTICLES (NEWSLIST) LIST CSS CHANGES*/


/*IE7 SPECIFIC*/
.ie7 .person-container {
    margin-top: 20px;
    max-height: 350px;
}


.ie7 #heroStyling {
    max-width: 1060px;
}


.ie7 #hero-content-container {
    position: absolute;
    left: initial;
    right: 0px;
    width: 330px;
    height: 360px;
    bottom: 712.5px;
}

.ie7 #hero-preview-text {
    position: absolute;
    bottom: 0px;
}

/*IE8 SPECIFIC*/
.ie8 .person-container {
    margin-bottom: 20px;
    max-height: 350px;
}


.ie8 #hero-content-container {
    position: absolute;
    right: 0px;
    width: 335px;
    height: 360px;
    bottom: 712.5px;
}

.ie8 #hero-preview-text {
    position: absolute;
    bottom: 0px;
}



/*----------------------HERO ARTICLE STYLING*/






@media only screen and (max-width: 1080px) {
   
    
}


@media only screen and (min-width: 1120px) {
    
    #heroStyling {
        
        max-height: 350px;
    }

    #hero-content-container {
        position: absolute;
        left: initial;
        right: 0px;
        
        bottom: 353px;
        width: 346px;
        height: 350px;
    }

    #hero-preview-text {
        position: absolute;
        bottom: 0px;
    }


    
     
}





    


.show_more {
    background: #443e3c;
    min-width: 350px;
    border-radius: 0px;
    margin-top:20px;
}

    .show_more:hover {
        background: #443e3c;
    }


.dark-button-styling {
    background: #443e3c;
    font-weight: bold;
}
    .dark-button-styling:hover {
        background:#443e3c;
    }

/*------------------------------------------------------------------------------------------ HOME PAGE*/




/*------------------------------------------------------------------------------------------ EVENT PAGE*/
.action {
    background: #5da9bd;
}


.contact_methods li {
    
}

/*------------------------------------------------------------------------------------------ SOCIAL SHARING BAR*/
.social-sharing-bar {
    margin-top:20px;
   

}

    .social-sharing-bar img {
        display:inline;
        margin:0px;
        padding:0px;
       

    }

    .social-sharing-bar a {
        display:inline;
        margin:0px;
    }


/*------------------------------------------------------------------------------------------ IMAGE CAROUSEL*/

.cycle-next {
   
}

    .cycle-next img {
        
    }


.cycle-prev {
    
}

    .cycle-prev img {
        
    }


/*----Fix color*/


.silverscreen > .action { background-color: inherit; }
.kidsclub > .action { background-color: inherit; }
.scream > .action { background-color: inherit; }
.autism > .action { background-color: inherit; }
.toddlertime > .action { background-color: inherit; }



