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


/* Reset browser default styles: */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  list-style: none;
}

/* border-box so that border widths aren't added to the total width of the element: */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Clearfix to make floated elements behave correctly: */
  .cf:before, .cf:after { content: ""; display: table; }
  .cf:after { clear: both; }
  .cf { zoom: 1; }
  .clear { clear: both;}

/* In order for the percentage heights to work we need this: */
html, body { height:100%; }

img {
	width: 100%;
	height: auto;
}
.blue {
	color: hsla(200,100%,50%,1.00);
	text-transform: uppercase;
}
.tblue {
	color: hsla(200,100%,50%,1.00);
}
a {
	text-decoration: none;
	color: white;
}
.item p a {
	color: white !important;
}

.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; margin: 0px 0px 40px 0px; }
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.vimeolegend { margin-top: -40px !important;}



/* ==========================================================================
   SEARCH
   ========================================================================== */
   
#hidden-content {
	color: black;
	background-color: hsla(0,0%,0%,0.50);
	border: 1px solid hsla(200,100%,50%,1.00);
	padding: 10%;
}  
#hidden-content .searcharea {
	border-bottom: none;
	 margin-top: 0px;
    margin-bottom: 0px;
}
.searchmod {
	display: block;
	float: left;
	margin-bottom: 10px;
	font-size: 24px;
	color: white;
}
#hidden-content .skeyw {
    padding: 5px 3px 6px 6px;
    background-color: rgba(255,255,255,0.75);
    border: none;
    width: 79%;
    font-size: 14px;
    height: 30px;
}

/* SEARCH */
.searcharea {
    margin-top: 5px;
    margin-bottom: 15px;
	border-bottom: 1px dotted hsla(0,0%,100%,0.50);
	padding-bottom: 15px;
}
.search li {
    margin: 30px 0px;
    line-height: 1.5em;
}
.search h2 {
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 10px;
}
.search h3{
    font-weight: 700;
    margin: 30px 0px;
}
.search a, search a:visited {
    color: black;
}
.search a:hover {
    color: #999;
}
.search p {
    font-weight: 300;
}
.keyw {
    font-weight: 300;
}
.sbtn {
    padding: 0px 4px 5px 4px;
    background-color: hsla(200,100%,50%,1.00);
    border: none;
    cursor: pointer;
    width: 20%;
    float: right;
    height: 30px;
	font-size: 16px;
}
.skeyw {
    padding: 5px 3px 6px 6px;
    background-color: rgba(255,255,255,0.40);
    border: none;
    width: 79%;
    font-size: 14px;
    height: 30px;
}
.fsearch {
    margin: 7px 0px 3px 0px;
}

.socials {
	border-top: 1px dotted hsla(0,0%,100%,0.50);
	padding-top: 8px;
	margin-top: 15px;
}
.sisters {
	border-top: 1px dotted hsla(0,0%,100%,0.50);
	padding-top: 8px;
	margin-top: 15px;
}


.results-inner {
	width: 90%;
	padding: 50px 0% 75px 0%;
	max-width: 1400px;
	margin: 0px auto 0px auto;
}
.rcount {
	margin: 20px 2% 0px 2%;
	display: block;
	border-top: 1px solid hsla(0,0%,100%,0.40);
	padding-top: 7px;
}
.result {
	margin: 20px 2% 0px 2%;
	border-top: 1px solid hsla(0,0%,100%,0.40);
	padding-top: 7px;
}
.result h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.result p {
	color: hsla(0,0%,100%,0.80);
}
.continue {
	margin-top: 5px;
}
.continue a {
	color: hsla(200,100%,50%,1.00);
}
.continue a:hover {
	color: hsla(0,0%,100%,0.99);
}
.paginate i {
	margin-right: 5px;
}
.paginumbers a {
	padding: 0px 5px;
}






/* ==========================================================================
   MAIN
   ========================================================================== */

