@charset "utf-8";
/* Projects */

.hero-new {
    background-image: inherit;
    background-size: cover !important;
    background-position: 50% top;
    height: 92vh !important;
}

.hero-new h1 {
    font-size: 2rem !important;
    line-height: 3rem;
}

.hero-new::after {
    content: '\02193';
    font-size: 1.5rem;
    rotate: 0deg;
    top: 87.5vh;
    display: none;
}

.scroll-arrow::after {
    content: '\02193';
    font-size: 2rem;
    color: #ffffff;
    text-align: right;
}

@media screen and (max-width: 639px) {
    .scroll-arrow {
        display: none !important;
    }
}

.hero-video-container {
    position: relative;
    background: transparent !important;
    background-image: linear-gradient(to top, rgba(0,0,0,.5) 0%, transparent 50%)/*, linear-gradient(to right, rgba(0,0,0,.5) 0%, transparent 100%)*/ !important;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100vw;
    height: 92vh;
    z-index: -1;
}

h1.work-title {
    font-weight: 700;
}

h2.work-category {
    margin: 0.5rem 0 2.5rem 0;
    padding: 0.25rem 0.5rem 0.275rem 0.5rem;
    background: rgba(227,47,0,1.0);
    color: rgba(255,255,255,1.0);
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    display: inline-block;
}

h4.work-details {
    border-bottom: 1px solid rgb(155,156,154);
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
    font-size: 0.875rem !important;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

#work-intro {
    padding-bottom: 0;
}

.btm-padding {
    padding-bottom: 2rem;
}

ul.work-tags {
    list-style: none;
    margin: 0;
}

ul.work-tags li {
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.1rem .75rem 0.125rem .75rem;
    border-radius: 20px;
    background: rgba(235,235,235,1.0);
    display: inline-block;
}

.orbit-caption {
    background: linear-gradient(to top, rgba(55,58,54,0.6), rgba(55,58,54,0));
    padding-top: 5rem;
}

.orbit-bullets {
    margin-top: 1rem !important;
}

.orbit-bullets button.is-active {
    box-shadow: 0 0 0 .5px rgba(55,58,54, 0.5);
}

section .grid-container .orbit-container img {
    padding-bottom: 0;
}

.button-secondary {
    border: 2px solid #fd4000;
    box-sizing: border-box;
    background: transparent;
    color: rgb(51,51,51) !important;
}

.button-secondary:hover {
    background: #fd4000;
    color: #ffffff !important;
}





/* Legacy Code */

.dropdown.menu > li a#work {color: #ff4d00 !important;}
.content-box h1 {
	color: #000;
	font-weight: bold;
	font-size: 2em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.content-box h2 {
	margin-bottom: 2em;
	margin-top: 1.5em;
}
.content-box p {
	padding: 0;
	margin: 0 auto 1.1em 0;
}
p.location {
	margin-bottom: 2em;
}
p.teaser {
	font-weight: bold;
	margin-bottom: 1em;
}
.margin-wrapper {
	padding: 1em 5vw;
	max-width: 1500px;
	margin: 0 auto;
}
.project-grid {
	display: grid;
	grid-gap: 1em;
	grid-template-columns: 50% 50%;
	grid-template-rows: repeat (auto-fill, 1fr);
	margin: 2em 0 0 0;
}
.img-cell {
	padding-bottom: 75%;
	background: #bbb;
	background-size: cover !important;
}
.tall {padding-bottom: 150%;}
.inline-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-gap: 10px;
	width: 100%;
}
.images {margin: 3em 0;}
.images img {
	margin-bottom: 1em;
}
.awards-block h3, .collaborator-block h3 {font-size: 1rem;}
.awards-block ul {margin-left: 0;}
.awards-block ul li, .content-box .collaborator-block p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.1em;
	list-style: none;
	margin-bottom: 0.5em;
	max-width: none !important;
	width: 100%;
}
.content-box .collaborator-block p {
	line-height: 1.2em;
}
.project-nav {
	margin-top: 1.5em;
}
.project-nav a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin: 0;
}
.project-nav a.first {margin-left: 0;}
span.pipe {margin: 0 0.5em;}

.visuallyhidden { 
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; border: 0; 
}

@media only screen and (min-width: 600px){
	.content-box .collaborator-block p {max-width: none !important;}
}

