*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-webkit-keyframes bnr-content-fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes bnr-content-fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.lazy {
    display: none !important
}

.animatedOnLoad {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.no-csstransitions .animatedOnLoad {
    display: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.hidden {
    display: none
}

#work #work-filter {
	
}

#work #work-filter ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 10px
}

#work #work-filter ul li {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#work #work-filter ul li a {
	text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-family: 'robotoregular', Arial;
    display: inline-block;
    cursor: pointer;
}

#work #work-tiles {
    position: relative;
    max-width: 1190px;
    margin: 0 auto 20px
}

#work #work-tiles .work-tile {
    position: relative;
    float: left;
    margin: 0;
    width: 33.33%;
    overflow: hidden;
	cursor: pointer;
}

#work #work-tiles .work-tile .work-tile-image img {
    float: left
}

#work #work-tiles .work-tile .work-tile-image .main-image {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#work #work-tiles .work-tile .work-tile-image .main-image.standard {
    max-width: 410px;
    max-height: 400px;
    width: 100%;
    height: auto
}

#work #work-tiles .work-tile .work-tile-image .main-image.large {
    max-width: 820px;
    max-height: 800px;
    width: 100%;
    height: auto
}

#work #work-tiles .work-tile .work-tile-image .placeholder-standard,
#work #work-tiles .work-tile .work-tile-image .placeholder-large {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#work #work-tiles .work-tile .work-tile-image .placeholder-standard {
    max-width: 410px;
    max-height: 400px;
    width: 100%;
    height: auto
}

#work #work-tiles .work-tile .work-tile-image .placeholder-large {
    max-width: 820px;
    max-height: 800px;
    width: 100%;
    height: auto
}

#work #work-tiles .work-tile .work-tile-content {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
	z-index: 20;
}

#work #work-tiles .work-tile .work-tile-content .work-tile-content-inner {
    opacity: 1;
    background: rgba(4,5,33,.86);
	transition: 0.3s ease all;
	width: 100%;
	height: 100%;
	left: 100%;
	position: absolute;
}

#work #work-tiles .work-tile .work-tile-content .work-tile-title {
    margin: 0px;
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 22px;
    font-family: 'robotoregular', Arial;
}


#work #work-tiles .work-tile .work-tile-content p {
    padding: 0;
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'robotoregular', Arial;
}


#work #work-tiles .work-tile .work-tile-content .work-tile-cta {
    margin: 0px;
    padding: 10px 20px;
    color: #fff;
    background: #84BF41;
    border-radius: 23px;
    display: inline-block;
    transition: all ease .3s;
    position: relative;
    line-height: 1.5;
}
#work #work-tiles .work-tile .work-tile-content .work-tile-cta:before {
    content: ' ';
    position: absolute;
    width: 41px;
    height: 41px;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #6BB42E;
    border-radius: 50%;
}
#work #work-tiles .work-tile .work-tile-content .work-tile-cta:after {
    content: ' ';
    position: absolute;
    width: 41px;
    height: 41px;
    top: 0px;
    right: 0px;
    z-index: 1;
    background-color: #6BB42E;
    border-radius: 50%;
}
#work #work-tiles .work-tile .work-tile-content .work-tile-cta span {
    position: relative;
    z-index: 2;
}
#work #work-tiles .work-tile .work-tile-content .work-tile-cta:hover {
    transition: all ease .3s;
}

#work #work-tiles .work-tile.featured {
    width: 66.666666%;
}

#work #work-tiles .work-tile.featured .work-tile-image .standard {
    display: none
}

#work #work-tiles .work-tile.featured .work-tile-image .placeholder-large {
    display: block
}

#work #work-tiles .work-tile.featured .work-tile-image .placeholder-standard {
    display: none
}

#work #work-tiles .work-tile:hover .work-tile-content .work-tile-content-inner {
    opacity: 1;
    top: 0
}

#work #work-tiles .work-tile .work-tile-content .work-tile-content-inner .work-tile-content-inner-position {
	margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
	left: 0;
	right: 0;
	width: 75%;
}

#work #work-tiles .work-tile:hover .work-tile-content .work-tile-cta {
   
}

#work #work-tiles.js .work-tile {
    position: absolute;
    margin: 0
}

#work #work-tiles.js .work-tile.featured {
    position: absolute;
	margin-bottom: -0.53px
}
#work #work-tiles .work-tile:nth-of-type(7) {
    clear: both;
}
#work #work-tiles.js.filtered .work-tile.featured {
    width: 33.333333%;
	margin: 0!important;
}

#work #work-tiles.js.filtered .work-tile.featured .work-tile-image .large {
    display: none
}

#work #work-tiles.js.filtered .work-tile.featured .work-tile-image .standard {
    display: block
}

#work #work-tiles.js.filtered .work-tile.featured .work-tile-image .placeholder-large {
    display: none
}

#work #work-tiles.js.filtered .work-tile.featured .work-tile-image .placeholder-standard {
    display: block
}




/* 300px */
@media screen and (min-width: 18.75em){
	
	#work #work-filter ul li{
		width: 33.333333%;
	}
	#work #work-filter ul li:first-of-type{
		width: 100%;
		margin: 0 0 10px;
	}
	
	#work #work-tiles .work-tile{
		display: none;
	}
	
	#work #work-tiles .mobile-work-tile{
		display: block;
		width: 100%;
		float: left;
        position: relative !important;
        height: auto;
	}
	
	#work #work-tiles .mobile-work-tile-image img{
		max-height: 800px;
		width: 100%;
		height: 100%;
	}
	
	#work #work-tiles .mobile-work-tile-content{
		text-align: center;
		padding: 18px 0;
        background-color: #272950;
        position: relative;
	}
	
	#work #work-tiles .mobile-work-tile-content h3{
		color:#FFF;
        text-align: left;
        padding: 0px 40px 0px 20px;
        height: auto !important;
	}	
	#work #work-tiles .mobile-work-tile-content a{
		text-align: center;
		border-radius: 50%;
		background: #9EB2DC;
        color: #fff;
		display: inline-block;
		transition: all ease-in .3s;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
	}
	
	#work #work-tiles .mobile-work-tile-content a:hover{
		background: #38A7DF;		
	}
}

/* 480px */
@media screen and (min-width: 30em) {
	#work #work-tiles .mobile-work-tile{
		display: block;
		width: 33.333333%;
		float: left;
		height: 450px;
	}
}

/* 768px */
@media screen and (min-width: 48em) {
	#work #work-filter ul li{
		width: 25%;
	}
	#work #work-filter ul li:first-of-type{
		width: 25%;
		margin: 0;
	}
	
	#work #work-tiles .work-tile{
		display: block;
	}
	
	#work #work-tiles .mobile-work-tile{
		display: none;
	}
}

/* 1024px */
@media screen and (min-width: 64em) {
	
}

/* 1680px */
@media screen and (min-width: 105.00em){
	
}

/* 1920px */
@media screen and (min-width: 120.00em){