body {
	/*background-image: url(../img/blur.jpg);*/
	background-color: hsla(0,0%,0%,0.90);
	color: hsla(0,0%,100%,0.90);
	font-family: 'Barlow', sans-serif;
	font-weight: 100;	
	background-size: cover;
	background-position: center;
}
.text-columns {
	column-count: 2;
	column-gap: 3%;
}
.xbold {
	font-weight: 900;
}
.bold {
	font-weight: 600;
}
.medium {
	font-weight: 300;
}
.light {
	font-weight: 100;
}

.logo img {

}
.container {
	width: 90%;
	padding: 0px 2% 0px 2%;
	max-width: 1400px;
	max-width: calc(1400px + .5%);
	margin: 0px auto;
	position: relative;
}
.logo {

}
.crumbs-inner {
	width: 90%;
	padding: 20px 2% 0px 2%;
	max-width: 1400px;
	max-width: calc(1400px + .5%);
	margin: 20px auto 0px auto;
	font-weight: 100;
}
.crumbs-inner span{
	font-weight: 300;
}
.toptype-inner {
	width: 90%;
	padding: 50px 2% 0px 2%;
	max-width: 1400px;
	margin: 0px auto 0px auto;
	text-transform: uppercase;
	font-size: 50px;
}
.toptype-inner h1 {
	font-weight: 100;
	line-height: 50px;
}
.upper {
	text-transform: uppercase;
}


/* ==========================================================================
   PAGES
   ========================================================================== */
