/* page specifics */

body.project-view footer {

    background-color: #e7e8e8;
    visibility: hidden;
}

body.project-view footer ul li.sociables {

    border-top: 1px solid rgba(0, 132, 161, 0.5);
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
}

body.project-view footer li {

    margin-top: 10px;
    margin-bottom: 27px;
    padding-top: 0;
    min-height: 1px;
}

body.project-view footer li,
body.project-view footer li span {

    display: none;
    border-left: 0;
}

body.project-view footer li:last-child,
body.project-view footer .sociables a.fa-envelope {

    display: block;
    line-height: 20px;
}

body.project-view .sociables a:link,
body.project-view .sociables a:link,
body.project-view .sociables a:link,
body.project-view .sociables a:link {

    font-size: 16px;
}

/*body.project-view footer .sociables a.fa-twitter {
    
    font-size: 23px;
}

body.project-view footer .sociables a.fa-envelope {
    
    font-size: 22px;
}
*/
body.project-view footer .back-to-top {

    top: 13px;

    cursor: pointer;
}


body.contact section ul {

    margin-top: 45px;
    display: block;
    float: left;
    clear: none;
    width: 100%;
    min-height: 1px;
}

body.contact section ul li {

    float: left;
    clear: both;
    display: block;
    width: 100%;
    font-size: 18px;
    min-height: 50px;
    line-height: 50px;

    border-bottom: 1px solid rgba(0, 132, 161, 0.5);
}

body.contact section ul li:first-child {

    border-top: 1px solid rgba(0, 132, 161, 0.5);
}

body.contact section ul li:last-child {

    border: 0;
    padding-top: 15px;
}

body.contact section ul li p:first-child {

    color: #182E3A;
}

body.contact section ul li p:last-child {

    padding-top: 10px;
    font-size: 13px;
    letter-spacing: 1px;
}




body.about section ul {

    width: 100%;
}

body.about section ul li {

    float: left;
    clear: both;

    display: block;
    width: 100%;
    font-size: 18px;
    min-height: 48px;
    line-height: 48px;

    border-bottom: 1px solid rgba(0, 132, 161, 0.5);
}

body.about section ul li a:link,
body.about section ul li a:visited,
body.about section ul li a:hover,
body.about section ul li a:active {

    display: block;
    width: 100%;
    height: 100%;

    background-position: center right;
    background-repeat: no-repeat;
}

body.about section ul li a.reveal:link,
body.about section ul li a.reveal:visited,
body.about section ul li a.reveal:hover,
body.about section ul li a.reveal:active {

    color: #182E3A;
    background-image: url(/images/close.png);
}


body.about section ul li:first-child {

    border-top: 1px solid rgba(0, 132, 161, 0.5);
}

body.about section ul li p {

    color: #182E3A;
    padding-top: 20px;
}

body.about section ul li p:first-child {

    padding-top: 0;
}


body.about section ul li.content {

    /* 50px but less 4px to compensate for border and line-height*/
    padding: 46px 0;
    border: 0;
    display: none;

}

body.about section ul li.content:last-child {

    padding-bottom: 0;
}

body.about section ul li.reveal {

    display: block;
    border-bottom: 1px solid rgba(0, 132, 161, 0.5);
}

body.about section ul li:last-child.reveal {

    border-bottom: 0;
}


body.about .data {

    clear: both;
}

/* parallax */


body.about .data h2,
body.about .data .overview {

    background: rgba(255, 255, 255, 0.9);
}

body.about .data h2,
body.about .data .overview {

    padding-bottom: 30px;
    margin-bottom: 0;
}

body.about .data .overview {

    padding-bottom: 50px;
}

body.about .parallax {

    background-image: url('/images/bg.jpg');
    padding-bottom: 195px;

    /* Full height */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 400PX 200PX;

}

/* end of parallax */

body.about h1 {

    margin-bottom: 20px;
}

body.about h2 {

    clear: both;
    padding-top: 50px;
}

body.about p {

    font-size: 16px;
    line-height: 20px;
}

body.about .profiles {

    float: left;
    clear: both;
    display: block;
    width: 100%;
    min-height: 10px;
    padding-bottom: 47px;
}

body.about .profile {

    display: block;
    width: 100%;
    min-height: 0;
    float: left;
    clear: both;
    padding-top: 50px;
}


body.about .profile img {

    display: block;
    clear: both;
    width: 100%;
    height: 100%;

    background: #eee;
    margin: 0;
    padding: 0;
}

body.about .profile span {

    font-size: 15px;
    line-height: 20px;
    /* font-family: MarkOT-Bold; */
}

body.about .profile .profile-name {

    padding-top: 27px;
    /* 30px compensate for line-height*/
    padding-bottom: 5px;
}


body.about section ul li div div p {

    display: block;
    min-height: 1px;
    width: 100%;
    padding-top: 0;
    margin: 0;
}

body.about .other-members {

    display: block;
    clear: both;

    border: 0;
    border-top: 1px solid rgba(0, 132, 161, 0.5);
    border-bottom: 1px solid rgba(0, 132, 161, 0.5);

    padding: 27px 0;
    padding-bottom: 23px;
}

body.about ul li .other-members p {

    color: rgb(0, 132, 161);
    padding-top: 0;
    font-size: 18px;
    padding-bottom: 6px;
}

body.about li.content p strong:first-child {

    /* font-family: MarkOT-Bold; */
    font-weight: normal;
}

.carousel {

    float: left;
    display: block;
    width: 100%;
    min-height: 10px;
}


.carousel>div {

    float: left;

    width: 100%;
    min-height: 10px;
    margin: 0;
    padding: 0;
}

.carousel div img {

    float: left;
    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
}

