body.page-template-about-founder-new header{
    background-image:none;
}
article.featured-img {
    position: relative;
    top: -85px;
}
.featured-img .carousel-caption {
    width: auto;
    padding: 0;
    text-shadow: 0 0 black;
    left: 8%;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    bottom: inherit;
	z-index:2;
}
.featured-img img{
    width:100%;
}
.featured-img h1{
    font-size:42px;
    font-weight:bold;
}

.aboutfounder img{
    width:100%;
}
.aboutfounder h3,
.new-survivor h3,
.mediasec h3,
.timeline-sliderbg h3,
.biographies h3,
.meet-ben h3{
    margin-bottom:30px;
}
.mediasec {padding-top:50px;}
.new-survivor{
    clear:both;
    margin-top:0px;
    height:auto;
    margin-top: 70px;
    background: url(images/survivorbgabout.jpg) !important;
    position:relative;
    margin-bottom: 70px;
    padding-bottom:0px;
    padding-top:20px;
}
.new-survivor:before{
    content:"";
    position:absolute;
    top: -70px;
    left:0px;
    width:100%;
    height:108px;
    height: 75px;
    background: url(images/survivorbgabouttop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.new-survivor:after{
    content:"";
    position:absolute;
    bottom: -70px;
    left:0px;
    width:100%;
    height:108px;
    height: 75px;
    background: url(images/survivorbgaboutbottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.new-survivor h3,
.new-survivor p,
.new-survivor a.button {
    color: #fff;
}
.new-survivor
.survivor-list h4{
    color: #fff;
    font-size:20px;
    margin-bottom:50px;
    text-align:center;
    text-transform:capitalize;
}
.new-survivor.survivor img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 10px solid #0c67a4;
    margin-top: 0px;
    transition:all 0.2s ease-in-out;
    margin: auto;
}
.new-survivor.survivor a:hover img {
    border: 10px solid #3290ce;
}


.meet-ben{
    clear:both;
}
.meet-ben a {
    margin-top: 40px;
    margin-right: 0;
}
.meet-ben .img-circle{
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 10px solid #3290ce;
    margin: auto;
}

.timeline-sliderbg{
    background: url(pinsbg.jpg);
    padding-top: 60px;
    margin-top: 0px;
}
.timeline-sliderbg.pagee{
    padding-bottom:0px;
}
.timeline-sliderbg h3,
.timeline-sliderbg p,
.timeline-sliderbg a.button{
    color: #fff;
}
.timeline-sliderbg p.tp{
    margin-bottom:50px !important;
    
}
.timeline-sliderbg .whitebg{
    background: #fff !important;
}

.timeline-sliderbg .flex-prev,
.timeline-sliderbg .flex-next{
    height:100%;
}

.button.join img{
    margin-top:0px;
    margin-bottom:10px;
}

.biographies{
    padding-top: 60px;
    padding-bottom: 60px;
}

.biographies ul{
    padding: 0;
    display: flex;
    flex-wrap:wrap;
    list-style: none;
    justify-content:space-between;
}
.biographies ul li {
    padding: 0px;
    width: 33%;
    max-width:230px;
    margin-bottom:20px;
}

a.button.join.literature-links {
    height: 200px;
    width: 100%;
    vertical-align: middle;
    background: #CAA03B;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
a.button.join.literature-links span{
    width:100%;
    
}

.container-s {
    padding-bottom: 0px;
}

@media(max-width:768px){
    .featured-img h1{
        font-size:28px;
        font-weight:bold;
    }
	.survivor-list{padding-left:5px;padding-right:5px;}
	
}
@media(max-width:575px){
#mask-testimonials, #testimonials-we-remember, #shoah-interviews, #survivors-videos{height: auto;}
.biographies ul{padding-left:20px;padding-right:20px;}
	.biographies ul li{width:50%;padding-left:10px;padding-right:10px;}
}