@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 767px) {
  .awards p {
    font-size: 1rem;
    line-height: 1.4;
    padding: .6rem 0;
  }

  h1.large {
    width: 100%;
    margin: 2rem auto;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .terms {
    max-width: 100%;
  }

  .contactus, .careers {
    max-width: 100%;
    width: 100%;
  }
  
  .contactus .col-6, .careers .col-6 {
    width: 100%;
  }
  
  .contactus div, .careers div {
    margin-bottom: .2rem;
  }
	
.people div.teaser--item {
    width: 100%; 
}
}



@media screen and (max-width: 767px) {
  .topbar {
    padding: 0.5rem;
	margin-bottom: 0.5rem; /*Adding space between navigation and site content */
  }
  
  .topbar-nav {
    text-align: center;
	margin-top: 0.5rem; /*adding space between navbar and logo */
  }
  
  .topbar-nav--item {
    margin-left: 1rem;
  }
 
/* Change - 011218
  .topbar-nav--item:first-child {
    margin-left: 0;
  }
*/  
 .topbar-nav-section:first-child {
    margin-left: 0;
  }
	
	.topbar-nav-submenu{
		display: none;
		position: absolute;
		background-color: black;
		padding-top: 1rem;
		padding-bottom: 2rem;
		height: 4rem;
		width: 100%;
		top: 5.5rem;
		left: 0px;
		z-index: 99999;
		border: 1px solid transparent; /*trick to eliminate jumpy animations*/
	}
	
	
  .topbar-logo {
	padding-top: 1rem;
    padding-bottom: calc(1.5rem /2);
  }
  
  .topbar-logo img{
	    margin-top: 0;
	    margin-left: auto;
		margin-right: auto;
		display: block;
	    max-width: 90vw;
	}
	
  .topbar-logo, .topbar-nav {
    width: 100%;
    display: block;
	max-height: none;
  }
  
  .topbar .logo {
    background-size: 280px 25px;
    display: block;
    width: 280px;
    height: 25px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
  }
}


@media screen and (max-width: 767px) {
  .main-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}


@media screen and (max-width: 767px) {
  .footer {
    padding: 1.5rem;
  }
  
  .footer-info, .footer-nav {
    display: block;
    width: 100%;
    text-align: center;
    padding: .5rem 0;
  }
  
  .footer-nav--item:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 1600px) {
  .teaser.media {
    width: 19%;
    -webkit-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
  }
}
@media screen and (max-width: 900px) {
  .teaser.media {
    width: 24%;
    -webkit-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
	
	.teaser .bio-mouseover{
	  height: 50%;
	}
}
@media screen and (max-width: 481px) {
  .teaser.media {
    width: 48%;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media screen and (max-width: 1600px) {
  .teaser.threeCol {
    width: 32%;
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
}
@media screen and (max-width: 900px) {
  .teaser.threeCol {
    width: 48%;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media screen and (max-width: 481px) {
  .teaser.threeCol {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .teaser.twoCol {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media screen and (max-width: 481px) {
  .teaser.twoCol {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}


@media screen and (max-width: 1025px) {
  .teaser-gray .teaser {
    margin-bottom: 1rem;
  }
  
  .teaser-gray .teaser--item-note {
    padding: 1rem;
  }
 
  .teaser-gray .teaser--item-note h1 {
    font-size: 1.2rem;
  }
  
  .teaser-gray .teaser--item-note h4 {
    font-size: .88rem;
  }
  
  .teaser-gray .teaser--item-note h5 {
    font-size: .66rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
  .teaser .bio-mouseover{
	  height: 70%;
	}
}

@media screen and (min-width: 900px) and (max-width: 1024px){
  .teaser .bio-mouseover{
	  height: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px){
  .teaser .bio-mouseover{
	  height: 70%;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px){
  .teaser .bio-mouseover{
	  height: 100%;
	}
}

/*Pixel2 Fix*/
@media screen and (device-width: 411px) and (device-height: 731px) and (orientation:portrait){
  .teaser .bio-mouseover{
	  height: 60%;
	}
}


@media screen and (max-width: 767px) {
  .teaser--item:hover .teaser--item-note {
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    -webkit-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    opacity: 1;
    font-size: 1rem;
  }

  .teaser--item-note {
    padding: 0 .5rem;
  }

  .teaser-gray .teaser.twoCol {
    height: 30vw;
    width: 25vw;
  }
}
@media screen and (max-width: 480px) {
  .teaser-gray .teaser {
    margin-bottom: 0.44rem;
  }
}

@media screen and (max-width: 767px) {
  /* line 62, ../sass/components/_slideshow.scss */
  .slideshow--bottom-content h2,
  .slideshow--bottom-content h3 {
    font-size: 1rem;
  }
}

/*ipad fixes*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .carousel-container{
    height: 100%;
  }
  
  .contact-splash-container, .careers-splash-container{
	  height: 500px;
  }
  
  .contactus{
		max-width: 100%;
  }
	
	.project_vertical_image{
		height: 45vh;
	}
}

/*ipad fixes*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
  .carousel-container {
    height: 500px;
  }
  
  .contact-splash-container, .careers-splash-container{
	  height: 400px;
  }
  
  .contactus{
		max-width: 100%;
  }
}

/*ipad fixes*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
	.teaser .bio-mouseover{
	  height: 70%;
	}
	
	.carousel-container {
		height: auto;
	}
	
.people_block .people_bio {
    display: none;
}
	
	span.award-date {
    display: block;
	}
}

@media screen and (max-width: 1024px) {
  /* BLUEJUX IPAD */
	
		main.projects	.project_desc_copy {
    max-width: 100%;
}

	.terms {
    max-width: 100%;
}
	main.process > .grid-layout.patern0 > .grid-item.grid-item-1.feature-left {
    flex-direction: column;
}
	
main.process	.process2 .project_cont {

    flex-direction: column;
}
	
main.process	.process_title {
    width: 100%;
	padding-left: 10%;
    padding-right: 10%;
	margin-left: 0px;
	margin-right: 0px;
}
main.process	.project_copy {
    width: 100%;
		    padding-left: 10%;
}
	
	main.process .project_cont {
    padding-bottom: 30px;
}
	
		main.process .grid-item img {
    object-position: right;
}
	
	.people_block .project_title {
    word-break: break-word;
}
	
}


/*ipad pro fixes*/
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait){
  .project_vertical_image{
		height: 45vh;
   }
	
	.teaser .bio-mouseover{
	  height: 100%;
	}
	
	.carousel-container {
		height: auto;
	}
}

/*iphone fix*/
@media only screen and (max-device-width: 480px) {
	.smart-crop img{
		padding: 0;
	}
	
	#home_page-carousel{
		margin-bottom: 2rem;
	}
	
	.project-lightbox .featherlight-content{ /*Eliminate lightbox margins on mobile*/
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.project-lightbox .featherlight-content .projects-carousel-project_details-name{
		padding-left: 5px;
	}
	
	.project-lightbox .featherlight-content .projects-carousel-project_details-location{
		padding-right: 5px;
	}
}

/*iphone portrait fixes*/
@media only screen and (max-device-width: 480px) and (orientation: portrait){
	.main-wrap.carousel-container{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	.carousel-container{
		height: auto !important;
	}
	
	.video-container{
		height: 30vh !important;
	}
	
	.project-lightbox .featherlight-content{
		height: auto !important;
	}
	
	.project_vertical .project_vertical_content{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	
	.topbar-nav, .project_vertical li{
		margin-bottom: 1rem;
	}
	
	.main-wrap{
		
	}
	
	.project_vertical_image{
		height: 30vh;
	}
	
	/*Regina changes*/	
	main.sddg + footer.footer {
		position: absolute;
		bottom: 0px;
		width: 100%;
	}
	
	.carousel-container {
		height: 40vh !important; /* JK Edit 092920 - Changed to 40 vh to preserve more of the image width */
	}
	
	/*
	JK Edit 092920 - this was distoring the images - disabling
	.smart-crop img{
		width: 180% !important;
	}
	*/
	
		/* process */
	
	footer.footer {
		position: relative;
		bottom: 0px;
		width: 100%;
	}
	
	main.process	a.playbtn {
		margin-top: calc(50% - 0px);
	}
	
	/*
	JK Additions 092920
	*/
	.overlay_container{
		overflow: visible;
	}
	
	.cycle-title{
		font-size: 16px !important;
	}
	
	.cycle-desc {
		left: auto !important;
		color: white;
		right: -113%;
		z-index: 19;
		font-size: 14px !important;
	}
}

/*older iphone portrait fixes*/
@media only screen and (max-device-width: 480px) and (max-device-height: 660px) and (orientation: portrait){
	.teaser .bio-mouseover{
	  height: 100%;
	}
}

/*iphone ladnscape fixes*/
@media only screen and (max-device-width: 480px) and (orientation: landscape){
	.project-lightbox .featherlight-content{
		width: 90%;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.project-lightbox .projects-carousel-container{
		height: 88% !important;
	}
}



@media only screen and (max-device-width: 360px){
	.topbar-nav--item, .footer-info > *, .footer-nav > * {
		font-size: 1.0rem;
	}
	
	.topbar-nav .topbar-nav-section:first-child > .topbar-nav--item{
		margin-left: 0px !important;
	}
}


@media only screen and (max-device-width: 768px) and (orientation: landscape){
	/* bluejux 12/31/19 mobile design iphones landscape */
	
	
	
			/* people */

	main.people	.grid-item.feature-left {
		display: block;
	}

		.people .project_title {

		padding-bottom: 0px;
		font-size: 34px;
	}

		main.people	 .project_loc {
		text-align: left;
		color: #000000;
		font-size: 14px;
	}

		main.people	 .people_bio p {
		font-size: 14px;
				padding-top: 20px;
	}

		main.people	 .project_cont {
		width: 100%;
				padding: 0px;
		}

		main.people	 .grid-layout.patern0 div.teaser--item {
		padding-left: 0px;
		padding-right: 0px;
				padding-top: 30px;
	}
		main.people		.people_bio {
		padding-top: 0px;
	}

	main.people		.grid-layout.patern1 {
		display: block;
		}

		main.people .grid-item.feature-left {
		padding-left: 0px;
			  padding-top: 30px;
	}

		main.people .grid-item.feature-right {
		padding-right: 0px;
		padding-top: 30px;
	}

		main.people .people_block .project_loc {
		color: #ffffff;
	}

	main.people	.people_block .people_bio {
		display: none;
	}

		.people div.teaser--item.sub {
		height: 500px;
	}

		main.people .people_block .project_title {
		padding-bottom: 0px;
		font-size: 30px;
	}

		.people div.teaser--item:after {
		margin-top: -150px;
		height: 150px;
	}

		.people div.teaser--item.sub:after {
		margin-top: -250px;
		height: 250px;

	}



		/* press */

		main.press .press_head .div1 div {

	 top: 20px;
		left: 70px;
		}

	main.press	.main-wrap, main.contact	.main-wrap {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	main.press	.press_head .div2 {
		display: block;
		}

	main.press	.press_head .div2 a {
		padding-bottom: 15px;
		display: block;
		width: 100%;
	}
		main.press	.press_head .div2 a:first-child {
		padding-top: 15px;

	}

		main.press	.grid-layout.patern2 {
		display: block;
		}
		.press .project_title {
		font-size: 18px;
	}

		.press .project_loc {
		font-size: 12px;
	}


			/* careers */

		main.jobs .grid-item.grid-item-0.feature-left {
		flex-direction: column-reverse;
		padding-left: 1.5rem;
	}
		main.jobs	.main-wrap.career .project_cont, main.jobs .main-wrap.career .teaser--item {
		width: 100%;
		padding-right: 1.5rem !important;
	}

	main.jobs	.teaser--item {
		padding-right: 0px !important;
	}

	main.jobs	.grid-item.grid-item-0.feature-left .project_cont {
		display: block;
		padding-right: 0px !important;
		padding-left: 0px;
	}

	main.jobs	.careers div {
		padding-right: 0px !important;
	}

	.careers div {
		margin-bottom: .2rem;
		padding-right: 0px;
	}


		.main-wrap.career .project_desc p {
		padding-right: 1.5rem;
			font-size: 18px;
	}

		.project_desc {
		padding-top: 30px;
	}

	.main-wrap.career .project_desc p 	a {
		box-shadow: inset 0 -0.15em black, inset 0 -0.2em #fff;
		display: inline;
		background-size: 1px 1em;
		font-size: 18px;
	}

	main.jobs	span.career-name br {
		display: block;
		line-height: 20px !important;
		content: ' ';
		margin: 5px;
	}

		 main.contact .grid-item.grid-item-0.feature-left  {
		flex-direction: column;

	}

		 main.contact  .main-wrap.contact .teaser--item,  main.contact  .main-wrap.career .project_cont {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

		.main-wrap.career.contact .topbar-logo .logo {
		font-size: 16px;
		letter-spacing: .1em;
	}
		.main-wrap.career.contact .topbar-logo .logo span {
		font-size: 16px;
		letter-spacing: .1em;
		padding-left: 14px;
	}















	span.award-date {
		display: block;
	}	




	/* HOME PAGE */	
	#topbar-nav-section--xtra a.topbar-nav--item.has_sub {
		text-decoration: none;
		margin-left: .5em;
	}

		.topbar .logo {
		background-size: 310px 30px;
		display: block;
		width: 310px;
		height: 30px;
		background-position: center;
	}
		.footer {
		padding: 1.2rem;
		display: flex;
	}

		.footer-nav--item:first-child {
		MARGIN-TOP: .2EM;
			margin-left: .4rem;
	}

	 .footer-nav {
		text-align: LEFT;
	}

		.cycle-title {
		bottom: 10%;
		font-size: 20px;
		letter-spacing: .2em;
		left: 12%;
		line-height: 1.2em;
			width: 65%;

	}

	.cycle-title br {

		display: inline;
	}

		.cycle-desc {
		position: absolute;
		width: 100%;
		top: 8%;
		font-size: 16px;
		letter-spacing: .15em;
		left: 90%;
		line-height: 1.2em;
		text-transform: uppercase;
		transform-origin: top left;
		transform: rotate(90deg);
	}
		.cycle-desc span {

		font-size: 20px;

	}

		/* process */
	main.process .grid-layout.patern0 {
		display: block;
			overflow: hidden;
		}

		main.process .grid-item {
		flex-direction: column;
	}

		main.process	.process_play .grid-layout.patern0:last-child .grid-item {
		flex-direction: column-reverse;
			padding-bottom: 30px;
	}

		main.process	.process2 .project_cont {

		flex-direction: column;
	}

	main.process .process2 .project_cont .process_title {
		width: 80%;
	}
		main.process	.process2 .project_cont  .project_copy {

		width: 100%;
		padding-left: 20%;

	}

	main.process .process2 .project_cont .project_copy {

			padding-top: 10%;
		}

	main.process	.process2 .project_cont 	.grid-item img {
		object-fit: contain;
		width: 130%;
	}

		main.process.process2 .project_cont.p3 {

		width: 100%;
	}

	main.process	.process2 .project_video.p3 {
	   width: 120% !important;
		margin-left: 0px !important;
	}

	main.process	.process2 .project_cont.p3 {
		padding: 0px !important;
		margin: 30px;
		background-color: #ffffff;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		width: calc(100% - 30px) !important;
		margin-left: 0px;
		margin-right: 30px !important;
	}

	main.projects	.project_cont, .main-wrap.career.awards .project_cont {
		padding: 30px;
	}
	
	.main-wrap.career .grid-item img {
		object-position: left;
		height: 450px;
	}
}





@media only screen and (max-device-width: 480px){
	/* bluejux 12/31/19 mobile design iphones */
/* HOME PAGE */	
	#topbar-nav-section--xtra a.topbar-nav--item.has_sub {
    text-decoration: none;
    margin-left: .5em;
}
	
	.topbar .logo {
    background-size: 310px 30px;
    display: block;
    width: 310px;
    height: 30px;
    background-position: center;
}
	.footer {
    padding: 1.2rem;
    display: flex;
}
	
	.footer-nav--item:first-child {
    MARGIN-TOP: .2EM;
		margin-left: .4rem;
}
	
 .footer-nav {
    text-align: LEFT;
}
	
	.cycle-title {
    bottom: 10%;
    font-size: 20px;
    letter-spacing: .2em;
    left: 12%;
    line-height: 1.2em;
		width: 65%;

}
	
		.cycle-title br {
 
display: inline;
}
	
	.cycle-desc {
    position: absolute;
    width: 100%;
    top: 8%;
    font-size: 16px;
    letter-spacing: .15em;
    left: 90%;
    line-height: 1.2em;
    text-transform: uppercase;
    transform-origin: top left;
    transform: rotate(90deg);
}
	.cycle-desc span {

	font-size: 20px;

}
	
	/* process */
main.process .grid-layout.patern0 {
    display: block;
	}
	
	main.process .grid-item {
    flex-direction: column;
}
	
	main.process	.process_play .grid-layout.patern0:last-child .grid-item {
    flex-direction: column-reverse;
		padding-bottom: 30px;
}
	
	main.process	.process2 .project_cont {

    flex-direction: column;
}
	
	main.process	.process2 .project_cont 	.process_title {

    width: 90%;
}
	
	main.process	.process2 .project_cont  .project_copy {

    width: 100%;
    padding-left: 20%;
		padding-right: 15%;
}
	
main.process	.process2 .project_cont 	.grid-item img {
    object-fit: contain;
    width: 130%;
}
	
	main.process.process2 .project_cont.p3 {

    width: 100%;
}
	
main.process	.process2 .project_video.p3 {
   width: 100% !important;
    margin-left: 0px !important;
}
	
	main.process {
    overflow: hidden;
}
	
main.process	.process2 .project_cont.p3 {
    padding: 0px !important;
    margin: 30px;
    background-color: #ffffff;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: calc(100% - 30px) !important;
    margin-left: 0px;
    margin-right: 30px !important;
}
	
	main.process .project_cont {

    padding: 10px;
    padding-bottom: 0px;
}
	
	/*projects */
	
main.projects	.grid-item.grid-item-0 {
    flex-direction: column;
}
main.projects	.grid-item.grid-item-0	.project_cont {
    width: 100%;
	}
	
main.projects	.project_desc_copy {
    max-width: 100%;
}
	
main.projects	.grid-layout.patern1 .grid-item {
    flex-direction: column;

}
	
	main.projects	.grid-layout.patern1 .grid-item a {
	height: 100%;
}
main.projects		.project_title {
    font-size: 22px;
}
	
	
main.projects		.project_cont {
    width: 100%;
    padding: 20px;
    display: block;
}
	
	main.projects	.project_loc {
    font-size: 14px;
	}
	
	main.projects	.project_desc {
    font-size: 12px;
	}
	
	main.projects	.grid-layout.patern1  .grid-item.feature-right {
    flex-direction: column-reverse;
		    justify-content: flex-end;
}
	
main.projects		.project_title_cont {
    height: auto !important;
}
	
	main.projects	.grid-item.grid-item-2.feature-right a.teaser--item.p1child img {
    width: 150%;
}
	
	main.projects		.grid-layout.patern2 {
    display: block;
	}
	
	main.projects	 .grid-layout.patern1.p1item6 {
    grid-template-areas: "featureL featureL featureL featureR featureR featureR";
}
	
	main.projects	.grid-layout.patern1.p1item16 {
       grid-template-areas: "featureL featureL featureL featureR featureR featureR";
}
	
	main.projects	 .grid-layout.patern1.p1item11 .grid-item.grid-item-11.feature-left {
    flex-direction: column;
		    justify-content: space-between;
}
	main.projects	.grid-layout.patern1.p1item11 .grid-item {
    flex-direction: column-reverse;
    justify-content: space-between;
}
	
	main.projects	.grid-layout.patern1.p1item16 .grid-item.grid-item-16.feature-right {
    flex-direction: column;
    justify-content: space-between;
}
	main.projects .grid-item.grid-item-16.feature-right a.teaser--item.p1child img {
    width: 150%;
}
	
	main.projects	.grid-layout.patern1.p1item21 .grid-item {
    flex-direction: column-reverse;
    justify-content: space-between;
}
	
	main.projects	a.teaser--item.p1child {
    overflow: hidden;
}
	
	main.projects	.grid-layout.patern1.p1item21 a.teaser--item img {
    width: 150%;
}
	
main.projects	.closebtn.outer{
    width: 30px;
    cursor: pointer;
    z-index: 999999;
    position: relative;
    margin-left: calc(100% - 50px);
    margin-bottom: 20px;
}
	
main.projects	.return_link {

    text-align: center;
}
	
	
	/* people */
	
	.lisaandgina img {
    object-fit: cover;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
	
main.people	.grid-item.feature-left {
    display: block;
}
	
	.people .project_title {

    padding-bottom: 0px;
    font-size: 34px;
}
	
	main.people	 .project_loc {
    text-align: left;
    color: #000000;
    font-size: 14px;
}
	
	main.people	 .people_bio p {
    font-size: 14px;
		    padding-top: 20px;
}
	
	main.people	 .project_cont {
    width: 100%;
		    padding: 0px;
	}
	
	main.people	 .grid-layout.patern0 div.teaser--item {
    padding-left: 0px;
    padding-right: 0px;
		    padding-top: 30px;
}
	main.people		.people_bio {
    padding-top: 0px;
}
	
main.people		.grid-layout.patern1 {
    display: block;
	}
	
	main.people .grid-item.feature-left {
    padding-left: 0px;
		  padding-top: 30px;
}
	
	main.people .grid-item.feature-right {
    padding-right: 0px;
    padding-top: 30px;
}
	
	main.people .people_block .project_loc {
    color: #ffffff;
}
	
main.people	.people_block .people_bio {
    display: none;
}
	
	.people div.teaser--item.sub {
    height: 500px;
}
	
	main.people .people_block .project_title {
    padding-bottom: 0px;
    font-size: 30px;
}
	
	.people div.teaser--item:after {
    margin-top: -150px;
    height: 150px;
}
	
	.people div.teaser--item.sub:after {
    margin-top: -250px;
    height: 250px;

}

	
	
	/* press */
	
	main.press .press_head .div1 div {

 top: 20px;
    left: 70px;
	}
	
main.press	.main-wrap, main.contact	.main-wrap {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
	
main.press .press_head .div2 {
    display: block;
    font-size: 14px;
    margin-left: 4%;
}
	
main.press	.press_head .div2 a {
    padding-bottom: 15px;
    display: block;
    width: 100%;
}
	main.press	.press_head .div2 a:first-child {
    padding-top: 15px;

}
	
	main.press	.grid-layout.patern2 {
    display: block;
	}
	.press .project_title {
    font-size: 18px;
}
	
	.press .project_loc {
    font-size: 12px;
}
	
	/* careers */
	
	main.jobs .grid-item.grid-item-0.feature-left {
    flex-direction: column-reverse;
    padding-left: 1.5rem;
}
	main.jobs	.main-wrap.career .project_cont, main.jobs .main-wrap.career .teaser--item {
    width: 100%;
	padding-right: 1.5rem !important;
}
	
main.jobs	.teaser--item {
    padding-right: 0px !important;
}
	
main.jobs	.grid-item.grid-item-0.feature-left .project_cont {
    display: block;
    padding-right: 0px !important;
	padding-left: 0px;
}
	
main.jobs	.careers div {
    padding-right: 0px !important;
}
	
.careers div {
    margin-bottom: .2rem;
    padding-right: 0px;
}
	
	
	.main-wrap.career .project_desc p {
    padding-right: 1.5rem;
		font-size: 18px;
}
	
	.project_desc {
    padding-top: 30px;
}
	
.main-wrap.career .project_desc p 	a {
    box-shadow: inset 0 -0.15em black, inset 0 -0.2em #fff;
    display: inline;
    background-size: 1px 1em;
    font-size: 18px;
}
	
main.jobs	span.career-name br {
    display: block;
    line-height: 20px !important;
    content: ' ';
    margin: 5px;
}
	
	 main.contact .grid-item.grid-item-0.feature-left  {
    flex-direction: column;

}
	
	 main.contact  .main-wrap.contact .teaser--item,  main.contact  .main-wrap.career .project_cont {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
	
	.main-wrap.career.contact .topbar-logo .logo {
    font-size: 16px;
    letter-spacing: .1em;
}
	.main-wrap.career.contact .topbar-logo .logo span {
    font-size: 16px;
    letter-spacing: .1em;
    padding-left: 14px;
}
	
	
	/* awards */
.main-wrap.career.awards	.grid-item.grid-item-0.feature-left {
    flex-direction: column;
}
	
	.main-wrap.career.awards .project_cont, .main-wrap.career.awards .teaser--item {
    width: 100%;
    padding: 0px !important;
}
	
	.main-wrap.career.awards .awards_image {
    margin-top: 20px;
    min-height: 300px;
}
	
	span.award-contest {

    display: block;
}
	span.award-name {
		display: inline;}
	span.award-date {
		display: inline;}
	
}