html {
}

.ui-loader {
  display:none !important;
}

body{
    background-color: #f5f1ed;
    /*background: linear-gradient(90deg, rgba(57, 110, 228, 0.04) 10%, rgba(193, 57, 57, 0.08) 90%);*/
    font-family: 'Roboto Slab', serif;
    -webkit-font-smoothing: antialiased;
}

img{
    max-width: 100%;
}
    .showmobile{
        display: none;
    }

hr.rule{
	border-top: 1px solid #222;
}

.overview .defaultdisplay:nth-child(even){
    -webkit-flex-flow: row-reverse wrap;
}
.italic{
    font-style: italic;
}

.large{
    font-size: 1.5rem;
}

a{
    text-decoration: none;
}

.proj-container{
    /*margin-bottom: 12px;*/
}

.moment.title{
    flex-basis: 22%;
    -webkit-flex-basis: 22%;
}

.flex-spacer{
    flex-basis: 78%;
    -webkit-flex-basis: 78%;
}

p,span{
    color: #5a5a5a;
}

p{
    -webkit-margin-before: 0em;
}

h2{
    color: #222;
    font-size: 1.2rem;
    -webkit-margin-before:0.5em;
    -webkit-margin-after:0.5em; 
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
}

.cf {
  overflow: auto;
  zoom: 1;
}