.intro {

    display: block;
    float: left;
    width: calc(100% - 60px);
    padding: 30px 30px 50px 30px;
    min-height: 10px;

    display: none;
}

.intro p {

    line-height: 22px;
}

.intro strong {

    font-weight: normal;
    color: #182E3A;
}

body.home .band-left,
body.home .band-right,
body.home .arrow-left,
body.home .arrow-right {

    display: none;
}

section .arrow-down {

    display: none;
    /* used only in 768px */
}

.footer-band {

    display: none;
    background-color: rgba(95, 128, 137, 0.99);
    bottom: 0;
    height: 135px;
    mix-blend-mode: multiply;
    position: fixed;
    width: 100%;
}


body.projects section {

    min-height: 100px;
    padding-bottom: 14px;
}

body.projects section ul {

    float: left;
    min-height: 1px;
    width: 100%;
}

body.projects section ul li {

    float: left;
    clear: both;

    display: block;
    width: 100%;
    font-size: 18px;
    min-height: 48px;
    line-height: 48px;

    border-bottom: 1px solid rgba(0, 132, 161, 0.5);
    list-style-type: none;
}


body.projects section ul li a:link,
body.projects section ul li a:visited,
body.projects section ul li a:hover,
body.projects section ul li a:active {

    display: block;
    width: 100%;
    height: 100%;

    background-position: center right;
    background-repeat: no-repeat;
}

body.projects section ul li a.reveal:link,
body.projects section ul li a.reveal:visited,
body.projects section ul li a.reveal:hover,
body.projects section ul li a.reveal:active {

    color: #182E3A;
    background-image: url(/images/close.png);
}

body.projects section ul li:first-child {

    border-top: 1px solid rgba(0, 132, 161, 0.5);
}

body.projects section ul li.content {

    /* 50px but less 4px to compensate for border and line-height*/
    padding: 46px 0;
    border: 0;
    display: none;

}

body.projects section ul li.content:last-child {

    padding-bottom: 0;
}

body.projects section ul li.reveal {

    display: block;
}


body.projects section ul li.anchor.reveal {

    margin-bottom: 50px;
}


body.projects section ul li:last-child.reveal {

    border-bottom: 0;
}

body.projects section ul li.reveal-margin-bottom {

    margin-bottom: 50px;
}

/* body.projects section ul li.reveal-margin-top {
    
    margin-top: 50px;
} */


body.projects section ul li.reveal-border-top {

    border-top: 1px solid rgba(0, 132, 161, 0.5);
}


body.projects .thumb {

    position: relative;
    border-bottom: 1px solid rgba(0, 132, 161, 0.5);
    border-width: 0;
}

body.projects .thumb-320 {

    display: none;
}

body.projects .thumb picture,
body.projects .thumb img {

    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

body.projects .thumb:hover .tidbit {

    display: block;
}

body.projects a.tidbit:link,
body.projects a.tidbit:visited,
body.projects a.tidbit:hover,
body.projects a.tidbit:active {


    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 1px;
    text-align: center;

    background: rgba(0, 132, 161, 0.9);

    font-size: 18px;
    line-height: 21px;
    color: #FFF;

    display: none;

}

body.projects a.tidbit:active {

    background: rgba(73, 75, 89, 0.9);
}

body.projects .tidbit div {

    position: absolute;
    width: calc(100% - 60px);
    padding: 0 30px;
    text-align: center;
    top: 50%;

    margin-top: -40px;
}

body.projects .tidbit p {
    font-weight: normal;
    color: #fff;
}

body.projects .tidbit p:first-child {

    /* font-family: MarkOT-Medium; */
}

body.projects .tidbit p:last-child {

    padding-top: 20px;
    /* font-family: MarkOT; */
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.projects .roster {

    display: none;
}

.narrative .sociables {

    display: none;
}


body.project-view h1.project-title {

    padding-left: 30px;
    /* font-family: MarkOT-Medium; */
    font-size: 21px;
    line-height: 26px;
    display: block;
}

body.project-view h1.project-title span {

    display: inline-block;
}

body.project-view h1.project-title span:last-child {

    clear: both;
}

body.project-view .gallery {

    clear: both;
}

body.project-view .gallery-item {

    display: block;
    width: 100%;
    padding-bottom: 5px;
    float: left;
    clear: both;
    min-height: 1px;

}

body.project-view .gallery-item img {

    display: block;
    float: left;
    clear: both;
    width: 100%;
    min-height: 1px;

}

body.project-view .gallery-item-2 {

    width: calc((100% - 5px) / 2);
    padding-right: 5px;

    clear: none;
}



body.project-view .narrative {

    clear: both;
    background: #e7e8e8;

    display: block;
    width: calc(100% - 60px);
    padding: 30px;

    color: #182E3A;
}

body.project-view .narrative .title,
body.project-view .narrative .location {

    /* font-family: MarkOT-Medium; */
    font-size: 21px;
    line-height: 26px;
    display: block;
}


body.project-view .narrative .year-category {

    text-transform: uppercase;
    color: #0084A1;
    font-size: 12px;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 8px;

    letter-spacing: 1px;
}

body.project-view .narrative .description {

    padding-top: 6px;
}

body.project-view .narrative h2 {

    /* font-family: MarkOT-Bold; */
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

body.project-view .narrative p {

    /* font-family: MarkOT; */
    font-weight: normal;
    font-size: 15px;
    /* was 16px but reduced so it looks better and like the peg*/
    line-height: 20px;
    padding-bottom: 20px;

    color: #182E3A;
}

body.project-view .narrative .description>*:last-child {

    padding-bottom: 0;
}

body.project-view .arrow-left,
body.project-view .arrow-right {

    display: none;
}


body.about footer,
body.contact footer,
body.projects footer {

    position: absolute;
    height: 124px;
    bottom: 0;
}