.pages {
	margin: 0px 0px 0px 0px;
} 
.pages-inner {
	width: 90%;
	padding: 0px 0% 0px 0%;
	max-width: 1400px;
	margin: 0px auto 0px auto;
}
.pages-inner div {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px;
}
.pages-inner h1 {
	font-weight: 100;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.text-columns-2 {
	column-count: 2;
	column-gap: 3%;
	margin: 0px 2%;
}
.text-columns-3 {
	column-count: 2;
	column-gap: 3%;
	margin: 0px 2%;
}
.small-text p {
	font-weight: 300;
	margin-bottom: 16px;
	line-height: 22px;
	font-size: 16px;
} 
.large-text p {
	font-size: 28px;
	line-height: 38px; 
	font-weight: 100 !important;
}
.three_col {
	width: 96%;
	margin: 0px 2% 0px 2%;
}
.two_col {
	width: 62.666%;
	margin: 0px 2% 0px 2%;
}
.one_col {
	width: 29.333%;
	margin: 0px 2% 0px 2%;
}
.left {	
	float: left;
}
.right {	
	float: right;
}
.pageline {
  height: 1px;
  margin-left: 2%;
  margin-right: 2%;
  display: block;
  background: -moz-linear-gradient(right,  hsla(199,100%,45%,1) 0%, hsla(194,100%,47%,0) 100%);
background: -webkit-linear-gradient(right,  hsla(199,100%,45%,1) 0%,hsla(194,100%,47%,0) 100%);
background: linear-gradient(to left,  hsla(199,100%,45%,1) 0%,hsla(194,100%,47%,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ee8', endColorstr='#0000b7ee',GradientType=1 );
}




/* ==========================================================================
   Blog
   ========================================================================== */
   
   
.blog-left {
    width: 74%;
    margin: 0px 2% 0px 0%;
    float: left;
    background-color: hsla(209,100%,50%,0.10);
    padding: 20px 1.5% 50px 1.5% !important;
    border-top: 1px solid hsla(200,100%,50%,0.50);
}
.blog-left h1 {
	font-weight: 100;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 50px;
     color: white;
}
.blog-header {
    margin: 30px 1.5% 0px 1.5% !important;
}
.blog-left h2 {
    font-size: 36px;
    font-weight: 200;
    color: hsla(0,0%,100%,0.75);
    line-height: 38px;
    margin: 30px 0px 20px 0px;
}
.blog-left p {
    font-size: 18px;
    color: hsla(0,0%,100%,0.75);
    line-height: 25px;
    font-weight: 200;
}
.blog-left img:first-child {
    margin-top: 0px;
}
.blog-left img {
    margin-bottom: 40px;
    margin-top: 20px;
}

.blog-left ul { 
   list-style-type: disc; 
   list-style-position: inside;
   font-size: 18px;
    color: hsla(0,0%,100%,0.75);
   margin: 1em 0 0 0;
    padding: 0 0 0 40px;
}
.blog-left ol { 
   list-style-type: decimal !important; 
   list-style-position: outside;
   font-size: 18px;
    color: hsla(0,0%,100%,0.75);
   margin: 1em 0 0 0;
    padding: 0 0 0 40px;
}
.blog-left ol li {
	list-style-type: decimal;
}
.blog-left li {
	margin-bottom: 20px;
	line-height: 25px;
    font-weight: 200;
}

.blog-right {
    width: 20%;
    margin: 0px 0% 0px 2%;
    float: right;
    padding: 0px 1.5% !important;
    font-size: 15px;
    color: hsla(200,100%,50%,0.99);
}
.blog-right h3 {
	font-weight: 100;
	font-size: 25px;
	line-height: 27px;
	text-transform: uppercase;
	margin: 0px 0px 30px 0px;
    border-top: 1px solid hsla(200,100%,50%,0.50);
    padding-top: 10px;
}
.blog-right h4 {
    margin-bottom: 5px;
    margin-top: 25px;
    font-weight: 500;
}
.blog-right span {
    display: block;
}
.blog a {
    color: hsla(200,100%,50%,0.75);
    text-decoration: none;
}
.blog a:hover {
    color: white;
}
.categories {
    margin-top: 60px !important;
}
.blog-info-date, .blog-share {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
}
.blog-info {
     border-top: 1px solid hsla(0,0%,100%,0.30);
    border-bottom: 1px solid hsla(0,0%,100%,0.30);
    padding: 10px 0px 12px 0px !important;
}
.blog-info-date {
    float: left;
}
.blog-share {
    float: right;
}
.blog-right ul li {   
    font-weight: 200;
    margin-bottom: 5px;
}
.blog-right ul li a {   
    color: hsla(200,100%,50%,0.75);
}
.blog-right ul li a:hover {   
    color: white;
}



.blog-landing-left {
    width: 76%;
    margin: 0px 0% 0px -0.0%;
    float: left;
    padding: 0px 0% 0px 0% !important;
    border-top: 0px solid hsla(200,100%,50%,0.50);
    background: hsla(0,0%,100%,0.00);
}
.grid-sizer-blog { 
	width: 44%;
    margin: 0px 3% 60px 3% !important;
}
.blog-box {
    width: 44%;
    margin: 0px 3% 60px 3% !important;
    background-color: hsla(209,100%,50%,0.10);
    padding: 20px 30px 30px 30px !important;
    border-top: 1px solid hsla(200,100%,50%,0.50);
    float: left;
}
.blog-box h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 3px 0px 15px 0px;
}
.blog-box span {
    color: hsla(200,100%,50%,1.00);
    display: blog;;
    padding: 0px 0px 0px 0px;
}
.blog-box-date {
    margin: 5px 0px 10px 0px;
    display: block;
    padding: 0px 0px 10px 0px !important;
    border-bottom: 1px solid hsla(200,100%,50%,0.50);
}
.blog-box p {
    margin: 5px 0px 0px 0px;
    color: hsla(0,0%,100%,0.75);
}
.read a {
    background-color: hsla(200,100%,50%,0.50);
    padding: 5px 8px 5px 8px !important;
    display: inline-block;
    color: white !important;
    margin: 15px 0px 0px 0px;
}
.read a:hover {
    background-color: hsla(200,100%,50%,0.99);
    color: black;
}
.backline {
	border-top: 1px solid hsla(200,100%,50%,0.50);
	padding-top: 30px;
	margin-top: 30px;
}
.goback a {
    background-color: hsla(200,100%,50%,0.50);
    padding: 5px 8px 5px 8px !important;
    display: inline-block;
    color: white !important;
    margin: 15px 0px 0px 0px;
}
.boback a:hover {
    background-color: hsla(200,100%,50%,0.99);
    color: black;
}

.bbutton {
    font-weight: 200;
    margin-bottom: 5px;
    color: hsla(200,100%,50%,0.75);
    border: none;
	cursor: pointer;
	background: none;
	margin: 0;
	padding: 0;
    font-size: 14px;
}

.bbutton:hover {
	color: hsla(200,100%,50%,1.00);
}

.bbutton:active,
.bbutton.is-checked {
  color: hsla(200,100%,50%,1.00);

}







/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
	padding: 100px 0px 100px 0px;
}
.footer-inner {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto 0px auto;
}
.socials {
	margin-bottom: 20px;
}
.socials li {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}
.socials-contact {
	margin-bottom: 20px;
}
.socials-contact li {
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
}
.newsletter li {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}





/* ==========================================================================
   HOME
   ========================================================================== */
.shift {
	margin-top: -120px;
}

.tagline {
	position: absolute;
	margin: auto;
  position: absolute;
  top: ; left: 0; bottom: 200px; right: 0;
	width: 100%;
	/*height: ;*/
	z-index: 99;
	padding: 10px 0px 20px 0px;
background: -moz-linear-gradient(-45deg, hsla(194,100%,47%,0.9) 0%, hsla(194,100%,47%,1) 50%, hsla(194,100%,47%,0) 80%, hsla(194,100%,47%,0) 100%);
background: -webkit-linear-gradient(-45deg, hsla(194,100%,47%,0.9) 0%,hsla(194,100%,47%,1) 50%,hsla(194,100%,47%,0) 80%,hsla(194,100%,47%,0) 100%);
background: linear-gradient(135deg, hsla(194,100%,47%,0.9) 0%,hsla(194,100%,47%,1) 50%,hsla(194,100%,47%,0) 80%,hsla(194,100%,47%,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600b7ee', endColorstr='#0000b7ee',GradientType=1 );
}

.tagline h1 {
	font-size: 60px;
	margin: 0px 2%;
	font-weight: 200;
	line-height: normal;
}
.inner-tagline {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
}

.homelogo {
	position: absolute;
	margin: auto;
  top: 0px; left: 0%; bottom: 0px; right: 0;
  z-index: 999909;
  width: 340px;
}
.homelogo-inner {
	width: 70%;
background: hsla(0,0%,0%,0.80);
}
.homelogo-img {
	width: 180px;
	margin: 0px 25px;
}
.home-text {
	padding-bottom: 100px;
}
.home-text-inner {
	width: 90%;
	padding: 50px 0% 0px 0%;
	max-width: 1400px;
	margin: 0px auto 0px auto;
	/*background: grey;*/	
}
.home-text-inner p {
	font-size: 28px;
	line-height: 38px; 
	font-family: 'Barlow', sans-serif;
	font-weight: 100!important;
}
.home-two-col {
	width: 62.666%;
	margin: 0px 2% 0px 2%;
	float: left;
}
.home-one-col {
	width: 29.333%;
	margin: 0px 2% 0px 2%;
	float: left;
}
.type-section {
	margin: 90px 0px;
}

.bannerscollection_zoominout_text_line {
	width: 86% !important;
	max-width: 1400px;
	margin: 0px auto !important;
	/*background: red;*/
left: 0;
right: 0;
margin: auto;
}


/* ==========================================================================
   PROJECT
   ========================================================================== */
   
.project-text-inner {
	width: 90%;
	padding: 50px 2% 0px 2%;
	max-width: 1400px;
	margin: 0px auto 0px auto;
	/*background: grey;*/
}
.project-text-inner p {
	font-weight: 300;
	margin-bottom: 16px;
	line-height: 22px;
} 
.project-images {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto 0 auto;
	padding: 60px 0 60px 0;
	/*background: grey;*/
}



.project-box {
	width: 29.333%;
	margin: 5px 2% 25px 2%;
	float: left;
	position: relative;
	line-height: 0;
}
.hovertext i {
	position: absolute;
	padding: 10px 0px 10px 12px;
	bottom: 0px;
	width: 100%;	
	color: rgba(255,255,255,0.90);
	z-index: 99;
	zoom: 1;
	filter: alpha(opacity=100);	
	text-align: left;
	margin: 0px; 
	line-height: 1.4em;
	font-size: 24px;
}
.hovertext a {
	position: absolute;
	width: 100%;
	height: 100%;	
	text-decoration: none;
	background-image: url(../img/dark1.png);
	background-size: cover;
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-transition:opacity 0.5s ease-in-out;
	-moz-transition:opacity 0.5s ease-in-out;
	-o-transition:opacity 0.5s ease-in-out;
	transition:opacity 0.5s ease-in-out;
	z-index: 99;
}
.hovertext a:hover {
	opacity:1;
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out; 
	-o-transition:opacity 0.3s ease-in-out;  
   	transition:opacity 0.3s ease-in-out;
	z-index: 99;	
}
.hovertext p {
	position: absolute;
	padding: 10px 0px 15px 15px;
	bottom: 0px;
	width: 100%;	
	color:#FFF;
	/*background-color: #67D9D9;*/
	z-index: 99;
	zoom: 1;
	filter: alpha(opacity=100);	
	text-align: left;
	margin: 0px; 
	line-height: 1.2em;
	font-size: 18px;
}
.po-category {
	color: #d0e7ea;
	font-size: 13px;
}


.fade a {
	opacity: 1.0;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}

.fade a:hover {
	opacity: 0.5;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}





/* ==========================================================================
   PEOPLE
   ========================================================================== */

.people-images {
	width: 93%;
	max-width: 1400px;
	margin: 0px auto 0 auto;
	padding: 60px 0 60px 0;
	/*background: grey;*/
	display: flex;
	flex-wrap: wrap;
}

.bio-box {
	width: 27.3333%;
	margin: 5px 3% 80px 3%;
}
.bio-title {
	line-height: 32px;
	font-size: 28px;
	font-weight: 500;
	margin: 15px 0px 0px 0px;
	border-top: 1px solid hsla(0,0%,100%,0.40);
	padding-top: 7px;
}
.post-nominals {
	display: block;
	line-height: 32px;
	font-size: 28px;
	font-weight: 100;
	margin: 3px 0px 5px 0px;
	color: #CCC;
}
.job-title {
	
}

/* ==========================================================================
   BIOS
   ========================================================================== */

.bio-inner {
	width: 90%;
	padding: 50px 0% 75px 0%;
	max-width: 1400px;
	margin: 0px auto 0px auto;
}
.bio-inner p {
	font-weight: 200;
	font-size: 18px;
	margin-bottom: 18px;
	line-height: 26px;
	
} 

.bio-image-box {
	width: 29.333%;
	margin: 0px 2%;
	float: left;
}
.bio-text-box {
	width: 62.333%;
	margin: 0px 2%;
	float: right;
}
.bio-text-box h1 {
	line-height: 50px;
	font-size: 50px;
	font-weight: 500;
	margin: 5px 0px 0px 0px;
	border-top: 1px solid hsla(0,0%,100%,0.40);
	padding-top: 9px;
}
.bio-post-nominals {
	line-height: 50px;
	font-size: 50px;
	font-weight: 100;
	diplay: inline;
}
.bio-text-box h2 {
	font-size: 24px;
	margin: 10px 0px 40px 0px;
	font-weight: 200;
} 
.bio-contact {
	border-top: 1px solid hsla(0,0%,100%,0.40);
	padding-top: 9px;
	margin: 50px 0px 0px 0px;
}





/* ==========================================================================
   PROJECTS
   ========================================================================== */


.project-image {
	width: 46%;
	margin: 5px 2% 33px 2%;
	float: left;
}

blockquote {
  font-size: 28px;
  line-height: 32px;
  font-weight: 100;
  border-left: none;
  padding: 0;
  hanging-punctuation: first;
}
blockquote p {
	line-height: 32px !important;
}

.rover {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.rover img {
  max-width: 100%; 
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.rover:hover img {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}


button:active {
outline: none;
border: none;
}
button:focus {outline:0;}
.button {
  	border: none;
	cursor: pointer;
	background: none;
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,0.50);
}
.filters {

}
.new-filters {
	clear: both;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.new-filters ul {
	list-style: none;
	
}
.new-filters ul li {
	display: inline-block;
	margin-right: 15px;

}
.new-filters ul li a {
}
.button {
 color: hsla(0,0%,100%,1.00);
   font-size: 50px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button:hover {
	color: hsla(200,100%,50%,1.00);
}

.button:active,
.button.is-checked {
  color: hsla(200,100%,50%,1.00);

}
.switch {
	float: right;
	margin-top: -60px;
}
.switch img {
	width: 46px;
	height: auto;
	margin-left: 10px;
}
.switch img {
	opacity: .7;
}
.switch img:hover {
	opacity: 1;
}



/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- isotope ---- */

.grid-sizer { 
	width: 29.333%;
	margin: 15px 2%; 
}
.item {
	width: 29.333%;
	margin: 19px 2%;
	float: left;
	position: relative;
	line-height: 0px;	
}
.item p {
	line-height: normal;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
	font-weight: 300;
	color: hsla(0,0%,100%,0.80);
}
.item p a {
	color: hsla(200,100%,50%,1.00);
}




.item-list {
	width: 96%;
	margin: 0px 2% 0px 2%;
	padding: 0px 0px;
}
.list-name {
	border-top: 1px solid hsla(0,0%,100%,0.50);
	padding: 15px 10px 15px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 24px;
background: -moz-linear-gradient(45deg,  hsla(207,100%,47%,0.1) 0%, hsla(194,100%,47%,0) 100%);
background: -webkit-linear-gradient(45deg,  hsla(207,100%,47%,0.1) 0%,hsla(194,100%,47%,0) 100%);
background: linear-gradient(-135deg,  hsla(207,100%,47%,0.1) 0%,hsla(194,100%,47%,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0082ed', endColorstr='#0000b7ee',GradientType=1 );
}
.list-name span {
	float: right;
	font-size: 16px;
	padding-top: 3px;
}
.no-padding {
	padding: 0px 0px 0px 0px !important;
}



/* ==========================================================================
   NEWS
   ========================================================================== */
.news-date {
	font-size: 14px;
	line-height: normal;
	color: hsla(200,100%,50%,1.00);
	border-top: 1px solid hsla(200,100%,50%,0.70);
	padding: 8px 0px 3px 0px;
	display: block;
	margin-top: 20px;
}
.news-header {
	line-height: 32px;
	font-size: 28px;
	font-weight: 200;
	margin: 2px 0px 14px 0px;
}
.more {
	display: block;
	padding: 12px 10px;
	margin: 13px 0px 20px 0px;
	font-size: 14px;
	color: white;
background: -moz-linear-gradient(-45deg,  hsla(194,100%,47%,0.9) 0%, hsla(194,100%,47%,0.45) 50%, hsla(194,100%,47%,0) 100%);
background: -webkit-linear-gradient(-45deg,  hsla(194,100%,47%,0.9) 0%,hsla(194,100%,47%,0.45) 50%,hsla(194,100%,47%,0) 100%);
background: linear-gradient(135deg,  hsla(194,100%,47%,0.9) 0%,hsla(194,100%,47%,0.45) 50%,hsla(194,100%,47%,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600b7ee', endColorstr='#0000b7ee',GradientType=1 );

}
.news-box p {
	margin-top: 3px;
	line-height: 19px;
}
.grid-sizer-news { 
	width: 19%;
	margin: 15px 3%; 
}
.item-news {
	width: 19%;
	margin: 19px 3%;
	float: left;
	position: relative;
	line-height: 0px;	
}
.item-news p {
	line-height: normal;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
	font-weight: 300;
	color: hsla(0,0%,100%,0.80);
}
.item-news p a {
	color: hsla(200,100%,50%,1.00);
}
.news-images {
	width: 92%;
	max-width: 1400px;
	margin: 0px auto 0 auto;
	padding: 60px 0 60px 0;
	/*background: grey;*/
}





/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer-col {
	width: 29.333%;
	margin: 0px 2% 0px 2%;
	float: left;
	font-size: 14px;
	font-weight: 100;
	border-top: 1px dotted hsla(0,0%,100%,0.50);
	padding-top: 10px;
	line-height: 20px;
}
.footer-col a {
	color: hsla(0,0%,100%,0.70);
}
.footer-col a:hover {
	color: hsla(0,0%,100%,0.99);
}
.newsletter {
	border-top: 1px dotted hsla(0,0%,100%,0.50);
	padding-top: 10px;
	margin-top: 10px;
}



.culture-title {
	font-size: 50px;
  	font-weight: 100;
  	text-transform: uppercase;
  	letter-spacing: 1px;
   	margin: 0px 2% 0px 2%;
}

@media screen and (max-width: 768px) {
.culture-section {
	width: calc(50% - 5%);
    margin: 1.0em 2.5%;
}
.culture-title {
	font-size: 40px;
}
.culture-section p {
	font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: .8em;
}
.culture-header {
	font-size: 1.20em;
    line-height: 1.2em;
}
}
@media screen and (max-width: 500px) {
.culture-title {
	font-size: 30px;
}
.culture-section {
	width: calc(100% - 4%);
    margin: 1.0em 2%;
}
}







/* ==================================================================================================================================================== */ 
   
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width: 960px) {
.grid-sizer { 
	margin: 10px 2%; 
}
.item {
	margin: 10px 2%;	
}
.grid-sizer-news { 
	margin: 10px 2%; 
}
.item-news {
	margin: 10px 2%;	
}	
}



@media screen and (max-width: 768px) {
.tagline h1 {
	font-size: 45px;
	line-height: 45px;
	margin: 0px 2%;
}
.home-two-col {
	width: 96%;
	margin: 0px 2% 0px 2%;
	float: none;
}
.home-one-col {
	width: 96%;
	margin: 40px 2% 0px 2%;
	float: none;
}
.grid-sizer { 
	width: 46%;
	margin: 7px 2%; 
}
.new-filters ul li {
	display: inline-block;
	margin-right: 10px;
}
.new-filters ul {
	  line-height: 32px !important;
}
.toptype-inner {
	width: 90%;
	padding: 20px 2% 0px 2%;
	margin: 0px auto 0px auto;
}
.button {
  font-size: 32px;
}
.switch {
	margin-top: -60px;
}
.switch img {
	width: 32px;
	margin-left: 10px;
}
.item {
	width: 46%;
	margin: 7px 2%;	
}
.grid-sizer-news { 
	width: 44%;
	margin: 7px 3% 50px 3%;	
}
.item-news {
	width: 44%;
	margin: 7px 3% 50px 3%;	
}
.bio-box {
	width: 44%;
	margin: 5px 3% 80px 3%;
	float: left;
}

.two_col {
	width: 96%;
	margin: 0px 2% 0px 2%;
	float: none;
}
.one_col {
	width: 96%;
	margin: 0px 2% 0px 2%;
	float: none;
}

.blog-left {
    width: 96%;
    margin: 0px 2% 0px 2%;
    float: none;
    background-color: hsla(209,100%,50%,0.10);
}
.blog-right {
    width: 96%;
    margin: 50px 2% 0px 2%;
    float: none;
    padding: 50px 0% 0px 0% !important;
}
.blog-landing-left {
    width: 102%;
    margin: 50px 0% -50px -1% !important;
    float: none;
    padding: 0px 0% 0px 0% !important;
    border-top: 0px solid hsla(200,100%,50%,0.50);
    background: hsla(0,0%,100%,0.00);
}


}


@media screen and (max-width: 550px) {
.toptype-inner {
	padding: 10px 2% 0px 2%;
	max-width: 1400px;
	margin: 0px auto 0px auto;
	text-transform: uppercase;
	font-size: 50px;
}
.new-filters ul li {
	display: inline;
	margin-right: 15px;
	line-height: normal;
	
}
.text-columns {
	column-count: 1;
	column-gap: 0%;
}


.shift {
	margin-top: -170px;
}
.tagline {
	margin: auto;
  position: absolute;
  top: ; left: 0; bottom: 50px; right: 0;
	padding: 10px 0px 20px 0px;
}
.tagline h1 {
	font-size: 35px;
	line-height: 35px;
	margin: 0px 2%;
}
.crumbs-inner {
	width: 90%;
	padding: 20px 2% 0px 2%;
	max-width: 1400px;
	margin: 0px auto 0px auto;
	font-weight: 100;
	font-size: 14px;
}
.new-filters ul li {
	display: inline-block;
	margin-right: 5px;
	line-height: normal;
}
.button {
  font-size: 22px;
}
.switch {
	margin-top: -20px;
	float: none;
}
.switch img {
	width: 22px;
	margin-right: 5px;
	margin-left: 0px;
}

.grid-sizer { 
	width: 96%;
	margin: 10px 2%; 
}
.item {
	width: 96%;
	margin: 10px 2% 50px 2%;	
}
.grid-sizer-news { 
	width: 96%;
	margin: 10px 2% 50px 2%;	
}
.item-news {
	width: 96%;
	margin: 10px 2% 50px 2%;
}
.project-box {
	width: 46%;
	margin: 5px 2% 25px 2%;
}
.text-columns {
	column-count: 1;
	column-gap: 0%;
}
.toptype-inner {
	font-size: 40px;
}
.toptype-inner h1 {
	font-weight: 100;
	line-height: 40px;
}
.bio-box {
	width: 96%;
	margin: 5px 2% 120px 2%;
	float: none;
}
.bio-image-box {
	width: 96%;
	margin: 0px 2%;
	float: left;
}
.bio-text-box {
	width: 96%;
	margin: 0px 2%;
	float: right;
}
.list-name {
	padding: 12px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
}
.list-name span {
	float: right;
	font-size: 14px;
	padding-top: 3px;
}
.footer-col {
	width: 96%;
	margin: 0px 2% 30px 2%;
	float: none;
	font-size: 14px;
	font-weight: 100;
	border-top: 1px dotted hsla(0,0%,100%,0.50);
	padding-top: 10px;
	line-height: 20px;
}
.grid-sizer-blog { 
	width: 94%;
    margin: 0px 3% 60px 3% !important;
}
.blog-box {
    width: 94%;
    margin: 0px 3% 60px 3% !important;
    background-color: hsla(209,100%,50%,0.10);
    padding: 20px 30px 30px 30px !important;
    border-top: 1px solid hsla(200,100%,50%,0.50);
    float: left;
}
}


@media screen and (max-width: 375px) {
.button {
  font-size: 18px;
}
.switch {
	margin-top: -20px;
	float: none;
}
.switch img {
	width: 18px;
	margin-right: 4px;
	margin-left: 0px;
}
}



@media screen and (min-width: 1400px) {

.project-box {
	width: 27.333%;
	margin: 5px 3% 70px 3%;
	float: left;
	position: relative;
	line-height: 0;
}

}