.logo{
    margin-left: auto;
    background-image: url(img/Asset3.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100px;
    width: 50px;
    margin-right: auto;
    margin-top: 24px;
}

div.collapsed .logo{
    display: none;
}

.left{
    float: left;
}

.right{
    float: right;
}

.vimeoFrame {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.vimeoFrame iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.image-stacker{
    display: flex;
    flex-flow: column nowrap;
}
.moment.restrict-padding{
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.moment.restrict-padding h2{
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em; 
}

.selected{

}

    .selected div.overlay{
        opacity: 0.3 !important;
    }

    .padded-top{
        height: 95%;
        margin-top: 1.5rem;
    }


.detailmain p,
.detailmain span{
    /*font-family: 'Cabin';*/
    line-height: 1.5;
    color: #222;
}

.profile{
    /*background-color: #f1f1f1;*/
}

.profile .moment p{
    color: #656565;
}

.choices,.practices,.spaces,.concepts{display: inline-block;}

p.people{
    clear: both;
}

.slimtext p{
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.ftitle{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    font-size: 1.5rem;
    opacity: 0.8;
}

.column{
    width: 49%;
    height: 90%;
    float: left;
    position: relative;
    
}

.column.full{
    width: 100%;
}

/*.column.text{
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 2rem;
    column-fill: auto;
}*/

.spacer{
    width: 2%;
    height: 100px;
    float: left;
    position: relative;
}
.centered-panel{
    height: 100%;
    padding-right: 10%;
    /* width: 80%; */
    padding-left: 10%;
    overflow-y: hidden !important;
}
.padded{
    padding: 1.1em;
}

.detailmain .large{
    -webkit-margin-after: 0em;
}

.vertical-text{
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top 0;
    top: 0px;
    left: 0px;
}

.defaultdisplay{
    display: -webkit-flex;
    -webkit-flex-flow: row;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.defaultdisplay div{
    box-sizing: border-box;
}

.detailmain{
    background-color: #fff;
    position: relative;
}

svg.cornerfold{
    position: absolute;
    top: 12px;
    cursor: pointer;
}

svg.cornerfold.paper{
    top: 0px;
    right: 0px;
}

.dogear{
    -webkit-box-shadow: -2px 2px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -2px 2px 6px 0px rgba(0,0,0,0.2);
    box-shadow: -2px 2px 6px 0px rgba(0,0,0,0.2)
}

.rttext{
    text-align: right;
}

div.moment{
    text-align: left;
    cursor: pointer;
    line-height: 1.0rem;
}

div.moment p, div.moment span{
    font-size: 1rem;
    line-height: 1.5;
    margin: 0px;
}

.title span{
    color: black;
}

div.moment .inner.collapsed{
    overflow: hidden;
}

    div.moment .inner.collapsed>p:first-of-type{
        font-weight: normal;
    }

/*.column.text>p:first-of-type{
    font-family: 'Cabin';
    font-size: 1.2rem;
}*/

div.goTo{
    position: absolute;
    bottom: 8px;
    right: 4px;
    height: 9px;
    width: 10px;
    background-image: url(img/ui-icons_222222_256x240.png);
    background-position: 208px 189px;
    cursor: pointer;
    z-index: 999;
}

.topbar{
    margin-bottom: 32px;
    font-size: 2rem;
}

    .topbar p, .topbar div{
        display: inline;
    }

.right{
    float:right;
}

.subtitle{
    font-size: 1.3rem;
    padding: 1rem;
    color: #b12a2a;
}

.moment,
.title{
    padding: 1.5rem;
    position: relative;
}

.moment div.inner.collapsed p,
.moment div.inner.collapsed span{
    display: none;
}

.overview .moment div.inner.collapsed > p:first-of-type,
.profile .moment div.inner.collapsed > p:first-of-type{
    font-size: 0.8rem;
    display: inline;
}

.moment.selected div.inner.collapsed > p:first-of-type{
    font-style: italic;
}

div.title.slim {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

div.slim p{
    display: none;
}

.pure-img {
    max-height: 200px;
    padding-right: 24px;
    float: left;
}

.reduced-img{
    display: block;
    float: right;
}

/* .reduced-img .attribution{
    position: absolute;
    bottom: -1.5em;
    left: 0px;
} */
.slideunit{
    /*width: 140%;*/
}

.topstripe{
    background-color: #e68f8f;
    height: 14px;
    position: relative;
    border-radius: 0px 0px 2px 2px;
    cursor: pointer;
}

#shade{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #222;
    opacity: 0.01;
    z-index: -1;
}

.foldup{
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    height: 8px;
    width: 10px;
    background-image: url(img/ui-icons_222222_256x240.png);
    background-position: 238px 11px;
    
    z-index: 999;
}

.slidehost.sparse .slideunit{
    width: 100%;
    overflow: hidden;
}

.moment .conceptscroll p:nth-child(odd){
    color: black;
}

.momentimageblock{
    background-size: cover;
    max-width: 40%;
}

.momentcopyblock{

}

    .moment:hover .overlay{
        opacity: 0.5;
    }

.overlay{
    background-color:white;
    opacity: 1.0;
    clear: both;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/*.profile .overlay{
    background-color:#ded9d2;
}*/

.inner{
        position: relative;
    z-index: 999;
}

div.momentimageblock p, 
div.momentimageblock span{
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.momentblock-1,
.momentblock-2,
.momentblock-3,
.momentblock-4{
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    
}

.momentblock-1 .overlay, .detail-1{
    border-left: 2px solid #3cbd3c;
    border-bottom: 2px solid #eaeaea;
}

.momentblock-2 .overlay, .detail-2{
    border-left: 2px solid #ff3b3b;
    border-bottom: 2px solid #eaeaea;
}

.momentblock-3 .overlay, .detail-3{
    border-left: 2px solid #264dff;
    border-bottom: 2px solid #eaeaea;
}

.momentblock-4 .overlay, .detail-4{
    border-left: 2px solid #3cbd3c;
    border-bottom: 2px solid #eaeaea;
}

.moment.title .overlay{
    border-left: 2px solid #9e9b93;
    border-bottom: 2px solid #eaeaea;
}
.momentblock-3 .overlay{ opacity: 0.8; }

.momentblock-1{
    max-width: 22%;
}
.momentblock-2{
    max-width: 35%;
}

.momentblock-3{
    max-width: 30%;
}

.profile.momentblock-3{
    max-width: 60%;
}

.slideunit:nth-child(3){
    background-color:#feffad;
}

.slidehost{
    border-top: 1px solid #d4d4d4;
    position: relative;
    margin-bottom: 1%;
}

    .slidehost.sparse{
        overflow-x: hidden;
    }

.slidehost:nth-child(4){
    background-color: #fcfdf6;
}

.slidehost:nth-child(3) .slideunit:nth-child(3){
    background-color: #abddff;
}

.clear{
    clear: both;
}

.leftbtn{
    position: absolute;
    left: -20px;
    width: 20px;
    height: 16px;
    background-image: url(img/ui-icons_222222_256x240.png);
    background-position: 162px 191px;
}

.rightbtn{
    position: absolute;
    right: -20px;
    width: 20px;
    height: 16px;
    background-image: url(img/ui-icons_222222_256x240.png);
    background-position: 226px 191px;
}

p.attribution{
    color: grey;
    font-size: 0.5rem;
    text-align: right;
}

p:first-letter {
    text-transform:capitalize;
}

.roid{
    background-color: white;
}

.detailhost{
    width: 4470px;
    position: relative;
    height: 500px;
}

.detailcontainer{
    width: 250px;
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

@media (max-width: 1200px){
    .centered-panel{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (max-width: 900px) {

    body{
        font-size: 0.5em;
    }
    p{
        -webkit-margin-after: 4px;
    }

    .moment.title{
        flex-basis: 30%;
        -webkit-flex-basis: 30%;
    }

    .flex-spacer{
        flex-basis: 70%;
        -webkit-flex-basis: 70%;
    }

    .profile.momentblock-3{
        max-width: 100%;
    }

    h2{
        color: black;
        font-size: 1.0rem;
        -webkit-margin-before:0.5em;
        -webkit-margin-after:0.5em; 
        margin: 0;
    }

    .logo{
        margin-left: auto;
        background-image: url(img/Asset3.png);
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 60px;
        width: 30px;
        margin-right: auto;
        margin-top: 8px;
    }
    .padded{
        padding: 0.5rem;
    }

    .padded-top {
        margin-top: 2%;
        height: 98%;
    }

    .centered-panel{
        padding-right: 24px;
        padding-left: 24px;
    }
        
    .column{
        width: 100%;
        height: 75%;
    }

    .spacer{
        height: 0.5rem;
    }

    .description{
        display: none;
    }
    .subtitle{
        font-size: 1.0rem;
        padding: 0.4rem;
    }
    p, span{
        font-size: 0.8rem;
    }
    div.moment p, div.moment span{
        font-size: 0.6rem;
        line-height: 1.2rem;
    }
    .overview .moment div.inner.collapsed > p:first-of-type,
    .profile .moment div.inner.collapsed > p:first-of-type{
        font-size: 0.6rem;
        display: inline;
    }

    .choices,.practices,.spaces,.concepts{display: inline-block;}

    .moment{
        padding: 0.3rem;
        padding-left: 0.5rem;
    }
    
    .moment p{
        max-width: 250px;
    }

    .moment .people{
        display: none;
    }

    .moment .location{
        display: none;
    }

    div.moment span{
        font-size: 0.8rem;
    }

    .overview div.moment .inner>p:first-of-type {
        -webkit-margin-before: 0px;
        margin: 0px;
    }

    .column.text{
        height: auto;
        -webkit-column-count: 1;
        column-count: 1;
        column-gap: 0rem;
        column-fill: auto;
    }

    .hidemobile{
        display: none;
    }

    .showmobile{
        display: block;
    }

}

@media (max-width: 700px){
    p, span{
        font-size: 0.6rem;
    }   

    .momentimageblock{
        max-width: 60%;
        flex: 1 1 30%;
    }
    
    .moment.title{
        flex-basis: auto;
        -webkit-flex-basis: auto;
    }

    .moment{
        padding-right: 0.6rem;
        padding-left: 0.6rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

        .momentimageblock .inner, .momentcopyblock .inner{
            height: 1.1rem;
            overflow: hidden;
        }

    .flex-spacer{
        flex-basis: auto;
        -webkit-flex-basis: auto;
    }

    .momentblock-1{
        flex-basis: 20%;
        -webkit-flex-basis: 20%;
    }
    .momentblock-2{
        flex-basis: 25%;
        -webkit-flex-basis: 25%;
    }
    .momentblock-3{
        flex-basis: 39%;
        -webkit-flex-basis: 39%;
    }
    .momentblock-4{
        flex-basis: 45%;
        -webkit-flex-basis: 45%;
    }

    .defaultdisplay{
        margin-bottom: 4px;
    }
}

@media (max-height: 500px){
    
    .column{
        width: 49%;
        float: left;
        position: relative;
    }
    .spaces{
        display: none;
    }

    .moment.title{
        flex-basis: auto;
    }

    .flex-spacer{
        flex-basis: auto;
    }
}

a.button{
    cursor: pointer;
    margin-right: 12px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

.remove{
    border:1px solid #df0909; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
     background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
     background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
     background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
     background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
     background-image: -o-linear-gradient(top, #f62b2b, #d20202);
     background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}
    
.remove:hover{
    border:1px solid #b30808;
    background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
    background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
    background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
    background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
    background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
    background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}

.edit{
    border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.edit:hover{
    border:1px solid #1c5675;
    background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
    background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
    background-image: -moz-linear-gradient(top, #26759e, #133d5b);
    background-image: -ms-linear-gradient(top, #26759e, #133d5b);
    background-image: -o-linear-gradient(top, #26759e, #133d5b);
    background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}

.showhidden{
    border:1px solid #23751c; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    background-color: #23751c; background-image: -webkit-gradient(linear, left top, left bottom, from(#3fbb2a), to(#23751c));
    background-image: -webkit-linear-gradient(top, #23751c, #23751c);
    background-image: -moz-linear-gradient(top, #23751c, #23751c);
    background-image: -ms-linear-gradient(top, #23751c, #23751c);
    background-image: -o-linear-gradient(top, #23751c, #23751c);
    background-image: linear-gradient(to bottom, #23751c, #23751c);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3fbb2a, endColorstr=#23751c);

}

.showhidden:hover{
    border:1px solid #23751c;
    background-color: #23751c; background-image: -webkit-gradient(linear, left top, left bottom, from(#3fbb2a), to(#23751c));
    background-image: -webkit-linear-gradient(top, #3fbb2a, #23751c);
    background-image: -moz-linear-gradient(top, #3fbb2a, #23751c);
    background-image: -ms-linear-gradient(top, #3fbb2a, #23751c);
    background-image: -o-linear-gradient(top, #3fbb2a, #23751c);
    background-image: linear-gradient(to bottom, #3fbb2a, #23751c);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3fbb2a, endColorstr=#23751c);
}

.reinstate{
    border:1px solid #ffc826; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
     background-color: #ffd65e; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
     background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
     background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
     background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
     background-image: -o-linear-gradient(top, #ffd65e, #febf04);
     background-image: linear-gradient(to bottom, #ffd65e, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffd65e, endColorstr=#febf04);
    }
    
.reinstate:hover{
    border:1px solid #f7b800;
    background-color: #ffc92b; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc92b), to(#ce9a01));
    background-image: -webkit-linear-gradient(top, #ffc92b, #ce9a01);
    background-image: -moz-linear-gradient(top, #ffc92b, #ce9a01);
    background-image: -ms-linear-gradient(top, #ffc92b, #ce9a01);
    background-image: -o-linear-gradient(top, #ffc92b, #ce9a01);
    background-image: linear-gradient(to bottom, #ffc92b, #ce9a01);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc92b, endColorstr=#ce9a01);
}