@charset "UTF-8";
/* Faculty Template */

* {
    box-sizing: border-box; /**For flexbox**/
}
.background {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-content: center;
    width:100vw;
}
#parallax-wrapper{
    position:relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    height: calc(100rem * 0.444);
}
@media only screen and (max-width:1400px) and (orientation:landscape)
    {#parallax-wrapper{width:100vw;}}

@media only screen and (orientation:portrait)
    {#parallax-wrapper{width:100vw;}}

.parallax-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: calc(100rem * 0.444 + 2rem);
    will-change: transform;
}
.faculty-statement-box{
    font-weight:100;
    width:100%;
    background-color:#D9D9D9;
    background-image: url("../Assets/boy-and-teacher.png"); 
    background-position:80% center; 
    background-repeat: no-repeat;
    background-size:contain;
    padding:2% 10%;
    margin-top:3%;
    font-size:1.3em;
    overflow: hidden;
    visibility:hidden;
}
@media only screen and (orientation:portrait)
{.faculty-statement-box{margin:3% 0 0 0;padding:2% 3%;font-size:2.5vh;background-position:bottom center;}}


.faculty-statement-box p {
  transform: translateY(20px);
}
.yma-name{
    font-weight:bold; 
    color:#646464;
}
#faculty-box-wrapper {/*background slider wrapper*/
    position:relative;
    overflow:hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: inherit;
    background-color: rgba(224,224,224,0.7);
    margin: 1em 0 0 0;
}
@media only screen and (max-width:1400px) and (orientation:landscape)
    {#faculty-box-wrapper{height:100%;}}

@media only screen and (orientation:portrait)
    {#faculty-box-wrapper {height:100%;margin:5% 0 0 0;order:-1;}}/*margins to push footer to bottom of screen*/


#faculty-box {
    font-size:2vh;/*IMPORTANT base unit*/
    max-width: 100vw;
    width: 100%;
    /*height: 43em; /**adjust position of bottom pagnation*/
    z-index:1;
}
@media only screen and  (min-width:2000px) and (orientation:landscape)
    {#faculty-box {font-size:1vh;}}
@media only screen and  (max-width:1400px) and (orientation:landscape)
    {#faculty-box {width:100vw;}}

@media only screen and (min-width:768px) and (orientation:portrait)
    {#faculty-box{width: 100vw;font-size:1.5vw;}}
@media only screen and (max-width:767px) and (orientation:portrait)
    {#faculty-box{width: 100vw;font-size:1.3vw;;border-bottom-style:solid; border-bottom-width:0.3em;}}


.caption-main-page{
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    width: 50%;
    left:0;
    top:0;
    margin: 8% 0 0 10%;
}
.caption-main-page .title{
    font-size: 5em;
    font-weight: 100;
}
.caption-main-page .subtitle {
    align-self: flex-end;
}
.caption-main-page .school{
    padding-top: 0.4em;
    font-size: 3em;
    font-weight: 200;
}
.caption-main-page .branch{
    text-align: right;
    font-size:2em;
    font-weight:lighter;
    font-style: italic;
    padding-right: 20%;    
}
.caption-media{
    display:none;
}
.caption-left,
.caption-right{
    display:inline;
    position: absolute;
    bottom:-5%;
    width: 40%;
    color:rgba(113,113,113,0.92);
    margin-bottom: 5%;
    font-size:2em;
}
.caption-left{
    left:0;
    margin-left: 4%;
    font-size:110%;
}
.caption-right{
    right:0;
    margin-right: 4%;
    font-size:110%;
}
@media only screen and (max-width:767px)
    {.caption-left,.caption-right{display:none;}}

#thumbnail-faculty{
    position:relative;
    width: 70vw;
    margin-top:8em;
    align-self:center;
    z-index:656;
}
#thumbnail-faculty .thumbnails{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
    grid-row-gap: 5em;
    grid-column-gap: 4em;
    margin:0 5% 10% 5%!important;
}
#thumbnail-faculty .thumbnail img{
    height:220px;
    width:180px;
    object-fit: cover;
    opacity: 0.6;
}
#thumbnail-faculty .thumbnail.is-active img{
    opacity: 1; 
}
#thumbnail-faculty ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.caption-thumbnail {
    text-align:center;
    padding-top:0.25em;
    font-size:100%;
}
@media only screen and (max-width:767px){
    #thumbnail-faculty .thumbnails{
        grid-row-gap: 2em;
        grid-column-gap: 2em;
    }
    .caption-media{
        position:relative;
        display:block;
        font-size:3.5vw;
        padding:0 5%;
        border-top-style: solid;
        border-top-width: 0.3em
    }
    .caption-media p{
        padding:0 5%;
        font-size:1.5em;
    }
    .caption-media-image {
        background-repeat: no-repeat;
        background-size:40% auto;
        background-position: 7% 30%;
    }
    .caption-main-text p{
        font-size:1.7em;
        text-align: right;
        margin:5% 5% 0 40%;
    }
    #faculty-box .splide__slide {
        height: 58vmax;
        overflow: scroll;
    }
    #thumbnail-faculty{
        width: 100vw;
        /*margin-top: 1em;*/
    }
    #thumbnail-faculty .thumbnail,
    #thumbnail-faculty .thumbnail img{
        width:100px;
        height:auto;
    }
    #thumbnail-faculty .thumbnails{
        font-size:80%
    }}
@media only screen and (max-width:1366px) and (orientation:landscape){
    .caption-media{
        position:relative;
        display:block;
        font-size:3.5vw;
        padding:0 5%;
        border-top-style: solid;
        border-top-width: 0.3em
    }
    .caption-main-text p{
        font-size:1.7em;
        text-align: right;
        margin:5% 5% 0 40%;
    }
    #faculty-box .splide__slide {
        height: 80vmax;
        overflow: scroll;
    }
    .caption-media p{
        padding:0 5%;
        font-size:1em;
    }
    .caption-media-image {
        background-repeat: no-repeat;
        background-size:25% auto;
        background-position: 15% 50%;
        padding:1em;
    }}

#dogpaw {
    position:absolute;
    top:-5%;
    left:-5%;
	background: none /*url("../fullerton/Assets/faculty/DogPaw.gif") no-repeat center top;*/;
    background-size: contain;
    background-repeat: no-repeat;
    height: 26em;
    width: 90em;
    z-index: 7899;
}
@media only screen and (max-width:1400px) and (orientation:landscape)
    {#dogpaw{width: 100vw;height:50vh;}}

@media only screen and (orientation:portrait)
    {#dogpaw{width: 100vw;height:15vh;margin-top:-10%;order:-1;}}


#bottom-box {
    width: 90em !important; /**Override bottom-box-menu.php template css value*/
    height: auto;
    margin:-6% 0 3% 0;
    z-index: 0;
}
@media only screen and (max-width:1400px) and (orientation:landscape)
    {#bottom-box{width: 100vw !important;margin: -10% 0 3% 0;}}

@media only screen and (orientation:portrait)
    {#bottom-box{width: 100vw !important;margin:0 0 3% 0;}}