.container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-transition: all 2s ease; /* Safari */
    transition: all 2s ease;
}

.container_backdrop {
    z-index: 150;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    cursor: pointer;

}

.container_content {
    position: relative;
    z-index: 1000;
    color: #ffffff;
    border: 2px solid #373737;
    background-color: #000000;
    padding-top: 4em;
    margin-top: 5em;
    height: 80%;
    padding-bottom: 4em;
}

.container_sponsor_content {
    position: relative;
    z-index: 1000;
    color: black;
    border: 2px solid #373737;
    background-color: #ccc;
    padding: 4em;
    top: 5em;
/*     height: 80%; */
    padding-bottom: 4em;
}

.container_sponsor_content svg {
	width: 400px;
}

.hidden {
    display: none;
    width: 0;

}

.container_content img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 100%;
}

.container_close {
    text-align: right;
    font-size: 2em;
    position: absolute;
    top:20px;
    right:20px;
    color: #f25b56;
    cursor: pointer;
    background: url(../images/x_close_20.png) no-repeat right; 
    height: 20px;
    width: 20px;
       
    /*FIXME animation*/
}

.container_close:hover {
    color:white;
}


#contain_close_icon {
    padding-right: 1em;
    width: 2em;
    height: 2em;
}
#contain_close_icon_path {
    fill:#f25b56;
}

.container_member_content {
    height: 100%;
}


/* members */
.member_photo {
    padding-left: 4em;
}

.member_info {
    padding-right: 4em;
    height: 100%;
}

.member_name {
    font-family: "klavika", arial;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #f25b56;
    font-size: 1.4em;
    padding-bottom: 0.5em;
}

.member_affiliation {
    font-family: "klavika", arial;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #f25b56;
    font-size: 1.2em;

}

.member_separator {
    background-color: #f25b56;
    width: 2em;
    height: 1px;
    margin-top:1em;
    margin-bottom: 1.5em;
}

.member_bio {
    font-family: "klavika", arial;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    color: white;
    vertical-align: bottom;
    height: 70%;
}

.member_bio_text{
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
    height: 100%;
}

 .container-arrows {
        height: 100%;
        display: block;
		background: url(../images/arrows_small.png) no-repeat top; 
    }
 
 .container-scroll{
     overflow-y: auto;
     height: 100%;
 }
 .container-arrows-cfp {
        height: 100%;
        display: block;
/*      margin-top: 30%; */
		background: url(../images/arrows_small.png) no-repeat top; 
    }

.container_cfp_content {
    font-family: "klavika-light", arial;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    color:#FFFFFF;
    vertical-align: bottom;
    margin-left: 4em;
    height: 85%;
    margin-right: 4em;
}

.container_cfp_content p {
    font-family: "klavika-light", arial;
    font-size: 1em!important;
    letter-spacing: 0.05em!important;
    color:#FFFFFF!important;
    vertical-align: bottom!important;
    line-height: 1.53em!important;
/*     margin-left: 4em; */
/*     height: 85%; */
/*     margin-right: 4em; */
}

.container_cfp_content li.cfp_li {
    font-family: "klavika-light", arial;
    font-size: 1.4em!important;
    letter-spacing: 0.05em!important;
    color:#FFFFFF!important;
    vertical-align: bottom!important;
    line-height: 1.53em!important;	
}

.container_cfp_title {
    font-family: "klavika", arial;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-align: center;
    color: #f25b56;
    font-size: 1.6em;
    padding-bottom: 2em;
}

.container_cfp_headline {
    font-family: "klavika-light", arial;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #f25b56;
    font-size: 1.2em;
    margin-bottom: -20px
/*     padding-bottom: 0.5em; */

}

.container_cfp_sub_headline {
    font-family: "klavika", arial;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #FFFFFF;
    font-size: 1em;
    padding-top: 12px;
/*     margin-bottom: -10px; */
    padding-top: 1.0em;
}

ul.cfp_ul { 
	margin-top: 0px; 
}


.container_cfp_link {
    color: #f25b56;
    text-decoration: none;
}


/* small-only */
@media only screen and (max-width: 40em) {
    #contain_close_icon {
        width: 1em;
        height: 1em;
        padding-right: 0;
    }

    .container_content {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .member_photo {
        padding-left: 1em;
        padding-right: 1em;
        margin-bottom: 1em;
    }

    .container_content img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        width: 50%;
        margin: 0 auto;
        display: block;
    }

    .container_member_content {
        height: 100%;
        overflow-y: auto;
    }

    .member_bio_text{
        overflow-y: inherit;
    }

    .container-arrows {
       margin-top: 50%;
    }

    .container_cfp_content {
        margin-left: 0;
        margin-right: 0;
    }

    .container-arrows-cfp {
     	margin-top: 0;
    }

}
